SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
28
devel/tkdiff/Makefile
Normal file
28
devel/tkdiff/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
COMMENT= graphical front-end to the diff program
|
||||
|
||||
DISTNAME= tkdiff-4.2
|
||||
REVISION = 2
|
||||
CATEGORIES= devel sysutils
|
||||
|
||||
HOMEPAGE= http://tkdiff.sourceforge.net/
|
||||
|
||||
# GPLv2+
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tkdiff/}
|
||||
|
||||
MODULES= x11/tk
|
||||
RUN_DEPENDS= ${MODTK_RUN_DEPENDS}
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_TEST= Yes
|
||||
|
||||
WRKDIST= ${WRKDIR}/tkdiff-unix
|
||||
|
||||
do-configure:
|
||||
@${MODTCL_WISH_ADJ} ${WRKSRC}/tkdiff
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/tkdiff ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/tkdiff/distinfo
Normal file
2
devel/tkdiff/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (tkdiff-4.2.tar.gz) = c0u0FxhMEAcutk6NJ0JFM45Bt/3v9mG17zDonz46o1c=
|
||||
SIZE (tkdiff-4.2.tar.gz) = 92063
|
4
devel/tkdiff/pkg/DESCR
Normal file
4
devel/tkdiff/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
TkDiff is a graphical front end to the diff program. It provides a
|
||||
side-by-side view of the differences between two files, along with
|
||||
several innovative features such as diff bookmarks and a graphical map
|
||||
of differences for quick navigation.
|
1
devel/tkdiff/pkg/PLIST
Normal file
1
devel/tkdiff/pkg/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
bin/tkdiff
|
Loading…
Add table
Add a link
Reference in a new issue