Date: Wed, 8 Jan 2014 07:49:16 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339071 - in head/devel: . byacc Message-ID: <201401080749.s087nGkX047890@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Jan 8 07:49:16 2014 New Revision: 339071 URL: http://svnweb.freebsd.org/changeset/ports/339071 Log: Add byacc into the ports tree Added: head/devel/byacc/ head/devel/byacc/Makefile (contents, props changed) head/devel/byacc/distinfo (contents, props changed) head/devel/byacc/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Jan 8 07:28:43 2014 (r339070) +++ head/devel/Makefile Wed Jan 8 07:49:16 2014 (r339071) @@ -159,6 +159,7 @@ SUBDIR += bullet SUBDIR += bunny SUBDIR += busybee + SUBDIR += byacc SUBDIR += byaccj SUBDIR += bzapi SUBDIR += bzr Added: head/devel/byacc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/byacc/Makefile Wed Jan 8 07:49:16 2014 (r339071) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= byacc +PORTVERSION= 20140101 +CATEGORIES= devel +MASTER_SITES= ftp://invisible-island.net/${PORTNAME}/ +EXTRACT_SUFX= .tgz + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Best yacc variant available + +GNU_CONFIGURE= yes +MAKEFILE= makefile + +PLIST_FILES= bin/yacc \ + man/man1/yacc.1.gz + +.include <bsd.port.mk> Added: head/devel/byacc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/byacc/distinfo Wed Jan 8 07:49:16 2014 (r339071) @@ -0,0 +1,2 @@ +SHA256 (byacc-20140101.tgz) = 78aea5a34ccb6c9f1ff673a94cd3e66b0f669b7a042c2fcfdada85f0f399421c +SIZE (byacc-20140101.tgz) = 244706 Added: head/devel/byacc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/byacc/pkg-descr Wed Jan 8 07:49:16 2014 (r339071) @@ -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. + +WWW: http://invisible-island.net/byacc/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401080749.s087nGkX047890>