From lth@dask.thegler.dk  Mon Sep  1 03:19:46 2003
Return-Path: <lth@dask.thegler.dk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 07E7B16A4BF
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  1 Sep 2003 03:19:46 -0700 (PDT)
Received: from dask.thegler.dk (dask.thegler.dk [212.242.93.12])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F205143FBF
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  1 Sep 2003 03:19:44 -0700 (PDT)
	(envelope-from lth@dask.thegler.dk)
Received: by dask.thegler.dk (Postfix, from userid 1001)
	id 6E6D73E54; Mon,  1 Sep 2003 12:19:43 +0200 (CEST)
Message-Id: <20030901101943.6E6D73E54@dask.thegler.dk>
Date: Mon,  1 Sep 2003 12:19:43 +0200 (CEST)
From: Lars Thegler <lars@thegler.dk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] mail/p5-Email-LocalDelivery: Deliver a piece of email - simply (overrides PR/56243)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         56267
>Category:       ports
>Synopsis:       [NEW PORT] mail/p5-Email-LocalDelivery: Deliver a piece of email - simply (overrides PR/56243)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 01 03:20:10 PDT 2003
>Closed-Date:    Mon Sep 01 13:27:06 PDT 2003
>Last-Modified:  Mon Sep 01 13:27:06 PDT 2003
>Originator:     Lars Thegler
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD dask.thegler.dk 4.8-STABLE FreeBSD 4.8-STABLE #9: Tue Jul 29 01:39:22 CEST 2003
>Description:

NOTE: Please close ports/56243, which was submitted prematurely.
(I guess I chose the wrong day to stop taking those pills...)

This is the second module produced by the "Perl Email Project", a
reaction against the complexity and increasing bugginess of the Mail::*
modules. It delivers an email to a list of mailboxes.

WWW: http://search.cpan.org/dist/Email-LocalDelivery

Generated with FreeBSD Port Tools 0.26
>How-To-Repeat:
>Fix:

--- p5-Email-LocalDelivery-0.05.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:
#
#	p5-Email-LocalDelivery
#	p5-Email-LocalDelivery/Makefile
#	p5-Email-LocalDelivery/pkg-plist
#	p5-Email-LocalDelivery/pkg-descr
#	p5-Email-LocalDelivery/distinfo
#
echo c - p5-Email-LocalDelivery
mkdir -p p5-Email-LocalDelivery > /dev/null 2>&1
echo x - p5-Email-LocalDelivery/Makefile
sed 's/^X//' >p5-Email-LocalDelivery/Makefile << 'END-of-p5-Email-LocalDelivery/Makefile'
X# New ports collection makefile for:	p5-Email-LocalDelivery
X# Date created:				August 31 2003
X# Whom:					Lars Thegler <lars@thegler.dk>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Email-LocalDelivery
XPORTVERSION=	0.05
XCATEGORIES=	mail perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Email
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	lars@thegler.dk
XCOMMENT=	Deliver a piece of email - simply
X
XBUILD_DEPENDS=	${SITE_PERL}/Email/Simple.pm:${PORTSDIR}/mail/p5-Email-Simple \
X		${SITE_PERL}/Email/FolderType.pm:${PORTSDIR}/mail/p5-Email-FolderType
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Email::LocalDelivery.3
X
Xtest:
X	cd ${WRKSRC} ; make test
X
X.include <bsd.port.mk>
END-of-p5-Email-LocalDelivery/Makefile
echo x - p5-Email-LocalDelivery/pkg-plist
sed 's/^X//' >p5-Email-LocalDelivery/pkg-plist << 'END-of-p5-Email-LocalDelivery/pkg-plist'
X%%SITE_PERL%%/Email/LocalDelivery.pm
X%%SITE_PERL%%/Email/LocalDelivery/Maildir.pm
X%%SITE_PERL%%/Email/LocalDelivery/Mbox.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/LocalDelivery/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/LocalDelivery
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/Email/LocalDelivery 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/Email 2>/dev/null || true
END-of-p5-Email-LocalDelivery/pkg-plist
echo x - p5-Email-LocalDelivery/pkg-descr
sed 's/^X//' >p5-Email-LocalDelivery/pkg-descr << 'END-of-p5-Email-LocalDelivery/pkg-descr'
XThis is the second module produced by the "Perl Email Project", a
Xreaction against the complexity and increasing bugginess of the Mail::*
Xmodules. It delivers an email to a list of mailboxes.
X
XWWW: http://search.cpan.org/dist/Email-LocalDelivery
END-of-p5-Email-LocalDelivery/pkg-descr
echo x - p5-Email-LocalDelivery/distinfo
sed 's/^X//' >p5-Email-LocalDelivery/distinfo << 'END-of-p5-Email-LocalDelivery/distinfo'
XMD5 (Email-LocalDelivery-0.05.tar.gz) = 73249763b6619750f3d657b149179059
END-of-p5-Email-LocalDelivery/distinfo
exit
--- p5-Email-LocalDelivery-0.05.shar ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Mon Sep 1 13:26:54 PDT 2003 
State-Changed-Why:  
New port added. Thanks! 

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