summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-12-08 20:21:38 +0000
committerRene Ladan <rene@FreeBSD.org>2016-12-08 20:21:38 +0000
commitd127985c1e143006e110088628663ab0f4bf5085 (patch)
tree96f808ccbbc6d48e2f2e0290868bbfc9fc00a71c /graphics
parentwww/py-formalchemy: unexpire and update to 1.5.1 (diff)
Remove expired ports:
2016-08-20 databases/py-sqlalchemy06: Upstream has declared this version EoL: please migrate to databases/py-sqlalchemy10 2016-05-02 print/py-reportlab2: no longer supported - use reportlab 3.x (py-reportlab) instead 2016-12-08 devel/py-itools: Depends on broken and expired py-reportlab2 2016-12-08 graphics/py-aafigure: Depends on broken and expired py-reportlab2 2016-12-08 converters/py-pisa: Deprecated upstream, depends on broken and expired py-reportlab2
Notes
Notes: svn path=/head/; revision=428155
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/py-aafigure/Makefile39
-rw-r--r--graphics/py-aafigure/distinfo2
-rw-r--r--graphics/py-aafigure/pkg-descr7
4 files changed, 0 insertions, 49 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 4d50184146a9..31ae58457213 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -831,7 +831,6 @@
SUBDIR += py-PyOpenGL-accelerate
SUBDIR += py-PyX
SUBDIR += py-PyX12
- SUBDIR += py-aafigure
SUBDIR += py-actdiag
SUBDIR += py-blockdiag
SUBDIR += py-blockdiagcontrib-cisco
diff --git a/graphics/py-aafigure/Makefile b/graphics/py-aafigure/Makefile
deleted file mode 100644
index 1e5057f4d14f..000000000000
--- a/graphics/py-aafigure/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= aafigure
-PORTVERSION= 0.5
-PORTREVISION= 2
-CATEGORIES= graphics python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= tota@FreeBSD.org
-COMMENT= ASCII art to image converter written in Python
-
-LICENSE= BSD2CLAUSE
-
-DEPRECATED= Depends on broken and expired py-reportlab2
-EXPIRATION_DATE= 2016-12-08
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \
- ${PYTHON_SITELIBDIR}/reportlab/__init__.py:print/py-reportlab2
-
-USES= python
-USE_PYTHON= distutils autoplist
-
-DOCSDIR= ${PREFIX}/share/doc/${PKGBASE}
-EXAMPLESDIR= ${PREFIX}/share/examples/${PKGBASE}
-
-PORTDOCS= README.txt
-PORTEXAMPLES= *
-
-OPTIONS_DEFINE= DOCS EXAMPLES
-
-post-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
-
-.include <bsd.port.mk>
diff --git a/graphics/py-aafigure/distinfo b/graphics/py-aafigure/distinfo
deleted file mode 100644
index ecfc78836ff1..000000000000
--- a/graphics/py-aafigure/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (aafigure-0.5.tar.gz) = 090c88beb091d28a233f854e239713aa15d8d1906ea16211855345c912e8a091
-SIZE (aafigure-0.5.tar.gz) = 49280
diff --git a/graphics/py-aafigure/pkg-descr b/graphics/py-aafigure/pkg-descr
deleted file mode 100644
index d2f75b8cd4f0..000000000000
--- a/graphics/py-aafigure/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-aafigure is an ASCII art to image converter.
-
-ASCII art figures can be parsed and output as SVG, PNG, JPEG, PDF and more.
-This project provides a Python package, a command line script as well as
-Docutils and MoinMoin plugins.
-
-WWW: https://launchpad.net/aafigure/