- Update to 7.2.4

PR:		ports/83853
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
Pav Lucistnik 2005-07-21 15:37:31 +00:00
parent 531eec7f30
commit 3de1366561
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139827
4 changed files with 20 additions and 12 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= tkcvs
PORTVERSION= 7.2.3
PORTVERSION= 7.2.4
CATEGORIES= devel
MASTER_SITES= http://www.twobarleycorns.net/
DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g}
@ -16,24 +16,22 @@ COMMENT= Tcl/Tk frontends to CVS and diff
LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84
NO_BUILD= yes
MAN1= tkcvs.1
USE_REINPLACE= yes
.if !defined(NOPORTDOCS)
PORTDOCS= *
.endif
NO_BUILD= yes
MAN1= tkcvs.1
WISH= wish8.4
TCLSH= tclsh8.4
post-patch:
@${REINPLACE_CMD} -e 's|wish|${WISH}|g' ${WRKSRC}/tkcvs/tkcvs.tcl \
${WRKSRC}/tkdiff/tkdiff ${WRKSRC}/doinstall.tcl
@${GREP} -lR "exec wish " ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
's|exec wish |exec ${WISH} |g'
do-install:
cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${TCLSH} doinstall.tcl -nox ${PREFIX}
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
@${MKDIR} ${DOCSDIR}
.for file in FAQ vendor5readme.pdf
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor

View File

@ -1,2 +1,2 @@
MD5 (tkcvs_7_2_3.tar.gz) = e04661a7eca03d906f71544150bce8b4
SIZE (tkcvs_7_2_3.tar.gz) = 1089018
MD5 (tkcvs_7_2_4.tar.gz) = d5fc8adc92c197c9662512a698de62d0
SIZE (tkcvs_7_2_4.tar.gz) = 1089077

View File

@ -1 +1,8 @@
This is a port of tkcvs and tkdiffB, the Tcl/Tk frontends to CVS and diff
TkCVS is a cross-platform, TCL/Tk-based GUI for the CVS configuration
management system. It displays the status of the files in the current
working directory, and provides buttons and menus to execute CVS
commands on the selected files. The Module Browser extends CVS with
facilities for a user-friendly listing of modules in the repository.
TkDiff is included for browsing and merging your changes.
WWW: http://www.twobarleycorns.net/tkcvs.html

View File

@ -108,5 +108,8 @@ lib/tkcvs/tclIndex
lib/tkcvs/tkcvs_def.tcl
lib/tkcvs/tooltips.tcl
lib/tkcvs/workdir.tcl
%%PORTDOCS%%%%DOCSDIR%%/FAQ
%%PORTDOCS%%%%DOCSDIR%%/vendor5readme.pdf
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm lib/tkcvs/bitmaps
@dirrm lib/tkcvs