summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon>2013-05-18 10:08:05 +0000
committerryoon <ryoon>2013-05-18 10:08:05 +0000
commit61990979d8c119fe6987eb361bf948daddbba95a (patch)
tree841cbfc625da4591c18a84809d11f5881c7841a9
parentff53bd337eb214c6b557e6d4cd4f07841d1f34bb (diff)
downloadpkgsrc-61990979d8c119fe6987eb361bf948daddbba95a.tar.gz
Update DESCR from http://www.catb.org/~esr/cvsps/ .
-rw-r--r--devel/cvsps3/DESCR11
1 files changed, 4 insertions, 7 deletions
diff --git a/devel/cvsps3/DESCR b/devel/cvsps3/DESCR
index e7007318eff..1f9a44ff9ea 100644
--- a/devel/cvsps3/DESCR
+++ b/devel/cvsps3/DESCR
@@ -1,7 +1,4 @@
-CVSps is a program for generating 'patchset' information from a
-CVS repository. A patchset in this case is defined as a set of
-changes made to a collection of files, and all committed at the
-same time (using a single 'cvs commit' command). This information
-is valuable to seeing the big picture of the evolution of a cvs
-project. While cvs tracks revision information, it is often difficult
-to see what changes were committed 'atomically' to the repository.
+Collect changesets from CVS repositories. This tool can be used
+either by humans to inspect changesets or as an exporter from CVS
+to other version control systems - it can be told to emit a
+fast-export stream to standard output.