[79638] trunk/dports/www

pixilla at macports.org pixilla at macports.org
Tue Jun 21 19:11:22 PDT 2011


Revision: 79638
          http://trac.macports.org/changeset/79638
Author:   pixilla at macports.org
Date:     2011-06-21 19:11:19 -0700 (Tue, 21 Jun 2011)
Log Message:
-----------
www/sgwi: New port. Closes #29876

Added Paths:
-----------
    trunk/dports/www/sgwi/
    trunk/dports/www/sgwi/Portfile

Added: trunk/dports/www/sgwi/Portfile
===================================================================
--- trunk/dports/www/sgwi/Portfile	                        (rev 0)
+++ trunk/dports/www/sgwi/Portfile	2011-06-22 02:11:19 UTC (rev 79638)
@@ -0,0 +1,43 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                sgwi
+version             1.1.2
+categories          www mail php
+license             GPL
+maintainers         mathiesen.info:macintosh
+
+description         web-interface to SQLGrey
+long_description    sgwi is a web-interface to SQLGrey (SQLGrey is a greylister for Postfix). \
+                    This web-interface enables you to edit the white- and blacklists as well \
+                    as the current state of the greylist.
+
+homepage            http://www.vanheusden.com/sgwi/
+
+master_sites        ${homepage}
+distname            sqlgreywebinterface-${version}
+extract.suffix      .tgz
+
+platforms           darwin freebsd
+depends_run         port:php5-web \
+                    port:sqlgrey
+
+checksums           sha1    998d1644c29553c88ddb76dabf84baa79a753527 \
+                    rmd160  18ee684ebbc3558696da66ea10187212a97193ca
+
+use_configure       no
+
+build               {}
+supported_archs     noarch
+
+destroot.violate_mtree yes
+
+destroot {
+    set docpath ${prefix}/www/${name}
+    xinstall -m 755 -d ${destroot}${docpath}/html
+    eval file copy [glob ${workpath}/${distname}/*] ${destroot}${docpath}/html
+    move ${destroot}${docpath}/html/includes/config.inc.php \
+        ${destroot}${docpath}/html/includes/default-config.inc.php
+}


Property changes on: trunk/dports/www/sgwi/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/20110621/e3927d07/attachment.html>


More information about the macports-changes mailing list