summaryrefslogtreecommitdiff
path: root/textproc/py-ltxml
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-03-20 02:33:04 +0000
committerRene Ladan <rene@FreeBSD.org>2020-03-20 02:33:04 +0000
commitd5cf397d65475e8b10b1cbb50975d3fb9314ca8a (patch)
tree006d054d629dcd33cb8716c5ab685675c3fe481e /textproc/py-ltxml
parentdeskutils/recoll: drop optional dependency on expired textproc/pychm (diff)
Remove expired ports:
2020-03-18 devel/py-Products.validation: Old, uses EOLed python27 2020-03-18 devel/py-Acquisition: Old, uses EOLed python27 2020-03-18 devel/py-Products.contentmigration: Old, uses EOLed python27 2020-03-18 textproc/py-zope.app.locales: Old, uses EOLed python27 2020-03-18 devel/py-Products.LDAPUserFolder: Old, uses EOLed python27 2020-03-18 devel/py-zLOG: Old, uses EOLed python27 2020-03-19 textproc/py-ltxml: Unmaintained, uses EOLed python27 2020-03-19 x11-toolkits/flowcanvas: Unmaintained, uses EOLed python27 2020-03-19 audio/raul: Unmaintained, uses EOLed python27 2020-03-19 audio/py-vorbis: Unmaintained, uses EOLed python27 2020-03-19 databases/py-cdb: Unmaintained, uses EOLed python27 2020-03-19 devel/py-libplist: Unmaintained, uses EOLed python27 2020-03-19 devel/py-mwlib: Unmaintained, uses EOLed python27 2020-03-19 emulators/openmsx: Unmaintained, uses EOLed python27 2020-03-19 graphics/py-soya3d: Unmaintained, uses EOLed python27 2020-03-19 irc/py-supybot: Unmaintained, uses EOLed python27 2020-03-19 net-mgmt/py-pdagent: Unmaintained, uses EOLed python27 2020-03-19 textproc/pychm: Unmaintained, uses EOLed python27
Notes
Notes: svn path=/head/; revision=528757
Diffstat (limited to 'textproc/py-ltxml')
-rw-r--r--textproc/py-ltxml/Makefile46
-rw-r--r--textproc/py-ltxml/distinfo2
-rw-r--r--textproc/py-ltxml/files/patch-setup.py28
-rw-r--r--textproc/py-ltxml/pkg-descr3
4 files changed, 0 insertions, 79 deletions
diff --git a/textproc/py-ltxml/Makefile b/textproc/py-ltxml/Makefile
deleted file mode 100644
index 8c0752bee041..000000000000
--- a/textproc/py-ltxml/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# Created by: Johann Visagie <wjv@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= ltxml
-PORTVERSION= 1.3
-PORTREVISION= 5
-CATEGORIES= textproc python
-MASTER_SITES= ftp://ftp.cogsci.ed.ac.uk/pub/LTXML/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= PyLTXML-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Python bindings to the LT XML toolkit
-
-LICENSE= GPLv2 # only `GPL' is mentioned, assuming v2
-
-DEPRECATED= Unmaintained, uses EOLed python27
-EXPIRATION_DATE= 2020-03-19
-
-BUILD_DEPENDS= ${LOCALBASE}/include/ltxml12/lt-safe.h:textproc/ltxml
-RUN_DEPENDS= ${LOCALBASE}/include/ltxml12/lt-safe.h:textproc/ltxml
-
-USES= python:2.7
-USE_PYTHON= distutils autoplist
-USE_LDCONFIG= yes
-
-DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
-EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
-PORTDOCS= 00README
-PORTEXAMPLES= *
-
-OPTIONS_DEFINE= DOCS EXAMPLES
-
-post-install:
- @${STRIP_CMD} \
- ${STAGEDIR}${PYTHON}${PYTHON_SITELIBDIR}/PyLTXML/LTXMLinter.so
-
-post-install-EXAMPLES-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-
-post-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/example/* ${STAGEDIR}${EXAMPLESDIR}
-
-.include <bsd.port.mk>
diff --git a/textproc/py-ltxml/distinfo b/textproc/py-ltxml/distinfo
deleted file mode 100644
index 4f2b04668c3d..000000000000
--- a/textproc/py-ltxml/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (PyLTXML-1.3.tar.gz) = 244aad01160825b21a0b9d7f40d79cddb76cc95f7d87ffd11ef0b016c5b1586c
-SIZE (PyLTXML-1.3.tar.gz) = 28129
diff --git a/textproc/py-ltxml/files/patch-setup.py b/textproc/py-ltxml/files/patch-setup.py
deleted file mode 100644
index c44be3db3dce..000000000000
--- a/textproc/py-ltxml/files/patch-setup.py
+++ /dev/null
@@ -1,28 +0,0 @@
---- setup.py.orig 2008-01-11 14:26:31 UTC
-+++ setup.py
-@@ -6,9 +6,7 @@ import sys
- from distutils.core import setup, Extension
- from distutils import sysconfig
-
--datafiles= ['example/small.xml',
-- 'example/gscore.dtd',
-- 'example/simple.py'] # only works for bdist and friends
-+datafiles=[]
-
- if sys.platform.find("win32",0,5)==0:
- incldirs=['C:\\Program Files\\msys\\1.0\\include\\ltxml12','C:\\Program Files\\msys\\1.0\\include']
-@@ -32,8 +30,6 @@ else:
- libs=['ltapi12','ltstd12', 'z']
- macros=[('FOR_LT', '1')] # ,('ALLOC_DEBUG', '1')
-
-- data_files=[( sysconfig.get_python_lib() + "/PyLTXML/example",
-- datafiles)]
- if sys.platform.find("sunos",0,5)==0:
- extra_link_args=['-mimpure-text']
- extra_compile_args=['-mimpure-text']
-@@ -65,5 +61,4 @@ setup(name='PyLTXML',
- See 00README for details""",
- platforms=[platform],
- packages=['PyLTXML'],
-- data_files=data_files,
- ext_modules=[pyltxml])
diff --git a/textproc/py-ltxml/pkg-descr b/textproc/py-ltxml/pkg-descr
deleted file mode 100644
index 6fdf2bb76e69..000000000000
--- a/textproc/py-ltxml/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Python bindings for the LT XML API and toolkit.
-
-WWW: https://www.ltg.ed.ac.uk/software/ltxml/