Skip to content

Commit

Permalink
battling the worm - destdir friendly changes
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@1872 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Jean-Pierre Mouilleseaux committed Jan 25, 2003
1 parent cc33a73 commit 1a89db1
Showing 1 changed file with 17 additions and 31 deletions.
48 changes: 17 additions & 31 deletions net/libdnet/Portfile
Expand Up @@ -5,36 +5,22 @@ revision 0
categories net
maintainers jpm@opendarwin.org
description portable low-level networking library
long_description 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 (IP filter, ipfw, ipchains, pf, ...), network interface lookup and manipulation, raw IP packet and Ethernet frame transmission
long_description \
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 (IP filter, ipfw, ipchains, pf, \
...), network interface lookup and manipulation, raw IP packet and \
Ethernet frame transmission
homepage http://libdnet.sourceforge.net/
platforms darwin
master_sites http://unc.dl.sourceforge.net/sourceforge/libdnet/ \
http://telia.dl.sourceforge.net/sourceforge/libdnet/ \
http://easynews.dl.sourceforge.net/sourceforge/libdnet/ \
http://umn.dl.sourceforge.net/sourceforge/libdnet/ \
http://twtelecom.dl.sourceforge.net/sourceforge/libdnet/ \
http://belnet.dl.sourceforge.net/sourceforge/libdnet/ \
http://switch.dl.sourceforge.net/sourceforge/libdnet/ \
http://cesnet.dl.sourceforge.net/sourceforge/libdnet/
master_sites \
http://unc.dl.sourceforge.net/sourceforge/libdnet/ \
http://telia.dl.sourceforge.net/sourceforge/libdnet/ \
http://easynews.dl.sourceforge.net/sourceforge/libdnet/ \
http://umn.dl.sourceforge.net/sourceforge/libdnet/ \
http://twtelecom.dl.sourceforge.net/sourceforge/libdnet/ \
http://belnet.dl.sourceforge.net/sourceforge/libdnet/ \
http://switch.dl.sourceforge.net/sourceforge/libdnet/ \
http://cesnet.dl.sourceforge.net/sourceforge/libdnet/
checksums md5 378c10adefc3ce5333af8f3ee47385cc

contents \
bin/dnet-config \
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/ \
include/dnet.h \
lib/libdnet.a \
man/man3/dnet.3 \
man/man8/dnet.8 \
sbin/dnet

0 comments on commit 1a89db1

Please sign in to comment.