Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2002-12-24 | Use PKGNAME_NOREV instead of replicating PKGNAME. Thanks wiz! | jmmv | 1 | -2/+2 | |
2002-12-24 | Make this package install its sample configuration file under the examples | jmmv | 4 | -10/+36 | |
tree. Bump PKGREVISION to 1. | |||||
2002-11-14 | buildlink1 -> buildlink2 | jlam | 1 | -3/+3 | |
2002-08-01 | Change MAINTAINER from tv at netbsd dot org to tv at pobox dot com after | jschauma | 1 | -2/+2 | |
consulting with Todd. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-08-19 | Mark as USE_BUILDLINK_ONLY. | jlam | 1 | -1/+2 | |
2001-04-20 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-20 | Remove duplicate BUILD_DEPENDS for unzip (bsd.pkg.mk has an automatic one | wiz | 1 | -4/+1 | |
if EXTRACT_SUFX is .zip); also remove EXTRACT_CMDs that are the same as the implicit one. | |||||
2001-02-18 | Update to 0.9.4. There are over three years' worth of bugfixes and changes | tv | 6 | -36/+22 | |
in this update from 0.9.2, far too many to list in a commit message. | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-09-23 | remove bogus NO_CDROMs | hubertf | 1 | -2/+1 | |
1999-08-05 | Rename binkd.cfg to binkd.cfg.dist so as not to overwrite a custom binkd.cfg. | tv | 2 | -4/+4 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+4 | |
1999-06-04 | NOT_FOR_PLATFORM= *-*-{alpha,mips} doesn't work. | drochner | 1 | -2/+2 | |
Worse - it matches (almost?) everything. | |||||
1999-05-24 | Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM | tv | 1 | -12/+12 | |
pattern match format. Minor pkglint along the way. | |||||
1999-05-12 | This program is currently hopeless on LP64. | tv | 1 | -1/+2 | |
1999-04-01 | Rewrite the extraction commands to be more intuitive. | agc | 1 | -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-11-22 | Import Binkd 0.9.2, a FidoNet-over-IP BINKP transport daemon and client. | tv | 7 | -0/+69 | |