[84571] trunk/dports/mail
pixilla at macports.org
pixilla at macports.org
Wed Sep 28 05:51:42 PDT 2011
Revision: 84571
http://trac.macports.org/changeset/84571
Author: pixilla at macports.org
Date: 2011-09-28 05:51:40 -0700 (Wed, 28 Sep 2011)
Log Message:
-----------
mail/rspamd:
- New port.
Added Paths:
-----------
trunk/dports/mail/rspamd/
trunk/dports/mail/rspamd/Portfile
Added: trunk/dports/mail/rspamd/Portfile
===================================================================
--- trunk/dports/mail/rspamd/Portfile (rev 0)
+++ trunk/dports/mail/rspamd/Portfile 2011-09-28 12:51:40 UTC (rev 84571)
@@ -0,0 +1,31 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup cmake 1.0
+
+name rspamd
+version 0.4.2
+categories mail
+maintainers pixilla openmaintainer
+platforms darwin
+description Rspamd filtering system is created as a replacement of popular spamassassin \
+ spamd and is designed to be fast, modular and easily extendable system.
+long_description ${description} Rspamd core is written in C language using event driven \
+ paradigma. Plugins for rspamd can be written in lua. Rspamd is designed to \
+ process connections completely asynchronous and do not block anywhere in code.
+homepage https://bitbucket.org/vstakhov/rspamd/overview
+master_sites https://bitbucket.org/vstakhov/rspamd/downloads/
+
+checksums rmd160 3ea9e8ff48b7c2a61aebd076610b13a008505583 \
+ sha256 cd268bfe20a7e43a3e5a98a15c8be9769153d774abdc9551f4e07516f84a9906
+
+depends_lib port:perl5 \
+ port:lua \
+ port:glib2 \
+ port:gmime
+
+post-patch {
+ reinplace "s|man/man|share/man/man|g" \
+ ${worksrcpath}/CMakeLists.txt
+}
\ No newline at end of file
Property changes on: trunk/dports/mail/rspamd/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110928/d5a4aa59/attachment.html>
More information about the macports-changes
mailing list