Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |