Bug 37118 - New port: devel/libdnet
Summary: New port: devel/libdnet
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-16 01:30 UTC by dominic_marks
Modified: 2002-05-27 02:28 UTC (History)
0 users

See Also:


Attachments
file.shar (1.92 KB, text/plain)
2002-04-16 01:30 UTC, dominic_marks
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description dominic_marks 2002-04-16 01:30:01 UTC
	New port for libdnet:

dnet 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).

How-To-Repeat: 	NA.
Comment 1 dominic_marks 2002-04-16 01:45:24 UTC
On Mon, Apr 15, 2002 at 05:30:01PM -0700, FreeBSD-gnats-submit@FreeBSD.org wrote:
> Thank you very much for your problem report.
> It has the internal identification `ports/37118'.
> The individual assigned to look at your
> report is: freebsd-ports. 
> 
> You can access the state of your problem report at any time
> via this link:
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=37118
> 
> >Category:       ports
> >Responsible:    freebsd-ports
> >Synopsis:       New port: devel/libdnet
> >Arrival-Date:   Mon Apr 15 17:30:01 PDT 2002

I forgot to put the includes in the pkg-plist. I'll fix this in a
minute and post a updated shar.

Thanks
-- 
Dominic
Comment 2 dominic_marks 2002-04-16 03:29:22 UTC
On Mon, Apr 15, 2002 at 05:30:01PM -0700, FreeBSD-gnats-submit@FreeBSD.org wrote:
> Thank you very much for your problem report.
> It has the internal identification `ports/37118'.
> The individual assigned to look at your
> report is: freebsd-ports. 
> 
> You can access the state of your problem report at any time
> via this link:
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=37118
> 
> >Category:       ports
> >Responsible:    freebsd-ports
> >Synopsis:       New port: devel/libdnet
> >Arrival-Date:   Mon Apr 15 17:30:01 PDT 2002

Here is the updated shar as promised:

# 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:
#
#	ports/libdnet/Makefile
#	ports/libdnet/distinfo
#	ports/libdnet/pkg-comment
#	ports/libdnet/pkg-descr
#	ports/libdnet/pkg-plist
#	ports/libdnet/work
#
echo x - ports/libdnet/Makefile
sed 's/^X//' >ports/libdnet/Makefile << 'END-of-ports/libdnet/Makefile'
X#
X# Port Makefile for: libdnet
X# Created By: Dominic Marks <dominic_marks@btinternet.com>
X# Created On: 15/04/2002
X#
X# $Id$
X#
X
XPORTNAME=	libdnet
XPORTVERSION=	1.4
XCATEGORIES=	devel
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
XMAINTAINER=	dominc_marks@btinternet.com
XGNU_CONFIGURE=	yes
XMAN3=	dnet.3
XMAN8=	dnet.8
X
X.include <bsd.port.mk>
END-of-ports/libdnet/Makefile
echo x - ports/libdnet/distinfo
sed 's/^X//' >ports/libdnet/distinfo << 'END-of-ports/libdnet/distinfo'
XMD5 (libdnet-1.4.tar.gz) = 6bbe2c99d8e9e8e750d1b695e6096094
END-of-ports/libdnet/distinfo
echo x - ports/libdnet/pkg-comment
sed 's/^X//' >ports/libdnet/pkg-comment << 'END-of-ports/libdnet/pkg-comment'
Xlibdnet provides a simple interface to level networking routines
END-of-ports/libdnet/pkg-comment
echo x - ports/libdnet/pkg-descr
sed 's/^X//' >ports/libdnet/pkg-descr << 'END-of-ports/libdnet/pkg-descr'
Xdnet provides a simplified, portable interface to several low-level
Xnetworking routines, including network address manipulation, kernel
Xarp(4) cache and route(4) table lookup and manipulation, network
Xfirewalling, network interface lookup and manipulation, and raw IP
Xpacket and Ethernet frame transmission. It is intended to complement
Xthe functionality provided by pcap(3).
X
XWWW: http://libdnet.sourceforge.net/
X- Dominic <dominic_marks@btinternet.com>
END-of-ports/libdnet/pkg-descr
echo x - ports/libdnet/pkg-plist
sed 's/^X//' >ports/libdnet/pkg-plist << 'END-of-ports/libdnet/pkg-plist'
Xbin/dnet-config
Xsbin/dnet
Xlib/libdnet.a
Xinclude/dnet/addr.h
Xinclude/dnet/arp.h
Xinclude/dnet/blob.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/rand.
Xinclude/dnet/route.h
Xinclude/dnet/tcp.h
Xinclude/dnet/udp.h
Xinclude/dent.h
END-of-ports/libdnet/pkg-plist
echo c - ports/libdnet/work
mkdir -p ports/libdnet/work > /dev/null 2>&1
exit

