Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-04-05 | We need a ${DISTDIR} here to make the extract work. | mycroft | 1 | -2/+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} | |||||
1999-03-15 | Fix PR7160: critical bug fix to xdoom | sommerfe | 2 | -0/+61 | |
1999-01-30 | Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this | agc | 1 | -2/+2 | |
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package". | |||||
1998-12-14 | Fix alignment problems on arm32. | mycroft | 1 | -0/+17 | |
1998-11-24 | Use -O2, not -O6. | mycroft | 2 | -4/+4 | |
1998-11-24 | optimize, for mycroft | hubertf | 2 | -7/+11 | |
1998-11-12 | Some more for pkglint. | frueauf | 1 | -4/+4 | |
1998-09-24 | Some read-only pkgsrc fixups.. | garbled | 1 | -6/+6 | |
1998-09-06 | Remove useless symlink | hubertf | 1 | -2/+1 | |
1998-09-06 | LICENSE=shareware | hubertf | 1 | -1/+3 | |
1998-09-06 | Boom - make da noise! (add soundserver) | hubertf | 8 | -49/+88 | |
1998-08-28 | xdoom-1.10: a 3D shoot-em-up for 8-bit X11 displays. | garbled | 9 | -0/+557 | |
Many thanks to Matthias Drochner for giving me his framework on the pkg as a starting point. |