diff options
author | seb <seb> | 2003-01-26 21:48:00 +0000 |
---|---|---|
committer | seb <seb> | 2003-01-26 21:48:00 +0000 |
commit | d7a91fe3227b546a9fbc9028574cf4dc878f1b47 (patch) | |
tree | 5aa18cee07231c5502ee17a4637a7ff9ac0f88a3 /net/libdnet | |
parent | 024f5e0c1a72c2c9ae3879eaf79e594b69bdb0d9 (diff) | |
download | pkgsrc-d7a91fe3227b546a9fbc9028574cf4dc878f1b47.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')
-rw-r--r-- | net/libdnet/DESCR | 8 | ||||
-rw-r--r-- | net/libdnet/Makefile | 15 | ||||
-rw-r--r-- | net/libdnet/PLIST | 21 | ||||
-rw-r--r-- | net/libdnet/distinfo | 4 |
4 files changed, 48 insertions, 0 deletions
diff --git a/net/libdnet/DESCR b/net/libdnet/DESCR new file mode 100644 index 00000000000..68b550fe143 --- /dev/null +++ b/net/libdnet/DESCR @@ -0,0 +1,8 @@ +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 diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile new file mode 100644 index 00000000000..8f945b4ee80 --- /dev/null +++ b/net/libdnet/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/01/26 21:48:00 seb Exp $ +# + +DISTNAME= libdnet-1.5 +CATEGORIES= devel net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libdnet/} + +MAINTAINER= bit5hfit@ethernet.tk +HOMEPAGE= http://libdnet.sourceforge.net/ +COMMENT= C interface to several low-level networking routines + +GNU_CONFIGURE= yes +USE_BUILDLINK2= yes + +.include "../../mk/bsd.pkg.mk" 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 diff --git a/net/libdnet/distinfo b/net/libdnet/distinfo new file mode 100644 index 00000000000..5e482556665 --- /dev/null +++ b/net/libdnet/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/01/26 21:48:00 seb Exp $ + +SHA1 (libdnet-1.5.tar.gz) = 89b692c772565cb16d9935a6dac8bc288baf440a +Size (libdnet-1.5.tar.gz) = 156762 bytes |