Bug 151382 - New port: mail/p5-Email-Sender-Transport-SQLite
Summary: New port: mail/p5-Email-Sender-Transport-SQLite
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-11 05:50 UTC by Bill Brinzer
Modified: 2010-10-11 19:30 UTC (History)
0 users

See Also:


Attachments
p5-Email-Sender-Transport-SQLite.shar (3.00 KB, text/plain)
2010-10-11 05:50 UTC, Bill Brinzer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bill Brinzer 2010-10-11 05:50:01 UTC
	
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-11 05:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2010-10-11 18:44:25 UTC
Responsible Changed
From-To: perl->sunpoet

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-10-11 19:25:07 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"
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2010-10-11 19:25:14 UTC
State Changed
From-To: open->closed

Committed. Thanks!