diff options
author | jmacd <jmacd@FreeBSD.org> | 1996-09-18 07:43:20 +0800 |
---|---|---|
committer | jmacd <jmacd@FreeBSD.org> | 1996-09-18 07:43:20 +0800 |
commit | 30abfa09aba51b6878038e068e4d757d9240d9c2 (patch) | |
tree | aa3eb37f3e74fd099b4e61121a3527c87c6cb666 /devel/prcs | |
parent | 5314403e82a81bd86e2f85a6b8fce96cefba110d (diff) | |
download | freebsd-ports-gnome-30abfa09aba51b6878038e068e4d757d9240d9c2.tar.gz freebsd-ports-gnome-30abfa09aba51b6878038e068e4d757d9240d9c2.tar.zst freebsd-ports-gnome-30abfa09aba51b6878038e068e4d757d9240d9c2.zip |
PRCS is a version control system I wrote. Its like CVS except
its simpler to use, is not designed as a front-end to RCS, fixes
a lot of the things CVS got wrong, has no client/server support,
and a few other things.
Diffstat (limited to 'devel/prcs')
-rw-r--r-- | devel/prcs/Makefile | 18 | ||||
-rw-r--r-- | devel/prcs/distinfo | 1 | ||||
-rw-r--r-- | devel/prcs/pkg-comment | 1 | ||||
-rw-r--r-- | devel/prcs/pkg-descr | 50 | ||||
-rw-r--r-- | devel/prcs/pkg-plist | 6 |
5 files changed, 76 insertions, 0 deletions
diff --git a/devel/prcs/Makefile b/devel/prcs/Makefile new file mode 100644 index 000000000000..69c353358919 --- /dev/null +++ b/devel/prcs/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: prcs +# Version required: 1.0.1 +# Date created: 17 Sep 96 +# Whom: jmacd@FreeBSD.ORG +# +# $Id$ +# + +DISTNAME= prcs-1.0.1 +CATEGORIES+= devel +MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/prcs/ + +MAINTAINER= jmacd@FreeBSD.ORG + +USE_GMAKE= yes +HAS_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/devel/prcs/distinfo b/devel/prcs/distinfo new file mode 100644 index 000000000000..0a172d294297 --- /dev/null +++ b/devel/prcs/distinfo @@ -0,0 +1 @@ +MD5 (prcs-1.0.1.tar.gz) = 13b3583f9be80cfae8c5df6af3a0e52b diff --git a/devel/prcs/pkg-comment b/devel/prcs/pkg-comment new file mode 100644 index 000000000000..06bf5930bf5a --- /dev/null +++ b/devel/prcs/pkg-comment @@ -0,0 +1 @@ +PRCS -- the Project Revision Control System diff --git a/devel/prcs/pkg-descr b/devel/prcs/pkg-descr new file mode 100644 index 000000000000..23c400dbf5f7 --- /dev/null +++ b/devel/prcs/pkg-descr @@ -0,0 +1,50 @@ + + + PRCS -- Project Revision Control System + + +Announcing version 1.0 of PRCS, the Project Revision Control System. +PRCS is the front end to a set of tools that (like CVS) provide a way +to deal with sets of files and directories as an entity, preserving +coherent versions of the entire set. + +PRCS was designed primarily by Professor P. N. Hilfinger, with input +and modifications by Luigi Semenzato and Josh MacDonald. PRCS is +written and maintained by Josh MacDonald. + +Its 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. + +To compile and install PRCS, read the instructions in the INSTALL +file. Once you have done this, you should at least read the first few +sections of the documentation. It is available in info format. All +documentation is located in the doc/ subdirectory. + +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. + +A mailing list has been formed for announcements and discussion: + + prcs-list@XCF.Berkeley.EDU, + +you can subscribe by mailing majordomo@XCF.Berkeley.EDU with the +single line + + subscribe prcs-list + +Comments about PRCS can be addressed to the following addresses: + + hilfinger@CS.Berkeley.EDU, + jmacd@CS.Berkeley.EDU, + prcs@XCF.Berkeley.EDU + +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 000000000000..bd7a65e9fb18 --- /dev/null +++ b/devel/prcs/pkg-plist @@ -0,0 +1,6 @@ +bin/prcs +man/man1/prcs.1 +info/prcs.info +info/prcs.info-1 +info/prcs.info-2 +info/prcs.info-3 |