diff options
author | seb <seb@pkgsrc.org> | 2003-01-26 21:48:00 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-01-26 21:48:00 +0000 |
commit | f262a0883f5c71bc382acbb10b8067edad402409 (patch) | |
tree | 5aa18cee07231c5502ee17a4637a7ff9ac0f88a3 /net/libdnet/PLIST | |
parent | 57163e4bf85677de94b8422802e1d1d74f069fcc (diff) | |
download | pkgsrc-f262a0883f5c71bc382acbb10b8067edad402409.tar.gz |
Initial import of libdnet, version 1.5, into the NetBSD Packages Collection.
Provided in PR pkg/20058 by V. Hari <bit5hift at ethernet dot tk>, slightly
edited by me.
libdnet provides a simplified, portable interface to several low-level
networking routines, including
* network address manipulation
* kernel arp(4) cache and route(4) table lookup and manipulation
* network firewalling (IP filter, ipfw, ipchains, pf, ...)
* network interface lookup and manipulation
* raw IP packet and Ethernet frame transmission
Diffstat (limited to 'net/libdnet/PLIST')
-rw-r--r-- | net/libdnet/PLIST | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/libdnet/PLIST b/net/libdnet/PLIST new file mode 100644 index 00000000000..6a856311302 --- /dev/null +++ b/net/libdnet/PLIST @@ -0,0 +1,21 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/26 21:48:00 seb Exp $ +bin/dnet-config +include/dnet.h +include/dnet/addr.h +include/dnet/arp.h +include/dnet/blob.h +include/dnet/eth.h +include/dnet/fw.h +include/dnet/icmp.h +include/dnet/intf.h +include/dnet/ip.h +include/dnet/os.h +include/dnet/rand.h +include/dnet/route.h +include/dnet/tcp.h +include/dnet/udp.h +lib/libdnet.a +man/man3/dnet.3 +man/man8/dnet.8 +sbin/dnet +@dirrm include/dnet |