Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-06-12 | use bl3 so that gcc specific flags are stripped out. | grant | 1 | -1/+2 | |
2004-06-12 | this uses a c and c++ compiler. | grant | 1 | -1/+2 | |
2004-05-24 | Make this package compile when using gcc 3.3. | kristerw | 2 | -1/+17 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-02-25 | Use the default EXTRACT_CMD instead of a hand-crafted one, as the default | jlam | 1 | -3/+1 | |
is sufficient. | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-04-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 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-04-09 | Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR} | wiz | 1 | -2/+2 | |
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -2/+2 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-20 | Remove duplicate BUILD_DEPENDS for unzip (bsd.pkg.mk has an automatic one | wiz | 1 | -3/+1 | |
if EXTRACT_SUFX is .zip); also remove EXTRACT_CMDs that are the same as the implicit one. | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+3 | |
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-08-20 | The Grand Homepagification: | tsarna | 2 | -5/+2 | |
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section. | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-01 | Use the zipped archive instead of the uncompressed tar file, the faktor is | frueauf | 3 | -12/+79 | |
nearly 4! | |||||
1998-07-31 | Addition of rdp-1.5, which compiles attributed LL(1) grammars into | agc | 5 | -0/+44 | |
recursive descent compilers, into the NetBSD packages collection. |