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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Nov 12 21:19:46 CET 2009


Revision: 7252
          http://gar.svn.sourceforge.net/gar/?rev=7252&view=rev
Author:   dmichelsen
Date:     2009-11-12 20:19:46 +0000 (Thu, 12 Nov 2009)

Log Message:
-----------
dnstracer: Initial commit

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


Property changes on: csw/mgar/pkg/dnstracer/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/dnstracer/trunk/Makefile
===================================================================
--- csw/mgar/pkg/dnstracer/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/dnstracer/trunk/Makefile	2009-11-12 20:19:46 UTC (rev 7252)
@@ -0,0 +1,29 @@
+GARNAME = dnstracer
+GARVERSION = 1.9
+CATEGORIES = apps
+
+DESCRIPTION = Trace a chain of DNS servers to the source
+define BLURB
+  Dnstracer determines where a given Domain Name Server (DNS) gets its
+  information from, and follows the chain of DNS servers back to the
+  servers which know the data.
+endef
+
+MASTER_SITES = http://www.mavetju.org/download/
+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
+
+LICENSE = LICENSE
+
+SPKG_SOURCEURL = http://www.mavetju.org/unix/general.php
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --disable-ipv6
+
+EXTRA_LDFLAGS = -lresolv
+
+TEST_TARGET = check
+
+include gar/category.mk

Added: csw/mgar/pkg/dnstracer/trunk/checksums
===================================================================
--- csw/mgar/pkg/dnstracer/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/dnstracer/trunk/checksums	2009-11-12 20:19:46 UTC (rev 7252)
@@ -0,0 +1 @@
+7db73ce3070119c98049a617fe52ea84  dnstracer-1.9.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