summaryrefslogtreecommitdiff
path: root/net/libdnet
diff options
context:
space:
mode:
authorseb <seb>2003-01-26 21:48:00 +0000
committerseb <seb>2003-01-26 21:48:00 +0000
commit0ac4b30da28d71333dafdf348f57c141e3bb088d (patch)
tree5aa18cee07231c5502ee17a4637a7ff9ac0f88a3 /net/libdnet
parent9e1b0cafd6dcfa6a117e3c41acc2e8cf7bc3d4c7 (diff)
downloadpkgsrc-0ac4b30da28d71333dafdf348f57c141e3bb088d.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/DESCR8
-rw-r--r--net/libdnet/Makefile15
-rw-r--r--net/libdnet/PLIST21
-rw-r--r--net/libdnet/distinfo4
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