diff options
author | agc <agc@pkgsrc.org> | 1998-02-25 14:22:32 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-02-25 14:22:32 +0000 |
commit | 08b1887bf661529cd208322b4e9f166e20580eca (patch) | |
tree | cbd22c87f3a1ecbf05feea7cc265281052efb380 /devel/prcs | |
parent | ec420ec7f9915ce006dc368261b94240586c1fda (diff) | |
download | pkgsrc-08b1887bf661529cd208322b4e9f166e20580eca.tar.gz |
Initial import of prcs (Project RCS) version 1.2.2 into the NetBSD
packages collection, from the FreeBSD port. This is a tool for
version control, similar to CVS, but much simpler, and uses an
interesting binary diff utility called xdelta.
Diffstat (limited to 'devel/prcs')
-rw-r--r-- | devel/prcs/Makefile | 19 | ||||
-rw-r--r-- | devel/prcs/files/md5 | 1 | ||||
-rw-r--r-- | devel/prcs/pkg/COMMENT | 1 | ||||
-rw-r--r-- | devel/prcs/pkg/DESCR | 17 | ||||
-rw-r--r-- | devel/prcs/pkg/PLIST | 6 |
5 files changed, 44 insertions, 0 deletions
diff --git a/devel/prcs/Makefile b/devel/prcs/Makefile new file mode 100644 index 00000000000..a29a61b21ba --- /dev/null +++ b/devel/prcs/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: prcs +# Version required: 1.2.0 +# Date created: 17 Sep 96 +# Whom: jmacd@FreeBSD.ORG +# +# FreeBSD Id: Makefile,v 1.9 1997/10/13 05:11:40 jmacd Exp +# + +DISTNAME= prcs-1.2.1 +CATEGORIES= devel +MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/prcs/ + +MAINTAINER= jmacd@FreeBSD.ORG + +USE_GMAKE= yes +HAS_CONFIGURE= yes +MAN1= prcs.1 + +.include <bsd.port.mk> diff --git a/devel/prcs/files/md5 b/devel/prcs/files/md5 new file mode 100644 index 00000000000..7950c16ce23 --- /dev/null +++ b/devel/prcs/files/md5 @@ -0,0 +1 @@ +MD5 (prcs-1.2.1.tar.gz) = 4382154fa4c5672e736d0496d5d4be63 diff --git a/devel/prcs/pkg/COMMENT b/devel/prcs/pkg/COMMENT new file mode 100644 index 00000000000..b214e4fd79f --- /dev/null +++ b/devel/prcs/pkg/COMMENT @@ -0,0 +1 @@ +The Project Revision Control System diff --git a/devel/prcs/pkg/DESCR b/devel/prcs/pkg/DESCR new file mode 100644 index 00000000000..2bc71fe2311 --- /dev/null +++ b/devel/prcs/pkg/DESCR @@ -0,0 +1,17 @@ + +PRCS's purpose is similar to that of SCCS, RCS, and CVS, but (according +to its authors, at least), it is much simpler than any of those +systems. + +The current release, version 1.0, and future releases of PRCS can be +found at ftp://XCF.Berkeley.EDU/pub/prcs. HTML documentation and +recent developments are available online at + + http://www.XCF.Berkeley.EDU/~jmacd/prcs.html. + +PRCS is released under the GNU public license, see the file COPYING +for details. + +Bug reports can be addressed to the following address: + + prcs-bugs@XCF.Berkeley.EDU diff --git a/devel/prcs/pkg/PLIST b/devel/prcs/pkg/PLIST new file mode 100644 index 00000000000..f4856ef03d1 --- /dev/null +++ b/devel/prcs/pkg/PLIST @@ -0,0 +1,6 @@ +bin/prcs +man/man1/prcs.1.gz +info/prcs.info +info/prcs.info-1 +info/prcs.info-2 +info/prcs.info-3 |