pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/byacc A portable version of BSD's yacc(1), a lig...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54620289c894
branches:  trunk
changeset: 491119:54620289c894
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Mar 21 21:39:15 2005 +0000

description:
A portable version of BSD's yacc(1), a lightweight alternative to bison
in some environments.  From DESCR:

Berkeley Yacc (byacc) is a LALR(1) parser generator.  Berkeley Yacc
has been made as compatible as possible with AT&T Yacc.  Berkeley
Yacc can accept any input specification that conforms to the AT&T
Yacc documentation.

diffstat:

 devel/byacc/DESCR    |   6 ++++++
 devel/byacc/Makefile |  16 ++++++++++++++++
 devel/byacc/PLIST    |   3 +++
 devel/byacc/distinfo |   6 ++++++
 4 files changed, 31 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r 4d2463f72e89 -r 54620289c894 devel/byacc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/byacc/DESCR Mon Mar 21 21:39:15 2005 +0000
@@ -0,0 +1,6 @@
+Berkeley Yacc (byacc) is a LALR(1) parser generator.  Berkeley Yacc
+has been made as compatible as possible with AT&T Yacc.  Berkeley
+Yacc can accept any input specification that conforms to the AT&T
+Yacc documentation.
+
+Some programs depend on a byacc (instead of bison).
diff -r 4d2463f72e89 -r 54620289c894 devel/byacc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/byacc/Makefile      Mon Mar 21 21:39:15 2005 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/03/21 21:39:15 tv Exp $
+#
+
+DISTNAME=      byacc-20040328
+CATEGORIES=    devel
+MASTER_SITES=  ftp://invisible-island.net/byacc/
+EXTRACT_SUFX=  .tgz
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://dickey.his.com/byacc/byacc.html
+COMMENT=       Berkeley Yacc
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK3=        YES
+
+.include "../../mk/bsd.pkg.mk"
diff -r 4d2463f72e89 -r 54620289c894 devel/byacc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/byacc/PLIST Mon Mar 21 21:39:15 2005 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/21 21:39:15 tv Exp $
+bin/byacc
+man/man1/byacc.1
diff -r 4d2463f72e89 -r 54620289c894 devel/byacc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/byacc/distinfo      Mon Mar 21 21:39:15 2005 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/03/21 21:39:15 tv Exp $
+
+SHA1 (byacc-20040328.tgz) = 4ce9536f9c76fefb4b68a3e34db619ef5fd10d7b
+RMD160 (byacc-20040328.tgz) = 217ab317117a39b726b23c5b0bd6781402c0baed
+Size (byacc-20040328.tgz) = 131563 bytes
+SHA1 (patch-aa) = eecc26e2985c6532fc2bea9300a997e98c3bae03



Home | Main Index | Thread Index | Old Index