minskim
c0a7e17485
Do not use libcrypt on Darwin. Darwin has crypt(3) in libc.
2006-12-17 20:09:26 +00:00
jlam
9c8b5ede43
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
...
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.
2006-03-04 21:28:51 +00:00
wiz
b8e0eb28f4
Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
...
useful.
2005-03-24 21:12:50 +00:00
agc
d81d19f8e0
Add RMD160 digests.
2005-02-24 12:51:41 +00:00
agc
3ad1bdbf06
Move WRKSRC definition away from the first paragraph in a Makefile.
2004-01-20 12:18:15 +00:00
martti
86c6e000bc
COMMENT should start with a capital letter.
2003-07-21 17:24:16 +00:00
grant
ca3be631f2
s/netbsd.org/NetBSD.org/
2003-07-17 22:50:55 +00:00
jschauma
e366d0c694
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
...
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
0e0976c10a
Use tabs instead of spaces.
2003-05-05 16:51:06 +00:00
jmmv
54a84e2a76
Line up PKGREVISION whitespace.
2003-05-05 16:50:27 +00:00
jmmv
0916498c1b
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
2003-03-29 12:40:00 +00:00
skrll
08bdd44549
mkdir -> ${MKDIR}
...
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
hubertf
5542206cba
Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
...
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-11-29 01:12:24 +00:00
zuntum
d038a73ebd
Move pkg/ files into package's toplevel directory
2001-10-31 22:52:58 +00:00
agc
a16fc84f19
Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
...
WRKSRC= ${WRKDIR}
This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
jlam
dc6eadbf21
Use ${XARGS} instead of invoking xargs directly.
2001-05-19 03:56:23 +00:00
agc
027c166bf7
Move to sha1 digests, and add distfile sizes.
2001-04-19 11:28:57 +00:00
agc
2d6b6a009c
+ move the distfile digest/checksum value from files/md5 to distinfo
...
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
wiz
a87738b456
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
2001-02-17 17:42:09 +00:00
bad
c7761920ab
Patch agelogs.sh to actually find agelog.
...
Bump version to 3.2nb1.
2000-12-25 23:37:11 +00:00
thorpej
e6b1b2f82d
Put some more duct tape on the last. Should fix a problem
...
reported by Manuel Bouyer.
2000-08-02 17:33:45 +00:00
thorpej
12b245d679
Fix a bug in the rtty client which would cause the rtty process to
...
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-08-02 05:02:14 +00:00
thorpej
179412d888
Fix buglet in previous.
2000-06-14 21:12:42 +00:00
thorpej
cc0188ff40
Create all the directories needed by rtty.
2000-06-13 22:25:45 +00:00
thorpej
c07171f8e9
Use a default group that NetBSD actually ships with (operator).
2000-06-13 22:20:41 +00:00
bouyer
0591cf4477
Install the README in $prefix/share/doc/rtty/README, it's the only doc
...
available.
2000-06-09 17:48:25 +00:00
wiz
8eb7504008
find, echo -> ${FIND}, ${ECHO}
2000-02-05 07:04:07 +00:00
agc
00a16e3008
Add package patch checksum files.
1999-07-09 14:22:59 +00:00
agc
13d4323e6a
Make this package work on Solaris.
1999-04-09 08:33:50 +00:00
hubertf
48d1b9cb27
s@/usr/local@${PREFIX}@ not only on NetBSD (Hi Al!)
1999-04-09 00:55:22 +00:00
agc
ad7a1de42a
Add NetBSD RCS Ids.
1998-08-11 12:20:56 +00:00
agc
41bfb30737
Add NetBSD RCS Ids.
1998-08-07 11:08:53 +00:00
hubertf
99afe17c3b
add "/." after WRKDIR, so it even works if WRKOBJDIR is set
1998-05-08 22:12:50 +00:00
agc
258b808c9f
Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
...
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
hubertf
240a6f2d39
portlint: change order of lines, use cmd macros
1998-01-24 23:33:13 +00:00
agc
5358faaf74
Add a NetBSD RCS Id to all the PLIST files.
1997-11-06 09:57:11 +00:00
agc
df287973b0
Add NetBSD RCS Id.
1997-10-29 11:28:00 +00:00
agc
57ed68ef21
Make this work on NetBSD, and clean up the package list so that it
...
cleans up after itself properly.
1997-10-29 11:26:53 +00:00
agc
80f8f6c0ba
Initial import of Paul Vixie's rtty software, from the FreeBSD ports
...
collection, into the NetBSD package system.
1997-10-29 11:11:15 +00:00