Update netdude to 0.4.8a.
Update libnetdude to 0.10a. Update libpcapnav to 0.8. Pass maintainership to submitter. PR: ports/120116 Submitted by: Brenton Chang <brenton.chang@gmail.com> Approved by: maintainer (implicit), garga (mentor)
This commit is contained in:
parent
4dcf379820
commit
492c0ec371
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206731
10 changed files with 65 additions and 66 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
22
net/libnetdude/files/patch-plugins__ChecksumFix__Makefile.in
Normal file
22
net/libnetdude/files/patch-plugins__ChecksumFix__Makefile.in
Normal file
|
@ -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@
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue