diff options
author | wiz <wiz@pkgsrc.org> | 2011-08-16 10:52:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-08-16 10:52:42 +0000 |
commit | 73296b234fcfc552eaec99b7a5a27c150d1a53dd (patch) | |
tree | daa9aad139eb2c7038cc866b343f976477b1373b | |
parent | b92c60c379b99632f08a12b5f1ea881293a8aa59 (diff) | |
download | pkgsrc-73296b234fcfc552eaec99b7a5a27c150d1a53dd.tar.gz |
Improve DESCR based on HOMEPAGE. Prompted by Snader_LB.
-rw-r--r-- | devel/tkcvs/DESCR | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/devel/tkcvs/DESCR b/devel/tkcvs/DESCR index c04e803980d..f89631942bb 100644 --- a/devel/tkcvs/DESCR +++ b/devel/tkcvs/DESCR @@ -1,3 +1,14 @@ -This is a port of tkcvs and tkdiff, the Tcl/Tk frontends to CVS and diff +TkCVS is a Tcl/Tk-based graphical interface to the CVS and Subversion +configuration management systems. It will also help with RCS. The +user interface is consistent across Unix/Linux, Windows, and MacOS +X. TkDiff is included for browsing and merging your changes. -This is tkcvs version 6.0 and tkdiff version 1.0. +TkCVS shows the status of the files in the current working directory, +and has tools for tagging, merging, importing, exporting, checking +in/out, and other user operations. + +TkCVS also aids in browsing the repository. For Subversion, the +repository tree is browsed like an ordinary file tree. For CVS, +the CVSROOT/modules file is read. TkCVS extends CVS with a method +to produce a "user friendly" listing of modules by using special +comments in the CVSROOT/modules file. |