summaryrefslogtreecommitdiff
path: root/devel/rcs
AgeCommit message (Collapse)AuthorFilesLines
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-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-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
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-10-31CONFIGURE_HAS_MANDIR=notv1-1/+2
2005-05-25Add RMD160 checksum.wiz1-1/+2
2005-05-25Remove ONLY_FOR_PLATFORM; no reason for it to be here.wiz1-4/+1
2005-05-25Sort.wiz1-2/+2
2005-02-15devel/rcs: Fixed a quoting error ($ => $$) in CONFIGURE_ENV. Bumpedrillig1-3/+3
PKGREVISION. Approved by xtraeme.
2003-09-02Updated rcs to 5.7nb2martti3-4/+27
- make this available for Linux - root must be able to compile this package (patch-ac)
2003-07-23Depend on diffutils >= 2.7.seb1-2/+2
Patch provided by Jonathan Perkin <jonathan at perkin dot org dot uk> in PR pkg/22236.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
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-11-12Darwin "support", by Yuji Yamano from pkg/14546.wiz1-3/+7
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-12You have to add an 'PKGNAME' if you want to indicate that the packageveego1-2/+3
has changed, but not the distfile.
2001-10-08Fix configure so GNU diffutils are really used.seb4-3/+72
Bump to 5.7nb1
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-1/+1
2001-04-18Move to sha1 digest, and add distfile sizeagc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
1999-07-02For packages that are in the NetBSD base system, but needed foragc1-2/+2
Solaris, narrow down the platforms, and use specific inclusion rather than disclusion: mark them as ONLY_FOR_PLATFORM=SunOS-*-*, rather than NOT_FOR_PLATFORM=NetBSD-*-*.
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-10/+10
pattern match format. Minor pkglint along the way.
1999-04-14Remove unnecessary slash from master site list.tron1-2/+2
1999-03-16Get the path name of the manual page right.agc1-2/+2
1999-03-16Provide rcslog as a symbolic link to rlog, and also make a link for theagc2-2/+10
man page. This is what's done in NetBSD, and is more in keeping with the rest of the suite of rcs programs: rcsclean, rcsdiff, and rcsmerge. Pointed out by Luke Mewburn.
1999-03-12Initial import of RCS 5.7, the GNU revision control system, for softwareagc5-0/+66
version control, into the Packages Collection. This package is only for Solaris - it's in the base NetBSD distribution.