-- 
Dominic
Comment 3 dominic_marks 2002-05-04 15:35:59 UTC
On Mon, Apr 15, 2002 at 05:30:01PM -0700, FreeBSD-gnats-submit@FreeBSD.org wrote:
> Thank you very much for your problem report.
> It has the internal identification `ports/37118'.
> The individual assigned to look at your
> report is: freebsd-ports. 
> 
> You can access the state of your problem report at any time
> via this link:
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=37118
> 
> >Category:       ports
> >Responsible:    freebsd-ports
> >Synopsis:       New port: devel/libdnet
> >Arrival-Date:   Mon Apr 15 17:30:01 PDT 2002

Having just reviewed the original shar, and then the followup I find
considerable fault with both. Here is a shar which is more acceptable.

# 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/Makefile
#	libdnet/distinfo
#	libdnet/pkg-comment
#	libdnet/pkg-descr
#	libdnet/pkg-plist
#
echo x - libdnet/Makefile
sed 's/^X//' >libdnet/Makefile << 'END-of-libdnet/Makefile'
X#
X# Port Makefile for: libdnet
X# Created By: Dominic Marks <dominic_marks@btinternet.com>
X# Created On: 15/04/2002
X#
X# $FreeBSD$
X#
X
XPORTNAME=	libdnet
XPORTVERSION=	1.4
XCATEGORIES=	devel
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
XMAINTAINER=	dominc_marks@btinternet.com
XGNU_CONFIGURE=	yes
XMAN3=	dnet.3
XMAN8=	dnet.8
X
X.include <bsd.port.mk>
END-of-libdnet/Makefile
echo x - libdnet/distinfo
sed 's/^X//' >libdnet/distinfo << 'END-of-libdnet/distinfo'
XMD5 (libdnet-1.4.tar.gz) = 6bbe2c99d8e9e8e750d1b695e6096094
END-of-libdnet/distinfo
echo x - libdnet/pkg-comment
sed 's/^X//' >libdnet/pkg-comment << 'END-of-libdnet/pkg-comment'
Xlibdnet provides a simple interface to 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
Xnetworking routines, including network address manipulation, kernel
Xarp(4) cache and route(4) table lookup and manipulation, network
Xfirewalling, network interface lookup and manipulation, and raw IP
Xpacket and Ethernet frame transmission. It is intended to complement
Xthe functionality provided by pcap(3).
X
XWWW: http://libdnet.sourceforge.net/
X- Dominic <dominic_marks@btinternet.com>
END-of-libdnet/pkg-descr
echo x - libdnet/pkg-plist
sed 's/^X//' >libdnet/pkg-plist << 'END-of-libdnet/pkg-plist'
Xbin/dnet-config
Xsbin/dnet
Xlib/libdnet.a
Xinclude/dnet/addr.h
Xinclude/dnet/arp.h
Xinclude/dnet/blob.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/rand.h
Xinclude/dnet/route.h
Xinclude/dnet/tcp.h
Xinclude/dnet/udp.h
Xinclude/dnet.h
END-of-libdnet/pkg-plist
exit

Thanks!
-- 
Dominic
Comment 4 Anders Nordby freebsd_committer freebsd_triage 2002-05-27 02:27:54 UTC
State Changed
From-To: open->closed

Committed (to category net), thanks!