Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-08-11 | Remove (sometimes FreeBSD) packager's (porter's) name from DESCR. | wiz | 1 | -3/+1 | |
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here. | |||||
2000-06-14 | Use the defines from bsd.pkg.mk, don't start subshells. | hubertf | 1 | -3/+2 | |
(The values for uname etc. will probably be passed in from upper-level make processes). | |||||
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-10-13 | Regen. | simonb | 1 | -2/+2 | |
1999-10-13 | Use ${LDFLAGS} to get ELF handling right. | simonb | 1 | -32/+24 | |
Convert to unidiff. | |||||
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+3 | |
1999-04-01 | Rewrite the extraction commands to be more intuitive. | agc | 1 | -4/+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-02-04 | Set USE_X11=yes, to denote that the package uses X11 libraries and | agc | 1 | -1/+3 | |
headers to build (from Tim Rightnour). | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 1 | -3/+1 | |
1998-04-20 | Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. | frueauf | 1 | -10/+10 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-01-24 | portlint: fix RCS Id | hubertf | 1 | -1/+1 | |
1997-11-06 | Add a NetBSD RCS Id to all the PLIST files. | agc | 1 | -0/+1 | |
1997-10-17 | add MANCOMPRESSED, MAN1 | hubertf | 1 | -1/+9 | |
1997-10-09 | Add NetBSD RCS Ids. | agc | 1 | -0/+1 | |
1997-10-09 | Initial import of FreeBSD plan9 ports category into the NetBSD package | agc | 6 | -0/+66 | |
system. |