Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (b6e91bbfcf86bb0a77b95be5eb475ca93891002f)
  • Date: Wed, 1 Oct 2008 21:07:09 -0500

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

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

New commits:
commit b6e91bbfcf86bb0a77b95be5eb475ca93891002f
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

pngcrush: Updated to version 1.6.10. Add -v to install.
sed -i added to get proper gcc name

diff --git a/graphics/pngcrush/DETAILS b/graphics/pngcrush/DETAILS
index f4753f9..3096d1c 100755
--- a/graphics/pngcrush/DETAILS
+++ b/graphics/pngcrush/DETAILS
@@ -1,11 +1,11 @@
SPELL=pngcrush
- VERSION=1.6.4
+ VERSION=1.6.10
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:0743cd77eed30d1a8684b125832fc2c5d10eba9f97f442f403dbe02eb98de0ed9c839eb7c802b87b5ddcb66576c7ef23bb44805b3fafc87ad29135f9c12448cd
+
SOURCE_HASH=sha512:527e36277e9fe6de7f50ff24d0155a7b2492e44a088fe5ea8701d983dea32dd75f36beb14dc5eb2978ead0980c0974ea6ba046acf126b04741385a3bbe45d529
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 b85ddd0..029d5bf 100644
--- a/graphics/pngcrush/HISTORY
+++ b/graphics/pngcrush/HISTORY
@@ -1,3 +1,8 @@
+2008-10-01 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 1.6.10
+ * PRE_BUILD: Added sedit to use gcc vice gcc-4.3.0
+ * INSTALL: Add -v to install
+
2007-02-17 George Sherwood <george AT beernabeer.com>
* DETAILS: updated spell to 1.6.4
* BUILD: use make
diff --git a/graphics/pngcrush/INSTALL b/graphics/pngcrush/INSTALL
index 81d27f7..392dc96 100755
--- a/graphics/pngcrush/INSTALL
+++ b/graphics/pngcrush/INSTALL
@@ -1 +1 @@
- install -m 755 pngcrush $INSTALL_ROOT/usr/bin
+ install -vm 755 pngcrush $INSTALL_ROOT/usr/bin




Archive powered by MHonArc 2.6.24.

Top of Page