[76146] trunk/dports/mail

singingwolfboy at macports.org singingwolfboy at macports.org
Fri Feb 18 09:30:09 PST 2011


Revision: 76146
          http://trac.macports.org/changeset/76146
Author:   singingwolfboy at macports.org
Date:     2011-02-18 09:30:09 -0800 (Fri, 18 Feb 2011)
Log Message:
-----------
New port: lamson

Added Paths:
-----------
    trunk/dports/mail/lamson/
    trunk/dports/mail/lamson/Portfile

Added: trunk/dports/mail/lamson/Portfile
===================================================================
--- trunk/dports/mail/lamson/Portfile	                        (rev 0)
+++ trunk/dports/mail/lamson/Portfile	2011-02-18 17:30:09 UTC (rev 76146)
@@ -0,0 +1,37 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python27 1.0
+
+name                lamson
+version             1.1
+categories          mail python
+platforms           darwin
+license             GPLv3
+maintainers         singingwolfboy openmaintainer
+description         Modern Pythonic mail server built like a web application server
+long_description  \
+    Lamson is a pure Python SMTP server designed to create robust and complex mail \
+    applications in the style of modern web frameworks such as Django. Unlike \
+    traditional SMTP servers like Postfix or Sendmail, Lamson has all the features \
+    of a web application stack (ORM, templates, routing, handlers, state machines, \
+    Python) without needing to configure alias files, run newaliases, or \
+    juggle tons of tiny fragile processes. Lamson also plays well with other web \
+    frameworks and Python libraries.
+
+homepage            http://lamsonproject.org/ 
+master_sites        http://pypi.python.org/packages/source/l/${name}
+checksums           md5     a5673d0fe9e8def9d2dfe9705f832a83 \
+                    sha1    155393260a11c2fd699cf9f34be56a6e0a35daa6 \
+                    rmd160  7ad3b043efa79a62622b767f770ff30b18e6b359
+depends_lib-append  \
+    port:py27-chardet \
+    port:py27-jinja2 \
+    port:py27-mock \
+    port:py27-nose \
+    port:py27-daemon \
+    port:py27-lockfile \
+    port:py27-dns
+
+# don't add python version to lamson binary
+python.link_binaries_suffix 


Property changes on: trunk/dports/mail/lamson/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110218/a29ea9c4/attachment.html>


More information about the macports-changes mailing list