Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-05-05 | Use tabs instead of spaces. | jmmv | 1 | -3/+3 | |
2003-05-05 | Line up PKGREVISION whitespace. | jmmv | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 | |
2002-02-15 | mkdir -> ${MKDIR} | skrll | 1 | -6/+6 | |
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN} | |||||
2001-11-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -2/+2 | |
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 1 | -2/+2 | |
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). | |||||
2001-05-19 | Use ${XARGS} instead of invoking xargs directly. | jlam | 1 | -2/+2 | |
2001-04-19 | 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-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-12-25 | Patch agelogs.sh to actually find agelog. | bad | 1 | -1/+4 | |
Bump version to 3.2nb1. | |||||
2000-08-02 | Put some more duct tape on the last. Should fix a problem | thorpej | 2 | -9/+13 | |
reported by Manuel Bouyer. | |||||
2000-08-02 | Fix a bug in the rtty client which would cause the rtty process to | thorpej | 2 | -5/+37 | |
loop forever (consuming a lot of CPU) if the parent process (e.g. shell) were to suddenly die -- rtty was not properly checking for the EOF condition. Patch from Andrew Flury <aflury@zembu.com>. | |||||
2000-06-14 | Fix buglet in previous. | thorpej | 1 | -6/+6 | |
2000-06-13 | Create all the directories needed by rtty. | thorpej | 1 | -1/+7 | |
2000-06-13 | Use a default group that NetBSD actually ships with (operator). | thorpej | 2 | -1/+15 | |
2000-06-09 | Install the README in $prefix/share/doc/rtty/README, it's the only doc | bouyer | 2 | -2/+8 | |
available. | |||||
2000-02-05 | find, echo -> ${FIND}, ${ECHO} | wiz | 1 | -3/+3 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+5 | |
1999-04-09 | Make this package work on Solaris. | agc | 4 | -10/+70 | |
1999-04-09 | s@/usr/local@${PREFIX}@ not only on NetBSD (Hi Al!) | hubertf | 1 | -3/+1 | |
1998-08-11 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-05-08 | add "/." after WRKDIR, so it even works if WRKOBJDIR is set | hubertf | 1 | -2/+3 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -9/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-01-24 | portlint: change order of lines, use cmd macros | hubertf | 1 | -5/+7 | |
1997-11-06 | Add a NetBSD RCS Id to all the PLIST files. | agc | 1 | -0/+1 | |
1997-10-29 | Add NetBSD RCS Id. | agc | 1 | -0/+1 | |
1997-10-29 | Make this work on NetBSD, and clean up the package list so that it | agc | 2 | -5/+16 | |
cleans up after itself properly. | |||||
1997-10-29 | Initial import of Paul Vixie's rtty software, from the FreeBSD ports | agc | 6 | -0/+50 | |
collection, into the NetBSD package system. |