svn commit: r409558 - head/devel/tkcvs

Kurt Jaeger pi at FreeBSD.org
Thu Feb 25 20:41:16 UTC 2016


Author: pi
Date: Thu Feb 25 20:41:14 2016
New Revision: 409558
URL: https://svnweb.freebsd.org/changeset/ports/409558

Log:
  devel/tkcvs: submitter wants to become maintainer, updates description
  
  PR:		207493
  Submitted by:	Chris Hutchinson <portmaster at bsdforge.com>

Modified:
  head/devel/tkcvs/Makefile
  head/devel/tkcvs/pkg-descr

Modified: head/devel/tkcvs/Makefile
==============================================================================
--- head/devel/tkcvs/Makefile	Thu Feb 25 20:33:43 2016	(r409557)
+++ head/devel/tkcvs/Makefile	Thu Feb 25 20:41:14 2016	(r409558)
@@ -7,7 +7,7 @@ CATEGORIES=	devel
 MASTER_SITES=	SF \
 		http://www.twobarleycorns.net/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Tcl/Tk frontends to CVS and Subversion
 
 LICENSE=	GPLv2

Modified: head/devel/tkcvs/pkg-descr
==============================================================================
--- head/devel/tkcvs/pkg-descr	Thu Feb 25 20:33:43 2016	(r409557)
+++ head/devel/tkcvs/pkg-descr	Thu Feb 25 20:41:14 2016	(r409558)
@@ -1,8 +1,14 @@
-TkCVS is a cross-platform, TCL/Tk-based GUI for the CVS configuration
-management system. It displays the status of the files in the current
-working directory, and provides buttons and menus to execute CVS
-commands on the selected files. The Module Browser extends CVS with
-facilities for a user-friendly listing of modules in the repository.
-TkDiff is included for browsing and merging your changes.
+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.
+
+It 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.
 
 WWW: http://www.twobarleycorns.net/tkcvs.html


More information about the svn-ports-all mailing list