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
This commit is contained in:
Volker Stolz 2005-09-18 15:15:01 +00:00
parent 9864a39f44
commit 045a55ceb2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143078
5 changed files with 59 additions and 0 deletions

View file

@ -126,6 +126,7 @@
SUBDIR += freegrep
SUBDIR += ga-aspell
SUBDIR += galax
SUBDIR += gastex
SUBDIR += gd-aspell
SUBDIR += gdict
SUBDIR += gdome2

37
textproc/gastex/Makefile Normal file
View file

@ -0,0 +1,37 @@
# New ports collection makefile for: gastex
# Date created: Sep 18. 2005
# Whom: Volker Stolz <vs@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gastex
PORTVERSION= 2.7
CATEGORIES= textproc
MASTER_SITES= http://www.lsv.ens-cachan.fr/~gastin/gastex/
DISTFILES= gastex.sty gastex.pro ex-gastex.tex
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
EXTRACT_ONLY= #
MAINTAINER= vs@FreeBSD.org
COMMENT= Graphs and Automata Simplified in TeX
BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX-base
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base
NO_BUILD= yes
TEXMFDIR?= share/texmf
GASTEXDIR= ${PREFIX}/${TEXMFDIR}/tex/latex/gastex
GASDVIDIR= ${PREFIX}/${TEXMFDIR}/dvips/gastex
do-install:
@${MKDIR} ${GASTEXDIR}
@${MKDIR} ${GASDVIDIR}
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${_DISTDIR}/gastex.sty ${GASTEXDIR}
${INSTALL_DATA} ${_DISTDIR}/gastex.pro ${GASDVIDIR}
${INSTALL_DATA} ${_DISTDIR}/ex-gastex.tex ${EXAMPLESDIR}
mktexlsr
.include <bsd.port.mk>

6
textproc/gastex/distinfo Normal file
View file

@ -0,0 +1,6 @@
MD5 (gastex-2.7/gastex.sty) = a6510a6608de6f7954c462119e3c02a8
SIZE (gastex-2.7/gastex.sty) = 77190
MD5 (gastex-2.7/gastex.pro) = 1ff95740a5335aac6972109ee3ea9330
SIZE (gastex-2.7/gastex.pro) = 10897
MD5 (gastex-2.7/ex-gastex.tex) = 11d818390d12267cec7dcaa2d9eae475
SIZE (gastex-2.7/ex-gastex.tex) = 15422

View file

@ -0,0 +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

View file

@ -0,0 +1,8 @@
share/texmf/tex/latex/gastex/gastex.sty
share/texmf/dvips/gastex/gastex.pro
%%EXAMPLESDIR%%/ex-gastex.tex
@dirrm share/texmf/tex/latex/gastex
@dirrm share/texmf/dvips/gastex
@dirrm %%EXAMPLESDIR%%
@exec %D/bin/mktexlsr
@unexec %D/bin/mktexlsr