[csw-devel] SF.net SVN: gar:[13566] csw/mgar/pkg/dnstop/trunk
bonivart at users.sourceforge.net
bonivart at users.sourceforge.net
Sat Mar 5 00:47:41 CET 2011
Revision: 13566
http://gar.svn.sourceforge.net/gar/?rev=13566&view=rev
Author: bonivart
Date: 2011-03-04 23:47:40 +0000 (Fri, 04 Mar 2011)
Log Message:
-----------
dnstop/trunk: update to 20110127
Modified Paths:
--------------
csw/mgar/pkg/dnstop/trunk/Makefile
csw/mgar/pkg/dnstop/trunk/checksums
csw/mgar/pkg/dnstop/trunk/files/Makefile.i386.p
csw/mgar/pkg/dnstop/trunk/files/Makefile.sparc.p
Modified: csw/mgar/pkg/dnstop/trunk/Makefile
===================================================================
--- csw/mgar/pkg/dnstop/trunk/Makefile 2011-03-04 22:28:02 UTC (rev 13565)
+++ csw/mgar/pkg/dnstop/trunk/Makefile 2011-03-04 23:47:40 UTC (rev 13566)
@@ -1,5 +1,5 @@
NAME = dnstop
-VERSION = 20090128
+VERSION = 20110127
CATEGORIES = net
DESCRIPTION = Displays various tables of DNS traffic
@@ -7,17 +7,15 @@
Displays various tables of DNS traffic
endef
+SPKG_SOURCEURL = http://dns.measurement-factory.com/tools/dnstop
MASTER_SITES = http://dns.measurement-factory.com/tools/dnstop/src/
DISTFILES = $(NAME)-$(VERSION).tar.gz
-DISTFILES += dnstop.pod
DISTFILES += dnstop.8
LICENSE = LICENSE
RUNTIME_DEP_PKGS = CSWlibpcap
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
-
TEST_SCRIPTS =
INSTALL_SCRIPTS = custom
Modified: csw/mgar/pkg/dnstop/trunk/checksums
===================================================================
--- csw/mgar/pkg/dnstop/trunk/checksums 2011-03-04 22:28:02 UTC (rev 13565)
+++ csw/mgar/pkg/dnstop/trunk/checksums 2011-03-04 23:47:40 UTC (rev 13566)
@@ -1,3 +1 @@
-827a0d2020b157b925411dd30b6feff3 dnstop-20090128.tar.gz
-70ffba84342497ab9d5da57ab0b4e0d5 dnstop.8
-fdfa026782a0fdc5b24b934ef5782ebd dnstop.pod
+e1c6416ad700d2d4d52f176f0827c60d dnstop-20110127.tar.gz
Modified: csw/mgar/pkg/dnstop/trunk/files/Makefile.i386.p
===================================================================
--- csw/mgar/pkg/dnstop/trunk/files/Makefile.i386.p 2011-03-04 22:28:02 UTC (rev 13565)
+++ csw/mgar/pkg/dnstop/trunk/files/Makefile.i386.p 2011-03-04 23:47:40 UTC (rev 13566)
@@ -1,13 +1,13 @@
--- Makefile 2010-01-13 17:55:54.574796795 +0100
+++ Makefile 2010-01-13 18:00:42.582082173 +0100
@@ -2,8 +2,8 @@
- DATE != date +%Y%m%d
- 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
+ CC=/opt/SUNWspro/bin/cc
+-CFLAGS=-xO3 -m32 -xarch=386 -xnorunpath ${OPTFLAGS}
+-LIBS=-lresolv -lnsl -lsocket -lpcap -lncurses
++CFLAGS=-xO3 -m32 -xarch=386 -xnorunpath ${OPTFLAGS} -I/opt/csw/include
++LIBS=-lresolv -lnsl -lsocket -lpcap -lcurses
prefix=/opt/csw
+ exec_prefix=/opt/csw
Modified: csw/mgar/pkg/dnstop/trunk/files/Makefile.sparc.p
===================================================================
--- csw/mgar/pkg/dnstop/trunk/files/Makefile.sparc.p 2011-03-04 22:28:02 UTC (rev 13565)
+++ csw/mgar/pkg/dnstop/trunk/files/Makefile.sparc.p 2011-03-04 23:47:40 UTC (rev 13566)
@@ -1,13 +1,13 @@
---- Makefile 2010-01-13 19:25:50.435317055 +0100
-+++ Makefile 2010-01-13 19:24:07.075661494 +0100
-@@ -2,9 +2,9 @@
- DATE != date +%Y%m%d
+--- Makefile Sat Mar 5 00:33:14 2011
++++ Makefile.new Sat Mar 5 00:34:19 2011
+@@ -2,8 +2,8 @@
- CC=/opt/studio/SOS11/SUNWspro/bin/cc
--CFLAGS=-xO3 -xarch=v8
--LIBS=-lresolv -lnsl -lsocket -lcurses
-+CFLAGS=-xO3 -xarch=v8 -I/opt/csw/include
-+LIBS=-lresolv -lnsl -lsocket -lcurses -lpcap
OPTFLAGS= -DUSE_IPV6=1
+ CC=/opt/SUNWspro/bin/cc
+-CFLAGS=-xO3 -m32 -xarch=v8 -xnorunpath ${OPTFLAGS}
+-LIBS=-lresolv -lnsl -lsocket -lpcap -lncurses
++CFLAGS=-xO3 -m32 -xarch=v8 -xnorunpath ${OPTFLAGS} -I/opt/csw/include
++LIBS=-lresolv -lnsl -lsocket -lpcap -lcurses
prefix=/opt/csw
+ exec_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