aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-02-23 15:25:53 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-02-23 15:25:53 +0000
commit41a5348a3b6a9d16a7808a76f3b3935dbdb9eb49 (patch)
treedc94bc3df22b218498c473b644b9ddf5d9c9342d /graphics
parentd7d7b4eebbb16e530100e9fc57ee92890921ae86 (diff)
downloadports-41a5348a3b6a9d16a7808a76f3b3935dbdb9eb49.tar.gz
ports-41a5348a3b6a9d16a7808a76f3b3935dbdb9eb49.zip
Deprecate a few ports
With hat: portmgr
Notes
Notes: svn path=/head/; revision=526925
Diffstat (limited to 'graphics')
-rw-r--r--graphics/djvusmooth/Makefile3
-rw-r--r--graphics/py-actdiag/Makefile3
-rw-r--r--graphics/py-blockdiagcontrib-cisco/Makefile3
-rw-r--r--graphics/py-glewpy/Makefile3
-rw-r--r--graphics/py-nwdiag/Makefile3
-rw-r--r--graphics/py-openexr/Makefile3
-rw-r--r--graphics/py-poppler/Makefile3
-rw-r--r--graphics/py-pygooglechart/Makefile3
-rw-r--r--graphics/py-sane/Makefile3
-rw-r--r--graphics/py-seqdiag/Makefile3
-rw-r--r--graphics/py-stltools/Makefile3
-rw-r--r--graphics/sk1/Makefile3
12 files changed, 36 insertions, 0 deletions
diff --git a/graphics/djvusmooth/Makefile b/graphics/djvusmooth/Makefile
index 005b4a85eac6..643dd2b63ad5 100644
--- a/graphics/djvusmooth/Makefile
+++ b/graphics/djvusmooth/Makefile
@@ -10,6 +10,9 @@ COMMENT= Graphical editor for DjVu
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
BUILD_DEPENDS= xsltproc:textproc/libxslt \
${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:textproc/docbook-xsl \
docbook-xml>0:textproc/docbook-xml
diff --git a/graphics/py-actdiag/Makefile b/graphics/py-actdiag/Makefile
index 4ba90c08bba1..a3e695fbd2a6 100644
--- a/graphics/py-actdiag/Makefile
+++ b/graphics/py-actdiag/Makefile
@@ -13,6 +13,9 @@ COMMENT= Simple activity-diagram image generator
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=2.2.1:graphics/py-pillow@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}blockdiag>=1.5.0:graphics/py-blockdiag@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}funcparserlib>=0.3.6:devel/py-funcparserlib@${PY_FLAVOR}
diff --git a/graphics/py-blockdiagcontrib-cisco/Makefile b/graphics/py-blockdiagcontrib-cisco/Makefile
index 2969be386f2b..6e30a88bd474 100644
--- a/graphics/py-blockdiagcontrib-cisco/Makefile
+++ b/graphics/py-blockdiagcontrib-cisco/Makefile
@@ -10,6 +10,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Networking shapes for blockdiag designed by Cisco
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blockdiag>=0.8.0:graphics/py-blockdiag@${PY_FLAVOR}
USES= python:2.7
diff --git a/graphics/py-glewpy/Makefile b/graphics/py-glewpy/Makefile
index f36e2e29845b..735450f27284 100644
--- a/graphics/py-glewpy/Makefile
+++ b/graphics/py-glewpy/Makefile
@@ -16,6 +16,9 @@ PATCHFILES= glewpy-${PORTVERSION}-generatedsources.diff.bz2
MAINTAINER= acm@FreeBSD.org
COMMENT= Advanced OpenGL extensions to Python
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyrex>=0.9.6.2:devel/pyrex@${PY_FLAVOR}
USES= gl python:2.7
diff --git a/graphics/py-nwdiag/Makefile b/graphics/py-nwdiag/Makefile
index 6c6581932fab..de54f286aa3a 100644
--- a/graphics/py-nwdiag/Makefile
+++ b/graphics/py-nwdiag/Makefile
@@ -13,6 +13,9 @@ COMMENT= Simple network-diagram image generator
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=2.2.1:graphics/py-pillow@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}funcparserlib>=0.3.6:devel/py-funcparserlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}blockdiag>=1.5.0:graphics/py-blockdiag@${PY_FLAVOR}
diff --git a/graphics/py-openexr/Makefile b/graphics/py-openexr/Makefile
index 3ad6ad33461e..c629bf34e972 100644
--- a/graphics/py-openexr/Makefile
+++ b/graphics/py-openexr/Makefile
@@ -13,6 +13,9 @@ DISTNAME= OpenEXR-${PORTVERSION}
MAINTAINER= jamesb-bsd@excamera.com
COMMENT= Python module for ILM's OpenEXR image format and library
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
LIB_DEPENDS= libIlmImf.so:graphics/openexr
USES= compiler:c++11-lang python:2.7
diff --git a/graphics/py-poppler/Makefile b/graphics/py-poppler/Makefile
index 91d24f27dbe9..7f8add321174 100644
--- a/graphics/py-poppler/Makefile
+++ b/graphics/py-poppler/Makefile
@@ -14,6 +14,9 @@ DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= romain@FreeBSD.org
COMMENT= Python bindings for the Poppler PDF rendering library
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib
GNU_CONFIGURE= yes
diff --git a/graphics/py-pygooglechart/Makefile b/graphics/py-pygooglechart/Makefile
index 8879ebbff95e..3a41275ed699 100644
--- a/graphics/py-pygooglechart/Makefile
+++ b/graphics/py-pygooglechart/Makefile
@@ -12,6 +12,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Complete Python wrapper for the Google Chart API
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
USES= python:2.7
USE_PYTHON= distutils autoplist
diff --git a/graphics/py-sane/Makefile b/graphics/py-sane/Makefile
index d29f0614b26d..6f36ad249d9b 100644
--- a/graphics/py-sane/Makefile
+++ b/graphics/py-sane/Makefile
@@ -13,6 +13,9 @@ DISTNAME= Imaging-1.1.7
MAINTAINER= buganini@gmail.com
COMMENT= Python bindings for Sane
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
LIB_DEPENDS= libsane.so:graphics/sane-backends
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR}
diff --git a/graphics/py-seqdiag/Makefile b/graphics/py-seqdiag/Makefile
index 1cd7dcf00150..1942a93dda4d 100644
--- a/graphics/py-seqdiag/Makefile
+++ b/graphics/py-seqdiag/Makefile
@@ -13,6 +13,9 @@ COMMENT= Simple sequence-diagram image generator
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=2.2.1:graphics/py-pillow@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}funcparserlib>=0.3.6:devel/py-funcparserlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}blockdiag>=1.5.0:graphics/py-blockdiag@${PY_FLAVOR}
diff --git a/graphics/py-stltools/Makefile b/graphics/py-stltools/Makefile
index e35c52152b81..8e4f6d0c56a8 100644
--- a/graphics/py-stltools/Makefile
+++ b/graphics/py-stltools/Makefile
@@ -13,6 +13,9 @@ COMMENT= Converts STL models to POV-Ray meshes or PostScript/PDF images
LICENSE= BSD2CLAUSE
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
RUN_DEPENDS= ${PYNUMPY}
USES= zip python:2.7
diff --git a/graphics/sk1/Makefile b/graphics/sk1/Makefile
index 5d8c3959a86e..8b9e931b3285 100644
--- a/graphics/sk1/Makefile
+++ b/graphics/sk1/Makefile
@@ -12,6 +12,9 @@ COMMENT= Professional quality illustration program
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/GPLv3.txt
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
LIB_DEPENDS= liblcms2.so:graphics/lcms2 \
libMagickCore-6.so:graphics/ImageMagick6
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR}