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

idogan23 at users.sourceforge.net idogan23 at users.sourceforge.net
Fri Apr 17 12:47:28 CEST 2009


Revision: 4361
          http://gar.svn.sourceforge.net/gar/?rev=4361&view=rev
Author:   idogan23
Date:     2009-04-17 10:47:28 +0000 (Fri, 17 Apr 2009)

Log Message:
-----------
bind2nsd: initial commit

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


Property changes on: csw/mgar/pkg/bind2nsd/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/bind2nsd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bind2nsd/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/bind2nsd/trunk/Makefile	2009-04-17 10:47:28 UTC (rev 4361)
@@ -0,0 +1,36 @@
+GARNAME = bind2nsd
+GARVERSION = 0.7.2
+CATEGORIES = utils
+
+DESCRIPTION = scripts to translate DNS information in BIND format to NSD format
+define BLURB
+  This project builds scripts that translate DNS information in BIND format to NSD
+  format, and then copy that translation to an NSD server. The goal is to make it
+  simple to run redundant BIND and NSD servers and keep them in sync, using only
+  the BIND configuration files. 
+endef
+
+MASTER_SITES = http://bind2nsd.sourceforge.net/
+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
+
+# 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 = 
+
+PACKAGES = CSWbind2nsd
+REQUIRED_PKGS = CSWpython
+CATALOGNAME = bind2nsd
+SPKG_DESC = scripts to translate DNS information in BIND format to NSD format
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS = $(WORKSRC)/setup.py
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = $(WORKSRC)/setup.py
+
+INSTALL_ARGS += --root=$(DESTDIR)
+INSTALL_ARGS += --prefix=$(prefix)
+
+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