Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (7f89af8cddffc944a505458cb90e63672c1f17f4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (7f89af8cddffc944a505458cb90e63672c1f17f4)
  • Date: Fri, 29 Dec 2006 18:01:29 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 4 ++++
utils/convmv/BUILD | 1 +
utils/convmv/DEPENDS | 1 +
utils/convmv/DETAILS | 15 +++++++++++++++
utils/convmv/HISTORY | 2 ++
utils/convmv/INSTALL | 2 ++
utils/convmv/PRE_BUILD | 4 ++++
7 files changed, 29 insertions(+)

New commits:
commit 0add40c6088abca1fb15bfadd5693305c6735197
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

utils/convmv: new spell, an utility for convertation filenames from
one encoding to another

diff --git a/ChangeLog b/ChangeLog
index ce27a96..58f5367 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-30 Pol Vinogradov <vin.public AT gmail.com>
+ * utils/convmv: new spell, an utility for convertation filenames from
+ one encoding to another
+
2006-12-29 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* utils/bootchart: new spell; utility to chart the boot process stats
our init does surprisingly well :)
diff --git a/utils/convmv/BUILD b/utils/convmv/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/utils/convmv/BUILD
@@ -0,0 +1 @@
+true
diff --git a/utils/convmv/DEPENDS b/utils/convmv/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /dev/null
+++ b/utils/convmv/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/utils/convmv/DETAILS b/utils/convmv/DETAILS
new file mode 100755
index 0000000..26a96dc
--- /dev/null
+++ b/utils/convmv/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=convmv
+ VERSION=1.10
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=http://j3e.de/linux/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:db21204f8c382ca9987e329af2ea245bd0818e511150c96f1c9b82ab5fe728bb197466ad3bebc3d4130d0ab9892f90b408eddadd48b74dbe3c50a475702908b6
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://j3e.de/linux/${SPELL}/man/
+ LICENSE[0]=GPL
+ ENTERED=20061230
+ KEYWORDS="utils"
+ GATHER_DOCS=no
+ SHORT="convmv - converts filenames from one encoding to another"
+cat << EOF
+convmv - converts filenames from one encoding to another
+EOF
diff --git a/utils/convmv/HISTORY b/utils/convmv/HISTORY
new file mode 100644
index 0000000..41e0f47
--- /dev/null
+++ b/utils/convmv/HISTORY
@@ -0,0 +1,2 @@
+2006-12-30 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD: created spell
diff --git a/utils/convmv/INSTALL b/utils/convmv/INSTALL
new file mode 100755
index 0000000..cdc12d0
--- /dev/null
+++ b/utils/convmv/INSTALL
@@ -0,0 +1,2 @@
+install -m 755 ${SPELL} ${INSTALL_ROOT}/usr/bin &&
+install ${SPELL}.1 ${INSTALL_ROOT}/usr/share/man/man1
diff --git a/utils/convmv/PRE_BUILD b/utils/convmv/PRE_BUILD
new file mode 100755
index 0000000..2c59832
--- /dev/null
+++ b/utils/convmv/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+sedit "s:/usr:${TRACK_ROOT}/usr:g" ${SPELL} &&
+pod2man --section 1 --center=" " ${SPELL} > ${SPELL}.1



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (7f89af8cddffc944a505458cb90e63672c1f17f4), Pol Vinogradov, 12/29/2006

Archive powered by MHonArc 2.6.24.

Top of Page