--- net/libnetdude/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 --- net/libnetdude/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 --- net/libnetdude/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; --- net/libnetdude/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 --------------------