[csw-devel] SF.net SVN: gar:[4905] csw/mgar/pkg

rthurner at users.sourceforge.net rthurner at users.sourceforge.net
Sat May 16 20:38:49 CEST 2009


Revision: 4905
          http://gar.svn.sourceforge.net/gar/?rev=4905&view=rev
Author:   rthurner
Date:     2009-05-16 18:38:49 +0000 (Sat, 16 May 2009)

Log Message:
-----------
libserf-0.3.0 - initial commit, not compiling yet

Added Paths:
-----------
    csw/mgar/pkg/libserf/
    csw/mgar/pkg/libserf/branches/
    csw/mgar/pkg/libserf/tags/
    csw/mgar/pkg/libserf/trunk/
    csw/mgar/pkg/libserf/trunk/Makefile
    csw/mgar/pkg/libserf/trunk/checksums
    csw/mgar/pkg/libserf/trunk/files/


Property changes on: csw/mgar/pkg/libserf/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/libserf/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libserf/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libserf/trunk/Makefile	2009-05-16 18:38:49 UTC (rev 4905)
@@ -0,0 +1,33 @@
+GARNAME = serf
+GARVERSION = 0.3.0
+CATEGORIES = lib
+
+DESCRIPTION = HTTP client library built on APR, multiplexes connections.
+define BLURB
+    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.
+endef
+
+MASTER_SITES = http://serf.googlecode.com/files/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
+# If the url used to check for software update is different of MASTER_SITES, then 
+# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
+# UPSTREAM_MASTER_SITES = 
+
+DEPENDS = server/apache2
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --with-apr=$(prefix)/apache2
+CONFIGURE_ARGS += --with-apr-util=$(prefix)/apache2
+#CONFIGURE_ARGS += --with-apr=$(prefix)/apache2/bin/apr-config
+#CONFIGURE_ARGS += --with-apr-util=$(prefix)/apache2/bin/apu-config
+
+
+include gar/category.mk

Added: csw/mgar/pkg/libserf/trunk/checksums
===================================================================
--- csw/mgar/pkg/libserf/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/libserf/trunk/checksums	2009-05-16 18:38:49 UTC (rev 4905)
@@ -0,0 +1 @@
+d5c7f41d1c9f1589b98affc1fa029982  download/serf-0.3.0.tar.bz2


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list