| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-01-19 | Convert all occurrences (353 by my count) of | agc | 1 | -3/+3 | |
| MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly. | |||||
| 2015-11-04 | Add SHA512 digests for distfiles for sysutils category | agc | 1 | -1/+2 | |
| Problems found with existing digests: Package memconf distfile memconf-2.16/memconf.gz b6f4b736cac388dddc5070670351cf7262aba048 [recorded] 95748686a5ad8144232f4d4abc9bf052721a196f [calculated] Problems found locating distfiles: Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9 Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail. | |||||
| 2014-08-09 | Tricky tricky Makefile here. Add some clarification for future reference. | kim | 3 | -13/+17 | |
| Bump PKGREVISION due to binary package change in previous commit (modes). | |||||
| 2014-08-09 | Make "make package" as an unprivileged user work by avoiding mode 111 | kim | 3 | -11/+28 | |
| on binaries. While there, make the modes more conventional (755) overall. | |||||
| 2014-02-15 | define int types on SunOS | wiedi | 1 | -1/+3 | |
| 2013-05-23 | Be more careful in what to chmod and substitute, so that the wrappers | joerg | 1 | -3/+3 | |
| aren't changed. | |||||
| 2012-10-23 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
| 2010-01-27 | DESTDIR support | joerg | 1 | -3/+7 | |
| 2009-06-14 | Convert @exec/@unexec to @pkgdir or drop it. | joerg | 1 | -6/+6 | |
| 2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -9/+1 | |
| 2008-04-19 | Old MASTER_SITES does not have a archive anymore. | obache | 1 | -2/+3 | |
| set gatekeeper.hp, it have version 3.2 (and newer 4.0). (primary site is ftp://ftp.isc.org/isc/rtty/ ?) | |||||
| 2006-12-17 | Do not use libcrypt on Darwin. Darwin has crypt(3) in libc. | minskim | 3 | -13/+18 | |
| 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-03-24 | Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be | wiz | 1 | -3/+1 | |
| useful. | |||||
| 2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
| 2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+3 | |
| 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. | |||||
