From owner-svn-ports-head@freebsd.org Thu Feb 25 20:41:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A1A5AB49B0; Thu, 25 Feb 2016 20:41:16 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24249ADC; Thu, 25 Feb 2016 20:41:16 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1PKfF8P079000; Thu, 25 Feb 2016 20:41:15 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1PKfFMT078998; Thu, 25 Feb 2016 20:41:15 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602252041.u1PKfFMT078998@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 25 Feb 2016 20:41:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409558 - head/devel/tkcvs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 20:41:16 -0000 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 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@FreeBSD.org +MAINTAINER= portmaster@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