From b85483c91abb364975f9ce4fbd3ea5f7d2dd3417 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 28 Jan 2002 16:55:53 +0000 Subject: Update to 7.0.3, provided by Ingolf Steinbach in pkg/15361. Changes: - Improved the algorithm for building the tree in the module browser, making it less error-prone. - Recursive add respects .cvsignore and $cvscfg(ignore_file_filter) - The Working Directory Browser parses the "Sticky Options" field and uses a different icon if a locally-added or up-to-date file is binary (-kb). - The Log Browser color-codes the selected revisions so you can visually match the log text with the box in the branching diagram. - The dialog for module-level tagging (cvs rtag) is a little more informative (and the code is a little less rococo). - The installer has a new option "-finaldest", to facilitate building debian-style packages. - The man page is installed in man1 instead of mann. - The tooltips no longer persist until the operation started by the button is finished. --- devel/tkcvs/Makefile | 8 +++----- devel/tkcvs/PLIST | 5 ++++- devel/tkcvs/distinfo | 8 ++++---- devel/tkcvs/patches/patch-aa | 27 ++++++++------------------- 4 files changed, 19 insertions(+), 29 deletions(-) (limited to 'devel/tkcvs') diff --git a/devel/tkcvs/Makefile b/devel/tkcvs/Makefile index 4b2efacf0fa..5ba084a2913 100644 --- a/devel/tkcvs/Makefile +++ b/devel/tkcvs/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2001/10/21 10:02:03 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2002/01/28 16:55:53 wiz Exp $ # -DISTNAME= tkcvs-7.0.2 +DISTNAME= tkcvs-7_03 +PKGNAME= tkcvs-7.0.3 CATEGORIES= devel MASTER_SITES= http://www.twobarleycorns.net/ \ ${MASTER_SITE_SOURCEFORGE:=tkcvs/} @@ -13,9 +14,6 @@ COMMENT= Tcl/Tk frontends to CVS and diff USE_BUILDLINK_ONLY= YES NO_BUILD= YES -post-extract: - ${MV} ${WRKSRC}/tkcvs/tkcvs.n ${WRKSRC}/tkcvs/tkcvs.1 - do-install: (cd ${WRKSRC} && ./doinstall.tcl ${PREFIX}) diff --git a/devel/tkcvs/PLIST b/devel/tkcvs/PLIST index b7776a5d8c0..3478ba8ede5 100644 --- a/devel/tkcvs/PLIST +++ b/devel/tkcvs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:27:01 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/01/28 16:55:54 wiz Exp $ bin/tkcvs bin/tkdiff man/man1/tkcvs.1 @@ -49,12 +49,15 @@ share/tkcvs/bitmaps/refresh.gif share/tkcvs/bitmaps/remove.gif share/tkcvs/bitmaps/stat_conf.gif share/tkcvs/bitmaps/stat_ex.gif +share/tkcvs/bitmaps/stat_kb.gif share/tkcvs/bitmaps/stat_merge.gif share/tkcvs/bitmaps/stat_minus.gif share/tkcvs/bitmaps/stat_mod.gif share/tkcvs/bitmaps/stat_ok.gif +share/tkcvs/bitmaps/stat_okay.gif share/tkcvs/bitmaps/stat_ood.gif share/tkcvs/bitmaps/stat_plus.gif +share/tkcvs/bitmaps/stat_plus_kb.gif share/tkcvs/bitmaps/stat_ques.gif share/tkcvs/bitmaps/tag.gif share/tkcvs/bitmaps/tags.gif diff --git a/devel/tkcvs/distinfo b/devel/tkcvs/distinfo index 7c05fed0d10..dcf342249b2 100644 --- a/devel/tkcvs/distinfo +++ b/devel/tkcvs/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2001/10/21 10:02:03 wiz Exp $ +$NetBSD: distinfo,v 1.6 2002/01/28 16:55:54 wiz Exp $ -SHA1 (tkcvs-7.0.2.tar.gz) = ce3749e7df8b4ee2ecaf1b4d8a8041f8bd47d1c9 -Size (tkcvs-7.0.2.tar.gz) = 218271 bytes -SHA1 (patch-aa) = 21daa6567d1c36ce0adf3a50ab9b4b231fee92cb +SHA1 (tkcvs-7_03.tar.gz) = 751137d7a4067b30a12fd5da2d34ed7b58b982aa +Size (tkcvs-7_03.tar.gz) = 218921 bytes +SHA1 (patch-aa) = 698b041bb86759c16c536931209758a67e2f616a diff --git a/devel/tkcvs/patches/patch-aa b/devel/tkcvs/patches/patch-aa index 06e5b699d77..90aa744187f 100644 --- a/devel/tkcvs/patches/patch-aa +++ b/devel/tkcvs/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.6 2001/07/03 20:59:40 zuntum Exp $ +$NetBSD: patch-aa,v 1.7 2002/01/28 16:55:55 wiz Exp $ ---- doinstall.tcl.orig Sun Dec 31 04:28:19 2000 +--- doinstall.tcl.orig Wed Jan 23 18:18:03 2002 +++ doinstall.tcl @@ -2,5 +2,5 @@ #-*-tcl-*- @@ -9,16 +9,14 @@ $NetBSD: patch-aa,v 1.6 2001/07/03 20:59:40 zuntum Exp $ +exec tclsh "$0" -- ${1+"$@"} # -@@ -20,6 +20,6 @@ +@@ -29,5 +29,5 @@ } else { set BINDIR [file join $INSTALLROOT bin] - set LIBDIR [file join $INSTALLROOT lib] -- set MANDIR [file join $INSTALLROOT man mann] + set LIBDIR [file join $INSTALLROOT share] -+ set MANDIR [file join $INSTALLROOT man man1] + set MANDIR [file join $INSTALLROOT man man1] } - } -@@ -31,21 +31,4 @@ +@@ -40,21 +40,4 @@ set_paths $INSTALLROOT - @@ -27,7 +25,7 @@ $NetBSD: patch-aa,v 1.6 2001/07/03 20:59:40 zuntum Exp $ - set msg(3) [file join $LIBDIR tkcvs *.tcl] - set msg(4) [file join $LIBDIR tkcvs bitmaps *.gif,xbm] - if {$tcl_platform(platform) == "unix"} { -- set msg(5) [file join $MANDIR tkcvs.n] +- set msg(5) [file join $MANDIR tkcvs.1] - } - foreach m [lsort [array names msg]] { - if {[winfo exists .messages.$m]} { @@ -40,16 +38,7 @@ $NetBSD: patch-aa,v 1.6 2001/07/03 20:59:40 zuntum Exp $ - } } -@@ -84,6 +67,6 @@ - file attributes [file join $BINDIR $TKDIFF] -permissions 0755 - file mkdir $MANDIR -- puts "Installing manpage tkcvs.n in $MANDIR" -- file copy -force [file join tkcvs tkcvs.n] $MANDIR -+ puts "Installing manpage tkcvs.1 in $MANDIR" -+ file copy -force [file join tkcvs tkcvs.1] $MANDIR - } - -@@ -103,11 +86,4 @@ +@@ -117,11 +100,4 @@ cd .. puts "Finished!" - @@ -61,7 +50,7 @@ $NetBSD: patch-aa,v 1.6 2001/07/03 20:59:40 zuntum Exp $ - } } -@@ -122,10 +98,5 @@ +@@ -136,10 +112,5 @@ # Check Tcl/TK version -if {$tcl_version < 8.1} { -- cgit v1.2.3