From owner-freebsd-ports Wed Oct 4 14: 0:24 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B1FA37B66D for ; Wed, 4 Oct 2000 14:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA14541; Wed, 4 Oct 2000 14:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from wartch.sapros.com (rularan.sapros.com [204.182.55.17]) by hub.freebsd.org (Postfix) with ESMTP id D3B3D37B66E for ; Wed, 4 Oct 2000 13:59:06 -0700 (PDT) Received: (from peterh@localhost) by wartch.sapros.com (8.11.0/8.9.3) id e94Kw5A54715; Wed, 4 Oct 2000 13:58:05 -0700 (PDT) (envelope-from peterh) Message-Id: <200010042058.e94Kw5A54715@wartch.sapros.com> Date: Wed, 4 Oct 2000 13:58:05 -0700 (PDT) From: peterh@sapros.com Reply-To: peterh@sapros.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/21759: New port: py-BisonGen-0.5.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21759 >Category: ports >Synopsis: New port: py-BisonGen-0.5.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 04 14:00:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Peter Haight >Release: FreeBSD 4.1.1-STABLE i386 >Organization: >Environment: >Description: New port: py-BisonGen-0.5.0 BisonGen is a parser generator for python. It takes a XML file (similar to a bison file in format) and a lexx file. With these two files it generates a C parser, a Swig wrapper, and a python parser class. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-BisonGen # py-BisonGen/Makefile # py-BisonGen/pkg # py-BisonGen/pkg/DESCR # py-BisonGen/pkg/COMMENT # py-BisonGen/pkg/PLIST # py-BisonGen/files # py-BisonGen/files/md5 # echo c - py-BisonGen mkdir -p py-BisonGen > /dev/null 2>&1 echo x - py-BisonGen/Makefile sed 's/^X//' >py-BisonGen/Makefile << 'END-of-py-BisonGen/Makefile' X# Ports collection Makefile for: py-BisonGen X# Date created: 10/04/2000 X# Whom: peterh@sapros.com X# X# $FreeBSD$ X# X XPORTNAME= py-BisonGen XPORTVERSION= 0.5.0 XCATEGORIES= devel python XMASTER_SITES= ftp://ftp.fourthought.com/pub/4Suite/ XDISTNAME= BisonGen-${PORTVERSION} X XMAINTAINER= peterh@sapros.com X XBUILD_DEPENDS= ${PYDISTUTILS} X XUSE_PYTHON= yes X X.include X Xdo-build: X cd ${WRKSRC} && ${PYTHON_CMD} setup.py build X Xdo-install: X cd ${WRKSRC} && ${PYTHON_CMD} setup.py install --prefix=${PREFIX} --install-data=${PREFIX}/share/doc/${DISTNAME} X X.include END-of-py-BisonGen/Makefile echo c - py-BisonGen/pkg mkdir -p py-BisonGen/pkg > /dev/null 2>&1 echo x - py-BisonGen/pkg/DESCR sed 's/^X//' >py-BisonGen/pkg/DESCR << 'END-of-py-BisonGen/pkg/DESCR' XBisonGen is a parser generator for python. It takes a XML file (similar to Xa bison file in format) and a lexx file. With these two files it generates Xa C parser, a Swig wrapper, and a python parser class. X XWWW: http://fourthought.com/4Suite/ X Xpeterh@sapros.com END-of-py-BisonGen/pkg/DESCR echo x - py-BisonGen/pkg/COMMENT sed 's/^X//' >py-BisonGen/pkg/COMMENT << 'END-of-py-BisonGen/pkg/COMMENT' XA parser generator for Python END-of-py-BisonGen/pkg/COMMENT echo x - py-BisonGen/pkg/PLIST sed 's/^X//' >py-BisonGen/pkg/PLIST << 'END-of-py-BisonGen/pkg/PLIST' Xbin/BisonGen Xlib/%%PYTHON_VERSION%%/site-packages/BisonGen/BGenReader.py Xlib/%%PYTHON_VERSION%%/site-packages/BisonGen/BisonGen.py Xlib/%%PYTHON_VERSION%%/site-packages/BisonGen/__init__.py Xlib/%%PYTHON_VERSION%%/site-packages/BisonGen/BGenReader.pyc Xlib/%%PYTHON_VERSION%%/site-packages/BisonGen/BisonGen.pyc Xlib/%%PYTHON_VERSION%%/site-packages/BisonGen/__init__.pyc Xshare/doc/BisonGen-0.5.0/BisonGen.doc Xshare/doc/BisonGen-0.5.0/test_suite/simple/simple.bgen Xshare/doc/BisonGen-0.5.0/test_suite/simple/simple.l Xshare/doc/BisonGen-0.5.0/test_suite/simple/test.py Xshare/doc/BisonGen-0.5.0/ParserSpec.dtd X@dirrm lib/%%PYTHON_VERSION%%/site-packages/BisonGen X@dirrm share/doc/BisonGen-0.5.0/test_suite/simple X@dirrm share/doc/BisonGen-0.5.0/test_suite X@dirrm share/doc/BisonGen-0.5.0 END-of-py-BisonGen/pkg/PLIST echo c - py-BisonGen/files mkdir -p py-BisonGen/files > /dev/null 2>&1 echo x - py-BisonGen/files/md5 sed 's/^X//' >py-BisonGen/files/md5 << 'END-of-py-BisonGen/files/md5' XMD5 (BisonGen-0.5.0.tar.gz) = c219fc6b41db182b53941e0166cfaacc END-of-py-BisonGen/files/md5 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message