diff options
Diffstat (limited to 'misc/pylize')
-rw-r--r-- | misc/pylize/Makefile | 30 | ||||
-rw-r--r-- | misc/pylize/distinfo | 2 | ||||
-rw-r--r-- | misc/pylize/files/patch-pylize.in | 11 | ||||
-rw-r--r-- | misc/pylize/pkg-descr | 14 |
4 files changed, 0 insertions, 57 deletions
diff --git a/misc/pylize/Makefile b/misc/pylize/Makefile deleted file mode 100644 index 8200fd7abcbb..000000000000 --- a/misc/pylize/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: ijliao -# $FreeBSD$ - -PORTNAME= pylize -PORTVERSION= 1.3.b -PORTREVISION= 5 -CATEGORIES= misc textproc -MASTER_SITES= http://www.chrisarndt.de/en/software/pylize/download/ \ - http://dryice.name/computer/FreeBSD/distfiles/ -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} - -MAINTAINER= dryice@dryice.name -COMMENT= Presentation generation tool - -BROKEN= unfetchable -DEPRECATED= Broken, uses EOLed python27 -EXPIRATION_DATE= 2020-02-19 - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/HTMLgen.py:www/py-HTMLgen@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \ - ${PYTHON_SITELIBDIR}/em.py:textproc/py-empy@${PY_FLAVOR} -RUN_DEPENDS:= ${BUILD_DEPENDS} - -USES= python:2.7 tar:bzip2 -USE_PYTHON= autoplist distutils - -do-configure: - @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} configure.py) - -.include <bsd.port.mk> diff --git a/misc/pylize/distinfo b/misc/pylize/distinfo deleted file mode 100644 index cb9d387b9ac2..000000000000 --- a/misc/pylize/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pylize-1.3b.tar.bz2) = 8de876e2581a556e23d538b3ed5b970929a51c236b24c1fd5161c26c8c42bb44 -SIZE (pylize-1.3b.tar.bz2) = 70979 diff --git a/misc/pylize/files/patch-pylize.in b/misc/pylize/files/patch-pylize.in deleted file mode 100644 index cb38ee341ef2..000000000000 --- a/misc/pylize/files/patch-pylize.in +++ /dev/null @@ -1,11 +0,0 @@ ---- pylize.in.orig 2014-10-05 00:14:33 UTC -+++ pylize.in -@@ -113,7 +113,7 @@ - def mkLogoLink(meta): - if meta.has_key('logo'): - try: -- import Image -+ from PIL import Image - if os.path.exists(meta['logo']): - i = Image.open(meta['logo']) - else: diff --git a/misc/pylize/pkg-descr b/misc/pylize/pkg-descr deleted file mode 100644 index 0cc53dbcdf62..000000000000 --- a/misc/pylize/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -pylize is a presentation generation tool. Among its features are: - * generates a template master document - * creates a set of HTML slides from the master document - * automatically creates the table of contents and distributes it to - serveral slides if necessary - * a nice CSS driven slide layout, including logo, navigation links, - progress-bar etc. - * easy navigation by accesskeys and single-key presses (through JavaScript) - * easy changing of layout through templates - * all information for a presentation in one master file, but configurable - through a per-user options file - * fully localized - -WWW: http://www.chrisarndt.de/en/software/pylize/ |