diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2003-12-08 16:23:46 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2003-12-08 16:23:46 +0000 |
commit | f9e095b86bcda6079476767039ea9dfe3962e524 (patch) | |
tree | af89eb70d08320ed43dfba5cb2b2ec82a623be11 /textproc/Ebnf2ps/pkg-plist | |
parent | New port: epsmerge, merge multiple EPS files into single PS or EPS output. (diff) |
New port: Ebnf2ps, draw EPS or FIG format railroad-style syntax diagrams
from YACC, EBNF or HAPPY input grammars. Requires Haskell (ghc) to build.
Diffstat (limited to 'textproc/Ebnf2ps/pkg-plist')
-rw-r--r-- | textproc/Ebnf2ps/pkg-plist | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/textproc/Ebnf2ps/pkg-plist b/textproc/Ebnf2ps/pkg-plist new file mode 100644 index 000000000000..59cd2f90d253 --- /dev/null +++ b/textproc/Ebnf2ps/pkg-plist @@ -0,0 +1,26 @@ +share/examples/Ebnf2ps/regular.BNF +share/examples/Ebnf2ps/gofer.BNF +share/examples/Ebnf2ps/examples.ps +share/examples/Ebnf2ps/ebnf.BNF +@dirrm share/examples/Ebnf2ps +bin/Ebnf2ps +%%PORTDOCS%%%%DOCSDIR%%/doc.tex +%%PORTDOCS%%%%DOCSDIR%%/doc.ps +%%PORTDOCS%%%%DOCSDIR%%/Term.eps +%%PORTDOCS%%%%DOCSDIR%%/String.eps +%%PORTDOCS%%%%DOCSDIR%%/Regexp.eps +%%PORTDOCS%%%%DOCSDIR%%/RFactor.eps +%%PORTDOCS%%%%DOCSDIR%%/RExtAtom.eps +%%PORTDOCS%%%%DOCSDIR%%/RAtom_unfold.eps +%%PORTDOCS%%%%DOCSDIR%%/RAtom.eps +%%PORTDOCS%%%%DOCSDIR%%/Production_unfold.eps +%%PORTDOCS%%%%DOCSDIR%%/Production.eps +%%PORTDOCS%%%%DOCSDIR%%/Nonterminal.eps +%%PORTDOCS%%%%DOCSDIR%%/File.eps +%%PORTDOCS%%%%DOCSDIR%%/Factor.eps +%%PORTDOCS%%%%DOCSDIR%%/ExtAtom.eps +%%PORTDOCS%%%%DOCSDIR%%/Export.eps +%%PORTDOCS%%%%DOCSDIR%%/Character.eps +%%PORTDOCS%%%%DOCSDIR%%/Atom_unfold.eps +%%PORTDOCS%%%%DOCSDIR%%/Atom.eps +%%PORTDOCS%%@dirrm %%DOCSDIR%% |