aboutsummaryrefslogtreecommitdiff
path: root/textproc
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
parent902b062c3d84bc5acebfbcd0e1303bcefc73344f (diff)
downloadports-d5cf397d65475e8b10b1cbb50975d3fb9314ca8a.tar.gz
ports-d5cf397d65475e8b10b1cbb50975d3fb9314ca8a.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile3
-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
-rw-r--r--textproc/py-zope.app.locales/Makefile29
-rw-r--r--textproc/py-zope.app.locales/distinfo2
-rw-r--r--textproc/py-zope.app.locales/pkg-descr3
-rw-r--r--textproc/pychm/Makefile32
-rw-r--r--textproc/pychm/distinfo2
-rw-r--r--textproc/pychm/files/patch-chm_extra.c63
-rw-r--r--textproc/pychm/pkg-descr3
12 files changed, 0 insertions, 216 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 234991f1a75b..5b69c27fe950 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1287,7 +1287,6 @@
SUBDIR += py-libxml2
SUBDIR += py-libxslt
SUBDIR += py-license-expression
- SUBDIR += py-ltxml
SUBDIR += py-m2r
SUBDIR += py-mako
SUBDIR += py-markdown
@@ -1416,12 +1415,10 @@
SUBDIR += py-xml-default-dict
SUBDIR += py-xmldiff
SUBDIR += py-yapf
- SUBDIR += py-zope.app.locales
SUBDIR += py-zope.i18nmessageid
SUBDIR += py-zope.structuredtext
SUBDIR += py-zope.tal
SUBDIR += py-zpt
- SUBDIR += pychm
SUBDIR += qprint
SUBDIR += qrcodegen
SUBDIR += qstardict
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/
diff --git a/textproc/py-zope.app.locales/Makefile b/textproc/py-zope.app.locales/Makefile
deleted file mode 100644
index e61dff3bd38a..000000000000
--- a/textproc/py-zope.app.locales/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= zope.app.locales
-PORTVERSION= 3.7.5
-CATEGORIES= textproc python zope
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DIST_SUBDIR= zope
-
-MAINTAINER= zope@FreeBSD.org
-COMMENT= Zope locale extraction and management utilities
-
-LICENSE= ZPL21
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-
-DEPRECATED= Old, uses EOLed python27
-EXPIRATION_DATE= 2020-03-18
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>0:textproc/py-zope.i18nmessageid@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}zope.i18n>=0:devel/py-zope.i18n@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:devel/py-zope.configuration@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}zope.tal>=0:textproc/py-zope.tal@${PY_FLAVOR}
-
-NO_ARCH= yes
-USES= python:2.7
-USE_PYTHON= autoplist distutils
-
-.include <bsd.port.mk>
diff --git a/textproc/py-zope.app.locales/distinfo b/textproc/py-zope.app.locales/distinfo
deleted file mode 100644
index 266ad7aae628..000000000000
--- a/textproc/py-zope.app.locales/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (zope/zope.app.locales-3.7.5.tar.gz) = e8672a16721ff28bcbd0afbbce48931ed1c412adde17505c4590545d75b05173
-SIZE (zope/zope.app.locales-3.7.5.tar.gz) = 1209573
diff --git a/textproc/py-zope.app.locales/pkg-descr b/textproc/py-zope.app.locales/pkg-descr
deleted file mode 100644
index a1a3979e2ae2..000000000000
--- a/textproc/py-zope.app.locales/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Zope locale extraction and management utilities.
-
-WWW: https://pypi.org/project/zope.app.locales/
diff --git a/textproc/pychm/Makefile b/textproc/pychm/Makefile
deleted file mode 100644
index 3c6de9c96d07..000000000000
--- a/textproc/pychm/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: Radek Kozlowski <radek@raadradd.com>
-# $FreeBSD$
-
-PORTNAME= pychm
-PORTVERSION= 0.8.4
-PORTREVISION= 2
-CATEGORIES= textproc python
-MASTER_SITES= SF/gnochm/${PORTNAME}/${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Bindings for CHMLIB library
-
-LICENSE= GPLv2+
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-DEPRECATED= Unmaintained, uses EOLed python27
-EXPIRATION_DATE= 2020-03-19
-
-LIB_DEPENDS= libchm.so:misc/chmlib
-
-NO_BUILD= yes
-USES= python:2.7
-USE_PYTHON= autoplist distutils
-
-.include <bsd.port.pre.mk>
-
-PYDISTUTILS_INSTALLARGS:= ${PYDISTUTILS_INSTALLARGS} build_ext -I${LOCALBASE}/include -L${LOCALBASE}/lib
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/chm/*.so
-
-.include <bsd.port.post.mk>
diff --git a/textproc/pychm/distinfo b/textproc/pychm/distinfo
deleted file mode 100644
index e297a96fddf1..000000000000
--- a/textproc/pychm/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pychm-0.8.4.tar.gz) = 84c99d7b28fb6862ee60a5d1d52fad0da4c95f1934e9c101d3293ee7e8b5357d
-SIZE (pychm-0.8.4.tar.gz) = 28803
diff --git a/textproc/pychm/files/patch-chm_extra.c b/textproc/pychm/files/patch-chm_extra.c
deleted file mode 100644
index bcbbd2596690..000000000000
--- a/textproc/pychm/files/patch-chm_extra.c
+++ /dev/null
@@ -1,63 +0,0 @@
---- chm/extra.c.orig 2015-07-05 03:15:19 UTC
-+++ chm/extra.c
-@@ -70,13 +70,13 @@
-
- #define FREE(x) free (x); x = NULL
-
--inline uint16_t
-+uint16_t
- get_uint16 (uint8_t* b) {
- return b[0] |
- b[1]<<8;
- }
-
--inline uint32_t
-+uint32_t
- get_uint32 (uint8_t* b) {
- return b[0] |
- b[1]<<8 |
-@@ -84,7 +84,7 @@ get_uint32 (uint8_t* b) {
- b[3]<<24;
- }
-
--inline uint64_t
-+uint64_t
- get_uint64 (uint8_t* b) {
- return b[0] |
- b[1]<<8 |
-@@ -117,7 +117,7 @@ be_encint (unsigned char *buffer, size_t
- Finds the first unset bit in memory. Returns the number of set bits found.
- Returns -1 if the buffer runs out before we find an unset bit.
- */
--inline int
-+int
- ffus (unsigned char* byte, int* bit, size_t *length) {
- int bits = 0;
- *length = 0;
-@@ -144,7 +144,7 @@ ffus (unsigned char* byte, int* bit, siz
- }
-
-
--inline uint64_t
-+uint64_t
- sr_int(unsigned char* byte, int* bit,
- unsigned char s, unsigned char r, size_t *length)
- {
-@@ -221,7 +221,7 @@ sr_int(unsigned char* byte, int* bit,
- }
-
-
--inline uint32_t
-+uint32_t
- get_leaf_node_offset(struct chmFile *chmfile,
- const char *text,
- uint32_t initial_offset,
-@@ -294,7 +294,7 @@ get_leaf_node_offset(struct chmFile *chm
- return initial_offset;
- }
-
--inline int
-+int
- pychm_process_wlc (struct chmFile *chmfile,
- uint64_t wlc_count, uint64_t wlc_size,
- uint32_t wlc_offset, unsigned char ds,
diff --git a/textproc/pychm/pkg-descr b/textproc/pychm/pkg-descr
deleted file mode 100644
index 9831c98e8457..000000000000
--- a/textproc/pychm/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-PyCHM is a package that provides bindings for Jed Wing's CHMLIB library.
-
-WWW: http://gnochm.sourceforge.net/pychm.html