Skip to Content.
Sympa Menu

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

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 (2a5968c1dcd23a8f2e2225df87921b9a8ea44e7e)
  • Date: Fri, 9 Jan 2015 00:06:14 -0600

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

ChangeLog | 1 +
archive/tardy/BUILD | 3 +++
archive/tardy/DEPENDS | 1 +
archive/tardy/DETAILS | 29 +++++++++++++++++++++++++++++
archive/tardy/HISTORY | 2 ++
5 files changed, 36 insertions(+)

New commits:
commit 2a5968c1dcd23a8f2e2225df87921b9a8ea44e7e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

tardy: new spell, tar post-processor

diff --git a/ChangeLog b/ChangeLog
index 5d36744..9feb77d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2015-01-09 Ismael Luceno <ismael AT sourcemage.org>
* libs/libexplain: new spell, Explain errno values returned by libc
functions
+ * archive/tardy: new spell, tar post-processor

2015-01-08 Ismael Luceno <ismael AT sourcemage.org>
* emacs-lisp/dart-mode: new spell, Dart-mode for emacs
diff --git a/archive/tardy/BUILD b/archive/tardy/BUILD
new file mode 100755
index 0000000..d22e99f
--- /dev/null
+++ b/archive/tardy/BUILD
@@ -0,0 +1,3 @@
+make_single &&
+default_build &&
+make_normal
diff --git a/archive/tardy/DEPENDS b/archive/tardy/DEPENDS
new file mode 100755
index 0000000..0a8a0b4
--- /dev/null
+++ b/archive/tardy/DEPENDS
@@ -0,0 +1 @@
+depends libexplain
diff --git a/archive/tardy/DETAILS b/archive/tardy/DETAILS
new file mode 100755
index 0000000..db713c7
--- /dev/null
+++ b/archive/tardy/DETAILS
@@ -0,0 +1,29 @@
+ SPELL=tardy
+ VERSION=1.28.D001
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ WEB_SITE="http://tardy.sourceforge.net";
+ SOURCE_URL[0]=$WEB_SITE/$SOURCE
+
SOURCE_HASH=sha512:d8f02d8a310cd3d84f89a67f3bf4e91689e33631b1701a98b70d32b801b1a7cafee5755f13ed18e31bb9d5b1ec147da21b13b57722e1bf15a9efc355ea5438df
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-1.28"
+ LICENSE[0]="GPLv3+"
+ ENTERED=20150109
+ KEYWORDS=""
+ SHORT="tar post-processor"
+cat << EOF
+The tardy program is a tar(1) post-processor. It may be used to manipulate
+the file headers in tar(5) archive files in various ways.
+
+The reason the tardy program was written was because the author wanted to
+"spruce up" tar files before posting them to the net, mostly to remove
+artefacts of the development environment, without introducing more.
+
+The tardy program was designed to allow you to alter certain characteristics
+of files after they have been included in the tar file. Among them are:
+
+* change file owner (by number or name).
+* change file group (by number or name).
+* add directory prefix (e.g. dot).
+* change file protections (e.g. from 600 to 644).
+
+Note that all of these affect all files in the archive.
+EOF
diff --git a/archive/tardy/HISTORY b/archive/tardy/HISTORY
new file mode 100644
index 0000000..914d0c7
--- /dev/null
+++ b/archive/tardy/HISTORY
@@ -0,0 +1,2 @@
+2015-01-09 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS, DEPENDS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (2a5968c1dcd23a8f2e2225df87921b9a8ea44e7e), Ismael Luceno, 01/09/2015

Archive powered by MHonArc 2.6.24.

Top of Page