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

idogan23 at users.sourceforge.net idogan23 at users.sourceforge.net
Tue May 12 22:41:51 CEST 2009


Revision: 4825
          http://gar.svn.sourceforge.net/gar/?rev=4825&view=rev
Author:   idogan23
Date:     2009-05-12 20:41:51 +0000 (Tue, 12 May 2009)

Log Message:
-----------
drill: initial commit

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


Property changes on: csw/mgar/pkg/drill/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/drill/trunk/Makefile
===================================================================
--- csw/mgar/pkg/drill/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/drill/trunk/Makefile	2009-05-12 20:41:51 UTC (rev 4825)
@@ -0,0 +1,32 @@
+GARNAME = drill
+GARVERSION = 1.5.1
+CATEGORIES = utils
+
+DESCRIPTION = A dig style dnssec aware dns debugging tool
+define BLURB
+  Drill is a tool a la dig from BIND. It was designed with DNSSEC in
+  mind and should be a useful debugging/query tool for DNSSEC.
+endef
+
+MASTER_SITES = http://www.nlnetlabs.nl/projects/ldns/
+DISTFILES  = ldns-$(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 = http://www.nlnetlabs.nl/downloads/ldns/
+
+DISTNAME = ldns-$(GARVERSION)
+WORKSRC = $(WORKDIR)/$(DISTNAME)/drill
+
+REQUIRED_PKGS = CSWldns
+REQUIRED_PKGS += CSWosslrt
+
+GARCOMPILER = GCC4
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --with-ssl=/opt/csw
+CONFIGURE_ARGS += --with-ldns=/opt/csw
+
+include gar/category.mk

Added: csw/mgar/pkg/drill/trunk/checksums
===================================================================
--- csw/mgar/pkg/drill/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/drill/trunk/checksums	2009-05-12 20:41:51 UTC (rev 4825)
@@ -0,0 +1 @@
+17f73def98711e1475409d9a8d5d9dcd  download/ldns-1.5.1.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