View | Details | Raw Unified | Return to bug 208477
Collapse All | Expand All

(-)b/print/dot2tex/Makefile (-5 / +7 lines)
Lines 2-20 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	dot2tex
4
PORTNAME=	dot2tex
5
PORTVERSION=	2.8.7
5
PORTVERSION=	2.9.0
6
PORTREVISION=	2
7
CATEGORIES=	print
6
CATEGORIES=	print
8
MASTER_SITES=	GOOGLE_CODE
9
7
10
MAINTAINER=	romain@FreeBSD.org
8
MAINTAINER=	romain@FreeBSD.org
11
COMMENT=	Graphviz to LaTeX converter
9
COMMENT=	Graphviz to LaTeX converter
12
10
11
LICENSE=	MIT
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
13
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyparsing>=0:${PORTSDIR}/devel/py-pyparsing \
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyparsing>=0:${PORTSDIR}/devel/py-pyparsing \
14
		dot:${PORTSDIR}/graphics/graphviz
15
		dot:${PORTSDIR}/graphics/graphviz
15
16
16
# The .tar.gz sucks!
17
USES=		python
17
USES=		python zip
18
USE_PYTHON=	distutils autoplist
18
USE_PYTHON=	distutils autoplist
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	kjellmf
19
21
20
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)b/print/dot2tex/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (dot2tex-2.8.7.zip) = 6bac96a242553060af8a0f40af9d3a2c31d190173311f28600a09c1aac32b7f8
1
SHA256 (kjellmf-dot2tex-2.9.0_GH0.tar.gz) = 7a182868f72fd5e59899f85006c3b559ac4157ade003f3e208341a9a5b46d2fa
2
SIZE (dot2tex-2.8.7.zip) = 592439
2
SIZE (kjellmf-dot2tex-2.9.0_GH0.tar.gz) = 663372
(-)b/print/dot2tex/pkg-descr (-1 / +1 lines)
Lines 7-10 Graphviz to a series of PSTricks or PGF/TikZ commands. This approach allows: Link Here
7
  - Using backend specific styles to customize the output
7
  - Using backend specific styles to customize the output
8
8
9
9
10
WWW:	http://www.fauskes.net/code/dot2tex/
10
WWW: https://github.com/kjellmf/dot2tex

Return to bug 208477