diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-01-02 00:21:44 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-01-02 00:21:44 +0800 |
commit | 99221e11b46d16243df18f13c51d7a67f2abea5d (patch) | |
tree | 91e17293c4b95d951be29fe5cf0a8777bf16ed86 /math/py-plastex | |
parent | 72d35f04d89a165ef3445a007afa8d3121389a88 (diff) | |
download | freebsd-ports-gnome-99221e11b46d16243df18f13c51d7a67f2abea5d.tar.gz freebsd-ports-gnome-99221e11b46d16243df18f13c51d7a67f2abea5d.tar.zst freebsd-ports-gnome-99221e11b46d16243df18f13c51d7a67f2abea5d.zip |
Update to 1.0.0 and unbreak fetching.
- Switch to the port's new GitHub location.
- Add more runtime dependencies for additional functionality.
Diffstat (limited to 'math/py-plastex')
-rw-r--r-- | math/py-plastex/Makefile | 11 | ||||
-rw-r--r-- | math/py-plastex/distinfo | 4 | ||||
-rw-r--r-- | math/py-plastex/pkg-descr | 13 |
3 files changed, 13 insertions, 15 deletions
diff --git a/math/py-plastex/Makefile b/math/py-plastex/Makefile index 376daba9deec..305c0a8f68c8 100644 --- a/math/py-plastex/Makefile +++ b/math/py-plastex/Makefile @@ -2,19 +2,20 @@ # $FreeBSD$ PORTNAME= plastex -PORTVERSION= 0.9.2 +PORTVERSION= 1.0.0 CATEGORIES= math python -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/rel-0-9-2 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= LaTeX Document Processing Framework -BROKEN= unfetchable +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=0:${PORTSDIR}/graphics/py-pillow + +USE_GITHUB= yes +GH_ACCOUNT= tiarno -WRKSRC= ${WRKDIR}/${PORTNAME} USES= python USE_PYTHON= distutils autoplist +USE_TEX= base:run .include <bsd.port.mk> diff --git a/math/py-plastex/distinfo b/math/py-plastex/distinfo index 75aa2834b9a6..3e1c3fa7ee51 100644 --- a/math/py-plastex/distinfo +++ b/math/py-plastex/distinfo @@ -1,2 +1,2 @@ -SHA256 (plastex-0.9.2.tgz) = 0f3cfb88b395fe706e0abaf57a4fc85d8bec6f4753681ea064fc02c911fd2d23 -SIZE (plastex-0.9.2.tgz) = 865856 +SHA256 (tiarno-plastex-1.0.0_GH0.tar.gz) = 3de0ea7da3040626c9e217dc525d012786ffdfb23973d569777d9d5c9506b6bd +SIZE (tiarno-plastex-1.0.0_GH0.tar.gz) = 871431 diff --git a/math/py-plastex/pkg-descr b/math/py-plastex/pkg-descr index d16fbde65146..4b4f6523dd66 100644 --- a/math/py-plastex/pkg-descr +++ b/math/py-plastex/pkg-descr @@ -1,9 +1,6 @@ -plasTeX is a LaTeX document processing framework -written entirely in Python. It currently comes -bundled with renderers for XHTML, DocBook, man -pages, plain text, as well as a way to simply dump -the document to a generic form of XML. Other -renderers can be added as well and are planned -for future releases. +plasTeX is a LaTeX document processing framework written entirely in Python. It +currently comes bundled with renderers for XHTML, DocBook, man pages, plain +text, as well as a way to simply dump the document to a generic form of XML. +Other renderers can be added as well and are planned for future releases. -WWW: http://plastex.sf.net/ +WWW: https://tiarno.github.io/plastex/ |