Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jan 2002 16:37:37 -0800 (PST)
From:      Kirby Kuehl <vacuum@12-232-21-91.client.attbi.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33591: New port: net/libdnet
Message-ID:  <200201060037.g060bbm42590@12-232-21-91.client.attbi.com>

next in thread | raw e-mail | index | archive | help

>Number:         33591
>Category:       ports
>Synopsis:       New port: net/libdnet
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 05 16:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kirby Kuehl
>Release:        FreeBSD 4.5-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD 12-232-21-91.client.attbi.com 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #2: Fri Jan 4 18:14:03 PST 2002 vacuum@12-232-21-91.client.attbi.com:/usr/obj/usr/src/sys/ELITE i386


	
>Description:
	New port: net/libdnet a portable interface to several low-level networking routines
>How-To-Repeat:
	
>Fix:


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	libdnet
#	libdnet/Makefile
#	libdnet/pkg-comment
#	libdnet/pkg-descr
#	libdnet/distinfo
#	libdnet/pkg-plist
#
echo c - libdnet
mkdir -p libdnet > /dev/null 2>&1
echo x - libdnet/Makefile
sed 's/^X//' >libdnet/Makefile << 'END-of-libdnet/Makefile'
X# Ports collection makefile for:  libdnet
X# Date created:			Sat Jan 5, 2002
X# Whom:				Kirby Kuehl <vacuum@technotronic.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	libdnet
XPORTVERSION=	0.8
XCATEGORIES=	net
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	vacuum@technotronic.com
X
XMAN3=		dnet.3
X
XUSE_AUTOCONF=	yes
XINSTALLS_SHLIB= yes
XWRKSRC=		${WRKDIR}/libdnet-${PORTVERSION}
XMAN3=		dnet.3
X
Xpost-install:
X	${INSTALL_MAN} ${WRKSRC}/man/dnet.3 ${PREFIX}/man/man3
X
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${PREFIX}/share/doc/libdnet
X	@${MKDIR} ${PREFIX}/share/doc/libdnet/test
X	@${MKDIR} ${PREFIX}/share/doc/libdnet/test/dnet
X.for i in LICENSE README TODO THANKS
X	${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/libdnet
X.endfor
X.for i in Makefile.am Makefile.in addr.c arp.c fw.c intf.c route.c
X	${INSTALL_DATA} ${WRKSRC}/test/${i} ${PREFIX}/share/doc/libdnet/test
X.endfor
X.for i in Makefile.am Makefile.in arp.c dnet.8 eth.c ip.c udp.c dnet-int.h dnet.c icmp.c tcp.c
X	${INSTALL_DATA} ${WRKSRC}/test/dnet/${i} ${PREFIX}/share/doc/libdnet/test/dnet
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-libdnet/Makefile
echo x - libdnet/pkg-comment
sed 's/^X//' >libdnet/pkg-comment << 'END-of-libdnet/pkg-comment'
XA simplified interface to several low-level networking routines
END-of-libdnet/pkg-comment
echo x - libdnet/pkg-descr
sed 's/^X//' >libdnet/pkg-descr << 'END-of-libdnet/pkg-descr'
Xdnet provides a simplified, portable interface to several low-level net-
Xworking routines, including network address manipulation, kernel arp(4)
Xcache and route(4) table lookup and manipulation, network firewalling,
Xnetwork interface lookup and manipulation, and raw IP packet and Ethernet
Xframe transmission. It is intended to complement the functionality pro-
Xvided by pcap(3).
X
XIn addition, dnet also provides platform-independent definitions of vari-
Xous network protocol formats and values for portable low-level network
Xprogramming.
X
XWWW: http://libdnet.sourceforge.net/
X
X-Kirby
Xvacuum@technotronic.com
END-of-libdnet/pkg-descr
echo x - libdnet/distinfo
sed 's/^X//' >libdnet/distinfo << 'END-of-libdnet/distinfo'
XMD5 (libdnet-0.8.tar.gz) = af66e15b8085b8454aea8583272fbc5a
END-of-libdnet/distinfo
echo x - libdnet/pkg-plist
sed 's/^X//' >libdnet/pkg-plist << 'END-of-libdnet/pkg-plist'
Xbin/dnet-config
Xinclude/dnet/addr.h
Xinclude/dnet/arp.h
Xinclude/dnet/eth.h
Xinclude/dnet/fw.h
Xinclude/dnet/icmp.h
Xinclude/dnet/intf.h
Xinclude/dnet/ip.h
Xinclude/dnet/os.h
Xinclude/dnet/route.h
Xinclude/dnet/tcp.h
Xinclude/dnet/udp.h
Xinclude/dnet.h
Xlib/libdnet.a
X@dirrm include/dnet
X%%PORTDOCS%%share/doc/libdnet/LICENSE
X%%PORTDOCS%%share/doc/libdnet/README
X%%PORTDOCS%%share/doc/libdnet/TODO
X%%PORTDOCS%%share/doc/libdnet/THANKS
X%%PORTDOCS%%share/doc/libdnet/test/Makefile.am
X%%PORTDOCS%%share/doc/libdnet/test/Makefile.in
X%%PORTDOCS%%share/doc/libdnet/test/addr.c
X%%PORTDOCS%%share/doc/libdnet/test/arp.c
X%%PORTDOCS%%share/doc/libdnet/test/fw.c
X%%PORTDOCS%%share/doc/libdnet/test/intf.c
X%%PORTDOCS%%share/doc/libdnet/test/route.c
X%%PORTDOCS%%share/doc/libdnet/test/dnet/Makefile.am
X%%PORTDOCS%%share/doc/libdnet/test/dnet/Makefile.in
X%%PORTDOCS%%share/doc/libdnet/test/dnet/arp.c
X%%PORTDOCS%%share/doc/libdnet/test/dnet/dnet-int.h
X%%PORTDOCS%%share/doc/libdnet/test/dnet/dnet.8
X%%PORTDOCS%%share/doc/libdnet/test/dnet/dnet.c
X%%PORTDOCS%%share/doc/libdnet/test/dnet/eth.c
X%%PORTDOCS%%share/doc/libdnet/test/dnet/icmp.c
X%%PORTDOCS%%share/doc/libdnet/test/dnet/ip.c
X%%PORTDOCS%%share/doc/libdnet/test/dnet/tcp.c
X%%PORTDOCS%%share/doc/libdnet/test/dnet/udp.c
X@dirrm %%PORTDOCS%%share/doc/libdnet/test/dnet
X@dirrm %%PORTDOCS%%share/doc/libdnet/test
X@dirrm %%PORTDOCS%%share/doc/libdnet
END-of-libdnet/pkg-plist
exit


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201060037.g060bbm42590>