diff options
author | Joshua Peck Macdonald <jmacd@FreeBSD.org> | 1996-09-17 23:43:20 +0000 |
---|---|---|
committer | Joshua Peck Macdonald <jmacd@FreeBSD.org> | 1996-09-17 23:43:20 +0000 |
commit | 0c6f5227a85b556945f94c4d7d0922d63d8a7b10 (patch) | |
tree | 47898f056310049b90cf0bda0a8b9b944d41254e /devel/prcs/pkg-descr | |
parent | 7821eadd1139114fb8fea50af9a56cc0dfbbc503 (diff) | |
download | ports-0c6f5227a85b556945f94c4d7d0922d63d8a7b10.tar.gz ports-0c6f5227a85b556945f94c4d7d0922d63d8a7b10.zip |
Notes
Diffstat (limited to 'devel/prcs/pkg-descr')
-rw-r--r-- | devel/prcs/pkg-descr | 50 |
1 files changed, 50 insertions, 0 deletions
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 |