tkcvs & tkdiff (tkdiff alone is pretty slick!)
Submitted by: Sander Vesik <sander@haldjas.folklore.ee>
This commit is contained in:
parent
51c1684909
commit
0b23641c91
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3457
5 changed files with 73 additions and 0 deletions
21
devel/tkcvs/Makefile
Normal file
21
devel/tkcvs/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Ports makefile for tkcvs and tkdiff
|
||||
# Versions required: tkvcvs-6.0a1 and tkdiff-1.0b9
|
||||
# Date created: 6 July 1996
|
||||
# Whom: Sander Vesik
|
||||
|
||||
|
||||
DISTNAME= tkcvs-6.0a1
|
||||
CATEGORIES+= x11 utility
|
||||
RUN_DEPENDS= wish4\.1:${PORTSDIR}/x11/tk41
|
||||
MASTER_SITES= ftp://ftp.neosoft.com/languages/tcl/alcatel/code/
|
||||
MAINTAINER= sander@haldjas.folklore.ee
|
||||
WRKSRC= ${WRKDIR}/tkCVS-r6.0a1
|
||||
|
||||
post-extract:
|
||||
@cp files/Makefile.tkcvs-6.0a1 ${WRKSRC}/Makefile
|
||||
@cp files/Makefile.tkcvs ${WRKSRC}/tkcvs/Makefile
|
||||
@cp files/Makefile.tkdiff ${WRKSRC}/tkdiff/Makefile
|
||||
@cp files/Makefile.bitmaps ${WRKSRC}/bitmaps/Makefile
|
||||
@cp files/Makefile.inc ${WRKSRC}/Makefile.inc
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/tkcvs/distinfo
Normal file
1
devel/tkcvs/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (tkcvs-6.0a1.tar.gz) = 3774e4b4000ebaa2e1a86d5df6401dd1
|
1
devel/tkcvs/pkg-comment
Normal file
1
devel/tkcvs/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Tcl/Tk frontends to CVS and diff
|
6
devel/tkcvs/pkg-descr
Normal file
6
devel/tkcvs/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
This is a port of tkcvs, the Tcl/Tk frontend to CVS and tkdiff, Tcl/Tk frontend to
|
||||
diff.
|
||||
|
||||
This is tkcvs version 6.0a1 and tkdiff version 1.0b9.
|
||||
|
||||
-Sander
|
44
devel/tkcvs/pkg-plist
Normal file
44
devel/tkcvs/pkg-plist
Normal file
|
@ -0,0 +1,44 @@
|
|||
bin/tkcvs
|
||||
bin/tkdiff
|
||||
lib/tkcvs/README.tkcvs
|
||||
lib/tkcvs/README.tkdiff
|
||||
lib/tkcvs/tclIndex
|
||||
lib/tkcvs/bindings.tcl
|
||||
lib/tkcvs/checkout.tcl
|
||||
lib/tkcvs/commit.tcl
|
||||
lib/tkcvs/cvs.tcl
|
||||
lib/tkcvs/errors.tcl
|
||||
lib/tkcvs/filebrowse.tcl
|
||||
lib/tkcvs/help.tcl
|
||||
lib/tkcvs/import.tcl
|
||||
lib/tkcvs/logcanvas.tcl
|
||||
lib/tkcvs/merge.tcl
|
||||
lib/tkcvs/modules.tcl
|
||||
lib/tkcvs/reports.tcl
|
||||
lib/tkcvs/search.tcl
|
||||
lib/tkcvs/static.tcl
|
||||
lib/tkcvs/tag.tcl
|
||||
lib/tkcvs/tkcvs_def.tcl
|
||||
lib/tkcvs/tooltips.tcl
|
||||
lib/tkcvs/update.tcl
|
||||
lib/tkcvs/venget.tcl
|
||||
lib/tkcvs/workdir.tcl
|
||||
lib/tkcvs/bitmaps/add.xbm
|
||||
lib/tkcvs/bitmaps/check.xbm
|
||||
lib/tkcvs/bitmaps/checkin.xbm
|
||||
lib/tkcvs/bitmaps/clean.xbm
|
||||
lib/tkcvs/bitmaps/clear.xbm
|
||||
lib/tkcvs/bitmaps/delete.xbm
|
||||
lib/tkcvs/bitmaps/diff.xbm
|
||||
lib/tkcvs/bitmaps/import.xbm
|
||||
lib/tkcvs/bitmaps/logfile.xbm
|
||||
lib/tkcvs/bitmaps/notebook.xbm
|
||||
lib/tkcvs/bitmaps/refresh.xbm
|
||||
lib/tkcvs/bitmaps/remove.xbm
|
||||
lib/tkcvs/bitmaps/tkcvs16.xbm
|
||||
lib/tkcvs/bitmaps/tkcvs32.xbm
|
||||
lib/tkcvs/bitmaps/tkcvs32_mask.xbm
|
||||
lib/tkcvs/bitmaps/tree16.xbm
|
||||
lib/tkcvs/bitmaps/update.xbm
|
||||
man/mann/tkcvs.n.gz
|
||||
man/mann/tkdiff.n.gz
|
Loading…
Reference in a new issue