aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-03-16 23:08:01 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-03-16 23:08:01 +0000
commit05e24991bdefc2b004b618a81c112d9914028e86 (patch)
tree526e45c84dd9799534c85aa12afe4829aa80aa8f /textproc
parent7f16ffceaee191995f3c08569cb5ede4445f6536 (diff)
downloadports-05e24991bdefc2b004b618a81c112d9914028e86.tar.gz
ports-05e24991bdefc2b004b618a81c112d9914028e86.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/xxdiff-scripts/Makefile24
-rw-r--r--textproc/xxdiff-scripts/distinfo3
-rw-r--r--textproc/xxdiff-scripts/pkg-descr15
4 files changed, 0 insertions, 43 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 018c68edffb9..59332309a955 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1865,7 +1865,6 @@
SUBDIR += xsv
SUBDIR += xsv-rs
SUBDIR += xwindiff
- SUBDIR += xxdiff-scripts
SUBDIR += y2l
SUBDIR += yali
SUBDIR += yamcha
diff --git a/textproc/xxdiff-scripts/Makefile b/textproc/xxdiff-scripts/Makefile
deleted file mode 100644
index 7f63fb22e49d..000000000000
--- a/textproc/xxdiff-scripts/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= xxdiff
-PORTVERSION= 4.0.1
-PORTREVISION= 1
-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:textproc/xxdiff
-
-USES= python:2.7 tar:bzip2
-USE_PYTHON= autoplist distutils
-PYDISTUTILS_PKGNAME= xxdiff-scripts
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/textproc/xxdiff-scripts/distinfo b/textproc/xxdiff-scripts/distinfo
deleted file mode 100644
index 77cd1a88067e..000000000000
--- a/textproc/xxdiff-scripts/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1463407288
-SHA256 (xxdiff-4.0.1.tar.bz2) = bf58ddda9d7a887f4f5cae20070ed5f2e0d65f575af20860738c6e2742c3a000
-SIZE (xxdiff-4.0.1.tar.bz2) = 1981869
diff --git a/textproc/xxdiff-scripts/pkg-descr b/textproc/xxdiff-scripts/pkg-descr
deleted file mode 100644
index 5d072da38865..000000000000
--- a/textproc/xxdiff-scripts/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-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