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
rillig
b71a1d488b
Fixed pkglint warnings. The warnings are mostly quoting issues, for
...
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-12-05 20:49:47 +00:00
reed
8ab8ae8888
Make sure install uses BINOWN, BINGRP, MANOWN, and MANGRP
...
settings. This fixes install when done as unprivileged.
Bump PKGREVISION.
2005-08-26 22:31:49 +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
07b46baa43
Add RMD160 digests
2005-02-24 11:02:49 +00:00
tv
6d01d25a91
Defuzz patches by regenerating with pkgdiff.
2004-10-13 18:50:13 +00:00
schmonz
99681e8cde
Enable pkgviews installation.
2004-03-29 03:28:49 +00:00
grant
0155927c43
s/netbsd.org/NetBSD.org/
2003-07-17 21:41:05 +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
zuntum
c72c1cf5f9
Move pkg/ files into package's toplevel directory
2001-11-01 00:57:41 +00:00
agc
88670a4a89
Move to sha1 digests, and add distfile sizes.
2001-04-20 13:52:07 +00:00
agc
9e8d6c8b8d
+ 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:33:31 +00:00
wiz
a13ea108bb
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
2001-02-17 17:52:59 +00:00
hubertf
402899809a
Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
...
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.
MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-18 22:46:29 +00:00
wiz
c750c08ad9
Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.
...
If anywhere, it should be the value of MAINTAINER in the Makefile.
Some minor cleanup/reformatting while I'm here.
2000-08-11 01:07:45 +00:00
wiz
cdcae52c9b
defuzzed
2000-02-05 20:05:22 +00:00
abs
df05aef71f
Strip trailing '.', and/or leading '(a|an) '
2000-01-05 15:37:50 +00:00
rh
90d2e2adbe
regen.
1999-12-12 08:25:43 +00:00
rh
beaefbbaf9
regen.
1999-12-07 20:36:07 +00:00
rh
9fa1d98989
Patch needs -F2
...
Fix DISTNAME/DISTFILES/WRKSRC hack.
1999-12-07 20:35:55 +00:00
rh
5ad7f2cded
defuzz
1999-11-27 21:57:11 +00:00
agc
f4d5171de1
Add package patch checksum files.
1999-07-09 14:09:02 +00:00
agc
fd7b118f38
Some packages use bsd-style .mk files when building, and so any manual
...
pages that are installed will be gzip-compressed, if MANZ is set, or
not if MANZ is not set. If the package uses bsd-style .mk files, the
variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in
the package Makefile. This replaces the previous method of specific
inclusion of bsd.prefs.mk, followed by a check for MANZ and
conditional assignment of MANCOMPRESSED.
Add appropriate documentation, and change all necessary ocurrences in
package Makefiles.
1999-07-02 08:37:20 +00:00
marc
16672467e7
patch a compile error.
1998-12-28 22:13:05 +00:00
agc
05b88260d7
Add NetBSD RCS Ids.
1998-08-07 13:16:49 +00:00
agc
41bfb30737
Add NetBSD RCS Ids.
1998-08-07 11:08:53 +00:00
tron
ea3fd44915
Don't mirror distribution files which are kept locally anyway.
1998-07-03 23:30:09 +00:00
agc
e8939e27f4
Make packages which use NetBSD's bsd.man.mk work with automatic manual
...
page handling.
1998-06-20 09:20:38 +00:00
frueauf
bb5cd561d5
Handle MANZ case better and split the big patch file into one patch
...
per file for better maintainance.
1998-05-21 14:06:37 +00:00
hubertf
550f63ed3e
Fix output if it's not going to a tty; as posted to current-users
...
by Soren S. Jorvang <soren@t.dk>.
1998-05-04 23:30:22 +00:00
frueauf
49e36ada0b
Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.
1998-04-20 11:56:17 +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
7e46155903
remove MANCOMPRESSED, reported by Markus Illenseer.
1998-02-23 15:25:19 +00:00
agc
ee0ba42317
colorls installs two versions of the man page - one pre-formatted, and
...
one unformatted. They are both gzipped. Set MANCOMPRESSED, MAN1 and
CAT1 accordingly.
1998-01-27 16:23:52 +00:00
agc
5358faaf74
Add a NetBSD RCS Id to all the PLIST files.
1997-11-06 09:57:11 +00:00
hubertf
016600b8bf
include formatted manpage
1997-10-24 01:03:09 +00:00
hubertf
2ff1b849ee
shut up user_from_uid(3), group_from_gid(3)
1997-10-24 01:01:57 +00:00
hubertf
762f3a6ac2
put manpages in ${PREFIX}/man, not ${PREFIX}/man/man
1997-10-24 00:59:27 +00:00
hubertf
f52bc642e9
- Put back FreeBSD RCS Id
...
- define MAN1
1997-10-24 00:58:01 +00:00
hubertf
240eed442d
Import as of 09/25/97
1997-10-11 21:53:59 +00:00