summaryrefslogtreecommitdiff
path: root/archivers/zip1
AgeCommit message (Collapse)AuthorFilesLines
2005-04-01Pullup ticket 411 - requested by Min Sik Kimsnj1-2/+2
portability fix for zip1 Revision pulled up: - pkgsrc/archivers/zip1/Makefile 1.32 Module Name: pkgsrc Committed By: minskim Date: Fri Mar 25 15:27:45 UTC 2005 Modified Files: pkgsrc/archivers/zip1: Makefile Log Message: Avoid using libcompat on Darwin.
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+3
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-11-23nb1: Turn on encryption by default for same reasons as was done totv5-33/+40
archivers/zip way back in 2000. Add modern termios support to make the encryption code build on more platforms.
2004-11-22Make the non-encrypted version build on Interix. (ZIP_ENCRYPTION turns ontv1-4/+2
some funky oldsk00l TTY code that needs an overhaul....)
2004-11-22Remove dead MASTER_SITES, add current one.wiz1-3/+2
2004-07-28Enable pkgviews installation.minskim1-1/+5
2004-06-18CFLAGS needs "-DSYSV" on Linux. Patch provided by Roland Illig onminskim1-2/+7
tech-pkg@.
2004-04-25Don't build on Interix.tv1-1/+3
2004-03-11bl3ifyxtraeme1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-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-08-01Change MAINTAINER from tv at netbsd dot org to packages at netbsd dot orgjschauma1-2/+2
after consulting with Todd. Any volunteers for any of these packages?
2002-02-25Use the default EXTRACT_CMD instead of a hand-crafted one, as the defaultjlam1-5/+1
is sufficient.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-3/+3
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-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-07-16Mark as USE_BUILDLINK_ONLY.jlam1-2/+3
2001-06-11Add checksum for zcrypt10.zip. Noted by recent bulk build by John Darrow.wiz1-1/+3
2001-06-04Add necessary restrictions.jtb1-1/+5
Excerpt from the README file in the source code distribution: Permission is granted to any individual or institution to use, copy, or redistribute this software so long as all of the original files are included unmodified, that it is not sold for profit, and that this copyright notice is retained.
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-3/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-11/+9
+ 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
2001-01-11Update HOMEPAGE.dent1-2/+2
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-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/+7
1999-04-01Rewrite the extraction commands to be more intuitive.agc1-3/+2
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
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.agc5-0/+10
1998-06-26Nuke FETCH_DEPENDS - use BUILD_DEPENDS, which actually executes beforetv1-2/+2
extract.
1998-06-22temporarily disable FETCH_DEPENDShubertf1-2/+2
1998-06-21Fix spello: "compatabile"->"compatible".tv1-1/+1
1998-06-20Add and enable zip1 (PKZIP 1.x compatible zip), with encryption support.tv10-0/+201
Not conflicting with `zip' program.