pkgsrc/devel/tkcvs/Makefile
shattered 1cd8a23917 Update to 8.2.3. Notable changes:
- TkCVS now supports Subversion (up to 1.7). If SVN repository has a structure
  similar to trunk, branches, and tags but with different names, you can tell
  TkCVS about it.
- The previously undocumented RCS support is explicit now.

- Rework the merge functionality.  There's only one dialog for tagging, which
  you OK when you're ready to commit the merges.
- Merge arrows are drawn in the Branch Browser for merges tracked by
  Subversion 1.5's mergeinfo property and CVSNT's mergepoint feature.

- The Branch Browser positions the diagram so "you are here" is in the visible
  canvas, fixing a long-time nagging irritation.
- Locking and unlocking for SVN, and some additional SVN-specific right-click
  popups.
2013-08-21 10:14:54 +00:00

23 lines
521 B
Makefile

# $NetBSD: Makefile,v 1.39 2013/08/21 10:14:54 shattered Exp $
#
DISTNAME= tkcvs-8.2.3
CATEGORIES= devel scm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tkcvs/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.twobarleycorns.net/tkcvs.html
COMMENT= Tcl/Tk frontends to CVS and diff
PKG_INSTALLATION_TYPES= overwrite pkgviews
DEPENDS+= tk>=8.4:../../x11/tk
NO_CONFIGURE= yes
NO_BUILD= yes
USE_LANGUAGES= # empty
do-install:
(cd ${WRKSRC} && ./doinstall.tcl ${DESTDIR}${PREFIX})
.include "../../mk/bsd.pkg.mk"