summaryrefslogtreecommitdiff
path: root/archivers/zip
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+3
2004-12-17Update to 2.3nb3: Add patch from Mandrake against CAN-2004-1010.wiz3-7/+30
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-3/+3
Suggested by Roland Illig, ok'd by various.
2004-11-22Remove dead MASTER_SITE.wiz1-3/+2
2004-05-31Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim1-1/+5
tech-pkg@.
2004-04-17only make the gcc target if we're using gcc.grant1-2/+5
2004-03-23USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.jlam1-2/+2
2004-03-11bl3ifyxtraeme1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-01turn off optimization to avoid an internal compiler error on powerpc.grant1-1/+5
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2002-12-22Allow this to be built on Linux. From Jeremy Reed, PR 19481agc1-1/+5
2002-11-10Use ${LOCALBASE}/bin/unzip rather than a bare unzip.cjep1-2/+2
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-2/+2
have been converted to USE_BUILDLINK2.
2002-07-31Use gcc on Solaris. Patch from Julien Letessier at sun dot com.wiz1-1/+8
2002-04-18Fix build on Darwin. All changes are taken from the latest betas of zip.yyamano9-4/+112
- Add MacOS X to version_local() - unix/configure: Init LFLAGS1 to "", MacOS X doesn't like -s - rename errors array to ziperrors to avoid MacOS X library clash
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-07-16Mark as USE_BUILDLINK_ONLY.jlam1-1/+3
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-3/+5
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-10-21reorder line for pkglintwiz1-2/+2
2000-10-21Build with encryption support by default (since crypto code is freelywiz2-19/+12
exportable now), using latest crypto add-on sources. Update main distribution site and homepage. Remove CRYPTO line (not strong cryptography). Bump to 2.3nb1.
2000-09-09Reorganize crypto handling, as discussed on tech-pkg. Remove allfredb1-4/+2
RESTRICTED= variables that were predicated on former U.S. export regulations. Add CRYPTO=, as necessary, so it's still possible to exclude all crypto packages from a build by setting MKCRYPTO=no (but "lintpkgsrc -R" will no longer catch them). Specifically, - - All packages which set USE_SSL just lose their RESTRICTED variable, since MKCRYPTO responds to USE_SSL directly. - - realplayer7 and ns-flash keep their RESTRICTED, which is based on license terms, but also gain the CRYPTO variable. - - srp-client is now marked broken, since the distfile is evidently no longer available. On this, we're no worse off than before. [We haven't been mirroring the distfile, or testing the build!] - - isakmpd gets CRYPTO for RESTRICTED, but remains broken. - - crack loses all restrictions, as it does not evidently empower a user to utilize strong encryption (working definition: ability to encode a message that requires a secret key plus big number arithmetic to decode).
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf1-2/+3
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-28replaced some commands by their ${COMMAND} counterpartswiz1-4/+4
1999-12-20updated md5 to match file on distribution sitewiz1-2/+2
1999-12-13Update zip to 2.3 using the package sent to me in private mail by Thomasrh2-10/+10
Klausner <wiz@danbala.ifoer.tuwien.ac.at> -- thanks!
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
1998-11-03s/-fs/-f -s/christos1-4/+4
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-06-26Nuke FETCH_DEPENDS - use BUILD_DEPENDS, which actually executes beforetv1-2/+2
extract.
1998-06-21Fix spello: "compatabile"->"compatible".tv1-1/+1
1998-06-20Add encryption support to zip and unzip pkgs using ZIP_ENCRYPTION maketv3-7/+22
variable.
1998-06-18Update package Makefiles for automatic manual page handling.agc1-2/+1
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-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-9/+2
Remove redundant (and sometimes erroneous) comments.
1998-03-16portlint: remove contiguous blank line.frueauf1-3/+2
1998-03-11Fix manual page compression.tron1-19/+12
1998-01-15Upgrade to version 2.2. Fixes PR pkg/4826, from John Darrow.agc1-1/+1
1998-01-15Upgrade to version 2.2. Fixes PR pkg/4826, from John Darrow.agc1-16/+10
Make the linked man pages (zipcloak.1, zipnote.1 and zipsplit.1) into symbolic links, as, with MANZ set, the original zip.1 manual page isn't compressed until after the post-install: target is made, which means that a link is attempted to a non-existent file.
1997-11-06Add a NetBSD RCS Id to all the PLIST files.agc1-0/+1
1997-11-01Install all manpages; pointed out by Charles Hannum.hubertf1-1/+4
1997-11-01Install links to all manpages; pointed out by Charles Hannum.hubertf1-1/+12