- Update to 2.9.0

- Restrict Python version and pyparsing version
- Switch from GOOGLE_CODE to USE_GITHUB
- Add LICENSE section
- Add NO_ARCH
- Update WWW in pkg-descr
- Make portlint happy
- Take maintainership

PR:		208477
Submitted by:	tota@ (myself)
Approved by:	romain@ (maintainer)
This commit is contained in:
TAKATSU Tomonari 2016-04-03 11:00:20 +00:00
parent f38cdf7d75
commit ce0568d6ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412460
3 changed files with 14 additions and 11 deletions

View File

@ -2,19 +2,22 @@
# $FreeBSD$
PORTNAME= dot2tex
PORTVERSION= 2.8.7
PORTREVISION= 2
PORTVERSION= 2.9.0
CATEGORIES= print
MASTER_SITES= GOOGLE_CODE
MAINTAINER= romain@FreeBSD.org
MAINTAINER= tota@FreeBSD.org
COMMENT= Graphviz to LaTeX converter
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing \
dot:graphics/graphviz
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
# The .tar.gz sucks!
USES= python zip
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=1.4.8:${PORTSDIR}/devel/py-pyparsing \
dot:${PORTSDIR}/graphics/graphviz
NO_ARCH= yes
USES= python:2.7
USE_PYTHON= distutils autoplist
USE_GITHUB= yes
GH_ACCOUNT= kjellmf
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (dot2tex-2.8.7.zip) = 6bac96a242553060af8a0f40af9d3a2c31d190173311f28600a09c1aac32b7f8
SIZE (dot2tex-2.8.7.zip) = 592439
SHA256 (kjellmf-dot2tex-2.9.0_GH0.tar.gz) = 7a182868f72fd5e59899f85006c3b559ac4157ade003f3e208341a9a5b46d2fa
SIZE (kjellmf-dot2tex-2.9.0_GH0.tar.gz) = 663372

View File

@ -7,4 +7,4 @@ Graphviz to a series of PSTricks or PGF/TikZ commands. This approach allows:
- Using backend specific styles to customize the output
WWW: http://www.fauskes.net/code/dot2tex/
WWW: https://github.com/kjellmf/dot2tex