aboutsummaryrefslogtreecommitdiff
path: root/devel/c4/pkg-descr
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-09-01 21:53:05 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-09-01 21:53:05 +0000
commit294ef6fe60741d0ecf5cecac1b2c818428a625fc (patch)
tree4e753adc286dcd6edc1c8529a2656e18fa55905d /devel/c4/pkg-descr
parentd1ceee18aeb81bd90e66efc87f2fe03deaeff6ad (diff)
downloadports-294ef6fe60741d0ecf5cecac1b2c818428a625fc.tar.gz
ports-294ef6fe60741d0ecf5cecac1b2c818428a625fc.zip
Notes
Diffstat (limited to 'devel/c4/pkg-descr')
-rw-r--r--devel/c4/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/c4/pkg-descr b/devel/c4/pkg-descr
new file mode 100644
index 000000000000..26b37ded67ed
--- /dev/null
+++ b/devel/c4/pkg-descr
@@ -0,0 +1,14 @@
+C4: A CVS-like Frontend to Perforce
+
+C4 provides a CVS-like feel to Perforce. C4 is not a substitute for
+CVS, in that it does not try to mimic CVS's command set. Rather, it
+provides a workspace (client) where every file is writable, and can be
+modified on an adhoc basis. C4 provides commands that search a
+client, looking for files that have been added or changed, and runs P4
+commands on them to add, edit, revert, refresh or update them. C4
+provides a control file that is placed at the top of each client to
+set environment variables, such as P4PORT and P4CLIENT. A manpage is
+included.
+
+WWW: http://www.perforce.com/perforce/loadsupp.html
+Author: Neil Russell <caret@c-side.com>