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

rthurner at users.sourceforge.net rthurner at users.sourceforge.net
Sun Dec 5 09:27:13 CET 2010


Revision: 11786
          http://gar.svn.sourceforge.net/gar/?rev=11786&view=rev
Author:   rthurner
Date:     2010-12-05 08:27:13 +0000 (Sun, 05 Dec 2010)

Log Message:
-----------
neon: try a version specific package

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


Property changes on: csw/mgar/pkg/neon29/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/neon29/trunk/Makefile
===================================================================
--- csw/mgar/pkg/neon29/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/neon29/trunk/Makefile	2010-12-05 08:27:13 UTC (rev 11786)
@@ -0,0 +1,30 @@
+GARNAME = neon29
+GARVERSION = 0.29.5
+DISTNAME = neon-$(GARVERSION)
+CATEGORIES = lib
+
+DESCRIPTION = Neon HTTP and WebDAV client library
+define BLURB
+  neon is an HTTP and WebDAV client library for Unix systems, with a C language
+  API. It provides high-level interfaces to HTTP/1.1 and WebDAV methods, and a
+  low-level interface to HTTP request/response handling, allowing new methods to
+  be easily implemented.
+endef
+
+MASTER_SITES = http://www.webdav.org/neon/
+DISTFILES  = $(DISTNAME).tar.gz
+
+DEP_PKGS = CSWexpat CSWosslrt CSWzlib CSWggettextrt CSWpakchois CSWlibproxy CSWkrb5lib
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(DISTNAME)-(\d+(?:\.\d+)*).tar.gz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --enable-shared --disable-static
+CONFIGURE_ARGS += --with-ssl=openssl
+CONFIGURE_ARGS += --with-expat
+CONFIGURE_ARGS = --with-libproxy --with-packchois
+
+TEST_TARGET = check
+
+include gar/category.mk


Property changes on: csw/mgar/pkg/neon29/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/neon29/trunk/checksums
===================================================================
--- csw/mgar/pkg/neon29/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/neon29/trunk/checksums	2010-12-05 08:27:13 UTC (rev 11786)
@@ -0,0 +1 @@
+ff369e69ef0f0143beb5626164e87ae2  neon-0.29.5.tar.gz


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