developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
Changes in 1.10:
quick bugfix release, for non-Python install, and to add some minor
updates to the Python module.
Changes in 1.9:
this long overdue libdnet release includes the following changes:
- Tru64 now fully supported
- new tun(3) tunnel device interface
- improved Python module support
- win32 MinGW and VC++ developer's pack
Provide a buildlink2.mk file.
Changes in 1.7:
fixed win32 builds
fixed addr_stob
IPv6 b0rkage
Changes in 1.6:
support VPATH builds
initial IPv6 support
use local interface names in win32 support
addr_net addition
fixes for AIX
fix for BSD BPF fd leak on eth_open error
fixes for recent OpenBSD pf changes
Provided in PR pkg/20058 by V. Hari <bit5hift at ethernet dot tk>, slightly
edited by me.
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