mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Update to 2.1
- Change MASTER_SITES to CHEESESHOP - Add NO_ARCH - Update pkg-descr - Update WWW - Take maintainership Changes: https://github.com/plastex/plastex/releases
This commit is contained in:
parent
681c01c0f3
commit
29cecbe723
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521093
@ -2,21 +2,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plastex
|
||||
PORTVERSION= 2.0
|
||||
PORTVERSION= 2.1
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= plasTeX-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= LaTeX Document Processing Framework
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_GITHUB= yes
|
||||
USE_PYTHON= distutils autoplist
|
||||
USES= python:3.5+
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_TEX= base:run
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1573958354
|
||||
SHA256 (plastex-plastex-2.0_GH0.tar.gz) = c07d46059aa940197205749c02ebafaee88b1f02c0efa3e608015f21ef3895d5
|
||||
SIZE (plastex-plastex-2.0_GH0.tar.gz) = 954046
|
||||
TIMESTAMP = 1577145777
|
||||
SHA256 (plasTeX-2.1.tar.gz) = 6f8af347f62108c45cccb69cc4e961e462c5889e0a8540fc56b3ecc17cce45d1
|
||||
SIZE (plasTeX-2.1.tar.gz) = 610174
|
||||
|
@ -1,6 +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.
|
||||
currently comes bundled with an XHTML renderer (including multiple themes), 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: https://tiarno.github.io/plastex/
|
||||
WWW: https://github.com/plastex/plastex
|
||||
|
Loading…
Reference in New Issue
Block a user