Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-06-16 | Create directories before installing files into them. | jlam | 1 | -1/+3 | |
2005-02-23 | Add RMD160 digests to the SHA1 ones | agc | 1 | -1/+2 | |
2004-05-11 | update homepage, add commented out master site for 0.4.1 version | dillo | 1 | -2/+4 | |
(the one listed on the homepage is down) | |||||
2004-02-01 | It's "its" | snj | 1 | -2/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-11-23 | basename -> ${BASENAME}, from Soren Jacobsen via PR pkg/23540. | salo | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -3/+3 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-09-24 | Complete standardization of messages according to latest pkglint. | wiz | 1 | -3/+3 | |
2001-12-03 | Miscellaneous man page fixes. | wiz | 1 | -15/+14 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-04-28 | Add missing xbeeb.1 to PLIST. | jtb | 1 | -1/+2 | |
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 | -9/+7 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -5/+5 | |
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 | |
2001-02-01 | Remove test target that I forgot I had added. | wiz | 1 | -2/+1 | |
2001-01-29 | Add automatic ${VARIABLE} handling for MESSAGE files. | wiz | 4 | -42/+46 | |
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs. | |||||
2000-09-03 | move line to be more pkglint friendly | wiz | 1 | -2/+2 | |
2000-06-05 | Correct URL of referenced web site. | skrll | 1 | -2/+2 | |
2000-06-01 | Add a man page, improve MESSAGE file handling and other clean up. | skrll | 5 | -8/+254 | |
2000-06-01 | EXTRACT_SUFX was missing. | skrll | 2 | -3/+4 | |
Thanks to Bernd Ernesti for pointing this out. | |||||
2000-05-22 | Import of xbeeb package. | skrll | 11 | -0/+287 | |
Based on PR/10013 by Dave Sainty <dave@dtsp.co.nz> with improvements by myself. |