[124360] trunk/dports/perl

devans at macports.org devans at macports.org
Fri Aug 22 22:36:40 PDT 2014


Revision: 124360
          https://trac.macports.org/changeset/124360
Author:   devans at macports.org
Date:     2014-08-22 22:36:40 -0700 (Fri, 22 Aug 2014)
Log Message:
-----------
p5-cgi-fast: new port, CGI interface for fast CGI (#44596).

Added Paths:
-----------
    trunk/dports/perl/p5-cgi-fast/
    trunk/dports/perl/p5-cgi-fast/Portfile

Added: trunk/dports/perl/p5-cgi-fast/Portfile
===================================================================
--- trunk/dports/perl/p5-cgi-fast/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-cgi-fast/Portfile	2014-08-23 05:36:40 UTC (rev 124360)
@@ -0,0 +1,32 @@
+# -*- 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           perl5 1.0
+
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         CGI-Fast 2.02
+platforms           darwin
+maintainers         devans openmaintainer
+license             {Artistic GPL}
+
+description         CGI::Fast - CGI Interface for Fast CGI
+
+long_description    CGI::Fast is a subclass of the CGI object created by CGI.pm. It is \
+                    specialized to work with the FCGI module, which greatly speeds up CGI \
+                    scripts by turning them into persistently running server processes. \
+                    Scripts that perform time-consuming initialization processes, such as \
+                    loading large modules or opening persistent database connections, will \
+                    see large performance improvements.
+
+checksums           rmd160  d91c292bd30acf4edb54e2f5e4c3964413beade3 \
+                    sha256  70c1905e1f9b2c7022846e5a406c60c3c82e797c889bf412fc90a823b139c336
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-cgi \
+                    port:p${perl5.major}-fcgi \
+                    port:p${perl5.major}-test-deep
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-cgi-fast/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/20140822/dab8e8c4/attachment.html>


More information about the macports-changes mailing list