diff options
author | tron <tron@pkgsrc.org> | 2001-01-13 23:29:28 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-01-13 23:29:28 +0000 |
commit | 680f0b7096689dbfab2ce35e37e97bfef33c7c43 (patch) | |
tree | 43e8a64d4bae435668be1146fcd89afa7a1f3211 /net/tcpdump | |
parent | 0023e0714161b2db03463e72099e8c0fd9f4e590 (diff) | |
download | pkgsrc-680f0b7096689dbfab2ce35e37e97bfef33c7c43.tar.gz |
Import of new Solaris only "tcpdump" package:
network monitoring tool
Diffstat (limited to 'net/tcpdump')
-rw-r--r-- | net/tcpdump/Makefile | 17 | ||||
-rw-r--r-- | net/tcpdump/files/md5 | 3 | ||||
-rw-r--r-- | net/tcpdump/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/tcpdump/pkg/DESCR | 5 | ||||
-rw-r--r-- | net/tcpdump/pkg/PLIST | 3 |
5 files changed, 29 insertions, 0 deletions
diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile new file mode 100644 index 00000000000..4e7ad47108d --- /dev/null +++ b/net/tcpdump/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/01/13 23:29:28 tron Exp $ + +DISTNAME= tcpdump-3.6.1 +CATEGORIES= net +MASTER_SITES= http://www.tcpdump.org/release/ + +MAINTAINER= tron@netbsd.org +HOMEPAGE= http://www.tcpdump.org/ + +DEPENDS+= libpcap>=0.6.1:../libpcap + +ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system + +GNU_CONFIGURE= YES +USE_SSL= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/net/tcpdump/files/md5 b/net/tcpdump/files/md5 new file mode 100644 index 00000000000..b5ca42f5be1 --- /dev/null +++ b/net/tcpdump/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/01/13 23:29:28 tron Exp $ + +MD5 (tcpdump-3.6.1.tar.gz) = 0ad9ecdf83e260894467935e2e6efcd2 diff --git a/net/tcpdump/pkg/COMMENT b/net/tcpdump/pkg/COMMENT new file mode 100644 index 00000000000..6eec9214a1d --- /dev/null +++ b/net/tcpdump/pkg/COMMENT @@ -0,0 +1 @@ +network monitoring tool diff --git a/net/tcpdump/pkg/DESCR b/net/tcpdump/pkg/DESCR new file mode 100644 index 00000000000..8c4c6dcb83f --- /dev/null +++ b/net/tcpdump/pkg/DESCR @@ -0,0 +1,5 @@ +A tool for network monitoring and data acquisition. This software was +originally developed by the Network Research Group at the Lawrence +Berkeley National Laboratory. The original distribution is available +via anonymous ftp to ftp.ee.lbl.gov, in tcpdump.tar.Z. More recent +development is performed at tcpdump.org, http://www.tcpdump.org/ diff --git a/net/tcpdump/pkg/PLIST b/net/tcpdump/pkg/PLIST new file mode 100644 index 00000000000..8aab865039e --- /dev/null +++ b/net/tcpdump/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/01/13 23:29:28 tron Exp $ +man/man1/tcpdump.1 +sbin/tcpdump |