summaryrefslogtreecommitdiff
path: root/data/zip
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-01-01 05:58:43 +0000
committerJay Freeman <saurik@saurik.com>2008-01-01 05:58:43 +0000
commitea2670c18699e514ee1d65dfd35ad22c296a74e7 (patch)
tree6826a5266d78c22210c194772a8daed06ef0a19c /data/zip
parenta45e85d54e8df7a333946cc52fec519fc6aa4d87 (diff)
Initial commit.
git-svn-id: http://svn.telesphoreo.org/trunk@2 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/zip')
-rw-r--r--data/zip/_metadata/description2
-rw-r--r--data/zip/_metadata/license55
l---------data/zip/_metadata/maintainer1
-rw-r--r--data/zip/_metadata/priority1
-rw-r--r--data/zip/_metadata/section1
-rw-r--r--data/zip/_metadata/version1
-rw-r--r--data/zip/make.sh5
-rw-r--r--data/zip/zip232.zipbin0 -> 961121 bytes
8 files changed, 66 insertions, 0 deletions
diff --git a/data/zip/_metadata/description b/data/zip/_metadata/description
new file mode 100644
index 000000000..005d9a0c9
--- /dev/null
+++ b/data/zip/_metadata/description
@@ -0,0 +1,2 @@
+this package isn't described yet
+This package, which I'm certain is incredibly interesting, has yet to be described. This is probably because Jay has spent days getting all kinds of bookkeeping issues, like copyright notifications, all in their correct places, and descriptions just aren't the most important thing he could be working on. If this is a problem, please come back later.
diff --git a/data/zip/_metadata/license b/data/zip/_metadata/license
new file mode 100644
index 000000000..be2972aa9
--- /dev/null
+++ b/data/zip/_metadata/license
@@ -0,0 +1,55 @@
+This is version 2005-Feb-10 of the Info-ZIP license.
+The definitive version of this document should be available at
+ftp://ftp.info-zip.org/pub/infozip/license.html indefinitely.
+
+
+Copyright (c) 1990-2006 Info-ZIP. All rights reserved.
+
+For the purposes of this copyright and license, "Info-ZIP" is defined as
+the following set of individuals:
+
+ Mark Adler, John Bush, Karl Davis, Harald Denker, Jean-Michel Dubois,
+ Jean-loup Gailly, Hunter Goatley, Ed Gordon, Ian Gorman, Chris Herborth,
+ Dirk Haase, Greg Hartwig, Robert Heath, Jonathan Hudson, Paul Kienitz,
+ David Kirschbaum, Johnny Lee, Onno van der Linden, Igor Mandrichenko,
+ Steve P. Miller, Sergio Monesi, Keith Owens, George Petrov, Greg Roelofs,
+ Kai Uwe Rommel, Steve Salisbury, Dave Smith, Steven M. Schweda,
+ Christian Spieler, Cosmin Truta, Antoine Verheijen, Paul von Behren,
+ Rich Wales, Mike White
+
+This software is provided "as is," without warranty of any kind, express
+or implied. In no event shall Info-ZIP or its contributors be held liable
+for any direct, indirect, incidental, special or consequential damages
+arising out of the use of or inability to use this software.
+
+Permission is granted to anyone to use this software for any purpose,
+including commercial applications, and to alter it and redistribute it
+freely, subject to the following restrictions:
+
+ 1. Redistributions of source code must retain the above copyright notice,
+ definition, disclaimer, and this list of conditions.
+
+ 2. Redistributions in binary form (compiled executables) must reproduce
+ the above copyright notice, definition, disclaimer, and this list of
+ conditions in documentation and/or other materials provided with the
+ distribution. The sole exception to this condition is redistribution
+ of a standard UnZipSFX binary (including SFXWiz) as part of a
+ self-extracting archive; that is permitted without inclusion of this
+ license, as long as the normal SFX banner has not been removed from
+ the binary or disabled.
+
+ 3. Altered versions--including, but not limited to, ports to new operating
+ systems, existing ports with new graphical interfaces, and dynamic,
+ shared, or static library versions--must be plainly marked as such
+ and must not be misrepresented as being the original source. Such
+ altered versions also must not be misrepresented as being Info-ZIP
+ releases--including, but not limited to, labeling of the altered
+ versions with the names "Info-ZIP" (or any variation thereof, including,
+ but not limited to, different capitalizations), "Pocket UnZip," "WiZ"
+ or "MacZip" without the explicit permission of Info-ZIP. Such altered
+ versions are further prohibited from misrepresentative use of the
+ Zip-Bugs or Info-ZIP e-mail addresses or of the Info-ZIP URL(s).
+
+ 4. Info-ZIP retains the right to use the names "Info-ZIP," "Zip," "UnZip,"
+ "UnZipSFX," "WiZ," "Pocket UnZip," "Pocket Zip," and "MacZip" for its
+ own source and binary releases.
diff --git a/data/zip/_metadata/maintainer b/data/zip/_metadata/maintainer
new file mode 120000
index 000000000..0fa66e077
--- /dev/null
+++ b/data/zip/_metadata/maintainer
@@ -0,0 +1 @@
+../../../people/saurik \ No newline at end of file
diff --git a/data/zip/_metadata/priority b/data/zip/_metadata/priority
new file mode 100644
index 000000000..ea5b3d7ee
--- /dev/null
+++ b/data/zip/_metadata/priority
@@ -0,0 +1 @@
+important
diff --git a/data/zip/_metadata/section b/data/zip/_metadata/section
new file mode 100644
index 000000000..f1d43c641
--- /dev/null
+++ b/data/zip/_metadata/section
@@ -0,0 +1 @@
+archive
diff --git a/data/zip/_metadata/version b/data/zip/_metadata/version
new file mode 100644
index 000000000..0f34dc7f3
--- /dev/null
+++ b/data/zip/_metadata/version
@@ -0,0 +1 @@
+2.32
diff --git a/data/zip/make.sh b/data/zip/make.sh
new file mode 100644
index 000000000..47e5baefa
--- /dev/null
+++ b/data/zip/make.sh
@@ -0,0 +1,5 @@
+unzip "${PKG_DATA}/zip232.zip" -d zip-2.32
+cd zip-2.32
+cp unix/Makefile .
+make zips CC=arm-apple-darwin-gcc CPP='arm-apple-darwin-gcc -E'
+pkg:usrbin zip zipcloak zipnote zipsplit
diff --git a/data/zip/zip232.zip b/data/zip/zip232.zip
new file mode 100644
index 000000000..c306579b5
--- /dev/null
+++ b/data/zip/zip232.zip
Binary files differ