From e9fd76338a9838c027804241957de173f7991421 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sun, 30 Mar 2014 16:47:14 +0000 Subject: [PATCH] Graphical Diff for X LICENSE: GPL2 or later WWW: http://www.lurklurk.org/xwindiff.html --- textproc/Makefile | 1 + textproc/xwindiff/Makefile | 20 ++++++++++++++++++++ textproc/xwindiff/distinfo | 2 ++ textproc/xwindiff/pkg-descr | 5 +++++ 4 files changed, 28 insertions(+) create mode 100644 textproc/xwindiff/Makefile create mode 100644 textproc/xwindiff/distinfo create mode 100644 textproc/xwindiff/pkg-descr diff --git a/textproc/Makefile b/textproc/Makefile index 501e6c18cc6c..537a867209d3 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1541,6 +1541,7 @@ SUBDIR += xstream SUBDIR += xsv SUBDIR += xt + SUBDIR += xwindiff SUBDIR += y2l SUBDIR += yali SUBDIR += yamcha diff --git a/textproc/xwindiff/Makefile b/textproc/xwindiff/Makefile new file mode 100644 index 000000000000..e512afbd11ce --- /dev/null +++ b/textproc/xwindiff/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= xwindiff +PORTVERSION= 1.1.6 +CATEGORIES= textproc +MASTER_SITES= http://www.lurklurk.org/downloads/ + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= Graphical Diff for X + +USE_XORG= x11 xt ice xaw +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --bindir=${STAGEDIR}${PREFIX}/bin +PLIST_FILES= bin/xwindiff + +pre-configure: + ${REINPLACE_CMD} -e 's|^bindir = .*|bindir = @bindir@|' \ + ${WRKSRC}/Makefile.in + +.include diff --git a/textproc/xwindiff/distinfo b/textproc/xwindiff/distinfo new file mode 100644 index 000000000000..69d043daa230 --- /dev/null +++ b/textproc/xwindiff/distinfo @@ -0,0 +1,2 @@ +SHA256 (xwindiff-1.1.6.tar.gz) = ad1353456d384eb661c95fb9a934dcb61b74cda6dc47cce2fb5b9c9b38295782 +SIZE (xwindiff-1.1.6.tar.gz) = 164564 diff --git a/textproc/xwindiff/pkg-descr b/textproc/xwindiff/pkg-descr new file mode 100644 index 000000000000..80aa3ec38fb2 --- /dev/null +++ b/textproc/xwindiff/pkg-descr @@ -0,0 +1,5 @@ +Graphical Diff for X + +LICENSE: GPL2 or later + +WWW: http://www.lurklurk.org/xwindiff.html