diff options
author | adam <adam@pkgsrc.org> | 2004-08-13 11:31:28 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-08-13 11:31:28 +0000 |
commit | a3af25ec82b46bd57bbd7359d486864391216765 (patch) | |
tree | 9f28ed9eb6ba796563a7edd07416b88b91775d67 /net | |
parent | 7f93dee00c806c0572be4a5aa97b7b687ef19490 (diff) | |
download | pkgsrc-a3af25ec82b46bd57bbd7359d486864391216765.tar.gz |
Changes 0.10.6:
* Windows preferences bug fixed
* New utility: capinfo
Diffstat (limited to 'net')
-rw-r--r-- | net/ethereal/Makefile | 47 | ||||
-rw-r--r-- | net/ethereal/PLIST | 7 | ||||
-rw-r--r-- | net/ethereal/distinfo | 6 |
3 files changed, 32 insertions, 28 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 2cf8ad2c3db..5d829fde54b 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,27 +1,26 @@ -# $NetBSD: Makefile,v 1.95 2004/07/08 06:18:37 martti Exp $ -# - -DISTNAME= ethereal-0.10.5 -PKGREVISION= # defined -CATEGORIES= net -MASTER_SITES= http://www.ethereal.com/distribution/ \ - http://ethereal.planetmirror.com/distribution/ \ - http://www.mirrors.wiretapped.net/security/packet-capture/ethereal/ \ - http://netmirror.org/mirror/ftp.ethereal.com/ \ - http://ethereal.secuwiz.com/distribution/ \ - http://ethereal.0ni0n.org/distribution/ \ - ftp://ftp.ethereal.com/pub/ethereal/ \ - ftp://ftp.sunet.se/pub/network/monitoring/ethereal/ \ - ftp://ftp.planetmirror.com/pub/ethereal/ \ - ftp://gd.tuwien.ac.at/infosys/security/ethereal/ \ - http://ftp.sunet.se/pub/network/monitoring/ethereal/ \ - http://ethereal.netarc.jp/distribution/ \ - ftp://ftp.ethereal.com/pub/ethereal/old-versions/ -EXTRACT_SUFX= .tar.bz2 - -MAINTAINER= frueauf@NetBSD.org -HOMEPAGE= http://www.ethereal.com/ -COMMENT= Network protocol analyzer +# $NetBSD: Makefile,v 1.96 2004/08/13 11:31:28 adam Exp $ + +DISTNAME= ethereal-0.10.6 +PKGREVISION= # defined +CATEGORIES= net +MASTER_SITES= http://www.ethereal.com/distribution/ \ + http://ethereal.planetmirror.com/distribution/ \ + http://www.mirrors.wiretapped.net/security/packet-capture/ethereal/ \ + http://netmirror.org/mirror/ftp.ethereal.com/ \ + http://ethereal.secuwiz.com/distribution/ \ + http://ethereal.0ni0n.org/distribution/ \ + ftp://ftp.ethereal.com/pub/ethereal/ \ + ftp://ftp.sunet.se/pub/network/monitoring/ethereal/ \ + ftp://ftp.planetmirror.com/pub/ethereal/ \ + ftp://gd.tuwien.ac.at/infosys/security/ethereal/ \ + http://ftp.sunet.se/pub/network/monitoring/ethereal/ \ + http://ethereal.netarc.jp/distribution/ \ + ftp://ftp.ethereal.com/pub/ethereal/old-versions/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= frueauf@NetBSD.org +HOMEPAGE= http://www.ethereal.com/ +COMMENT= Network protocol analyzer USE_BUILDLINK3= YES USE_X11= YES diff --git a/net/ethereal/PLIST b/net/ethereal/PLIST index 8014ac87d76..6cca4486bf8 100644 --- a/net/ethereal/PLIST +++ b/net/ethereal/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.15 2004/07/08 06:18:37 martti Exp $ +@comment $NetBSD: PLIST,v 1.16 2004/08/13 11:31:28 adam Exp $ +bin/capinfo bin/dftest bin/editcap bin/ethereal @@ -32,6 +33,8 @@ lib/ethereal/plugins/${PKGVERSION}/megaco.la lib/ethereal/plugins/${PKGVERSION}/megaco.so lib/ethereal/plugins/${PKGVERSION}/mgcp.la lib/ethereal/plugins/${PKGVERSION}/mgcp.so +lib/ethereal/plugins/${PKGVERSION}/opsi.la +lib/ethereal/plugins/${PKGVERSION}/opsi.so lib/ethereal/plugins/${PKGVERSION}/pcli.la lib/ethereal/plugins/${PKGVERSION}/pcli.so lib/ethereal/plugins/${PKGVERSION}/rdm.la @@ -53,6 +56,7 @@ lib/libwiretap.la lib/libwiretap.so lib/libwiretap.so.0 lib/libwiretap.so.0.1 +man/man1/capinfo.1 man/man1/editcap.1 man/man1/ethereal.1 man/man1/idl2eth.1 @@ -61,6 +65,7 @@ man/man1/tethereal.1 man/man1/text2pcap.1 man/man4/ethereal-filter.4 share/ethereal/AUTHORS-SHORT +share/ethereal/capinfo.html share/ethereal/diameter/dictionary.dtd share/ethereal/diameter/dictionary.xml share/ethereal/diameter/mobileipv4.xml diff --git a/net/ethereal/distinfo b/net/ethereal/distinfo index db99b841680..860096ba0cb 100644 --- a/net/ethereal/distinfo +++ b/net/ethereal/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.28 2004/07/08 06:18:37 martti Exp $ +$NetBSD: distinfo,v 1.29 2004/08/13 11:31:28 adam Exp $ -SHA1 (ethereal-0.10.5.tar.bz2) = 2d0e1c9de8f8e7dba8303a4f703d55dfa148b096 -Size (ethereal-0.10.5.tar.bz2) = 4984584 bytes +SHA1 (ethereal-0.10.6.tar.bz2) = 638805f0b5a8cbc9dea861a94b0fdefc56e19473 +Size (ethereal-0.10.6.tar.bz2) = 5046796 bytes |