Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-09-28 | Use a relative path for bsd.pkg.mk instead of relying on the search path. | soren | 1 | -2/+2 | |
1999-09-21 | Consistency: | abs | 1 | -1/+1 | |
Capitalise, remove trailing '.', remove many leading 'a', or 'the'. | |||||
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+6 | |
1999-04-24 | Work around broken "#ident" handling on arm32. | hubertf | 1 | -0/+592 | |
1999-04-01 | Rewrite the extraction commands to be more intuitive. | agc | 1 | -2/+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-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 3 | -0/+6 | |
1998-07-06 | Forgot "MIRROR_DISTFILE= no". | tron | 1 | -1/+2 | |
1998-07-04 | Adapt this package to NetBSD. | tron | 6 | -40/+27 | |
1998-07-04 | Initial import of FreeBSD's "xview-clients" port: | tron | 7 | -0/+454 | |
OpenLook applications and man pages. |