diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-03-31 05:33:17 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-03-31 05:33:17 +0000 |
commit | 656a9308caa4e4713621f2c033ce960aba83c597 (patch) | |
tree | c776b05365e0d0307ce80b9d721afcd1e966aecb /devel/cssc/pkg-descr | |
parent | Add PKGNAME, need "ja-" in front. (diff) |
CSSC - SCCS clone from the GNU project.
PR: ports/10883
Submitted by: Oliver Fromme <olli@fromme.com>
Diffstat (limited to 'devel/cssc/pkg-descr')
-rw-r--r-- | devel/cssc/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/cssc/pkg-descr b/devel/cssc/pkg-descr new file mode 100644 index 000000000000..c7ff39242f3b --- /dev/null +++ b/devel/cssc/pkg-descr @@ -0,0 +1,15 @@ +This is GNU CSSC, a workalike for the source code control system SCCS. +It is based on the MySC package by Ross Ridge. + +SCCS commands implemented this package are: admin, cdc, delta, get, +prs, prt, sccsdiff, rmdel, sact, unget and what. Not all options and +capabilities of the commands have been implemented yet, and the comb, +val and vc commands are not provided at all. + +Unimplemented features include consistency checking (admin -h), +ignored deltas (delta -g), printing the differences after a delta +(delta -p), l-files (get -l), and getting a delta by sequence number +(get -a). Some features like including and excluding deltas (get -i +-x) have been implemented but not extensively tested. + +FreeBSD port made by Oliver Fromme <olli@fromme.com> |