[csw-devel] SF.net SVN: gar:[8448] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Feb 10 11:36:16 CET 2010
Revision: 8448
http://gar.svn.sourceforge.net/gar/?rev=8448&view=rev
Author: dmichelsen
Date: 2010-02-10 10:36:15 +0000 (Wed, 10 Feb 2010)
Log Message:
-----------
c-ares: Initial commit
Added Paths:
-----------
csw/mgar/pkg/c-ares/
csw/mgar/pkg/c-ares/branches/
csw/mgar/pkg/c-ares/tags/
csw/mgar/pkg/c-ares/trunk/
csw/mgar/pkg/c-ares/trunk/Makefile
csw/mgar/pkg/c-ares/trunk/checksums
csw/mgar/pkg/c-ares/trunk/files/
Property changes on: csw/mgar/pkg/c-ares/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/c-ares/trunk/Makefile
===================================================================
--- csw/mgar/pkg/c-ares/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/c-ares/trunk/Makefile 2010-02-10 10:36:15 UTC (rev 8448)
@@ -0,0 +1,25 @@
+GARNAME = c-ares
+GARVERSION = 1.7.0
+CATEGORIES = lib
+
+DESCRIPTION = Perform DNS requests and name resolves asynchronously
+define BLURB
+endef
+
+MASTER_SITES = http://c-ares.haxx.se/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+PACKAGES = CSWlibcares
+CATALOGNAME = libcares
+
+LICENSE = README.cares
+
+BUILD64 = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+
+include gar/category.mk
Added: csw/mgar/pkg/c-ares/trunk/checksums
===================================================================
--- csw/mgar/pkg/c-ares/trunk/checksums (rev 0)
+++ csw/mgar/pkg/c-ares/trunk/checksums 2010-02-10 10:36:15 UTC (rev 8448)
@@ -0,0 +1 @@
+15ab7852306b554b0b1145f41005a3bb c-ares-1.7.0.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