Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9821c6a07c6befa7660eb7b0b3523baf9f7c746f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9821c6a07c6befa7660eb7b0b3523baf9f7c746f)
  • Date: Tue, 14 Oct 2008 07:13:01 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

archive/zip/BUILD | 8 ++------
archive/zip/DETAILS | 17 ++++++++---------
archive/zip/HISTORY | 7 ++++++-
archive/zip/INSTALL | 1 +
archive/zip/PRE_BUILD | 4 ++++
5 files changed, 21 insertions(+), 16 deletions(-)

New commits:
commit 9821c6a07c6befa7660eb7b0b3523baf9f7c746f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

zip: => 3.0

diff --git a/archive/zip/BUILD b/archive/zip/BUILD
index 80b2652..a0f6d70 100755
--- a/archive/zip/BUILD
+++ b/archive/zip/BUILD
@@ -1,6 +1,2 @@
-cp unix/Makefile . &&
-sedit "s/CFLAGS = -O2/CFLAGS := \$(CFLAGS)/" Makefile &&
-sedit "s:/usr/local:/usr:" Makefile &&
-sedit "s:/man/:/share/man/:" Makefile &&
-
-make generic
+make -f unix/Makefile flags &&
+make -f unix/Makefile generic
diff --git a/archive/zip/DETAILS b/archive/zip/DETAILS
index 3444436..574491c 100755
--- a/archive/zip/DETAILS
+++ b/archive/zip/DETAILS
@@ -1,17 +1,16 @@
SPELL=zip
- VERSION=2.32
- SOURCE=${SPELL}${VERSION/./}.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ VERSION=3.0
+ SOURCE=$SPELL${VERSION/./}.tgz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL${VERSION/./}"
SOURCE_URL[0]=ftp://ftp.info-zip.org/pub/infozip/src/$SOURCE
WEB_SITE=http://www.info-zip.org/pub/infozip/Zip.html
ENTERED=20010922
-
SOURCE_HASH=sha512:706646115440597f361b77569ef0301a72c4c990ace5053d4c3b730f20ba0f08af2a8c4fe27c4df5808649cad52d477a6e36e731e82057d6b426a3983836fde2
+
SOURCE_HASH=sha512:c1c3d62bf1426476c0f9919b568013d6d7b03514912035f09ee283226d94c978791ad2af5310021e96c4c2bf320bfc9d0b8f4045c48e4667e034d98197e1a9b3
LICENSE[0]=BSD
KEYWORDS="archive"
- SHORT="zip is a PKWARE compatible compressor."
+ SHORT="PKWARE compatible compressor"
cat << EOF
-zip
-Info-ZIP's purpose is to provide free, portable, high-quality versions
-of the Zip and UnZip compressor-archiver utilities that are compatible
-with the DOS-based PKZIP by PKWARE, Inc.
+Info-ZIP's purpose is to provide free, portable, high-quality versions of the
+Zip and UnZip compressor-archiver utilities that are compatible with the
+DOS-based PKZIP by PKWARE, Inc.
EOF
diff --git a/archive/zip/HISTORY b/archive/zip/HISTORY
index 3f36f25..da32686 100644
--- a/archive/zip/HISTORY
+++ b/archive/zip/HISTORY
@@ -1,3 +1,9 @@
+2008-10-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.0; fixed source ext, desc; quoting paths
+ * BUILD: fixed flags autodetection; cleaned up
+ * PRE_BUILD: added, use sed here instead of BUILD
+ * INSTALL: added, use install
+
2006-10-21 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* BUILD: use a better CFLAGS sedit #10554

@@ -47,4 +53,3 @@
the tag reflects latest available information posted by
Jean Michel Smith to sgl-spells
* See DETAILS for details ;-)
-
diff --git a/archive/zip/INSTALL b/archive/zip/INSTALL
new file mode 100755
index 0000000..18e60a3
--- /dev/null
+++ b/archive/zip/INSTALL
@@ -0,0 +1 @@
+make -f unix/Makefile install
diff --git a/archive/zip/PRE_BUILD b/archive/zip/PRE_BUILD
new file mode 100755
index 0000000..8d04e90
--- /dev/null
+++ b/archive/zip/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+sed -i "s:/usr/local:/usr:;s:/man/:/share/man/:" unix/Makefile



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9821c6a07c6befa7660eb7b0b3523baf9f7c746f), Vlad Glagolev, 10/14/2008

Archive powered by MHonArc 2.6.24.

Top of Page