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

bonivart at users.sourceforge.net bonivart at users.sourceforge.net
Wed Jan 13 19:21:10 CET 2010


Revision: 7991
          http://gar.svn.sourceforge.net/gar/?rev=7991&view=rev
Author:   bonivart
Date:     2010-01-13 18:21:10 +0000 (Wed, 13 Jan 2010)

Log Message:
-----------
dnstop: initial commit

Added Paths:
-----------
    csw/mgar/pkg/dnstop/
    csw/mgar/pkg/dnstop/branches/
    csw/mgar/pkg/dnstop/tags/
    csw/mgar/pkg/dnstop/trunk/
    csw/mgar/pkg/dnstop/trunk/Makefile
    csw/mgar/pkg/dnstop/trunk/checksums
    csw/mgar/pkg/dnstop/trunk/files/
    csw/mgar/pkg/dnstop/trunk/files/Makefile.p


Property changes on: csw/mgar/pkg/dnstop/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/dnstop/trunk/Makefile
===================================================================
--- csw/mgar/pkg/dnstop/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/dnstop/trunk/Makefile	2010-01-13 18:21:10 UTC (rev 7991)
@@ -0,0 +1,40 @@
+GARNAME = dnstop
+GARVERSION = 20090128
+CATEGORIES = net
+
+DESCRIPTION = Displays various tables of DNS traffic
+define BLURB
+  Displays various tables of DNS traffic
+endef
+
+MASTER_SITES = http://dns.measurement-factory.com/tools/dnstop/src/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+
+LICENSE = LICENSE
+
+REQUIRED_PKGS = CSWlibpcap
+
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = custom
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+
+pre-build-modulated:
+	@echo " ==> Pre-build $(GARNAME) (custom)"
+	@( cd $(WORKSRC) ; \
+	   gpatch < ../../../../$(FILEDIR)/Makefile.p )
+	@$(MAKECOOKIE)
+
+install-custom:
+	@echo " ==> Installing $(GARNAME) (custom)"
+	@ginstall -m 755 -d $(DESTDIR)$(bindir)
+	@ginstall -m 755 $(WORKSRC)/dnstop $(DESTDIR)$(bindir)
+	@ginstall -m 755 -d $(DESTDIR)$(mandir)/man8
+	@ginstall -m 444 $(WORKSRC)/dnstop.8 $(DESTDIR)$(mandir)/man8
+	@ginstall -m 755 -d $(DESTDIR)$(docdir)/$(GARNAME)
+	@ginstall -m 444 $(WORKSRC)/CHANGES $(DESTDIR)$(docdir)/$(GARNAME)
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/dnstop/trunk/checksums
===================================================================
--- csw/mgar/pkg/dnstop/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/dnstop/trunk/checksums	2010-01-13 18:21:10 UTC (rev 7991)
@@ -0,0 +1,2 @@
+c3b095c7ed3f2d43624d3278a697d89d  Makefile.p
+827a0d2020b157b925411dd30b6feff3  dnstop-20090128.tar.gz

Added: csw/mgar/pkg/dnstop/trunk/files/Makefile.p
===================================================================
--- csw/mgar/pkg/dnstop/trunk/files/Makefile.p	                        (rev 0)
+++ csw/mgar/pkg/dnstop/trunk/files/Makefile.p	2010-01-13 18:21:10 UTC (rev 7991)
@@ -0,0 +1,12 @@
+--- Makefile	2010-01-13 17:55:54.574796795 +0100
++++ Makefile	2010-01-13 18:00:42.582082173 +0100
+@@ -2,7 +2,7 @@
+ 
+ CC=/opt/studio/SOS11/SUNWspro/bin/cc
+-CFLAGS=-xO3 -xarch=386
+-LIBS=-lresolv -lnsl -lsocket -lcurses 
++CFLAGS=-xO3 -xarch=386 -I/opt/csw/include
++LIBS=-lresolv -lnsl -lsocket -lcurses -lpcap
+ OPTFLAGS= -DUSE_IPV6=1
+ 
+ prefix=/opt/csw


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