Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-14 | void main | dholland | 2 | -6/+25 | |
2008-03-03 | Mechanical changes to add full DESTDIR support to packages that install | jlam | 1 | -4/+5 | |
their files via a custom do-install target. | |||||
2007-01-07 | Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of | rillig | 1 | -3/+3 | |
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein. | |||||
2006-10-04 | Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. | wiz | 1 | -3/+3 | |
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 | |
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. | |||||
2005-09-28 | Removed unneeded patch-aa. | rillig | 1 | -122/+0 | |
2005-09-28 | Fixed pkglint warnings. Converted patch-ab to unified diff format. Moved | rillig | 4 | -24/+133 | |
hint.1 from inside patch-aa to the files/ directory. | |||||
2005-03-24 | Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be | wiz | 1 | -3/+1 | |
useful. | |||||
2005-02-22 | Add RMD160 digests in addition to the SHA1 ones. | agc | 1 | -1/+2 | |
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 1 | -2/+2 | |
Suggested by Roland Illig, ok'd by various. | |||||
2004-07-30 | Enable pkgviews installation. | minskim | 1 | -1/+5 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+3 | |
2003-09-19 | Make build on systems without gcc. From Jonathan Perkin in PR 22856. | wiz | 2 | -1/+19 | |
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 | -2/+1 | |
is sufficient. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -4/+4 | |
2001-04-20 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -7/+5 | |
+ 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-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-08-11 | Remove (sometimes FreeBSD) packager's (porter's) name from DESCR. | wiz | 1 | -3/+0 | |
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here. | |||||
2000-03-16 | cp -> ${CP}, chmod -> ${CHMOD} | wiz | 1 | -3/+3 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-12-28 | replaced some commands by their ${COMMAND} counterparts | wiz | 1 | -2/+2 | |
one RCS tag added | |||||
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+4 | |
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} | |||||
1999-02-10 | install hint-double and hint-int, both of which test the obvious. | explorer | 2 | -5/+7 | |
1999-02-10 | pkglint: remove bogus header from Makefile and add missing rcs ids. | frueauf | 5 | -7/+8 | |
1998-12-26 | Fix all the benchmark targets so they work properly, and work with the | garbled | 1 | -2/+6 | |
package uninstalled, with the exceptionof lmbench. Make non-batch targets for all the benchmarks, and create a results target which places all the results in /tmp for easier collection. | |||||
1998-12-03 | make aware of BATCH (if interactive), uid (if benchmark needs to be run as root) | hubertf | 1 | -1/+4 | |
1998-11-13 | basic NetBSD changes | drochner | 2 | -4/+6 | |
1998-11-13 | import HINT benchmark | drochner | 7 | -0/+190 | |