Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-01-23 | Bump PKGREVISION due to xmlcatmgr update to 2.0beta1 | jmmv | 1 | -2/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-01-29 | s/BUILDINK/BUILDLINK/ | jmmv | 2 | -9/+7 | |
Use textproc/xmlcatmgr/catalogs.mk to register the catalog file, using the SGML_CATALOGS variable. Bump PKGREVISION. | |||||
2003-01-11 | Register the provided catalog file in share/sgml/catalog using xmlcatmgr. | jmmv | 2 | -2/+8 | |
Bump PKGREVISION to 1. | |||||
2002-12-09 | Replace "true" by "${TRUE}". | tron | 1 | -2/+2 | |
2002-09-21 | Trivially use buildlink2. | jlam | 1 | -1/+2 | |
2002-07-30 | Use ':' instead of '.' as argument separator for chown. Closes pkg/17768 | wiz | 1 | -2/+2 | |
by Valeriy E. Ushakov. | |||||
2002-02-15 | mkdir -> ${MKDIR} | skrll | 1 | -2/+2 | |
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN} | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -2/+2 | |
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this. | |||||
2001-04-20 | Move to sha1 digests, and add distfile sizes. | skrll | 1 | -3/+5 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 1 | -1/+1 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-27 | Change BUILD_DEPENDS semantics: | hubertf | 1 | -2/+2 | |
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org> | |||||
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-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-09-04 | Update to 1.57, noted by Federico Lupi. | hubertf | 3 | -11/+11 | |
Changes: bugfixes only | |||||
2000-07-26 | Update to 1.55. | hubertf | 3 | -8/+26 | |
Changes: adopt to DocBook 4.x | |||||
2000-07-10 | Update to 1.54. Changes: support for DocBook 4.x | hubertf | 3 | -249/+260 | |
2000-06-07 | any docbook later than 3.1 will do (we're at 4.0 now) | hubertf | 1 | -2/+2 | |
2000-02-05 | $() -> ${} | wiz | 1 | -4/+4 | |
1999-09-28 | Use a relative path for bsd.pkg.mk instead of relying on the search path. | soren | 1 | -2/+2 | |
1999-06-27 | DSSL stylesheets for docbook. Derived from the FreeBSD port, but using | drochner | 6 | -0/+778 | |
docbook-3.1. (Thus too different to justify an import of the original.) |