[119735] trunk/dports/www

ryandesign at macports.org ryandesign at macports.org
Mon May 5 01:11:12 PDT 2014


Revision: 119735
          https://trac.macports.org/changeset/119735
Author:   ryandesign at macports.org
Date:     2014-05-05 01:11:11 -0700 (Mon, 05 May 2014)
Log Message:
-----------
fcgiwrap: new port, version 1.1.0 (#43227)

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

Added: trunk/dports/www/fcgiwrap/Portfile
===================================================================
--- trunk/dports/www/fcgiwrap/Portfile	                        (rev 0)
+++ trunk/dports/www/fcgiwrap/Portfile	2014-05-05 08:11:11 UTC (rev 119735)
@@ -0,0 +1,55 @@
+# -*- 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
+PortGroup           github 1.0
+
+github.setup        gnosek fcgiwrap 1.1.0
+categories          www
+platforms           darwin
+maintainers         nomaintainer
+license             MIT
+
+description         simple server for running CGI applications over FastCGI. \
+                    It hopes to provide clean CGI support to Nginx
+
+long_description    ${description}
+
+homepage            https://nginx.localdomain.pl/wiki/FcgiWrap
+
+checksums           rmd160  db492eefd2f78effa4738526537a0804877d692c \
+                    sha256  bf8f3f864e8dc0a7ab1e24e7692db7320a045fbbf47298286f0786a2f978c911
+
+depends_lib         port:fcgi
+depends_run         port:spawn-fcgi
+
+# There is no configure script in the archive.
+use_autoreconf      yes
+
+# The project's build system uses autoconf incorrectly.
+configure.args      --mandir=/share/man
+
+build.args          CC=${configure.cc}
+
+post-destroot {
+    xinstall -d ${destroot}${prefix}/share/doc/${name}
+    copy ${worksrcpath}/README.rst ${destroot}${prefix}/share/doc/${name}/
+}
+
+## FIXME! plist not working
+#startupitem.create      yes
+#startupitem.name        ${name}
+## -n = no forking
+#startupitem.executable  ${prefix}/bin/spawn-fcgi -n -F 1 -P ${prefix}/var/run/${name}.pid -s ${prefix}/var/run/${name}.socket -U nobody -G nobody ${prefix}/sbin/fcgiwrap
+#startupitem.pidfile     ${prefix}/var/run/${name}.pid
+
+notes "
+To end setup, if using with Nginx, follow:
+
+    http://wiki.nginx.org/Fcgiwrap
+
+You can launch ${name} by running:
+
+    $ ${prefix}/bin/spawn-fcgi -F 1 -P ${prefix}/var/run/${name}.pid -s ${prefix}/var/run/${name}.socket \
+         -U nobody -G nobody ${prefix}/sbin/fcgiwrap
+"


Property changes on: trunk/dports/www/fcgiwrap/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140505/5da07b1d/attachment.html>


More information about the macports-changes mailing list