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

idogan23 at users.sourceforge.net idogan23 at users.sourceforge.net
Thu Mar 5 20:40:32 CET 2009


Revision: 3589
          http://gar.svn.sourceforge.net/gar/?rev=3589&view=rev
Author:   idogan23
Date:     2009-03-05 19:40:32 +0000 (Thu, 05 Mar 2009)

Log Message:
-----------
unbound: initial commit

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


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


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


Added: csw/mgar/pkg/unbound/trunk/Makefile
===================================================================
--- csw/mgar/pkg/unbound/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/unbound/trunk/Makefile	2009-03-05 19:40:32 UTC (rev 3589)
@@ -0,0 +1,30 @@
+GARNAME = unbound
+GARVERSION = 1.2.1
+CATEGORIES = server
+
+DESCRIPTION = A validating, recursive, and caching DNS resolver
+define BLUR
+  Unbound is designed as a set of modular components, so that also
+  DNSSEC (secure DNS) validation and stub-resolvers (that do not run as
+  a server, but are linked into an application) are easily possible.
+endef
+
+MASTER_SITES = http://unbound.net/downloads/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+DISTFILES += $(call admfiles,CSWunbound,)
+
+GARCOMPILER = GCC4
+
+# We define upstream file regex so we can be notifed of new upstream software release
+#UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz
+
+# 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 = 
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --without-pthreads
+CONFIGUTE_ARGS += --with-solaris-threads
+CONFIGURE_ARGS += --with-ssl=/opt/csw
+
+include gar/category.mk


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