lib gives us one new screensaver, which is really a combination of several
objects that get twisted and re-shaped. The update adds two new screensavers,
and several improvements to existing ones. Also added is a memory limit
parameter, and some more gnome integration.
patch-ac is removed due to its being integrated into the source.
The suggestion to add the GLE lib comes from the PR. I'm not sure that the
cost::benefit justifies it, but the library is small so probably no harm done.
PR: ports/27626
Submitted by: David Gilbert <dgilbert@velocet.ca>
Changes in 4.4.4:
* rfc2ftn: fixed severe bug in handling of long header lines,
e.g. References, which caused missing or incorrect ^AREPLYs. Thanks
to Stephan Heitbrink <heitbrink@gmx.net> for reporting the bug and
providing the test input news article files.
* hosts2dns: default MX changed
free grammar and converts it into a subroutine that will parse a file
using that grammar.
Lemon is similar to the much more famous programs "YACC" and "BISON".
But lemon is not compatible with either yacc or bison. There are several
important differences:
. Lemon using a different grammar syntax which is less prone to
programming errors.
. Lemon generates a parser that is faster than Yacc or Bison
parsers (according to the author).
. The parser generated by Lemon is both re-entrant and thread-safe.
. Lemon includes the concept of a non-terminal destructor, which
makes it much easier to write a parser that does not
leak memory.
WWW: http://www.hwaci.com/sw/lemon/
capable of natively speaking its Remote Desktop Protocol (RDP) in
order to present the user's NT desktop. Unlike Citrix ICA, no server
extensions are required.
PR: ports/23524
Submitted by: Matthew West <mwest@uct.ac.za>
to the really persistent /var/db. Bump PORTREVISION to indicate
behavior/functionality change (make it work across reboots, well
how about that ;)
PR: 27879
Submitted by: David Wimsey <dwimsey@rtci.com>
-- Added a whole bunch of new OS fingerprints (and adjustments)
ranging from big important ones (Linux 2.4.X, OpenBSD 2.9, FreeBSD
4.3, Cisco 12.2.1, MacOS X, etc) to some that are more obscure (
such as Apple Color LaserWriter 12/660 PS and VirtualAccess
LinxpeedPro 120 )
-- Tweaked TCP Timestamp and IP.ID sequence classification algorithms
Install docs, honoring NOPORTDOCS.
PR: 27649 - the problem of unrecognized ether ifaces;
27874 - the maintainer patch.
Reported by: Jason Swank <jswank@colltech.com> (the problem)
Submitted by: maintainer (the patch)