Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (263f4ca85633e1da6ea5901738548ef8f772fa50)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (263f4ca85633e1da6ea5901738548ef8f772fa50)
  • Date: Wed, 26 Nov 2014 05:20:17 -0600

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
utils/renameutils/DETAILS | 35 +++++++++++++++++++++++++++++++++++
utils/renameutils/HISTORY | 2 ++
3 files changed, 40 insertions(+)

New commits:
commit 263f4ca85633e1da6ea5901738548ef8f772fa50
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

renameutils: new spell, File renaming utilities

diff --git a/ChangeLog b/ChangeLog
index 0650d35..3e95f77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2014-11-26 Ismael Luceno <ismael AT sourcemage.org>
+ * utils/renameutils: new spell, File renaming utilities
+
2014-11-25 Ismael Luceno <ismael AT sourcemage.org>
* net/torsocks: new spell, use socks-friendly applications with
tor
diff --git a/utils/renameutils/DETAILS b/utils/renameutils/DETAILS
new file mode 100755
index 0000000..ca366c6
--- /dev/null
+++ b/utils/renameutils/DETAILS
@@ -0,0 +1,35 @@
+ SPELL=renameutils
+ VERSION=0.12.0
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://download.savannah.gnu.org/releases/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:8aae157e6ead86a2fbf970ecdb27d6067c2d35c04058ead9a3c0af3d99d466d37d8c4f1da0562ef2bea9cf9bd5f8de4d14340906427df421dba1a5c234c63bd6
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.nongnu.org/renameutils/";
+ LICENSE[0]="GPL"
+ ENTERED=20141126
+ KEYWORDS=""
+ SHORT="File renaming utilities"
+cat << EOF
+The file renaming utilities (renameutils for short) are a set of programs
+designed to make renaming of files faster and less cumbersome.
+
+The file renaming utilities consists of five programs - qmv, qcp, imv,
+icp and deurlname.
+
+The qmv ("quick move") program allows file names to be edited in a text
+editor. The names of all files in a directory are written to a text file,
+which is then edited by the user. The text file is read and parsed, and the
+changes are applied to the files.
+
+The qcp ("quick cp") program works like qmv, but copies files instead of
+moving them.
+
+The imv ("interactive move") program, is trivial but useful when you are too
+lazy to type (or even complete) the name of the file to rename twice. It
+allows a file name to be edited in the terminal using the GNU Readline
+library. icp copies files.
+
+The deurlname program removes URL encoded characters (such as %20
representing
+space) from file names. Some programs such as w3m tend to keep those
characters
+encoded in saved files.
+EOF
diff --git a/utils/renameutils/HISTORY b/utils/renameutils/HISTORY
new file mode 100644
index 0000000..53766f4
--- /dev/null
+++ b/utils/renameutils/HISTORY
@@ -0,0 +1,2 @@
+2014-11-26 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (263f4ca85633e1da6ea5901738548ef8f772fa50), Ismael Luceno, 11/26/2014

Archive powered by MHonArc 2.6.24.

Top of Page