Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Apr 2023 09:25:40 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9d2d8d3d3330 - main - textproc/ltxml/: Remove expired port:
Message-ID:  <202304300925.33U9PeE8020112@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9d2d8d3d3330ccb066e3c9059928677b1622aada

commit 9d2d8d3d3330ccb066e3c9059928677b1622aada
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2023-04-30 09:25:11 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2023-04-30 09:25:26 +0000

    textproc/ltxml/: Remove expired port:
    
    2023-04-30 textproc/ltxml: Unfetchable
---
 MOVED                    |  1 +
 textproc/Makefile        |  1 -
 textproc/ltxml/Makefile  | 40 ----------------------------------------
 textproc/ltxml/distinfo  |  2 --
 textproc/ltxml/pkg-descr | 22 ----------------------
 textproc/ltxml/pkg-plist | 42 ------------------------------------------
 6 files changed, 1 insertion(+), 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304300925.33U9PeE8020112>