mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
add y2l, Yacc-to-Latex pretty printer/convertor
This commit is contained in:
parent
2917814d32
commit
e11a396296
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37997
@ -151,6 +151,7 @@
|
||||
SUBDIR += xml4j
|
||||
SUBDIR += xp
|
||||
SUBDIR += xt
|
||||
SUBDIR += y2l
|
||||
SUBDIR += yodl
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
||||
|
25
textproc/y2l/Makefile
Normal file
25
textproc/y2l/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# ex:ts=8
|
||||
# New ports collection makefile for: y2l
|
||||
# Date created: Feb 6, 2001
|
||||
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= y2l
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ijliao@FreeBSD.org
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
MAN1= y2l.1
|
||||
|
||||
do-install:
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/y2l ${PREFIX}/bin
|
||||
@${INSTALL_MAN} ${WRKSRC}/y2l.man ${MANPREFIX}/man/man1/y2l.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/y2l/distinfo
Normal file
1
textproc/y2l/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (y2l-1.1.tar.gz) = 3924e7937b6407763096c888d215c33f
|
1
textproc/y2l/pkg-comment
Normal file
1
textproc/y2l/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Yacc-to-Latex pretty printer/convertor
|
10
textproc/y2l/pkg-descr
Normal file
10
textproc/y2l/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
The Yacc to LaTeX utility takes (hopefully) any yacc source file,
|
||||
and derives an Extended Backus-Naur Form (EBNF) description from
|
||||
it. This EBNF is written out as LaTeX source. The output is a LaTeX
|
||||
"longtable" environment, that can be included in any LaTeX document,
|
||||
typically using an \input{} statement.
|
||||
|
||||
WWW: http://www.alchar.org/~aedil/Projects/y2l.html
|
||||
|
||||
-- Ying-Chieh Liao
|
||||
ijliao@FreeBSD.org
|
1
textproc/y2l/pkg-plist
Normal file
1
textproc/y2l/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/y2l
|
Loading…
Reference in New Issue
Block a user