[csw-devel] SF.net SVN: gar:[5752] csw/mgar/pkg/cpan

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Thu Jul 30 21:21:18 CEST 2009


Revision: 5752
          http://gar.svn.sourceforge.net/gar/?rev=5752&view=rev
Author:   bdwalton
Date:     2009-07-30 19:21:18 +0000 (Thu, 30 Jul 2009)

Log Message:
-----------
Net-SMTP-SSL: initial checkin, but package builds and looks good

Added Paths:
-----------
    csw/mgar/pkg/cpan/Net-SMTP-SSL/
    csw/mgar/pkg/cpan/Net-SMTP-SSL/branches/
    csw/mgar/pkg/cpan/Net-SMTP-SSL/tags/
    csw/mgar/pkg/cpan/Net-SMTP-SSL/trunk/
    csw/mgar/pkg/cpan/Net-SMTP-SSL/trunk/Makefile
    csw/mgar/pkg/cpan/Net-SMTP-SSL/trunk/checksums
    csw/mgar/pkg/cpan/Net-SMTP-SSL/trunk/files/


Property changes on: csw/mgar/pkg/cpan/Net-SMTP-SSL/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/cpan/Net-SMTP-SSL/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Net-SMTP-SSL/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/cpan/Net-SMTP-SSL/trunk/Makefile	2009-07-30 19:21:18 UTC (rev 5752)
@@ -0,0 +1,23 @@
+GARNAME = Net-SMTP-SSL
+GARVERSION = 1.01
+CATEGORIES = cpan
+AUTHOR = CWEST
+
+DESCRIPTION = SSL support for Net::SMTP
+define BLURB
+
+Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its
+network operations. Due to the nature of "Net::SMTP"'s "new" method, it
+is not overridden to make use of a default port for the SMTPS service.
+Perhaps future versions will be smart like that. Port 465 is usually
+what you want, and it's not a pain to specify that. 
+For interface documentation, please see Net::SMTP.
+endef
+
+PACKAGES = CSWpmnetsmtpssl
+CATALOGNAME_CSWpmnetsmtpssl = pm_netsmtpssl
+
+PREREQUISITE_PKGS = CSWperl
+REQUIRED_PKGS = CSWperl
+
+include gar/category.mk

Added: csw/mgar/pkg/cpan/Net-SMTP-SSL/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/Net-SMTP-SSL/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/cpan/Net-SMTP-SSL/trunk/checksums	2009-07-30 19:21:18 UTC (rev 5752)
@@ -0,0 +1 @@
+ba039288ebf7a343feecacd374da8c1a  download/Net-SMTP-SSL-1.01.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list