From bill.brinzer@gmail.com  Mon Oct 11 04:41:21 2010
Return-Path: <bill.brinzer@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 87CBB106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 11 Oct 2010 04:41:21 +0000 (UTC)
	(envelope-from bill.brinzer@gmail.com)
Received: from 10637.x.rootbsd.net (10637.x.rootbsd.net [204.109.60.79])
	by mx1.freebsd.org (Postfix) with ESMTP id 4E4AE8FC16
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 11 Oct 2010 04:41:20 +0000 (UTC)
Received: by www.1316brown.com (Postfix, from userid 1001)
	id 8CB055674F; Mon, 11 Oct 2010 00:41:20 -0400 (EDT)
Message-Id: <20101011044120.8CB055674F@www.1316brown.com>
Date: Mon, 11 Oct 2010 00:41:20 -0400 (EDT)
From: Bill Brinzer <bill.brinzer@gmail.com>
Reply-To: Bill Brinzer <bill.brinzer@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: mail/p5-Email-Sender-Transport-SQLite
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         151382
>Category:       ports
>Synopsis:       New port: mail/p5-Email-Sender-Transport-SQLite
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 11 04:50:01 UTC 2010
>Closed-Date:    Mon Oct 11 18:25:15 UTC 2010
>Last-Modified:  Mon Oct 11 18:30:07 UTC 2010
>Originator:     Bill Brinzer
>Release:        FreeBSD 8.1-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD www.1316brown.com 8.1-RELEASE-p1 FreeBSD 8.1-RELEASE-p1 #1: Mon Sep 20 20:30:07 EDT 2010 root@10637.x.rootbsd.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	
This transport makes deliveries to an SQLite database, creating it if needed.
The SQLite transport is intended for testing programs that fork or that
otherwise can't use the Test transport.

>How-To-Repeat:
	
>Fix:

	

--- p5-Email-Sender-Transport-SQLite.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-Sender-Transport-SQLite
#	p5-Email-Sender-Transport-SQLite/Makefile
#	p5-Email-Sender-Transport-SQLite/distinfo
#	p5-Email-Sender-Transport-SQLite/pkg-descr
#	p5-Email-Sender-Transport-SQLite/pkg-plist
#
echo c - p5-Email-Sender-Transport-SQLite
mkdir -p p5-Email-Sender-Transport-SQLite > /dev/null 2>&1
echo x - p5-Email-Sender-Transport-SQLite/Makefile
sed 's/^X//' >p5-Email-Sender-Transport-SQLite/Makefile << '8d29c41e567d8bb95fc63c6ad8d4067f'
X# New ports collection makefile for:	mail/p5-Email-Sender-Transport-SQLite
X# Date created:				11 Oct 2010
X# Whom:					Bill Brinzer <bill.brinzer@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Email-Sender-Transport-SQLite
XPORTVERSION=	0.091660
XCATEGORIES=	mail perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	bill.brinzer@gmail.com
XCOMMENT=	Deliver mail to an SQLite db for testing
X
XRUN_DEPENDS=	p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
X		p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
X		p5-Email-Sender>=0.091660:${PORTSDIR}/mail/p5-Email-Sender
XBUILD_DEPENDS=	${RUN_DEPENDS}
X
XPERL_CONFIGURE=	5.8.8+
X
XMAN3=	Email::Sender::Transport::SQLite.3
X
X.include <bsd.port.mk>
8d29c41e567d8bb95fc63c6ad8d4067f
echo x - p5-Email-Sender-Transport-SQLite/distinfo
sed 's/^X//' >p5-Email-Sender-Transport-SQLite/distinfo << '0a3003b3ab031df0de39309b0667e864'
XMD5 (Email-Sender-Transport-SQLite-0.091660.tar.gz) = 891d2e59993f1127da9ad8f4bf7ea8b7
XSHA256 (Email-Sender-Transport-SQLite-0.091660.tar.gz) = 8b4487c1076921601a9afbb8de445ebba6803bb9ac612ac06dc08a50c1365c1d
XSIZE (Email-Sender-Transport-SQLite-0.091660.tar.gz) = 9299
0a3003b3ab031df0de39309b0667e864
echo x - p5-Email-Sender-Transport-SQLite/pkg-descr
sed 's/^X//' >p5-Email-Sender-Transport-SQLite/pkg-descr << 'efc2423a8b4298ef6c4f3ed69018bbc4'
XThis transport makes deliveries to an SQLite database, creating it if needed.
XThe SQLite transport is intended for testing programs that fork or that
Xotherwise can't use the Test transport. It is not meant for robust, long-term
Xstorage of mail.
X
XWWW: http://search.cpan.org/dist/Email-Sender-Transport-SQLite/
efc2423a8b4298ef6c4f3ed69018bbc4
echo x - p5-Email-Sender-Transport-SQLite/pkg-plist
sed 's/^X//' >p5-Email-Sender-Transport-SQLite/pkg-plist << '720dc8163c392a50b945888d34fe6bd7'
X%%SITE_PERL%%/Email/Sender/Transport/SQLite.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Sender/Transport/SQLite/.packlist
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Sender/Transport/SQLite
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Sender/Transport
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Sender
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email
X@dirrmtry %%SITE_PERL%%/Email/Sender/Transport
X@dirrmtry %%SITE_PERL%%/Email/Sender
X@dirrmtry %%SITE_PERL%%/Email
720dc8163c392a50b945888d34fe6bd7
exit
--- p5-Email-Sender-Transport-SQLite.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Oct 11 04:50:08 UTC 2010 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151382 
Responsible-Changed-From-To: perl->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Mon Oct 11 17:44:25 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151382 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Mon Oct 11 18:25:14 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/151382: commit references a PR
Date: Mon, 11 Oct 2010 18:25:07 +0000 (UTC)

 sunpoet     2010-10-11 18:25:02 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail                 Makefile 
   Added files:
     mail/p5-Email-Sender-Transport-SQLite Makefile distinfo 
                                           pkg-descr pkg-plist 
   Log:
   - Add p5-Email-Sender-Transport-SQLite 0.091660
   
   This transport makes deliveries to an SQLite database, creating it if needed.
   The SQLite transport is intended for testing programs that fork or that
   otherwise can't use the Test transport. It is not meant for robust, long-term
   storage of mail.
   
   WWW: http://search.cpan.org/dist/Email-Sender-Transport-SQLite/
   
   PR:             ports/151382
   Submitted by:   Bill Brinzer <bill.brinzer@gmail.com>
   Approved by:    pgollucci (mentor, implicit)
   
   Revision  Changes    Path
   1.1039    +1 -0      ports/mail/Makefile
   1.1       +26 -0     ports/mail/p5-Email-Sender-Transport-SQLite/Makefile (new)
   1.1       +3 -0      ports/mail/p5-Email-Sender-Transport-SQLite/distinfo (new)
   1.1       +6 -0      ports/mail/p5-Email-Sender-Transport-SQLite/pkg-descr (new)
   1.1       +9 -0      ports/mail/p5-Email-Sender-Transport-SQLite/pkg-plist (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:
