Date: Thu, 27 Apr 2006 14:21:02 -0500 (EST) From: Wesley Shields <wxs@csh.rit.edu> To: FreeBSD-gnats-submit@FreeBSD.org Cc: yb@bashibuzuk.net Subject: ports/96425: [UPDATE]: net/netdude and it's 2 related ports. Message-ID: <200604271921.k3RJL2DY020768@syn.csh.rit.edu> Resent-Message-ID: <200604271820.k3RIK4pm068388@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 96425 >Category: ports >Synopsis: [UPDATE]: net/netdude and it's 2 related ports. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Apr 27 18:20:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Wesley Shields >Release: FreeBSD 6.0-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD syn 6.0-RELEASE-p2 FreeBSD 6.0-RELEASE-p2 #1: Wed Jan 11 11:57:33 EST 2006 root@syn:/usr/obj/usr/src/sys/GENERIC i386 >Description: net/netdude, net/libnetdude, and net/libpcapnav are all out of date. The attached patches update the ports and change maintainership to me (this has been discussed with the current maintainer). The patches also cleanup the pkg-plist and please portlint. They also remove USE_REINPLACE, which AFAIK is not needed anymore? I've CC'ed the maintainer on this. >How-To-Repeat: N/A >Fix: --------------------------- BEGIN NETDUDE PATCH --------------------- diff -ruN net/netdude.orig/Makefile net/netdude/Makefile --- net/netdude.orig/Makefile Tue Mar 7 03:27:07 2006 +++ net/netdude/Makefile Thu Apr 27 12:20:10 2006 @@ -7,13 +7,12 @@ # PORTNAME= netdude -PORTVERSION= 0.4.5 -PORTREVISION= 1 +PORTVERSION= 0.4.6 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= yb@bashibuzuk.net +MAINTAINER= wxs@csh.rit.edu COMMENT= NETwork DUmp data Displayer and Editor for tcpdump tracefiles LIB_DEPENDS= netdude.0:${PORTSDIR}/net/libnetdude @@ -27,7 +26,7 @@ USE_GMAKE= yes USE_GNOME= glib12 gtk12 INSTALLS_SHLIB= yes -USE_REINPLACE= yes +USE_LIBTOOL_VER= 15 MAN1= netdude.1 diff -ruN net/netdude.orig/distinfo net/netdude/distinfo --- net/netdude.orig/distinfo Sun Jan 22 16:23:18 2006 +++ net/netdude/distinfo Wed Apr 26 14:57:56 2006 @@ -1,3 +1,3 @@ -MD5 (netdude-0.4.5.tar.gz) = b53832fe2bf3772b00e7e0ad9ff50c3c -SHA256 (netdude-0.4.5.tar.gz) = 5bf490249f951013ca0efd21a3d8d99a1630c92397bef932492d2c738d88aba4 -SIZE (netdude-0.4.5.tar.gz) = 1291820 +MD5 (netdude-0.4.6.tar.gz) = db4f36c484c57f856a73d5019714b7b0 +SHA256 (netdude-0.4.6.tar.gz) = 0690316f40bdc837751ae1e8a74f63a3f6c2dafbd12a660ced3eb9606432c142 +SIZE (netdude-0.4.6.tar.gz) = 1159507 diff -ruN net/netdude.orig/files/patch-Makefile.in net/netdude/files/patch-Makefile.in --- net/netdude.orig/files/patch-Makefile.in Tue May 4 02:47:18 2004 +++ net/netdude/files/patch-Makefile.in Thu Apr 27 07:47:57 2006 @@ -1,11 +1,11 @@ ---- Makefile.in.orig Wed Feb 4 13:46:55 2004 -+++ Makefile.in Wed Feb 4 13:47:24 2004 -@@ -116,7 +116,7 @@ +--- Makefile.in.orig Thu Apr 27 07:47:39 2006 ++++ Makefile.in Thu Apr 27 07:47:47 2006 +@@ -94,7 +94,7 @@ lndtool = @lndtool@ version_major = @version_major@ version_minor = @version_minor@ --SUBDIRS = libltdl src plugins protocols intl po pixmaps doc m4 -+SUBDIRS = src plugins protocols intl po pixmaps doc m4 +-SUBDIRS = libltdl src plugins protocols pixmaps doc ++SUBDIRS = src plugins protocols pixmaps doc MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ config.h.in config.sub configure install-sh \ diff -ruN net/netdude.orig/files/patch-configure net/netdude/files/patch-configure --- net/netdude.orig/files/patch-configure Sun Oct 13 09:11:31 2002 +++ net/netdude/files/patch-configure Thu Apr 27 07:48:30 2006 @@ -1,6 +1,6 @@ ---- configure.orig Fri Oct 11 23:43:36 2002 -+++ configure Fri Oct 11 23:44:16 2002 -@@ -418,7 +418,7 @@ +--- configure.orig Thu Apr 27 07:48:08 2006 ++++ configure Thu Apr 27 07:48:23 2006 +@@ -430,7 +430,7 @@ PACKAGE_BUGREPORT= ac_unique_file="src/nd.h" @@ -9,12 +9,3 @@ # Factoring default headers for most tests. ac_includes_default="\ #include <stdio.h> -@@ -2634,7 +2634,7 @@ - - - --subdirs="$subdirs libltdl" -+subdirs="$subdirs" - - - diff -ruN net/netdude.orig/files/patch-src::Makefile.in net/netdude/files/patch-src::Makefile.in --- net/netdude.orig/files/patch-src::Makefile.in Tue May 4 02:47:18 2004 +++ net/netdude/files/patch-src::Makefile.in Thu Apr 27 09:43:49 2006 @@ -1,6 +1,6 @@ ---- src/Makefile.in.orig Sun Jan 25 21:02:59 2004 -+++ src/Makefile.in Sun Jan 25 21:03:36 2004 -@@ -196,8 +196,7 @@ +--- src/Makefile.in.orig Thu Apr 27 09:43:27 2006 ++++ src/Makefile.in Thu Apr 27 09:43:39 2006 +@@ -171,8 +171,7 @@ gtkhex.c gtkhex.h @@ -10,7 +10,7 @@ subdir = src mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -@@ -218,7 +217,6 @@ +@@ -193,7 +192,6 @@ callbacks.$(OBJEXT) interface.$(OBJEXT) support.$(OBJEXT) \ gtkhex.$(OBJEXT) netdude_OBJECTS = $(am_netdude_OBJECTS) diff -ruN net/netdude.orig/pkg-plist net/netdude/pkg-plist --- net/netdude.orig/pkg-plist Tue May 4 02:47:18 2004 +++ net/netdude/pkg-plist Thu Apr 27 09:55:28 2006 @@ -59,6 +59,7 @@ %%PORTDOCS%%%%DOCSDIR%%/a5243.html %%PORTDOCS%%%%DOCSDIR%%/a5244.html %%PORTDOCS%%%%DOCSDIR%%/a5246.html +%%PORTDOCS%%%%DOCSDIR%%/a5397.html %%PORTDOCS%%%%DOCSDIR%%/api.html %%PORTDOCS%%%%DOCSDIR%%/b5232.html %%PORTDOCS%%%%DOCSDIR%%/b5234.html @@ -73,8 +74,10 @@ %%PORTDOCS%%%%DOCSDIR%%/b5255.html %%PORTDOCS%%%%DOCSDIR%%/b5256.html %%PORTDOCS%%%%DOCSDIR%%/b5258.html +%%PORTDOCS%%%%DOCSDIR%%/b5409.html %%PORTDOCS%%%%DOCSDIR%%/c101.html %%PORTDOCS%%%%DOCSDIR%%/c102.html +%%PORTDOCS%%%%DOCSDIR%%/c105.html %%PORTDOCS%%%%DOCSDIR%%/c20.html %%PORTDOCS%%%%DOCSDIR%%/c261.html %%PORTDOCS%%%%DOCSDIR%%/c267.html @@ -90,10 +93,12 @@ %%PORTDOCS%%%%DOCSDIR%%/c314.html %%PORTDOCS%%%%DOCSDIR%%/c317.html %%PORTDOCS%%%%DOCSDIR%%/c448.html +%%PORTDOCS%%%%DOCSDIR%%/c455.html %%PORTDOCS%%%%DOCSDIR%%/c61.html %%PORTDOCS%%%%DOCSDIR%%/c67.html %%PORTDOCS%%%%DOCSDIR%%/c69.html %%PORTDOCS%%%%DOCSDIR%%/c70.html +%%PORTDOCS%%%%DOCSDIR%%/c71.html %%PORTDOCS%%%%DOCSDIR%%/c89.html %%PORTDOCS%%%%DOCSDIR%%/c93.html %%PORTDOCS%%%%DOCSDIR%%/c95.html @@ -130,50 +135,50 @@ %%PORTDOCS%%%%DOCSDIR%%/netdude-nd-trace-area-gui.html %%PORTDOCS%%%%DOCSDIR%%/netdude-nd-trace-registry.html %%PORTDOCS%%%%DOCSDIR%%/stylesheet.css -share/netdude/0.4/plugins/nd_cksumfix.so -share/netdude/0.4/plugins/nd_cksumfix.la -share/netdude/0.4/plugins/nd_cksumfix.a -share/netdude/0.4/plugins/nd_bpf.so -share/netdude/0.4/plugins/nd_bpf.la -share/netdude/0.4/plugins/nd_bpf.a -share/netdude/0.4/protocols/nd_arp.so -share/netdude/0.4/protocols/nd_arp.la -share/netdude/0.4/protocols/nd_arp.a -share/netdude/0.4/protocols/nd_ethernet.so -share/netdude/0.4/protocols/nd_ethernet.la -share/netdude/0.4/protocols/nd_ethernet.a -share/netdude/0.4/protocols/nd_fddi.so -share/netdude/0.4/protocols/nd_fddi.la -share/netdude/0.4/protocols/nd_fddi.a -share/netdude/0.4/protocols/nd_icmp.so -share/netdude/0.4/protocols/nd_icmp.la -share/netdude/0.4/protocols/nd_icmp.a -share/netdude/0.4/protocols/nd_ip.so -share/netdude/0.4/protocols/nd_ip.la -share/netdude/0.4/protocols/nd_ip.a -share/netdude/0.4/protocols/nd_sll.so -share/netdude/0.4/protocols/nd_sll.la -share/netdude/0.4/protocols/nd_sll.a -share/netdude/0.4/protocols/nd_snap.so -share/netdude/0.4/protocols/nd_snap.la -share/netdude/0.4/protocols/nd_snap.a -share/netdude/0.4/protocols/nd_tcp.so -share/netdude/0.4/protocols/nd_tcp.la -share/netdude/0.4/protocols/nd_tcp.a -share/netdude/0.4/protocols/nd_udp.so -share/netdude/0.4/protocols/nd_udp.la -share/netdude/0.4/protocols/nd_udp.a -share/netdude/0.4/pixmaps/incomplete.xpm -share/netdude/0.4/pixmaps/delete.xpm -share/netdude/0.4/pixmaps/delete_okay.xpm -share/netdude/0.4/pixmaps/question.xpm -share/netdude/0.4/pixmaps/exclamation.xpm -share/netdude/0.4/pixmaps/netdude_small.xpm -share/netdude/0.4/pixmaps/netdude_splash.xpm -share/netdude/0.4/pixmaps/apply_to_all.xpm -share/netdude/0.4/pixmaps/apply_to_part.xpm -share/netdude/0.4/pixmaps/apply_to_sel.xpm -share/netdude/0.4/pixmaps/netdude-icon.png +%%DATADIR%%/0.4/plugins/nd_cksumfix.so +%%DATADIR%%/0.4/plugins/nd_cksumfix.la +%%DATADIR%%/0.4/plugins/nd_cksumfix.a +%%DATADIR%%/0.4/plugins/nd_bpf.so +%%DATADIR%%/0.4/plugins/nd_bpf.la +%%DATADIR%%/0.4/plugins/nd_bpf.a +%%DATADIR%%/0.4/protocols/nd_arp.so +%%DATADIR%%/0.4/protocols/nd_arp.la +%%DATADIR%%/0.4/protocols/nd_arp.a +%%DATADIR%%/0.4/protocols/nd_ethernet.so +%%DATADIR%%/0.4/protocols/nd_ethernet.la +%%DATADIR%%/0.4/protocols/nd_ethernet.a +%%DATADIR%%/0.4/protocols/nd_fddi.so +%%DATADIR%%/0.4/protocols/nd_fddi.la +%%DATADIR%%/0.4/protocols/nd_fddi.a +%%DATADIR%%/0.4/protocols/nd_icmp.so +%%DATADIR%%/0.4/protocols/nd_icmp.la +%%DATADIR%%/0.4/protocols/nd_icmp.a +%%DATADIR%%/0.4/protocols/nd_ip.so +%%DATADIR%%/0.4/protocols/nd_ip.la +%%DATADIR%%/0.4/protocols/nd_ip.a +%%DATADIR%%/0.4/protocols/nd_sll.so +%%DATADIR%%/0.4/protocols/nd_sll.la +%%DATADIR%%/0.4/protocols/nd_sll.a +%%DATADIR%%/0.4/protocols/nd_snap.so +%%DATADIR%%/0.4/protocols/nd_snap.la +%%DATADIR%%/0.4/protocols/nd_snap.a +%%DATADIR%%/0.4/protocols/nd_tcp.so +%%DATADIR%%/0.4/protocols/nd_tcp.la +%%DATADIR%%/0.4/protocols/nd_tcp.a +%%DATADIR%%/0.4/protocols/nd_udp.so +%%DATADIR%%/0.4/protocols/nd_udp.la +%%DATADIR%%/0.4/protocols/nd_udp.a +%%DATADIR%%/0.4/pixmaps/incomplete.xpm +%%DATADIR%%/0.4/pixmaps/delete.xpm +%%DATADIR%%/0.4/pixmaps/delete_okay.xpm +%%DATADIR%%/0.4/pixmaps/question.xpm +%%DATADIR%%/0.4/pixmaps/exclamation.xpm +%%DATADIR%%/0.4/pixmaps/netdude_small.xpm +%%DATADIR%%/0.4/pixmaps/netdude_splash.xpm +%%DATADIR%%/0.4/pixmaps/apply_to_all.xpm +%%DATADIR%%/0.4/pixmaps/apply_to_part.xpm +%%DATADIR%%/0.4/pixmaps/apply_to_sel.xpm +%%DATADIR%%/0.4/pixmaps/netdude-icon.png @dirrm include/netdude/0.4/protocols/fddi @dirrm include/netdude/0.4/protocols/snap @dirrm include/netdude/0.4/protocols @@ -181,8 +186,8 @@ @dirrm include/netdude %%PORTDOCS%%@dirrm %%DOCSDIR%%/images %%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm share/netdude/0.4/plugins -@dirrm share/netdude/0.4/protocols -@dirrm share/netdude/0.4/pixmaps -@dirrm share/netdude/0.4 -@dirrm share/netdude +@dirrm %%DATADIR%%/0.4/plugins +@dirrm %%DATADIR%%/0.4/protocols +@dirrm %%DATADIR%%/0.4/pixmaps +@dirrm %%DATADIR%%/0.4 +@dirrm %%DATADIR%% --------------------------- END NETDUDE PATCH ----------------------- --------------------------- BEGIN LIBNETDUDE PATCH ------------------ diff -ruN net/libnetdude.orig/Makefile net/libnetdude/Makefile --- net/libnetdude.orig/Makefile Tue Mar 7 03:27:05 2006 +++ net/libnetdude/Makefile Thu Apr 27 12:20:35 2006 @@ -6,13 +6,12 @@ # PORTNAME= libnetdude -PORTVERSION= 0.6 -PORTREVISION= 1 +PORTVERSION= 0.8 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= netdude -MAINTAINER= yb@bashibuzuk.net +MAINTAINER= wxs@csh.rit.edu COMMENT= A library for manipulating libpcap/tcpdump trace files LIB_DEPENDS= pcapnav.0:${PORTSDIR}/net/libpcapnav @@ -22,7 +21,9 @@ CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${DOCSDIR} INSTALLS_SHLIB= yes -USE_REINPLACE= yes +USE_LIBTOOL_VER= 15 + +PLIST_SUB= PORTVERSION=${PORTVERSION} .include <bsd.port.pre.mk> diff -ruN net/libnetdude.orig/distinfo net/libnetdude/distinfo --- net/libnetdude.orig/distinfo Sun Jan 22 16:23:12 2006 +++ net/libnetdude/distinfo Thu Apr 27 08:38:09 2006 @@ -1,3 +1,3 @@ -MD5 (libnetdude-0.6.tar.gz) = c6a4e3dd825a483a6e057d5ee17f25b1 -SHA256 (libnetdude-0.6.tar.gz) = fa00ae3e45dbc9186f40a4ffa4a072311a96dc51ec5afa8cbc449f562f578429 -SIZE (libnetdude-0.6.tar.gz) = 931609 +MD5 (libnetdude-0.8.tar.gz) = e1a0270c5e14375cdafa0f2707e658c0 +SHA256 (libnetdude-0.8.tar.gz) = b06502d685604c2fc158171ee5543ebe61d2bf3a19205f8e93f35bedc4c3f888 +SIZE (libnetdude-0.8.tar.gz) = 1242627 diff -ruN net/libnetdude.orig/files/patch-protocols_icmp_libnd__icmp.c net/libnetdude/files/patch-protocols_icmp_libnd__icmp.c --- net/libnetdude.orig/files/patch-protocols_icmp_libnd__icmp.c Sun Aug 22 09:19:27 2004 +++ net/libnetdude/files/patch-protocols_icmp_libnd__icmp.c Wed Dec 31 19:00:00 1969 @@ -1,14 +0,0 @@ - -$FreeBSD: ports/net/libnetdude/files/patch-protocols_icmp_libnd__icmp.c,v 1.1 2004/08/22 14:19:27 krion Exp $ - ---- protocols/icmp/libnd_icmp.c.orig Sun Aug 22 16:12:53 2004 -+++ protocols/icmp/libnd_icmp.c Sun Aug 22 16:13:04 2004 -@@ -266,7 +266,7 @@ - return ((guchar *) icmphdr + 8 + icmphdr_adv->icmp_hun.ih_rtradv.irt_num_addrs * 8 <= libnd_packet_get_end(packet)); - } - -- default: -+ default: break; - } - - return FALSE; diff -ruN net/libnetdude.orig/pkg-plist net/libnetdude/pkg-plist --- net/libnetdude.orig/pkg-plist Tue May 4 02:35:47 2004 +++ net/libnetdude/pkg-plist Thu Apr 27 09:02:44 2006 @@ -1,41 +1,41 @@ @comment $FreeBSD: ports/net/libnetdude/pkg-plist,v 1.1 2004/05/04 07:35:47 krion Exp $ bin/lndtool -include/libnetdude/0.6/libnd.h -include/libnetdude/0.6/libnd_types.h -include/libnetdude/0.6/libnd_debug.h -include/libnetdude/0.6/libnd_macros.h -include/libnetdude/0.6/libnd_filter.h -include/libnetdude/0.6/libnd_filter_factory.h -include/libnetdude/0.6/libnd_filter_registry.h -include/libnetdude/0.6/libnd_globals.h -include/libnetdude/0.6/libnd_init.h -include/libnetdude/0.6/libnd_misc.h -include/libnetdude/0.6/libnd_null_protocol.h -include/libnetdude/0.6/libnd_packet.h -include/libnetdude/0.6/libnd_packet_iterator.h -include/libnetdude/0.6/libnd_packet_recycler.h -include/libnetdude/0.6/libnd_plugin.h -include/libnetdude/0.6/libnd_prefs.h -include/libnetdude/0.6/libnd_protocol.h -include/libnetdude/0.6/libnd_protocol_inst.h -include/libnetdude/0.6/libnd_protocol_plugin.h -include/libnetdude/0.6/libnd_protocol_registry.h -include/libnetdude/0.6/libnd_raw_protocol.h -include/libnetdude/0.6/libnd_registry.h -include/libnetdude/0.6/libnd_tcpdump.h -include/libnetdude/0.6/libnd_timestamp.h -include/libnetdude/0.6/libnd_tpm.h -include/libnetdude/0.6/libnd_tp.h -include/libnetdude/0.6/libnd_trace.h -include/libnetdude/0.6/protocols/fddi/libnd_fddi.h -include/libnetdude/0.6/protocols/icmp/libnd_icmp.h -include/libnetdude/0.6/protocols/ip/libnd_ip.h -include/libnetdude/0.6/protocols/snap/libnd_snap.h -include/libnetdude/0.6/protocols/tcp/libnd_tcp.h -include/libnetdude/0.6/protocols/tcp/libnd_tcb.h -include/libnetdude/0.6/protocols/udp/libnd_udp.h -include/libnetdude/0.6/plugins/libnd_cksumfix.h -include/libnetdude/0.6/plugins/libnd_bpf.h +include/libnetdude/%%PORTVERSION%%/libnd.h +include/libnetdude/%%PORTVERSION%%/libnd_types.h +include/libnetdude/%%PORTVERSION%%/libnd_debug.h +include/libnetdude/%%PORTVERSION%%/libnd_macros.h +include/libnetdude/%%PORTVERSION%%/libnd_filter.h +include/libnetdude/%%PORTVERSION%%/libnd_filter_factory.h +include/libnetdude/%%PORTVERSION%%/libnd_filter_registry.h +include/libnetdude/%%PORTVERSION%%/libnd_globals.h +include/libnetdude/%%PORTVERSION%%/libnd_init.h +include/libnetdude/%%PORTVERSION%%/libnd_misc.h +include/libnetdude/%%PORTVERSION%%/libnd_null_protocol.h +include/libnetdude/%%PORTVERSION%%/libnd_packet.h +include/libnetdude/%%PORTVERSION%%/libnd_packet_iterator.h +include/libnetdude/%%PORTVERSION%%/libnd_packet_recycler.h +include/libnetdude/%%PORTVERSION%%/libnd_plugin.h +include/libnetdude/%%PORTVERSION%%/libnd_prefs.h +include/libnetdude/%%PORTVERSION%%/libnd_protocol.h +include/libnetdude/%%PORTVERSION%%/libnd_protocol_inst.h +include/libnetdude/%%PORTVERSION%%/libnd_protocol_plugin.h +include/libnetdude/%%PORTVERSION%%/libnd_protocol_registry.h +include/libnetdude/%%PORTVERSION%%/libnd_raw_protocol.h +include/libnetdude/%%PORTVERSION%%/libnd_registry.h +include/libnetdude/%%PORTVERSION%%/libnd_tcpdump.h +include/libnetdude/%%PORTVERSION%%/libnd_timestamp.h +include/libnetdude/%%PORTVERSION%%/libnd_tpm.h +include/libnetdude/%%PORTVERSION%%/libnd_tp.h +include/libnetdude/%%PORTVERSION%%/libnd_trace.h +include/libnetdude/%%PORTVERSION%%/protocols/fddi/libnd_fddi.h +include/libnetdude/%%PORTVERSION%%/protocols/icmp/libnd_icmp.h +include/libnetdude/%%PORTVERSION%%/protocols/ip/libnd_ip.h +include/libnetdude/%%PORTVERSION%%/protocols/snap/libnd_snap.h +include/libnetdude/%%PORTVERSION%%/protocols/tcp/libnd_tcp.h +include/libnetdude/%%PORTVERSION%%/protocols/tcp/libnd_tcb.h +include/libnetdude/%%PORTVERSION%%/protocols/udp/libnd_udp.h +include/libnetdude/%%PORTVERSION%%/plugins/libnd_cksumfix.h +include/libnetdude/%%PORTVERSION%%/plugins/libnd_bpf.h lib/libnetdude.so.0 lib/libnetdude.so lib/libnetdude.la @@ -46,20 +46,113 @@ %%PORTDOCS%%%%DOCSDIR%%/images/logo.gif %%PORTDOCS%%%%DOCSDIR%%/images/traceparts1.png %%PORTDOCS%%%%DOCSDIR%%/images/traceparts2.png -%%PORTDOCS%%%%DOCSDIR%%/a7079.html +%%PORTDOCS%%%%DOCSDIR%%/a6447.html +%%PORTDOCS%%%%DOCSDIR%%/a6454.html +%%PORTDOCS%%%%DOCSDIR%%/a6455.html +%%PORTDOCS%%%%DOCSDIR%%/a6463.html +%%PORTDOCS%%%%DOCSDIR%%/a6474.html +%%PORTDOCS%%%%DOCSDIR%%/a6491.html +%%PORTDOCS%%%%DOCSDIR%%/a6492.html +%%PORTDOCS%%%%DOCSDIR%%/a6493.html +%%PORTDOCS%%%%DOCSDIR%%/a6615.html +%%PORTDOCS%%%%DOCSDIR%%/a6657.html +%%PORTDOCS%%%%DOCSDIR%%/a6670.html +%%PORTDOCS%%%%DOCSDIR%%/a6689.html +%%PORTDOCS%%%%DOCSDIR%%/a6722.html +%%PORTDOCS%%%%DOCSDIR%%/a6861.html +%%PORTDOCS%%%%DOCSDIR%%/a6979.html +%%PORTDOCS%%%%DOCSDIR%%/a7028.html +%%PORTDOCS%%%%DOCSDIR%%/a7061.html +%%PORTDOCS%%%%DOCSDIR%%/a7065.html +%%PORTDOCS%%%%DOCSDIR%%/a7077.html %%PORTDOCS%%%%DOCSDIR%%/a7083.html -%%PORTDOCS%%%%DOCSDIR%%/a7089.html -%%PORTDOCS%%%%DOCSDIR%%/a7154.html +%%PORTDOCS%%%%DOCSDIR%%/a7084.html +%%PORTDOCS%%%%DOCSDIR%%/a7093.html +%%PORTDOCS%%%%DOCSDIR%%/a7096.html +%%PORTDOCS%%%%DOCSDIR%%/a7115.html +%%PORTDOCS%%%%DOCSDIR%%/a7116.html +%%PORTDOCS%%%%DOCSDIR%%/a7118.html +%%PORTDOCS%%%%DOCSDIR%%/a7124.html +%%PORTDOCS%%%%DOCSDIR%%/a7139.html +%%PORTDOCS%%%%DOCSDIR%%/a7148.html +%%PORTDOCS%%%%DOCSDIR%%/a7149.html +%%PORTDOCS%%%%DOCSDIR%%/a7192.html +%%PORTDOCS%%%%DOCSDIR%%/a7226.html +%%PORTDOCS%%%%DOCSDIR%%/a7398.html +%%PORTDOCS%%%%DOCSDIR%%/a8553.html +%%PORTDOCS%%%%DOCSDIR%%/about.html %%PORTDOCS%%%%DOCSDIR%%/api.html +%%PORTDOCS%%%%DOCSDIR%%/c112.html +%%PORTDOCS%%%%DOCSDIR%%/c116.html +%%PORTDOCS%%%%DOCSDIR%%/c119.html +%%PORTDOCS%%%%DOCSDIR%%/c120.html +%%PORTDOCS%%%%DOCSDIR%%/c123.html +%%PORTDOCS%%%%DOCSDIR%%/c124.html +%%PORTDOCS%%%%DOCSDIR%%/c127.html +%%PORTDOCS%%%%DOCSDIR%%/c128.html +%%PORTDOCS%%%%DOCSDIR%%/c130.html +%%PORTDOCS%%%%DOCSDIR%%/c131.html +%%PORTDOCS%%%%DOCSDIR%%/c132.html +%%PORTDOCS%%%%DOCSDIR%%/c136.html +%%PORTDOCS%%%%DOCSDIR%%/c139.html +%%PORTDOCS%%%%DOCSDIR%%/c143.html +%%PORTDOCS%%%%DOCSDIR%%/c147.html +%%PORTDOCS%%%%DOCSDIR%%/c15.html +%%PORTDOCS%%%%DOCSDIR%%/c150.html +%%PORTDOCS%%%%DOCSDIR%%/c156.html +%%PORTDOCS%%%%DOCSDIR%%/c160.html +%%PORTDOCS%%%%DOCSDIR%%/c161.html +%%PORTDOCS%%%%DOCSDIR%%/c162.html +%%PORTDOCS%%%%DOCSDIR%%/c164.html +%%PORTDOCS%%%%DOCSDIR%%/c165.html +%%PORTDOCS%%%%DOCSDIR%%/c166.html +%%PORTDOCS%%%%DOCSDIR%%/c167.html +%%PORTDOCS%%%%DOCSDIR%%/c168.html +%%PORTDOCS%%%%DOCSDIR%%/c169.html +%%PORTDOCS%%%%DOCSDIR%%/c22.html %%PORTDOCS%%%%DOCSDIR%%/c23.html +%%PORTDOCS%%%%DOCSDIR%%/c284.html +%%PORTDOCS%%%%DOCSDIR%%/c288.html +%%PORTDOCS%%%%DOCSDIR%%/c290.html +%%PORTDOCS%%%%DOCSDIR%%/c291.html +%%PORTDOCS%%%%DOCSDIR%%/c293.html +%%PORTDOCS%%%%DOCSDIR%%/c294.html +%%PORTDOCS%%%%DOCSDIR%%/c297.html +%%PORTDOCS%%%%DOCSDIR%%/c314.html +%%PORTDOCS%%%%DOCSDIR%%/c327.html +%%PORTDOCS%%%%DOCSDIR%%/c329.html +%%PORTDOCS%%%%DOCSDIR%%/c330.html +%%PORTDOCS%%%%DOCSDIR%%/c362.html +%%PORTDOCS%%%%DOCSDIR%%/c366.html +%%PORTDOCS%%%%DOCSDIR%%/c389.html %%PORTDOCS%%%%DOCSDIR%%/c393.html +%%PORTDOCS%%%%DOCSDIR%%/c398.html %%PORTDOCS%%%%DOCSDIR%%/c394.html +%%PORTDOCS%%%%DOCSDIR%%/c4.html +%%PORTDOCS%%%%DOCSDIR%%/c44.html +%%PORTDOCS%%%%DOCSDIR%%/c400.html +%%PORTDOCS%%%%DOCSDIR%%/c404.html +%%PORTDOCS%%%%DOCSDIR%%/c437.html +%%PORTDOCS%%%%DOCSDIR%%/c441.html +%%PORTDOCS%%%%DOCSDIR%%/c469.html %%PORTDOCS%%%%DOCSDIR%%/c489.html %%PORTDOCS%%%%DOCSDIR%%/c493.html %%PORTDOCS%%%%DOCSDIR%%/c494.html +%%PORTDOCS%%%%DOCSDIR%%/c51.html +%%PORTDOCS%%%%DOCSDIR%%/c59.html +%%PORTDOCS%%%%DOCSDIR%%/c526.html +%%PORTDOCS%%%%DOCSDIR%%/c529.html +%%PORTDOCS%%%%DOCSDIR%%/c535.html +%%PORTDOCS%%%%DOCSDIR%%/c550.html %%PORTDOCS%%%%DOCSDIR%%/c551.html +%%PORTDOCS%%%%DOCSDIR%%/c552.html +%%PORTDOCS%%%%DOCSDIR%%/c554.html +%%PORTDOCS%%%%DOCSDIR%%/c555.html +%%PORTDOCS%%%%DOCSDIR%%/c557.html +%%PORTDOCS%%%%DOCSDIR%%/c65.html %%PORTDOCS%%%%DOCSDIR%%/c83.html %%PORTDOCS%%%%DOCSDIR%%/c84.html +%%PORTDOCS%%%%DOCSDIR%%/c88.html %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/libnetdude-libnd-debug.html %%PORTDOCS%%%%DOCSDIR%%/libnetdude-libnd-filter-factory.html @@ -88,52 +181,74 @@ %%PORTDOCS%%%%DOCSDIR%%/libnetdude-libnd.html %%PORTDOCS%%%%DOCSDIR%%/index.sgml %%PORTDOCS%%%%DOCSDIR%%/stylesheet.css -share/libnetdude/0.6/protocols/libnd_arp.so -share/libnetdude/0.6/protocols/libnd_arp.la -share/libnetdude/0.6/protocols/libnd_arp.a -share/libnetdude/0.6/protocols/libnd_ethernet.so -share/libnetdude/0.6/protocols/libnd_ethernet.la -share/libnetdude/0.6/protocols/libnd_ethernet.a -share/libnetdude/0.6/protocols/libnd_fddi.so -share/libnetdude/0.6/protocols/libnd_fddi.la -share/libnetdude/0.6/protocols/libnd_fddi.a -share/libnetdude/0.6/protocols/libnd_icmp.so -share/libnetdude/0.6/protocols/libnd_icmp.la -share/libnetdude/0.6/protocols/libnd_icmp.a -share/libnetdude/0.6/protocols/libnd_ip.so -share/libnetdude/0.6/protocols/libnd_ip.la -share/libnetdude/0.6/protocols/libnd_ip.a -share/libnetdude/0.6/protocols/libnd_sll.so -share/libnetdude/0.6/protocols/libnd_sll.la -share/libnetdude/0.6/protocols/libnd_sll.a -share/libnetdude/0.6/protocols/libnd_snap.so -share/libnetdude/0.6/protocols/libnd_snap.la -share/libnetdude/0.6/protocols/libnd_snap.a -share/libnetdude/0.6/protocols/libnd_tcp.so -share/libnetdude/0.6/protocols/libnd_tcp.la -share/libnetdude/0.6/protocols/libnd_tcp.a -share/libnetdude/0.6/protocols/libnd_udp.so -share/libnetdude/0.6/protocols/libnd_udp.la -share/libnetdude/0.6/protocols/libnd_udp.a -share/libnetdude/0.6/plugins/libnd_cksumfix.so -share/libnetdude/0.6/plugins/libnd_cksumfix.la -share/libnetdude/0.6/plugins/libnd_cksumfix.a -share/libnetdude/0.6/plugins/libnd_bpf.so -share/libnetdude/0.6/plugins/libnd_bpf.la -share/libnetdude/0.6/plugins/libnd_bpf.a -@dirrm include/libnetdude/0.6/protocols/fddi -@dirrm include/libnetdude/0.6/protocols/icmp -@dirrm include/libnetdude/0.6/protocols/ip -@dirrm include/libnetdude/0.6/protocols/snap -@dirrm include/libnetdude/0.6/protocols/tcp -@dirrm include/libnetdude/0.6/protocols/udp -@dirrm include/libnetdude/0.6/protocols -@dirrm include/libnetdude/0.6/plugins -@dirrm include/libnetdude/0.6 +%%PORTDOCS%%%%DOCSDIR%%/libnetdude-libnd-gettext.html +%%PORTDOCS%%%%DOCSDIR%%/license.html +%%PORTDOCS%%%%DOCSDIR%%/libnetdude-libnd-registry.html +%%PORTDOCS%%%%DOCSDIR%%/x100.html +%%PORTDOCS%%%%DOCSDIR%%/x101.html +%%PORTDOCS%%%%DOCSDIR%%/x104.html +%%PORTDOCS%%%%DOCSDIR%%/x107.html +%%PORTDOCS%%%%DOCSDIR%%/x108.html +%%PORTDOCS%%%%DOCSDIR%%/x111.html +%%PORTDOCS%%%%DOCSDIR%%/x114.html +%%PORTDOCS%%%%DOCSDIR%%/x26.html +%%PORTDOCS%%%%DOCSDIR%%/x36.html +%%PORTDOCS%%%%DOCSDIR%%/x43.html +%%PORTDOCS%%%%DOCSDIR%%/x56.html +%%PORTDOCS%%%%DOCSDIR%%/x75.html +%%PORTDOCS%%%%DOCSDIR%%/x82.html +%%PORTDOCS%%%%DOCSDIR%%/x85.html +%%PORTDOCS%%%%DOCSDIR%%/x92.html +%%PORTDOCS%%%%DOCSDIR%%/x93.html +%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_802_11.so +%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_802_11.la +%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_802_11.a +%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_arp.so +%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_arp.la +%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_arp.a +%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_ethernet.so +%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_ethernet.la +%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_ethernet.a +%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_fddi.so +%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_fddi.la +%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_fddi.a +%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_icmp.so +%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_icmp.la +%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_icmp.a +%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_ip.so +%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_ip.la +%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_ip.a +%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_sll.so +%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_sll.la +%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_sll.a +%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_snap.so +%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_snap.la +%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_snap.a +%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_tcp.so +%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_tcp.la +%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_tcp.a +%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_udp.so +%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_udp.la +%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_udp.a +%%DATADIR%%/%%PORTVERSION%%/plugins/libnd_cksumfix.so +%%DATADIR%%/%%PORTVERSION%%/plugins/libnd_cksumfix.la +%%DATADIR%%/%%PORTVERSION%%/plugins/libnd_cksumfix.a +%%DATADIR%%/%%PORTVERSION%%/plugins/libnd_bpf.so +%%DATADIR%%/%%PORTVERSION%%/plugins/libnd_bpf.la +%%DATADIR%%/%%PORTVERSION%%/plugins/libnd_bpf.a +@dirrm include/libnetdude/%%PORTVERSION%%/protocols/fddi +@dirrm include/libnetdude/%%PORTVERSION%%/protocols/icmp +@dirrm include/libnetdude/%%PORTVERSION%%/protocols/ip +@dirrm include/libnetdude/%%PORTVERSION%%/protocols/snap +@dirrm include/libnetdude/%%PORTVERSION%%/protocols/tcp +@dirrm include/libnetdude/%%PORTVERSION%%/protocols/udp +@dirrm include/libnetdude/%%PORTVERSION%%/protocols +@dirrm include/libnetdude/%%PORTVERSION%%/plugins +@dirrm include/libnetdude/%%PORTVERSION%% @dirrm include/libnetdude %%PORTDOCS%%@dirrm %%DOCSDIR%%/images %%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm share/libnetdude/0.6/plugins -@dirrm share/libnetdude/0.6/protocols -@dirrm share/libnetdude/0.6 -@dirrm share/libnetdude +@dirrm %%DATADIR%%/%%PORTVERSION%%/plugins +@dirrm %%DATADIR%%/%%PORTVERSION%%/protocols +@dirrm %%DATADIR%%/%%PORTVERSION%% +@dirrm %%DATADIR%% --------------------------- END LIBNETDUDE PATCH -------------------- --------------------------- BEGIN LIBPCAPNAV PATCH ------------------ diff -ruN net/libpcapnav.orig/Makefile net/libpcapnav/Makefile --- net/libpcapnav.orig/Makefile Thu Feb 23 05:38:23 2006 +++ net/libpcapnav/Makefile Thu Apr 27 12:20:46 2006 @@ -6,18 +6,18 @@ # PORTNAME= libpcapnav -PORTVERSION= 0.5 +PORTVERSION= 0.7 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= netdude -MAINTAINER= yb@bashibuzuk.net +MAINTAINER= wxs@csh.rit.edu COMMENT= A libpcap wrapper library CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${DOCSDIR} GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -USE_REINPLACE= yes +USE_LIBTOOL_VER= 15 post-patch: @${REINPLACE_CMD} -e 's|DOC_MODULE = pcapnav|DOC_MODULE =|' \ diff -ruN net/libpcapnav.orig/distinfo net/libpcapnav/distinfo --- net/libpcapnav.orig/distinfo Sun Jan 22 16:23:12 2006 +++ net/libpcapnav/distinfo Thu Apr 27 07:53:09 2006 @@ -1,3 +1,3 @@ -MD5 (libpcapnav-0.5.tar.gz) = b0ccb5930acffe257f2e38ea9976eff2 -SHA256 (libpcapnav-0.5.tar.gz) = 5c93d7ac8305b3c1a91c047d5aac547c59eced02b87c2f5be598c2a7b0e2f134 -SIZE (libpcapnav-0.5.tar.gz) = 276640 +MD5 (libpcapnav-0.7.tar.gz) = 5bc10d3b8d748d9080b19c4be5896e67 +SHA256 (libpcapnav-0.7.tar.gz) = 5860c6ad6ebcd0036a0ed6aadd0c3f2d5232fac3c5da1741a58d51a8e737c8e6 +SIZE (libpcapnav-0.7.tar.gz) = 390455 diff -ruN net/libpcapnav.orig/pkg-plist net/libpcapnav/pkg-plist --- net/libpcapnav.orig/pkg-plist Tue May 4 02:30:37 2004 +++ net/libpcapnav/pkg-plist Thu Apr 27 08:02:40 2006 @@ -8,21 +8,49 @@ %%PORTDOCS%%%%DOCSDIR%%/images/caution.gif %%PORTDOCS%%%%DOCSDIR%%/images/note.gif %%PORTDOCS%%%%DOCSDIR%%/images/warning.gif +%%PORTDOCS%%%%DOCSDIR%%/a1136.html +%%PORTDOCS%%%%DOCSDIR%%/a1137.html +%%PORTDOCS%%%%DOCSDIR%%/a1140.html +%%PORTDOCS%%%%DOCSDIR%%/a1141.html +%%PORTDOCS%%%%DOCSDIR%%/a1142.html +%%PORTDOCS%%%%DOCSDIR%%/a1143.html %%PORTDOCS%%%%DOCSDIR%%/a1145.html -%%PORTDOCS%%%%DOCSDIR%%/a1147.html -%%PORTDOCS%%%%DOCSDIR%%/a1148.html +%%PORTDOCS%%%%DOCSDIR%%/a1155.html +%%PORTDOCS%%%%DOCSDIR%%/a1169.html +%%PORTDOCS%%%%DOCSDIR%%/a1173.html +%%PORTDOCS%%%%DOCSDIR%%/a1266.html +%%PORTDOCS%%%%DOCSDIR%%/a1268.html +%%PORTDOCS%%%%DOCSDIR%%/a1285.html +%%PORTDOCS%%%%DOCSDIR%%/a1286.html +%%PORTDOCS%%%%DOCSDIR%%/a1287.html +%%PORTDOCS%%%%DOCSDIR%%/a1294.html +%%PORTDOCS%%%%DOCSDIR%%/a1298.html +%%PORTDOCS%%%%DOCSDIR%%/a130.html +%%PORTDOCS%%%%DOCSDIR%%/a1300.html +%%PORTDOCS%%%%DOCSDIR%%/a1302.html +%%PORTDOCS%%%%DOCSDIR%%/a134.html +%%PORTDOCS%%%%DOCSDIR%%/a1465.html %%PORTDOCS%%%%DOCSDIR%%/about.html %%PORTDOCS%%%%DOCSDIR%%/api.html %%PORTDOCS%%%%DOCSDIR%%/c15.html %%PORTDOCS%%%%DOCSDIR%%/c16.html +%%PORTDOCS%%%%DOCSDIR%%/c18.html +%%PORTDOCS%%%%DOCSDIR%%/c54.html +%%PORTDOCS%%%%DOCSDIR%%/c55.html %%PORTDOCS%%%%DOCSDIR%%/c58.html %%PORTDOCS%%%%DOCSDIR%%/c59.html +%%PORTDOCS%%%%DOCSDIR%%/c60.html +%%PORTDOCS%%%%DOCSDIR%%/c61.html +%%PORTDOCS%%%%DOCSDIR%%/c62.html +%%PORTDOCS%%%%DOCSDIR%%/c63.html %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/pcapnav-pcapnav-debug.html %%PORTDOCS%%%%DOCSDIR%%/pcapnav-pcapnav-macros.html %%PORTDOCS%%%%DOCSDIR%%/pcapnav-pcapnav-timestamp.html %%PORTDOCS%%%%DOCSDIR%%/pcapnav-pcapnav.html %%PORTDOCS%%%%DOCSDIR%%/x28.html +%%PORTDOCS%%%%DOCSDIR%%/x29.html +%%PORTDOCS%%%%DOCSDIR%%/x31.html %%PORTDOCS%%%%DOCSDIR%%/index.sgml %%PORTDOCS%%%%DOCSDIR%%/stylesheet.css %%PORTDOCS%%@dirrm %%DOCSDIR%%/images --------------------------- END LIBPCAPNAV PATCH -------------------- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604271921.k3RJL2DY020768>