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.
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: perl->sunpoet I'll take it.
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"
State Changed From-To: open->closed Committed. Thanks!