* zap pthread from WANTLIB in tkdnd
* get rid of expensive SUBST_VARS in pre-configure or whole pre-configure
* get rid of tktreectrl PFRAG.shared
* bump tkdnd and tktreectrl
OK, landry@ who's eyes got burned ;)
DIMP (Dynamic IMP) is an AJAX-like frontend for the IMP webmail system.
It provides a 3-pane layout with message preview, drag-and-drop support,
context-sensitive menus, etc.
MIMP (Mobile IMP) is an lightweight frontend for the IMP webmail system,
suitable for mobile devices such as WAP phones or PDAs. Basic functionality
is implemented including mailbox viewing and paging, viewing messages,
deleting, replying, forwarding, and composing new messages.
under a common directory, sharing infrastructure with Makefile.inc and
horde.port.mk. Update components to current versions while there.
Thanks Johan Huldtgren for suggestions and testing and ajacoutot@
for suggestions and ok.
Rsyslog is an enhanced multi-threaded syslogd with a focus on
security and reliability. Among others, it offers support for
on-demand disk buffering, reliable syslog over TCP, SSL, TLS and
RELP, writing to databases (MySQL, PostgreSQL, Oracle, and many
more), email alerting, fully configurable output formats (including
high-precision timestamps), the ability to filter on any part of
the syslog message, on-the-wire message compression, and the ability
to convert text files to syslog. It is a drop-in replacement for
stock syslogd and able to work with the same configuration file
syntax. Its advanced features make it suitable for enterprise-class,
encryption protected syslog relay chains while at the same time
being very easy to setup for the novice user.
initial port from todd@, improved by sthen@ and me
While here:
Zap -Wredundant-decls from CFLAGS to avoid a lot of harmless but
noisy warnings during compilation (cluestick by landry@ for this).
Switch to new-style LIB_DEPENDS/WANTLIB.
environment variable, but we want to do it for shared libraries
only. Otherwise a static library gets created as
libfoo.a.${LIBfoo_VERSION}, which is wrong.
Bug reported and patch tested by Alexandr Shadchin <alexandr DOT
shadchin AT gmail DOT com>: thanks!
While here, reword/clarify some comments to better explain what my
patches do.