[20992] trunk/dports/www

source_changes at macosforge.org source_changes at macosforge.org
Mon Dec 18 16:57:38 PST 2006


Revision: 20992
          http://trac.macosforge.org/projects/macports/changeset/20992
Author:   blair at macports.org
Date:     2006-12-18 16:57:37 -0800 (Mon, 18 Dec 2006)

Log Message:
-----------
New Port for serf, a C-based HTTP client library.

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

Added: trunk/dports/www/serf/Portfile
===================================================================
--- trunk/dports/www/serf/Portfile	                        (rev 0)
+++ trunk/dports/www/serf/Portfile	2006-12-19 00:57:37 UTC (rev 20992)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem 1.0
+name		serf
+version		0.1.0
+categories	www
+maintainers	blair at orcaware.com
+description	C-based HTTP client library
+
+long_description	The serf library is a C-based HTTP client library \
+			built upon the Apache Portable Runtime (APR) \
+			library.  It multiplexes connections, running the \
+			read/write communication asynchronously.  Memory \
+			copies and transformations are kept to a minimum to \
+			provide high performance operation.
+
+homepage	http://code.google.com/p/serf/
+master_sites	http://serf.googlecode.com/files/
+use_bzip2	yes
+checksums	md5 c80d2086f5795ce1956f58406b25683d \
+		sha1 7c24125d02c2ef5c0b0effabc2fc80e0fa63eb57 \
+		rmd160 d1fce249cea8298e2164189572fffacc229091fd
+
+depends_lib	port:apr port:apr-util port:openssl
+
+configure.args	--with-apr=${prefix} --with-apr-util=${prefix}
+
+test.run	yes
+test.target	check


Property changes on: trunk/dports/www/serf/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061218/1865f404/attachment.html


More information about the macports-changes mailing list