summaryrefslogtreecommitdiffstats
path: root/archive-libs/zziplib
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /archive-libs/zziplib
initial commit from stable 0.3
Diffstat (limited to 'archive-libs/zziplib')
-rwxr-xr-xarchive-libs/zziplib/DEPENDS4
-rwxr-xr-xarchive-libs/zziplib/DETAILS15
-rw-r--r--archive-libs/zziplib/HISTORY3
3 files changed, 22 insertions, 0 deletions
diff --git a/archive-libs/zziplib/DEPENDS b/archive-libs/zziplib/DEPENDS
new file mode 100755
index 0000000000..0f7a6cc417
--- /dev/null
+++ b/archive-libs/zziplib/DEPENDS
@@ -0,0 +1,4 @@
+optional_depends sdl \
+ "--enable-sdl" \
+ "--disable-sdl" \
+ "for SDL support"
diff --git a/archive-libs/zziplib/DETAILS b/archive-libs/zziplib/DETAILS
new file mode 100755
index 0000000000..16d069a894
--- /dev/null
+++ b/archive-libs/zziplib/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=zziplib
+ VERSION=0.10.82
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/$SPELL/$SOURCE
+ MD5[0]=bdab901776e2d557a06290c98fceff59
+ WEB_SITE=http://zziplib.sourceforge.net/
+ ENTERED=20050309
+ UPDATED=20050309
+ LICENSE[0]=LGPL
+ BUILD_API=2
+ SHORT="Library for read access on ZIP-archives"
+cat << EOF
+The ZZIPlib provides read access on ZIP-archives. The library uses only the patent-free compression-algorithms supported by Zlib. It provides functions that transparently access files being either real files or zipped files, both with the same filepath.
+EOF
diff --git a/archive-libs/zziplib/HISTORY b/archive-libs/zziplib/HISTORY
new file mode 100644
index 0000000000..c7bd4bf303
--- /dev/null
+++ b/archive-libs/zziplib/HISTORY
@@ -0,0 +1,3 @@
+2005-03-09 Eric Sandall <eric@sandall.us>
+ * Created
+