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.
25 lines
625 B
Makefile
25 lines
625 B
Makefile
# $NetBSD: Makefile,v 1.25 2002/12/22 14:59:25 agc Exp $
|
|
#
|
|
|
|
DISTNAME= tkcvs_7_1_2
|
|
PKGNAME= tkcvs-7.1.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.twobarleycorns.net/ \
|
|
${MASTER_SITE_SOURCEFORGE:=tkcvs/}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.twobarleycorns.net/tkcvs.html
|
|
COMMENT= Tcl/Tk frontends to CVS and diff
|
|
|
|
USE_BUILDLINK2= YES
|
|
NO_BUILD= YES
|
|
|
|
do-install:
|
|
(cd ${WRKSRC} && ./doinstall.tcl ${PREFIX})
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tkcvs
|
|
${INSTALL_DATA} ${WRKSRC}/README.tkcvs ${PREFIX}/share/doc/tkcvs/
|
|
|
|
.include "../../x11/tk/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|