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

idogan23 at users.sourceforge.net idogan23 at users.sourceforge.net
Sat Mar 7 12:04:22 CET 2009


Revision: 3610
          http://gar.svn.sourceforge.net/gar/?rev=3610&view=rev
Author:   idogan23
Date:     2009-03-07 11:04:22 +0000 (Sat, 07 Mar 2009)

Log Message:
-----------
nsd: initial commit

Added Paths:
-----------
    csw/mgar/pkg/nsd/
    csw/mgar/pkg/nsd/branches/
    csw/mgar/pkg/nsd/tags/
    csw/mgar/pkg/nsd/trunk/
    csw/mgar/pkg/nsd/trunk/Makefile
    csw/mgar/pkg/nsd/trunk/files/
    csw/mgar/pkg/nsd/trunk/files/CSWnsd.gspec


Property changes on: csw/mgar/pkg/nsd/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/nsd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/nsd/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/nsd/trunk/Makefile	2009-03-07 11:04:22 UTC (rev 3610)
@@ -0,0 +1,25 @@
+GARNAME = nsd
+GARVERSION = 3.2.1
+CATEGORIES = server
+
+DESCRIPTION = An authoritative only non-recursive name server
+define BLURB
+  NSD (Name Server Daemon) is a complete implementation of an
+  authoritative DNS nameserver.
+endef
+
+MASTER_SITES = http://www.nlnetlabs.nl/downloads/nsd/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+DISTFILES += $(call admfiles,CSWnsd,)
+
+# 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 += --with-ssl=/opt/csw
+
+include gar/category.mk

Added: csw/mgar/pkg/nsd/trunk/files/CSWnsd.gspec
===================================================================
--- csw/mgar/pkg/nsd/trunk/files/CSWnsd.gspec	                        (rev 0)
+++ csw/mgar/pkg/nsd/trunk/files/CSWnsd.gspec	2009-03-07 11:04:22 UTC (rev 3610)
@@ -0,0 +1,4 @@
+%var            bitname nsd
+%var            pkgname CSWnsd
+%include        url file://%{PKGLIB}/csw_dyndepend.gspec
+%copyright      url file://%{WORKSRC_FIRSTMOD}/LICENSE


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