Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (d7f6eb1f5661fed94322d786176625f6a448f641)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (d7f6eb1f5661fed94322d786176625f6a448f641)
  • Date: Tue, 10 Oct 2006 17:26:12 -0500

GIT changes to master grimoire by Andra?? Levstik <ruskie AT mages.ath.cx>:

ChangeLog | 7 +++++++
archive/lzma-utils/DETAILS | 15 +++++++++++++++
archive/lzma-utils/HISTORY | 2 ++
graphics/gifsicle/DETAILS | 18 ++++++++++++++++++
graphics/gifsicle/HISTORY | 2 ++
utils/littleutils/DEPENDS | 9 +++++++++
utils/littleutils/DETAILS | 20 ++++++++++++++++++++
utils/littleutils/HISTORY | 2 ++
8 files changed, 75 insertions(+)

New commits:
commit d7f6eb1f5661fed94322d786176625f6a448f641
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

littleutils: new spell

commit be70cb3c7fc480c6039c427759474a7534006c97
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

gifsicle: new spell

commit dab4479d7b371a66d3d38b9225ba7be1b72f4f42
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

lzma-utils: new spell

diff --git a/ChangeLog b/ChangeLog
index fa75f6c..a9c045c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-10-11 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * graphics/gifsicle: new spell gifsicle
+ * utils/littleutils: new spell
+
+2006-10-10 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * archive/lzma-utils: new spell lzma-utils
+
2006-10-09 David Brown <dmlb2000 AT gmail.com>
* smgl/smgl-filesystem: deprecated for castfs
* smgl/castfs: new spell
diff --git a/archive/lzma-utils/DETAILS b/archive/lzma-utils/DETAILS
new file mode 100755
index 0000000..a34edbe
--- /dev/null
+++ b/archive/lzma-utils/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=lzma-utils
+ VERSION=4.32.0beta3
+ SOURCE="lzma-$VERSION.tar.gz"
+ SOURCE_URL[0]=http://tukaani.org/lzma/$SOURCE
+
SOURCE_HASH=sha512:9cfc5dbafa8c936d92c44d9e3c73f78e83e730f967b1332f7e6f2c9b19a4b8f5290efc1dd4b6c857f04c486e1ce0955027705182637639ee5222d2e20f508fe9
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/lzma-$VERSION"
+ WEB_SITE=http://tukaani.org/lzma/
+ LICENSE[0]=GPL
+ ENTERED=20061010
+ SHORT="A commandline LZMA compressor and other utilities."
+cat << EOF
+The LZMA utils package provides Unix utilities implementing LZMA compression
+from 7zip. It includes lzmash, a compression tool with an interface similar
+to that of gzip and bzip2.
+EOF
diff --git a/archive/lzma-utils/HISTORY b/archive/lzma-utils/HISTORY
new file mode 100644
index 0000000..5cbd8ed
--- /dev/null
+++ b/archive/lzma-utils/HISTORY
@@ -0,0 +1,2 @@
+2006-10-10 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS, HISTORY: created spell
diff --git a/graphics/gifsicle/DETAILS b/graphics/gifsicle/DETAILS
new file mode 100755
index 0000000..f0c8e6a
--- /dev/null
+++ b/graphics/gifsicle/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=gifsicle
+ VERSION=1.44
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=http://www.lcdf.org/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:0fd04174ee39ed8832df591f7df81bb0086064a3154eba40e5cb6b9f20d6ebaeab4e6a43d8107d70ec97848cb6026ef812293f7563a3500e7092ed425e100e67
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
+ WEB_SITE=http://www.lcdf.org/gifsicle/
+ LICENSE[0]=BSD
+ ENTERED=20061011
+ SHORT="Command-line tool for creating, editing, and optimizing
GIFs and animations"
+cat << EOF
+Gifsicle is a powerful command-line program for manipulating GIF image
+files. It has good support for transparency and colormap manipulation, simple
+image transformations (cropping, flipping), and creating, deconstructing, and
+editing GIF animations. It can also optimize GIF animations for space. Also
+included is a GIF animation viewer and a program that checks whether two
+GIFs look the same.
+EOF
diff --git a/graphics/gifsicle/HISTORY b/graphics/gifsicle/HISTORY
new file mode 100644
index 0000000..d3111dd
--- /dev/null
+++ b/graphics/gifsicle/HISTORY
@@ -0,0 +1,2 @@
+2006-10-11 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS, HISTORY: created spell
diff --git a/utils/littleutils/DEPENDS b/utils/littleutils/DEPENDS
new file mode 100755
index 0000000..6ad10f7
--- /dev/null
+++ b/utils/littleutils/DEPENDS
@@ -0,0 +1,9 @@
+optional_depends libpng "" "" "For PNG support in imageutils"
+optional_depends p7zip "" "" "For to-7zip converter"
+optional_depends bzip2 "" "" "For to-bzip2 converter"
+optional_depends lzma-utils "" "" "For to-lzma converter"
+optional_depends pngcrush "" "" "For png optimizer"
+optional_depends jpeg "" "" "For jpeg support in imageutils"
+optional_depends file "" "" "File detection support"
+optional_depends gifsicle "" "" "For gif optimizer"
+depends perl
diff --git a/utils/littleutils/DETAILS b/utils/littleutils/DETAILS
new file mode 100755
index 0000000..80b1157
--- /dev/null
+++ b/utils/littleutils/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=littleutils
+ VERSION=1.0.13
+ SOURCE="$SPELL-$VERSION.tar.bz2"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/miscutils/$SOURCE
+
SOURCE_HASH=sha512:210cf7ab4cd656b5fc89591641362dff2e76a07f06334964ea9bc8fdc488aa01b927ce7c38f813899dbdeba2a09448af0e64ec23e15ac337def91561a382713b
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
+ WEB_SITE=http://sourceforge.net/projects/miscutils/
+ LICENSE[0]=GPL
+ ENTERED=20061010
+ SHORT="A collection of small but useful programs."
+cat << EOF
+The littleutils are a collection of small but useful programs. These programs
+include a duplicate file finder (repeats), image optimizers (opt-jpg,
opt-png,
+and opt-gif), file renaming utilities (lowercase and uppercase), archive
+recompressors (to-bzip, to-7zip, and to-lzma), a tempfile utility (tempname),
+text file cleanup utilities (notabs, notrails, and lreplace), some low-level
+file query utilities (filesize, filedate, filemode, and filenode), plus
others.
+Web site administrators will find the image optimizers particularly useful,
+while script writers will find some of the lower-level utilities more useful.
+EOF
diff --git a/utils/littleutils/HISTORY b/utils/littleutils/HISTORY
new file mode 100644
index 0000000..bcdf284
--- /dev/null
+++ b/utils/littleutils/HISTORY
@@ -0,0 +1,2 @@
+2006-10-10 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS, DEPENDS, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (d7f6eb1f5661fed94322d786176625f6a448f641), Andra?? Levstik, 10/10/2006

Archive powered by MHonArc 2.6.24.

Top of Page