Index: head/textproc/gastex/Makefile =================================================================== --- head/textproc/gastex/Makefile (revision 410585) +++ head/textproc/gastex/Makefile (revision 410586) @@ -1,35 +1,37 @@ # Created by: Volker Stolz # $FreeBSD$ PORTNAME= gastex -PORTVERSION= 2.7 -PORTREVISION= 4 +PORTVERSION= 3.0 CATEGORIES= textproc MASTER_SITES= http://www.lsv.ens-cachan.fr/~gastin/gastex/ -DISTFILES= gastex.sty gastex.pro ex-gastex.tex +DISTFILES= gastex.sty gastex.pro DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} -EXTRACT_ONLY= # +EXTRACT_ONLY= # none MAINTAINER= ports@FreeBSD.org COMMENT= Graphs and Automata Simplified in TeX -BROKEN= unfetchable - -USE_TEX= latex +NO_ARCH= yes +USE_TEX= latex:run NO_BUILD= yes +EXAMPLES_DISTFILES= ex-gastex.tex + TEXMFDIR?= share/texmf GASTEXDIR= ${PREFIX}/${TEXMFDIR}/tex/latex/gastex GASDVIDIR= ${PREFIX}/${TEXMFDIR}/dvips/gastex OPTIONS_DEFINE= EXAMPLES do-install: @${MKDIR} ${STAGEDIR}${GASTEXDIR} @${MKDIR} ${STAGEDIR}${GASDVIDIR} - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${_DISTDIR}/gastex.sty ${STAGEDIR}${GASTEXDIR} ${INSTALL_DATA} ${_DISTDIR}/gastex.pro ${STAGEDIR}${GASDVIDIR} + +post-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${_DISTDIR}/ex-gastex.tex ${STAGEDIR}${EXAMPLESDIR} .include Index: head/textproc/gastex/distinfo =================================================================== --- head/textproc/gastex/distinfo (revision 410585) +++ head/textproc/gastex/distinfo (revision 410586) @@ -1,6 +1,6 @@ -SHA256 (gastex-2.7/gastex.sty) = aaf1ac42f608a947fafb63e161be2590c73af62c5f53f731d6848e356ac03878 -SIZE (gastex-2.7/gastex.sty) = 77190 -SHA256 (gastex-2.7/gastex.pro) = ceea301ef43838febf037d1fa66d980db517ee89c30c21d27183982c282bb855 -SIZE (gastex-2.7/gastex.pro) = 10897 -SHA256 (gastex-2.7/ex-gastex.tex) = c0f30616ffedd16c1f8e8c35c12c5a15a448137f8420ffe3b3bd0e5e9c8d4dbc -SIZE (gastex-2.7/ex-gastex.tex) = 15422 +SHA256 (gastex-3.0/gastex.sty) = e59cca2dc001803346a392e1f877cdf912c9d4d4bf5f154db31a1b813811677d +SIZE (gastex-3.0/gastex.sty) = 88313 +SHA256 (gastex-3.0/gastex.pro) = 81e2003d10bd5f02c9eeaa65e6d1d505301399604d3904deb021df845bbdb6ca +SIZE (gastex-3.0/gastex.pro) = 10938 +SHA256 (gastex-3.0/ex-gastex.tex) = aa40f68248df908a254fd448a0302302ead6f8fbd05ee5d8c89e70ecf82510be +SIZE (gastex-3.0/ex-gastex.tex) = 16510 Index: head/textproc/gastex/pkg-descr =================================================================== --- head/textproc/gastex/pkg-descr (revision 410585) +++ head/textproc/gastex/pkg-descr (revision 410586) @@ -1,7 +1,7 @@ GasTeX is a set of LaTeX macros which allow to draw very easily graphs, automata, nets, diagrams, etc... under the picture environment of LaTeX. A picture with gastex basically consists of nodes and edges. Here are a few examples of pictures that are easily defined with gastex. -WWW: http://www.lsv.ens-cachan.fr/~gastin/gastex/gastex.html +WWW: http://www.lsv.ens-cachan.fr/~gastin/gastex/