From clsung@dragon2.net  Fri Oct 10 19:06:10 2003
Return-Path: <clsung@dragon2.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2D7E916A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 10 Oct 2003 19:06:10 -0700 (PDT)
Received: from mail.dragon2.net (sungsung.csie.nctu.edu.tw [140.113.215.201])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 53A6543F75
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 10 Oct 2003 19:06:07 -0700 (PDT)
	(envelope-from clsung@dragon2.net)
Received: from localhost (unknown [127.0.0.1])
	by mail.dragon2.net (Postfix) with ESMTP id 824F91554A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 Oct 2003 02:07:33 +0000 (GMT)
Received: from mail.dragon2.net ([127.0.0.1])
 by localhost (sungsung.csie.nctu.edu.tw [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 34720-05 for <FreeBSD-gnats-submit@freebsd.org>;
 Sat, 11 Oct 2003 10:07:33 +0800 (CST)
Received: by mail.dragon2.net (Postfix, from userid 1022)
	id 13D4D15549; Sat, 11 Oct 2003 10:07:33 +0800 (CST)
Message-Id: <20031011020733.13D4D15549@mail.dragon2.net>
Date: Sat, 11 Oct 2003 10:07:33 +0800 (CST)
From: Cheng-Lung Sung <clsung@dragon2.net>
Reply-To: Cheng-Lung Sung <clsung@dragon2.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New Ports: p5-Regex-PreSuf 1.15
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         57855
>Category:       ports
>Synopsis:       New Ports: p5-Regex-PreSuf 1.15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mat
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 10 19:10:13 PDT 2003
>Closed-Date:    Mon Oct 13 04:36:26 PDT 2003
>Last-Modified:  Mon Oct 13 04:36:26 PDT 2003
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.8-RELEASE-p13 i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD sungsung.csie.nctu.edu.tw 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #3: Wed Oct 8 07:32:16 CST 2003 root@sungsung.csie.nctu.edu.tw:/usr/obj/usr/src/sys/SUNGSUNG i386

>Description:
- New ports: p5-Regex-PreSuf: create regular expressions from word lists
>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:
#
#	p5-Regex-PreSuf
#	p5-Regex-PreSuf/Makefile
#	p5-Regex-PreSuf/distinfo
#	p5-Regex-PreSuf/pkg-descr
#	p5-Regex-PreSuf/pkg-plist
#
echo c - p5-Regex-PreSuf
mkdir -p p5-Regex-PreSuf > /dev/null 2>&1
echo x - p5-Regex-PreSuf/Makefile
sed 's/^X//' >p5-Regex-PreSuf/Makefile << 'END-of-p5-Regex-PreSuf/Makefile'
X# New ports collection makefile for:	textproc/p5-Regex-PreSuf
X# Date created:				11 Octobor 2003
X# Whom:					Cheng-Lung Sung <clsung@dragon2.net>
X
XPORTNAME=	Regex-PreSuf
XPORTVERSION=	1.15
XCATEGORIES=	textproc perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Text/JHI
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	ports@FreeBSD.org
XCOMMENT=	Regex::PreSuf - Given word lists, create regular expressions.
X
XPERL_CONFIGURE=	yes
X
XMAN3=		\
X		Regex::PreSuf.3
X
X.include <bsd.port.mk>
END-of-p5-Regex-PreSuf/Makefile
echo x - p5-Regex-PreSuf/distinfo
sed 's/^X//' >p5-Regex-PreSuf/distinfo << 'END-of-p5-Regex-PreSuf/distinfo'
XMD5 (Regex-PreSuf-1.15.tar.gz) = 314402187080abf039c31967d92d18b5
END-of-p5-Regex-PreSuf/distinfo
echo x - p5-Regex-PreSuf/pkg-descr
sed 's/^X//' >p5-Regex-PreSuf/pkg-descr << 'END-of-p5-Regex-PreSuf/pkg-descr'
XThe Regex::Presuf module can be used to build regular expressions out
Xof 'word lists', lists of strings.  The regular expression matches the
Xsame words as the word list.  These regular expressions normally run
Xfew dozen percentages faster than a simple-minded '|'-concatenation of
Xthe words.
X
XAuthor: Jarkko Hietaniemi <jhi@iki.fi>
XWWW: http://search.cpan.org/search?dist=Regex-PreSuf
END-of-p5-Regex-PreSuf/pkg-descr
echo x - p5-Regex-PreSuf/pkg-plist
sed 's/^X//' >p5-Regex-PreSuf/pkg-plist << 'END-of-p5-Regex-PreSuf/pkg-plist'
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Regex/PreSuf/.packlist
X%%SITE_PERL%%/Regex/PreSuf.pm
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Regex/PreSuf
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Regex 2>/dev/null || true
X@dirrm %%SITE_PERL%%/Regex
X@unexec rmdir %D/%%SITE_PERL%%/Regex 2>/dev/null || true
END-of-p5-Regex-PreSuf/pkg-plist
exit


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mat 
Responsible-Changed-By: mat 
Responsible-Changed-When: Mon Oct 13 02:01:31 PDT 2003 
Responsible-Changed-Why:  
I'll take this 


http://www.freebsd.org/cgi/query-pr.cgi?pr=57840 
Responsible-Changed-From-To: freebsd-ports-bugs->mat 
Responsible-Changed-By: mat 
Responsible-Changed-When: Mon Oct 13 02:01:31 PDT 2003 
Responsible-Changed-Why:  
I'll take this 


http://www.freebsd.org/cgi/query-pr.cgi?pr=57841 
Responsible-Changed-From-To: freebsd-ports-bugs->mat 
Responsible-Changed-By: mat 
Responsible-Changed-When: Mon Oct 13 02:01:31 PDT 2003 
Responsible-Changed-Why:  
I'll take this 


http://www.freebsd.org/cgi/query-pr.cgi?pr=57847 
Responsible-Changed-From-To: freebsd-ports-bugs->mat 
Responsible-Changed-By: mat 
Responsible-Changed-When: Mon Oct 13 02:01:31 PDT 2003 
Responsible-Changed-Why:  
I'll take this 


http://www.freebsd.org/cgi/query-pr.cgi?pr=57855 
State-Changed-From-To: open->closed 
State-Changed-By: mat 
State-Changed-When: Mon Oct 13 04:36:10 PDT 2003 
State-Changed-Why:  
Port added, 
Thanks ! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57855 
>Unformatted:
