Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (a66455af46a723d3ecb405cf757d5a805cfd0bbe)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (a66455af46a723d3ecb405cf757d5a805cfd0bbe)
  • Date: Sat, 17 Feb 2007 12:12:22 -0600

GIT changes to master grimoire by George Sherwood <chat AT sourcemage.org>:

graphics/pngcrush/BUILD | 2 +-
graphics/pngcrush/DETAILS | 4 ++--
graphics/pngcrush/HISTORY | 5 +++++
graphics/pngcrush/INSTALL | 2 +-
4 files changed, 9 insertions(+), 4 deletions(-)

New commits:
commit a66455af46a723d3ecb405cf757d5a805cfd0bbe
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

pngcrush: Updated to version 1.6.4. Use Makefile in BUILD. Added
INSTALL_ROOT in INSTALL

diff --git a/graphics/pngcrush/BUILD b/graphics/pngcrush/BUILD
index 888e51a..8f58e6d 100755
--- a/graphics/pngcrush/BUILD
+++ b/graphics/pngcrush/BUILD
@@ -1 +1 @@
- cc $CFLAGS -o pngcrush *.c -lm
+make
diff --git a/graphics/pngcrush/DETAILS b/graphics/pngcrush/DETAILS
index 2f3df86..f4753f9 100755
--- a/graphics/pngcrush/DETAILS
+++ b/graphics/pngcrush/DETAILS
@@ -1,11 +1,11 @@
SPELL=pngcrush
- VERSION=1.5.10
+ VERSION=1.6.4
SOURCE=$SPELL-${VERSION}.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/pmt/$SOURCE
WEB_SITE=http://pmt.sourceforge.net/pngcrush/index.html
ENTERED=20030613
-
SOURCE_HASH=sha512:dde1151540dee89b6a8f4ba5014836eaae6d5298348b89b53f2d5662088783b1cb77f9ad87abbc2062cef442d9ceadc13928555e893c20ae20af8c2f2e30d136
+
SOURCE_HASH=sha512:0743cd77eed30d1a8684b125832fc2c5d10eba9f97f442f403dbe02eb98de0ed9c839eb7c802b87b5ddcb66576c7ef23bb44805b3fafc87ad29135f9c12448cd
LICENSE[0]=ZLIB
KEYWORDS="graphics"
SHORT="Pngcrush is an optimizer for PNG (Portable Network
Graphics) files."
diff --git a/graphics/pngcrush/HISTORY b/graphics/pngcrush/HISTORY
index 74357b5..b85ddd0 100644
--- a/graphics/pngcrush/HISTORY
+++ b/graphics/pngcrush/HISTORY
@@ -1,3 +1,8 @@
+2007-02-17 George Sherwood <george AT beernabeer.com>
+ * DETAILS: updated spell to 1.6.4
+ * BUILD: use make
+ * INSTALL: Added $INSTALL_ROOT
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/graphics/pngcrush/INSTALL b/graphics/pngcrush/INSTALL
index 3dc92a1..81d27f7 100755
--- a/graphics/pngcrush/INSTALL
+++ b/graphics/pngcrush/INSTALL
@@ -1 +1 @@
- install -m 755 pngcrush /usr/bin
+ install -m 755 pngcrush $INSTALL_ROOT/usr/bin



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (a66455af46a723d3ecb405cf757d5a805cfd0bbe), George Sherwood, 02/17/2007

Archive powered by MHonArc 2.6.24.

Top of Page