summaryrefslogtreecommitdiff
path: root/sysutils/rtty
AgeCommit message (Collapse)AuthorFilesLines
2002-02-15mkdir -> ${MKDIR}skrll1-6/+6
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-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-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-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-19Use ${XARGS} instead of invoking xargs directly.jlam1-2/+2
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-9/+7
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-25Patch agelogs.sh to actually find agelog.bad1-1/+4
Bump version to 3.2nb1.
2000-08-02Put some more duct tape on the last. Should fix a problemthorpej2-9/+13
reported by Manuel Bouyer.
2000-08-02Fix a bug in the rtty client which would cause the rtty process tothorpej2-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-14Fix buglet in previous.thorpej1-6/+6
2000-06-13Create all the directories needed by rtty.thorpej1-1/+7
2000-06-13Use a default group that NetBSD actually ships with (operator).thorpej2-1/+15
2000-06-09Install the README in $prefix/share/doc/rtty/README, it's the only docbouyer2-2/+8
available.
2000-02-05find, echo -> ${FIND}, ${ECHO}wiz1-3/+3
1999-07-09Add package patch checksum files.agc1-0/+5
1999-04-09Make this package work on Solaris.agc4-10/+70
1999-04-09s@/usr/local@${PREFIX}@ not only on NetBSD (Hi Al!)hubertf1-3/+1
1998-08-11Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-05-08add "/." after WRKDIR, so it even works if WRKOBJDIR is sethubertf1-2/+3
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-9/+2
Remove redundant (and sometimes erroneous) comments.
1998-01-24portlint: change order of lines, use cmd macroshubertf1-5/+7
1997-11-06Add a NetBSD RCS Id to all the PLIST files.agc1-0/+1
1997-10-29Add NetBSD RCS Id.agc1-0/+1
1997-10-29Make this work on NetBSD, and clean up the package list so that itagc2-5/+16
cleans up after itself properly.
1997-10-29Initial import of Paul Vixie's rtty software, from the FreeBSD portsagc6-0/+50
collection, into the NetBSD package system.