From ea2670c18699e514ee1d65dfd35ad22c296a74e7 Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Tue, 1 Jan 2008 05:58:43 +0000 Subject: Initial commit. git-svn-id: http://svn.telesphoreo.org/trunk@2 514c082c-b64e-11dc-b46d-3d985efe055d --- data/zip/_metadata/description | 2 ++ data/zip/_metadata/license | 55 +++++++++++++++++++++++++++++++++++++++++ data/zip/_metadata/maintainer | 1 + data/zip/_metadata/priority | 1 + data/zip/_metadata/section | 1 + data/zip/_metadata/version | 1 + data/zip/make.sh | 5 ++++ data/zip/zip232.zip | Bin 0 -> 961121 bytes 8 files changed, 66 insertions(+) create mode 100644 data/zip/_metadata/description create mode 100644 data/zip/_metadata/license create mode 120000 data/zip/_metadata/maintainer create mode 100644 data/zip/_metadata/priority create mode 100644 data/zip/_metadata/section create mode 100644 data/zip/_metadata/version create mode 100644 data/zip/make.sh create mode 100644 data/zip/zip232.zip (limited to 'data/zip') 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 Binary files /dev/null and b/data/zip/zip232.zip differ -- cgit v1.2.3