diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-08 17:01:46 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-08 17:01:46 +0000 |
commit | 5ae8688c07b2294395a124e0b2da3a0f00d4aba0 (patch) | |
tree | 326c7ae1133b16e8be2a37e24472b70a0574fcaa /textproc | |
parent | fb717d0e60d518f1df0a66b382e11ff5a1d0f53b (diff) | |
download | ports-5ae8688c07b2294395a124e0b2da3a0f00d4aba0.tar.gz ports-5ae8688c07b2294395a124e0b2da3a0f00d4aba0.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/doclifter/Makefile | 3 | ||||
-rw-r--r-- | textproc/ibus-el/Makefile | 3 | ||||
-rw-r--r-- | textproc/plover/Makefile | 3 | ||||
-rw-r--r-- | textproc/scancode-toolkit/Makefile | 3 | ||||
-rw-r--r-- | textproc/translate-toolkit/Makefile | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/textproc/doclifter/Makefile b/textproc/doclifter/Makefile index 964610f64a6d..63c485943289 100644 --- a/textproc/doclifter/Makefile +++ b/textproc/doclifter/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= http://www.catb.org/~esr/doclifter/ MAINTAINER= araujo@FreeBSD.org COMMENT= Translates documents written in troff macros to DocBook +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-09-15 + USES= python:2.7 shebangfix SHEBANG_FILES= doclifter manlifter NO_BUILD= yes diff --git a/textproc/ibus-el/Makefile b/textproc/ibus-el/Makefile index 2b0862dd0303..ce364015cbb0 100644 --- a/textproc/ibus-el/Makefile +++ b/textproc/ibus-el/Makefile @@ -13,6 +13,9 @@ COMMENT= IBus client for GNU Emacs LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/doc/COPYING +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-09-15 + RUN_DEPENDS= ibus-daemon:textproc/ibus \ ${PYTHON_SITELIBDIR}/Xlib/X.py:x11-toolkits/py-xlib@${PY_FLAVOR} diff --git a/textproc/plover/Makefile b/textproc/plover/Makefile index a835825a2c45..074255ef7bc1 100644 --- a/textproc/plover/Makefile +++ b/textproc/plover/Makefile @@ -12,6 +12,9 @@ COMMENT= Open source solution for stenography LICENSE= GPLv2 +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-09-15 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlib>=0:x11-toolkits/py-xlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}serial>=0:comms/py-serial@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lockfile>=0:devel/py-lockfile@${PY_FLAVOR} diff --git a/textproc/scancode-toolkit/Makefile b/textproc/scancode-toolkit/Makefile index b63771f27c74..dfb470f3f460 100644 --- a/textproc/scancode-toolkit/Makefile +++ b/textproc/scancode-toolkit/Makefile @@ -14,6 +14,9 @@ LICENSE_COMB= multi LICENSE_FILE_APACHE20= ${WRKSRC}/apache-2.0.LICENSE LICENSE_FILE_CC0-1.0= ${WRKSRC}/cc0-1.0.LICENSE +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-09-15 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nltk>=3.2:textproc/py-nltk@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}url>=0.1.4:www/py-url@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fingerprints>=0.5.4:textproc/py-fingerprints@${PY_FLAVOR} \ diff --git a/textproc/translate-toolkit/Makefile b/textproc/translate-toolkit/Makefile index 27bedd0c1532..3728a117172b 100644 --- a/textproc/translate-toolkit/Makefile +++ b/textproc/translate-toolkit/Makefile @@ -11,6 +11,9 @@ COMMENT= Converts between many translation formats LICENSE= GPLv2 +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-09-15 + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= bash:shells/bash \ iso-codes>=1.3:misc/iso-codes \ |