summaryrefslogtreecommitdiff
path: root/textproc/xmldiff
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/xmldiff')
-rw-r--r--textproc/xmldiff/Makefile35
-rw-r--r--textproc/xmldiff/distinfo2
-rw-r--r--textproc/xmldiff/files/patch-xmldiff.pl17
-rw-r--r--textproc/xmldiff/pkg-descr6
4 files changed, 0 insertions, 60 deletions
diff --git a/textproc/xmldiff/Makefile b/textproc/xmldiff/Makefile
deleted file mode 100644
index 251b25747705..000000000000
--- a/textproc/xmldiff/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# Created by: Paul Chvostek <paul+ports@it.ca>
-# $FreeBSD$
-
-PORTNAME= xmldiff
-PORTVERSION= 0.01
-PORTREVISION= 1
-CATEGORIES= textproc
-MASTER_SITES= http://software.decisionsoft.com/software/ \
- http://www.it.ca/~paul/src/
-DISTFILES= xmldiff.pl
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Display meaningful differences between XML files
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-RUN_DEPENDS= xmlprpr:textproc/xmlprpr
-
-USES= shebangfix perl5
-NO_BUILD= yes
-
-SHEBANG_FILES= xmldiff.pl
-
-PLIST_FILES= bin/xmldiff
-
-do-extract:
- @${MKDIR} ${WRKSRC}
- @${CP} -f ${_DISTDIR}/${_DISTFILES} ${WRKSRC}
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/xmldiff.pl ${STAGEDIR}${PREFIX}/bin/xmldiff
-
-.include <bsd.port.mk>
diff --git a/textproc/xmldiff/distinfo b/textproc/xmldiff/distinfo
deleted file mode 100644
index 4b2868c68931..000000000000
--- a/textproc/xmldiff/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xmldiff.pl) = c825e77068bcabfe524ee4fe78d87cbc013e6162d0ac298c854379f7ecefa4f4
-SIZE (xmldiff.pl) = 2976
diff --git a/textproc/xmldiff/files/patch-xmldiff.pl b/textproc/xmldiff/files/patch-xmldiff.pl
deleted file mode 100644
index 2a4736aea4ba..000000000000
--- a/textproc/xmldiff/files/patch-xmldiff.pl
+++ /dev/null
@@ -1,17 +0,0 @@
---- xmldiff.pl.orig Sun Oct 9 11:59:04 2005
-+++ xmldiff.pl Sun Oct 9 11:59:37 2005
-@@ -7,12 +7,12 @@
- #
-
- #
--# xmldiff: xmldiff program - uses xmlpp
-+# xmldiff: xmldiff program - uses xmlprpr
- #
-
- #Change this if xmlpp is not in your current path
- #for example: $XMLPP = "./xmlpp";
--$XMLPP = "xmlpp";
-+$XMLPP = "xmlprpr";
-
- # older versions of less don't support -R, consider -r instead
- my $pagerCmd = ' | less -R ';
diff --git a/textproc/xmldiff/pkg-descr b/textproc/xmldiff/pkg-descr
deleted file mode 100644
index 66d5ccbb50cc..000000000000
--- a/textproc/xmldiff/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-xmldiff uses xmlprpr and diff to display meaningful differences in XML
-files in an easy to read format. Output formats available include HTML,
-ANSI colour, and regular diff. The coloured modes are particularly
-useful for viewing small differences in context within large XML files.
-
-WWW: http://software.decisionsoft.com/tools.html