aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2023-04-30 09:25:11 +0000
committerRene Ladan <rene@FreeBSD.org>2023-04-30 09:25:26 +0000
commit9d2d8d3d3330ccb066e3c9059928677b1622aada (patch)
treeca9267be2e02d9801b74ad1278372dcc83a5d0b2
parent2748f0bff1d74f135e31a68fef2e0bed00e405d1 (diff)
textproc/ltxml/: Remove expired port:
2023-04-30 textproc/ltxml: Unfetchable
-rw-r--r--MOVED1
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/ltxml/Makefile40
-rw-r--r--textproc/ltxml/distinfo2
-rw-r--r--textproc/ltxml/pkg-descr22
-rw-r--r--textproc/ltxml/pkg-plist42
6 files changed, 1 insertions, 107 deletions
diff --git a/MOVED b/MOVED
index 1f2ddcc87483..14b3c3da9b66 100644
--- a/MOVED
+++ b/MOVED
@@ -17919,3 +17919,4 @@ www/dolibarr14||2023-04-30|Has expired: No support PHP >= 8.x
devel/zpu-gcc||2023-04-30|Has expired: Broken with latest C compiler and port unused
devel/zpu-binutils||2023-04-30|Has expired: Broken with latest C compiler and port unused
databases/rocksdb-lite||2023-04-30|Has expired: Removed by upstream, see https://github.com/facebook/rocksdb/commit/4720ba4391eb016b05a30d09a8275624c3a4a87e
+textproc/ltxml||2023-04-30|Has expired: Unfetchable
diff --git a/textproc/Makefile b/textproc/Makefile
index 9a8b2bc4a38f..3c9ecb22fd29 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -446,7 +446,6 @@
SUBDIR += lt-aspell
SUBDIR += lt-hyphen
SUBDIR += lttoolbox
- SUBDIR += ltxml
SUBDIR += lua-icu-utils
SUBDIR += lua-lyaml
SUBDIR += luaexpat
diff --git a/textproc/ltxml/Makefile b/textproc/ltxml/Makefile
deleted file mode 100644
index 9442658205d0..000000000000
--- a/textproc/ltxml/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-PORTNAME= ltxml
-PORTVERSION= 1.2.9
-PORTREVISION= 1
-CATEGORIES= textproc
-MASTER_SITES= GENTOO \
- ftp://ftp.cogsci.ed.ac.uk/pub/LTXML/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= XML Toolkit
-WWW= https://www.ltg.ed.ac.uk/software/ltxml/
-
-LICENSE= GPLv2
-
-BROKEN= unfetchable
-EXPIRATION_DATE=2023-04-30
-
-OPTIONS_DEFINE= OPTIMIZED_CFLAGS
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/XML
-
-USES= gmake perl5
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-zlib=/usr --datadir=${STAGEDIR}${PREFIX}/lib/ltxml12
-# textproc/py-ltxml links libltapi12.a and libltstd12.a into a shared library.
-CFLAGS+= -fPIC
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS}
-CFLAGS+= -Wuninitialized -ffast-math -finline-functions \
- -fomit-frame-pointer -fexpensive-optimizations -O3
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|CFLAGS=.*$$|CFLAGS=\$$CFLAGS|g ; \
- s|CXXFLAGS=.*$$|CXXFLAGS=\$$CXXFLAGS|g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|@prefix@|${STAGEDIR}${PREFIX}|' \
- ${WRKSRC}/src/Makefile.sub.in
-
-.include <bsd.port.mk>
diff --git a/textproc/ltxml/distinfo b/textproc/ltxml/distinfo
deleted file mode 100644
index 31083a6413d1..000000000000
--- a/textproc/ltxml/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ltxml-1.2.9.tar.gz) = bc28fcdf63be636e03076deeacba75255cd9281f40a3dfd65a8c04aa93242921
-SIZE (ltxml-1.2.9.tar.gz) = 304050
diff --git a/textproc/ltxml/pkg-descr b/textproc/ltxml/pkg-descr
deleted file mode 100644
index 2c923c45215a..000000000000
--- a/textproc/ltxml/pkg-descr
+++ /dev/null
@@ -1,22 +0,0 @@
-LT XML is an integrated set of XML tools and a developers' tool-kit,
-including a C-based API.
-
-The LT XML tool-kit includes stand-alone tools for a wide range of
-processing of well-formed XML documents, including searching and
-extracting, down-translation (e.g. report generation, formatting),
-tokenising and sorting.
-
-Sequences of tool applications can be pipelined together to achieve
-complex results.
-
-For special purposes beyond what the pre-constructed tools can
-achieve, extending their functionality and/or creating new tools
-is easy using the LT XML API. Minimal applications require less
-than one-half page of C code to express.
-
-LT XML provides two views of an XML file; one as a flat stream of
-markup elements and text; a second as a sequence of tree-structured
-XML elements. The two views can be mixed, allowing great flexibility
-in the manipulation of XML documents. It also includes a powerful,
-yet simple, querying language, which allows the user to quickly and
-easily select those parts of an XML document which are of interest.
diff --git a/textproc/ltxml/pkg-plist b/textproc/ltxml/pkg-plist
deleted file mode 100644
index ef3a4f114b91..000000000000
--- a/textproc/ltxml/pkg-plist
+++ /dev/null
@@ -1,42 +0,0 @@
-include/ltxml12/charset.h
-include/ltxml12/ctype16.h
-include/ltxml12/hsregexp.h
-include/ltxml12/lt-comment.h
-include/ltxml12/lt-defs.h
-include/ltxml12/lt-err.h
-include/ltxml12/lt-errmsg.h
-include/ltxml12/lt-hash.h
-include/ltxml12/lt-memory.h
-include/ltxml12/lt-rhash.h
-include/ltxml12/lt-safe.h
-include/ltxml12/lt-token.h
-include/ltxml12/nsl-defs.h
-include/ltxml12/nsl-err.h
-include/ltxml12/nsl-errmsg.h
-include/ltxml12/nsl.h
-include/ltxml12/nslfunc.h
-include/ltxml12/stdio16.h
-include/ltxml12/string16.h
-include/ltxml12/sys/ddb.h
-include/ltxml12/sys/dtd.h
-include/ltxml12/sys/http.h
-include/ltxml12/sys/input.h
-include/ltxml12/sys/lt-mttslib.h
-include/ltxml12/sys/lt-sstring.h
-include/ltxml12/sys/lt-umalloc.h
-include/ltxml12/sys/namespaces.h
-include/ltxml12/sys/nf16check.h
-include/ltxml12/sys/nf16data.h
-include/ltxml12/sys/nsl-ibit.h
-include/ltxml12/sys/nsl-stack.h
-include/ltxml12/sys/nslfile.h
-include/ltxml12/sys/nslifunc.h
-include/ltxml12/sys/nsllib.h
-include/ltxml12/sys/query.h
-include/ltxml12/sys/rxputil.h
-include/ltxml12/sys/xmlparser.h
-include/ltxml12/url.h
-include/ltxml12/xmlconfig.h
-lib/libltapi12.a
-lib/libltstd12.a
-lib/ltxml12/Makefile.usr