From philip@p6m7g8.com  Tue Oct 14 22:51:35 2003
Return-Path: <philip@p6m7g8.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2D94816A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Oct 2003 22:51:35 -0700 (PDT)
Received: from p6m7g8.com (pcp04982508pcs.hyatsv01.md.comcast.net [68.48.52.169])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 228F143FD7
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Oct 2003 22:51:34 -0700 (PDT)
	(envelope-from philip@p6m7g8.com)
Received: from p6m7g8.com (localhost [127.0.0.1])
	by p6m7g8.com (8.12.9/8.12.9) with ESMTP id h9F6stg3079466
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 15 Oct 2003 01:54:55 -0500 (EST)
	(envelope-from philip@p6m7g8.com)
Received: (from philip@localhost)
	by p6m7g8.com (8.12.9/8.12.9/Submit) id h9F6stl0079463;
	Wed, 15 Oct 2003 01:54:55 -0500 (EST)
Message-Id: <200310150654.h9F6stl0079463@p6m7g8.com>
Date: Wed, 15 Oct 2003 01:54:55 -0500 (EST)
From: "Philip M. Gollucci" <philip@p6m7g8.com>
Reply-To: "Philip M. Gollucci" <philip@p6m7g8.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New Port: textproc/p5-Filter-Simple 0.97
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         58050
>Category:       ports
>Synopsis:       New Port: textproc/p5-Filter-Simple 0.97
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mat
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 14 23:00:34 PDT 2003
>Closed-Date:    Thu Dec 04 06:45:55 PST 2003
>Last-Modified:  Thu Dec 04 06:45:55 PST 2003
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 5.0-RELEASE-p7 i386
>Organization:
P6M7G8 Consulting
>Environment:
System: FreeBSD p6m7g8.com 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #2: Mon May 5 23:07:20 EST 2003 philip@p6m7g8:/usr/obj/usr/src/sys/PHILIP-SCSI i386
>Description:
>How-To-Repeat:
>Fix:
--- p5-Filter-Simple.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:
#
#	/usr/ports/textproc/p5-Filter-Simple
#	/usr/ports/textproc/p5-Filter-Simple/Makefile
#	/usr/ports/textproc/p5-Filter-Simple/distinfo
#	/usr/ports/textproc/p5-Filter-Simple/pkg-descr
#	/usr/ports/textproc/p5-Filter-Simple/pkg-plist
#
echo c - /usr/ports/textproc/p5-Filter-Simple
mkdir -p /usr/ports/textproc/p5-Filter-Simple > /dev/null 2>&1
echo x - /usr/ports/textproc/p5-Filter-Simple/Makefile
sed 's/^X//' >/usr/ports/textproc/p5-Filter-Simple/Makefile << 'END-of-/usr/ports/textproc/p5-Filter-Simple/Makefile'
X# New ports collection makefile for:	textproc/p5-Filter-Simple
X# Date created:				15 October 2003
X# Whom:					philip@p6m7g8.com
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Filter-Simple
XPORTVERSION=	0.79
XCATEGORIES=	textproc perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Filter
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	philip@p6m7g8.com
XCOMMENT=	Simplified source filtering
X
XPERL_CONFIGURE=	yes
X
XMAN3= Filter::Simple.3
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
X
X.include <bsd.port.mk>
END-of-/usr/ports/textproc/p5-Filter-Simple/Makefile
echo x - /usr/ports/textproc/p5-Filter-Simple/distinfo
sed 's/^X//' >/usr/ports/textproc/p5-Filter-Simple/distinfo << 'END-of-/usr/ports/textproc/p5-Filter-Simple/distinfo'
XMD5 (Filter-Simple-0.79.tar.gz) = a3af8a9b9c3e743afc9b6ef925011b69
END-of-/usr/ports/textproc/p5-Filter-Simple/distinfo
echo x - /usr/ports/textproc/p5-Filter-Simple/pkg-descr
sed 's/^X//' >/usr/ports/textproc/p5-Filter-Simple/pkg-descr << 'END-of-/usr/ports/textproc/p5-Filter-Simple/pkg-descr'
XFilter::Simple - Simplified source filtering
X
XSource filtering is an immensely powerful feature of recent versions of
XPerl.  It allows one to extend the language itself (e.g. the Switch
Xmodule), to simplify the language (e.g. Language::Pythonesque), or to
Xcompletely recast the language (e.g. Lingua::Romana::Perligata). Effec-
Xtively, it allows one to use the full power of Perl as its own, recur-
Xsively applied, macro language.
X
XPhilip M. Gollucci
X<philip@p6m7g8.com>
X
END-of-/usr/ports/textproc/p5-Filter-Simple/pkg-descr
echo x - /usr/ports/textproc/p5-Filter-Simple/pkg-plist
sed 's/^X//' >/usr/ports/textproc/p5-Filter-Simple/pkg-plist << 'END-of-/usr/ports/textproc/p5-Filter-Simple/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/Filter/Simple.pm
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Filter 2>/dev/null || true
END-of-/usr/ports/textproc/p5-Filter-Simple/pkg-plist
exit
--- p5-Filter-Simple.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mat 
Responsible-Changed-By: mat 
Responsible-Changed-When: Mon Nov 24 02:49:03 PST 2003 
Responsible-Changed-Why:  
I'll take this 

http://www.freebsd.org/cgi/query-pr.cgi?pr=58050 
State-Changed-From-To: open->closed 
State-Changed-By: mat 
State-Changed-When: Thu Dec 4 06:45:29 PST 2003 
State-Changed-Why:  
Committed with correct plist and *_DEPENDS 

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