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.
This commit is contained in:
agc 1998-02-25 14:22:32 +00:00
parent ec420ec7f9
commit 08b1887bf6
5 changed files with 44 additions and 0 deletions

19
devel/prcs/Makefile Normal file
View file

@ -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>

1
devel/prcs/files/md5 Normal file
View file

@ -0,0 +1 @@
MD5 (prcs-1.2.1.tar.gz) = 4382154fa4c5672e736d0496d5d4be63

1
devel/prcs/pkg/COMMENT Normal file
View file

@ -0,0 +1 @@
The Project Revision Control System

17
devel/prcs/pkg/DESCR Normal file
View file

@ -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

6
devel/prcs/pkg/PLIST Normal file
View file

@ -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