Revision
74432
Author
aecollins1@macports.org
Date
2010-12-16 22:43:00 -0800 (Thu, 16 Dec 2010)

Log Message

New port: jwsmtp-1.32.15 (C++ mail sending library)

Added Paths

Diff

Added: trunk/dports/devel/jwsmtp/Portfile (0 => 74432)


--- trunk/dports/devel/jwsmtp/Portfile	                        (rev 0)
+++ trunk/dports/devel/jwsmtp/Portfile	2010-12-17 06:43:00 UTC (rev 74432)
@@ -0,0 +1,25 @@
+# $Id$
+
+PortSystem      1.0
+
+name            jwsmtp
+version         1.32.15
+categories      devel
+maintainers     aecollins1
+description     C++ library for sending mail via SMTP
+
+long_description \
+    jwSMTP is a C++ library/code (GPL license) to facilitate sending email \
+    programmatically. wSMTP can send attachments, send to multiple recipients \
+    including BCC CC recipients, LOGIN & PLAIN SMTP authentication, do an MX \
+    lookup or send direct via an SMTP server.
+    
+homepage        http://www.mumbleface.net/jwsmtp
+platforms       darwin
+
+master_sites    sourceforge
+
+checksums       md5     8f634f3be6118dc5fb2f43fb5e25af36 \
+                sha1    5aa8ad36a44a2bdaccadaccc060dda0f18ef6910 \
+                rmd160  448d73424bd9464e51d921c47dadcb5e309c4e0f
+
Property changes on: trunk/dports/devel/jwsmtp/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style