From asmodai@in-nomine.org  Tue May 29 14:39:40 2007
Return-Path: <asmodai@in-nomine.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 4960D16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 29 May 2007 14:39:40 +0000 (UTC)
	(envelope-from asmodai@in-nomine.org)
Received: from smtp-vbr11.xs4all.nl (smtp-vbr11.xs4all.nl [194.109.24.31])
	by mx1.freebsd.org (Postfix) with ESMTP id B930513C45A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 29 May 2007 14:39:39 +0000 (UTC)
	(envelope-from asmodai@in-nomine.org)
Received: from nexus.in-nomine.org (chronias.xs4all.nl [82.92.216.8])
	by smtp-vbr11.xs4all.nl (8.13.8/8.13.8) with ESMTP id l4TEdM9X066302
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 29 May 2007 16:39:24 +0200 (CEST)
	(envelope-from asmodai@in-nomine.org)
Received: from localhost (localhost.domini.in-nomine.org [127.0.0.1])
	by nexus.in-nomine.org (Postfix) with ESMTP id A9228C40F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 29 May 2007 16:39:33 +0200 (CEST)
Received: from nexus.in-nomine.org ([127.0.0.1])
	by localhost (nexus.domini.in-nomine.org [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id h+xIxwkMkMFr for <FreeBSD-gnats-submit@freebsd.org>;
	Tue, 29 May 2007 16:39:25 +0200 (CEST)
Received: by nexus.in-nomine.org (Postfix, from userid 1000)
	id 4C6FAC40D; Tue, 29 May 2007 16:39:25 +0200 (CEST)
Message-Id: <20070529143925.4C6FAC40D@nexus.in-nomine.org>
Date: Tue, 29 May 2007 16:39:25 +0200 (CEST)
From: Jeroen Ruigrok van der Werven <ports@akumaproject.org>
Reply-To: Jeroen Ruigrok van der Werven <ports@akumaproject.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: devel/sid LL(1) parser generator
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         113128
>Category:       ports
>Synopsis:       New port: devel/sid LL(1) parser generator
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 29 14:40:04 GMT 2007
>Closed-Date:    Wed Jun 06 06:00:27 GMT 2007
>Last-Modified:  Wed Jun  6 06:10:04 GMT 2007
>Originator:     Jeroen Ruigrok van der Werven
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
The Akuma Project
>Environment:

	N/A
>Description:
	Sid is a LL(1) parser generator that turns specifications of languages
	into programs that recognise those languages. One of the aims of sid
	was to separate the specification of the language to be recognised from
	the language that the recogniser program is written in. For this
	reason, input to sid is split into two components: output language
	independent information, and output language dependent information.
>How-To-Repeat:
	N/A
>Fix:

--- sid-1.10.0.shar begins here ---
# 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:
#
#	devel/sid
#	devel/sid/distinfo
#	devel/sid/Makefile
#	devel/sid/pkg-descr
#
echo c - devel/sid
mkdir -p devel/sid > /dev/null 2>&1
echo x - devel/sid/distinfo
sed 's/^X//' >devel/sid/distinfo << 'END-of-devel/sid/distinfo'
XMD5 (sid-1.10.0.tar.gz) = dc40fc98f6ba0f5491da317d1a8eb562
XSHA256 (sid-1.10.0.tar.gz) = 71119ab60014921d09805e936fe4fedda72d4245374acd3e616b7f2817b886e5
XSIZE (sid-1.10.0.tar.gz) = 192137
END-of-devel/sid/distinfo
echo x - devel/sid/Makefile
sed 's/^X//' >devel/sid/Makefile << 'END-of-devel/sid/Makefile'
X# New ports collection makefile for:	sid
X# Date created:				29 May 2007
X# Whom:					The Akuma Project
X#
X# $FreeBSD$
X#
X
XPORTNAME=	sid
XPORTVERSION=	1.10.0
XCATEGORIES=	devel
XMASTER_SITES=	http://www.akumaproject.org/download/
X
XMAINTAINER=	ports@akumaproject.org
XCOMMENT=	A LL(1) parser generator
X
XCONFLICTS=	TenDRA-4.2*
X
XINSTALL_TARGET=	install DESTDIR=${PREFIX}
X
XMAN1=		sid.1
XPLIST_FILES=	bin/sid
X
X.include <bsd.port.mk>
END-of-devel/sid/Makefile
echo x - devel/sid/pkg-descr
sed 's/^X//' >devel/sid/pkg-descr << 'END-of-devel/sid/pkg-descr'
XSid is a LL(1) parser generator that turns specifications of languages into
Xprograms that recognise those languages. One of the aims of sid was to separate
Xthe specification of the language to be recognised from the language that the
Xrecogniser program is written in. For this reason, input to sid is split into
Xtwo components: output language independent information, and output language
Xdependent information.
END-of-devel/sid/pkg-descr
exit
--- sid-1.10.0.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue May 29 14:57:32 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113128 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Jun 6 06:00:25 UTC 2007 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113128 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/113128: commit references a PR
Date: Wed,  6 Jun 2007 06:00:36 +0000 (UTC)

 miwi        2007-06-06 06:00:31 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/sid            Makefile distinfo pkg-descr 
   Log:
   Sid is a LL(1) parser generator that turns specifications of languages into
   programs that recognise those languages. One of the aims of sid was to separate
   the specification of the language to be recognised from the language that the
   recogniser program is written in. For this reason, input to sid is split into
   two components: output language independent information, and output language
   dependent information.
   
   PR:             ports/113128
   Submitted by:   The Akuma Project
   
   Revision  Changes    Path
   1.2777    +1 -0      ports/devel/Makefile
   1.1       +25 -0     ports/devel/sid/Makefile (new)
   1.1       +3 -0      ports/devel/sid/distinfo (new)
   1.1       +6 -0      ports/devel/sid/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
