pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc Update tkcvs to 7.2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/0003aec27cdf
branches: trunk
changeset: 470508:0003aec27cdf
user: minskim <minskim%pkgsrc.org@localhost>
date: Tue Mar 09 22:49:48 2004 +0000
description:
Update tkcvs to 7.2.
Changes since 7.1.2:
- More merging functionality. Helps you tag the merged-from and merged-to
versions, and if you use the tagnames properly, draws curving arrows between
them to show where merges occurred. The tagnames are configurable with the
cvscfg(mergetoformat) and cvscfg(mergefromformat) variables.
- Requires Tk 8.4 for the curved lines.
- Fixed bug in annotation browser wherein it didn't change colors when
"Days per Color" changed.
- No longer pops an error dialog if the background exec fails. Just beeps at
you. The command's output should tell you what happened.
- TkDiff v4.0:
"r" key binding to recompute diffs
fix for diff symbols in Change Bars disappearing
preferences for showing whitespace differences
better tolerance of Windows filenames
- Bugfix for hangs in 7.1.3
- Bugfix for uninitialized X1 coordinate
- Compatible with CVS 1.11.8, which lost the global -l flag.
- Mainline tkdiff is back. Tkdiff is on Sourceforge now and there's an
official beta, which is pretty stable.
- Annotation browsing is available from the log branch browser. There's also
a button on the main window to make it more likely that people will discover
the function, which can be most useful.
- Merging will work to the branch as well as to the trunk in the logcanvas
browser.
- Solved a few problems with the exec functionality. High CPU usage is gone.
It now gives back the UI (to one degree or another) and captures
stderr (both) instead of doing one or the other.
- Made a filter for single-line module-diff (patch) output. Now files that
were added, removed, or changed are easier to pick out visually.
- Added an Apply button to the module-level checkout, export, and patch
dialogs. Since they don't save state, you could have to type the same
thing over and over on subsequent operations.
diffstat:
devel/tkcvs/Makefile | 8 ++++----
devel/tkcvs/PLIST | 7 +++++--
devel/tkcvs/distinfo | 6 +++---
doc/CHANGES | 3 ++-
doc/TODO | 3 +--
5 files changed, 15 insertions(+), 12 deletions(-)
diffs (94 lines):
diff -r 6d934577936c -r 0003aec27cdf devel/tkcvs/Makefile
--- a/devel/tkcvs/Makefile Tue Mar 09 22:47:46 2004 +0000
+++ b/devel/tkcvs/Makefile Tue Mar 09 22:49:48 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2004/03/09 22:41:21 minskim Exp $
+# $NetBSD: Makefile,v 1.30 2004/03/09 22:49:48 minskim Exp $
#
-DISTNAME= tkcvs_7_1_2
-PKGNAME= tkcvs-7.1.2
+DISTNAME= tkcvs_7_2
+PKGNAME= tkcvs-7.2
CATEGORIES= devel
MASTER_SITES= http://www.twobarleycorns.net/ \
${MASTER_SITE_SOURCEFORGE:=tkcvs/}
@@ -11,7 +11,7 @@
HOMEPAGE= http://www.twobarleycorns.net/tkcvs.html
COMMENT= Tcl/Tk frontends to CVS and diff
-DEPENDS+= tk>=8.3:../../x11/tk
+DEPENDS+= tk>=8.4:../../x11/tk
PKG_INSTALLATION_TYPES= overwrite pkgviews
diff -r 6d934577936c -r 0003aec27cdf devel/tkcvs/PLIST
--- a/devel/tkcvs/PLIST Tue Mar 09 22:47:46 2004 +0000
+++ b/devel/tkcvs/PLIST Tue Mar 09 22:49:48 2004 +0000
@@ -1,11 +1,13 @@
-@comment $NetBSD: PLIST,v 1.3 2002/12/22 14:59:25 agc Exp $
+@comment $NetBSD: PLIST,v 1.4 2004/03/09 22:49:48 minskim Exp $
bin/tkcvs
-bin/tkdiffb
+bin/tkdiff
man/man1/tkcvs.1
share/doc/tkcvs/README.tkcvs
share/tkcvs/bitmaps/add.gif
share/tkcvs/bitmaps/adir.gif
share/tkcvs/bitmaps/amod.gif
+share/tkcvs/bitmaps/annotate.gif
+share/tkcvs/bitmaps/annotate.xbm
share/tkcvs/bitmaps/arrow.gif
share/tkcvs/bitmaps/arrow_dn.gif
share/tkcvs/bitmaps/arrow_hl_dn.gif
@@ -51,6 +53,7 @@
share/tkcvs/bitmaps/patches.gif
share/tkcvs/bitmaps/patchfile.gif
share/tkcvs/bitmaps/rcsdir.gif
+share/tkcvs/bitmaps/rdiff.gif
share/tkcvs/bitmaps/refresh.gif
share/tkcvs/bitmaps/remove.gif
share/tkcvs/bitmaps/stat_conf.gif
diff -r 6d934577936c -r 0003aec27cdf devel/tkcvs/distinfo
--- a/devel/tkcvs/distinfo Tue Mar 09 22:47:46 2004 +0000
+++ b/devel/tkcvs/distinfo Tue Mar 09 22:49:48 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2002/12/23 13:13:29 tron Exp $
+$NetBSD: distinfo,v 1.9 2004/03/09 22:49:48 minskim Exp $
-SHA1 (tkcvs_7_1_2.tar.gz) = 01342ef43bb6d04bb1daa9b760510ccc60e8ba6a
-Size (tkcvs_7_1_2.tar.gz) = 239874 bytes
+SHA1 (tkcvs_7_2.tar.gz) = 1f2f2e745545ed42fd677bafd4682103e7f86bc4
+Size (tkcvs_7_2.tar.gz) = 279525 bytes
SHA1 (patch-aa) = a9d50bce32e84d9b7e23244957430fca57a765cd
diff -r 6d934577936c -r 0003aec27cdf doc/CHANGES
--- a/doc/CHANGES Tue Mar 09 22:47:46 2004 +0000
+++ b/doc/CHANGES Tue Mar 09 22:49:48 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5178 2004/03/09 22:21:08 jmmv Exp $
+$NetBSD: CHANGES,v 1.5179 2004/03/09 22:49:48 minskim Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -1351,3 +1351,4 @@
Updated gtk2+ to 2.2.4nb6 [recht 2004-03-09]
Updated at-spi to 1.3.15 [jmmv 2004-03-09]
Updated gnome-mag to 0.10.8 [jmmv 2004-03-09]
+ Updated tkcvs to 7.2 [minskim 2004-03-09]
diff -r 6d934577936c -r 0003aec27cdf doc/TODO
--- a/doc/TODO Tue Mar 09 22:47:46 2004 +0000
+++ b/doc/TODO Tue Mar 09 22:49:48 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.1489 2004/03/09 22:47:46 minskim Exp $
+$NetBSD: TODO,v 1.1490 2004/03/09 22:49:48 minskim Exp $
Suggested new packages
======================
@@ -329,7 +329,6 @@
o tcpreplay-2.0.2
o tct-1.14
o teapop-0.3.8
- o tkcvs-7.2
o tkman-2.2
o tmda-1.0.2
o top-3.5b12.10
Home |
Main Index |
Thread Index |
Old Index