Collection.
Iperf is a tool for measuring TCP and UDP bandwidth performance.
It reports bandwidth, delay jitter, datagram loss. It also supports
IPv6 and IP Multicast.
Iperf is a tool for measuring TCP and UDP bandwidth performance.
It reports bandwidth, delay jitter, datagram loss. It also supports
IPv6 and IP Multicast.
Changes since 1.59.2:
Lots of bug fixes:
* Attributes to control the templates are now namespace qualified.
* Support use of titleabbrev in running headers and footers.
* Added (experimental) xref.with.number.and.title
parameter to enable number/title cross references even when the
default would be just the number.
* Generate part ToCs if they're requested.
* Use proportional-column-width() in header/footer tables.
* Handle alignment correctly when screenshot wraps a graphic in a figure.
* Format chapter and appendix cross references consistently.
* Attempt to support tables with multiple tgroups in FO.
* Output fo:table-columns in simplelist tables.
* Use titlepage.templates.xml for indexdiv and glossdiv formatting.
* Improve support for new bibliography elements.
* Added footnote.number.format, table.footnote.number.format,
footnote.number.symbols, and table.footnote.number.symbols for better
control of footnote markers.
* Added glossentry.show.acronyms.
* Suppress the draft-mode page masters when draft-mode is no.
* Make blank pages verso not recto. D'Oh!
* Improved formatting of ulink footnotes.
* Fixed bugs in graphic width/height calculations.
* Added class attributes to inline elements.
* Don't add .html to the filenames identified with the dbhtml PI.
* Don't force a ToC when sections contain refentrys.
* Make section title sizes a function of the body.master.size.
gnome2-dirs installs a set of shared directories used by many GTK2/GNOME2
applications. It is useful to simplify PLIST handling in other packages.
Reviewed by rh.
gnome1-dirs installs a set of shared directories used by many GTK1/GNOME1
applications. It is useful to simplify PLIST handling in other packages.
Reviewed by rh.
gnome-dirs installs a set of shared directories used by many GTK/GNOME
applications. Do not directly depend on this package. Please use
gnome1-dirs and gnome2-dirs instead.
This is an attempt to simplify shared directory handling in PLIST's, as
many packages use the GNOME directory hierarchy.
Reviewed by rh.
Add a new -a flag (automatically update files which have not been
locally modified). Patch provided by Sverre Froyen in a private mail,
slightly modified by me.
- no longer CONFLICTS with links{-gui}
Differences to Links
So far, we have the following major differences to Links:
* Much cleaner code
* Support for a Lua scripting
* Enhanced cookies support
* IPv6 support
* HTTP Authentication support
* Proxy authentication support
* Much more powerful configuration
* Hiearchic bookmarks (Links-2.x has these as well)
* Download resuming support
* Mailcap support
* Also a lot of smaller but still pleasant features ;)
* More active development
Too many changes to list them all, see ChangeLog for details.
(http://pasky.ji.cz/cvsweb.cgi/elinks/ChangeLog)
Collection.
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
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
- use SHLIBTOOL_OVERRIDE instead of LIBTOOL_OVERRIDE, the ugly
static libraries hack is now gone.
Changes from 0.9.11 to 0.9.12
=============================
* Added macros SILC_SWAB_[16|32] to swab byte order of
16-bit and 32-bit unsigned integers.
* Use the SILC_SWAB_16 instead of htons() in server when
handling ports since the ports in structures are always
in little-endian order (regardless of platform).
* Send DISCONNECT in close admin command in server.
* Check whether we are already connecting to a remote router
(in addition of checking whether we are already connected)
before creating new connection.
* Check that socket is valid after QoS is applied to data.
* Make sure the socket connecetion is not closed to early
when closing connection in server. Also make sure the
connection is always closed after error in a protocol.
* Fixed server crash with double Primary block in config file.
* Fixed various memory leaks around the config file parser.
* Fixed a double free in INVITE command error handling in
server.
* Fix for gmplayer launched by fvwm. Close stdin on Exec so the
exec'd process knows its not running interactively.
* Windows using the WindowListSkip style do not appear in the
FvwmTaskBar at random.
* Fixed a memory leak in ChangeIcon, ChangeForeColor and
ChangeBackColor FvwmScript options.
* Fixed a core dump in the parsing of FvwmAuto arguments.
* Fixed screwed calculation of icon picture size when application
specifies it explicitly.
* The option ShowOnlyIcons now works as described in the
FvwmIconMan man page. It was accidentally named ShowOnlyIconic
before.