diff options
author | agc <agc> | 2002-12-22 14:59:25 +0000 |
---|---|---|
committer | agc <agc> | 2002-12-22 14:59:25 +0000 |
commit | 0bb070784794f9fc5c58e6467404c7b03536d596 (patch) | |
tree | b805e6e986b4ff41f61ce1c7095302ba23470a33 /devel/tkcvs/Makefile | |
parent | a46c5a05660bbcb36af770cca16fda8d810e3d5c (diff) | |
download | pkgsrc-0bb070784794f9fc5c58e6467404c7b03536d596.tar.gz |
Upgrade tkcvs from version 7.0.3 to version 7.1.2. (Most notable
change, apart from the layout, is that tkdiff is now called tkdiffb).
Summary of changes as follows:
Release 7.1.2
- Fix bugs
Release 7.1.1
- Fix bugs
- Required Tk version is 8.3, not 8.1
Release 7.1
- New functionality, including
- New graphical tool to help with merging directories and seeing an overview
of the branches.
- New, completely re-written, branching diagram.
- You can invoke the log browser from the command line:
tkcvs [-dir directory] [-root cvsroot] [-win workdir|module] [-log file]
- Option to use an external editor for commit messages so the rcsinfo template
feature can be used.
- A picklist keeps a temporary history of directories visited. Favorite places
can be bookmarked.
- Capability to browse RCS files, in case you find yourself in an
rcs-controlled directory.
- A heavily patched TkDiff that works in AquaTK, in case you're a MacOS X fan.
TkCVS does pretty well in AquaTK as-is, with a few tweaks to tkcvs_def.tcl.
- More intuitive module-operation dialogs contributed by Mike Jagdis.
- Re-arranged buttons. There's a somewhat overwhelming array, but now almost
everything is there without resorting to the menus.
Diffstat (limited to 'devel/tkcvs/Makefile')
-rw-r--r-- | devel/tkcvs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/tkcvs/Makefile b/devel/tkcvs/Makefile index f1cc8271c82..ec96518496c 100644 --- a/devel/tkcvs/Makefile +++ b/devel/tkcvs/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2002/10/21 14:52:27 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2002/12/22 14:59:25 agc Exp $ # -DISTNAME= tkcvs-7_03 -PKGNAME= tkcvs-7.0.3 +DISTNAME= tkcvs_7_1_2 +PKGNAME= tkcvs-7.1.2 CATEGORIES= devel MASTER_SITES= http://www.twobarleycorns.net/ \ ${MASTER_SITE_SOURCEFORGE:=tkcvs/} |