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

idogan23 at users.sourceforge.net idogan23 at users.sourceforge.net
Tue May 12 14:52:01 CEST 2009


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

Log Message:
-----------
ldns: initial commit

Added Paths:
-----------
    csw/mgar/pkg/ldns/
    csw/mgar/pkg/ldns/branches/
    csw/mgar/pkg/ldns/tags/
    csw/mgar/pkg/ldns/trunk/
    csw/mgar/pkg/ldns/trunk/Makefile
    csw/mgar/pkg/ldns/trunk/checksums
    csw/mgar/pkg/ldns/trunk/files/
    csw/mgar/pkg/ldns/trunk/files/doxyparse.diff


Property changes on: csw/mgar/pkg/ldns/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/ldns/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ldns/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/ldns/trunk/Makefile	2009-05-12 12:52:01 UTC (rev 4820)
@@ -0,0 +1,38 @@
+GARNAME = ldns
+GARVERSION = 1.5.1
+CATEGORIES = lib
+
+DESCRIPTION = A library for programs conforming to DNS RFCs and drafts
+define BLURB
+  Ldns is a library to simplify implementation of recent DNS RFCs. The goal
+  is to allow depelopers to easily create software conforming to current RFCs
+  and experimental software for current Internet drafts.
+  Because ldns is written in C it should be a lot faster than Perl or other
+  scripting languages.
+endef
+
+MASTER_SITES = http://www.nlnetlabs.nl/projects/ldns/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+DISTFILES += doxyparse.diff
+
+# 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\
+
+REGUIRED_PKGS = CSWosslrt
+REQUIRED_PKGS += CSWgcc4corert
+
+PATCHFILES = doxyparse.diff
+
+GARCOMPILER = GCC4
+BUILD64 = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --with-ssl=/opt/csw
+CONFIGURE_ARGS += --enable-sha2
+
+TEST_TARGET =
+
+include gar/category.mk

Added: csw/mgar/pkg/ldns/trunk/checksums
===================================================================
--- csw/mgar/pkg/ldns/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/ldns/trunk/checksums	2009-05-12 12:52:01 UTC (rev 4820)
@@ -0,0 +1,2 @@
+b5516aacfa819947cbfb6d0c34f0c546  download/doxyparse.diff
+17f73def98711e1475409d9a8d5d9dcd  download/ldns-1.5.1.tar.gz

Added: csw/mgar/pkg/ldns/trunk/files/doxyparse.diff
===================================================================
--- csw/mgar/pkg/ldns/trunk/files/doxyparse.diff	                        (rev 0)
+++ csw/mgar/pkg/ldns/trunk/files/doxyparse.diff	2009-05-12 12:52:01 UTC (rev 4820)
@@ -0,0 +1,9 @@
+diff --speed-large-files --minimal -Nru ldns-1.5.1.orig/doc/doxyparse.pl ldns-1.5.1/doc/doxyparse.pl
+--- ldns-1.5.1.orig/doc/doxyparse.pl	2008-05-28 10:28:39.000000000 +0200
++++ ldns-1.5.1/doc/doxyparse.pl	2009-05-12 13:41:55.220351895 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
++#!/opt/csw/bin/perl
+ 
+ # Doxygen is usefull for html documentation, but sucks 
+ # in making manual pages. Still tool also parses the .h


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