summaryrefslogtreecommitdiff
path: root/devel/bison1875
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-03 03:18:08 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-03 03:18:08 +0000
commit1cbce94c511325b0af23bf5e6113467a379e5382 (patch)
treeaf1cd743c6ec32819ce9b7853ecf3c7f90932550 /devel/bison1875
parentAdd the evg and lynx-ssl ports. (diff)
Initial import of bison version 1.27.
GNU's YACCalike parser generator. PR: 10839 Submitted by: Jerry Hicks <wghicks@bellsouth.net>
Notes
Notes: svn path=/head/; revision=18385
Diffstat (limited to 'devel/bison1875')
-rw-r--r--devel/bison1875/Makefile28
-rw-r--r--devel/bison1875/distinfo1
-rw-r--r--devel/bison1875/pkg-comment1
-rw-r--r--devel/bison1875/pkg-descr22
-rw-r--r--devel/bison1875/pkg-plist6
5 files changed, 58 insertions, 0 deletions
diff --git a/devel/bison1875/Makefile b/devel/bison1875/Makefile
new file mode 100644
index 000000000000..318615db317c
--- /dev/null
+++ b/devel/bison1875/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: bison
+# Version required: 1.27
+# Date created: 27 Mar 1999
+# Whom: Jerry Hicks
+#
+# $Id$
+#
+
+DISTNAME= bison-1.27
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNU}
+MASTER_SITE_SUBDIR= bison
+
+MAINTAINER= wghicks@bellsouth.net
+
+Y2K= http://www.gnu.org/software/year2000.html
+
+GNU_CONFIGURE= yes
+
+MAN1= bison.1
+
+post-install:
+ @if [ ! -f ${PREFIX}/info/dir ]; then \
+ ${SED} -ne '1,/Menu:/p' \/usr\/share\/info/dir > ${PREFIX}/info/dir; \
+ fi
+ @install-info ${PREFIX}/info/bison.info ${PREFIX}/info/dir
+
+.include <bsd.port.mk>
diff --git a/devel/bison1875/distinfo b/devel/bison1875/distinfo
new file mode 100644
index 000000000000..dc6ee569498d
--- /dev/null
+++ b/devel/bison1875/distinfo
@@ -0,0 +1 @@
+MD5 (bison-1.27.tar.gz) = 62cdda07da0bedaf7349a12903bd207d
diff --git a/devel/bison1875/pkg-comment b/devel/bison1875/pkg-comment
new file mode 100644
index 000000000000..b8ac4c9bd8d3
--- /dev/null
+++ b/devel/bison1875/pkg-comment
@@ -0,0 +1 @@
+GNU's bison (ver 1.27)
diff --git a/devel/bison1875/pkg-descr b/devel/bison1875/pkg-descr
new file mode 100644
index 000000000000..e93db4b4fbcb
--- /dev/null
+++ b/devel/bison1875/pkg-descr
@@ -0,0 +1,22 @@
+From: Paul Rubin <phr@fsf.org>
+Subject: Re: Bison documentation?
+
+The main difference between Bison and Yacc that I know of is that
+Bison supports the @N construction, which gives you access to
+the starting and ending line number and character number associated
+with any of the symbols in the current rule.
+
+Also, Bison supports the command `%expect N' which says not to mention
+the conflicts if there are N shift/reduce conflicts and no reduce/reduce
+conflicts.
+
+The differences in the algorithms stem mainly from the horrible
+kludges that Johnson had to perpetrate to make Yacc fit in a PDP-11.
+
+Also, Bison uses a faster but less space-efficient encoding for the
+parse tables (see Corbett's PhD thesis from Berkeley, "Static
+Semantics in Compiler Error Recovery", June 1985, Report No. UCB/CSD
+85/251), and more modern technique for generating the lookahead sets.
+(See "Efficient Construction of LALR(1) Lookahead Sets" by F. DeRemer
+and A. Pennello, in ACM TOPLS Vol 4 No 4, October 1982. Their
+technique is the standard one now.)
diff --git a/devel/bison1875/pkg-plist b/devel/bison1875/pkg-plist
new file mode 100644
index 000000000000..31531e1afffa
--- /dev/null
+++ b/devel/bison1875/pkg-plist
@@ -0,0 +1,6 @@
+bin/bison
+share/bison.hairy
+share/bison.simple
+@unexec install-info --delete %D/info/bison.info %D/info/dir
+info/bison.info
+@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir