[csw-devel] SF.net SVN: gar:[5855] csw/mgar/pkg/bind/branches
bonivart at users.sourceforge.net
bonivart at users.sourceforge.net
Wed Aug 5 13:12:29 CEST 2009
Revision: 5855
http://gar.svn.sourceforge.net/gar/?rev=5855&view=rev
Author: bonivart
Date: 2009-08-05 11:12:29 +0000 (Wed, 05 Aug 2009)
Log Message:
-----------
bind: commit stable branch with 9.4.3-P3
Modified Paths:
--------------
csw/mgar/pkg/bind/branches/stable/checksums
Added Paths:
-----------
csw/mgar/pkg/bind/branches/stable/
csw/mgar/pkg/bind/branches/stable/Makefile
Removed Paths:
-------------
csw/mgar/pkg/bind/branches/stable/Makefile
Deleted: csw/mgar/pkg/bind/branches/stable/Makefile
===================================================================
--- csw/mgar/pkg/bind/trunk/Makefile 2009-07-31 08:12:00 UTC (rev 5762)
+++ csw/mgar/pkg/bind/branches/stable/Makefile 2009-08-05 11:12:29 UTC (rev 5855)
@@ -1,92 +0,0 @@
-GARNAME = bind
-GARVERSION = 9.6.1
-RELEASE = P1
-DISTVERSION = $(GARVERSION)-$(RELEASE)
-DISTNAME = $(GARNAME)-$(DISTVERSION)
-WORKSRC = $(WORKDIR)/$(DISTNAME)
-CATEGORIES = net
-
-DESCRIPTION = ISC BIND DNS reference implementation
-define BLURB
- BIND is open-source software that implements the Domain Name System (DNS)
- protocols for the Internet. It is a reference implementation of those
- protocols, but it is also production-grade software, suitable for use in
- high-volume and high-reliability applications.
-endef
-
-MASTER_SITES = http://ftp.isc.org/isc/bind9/$(GARVERSION)-$(RELEASE)/
-DISTFILES = $(GARNAME)-$(GARVERSION)-$(RELEASE).tar.gz
-#MASTER_SITES = http://ftp.isc.org/isc/bind9/$(GARVERSION)/
-#DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
-
-PACKAGES = CSWbind CSWbinddevel CSWlibbind CSWbindutils
-
-CATALOGNAME_CSWbinddevel = bind_devel
-CATALOGNAME_CSWbindutils = bind_utils
-
-ARCHALL_CSWbinddevel = 1
-
-LICENSE = COPYRIGHT
-
-SPKG_DESC_CSWbind = ISC BIND DNS main package
-SPKG_DESC_CSWbinddevel = ISC BIND DNS development package
-SPKG_DESC_CSWlibbind = ISC BIND DNS library package
-SPKG_DESC_CSWbindutils = ISC BIND DNS utilities package
-
-REQUIRED_PKGS_CSWbind = CSWlibbind CSWbindutils CSWcswclassutils
-REQUIRED_PKGS_CSWbinddevel = CSWbind
-REQUIRED_PKGS_CSWlibbind = CSWiconv CSWlibxml2 CSWosslrt CSWzlib
-REQUIRED_PKGS_CSWbindutils = CSWlibbind CSWiconv CSWlibxml2 CSWosslrt
-
-# We define upstream file regex so we can be notifed of new upstream software release
-UPSTREAM_MASTER_SITES = http://ftp.isc.org/isc/bind9/
-UFILES_REGEX = (\d+(?:\.\d+)*)
-
-CONFIGURE_ARGS = $(DIRPATHS)
-CONFIGURE_ARGS += --with-libtool
-CONFIGURE_ARGS += --with-openssl=/opt/csw
-CONFIGURE_ARGS += --enable-threads
-CONFIGURE_ARGS += --enable-largefile
-CONFIGURE_ARGS += --sysconfdir=/etc/opt/csw
-CONFIGURE_ARGS += --localstatedir=/var/opt/csw/named
-
-EXTRA_MERGE_EXCLUDE_FILES = .*~ $(libdir)/.*\.a $(libdir)/.*\.la
-
-PKGFILES_CSWbinddevel = $(PKGFILES_DEVEL)
-PKGFILES_CSWlibbind = $(libdir)/.*
-PKGFILES_CSWbindutils = $(bindir)/.*
-
-# checkpkg can't handle split packages
-ENABLE_CHECK = 0
-
-INSTALL_SCRIPTS = custom
-
-PROTOTYPE_FILTER = awk ' \
- $$$$3 ~ /\/init.d\/cswnamed$$$$/ { $$$$2 = "cswinitsmf" } \
- $$$$3 ~ /\/named.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } \
- $$$$3 ~ /\/var\/opt\/csw\/named/ { $$$$5 = "named" ; $$$$2 = "ugfiles" } \
- $$$$3 ~ /\/CSWbind\/cswusergroup$$$$/ { $$$$2 = "cswusergroup" } \
- { print }'
-
-SPKG_SOURCEURL = http://www.isc.org/software/bind
-SPKG_CLASSES_CSWbind = none cswusergroup cswugfiles cswcpsampleconf cswinitsmf
-
-include gar/category.mk
-
-SPKG_REVSTAMP := $(SPKG_REVSTAMP)_rev=$(RELEASE)
-
-DOCLIST = README.CSW db.127.0.0 db.localhost named.conf named.root rndc.key
-
-install-custom:
- @echo " ==> Installing $(GARNAME) (custom)"
- @ginstall -d $(DESTDIR)/etc/opt/csw/init.d
- @cp $(FILEDIR)/CSWbind.cswnamed $(DESTDIR)/etc/opt/csw/init.d/cswnamed
- @cp $(FILEDIR)/CSWbind.named.conf.CSW $(DESTDIR)/etc/opt/csw/named.conf.CSW
- @ginstall -d $(DESTDIR)/opt/csw/etc/CSWbind
- @cp $(FILEDIR)/cswusergroup $(DESTDIR)/opt/csw/etc/CSWbind/
- @ginstall -d $(DESTDIR)$(docdir)/$(GARNAME)
- @$(foreach DOC,$(DOCLIST),cp $(FILEDIR)/$(DOC) $(DESTDIR)$(docdir)/$(GARNAME);)
- ( cd $(WORKSRC) ; \
- gmake DESTDIR=$(DESTDIR) install )
- @touch $(DESTDIR)/var/opt/csw/named/named.pid
- @$(MAKECOOKIE)
Copied: csw/mgar/pkg/bind/branches/stable/Makefile (from rev 5782, csw/mgar/pkg/bind/trunk/Makefile)
===================================================================
--- csw/mgar/pkg/bind/branches/stable/Makefile (rev 0)
+++ csw/mgar/pkg/bind/branches/stable/Makefile 2009-08-05 11:12:29 UTC (rev 5855)
@@ -0,0 +1,93 @@
+GARNAME = bind
+GARVERSION = 9.4.3
+RELEASE = P3
+DISTVERSION = $(GARVERSION)-$(RELEASE)
+DISTNAME = $(GARNAME)-$(DISTVERSION)
+WORKSRC = $(WORKDIR)/$(DISTNAME)
+CATEGORIES = net
+
+DESCRIPTION = ISC BIND DNS reference implementation
+define BLURB
+ BIND is open-source software that implements the Domain Name System (DNS)
+ protocols for the Internet. It is a reference implementation of those
+ protocols, but it is also production-grade software, suitable for use in
+ high-volume and high-reliability applications.
+endef
+
+MASTER_SITES = http://ftp.isc.org/isc/bind9/$(GARVERSION)-$(RELEASE)/
+DISTFILES = $(GARNAME)-$(GARVERSION)-$(RELEASE).tar.gz
+#MASTER_SITES = http://ftp.isc.org/isc/bind9/$(GARVERSION)/
+#DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+
+PACKAGES = CSWbind CSWbinddevel CSWlibbind CSWbindutils
+
+CATALOGNAME_CSWbinddevel = bind_devel
+CATALOGNAME_CSWbindutils = bind_utils
+
+ARCHALL_CSWbinddevel = 1
+
+LICENSE = COPYRIGHT
+
+SPKG_DESC_CSWbind = ISC BIND DNS main package
+SPKG_DESC_CSWbinddevel = ISC BIND DNS development package
+SPKG_DESC_CSWlibbind = ISC BIND DNS library package
+SPKG_DESC_CSWbindutils = ISC BIND DNS utilities package
+
+REQUIRED_PKGS_CSWbind = CSWlibbind CSWbindutils CSWcswclassutils
+REQUIRED_PKGS_CSWbinddevel = CSWbind
+REQUIRED_PKGS_CSWlibbind = CSWiconv CSWlibxml2 CSWosslrt CSWzlib
+REQUIRED_PKGS_CSWbindutils = CSWlibbind CSWiconv CSWlibxml2 CSWosslrt
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UPSTREAM_MASTER_SITES = http://ftp.isc.org/isc/bind9/
+UFILES_REGEX = (\d+(?:\.\d+)*)
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --with-libtool
+CONFIGURE_ARGS += --with-openssl=/opt/csw
+CONFIGURE_ARGS += --enable-threads
+CONFIGURE_ARGS += --enable-largefile
+CONFIGURE_ARGS += --sysconfdir=/etc/opt/csw
+CONFIGURE_ARGS += --localstatedir=/var/opt/csw/named
+
+EXTRA_MERGE_EXCLUDE_FILES = .*~ $(libdir)/.*\.a $(libdir)/.*\.la
+
+PKGFILES_CSWbinddevel = $(PKGFILES_DEVEL)
+PKGFILES_CSWlibbind = $(libdir)/.*
+PKGFILES_CSWbindutils = $(bindir)/.*
+
+# checkpkg can't handle split packages
+ENABLE_CHECK = 0
+
+INSTALL_SCRIPTS = custom
+
+PROTOTYPE_FILTER = awk ' \
+ $$$$3 ~ /\/init.d\/cswnamed$$$$/ { $$$$2 = "cswinitsmf" } \
+ $$$$3 ~ /\/named.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } \
+ $$$$3 ~ /\/var\/opt\/csw\/named/ { $$$$5 = "named" ; $$$$2 = "ugfiles" } \
+ $$$$3 ~ /\/CSWbind\/cswusergroup$$$$/ { $$$$2 = "cswusergroup" } \
+ { print }'
+
+SPKG_SOURCEURL = http://www.isc.org/software/bind
+SPKG_CLASSES_CSWbind = none cswusergroup ugfiles cswcpsampleconf cswinitsmf
+
+include gar/category.mk
+
+SPKG_REVSTAMP := $(SPKG_REVSTAMP)_rev=$(RELEASE)
+
+DOCLIST = README.CSW db.127.0.0 db.localhost named.conf named.root rndc.key
+
+install-custom:
+ @echo " ==> Installing $(GARNAME) (custom)"
+ @ginstall -d $(DESTDIR)/etc/opt/csw/init.d
+ @cp $(FILEDIR)/CSWbind.cswnamed $(DESTDIR)/etc/opt/csw/init.d/cswnamed
+ @cp $(FILEDIR)/CSWbind.named.conf.CSW $(DESTDIR)/etc/opt/csw/named.conf.CSW
+ @ginstall -d $(DESTDIR)/opt/csw/etc/CSWbind
+ @cp $(FILEDIR)/cswusergroup $(DESTDIR)/opt/csw/etc/CSWbind/
+ @ginstall -d $(DESTDIR)$(docdir)/$(GARNAME)
+ @$(foreach DOC,$(DOCLIST),cp $(FILEDIR)/$(DOC) $(DESTDIR)$(docdir)/$(GARNAME);)
+ ( cd $(WORKSRC) ; \
+ gmake DESTDIR=$(DESTDIR) install )
+ @ginstall -d $(DESTDIR)/var/opt/csw/named
+ @touch $(DESTDIR)/var/opt/csw/named/named.pid
+ @$(MAKECOOKIE)
Modified: csw/mgar/pkg/bind/branches/stable/checksums
===================================================================
--- csw/mgar/pkg/bind/trunk/checksums 2009-07-31 08:12:00 UTC (rev 5762)
+++ csw/mgar/pkg/bind/branches/stable/checksums 2009-08-05 11:12:29 UTC (rev 5855)
@@ -1 +1 @@
-e6ce3b355c4e6bf5d66ef100f555da3f download/bind-9.6.1-P1.tar.gz
+ed357d3d18dcfa97723f91d9219caa8c download/bind-9.4.3-P3.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