Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Mar 2014 16:47:15 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349647 - in head/textproc: . xwindiff
Message-ID:  <201403301647.s2UGlF0B070226@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Sun Mar 30 16:47:14 2014
New Revision: 349647
URL: http://svnweb.freebsd.org/changeset/ports/349647
QAT: https://qat.redports.org/buildarchive/r349647/

Log:
  Graphical Diff for X
  
  LICENSE: GPL2 or later
  
  WWW: http://www.lurklurk.org/xwindiff.html

Added:
  head/textproc/xwindiff/
  head/textproc/xwindiff/Makefile   (contents, props changed)
  head/textproc/xwindiff/distinfo   (contents, props changed)
  head/textproc/xwindiff/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Mar 30 16:39:10 2014	(r349646)
+++ head/textproc/Makefile	Sun Mar 30 16:47:14 2014	(r349647)
@@ -1541,6 +1541,7 @@
     SUBDIR += xstream
     SUBDIR += xsv
     SUBDIR += xt
+    SUBDIR += xwindiff
     SUBDIR += y2l
     SUBDIR += yali
     SUBDIR += yamcha

Added: head/textproc/xwindiff/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/xwindiff/Makefile	Sun Mar 30 16:47:14 2014	(r349647)
@@ -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 <bsd.port.mk>

Added: head/textproc/xwindiff/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/xwindiff/distinfo	Sun Mar 30 16:47:14 2014	(r349647)
@@ -0,0 +1,2 @@
+SHA256 (xwindiff-1.1.6.tar.gz) = ad1353456d384eb661c95fb9a934dcb61b74cda6dc47cce2fb5b9c9b38295782
+SIZE (xwindiff-1.1.6.tar.gz) = 164564

Added: head/textproc/xwindiff/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/xwindiff/pkg-descr	Sun Mar 30 16:47:14 2014	(r349647)
@@ -0,0 +1,5 @@
+Graphical Diff for X
+
+LICENSE: GPL2 or later
+
+WWW: http://www.lurklurk.org/xwindiff.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403301647.s2UGlF0B070226>