[csw-devel] SF.net SVN: gar:[4437] csw/mgar/pkg/nsd/trunk
idogan23 at users.sourceforge.net
idogan23 at users.sourceforge.net
Wed Apr 22 09:59:44 CEST 2009
Revision: 4437
http://gar.svn.sourceforge.net/gar/?rev=4437&view=rev
Author: idogan23
Date: 2009-04-22 07:59:44 +0000 (Wed, 22 Apr 2009)
Log Message:
-----------
nsd: switched to dynamic gspec
Modified Paths:
--------------
csw/mgar/pkg/nsd/trunk/Makefile
Removed Paths:
-------------
csw/mgar/pkg/nsd/trunk/files/CSWnsd.gspec
Modified: csw/mgar/pkg/nsd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/nsd/trunk/Makefile 2009-04-21 18:40:11 UTC (rev 4436)
+++ csw/mgar/pkg/nsd/trunk/Makefile 2009-04-22 07:59:44 UTC (rev 4437)
@@ -14,19 +14,21 @@
# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
UPSTREAM_MASTER_SITES = http://www.nlnetlabs.nl/downloads/nsd/
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+PACKAGES = CSWnsd
+REQUIRED_PKGS = CSWcswclassutils CSWosslrt
+CATALOGNAME = nsd
+SPKG_DESC = An authoritative only non-recursive name server
+
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
-DISTFILES += $(call admfiles,CSWnsd,)
DISTFILES += cswusergroup
DISTFILES += cswnsd
SPKG_CLASSES = none cswusergroup ugfiles cswcpsampleconf cswinitsmf
PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswnsd$$$$/ { $$$$2 = "cswinitsmf" } $$$$3 ~ /\/CSWnsd\/cswusergroup$$$$/ { $$$$2 = "cswusergroup" } $$$$3 ~ /\/nsd\/nsd.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } $$$$3 ~ /\/var\/opt\/csw\/nsd/ { $$$$2 = "ugfiles" } $$$$3 ~ /\/var\/opt\/csw\/nsd/ { $$$$5 = "nsd" } $$$$3 ~ /\/var\/opt\/csw\/nsd/ { $$$$6 = "nsd" } { print }'
-REQUIRED_PKGS = CSWcswclassutils
-
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
-
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --with-ssl=/opt/csw
CONFIGURE_ARGS += --with-pidfile=/var/run/nsd.pid
Deleted: csw/mgar/pkg/nsd/trunk/files/CSWnsd.gspec
===================================================================
--- csw/mgar/pkg/nsd/trunk/files/CSWnsd.gspec 2009-04-21 18:40:11 UTC (rev 4436)
+++ csw/mgar/pkg/nsd/trunk/files/CSWnsd.gspec 2009-04-22 07:59:44 UTC (rev 4437)
@@ -1,4 +0,0 @@
-%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