From ec263708b4436f2f6fe8ff2c5ddd38bc49dbd322 Mon Sep 17 00:00:00 2001 From: zuntum Date: Wed, 31 Oct 2001 22:52:58 +0000 Subject: Move pkg/ files into package's toplevel directory --- net/libpcap/DESCR | 9 +++++++++ net/libpcap/PLIST | 7 +++++++ net/libpcap/pkg/DESCR | 9 --------- net/libpcap/pkg/PLIST | 7 ------- 4 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 net/libpcap/DESCR create mode 100644 net/libpcap/PLIST delete mode 100644 net/libpcap/pkg/DESCR delete mode 100644 net/libpcap/pkg/PLIST (limited to 'net/libpcap') diff --git a/net/libpcap/DESCR b/net/libpcap/DESCR new file mode 100644 index 00000000000..9649f8371dd --- /dev/null +++ b/net/libpcap/DESCR @@ -0,0 +1,9 @@ +This is libpcap, a system-independent interface for user-level packet +capture. libpcap provides a portable framework for low-level network +monitoring. Applications include network statistics collection, +security monitoring, network debugging, etc. Since almost every +system vendor provides a different interface for packet capture, and +since we've developed several tools that require this functionality, +we've created this system-independent API to ease in porting and to +alleviate the need for several system-dependent packet capture modules +in each application. diff --git a/net/libpcap/PLIST b/net/libpcap/PLIST new file mode 100644 index 00000000000..21dc495c199 --- /dev/null +++ b/net/libpcap/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:56:05 zuntum Exp $ +lib/libpcap.a +include/pcap.h +include/pcap-namedb.h +include/net/bpf.h +man/man3/pcap.3 +@dirrm include/net diff --git a/net/libpcap/pkg/DESCR b/net/libpcap/pkg/DESCR deleted file mode 100644 index 9649f8371dd..00000000000 --- a/net/libpcap/pkg/DESCR +++ /dev/null @@ -1,9 +0,0 @@ -This is libpcap, a system-independent interface for user-level packet -capture. libpcap provides a portable framework for low-level network -monitoring. Applications include network statistics collection, -security monitoring, network debugging, etc. Since almost every -system vendor provides a different interface for packet capture, and -since we've developed several tools that require this functionality, -we've created this system-independent API to ease in porting and to -alleviate the need for several system-dependent packet capture modules -in each application. diff --git a/net/libpcap/pkg/PLIST b/net/libpcap/pkg/PLIST deleted file mode 100644 index 5ed69843001..00000000000 --- a/net/libpcap/pkg/PLIST +++ /dev/null @@ -1,7 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2001/01/13 23:04:42 tron Exp $ -lib/libpcap.a -include/pcap.h -include/pcap-namedb.h -include/net/bpf.h -man/man3/pcap.3 -@dirrm include/net -- cgit v1.2.3