Add libdnet, a simplified, portable interface to low-level networking
routines. Complement to pcap. PR: 37118 Submitted by: Dominic Marks <dominic_marks@btinternet.com>
This commit is contained in:
parent
2d172c0774
commit
bfea4ad2d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60054
@ -213,6 +213,7 @@
|
||||
SUBDIR += lam
|
||||
SUBDIR += lambdamoo
|
||||
SUBDIR += ldapsdk
|
||||
SUBDIR += libdnet
|
||||
SUBDIR += libfreenet
|
||||
SUBDIR += libicq
|
||||
SUBDIR += libicq2000
|
||||
|
21
net/libdnet/Makefile
Normal file
21
net/libdnet/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: libdnet
|
||||
# Date created: 15 April 2002
|
||||
# Whom: Dominic Marks <dominic_marks@btinternet.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libdnet
|
||||
PORTVERSION= 1.4
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= dominc_marks@btinternet.com
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN3= dnet.3
|
||||
MAN8= dnet.8
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/libdnet/distinfo
Normal file
1
net/libdnet/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (libdnet-1.4.tar.gz) = 6bbe2c99d8e9e8e750d1b695e6096094
|
1
net/libdnet/pkg-comment
Normal file
1
net/libdnet/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A simple interface to level networking routines
|
10
net/libdnet/pkg-descr
Normal file
10
net/libdnet/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
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, network interface lookup and manipulation, and raw IP
|
||||
packet and Ethernet frame transmission. It is intended to complement
|
||||
the functionality provided by pcap(3).
|
||||
|
||||
WWW: http://libdnet.sourceforge.net/
|
||||
|
||||
- Dominic <dominic_marks@btinternet.com>
|
18
net/libdnet/pkg-plist
Normal file
18
net/libdnet/pkg-plist
Normal file
@ -0,0 +1,18 @@
|
||||
bin/dnet-config
|
||||
sbin/dnet
|
||||
lib/libdnet.a
|
||||
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
|
||||
include/dnet.h
|
||||
@dirrm include/dnet
|
Loading…
Reference in New Issue
Block a user