diff --git a/net/libnetdude/Makefile b/net/libnetdude/Makefile index bcaebd55e270..540c0767f79f 100644 --- a/net/libnetdude/Makefile +++ b/net/libnetdude/Makefile @@ -6,16 +6,17 @@ # PORTNAME= libnetdude -PORTVERSION= 0.9 +PORTVERSION= 0.10a CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= netdude -MAINTAINER= wxs@atarininja.org +MAINTAINER= brenton.chang@gmail.com COMMENT= A library for manipulating libpcap/tcpdump trace files LIB_DEPENDS= pcapnav.0:${PORTSDIR}/net/libpcapnav +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_GNOME= glib12 CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/net/libnetdude/distinfo b/net/libnetdude/distinfo index d8d03b3d72f9..08837f221097 100644 --- a/net/libnetdude/distinfo +++ b/net/libnetdude/distinfo @@ -1,3 +1,3 @@ -MD5 (libnetdude-0.9.tar.gz) = f6b5a2cd11fb86c5d5a28b2a8324e201 -SHA256 (libnetdude-0.9.tar.gz) = 6ae1ad65930f8cd95bba1c26c71e257aaef331896323db602eab2eaa1d775f5c -SIZE (libnetdude-0.9.tar.gz) = 1254220 +MD5 (libnetdude-0.10a.tar.gz) = e04381ae5db81ef4a83346f44ad6788e +SHA256 (libnetdude-0.10a.tar.gz) = c7299f0cfe1a8e236a8d1bf20490c2f6475494b962e797864bdabbf307c33888 +SIZE (libnetdude-0.10a.tar.gz) = 1208527 diff --git a/net/libnetdude/files/patch-plugins__ChecksumFix__Makefile.in b/net/libnetdude/files/patch-plugins__ChecksumFix__Makefile.in new file mode 100644 index 000000000000..9eda5d7dfdb1 --- /dev/null +++ b/net/libnetdude/files/patch-plugins__ChecksumFix__Makefile.in @@ -0,0 +1,22 @@ +--- ./plugins/ChecksumFix/Makefile.in.orig 2008-01-27 18:27:24.000000000 -0500 ++++ ./plugins/ChecksumFix/Makefile.in 2008-01-27 18:27:33.000000000 -0500 +@@ -79,7 +79,7 @@ + ETAGS = etags + CTAGS = ctags + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +-pkgincludedir = $(includedir)/libnetdude/$(version_major).$(version_minor)/plugins/ ++pkgincludedir = $(includedir)/libnetdude/$(version_major).$(version_minor)/plugins + ACLOCAL = @ACLOCAL@ + AMDEP_FALSE = @AMDEP_FALSE@ + AMDEP_TRUE = @AMDEP_TRUE@ +--- ./plugins/ChecksumFix/Makefile.in.orig 2008-01-27 18:27:24.000000000 -0500 ++++ ./plugins/ChecksumFix/Makefile.in 2008-01-27 18:27:33.000000000 -0500 +@@ -79,7 +79,7 @@ + ETAGS = etags + CTAGS = ctags + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +-pkgincludedir = $(includedir)/libnetdude/$(version_major).$(version_minor)/plugins/ ++pkgincludedir = $(includedir)/libnetdude/$(version_major).$(version_minor)/plugins + ACLOCAL = @ACLOCAL@ + AMDEP_FALSE = @AMDEP_FALSE@ + AMDEP_TRUE = @AMDEP_TRUE@ diff --git a/net/libnetdude/pkg-plist b/net/libnetdude/pkg-plist index 3919abc13b2f..e3966dbc5a9e 100644 --- a/net/libnetdude/pkg-plist +++ b/net/libnetdude/pkg-plist @@ -48,12 +48,12 @@ lib/libnetdude.a %%PORTDOCS%%%%DOCSDIR%%/images/logo.gif %%PORTDOCS%%%%DOCSDIR%%/images/traceparts1.png %%PORTDOCS%%%%DOCSDIR%%/images/traceparts2.png -%%PORTDOCS%%%%DOCSDIR%%/a8901.html +%%PORTDOCS%%%%DOCSDIR%%/a8757.html +%%PORTDOCS%%%%DOCSDIR%%/c24.html +%%PORTDOCS%%%%DOCSDIR%%/c401.html +%%PORTDOCS%%%%DOCSDIR%%/c558.html +%%PORTDOCS%%%%DOCSDIR%%/c89.html %%PORTDOCS%%%%DOCSDIR%%/api.html -%%PORTDOCS%%%%DOCSDIR%%/c23.html -%%PORTDOCS%%%%DOCSDIR%%/c400.html -%%PORTDOCS%%%%DOCSDIR%%/c557.html -%%PORTDOCS%%%%DOCSDIR%%/c88.html %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/libnetdude-libnd-debug.html %%PORTDOCS%%%%DOCSDIR%%/libnetdude-libnd-dumper.html diff --git a/net/libpcapnav/Makefile b/net/libpcapnav/Makefile index ecf11c8b2fbf..09677a2f5d7f 100644 --- a/net/libpcapnav/Makefile +++ b/net/libpcapnav/Makefile @@ -6,19 +6,18 @@ # PORTNAME= libpcapnav -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= netdude -MAINTAINER= wxs@atarininja.org +MAINTAINER= brenton.chang@gmail.com COMMENT= A libpcap wrapper library USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${DOCSDIR} GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes - +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|DOC_MODULE = pcapnav|DOC_MODULE =|' \ ${WRKSRC}/docs/Makefile.in diff --git a/net/libpcapnav/distinfo b/net/libpcapnav/distinfo index 82692aeac0eb..2dd0ecf5b499 100644 --- a/net/libpcapnav/distinfo +++ b/net/libpcapnav/distinfo @@ -1,3 +1,3 @@ -MD5 (libpcapnav-0.7.tar.gz) = 5bc10d3b8d748d9080b19c4be5896e67 -SHA256 (libpcapnav-0.7.tar.gz) = 5860c6ad6ebcd0036a0ed6aadd0c3f2d5232fac3c5da1741a58d51a8e737c8e6 -SIZE (libpcapnav-0.7.tar.gz) = 390455 +MD5 (libpcapnav-0.8.tar.gz) = 005a0a2d6f1164f1212a7c10ab950b36 +SHA256 (libpcapnav-0.8.tar.gz) = 11d6a4257cbc5a89aa73ce2aaa5b0fc17430f7279d0abb39ccaf3a411ba7e852 +SIZE (libpcapnav-0.8.tar.gz) = 387476 diff --git a/net/libpcapnav/pkg-plist b/net/libpcapnav/pkg-plist index d591196bad5c..728dcaf639b1 100644 --- a/net/libpcapnav/pkg-plist +++ b/net/libpcapnav/pkg-plist @@ -8,49 +8,15 @@ lib/libpcapnav.a %%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%%/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%%/a1466.html %%PORTDOCS%%%%DOCSDIR%%/c61.html -%%PORTDOCS%%%%DOCSDIR%%/c62.html -%%PORTDOCS%%%%DOCSDIR%%/c63.html +%%PORTDOCS%%%%DOCSDIR%%/c17.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 diff --git a/net/netdude/Makefile b/net/netdude/Makefile index 5a8368aacf75..2cb8a3f5e2c2 100644 --- a/net/netdude/Makefile +++ b/net/netdude/Makefile @@ -7,18 +7,17 @@ # PORTNAME= netdude -PORTVERSION= 0.4.7 -PORTREVISION= 1 +PORTVERSION= 0.4.8a CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= wxs@atarininja.org +MAINTAINER= brenton.chang@gmail.com COMMENT= NETwork DUmp data Displayer and Editor for tcpdump tracefiles LIB_DEPENDS= netdude.0:${PORTSDIR}/net/libnetdude -USE_AUTOTOOLS= libltdl:15 +USE_AUTOTOOLS= libltdl:15 libtool:15 USE_ICONV= yes USE_GETTEXT= yes GNU_CONFIGURE= yes diff --git a/net/netdude/distinfo b/net/netdude/distinfo index ff86ee7c34c1..613f67c65560 100644 --- a/net/netdude/distinfo +++ b/net/netdude/distinfo @@ -1,3 +1,3 @@ -MD5 (netdude-0.4.7.tar.gz) = d0cfe2dd6af254f228fa22a0ddb9dcb6 -SHA256 (netdude-0.4.7.tar.gz) = 761389be2fe909c43473ea09af4d10fb4d261273f6838e20dcd04a78796a07dc -SIZE (netdude-0.4.7.tar.gz) = 1434733 +MD5 (netdude-0.4.8a.tar.gz) = 01519d1886fb17488d365a9f1790675b +SHA256 (netdude-0.4.8a.tar.gz) = eb1793b1c694d4e28852c65b44cb2eae74a702d2c04f6ba59ea3c4037db4ec3d +SIZE (netdude-0.4.8a.tar.gz) = 1416381 diff --git a/net/netdude/pkg-plist b/net/netdude/pkg-plist index 86906e5bc99d..376f94ea2846 100644 --- a/net/netdude/pkg-plist +++ b/net/netdude/pkg-plist @@ -46,14 +46,23 @@ include/netdude/0.4/protocols/snap/nd_snap.h %%PORTDOCS%%%%DOCSDIR%%/images/preferences.gif %%PORTDOCS%%%%DOCSDIR%%/images/warning.gif %%PORTDOCS%%%%DOCSDIR%%/images/trace_areas.png -%%PORTDOCS%%%%DOCSDIR%%/a6575.html %%PORTDOCS%%%%DOCSDIR%%/api.html -%%PORTDOCS%%%%DOCSDIR%%/b6587.html -%%PORTDOCS%%%%DOCSDIR%%/c105.html -%%PORTDOCS%%%%DOCSDIR%%/c20.html -%%PORTDOCS%%%%DOCSDIR%%/c455.html -%%PORTDOCS%%%%DOCSDIR%%/c71.html %%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/a6548.html +%%PORTDOCS%%%%DOCSDIR%%/a6566.html +%%PORTDOCS%%%%DOCSDIR%%/a6568.html +%%PORTDOCS%%%%DOCSDIR%%/a6572.html +%%PORTDOCS%%%%DOCSDIR%%/b6560.html +%%PORTDOCS%%%%DOCSDIR%%/b6578.html +%%PORTDOCS%%%%DOCSDIR%%/b6580.html +%%PORTDOCS%%%%DOCSDIR%%/b6584.html +%%PORTDOCS%%%%DOCSDIR%%/c106.html +%%PORTDOCS%%%%DOCSDIR%%/c21.html +%%PORTDOCS%%%%DOCSDIR%%/c456.html +%%PORTDOCS%%%%DOCSDIR%%/c474.html +%%PORTDOCS%%%%DOCSDIR%%/c476.html +%%PORTDOCS%%%%DOCSDIR%%/c480.html +%%PORTDOCS%%%%DOCSDIR%%/c72.html %%PORTDOCS%%%%DOCSDIR%%/netdude-gtkhex.html %%PORTDOCS%%%%DOCSDIR%%/netdude-nd-clipboard.html %%PORTDOCS%%%%DOCSDIR%%/netdude-nd-debug.html @@ -104,6 +113,9 @@ include/netdude/0.4/protocols/snap/nd_snap.h %%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_pcap.a +%%DATADIR%%/0.4/protocols/nd_pcap.la +%%DATADIR%%/0.4/protocols/nd_pcap.so %%DATADIR%%/0.4/protocols/nd_sll.so %%DATADIR%%/0.4/protocols/nd_sll.la %%DATADIR%%/0.4/protocols/nd_sll.a