summaryrefslogtreecommitdiff
path: root/archivers/unzip
AgeCommit message (Collapse)AuthorFilesLines
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv2-3/+3
2002-12-25also pass '-DBSD' on Darwin.grant1-4/+4
2002-11-25Don't always pass pass '-DBSD' to MAKE_ENV.jschauma1-1/+7
Pointed out by Jeremy C. Reed (reed at reedmedia dot net) in PR pkg/19170. Modification: assume that anything that calls itself *BSD can deal with this flag instead of just dealing with Linux. (Please check on Darwin and adjust.)
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam3-5/+5
have been converted to USE_BUILDLINK2.
2002-07-16add ${LDFLAGS} so that libz is found when it is not in a systemgrant1-2/+2
library path. fixes build problem on zoularis.
2002-07-16update from patches/patch-ab change.grant1-2/+2
(why this was not committed by `cvs commit distinfo patches/patch-ab' with the previous makes no sense to me)
2002-07-16Fix Makefile to not blindly set CC=ccgrant1-4/+13
2002-02-27Replace -s with ${_STRIPFLAG_CC} to make this build on Darwin.yyamano1-2/+2
2002-02-23Distfile md5 changed. A diff didn't reveal any bad things.hubertf1-3/+3
Distfile nuked from ftp.netbsd.org. Noted by march on IRC (IRCnet)
2002-02-21Update to 5.50.wiz2-9/+9
Extract from History.550: - generic (inflate.c, globals.h, fileio.c, unzpriv.h): integrated support of Deflate64 - added Deflate64 support to fUnZip - SFX: made SFX_EXDIR default, added NO_SFXEXDIR option to allow switching off the "-d exdir" support - SFX: added simple "execute command after extraction" feature that uses a command specification supplied with the Zip archive comment, controlled by the CHEAP_SFX_AUTORUN compile time option - SFX: slightly refined the CHEAP_SFX_AUTORUN code, switched off SFX_EXDIR when CHEAP_SFX_AUTORUN is enabled, documented the new autorun feature - extract.c, TestExtraField(): added crc32 check for PKVMS e.f. type - extract.c, extract_or_test_entrylist(): added code for "stripping off absolute path spec" when extracting - unzip.h, unzip.c; mapname() in all ports except CMS/MVS, Tandem, TOPS20: added code to strip "../" path components from extracted names and new option "-:" to allow deactivating this security feature; changed mapname() calling interface to allow reporting warning error levels to caller - unzpriv.h, zipinfo.c: rudimentary support for recognizing PKWARE's new "64-bit size specs" extra field As well as bug fixes, including the USE_ZLIB problem.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-06-21Mark as USE_BUILDLINK_ONLY.jlam1-1/+3
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-20Change homepage from ftp: to http: URL.martin1-2/+2
Closes PR 12256.
2001-02-17Add german mirror site.tron1-2/+3
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-15Back out part of last change. Adding COMMENT=<comment> to the Makefile wasfredb1-2/+1
premature -- it breaks "make package".
2001-02-15From the release notes:fredb3-9/+12
The 5.42 maintance release fixes more bugs and cleans up the redistribution conditions: - removal of unreduce.c and amiga/timelib.c code to get rid of the last distribution restrictions beyond the BSD-like Info-ZIP LICENSE - new generic timelib replacement (currently used by AMIGA port) - more reasonable mapping rules of UNIX "leading-dot" filenames to the DOS 8.3 name convention - repaired screensize detection in MORE paging code (was broken for DOS/OS2/WIN32 in 5.41)
2000-10-21Remove unnecessary lines.wiz1-5/+1
2000-04-20Update to unzip-5.41. Includes decryption support by default. Otherwiz3-35/+18
changes include some bugfixes, a new BSD-like license, as well as support for archives with more than 2^16-1 files. Zlib support still broken, so we use the one coming with the distribution.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-28replaced some commands by their ${COMMAND} counterpartswiz1-2/+2
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc1-1/+3
displayed using the -B option to pkg_info(1). Add ZIP_ENCRYPTION to BUILD_DEFS
1999-07-09Add package patch-sum filesagc1-0/+4
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1999-01-09Add missing conflict entry.tron1-1/+3
1999-01-04Note why USE_ZLIB is not used.tv1-1/+2
1998-12-30OK, bring it back to 5.40, but this time don't use libz -- use thetv3-13/+12
compression routines shipped with unzip.
1998-12-30Back out previous. Unzip 5.40 has severe bugs, noted by tron and myself.tv2-9/+9
1998-12-27update to 5.40hubertf2-9/+9
1998-10-21-DUNIX -> -Dunix, closes pr 6338 by Geoff C. Wing.frueauf1-5/+6
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc2-0/+4
1998-08-02Add "Building stage 1 of 2", "Building stage 2 of 2" messages whentv1-1/+3
ZIP_ENCRYPTION is set, so that the user is not confused by unzip building twice.
1998-06-20Add encryption support to zip and unzip pkgs using ZIP_ENCRYPTION maketv4-14/+50
variable.
1998-06-18Update package Makefiles for automatic manual page handling.agc1-3/+2
1998-06-10Remove the trailing '-f' from MAKE_FLAGS in bsd.pkg.mk, and include itagc1-2/+2
explicitly in the commands before ${MAKEFILE}; modify package Makefiles to conform to this rationalisation. This was used inconsistently in many packages, some including it, some not.
1998-06-02Account for the zipinfo symlink directly in PLIST.tv1-3/+2
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-2/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-03-07Use INSTALL_*_DIR macros.hubertf1-2/+2
1998-01-19portlint: kill empty line at EOFhubertf1-1/+0
1998-01-15Upgrade to version 5.32, from John Darrow. Fixes PR 4825.agc3-9/+8
1997-11-20Make this package compile under NetBSD.thorpej1-0/+11
1997-11-06Add a NetBSD RCS Id to all the PLIST files.agc1-0/+1
1997-10-27Restore FreeBSD RCS-IDshubertf1-1/+1
1997-10-27clean up on pkg_deletehubertf1-0/+2
1997-10-27add FreeBSD RCS-Idhubertf1-1/+2