summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-07-16 22:21:42 +0200
committerRene Ladan <rene@FreeBSD.org>2024-07-16 22:21:42 +0200
commitb1a8e6d75b58532ae5818964b2c67205142e84fb (patch)
treea9a82b3e5b4761863ab528500123269cb182a589
parentdevel/rubygem-highline: Update to 3.1.0 (diff)
textproc/p5-XML-DifferenceMarkup: Remove expired port
2024-07-16 textproc/p5-XML-DifferenceMarkup: Depends on deprecated port textproc/diffmark (PR 279705)
-rw-r--r--MOVED1
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/p5-XML-DifferenceMarkup/Makefile34
-rw-r--r--textproc/p5-XML-DifferenceMarkup/distinfo2
-rw-r--r--textproc/p5-XML-DifferenceMarkup/pkg-descr10
-rw-r--r--textproc/p5-XML-DifferenceMarkup/pkg-plist3
6 files changed, 1 insertions, 50 deletions
diff --git a/MOVED b/MOVED
index 68f1a76592ff..edc39c69aeaa 100644
--- a/MOVED
+++ b/MOVED
@@ -3391,3 +3391,4 @@ converters/tuc||2024-07-13|Has expired: Dead upstream and unfetchable
sysutils/ipfs-go|sysutils/kubo-go|2024-07-13|Project was renamed upstream
chinese/tin||2024-07-14|Removed, unmaintained and broken for months
x11-wm/afterstep|x11-wm/afterstep1|2024-07-14|Port renamed
+textproc/p5-XML-DifferenceMarkup||2024-07-16|Has expired: Depends on deprecated port textproc/diffmark (PR 279705)
diff --git a/textproc/Makefile b/textproc/Makefile
index 252bcc32031a..1da2433af9ff 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1086,7 +1086,6 @@
SUBDIR += p5-XML-DTDParser
SUBDIR += p5-XML-Declare
SUBDIR += p5-XML-Descent
- SUBDIR += p5-XML-DifferenceMarkup
SUBDIR += p5-XML-Directory
SUBDIR += p5-XML-DoubleEncodedEntities
SUBDIR += p5-XML-Driver-HTML
diff --git a/textproc/p5-XML-DifferenceMarkup/Makefile b/textproc/p5-XML-DifferenceMarkup/Makefile
deleted file mode 100644
index 683c31b13d8c..000000000000
--- a/textproc/p5-XML-DifferenceMarkup/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-PORTNAME= XML-DifferenceMarkup
-PORTVERSION= 1.05
-CATEGORIES= textproc perl5
-MASTER_SITES= CPAN
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= perl@FreeBSD.org
-COMMENT= This module implements an XML diff producing XML output
-WWW= https://metacpan.org/release/XML-DifferenceMarkup
-
-LICENSE= ART10 GPLv1+
-LICENSE_COMB= dual
-
-DEPRECATED= Depends on deprecated port textproc/diffmark (PR 279705)
-EXPIRATION_DATE=2024-07-16
-
-BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= p5-XML-LibXML>=0:textproc/p5-XML-LibXML
-LIB_DEPENDS= libdiffmark.so:textproc/diffmark
-
-USES= perl5
-USE_PERL5= configure
-
-post-patch:
- @${REINPLACE_CMD} '/^\$$CC/s|g++|${CXX}|; s|/usr/local|${LOCALBASE}|g' \
- ${WRKSRC}/Makefile.PL
-
-# Don't pass any argument to Makefile.PL, it messes up lib detection.
-do-configure:
- @cd ${CONFIGURE_WRKSRC} && \
- ${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_ARGS} \
- ${PERL5} ${CONFIGURE_CMD}
-
-.include <bsd.port.mk>
diff --git a/textproc/p5-XML-DifferenceMarkup/distinfo b/textproc/p5-XML-DifferenceMarkup/distinfo
deleted file mode 100644
index 6150e07f06e3..000000000000
--- a/textproc/p5-XML-DifferenceMarkup/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (XML-DifferenceMarkup-1.05.tar.gz) = 38639c5c707694e2174ef7cb33bbfeb05f2098709f9b380b3869fd1a6d38a914
-SIZE (XML-DifferenceMarkup-1.05.tar.gz) = 65117
diff --git a/textproc/p5-XML-DifferenceMarkup/pkg-descr b/textproc/p5-XML-DifferenceMarkup/pkg-descr
deleted file mode 100644
index 8ac366508958..000000000000
--- a/textproc/p5-XML-DifferenceMarkup/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-This module implements an XML diff producing XML output. Both input and
-output are DOM documents, as implemented by XML::LibXML.
-
-The diff format used by XML::DifferenceMarkup is meant to be
-human-readable (i.e. simple, as opposed to short) - basically the diff
-is a subset of the input trees, annotated with instruction element nodes
-specifying how to convert the source tree to the target by inserting and
-deleting nodes. To prevent name colisions with input trees, all added
-elements are in a namespace http://www.locus.cz/XML/DifferenceMarkup
-(the diff will fail on input trees which already use that namespace).
diff --git a/textproc/p5-XML-DifferenceMarkup/pkg-plist b/textproc/p5-XML-DifferenceMarkup/pkg-plist
deleted file mode 100644
index 71ed0ffa942b..000000000000
--- a/textproc/p5-XML-DifferenceMarkup/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-%%SITE_ARCH%%/XML/DifferenceMarkup.pm
-%%SITE_ARCH%%/auto/XML/DifferenceMarkup/DifferenceMarkup.so
-%%PERL5_MAN3%%/XML::DifferenceMarkup.3.gz