diff options
author | itojun <itojun@pkgsrc.org> | 2001-07-16 12:57:05 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-07-16 12:57:05 +0000 |
commit | 4d7b454206d845e5a4f54b916b08bdb3021b6692 (patch) | |
tree | 37899d6ef44e19863a67c7d3f38143230384c69a /net/ethereal | |
parent | 94d4023cfd2e4af41a8d11cc20945c02d5a19daa (diff) | |
download | pkgsrc-4d7b454206d845e5a4f54b916b08bdb3021b6692.tar.gz |
upgrade to 0.8.19.
- from www.ethereal.com
New dissectors include Appletalk Data Stream Interface, AUTH_DES,
DVMRP, GIOP, Gnutella, iSCSI, ISUP, M2PA, MP-BGP message, MSDP,
MTP3, PAP, PIMv1, RFC 2250 MPEG1, and for you gamers, QuakeWorld
and Quake II. Many other dissectors were updated and bug-fixed.
Diffstat (limited to 'net/ethereal')
-rw-r--r-- | net/ethereal/Makefile | 9 | ||||
-rw-r--r-- | net/ethereal/distinfo | 7 | ||||
-rw-r--r-- | net/ethereal/patches/patch-aa | 17 | ||||
-rw-r--r-- | net/ethereal/pkg/PLIST | 6 |
4 files changed, 28 insertions, 11 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 86d20c97a30..ee483537e6a 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.48 2001/06/30 23:55:55 tron Exp $ +# $NetBSD: Makefile,v 1.49 2001/07/16 12:57:05 itojun Exp $ -DISTNAME= ethereal-0.8.18 +DISTNAME= ethereal-0.8.19 CATEGORIES= net MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/ \ ftp://ftp.sunet.se/pub/network/monitoring/ethereal/ @@ -26,9 +26,4 @@ LIBS+= -lcrypto PLIST_SUBST+= PKGVERSION=${PKGNAME:S/ethereal-//} -post-install: - ${INSTALL_MAN} ${WRKSRC}/editcap.1 ${PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/ethereal.1 ${PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/tethereal.1 ${PREFIX}/man/man1 - .include "../../mk/bsd.pkg.mk" diff --git a/net/ethereal/distinfo b/net/ethereal/distinfo index 4d3cd4dc4ff..ca4ea495f1e 100644 --- a/net/ethereal/distinfo +++ b/net/ethereal/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.3 2001/05/27 11:31:45 itojun Exp $ +$NetBSD: distinfo,v 1.4 2001/07/16 12:57:05 itojun Exp $ -SHA1 (ethereal-0.8.18.tar.gz) = 24a41507e65a00c9dcd6b83ad24ac12f0305955f -Size (ethereal-0.8.18.tar.gz) = 1938288 bytes +SHA1 (ethereal-0.8.19.tar.gz) = 77cc30db4652c229d8969d53f33e043aa8e2d927 +Size (ethereal-0.8.19.tar.gz) = 2145505 bytes +SHA1 (patch-aa) = 22e24b1741626555353b92fdbb63975452cf68e4 diff --git a/net/ethereal/patches/patch-aa b/net/ethereal/patches/patch-aa new file mode 100644 index 00000000000..78b25f0afe9 --- /dev/null +++ b/net/ethereal/patches/patch-aa @@ -0,0 +1,17 @@ +$NetBSD: patch-aa,v 1.5 2001/07/16 12:57:06 itojun Exp $ + +--- doc/Makefile.in- Mon Jul 16 21:45:44 2001 ++++ doc/Makefile.in Mon Jul 16 21:46:10 2001 +@@ -279,6 +279,12 @@ + --release=$(VERSION) \ + > ../text2pcap.1 + ++../mergecap.1: mergecap.pod ../config.h ++ pod2man $(srcdir)/mergecap.pod \ ++ --center="The Ethereal Network Analyzer" \ ++ --release=$(VERSION) \ ++ > ../mergecap.1 ++ + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: diff --git a/net/ethereal/pkg/PLIST b/net/ethereal/pkg/PLIST index b61331875bf..8ca1b47afb4 100644 --- a/net/ethereal/pkg/PLIST +++ b/net/ethereal/pkg/PLIST @@ -1,7 +1,9 @@ -@comment $NetBSD: PLIST,v 1.12 2001/06/30 23:55:56 tron Exp $ +@comment $NetBSD: PLIST,v 1.13 2001/07/16 12:57:06 itojun Exp $ bin/editcap bin/ethereal +bin/mergecap bin/tethereal +bin/text2pcap etc/manuf lib/ethereal/plugins/${PKGVERSION}/gryphon.la lib/ethereal/plugins/${PKGVERSION}/gryphon.a @@ -11,7 +13,9 @@ lib/ethereal/plugins/${PKGVERSION}/mgcp.a lib/ethereal/plugins/${PKGVERSION}/mgcp.so man/man1/editcap.1 man/man1/ethereal.1 +man/man1/mergecap.1 man/man1/tethereal.1 +man/man1/text2pcap.1 @dirrm lib/ethereal/plugins/${PKGVERSION} @dirrm lib/ethereal/plugins @dirrm lib/ethereal |