From vacuum@12-232-21-91.client.attbi.com  Sat Jan  5 16:42:14 2002
Return-Path: <vacuum@12-232-21-91.client.attbi.com>
Received: from 12-232-21-91.client.attbi.com (12-232-20-31.client.attbi.com [12.232.20.31])
	by hub.freebsd.org (Postfix) with ESMTP id 8582F37B405
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  5 Jan 2002 16:42:08 -0800 (PST)
Received: (from vacuum@localhost)
	by 12-232-21-91.client.attbi.com (8.11.6/8.11.6) id g060bbm42590;
	Sat, 5 Jan 2002 16:37:37 -0800 (PST)
	(envelope-from vacuum)
Message-Id: <200201060037.g060bbm42590@12-232-21-91.client.attbi.com>
Date: Sat, 5 Jan 2002 16:37:37 -0800 (PST)
From: Kirby Kuehl <vacuum@12-232-21-91.client.attbi.com>
Reply-To: vacuum@technotronic.com
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: net/libdnet
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         33591
>Category:       ports
>Synopsis:       New port: net/libdnet
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dinoex
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 05 16:50:01 PST 2002
>Closed-Date:    Sat Mar 30 06:53:23 PST 2002
>Last-Modified:  Sun Jul 07 01:14:42 PDT 2002
>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:

From: vacuum <vacuum8@attbi.com>
To: freebsd-gnats-submit@FreeBSD.org, vacuum@technotronic.com
Cc:  
Subject: Re: ports/33591: New port: net/libdnet
Date: Sat, 05 Jan 2002 18:43:15 -0800

 Please retract this port as the developer has not finalized the api.
 
 Kirby
 
State-Changed-From-To: open->closed 
State-Changed-By: dinoex 
State-Changed-When: Sat Mar 30 06:52:24 PST 2002 
State-Changed-Why:  
port not committed, create new pr when it is released. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=33591 
>Unformatted:
