aboutsummaryrefslogtreecommitdiff
path: root/textproc/y2l
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-02-05 16:48:20 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-02-05 16:48:20 +0000
commite11a3962961c8f26d1dab8a84690490de1099f2c (patch)
treed9a1f979c02a470aadc8adb43d0aa424ad90ee8b /textproc/y2l
parent2917814d3213c08d9e8ad343dd3a20b3b1de7b9f (diff)
downloadports-e11a3962961c8f26d1dab8a84690490de1099f2c.tar.gz
ports-e11a3962961c8f26d1dab8a84690490de1099f2c.zip
Notes
Diffstat (limited to 'textproc/y2l')
-rw-r--r--textproc/y2l/Makefile25
-rw-r--r--textproc/y2l/distinfo1
-rw-r--r--textproc/y2l/pkg-comment1
-rw-r--r--textproc/y2l/pkg-descr10
-rw-r--r--textproc/y2l/pkg-plist1
5 files changed, 38 insertions, 0 deletions
diff --git a/textproc/y2l/Makefile b/textproc/y2l/Makefile
new file mode 100644
index 000000000000..5939e2bf6c26
--- /dev/null
+++ b/textproc/y2l/Makefile
@@ -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>
diff --git a/textproc/y2l/distinfo b/textproc/y2l/distinfo
new file mode 100644
index 000000000000..e0c9b7b7344f
--- /dev/null
+++ b/textproc/y2l/distinfo
@@ -0,0 +1 @@
+MD5 (y2l-1.1.tar.gz) = 3924e7937b6407763096c888d215c33f
diff --git a/textproc/y2l/pkg-comment b/textproc/y2l/pkg-comment
new file mode 100644
index 000000000000..a4a2e4bb78ab
--- /dev/null
+++ b/textproc/y2l/pkg-comment
@@ -0,0 +1 @@
+Yacc-to-Latex pretty printer/convertor
diff --git a/textproc/y2l/pkg-descr b/textproc/y2l/pkg-descr
new file mode 100644
index 000000000000..a0fc2dd39108
--- /dev/null
+++ b/textproc/y2l/pkg-descr
@@ -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
diff --git a/textproc/y2l/pkg-plist b/textproc/y2l/pkg-plist
new file mode 100644
index 000000000000..3fc25b9c4d8d
--- /dev/null
+++ b/textproc/y2l/pkg-plist
@@ -0,0 +1 @@
+bin/y2l