aboutsummaryrefslogtreecommitdiff
path: root/textproc/xxdiff-scripts
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2016-01-22 12:01:32 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2016-01-22 12:01:32 +0000
commit2ae863e4483ce690889fcd97817453a67adcc39f (patch)
tree10e8d6b7c57d7e0493fcc5334678917c030e9449 /textproc/xxdiff-scripts
parent8b37b6d92190ab29b1debf3c50515d57234bee0a (diff)
downloadports-2ae863e4483ce690889fcd97817453a67adcc39f.tar.gz
ports-2ae863e4483ce690889fcd97817453a67adcc39f.zip
Resurrect `textproc/xxdiff' and `textproc/xxdiff-scripts' which were removed
from the tree when Qt 3.x had reached EoL. Version 4.0 adds support for Qt4 now and thus allows to revive the port(s). While here, modernize Makefiles, define LICENSE (GPLv2), clean up dependencies, and augment port description. PR: 198025
Notes
Notes: svn path=/head/; revision=406925
Diffstat (limited to 'textproc/xxdiff-scripts')
-rw-r--r--textproc/xxdiff-scripts/Makefile22
-rw-r--r--textproc/xxdiff-scripts/distinfo2
-rw-r--r--textproc/xxdiff-scripts/pkg-descr15
3 files changed, 39 insertions, 0 deletions
diff --git a/textproc/xxdiff-scripts/Makefile b/textproc/xxdiff-scripts/Makefile
new file mode 100644
index 000000000000..74c862c40746
--- /dev/null
+++ b/textproc/xxdiff-scripts/Makefile
@@ -0,0 +1,22 @@
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= xxdiff
+PORTVERSION= 4.0
+CATEGORIES= textproc
+MASTER_SITES= SF
+PKGNAMESUFFIX= -scripts
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Helper scripts for xxdiff
+
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+RUN_DEPENDS= xxdiff:${PORTSDIR}/textproc/xxdiff
+
+USES= python:2 tar:bzip2
+USE_PYTHON= autoplist distutils
+PYDISTUTILS_PKGNAME= xxdiff-scripts
+
+.include <bsd.port.mk>
diff --git a/textproc/xxdiff-scripts/distinfo b/textproc/xxdiff-scripts/distinfo
new file mode 100644
index 000000000000..b13cc70234aa
--- /dev/null
+++ b/textproc/xxdiff-scripts/distinfo
@@ -0,0 +1,2 @@
+SHA256 (xxdiff-4.0.tar.bz2) = 91501544e82bc89983d07eeb086419645fbfa78fc906b50ff7ab6cdf39431330
+SIZE (xxdiff-4.0.tar.bz2) = 1768460
diff --git a/textproc/xxdiff-scripts/pkg-descr b/textproc/xxdiff-scripts/pkg-descr
new file mode 100644
index 000000000000..5d072da38865
--- /dev/null
+++ b/textproc/xxdiff-scripts/pkg-descr
@@ -0,0 +1,15 @@
+xxdiff is a computer program that allows a user (usually a software
+developer of some sort) to easily visualize the differences between
+files. The manner and goal for which this process is applied over
+multiple files is highly dependent on the application, and most of
+the time is driven by custom user scripts.
+
+For example, a configuration management engineer in a company might
+provide some kind of merge policing environment, that allows software
+developers to review changes in files for the purpose of accepting or
+rejecting a submitted changeset to a codebase. Another example is
+that of a developer wishing to review the changes he made to a
+checkout of files from a source-code management system such as CVS,
+Subversion, ClearCase, Perforce, etc.
+
+WWW: http://furius.ca/xxdiff/doc/xxdiff-scripts.html