[63068] trunk/dports/www

ryandesign at macports.org ryandesign at macports.org
Sun Jan 24 23:58:38 PST 2010


Revision: 63068
          http://trac.macports.org/changeset/63068
Author:   ryandesign at macports.org
Date:     2010-01-24 23:58:35 -0800 (Sun, 24 Jan 2010)
Log Message:
-----------
pure-fastcgi: new port, vesion 0.1; see
http://groups.google.com/group/pure-lang/t/a09a16c0045b219f

Added Paths:
-----------
    trunk/dports/www/pure-fastcgi/
    trunk/dports/www/pure-fastcgi/Portfile
    trunk/dports/www/pure-fastcgi/files/
    trunk/dports/www/pure-fastcgi/files/patch-fastcgi.c.diff

Added: trunk/dports/www/pure-fastcgi/Portfile
===================================================================
--- trunk/dports/www/pure-fastcgi/Portfile	                        (rev 0)
+++ trunk/dports/www/pure-fastcgi/Portfile	2010-01-25 07:58:35 UTC (rev 63068)
@@ -0,0 +1,23 @@
+# $Id$
+
+PortSystem                      1.0
+PortGroup                       pure 1.0
+
+pure.setup                      fastcgi 0.1
+categories                      www
+platforms                       darwin
+maintainers                     ryandesign
+license                         BSD
+
+description                     an interface to the FastCGI library in Pure
+
+long_description                ${name} lets you write FastCGI scripts in \
+                                Pure, to be run by web servers like Apache.
+
+checksums                       md5     84cd453d28a079a36c5592c689347c97 \
+                                sha1    b21c1d70a17b7b7f37ed10aef157151da186b61d \
+                                rmd160  fa97ae1290b23f2b72555f31bf5e4c5d7f5545af
+
+patchfiles                      patch-fastcgi.c.diff
+
+depends_lib-append              port:fcgi


Property changes on: trunk/dports/www/pure-fastcgi/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/www/pure-fastcgi/files/patch-fastcgi.c.diff
===================================================================
--- trunk/dports/www/pure-fastcgi/files/patch-fastcgi.c.diff	                        (rev 0)
+++ trunk/dports/www/pure-fastcgi/files/patch-fastcgi.c.diff	2010-01-25 07:58:35 UTC (rev 63068)
@@ -0,0 +1,10 @@
+--- fastcgi.c.orig	2010-01-10 14:50:45.000000000 -0600
++++ fastcgi.c	2010-01-25 01:46:55.000000000 -0600
+@@ -1,6 +1,6 @@
+ 
+ #include <pure/runtime.h>
+-#include <fastcgi/fcgi_stdio.h>
++#include <fcgi_stdio.h>
+ 
+ extern void *fastcgi_to_file(FILE *fp)
+ {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100124/f3cec184/attachment.html>


More information about the macports-changes mailing list