import libdnet, a portable low-level networking library

This commit is contained in:
dugsong 2002-01-26 22:53:21 +00:00
parent 853cd6e1f4
commit e2b6ce7552
4 changed files with 49 additions and 0 deletions

22
net/libdnet/Makefile Normal file
View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/01/26 22:53:21 dugsong Exp $
COMMENT= "portable low-level networking library"
DISTNAME= libdnet-1.0
CATEGORIES= net
NEED_VERSION= 1.504
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=libdnet
HOMEPAGE= http://libdnet.sourceforge.net/
MAINTAINER= Dug Song <dugsong@monkey.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>

3
net/libdnet/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (libdnet-1.0.tar.gz) = c2725dbbb58967329b7f0497b56dc81a
RMD160 (libdnet-1.0.tar.gz) = 7a25365d635fa9e09d84039ba0ad881e6eb94c96
SHA1 (libdnet-1.0.tar.gz) = 7b0867f81a8a4aeb45b4ac73baae5234dfd040a6

7
net/libdnet/pkg/DESCR Normal file
View File

@ -0,0 +1,7 @@
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.
WWW: ${HOMEPAGE}

17
net/libdnet/pkg/PLIST Normal file
View File

@ -0,0 +1,17 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/01/26 22:53:21 dugsong Exp $
bin/dnet-config
include/dnet.h
include/dnet/addr.h
include/dnet/arp.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/route.h
include/dnet/tcp.h
include/dnet/udp.h
lib/libdnet.a
man/man3/dnet.3
@dirrm include/dnet