Newsletter for Sunday, May 25th 2008

The freshmeat daily newsletter <[email protected]> Mon, 26 May 2008 00:10:08 -0700 (PDT)
Newsgroups gmane.linux.freshmeat.announce
Message-ID <[email protected]>
::: L I N K S   F O R   T H E   D A Y :::

Today's news on the web: http://freshmeat.net/daily/2008/05/25/
freshmeat.net newsgroup: news://news.freshmeat.net/fm.announce

-----.-.. -  ---. - .--- ---- -.---... - --..-- -.---- --.- -.- .

::: A D V E R T I S I N G :::

2008 SourceForge Community Choice Awards

The ability to choose wisely is what separates us from apes. Quick! Vote
in the 2008 SourceForge Community Choice Awards before you start throwing
bananas at defenseless people.

http://ad.doubleclick.net/clk;203057931;13503038;s?http://sourceforge.net/community/cca08-nominate

---. --.---- ..-..-.---- ---..---.-- --. ----.-.-.. ------ --. . 

::: R E L E A S E   H E A D L I N E S (58) :::

[001] - ahcpd 0.5 
[002] - Animath 0.2-rc1 
[003] - AnyEvent 4.03 
[004] - Arno's IPTABLES Firewall Script 1.9.0-beta3 
[005] - awesome-status 1.2 
[006] - BConv 0.1.5 
[007] - bitmatch 1.3 
[008] - Cactus Jukebox 0.4beta 
[009] - ClamTk 3.09 
[010] - cpufrequtils 003 
[011] - crosstool-NG 1.1.2 
[012] - Ctalk 0.0.53a 
[013] - Deliantra Server 2.55 
[014] - di 4.13 
[015] - DIMP H3 (1.0) 
[016] - Endeavour Mark II 2.9.3 
[017] - Entrance 1.2.87 
[018] - GAdmin-SAMBA 0.2.7 
[019] - gds2000tools 0.2 
[020] - genstats 1.0.0 
[021] - Gtk VNC Viewer 0.3.2 
[022] - guitone 0.8 
[023] - gumnut 0.1.6 
[024] - HAproxy 1.3.15.1 (Development)
[025] - Horde Application Framework 3.2 (Horde 3)
[026] - Horde Groupware 1.1 
[027] - Horde Groupware Webmail Edition 1.1 
[028] - httping 1.2.6 
[029] - IMP H3 (4.2) (Horde 3)
[030] - Ingo H3 (1.2) 
[031] - jPOS 1.6.2 
[032] - jVSTwRapper 0.9f 
[033] - Karmen 0.14 
[034] - kbarcode 2.0.7 (Stable)
[035] - KDelicious 3.2.2 
[036] - Kronolith H3 (2.2) (Horde 3)
[037] - libev 3.41 
[038] - linSmith 0.99.7 
[039] - Mitter 0.2.3 
[040] - mkscreens.sh 695 
[041] - Mnemo H3 (2.2) (Horde 3)
[042] - Nag H3 (2.2) (Horde 3)
[043] - phpfspot 1.5 
[044] - QBrew 0.4.1 
[045] - re2c 0.13.5 
[046] - S2000USB 0.2 
[047] - sakura 2.1.1 
[048] - Seed7 2008-05-25 
[049] - SILC Server 1.1.7
[050] - SIPFwd 0.5 
[051] - Spindown 0.2.1 
[052] - sysstat 8.1.3 
[053] - TAMOGEN 1.0 
[054] - tijmp 0.6 
[055] - Turba H3 (2.2) (Horde 3)
[056] - Video Disk Recorder 1.6.0 
[057] - vmplot 385 
[058] - Zoph 0.7.0.4 


-------.--- - ------ .---   --  -.----- - ----.--- ----..  -----

::: R E L E A S E   D E T A I L S :::

[001] - ahcpd 0.5 
  by Juliusz Chroboczek (http://freshmeat.net/users/jech/)
  Sun, May 25th 2008 17:37

Internet
System :: Networking

About: Ahcpd is an implementation of the Ad-Hoc Configuration Protocol
(AHCP), an IPv6 stateless configuration protocol for cases where standard
auto-configuration and DHCPv6 don't work, such as mesh networks.

Changes: This release will survive interfaces going up or down or being
dynamically created or deleted, which makes it easier to integrate with
VPNs. It has the ability to run as a daemon, which simplifies the writing
of init scripts.

License: MIT/X Consortium License

URL: http://freshmeat.net/projects/ahcpd/

                        - %  - %  - % - % -

[002] - Animath 0.2-rc1 
  by sfjprojects (http://freshmeat.net/users/sfjprojects/)
  Sun, May 25th 2008 05:15

Scientific/Engineering :: Mathematics
Scientific/Engineering :: Physics
Scientific/Engineering :: Visualization

About: Animath is a Finite Element Method library entirely implemented in
C++. It is suited for fluid-structure interaction simulation, and it is
mathematically based on higher-order tetrahedral elements. It provides
front-ends to matrix solvers and mesh generators.

Changes: A whole bunch of bugs were fixed. In particular, quadratic
interpolation on curved geometries has been enabled. The interface is now
quite like that of the next major release 0.2. 

License: BSD License (revised)

URL: http://freshmeat.net/projects/animath/

                        - %  - %  - % - % -

[003] - AnyEvent 4.03 
  by Marc A. Lehmann (http://freshmeat.net/users/pcg1/)
  Sun, May 25th 2008 04:56

Software Development
Software Development :: Libraries
Software Development :: Libraries :: Perl Modules

About: AnyEvent provides an identical interface to multiple event loops.
This allows module authors to utilize an event loop without forcing module
users to use the same event loop (as only a single event loop can coexist
peacefully at any one time). The interface itself is vaguely similar but
not identical to the Event module. On the first call of any method, the
module tries to detect the currently loaded event loop by probing for an
already-loaded event loop, such as Glib or Event. The first one found is
used. If none is found, the module tries to load an event module. 

Changes: This release adds backends for Qt, POE, and Event::Lib. The
pure-perl event loop is much faster, and it can now compete with (and
surpass) most C-based event libraries. A fully non-blocking DNS stub
resolver library was added. A Socket library that can transparently (and
without blocking at all) create IPv4 and IPv6 servers and clients, takes
advantage of SRV records was added. A file handle wrapper that supports
structured data transfers and transparent (and non-blocking) SSL/TLS
filtering was added. Lots of general improvements and bugfixes were added.
Windows is officially supported. 

License: Perl License

URL: http://freshmeat.net/projects/anyevent/

                        - %  - %  - % - % -

[004] - Arno's IPTABLES Firewall Script 1.9.0-beta3 
  by Arno (http://freshmeat.net/users/arnova/)
  Sun, May 25th 2008 19:12

System :: Networking
System :: Networking :: Firewalls

About: Arno's IPTABLES Firewall Script is a secure stateful firewall for
both single and multi-homed machines. It supports NAT and SNAT, port
forwarding, ADSL ethernet modems with both static and dynamically assigned
IPs, MAC address filtering, stealth port scan detection, DMZ support,
protection against SYN/ICMP flooding, experimental IPv6 support,
multi-interface/aliased-IP support, and extensive user definable logging
with rate limiting to prevent log flooding. It has plugin support to add
extra features (like SSH Brute Force protection and (Racoon) IPSEC
support). It is easy to configure and highly customizable. A filter script
that makes your firewall log more readable is also included.

Changes: This release implements check-conf argument to only perform a
sanity check. The no_broadcast code has been fixed. A highly experimental
IDS plugin has been added. A blockall argument has been added.
LOOSE_UDP_PATCH has been deprecated. This release has switched from /proc
to sysctl for setting kernel options. Unreferenced get_protos_ip has been
fixed. There are miscellaneous fixes.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/iptables-firewall/

                        - %  - %  - % - % -

[005] - awesome-status 1.2 
  by Zsolt Udvari (http://freshmeat.net/users/uzsolt/)
  Sun, May 25th 2008 07:46

Desktop Environment
Desktop Environment :: Window Managers
System :: Monitoring

About: awesome-status populates the awesome window manager's widgets. It
features CPU usage, date/time, lm_sensors (CPU temperature, fan RPMs,
etc.), memory/swap information, mpd information, network download/upload,
sound card information (volume and outgoing level), and uptime
information. An example commented configuration file is included.

Changes: Small bugs were fixed. New features include an mbox, CPU nice,
and system monitors. Volume information is acquired by using alsa-lib, so
you don't need /proc/asound-files, the content of which is
hardware-specific. Code cleanup was done. Changes were made to the
configuration file format. 

License: GNU General Public License v3

URL: http://freshmeat.net/projects/awesome-status/

                        - %  - %  - % - % -

[006] - BConv 0.1.5 
  by Klaus Alexander Seistrup (http://freshmeat.net/users/mutende/)
  Sun, May 25th 2008 15:44

Scientific/Engineering :: Mathematics
Text Processing :: Filters

About: BConv is a command line Python script that converts between numbers
in base 2..36. It is modelled after a similar program written in C by the
author in 1996.

Changes: The handling of input arguments is now more robust (specifically
the stobase() function).

License: GNU General Public License v3

URL: http://freshmeat.net/projects/bconv/

                        - %  - %  - % - % -

[007] - bitmatch 1.3 
  by Richard Jones (http://freshmeat.net/users/rwmj/)
  Sun, May 25th 2008 08:07

Software Development :: Code Generators
Software Development :: Pre-processors

About: Bitmatch is a powerful language extension for OCaml which adds
native parsing of arbitrary bitstrings, in the style of Erlang. Bitmatch
can be used to parse and generate binary file formats and binary
protocols. 

Changes: Many examples have been added, including a tcpdump file printer
and GIF and ELF header display. 

License: GNU Lesser General Public License (LGPL)

URL: http://freshmeat.net/projects/bitmatch/

                        - %  - %  - % - % -

[008] - Cactus Jukebox 0.4beta 
  by da_seeb (http://freshmeat.net/users/da_seeb/)
  Sun, May 25th 2008 12:37

Multimedia :: Sound/Audio :: CD Audio :: CD Ripping
Multimedia :: Sound/Audio :: Players
Multimedia :: Sound/Audio :: Players :: MP3

About: Cactus is an audio player. It shows all your music files in a kind
of database, and you can easily browse, edit, and search your collection.
It also supports synchronizing your music collection with a mobile player
device. It plays MP3, WAV, and Ogg. It can also import and rip audio CDs,
automatically show album covers, tag MP3 files, and maintain a fast
library. A GTK 1.x binary is also available. 

Changes: MPlayer is used for playback. This release has 64-bit
compatibility, Web radio streaming support, drag and drop, faster queries,
faster reload, a Brazilian translation, and a Windows port. The internal
media collection structure has changed. Albums are sorted in alphabetical
order. Covers are enlarged when clicked.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/cactusjukebox/

                        - %  - %  - % - % -

[009] - ClamTk 3.09 
  by phenom (http://freshmeat.net/users/phen0m/)
  Sun, May 25th 2008 07:50



About: ClamTk is a graphical frontend for Clam Antivirus. It is designed
to be a lightweight, easy-to-use, point-and-click virus scanner. 

Changes: This release adds support for the .cld definition files as well
as a new Dutch language file. 

License: Perl License

URL: http://freshmeat.net/projects/clamtk/

                        - %  - %  - % - % -

[010] - cpufrequtils 003 
  by Dominik Broodwski (http://freshmeat.net/users/brodo/)
  Sun, May 25th 2008 07:51

System :: Hardware

About: The cpufrequtils package consists of a library which offers an
unified access method for userspace tools and programs to the CPU
frequency and voltage scaling (cpufreq) subsystem in the Linux kernel, the
"cpufreq-info" and "cpufreq-set" tools to determine and set cpufreq
settings, and debug tools helpful if frequency scaling doesn't work as
expected.

Changes: Czech and Portuguese translations have been added. A few kernel
debug module updates were made. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/cpufrequtils/

                        - %  - %  - % - % -

[011] - crosstool-NG 1.1.2 
  by Yann E. MORIN (http://freshmeat.net/users/integrator/)
  Sun, May 25th 2008 16:12

Software Development
Software Development :: Compilers
Software Development :: Embedded Systems

About: crosstool-NG is a versatile toolchain generator, aiming at being
highly configurable. It supports multiple target architectures, different
components (glibc/uClibc...) and versions. crosstool-NG also features
debugging utilities (DUMA, strace...) and generation tools (sstrip...). 

Changes: Two minor bugs were fixed.

License: GNU General Public License v2

URL: http://freshmeat.net/projects/crosstool-ng/

                        - %  - %  - % - % -

[012] - Ctalk 0.0.53a 
  by thx1132 (http://freshmeat.net/users/kiesling3/)
  Sun, May 25th 2008 14:53

Software Development :: Interpreters
Software Development :: Libraries

About: Ctalk provides object oriented programming features, like classes,
methods, operator overloading, and inheritance to otherwise standard C
programs. You can use only a few objects and classes in a program, or you
can write programs entirely in Ctalk. The package provides a translator
from Ctalk source code into C for compilation and a library that provides
run-time support for class objects. The preprocessor, ctpp, is also
available separately, and the package includes sample programs and
documentation. 

Changes: This release adds a Key class and an improved AssociativeArray
class. It also includes further improvements in expression analysis, and
adds a basic CGIApp demonstration class and a simple CGI application.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/ctalk-lang/

                        - %  - %  - % - % -

[013] - Deliantra Server 2.55 
  by Marc A. Lehmann (http://freshmeat.net/users/pcg1/)
  Sun, May 25th 2008 08:15

Games/Entertainment
Games/Entertainment :: Multi-User Dungeons (MUD)
Games/Entertainment :: Role-Playing

About: Deliantra is an advancement of the crossfire multi-user RPG game.
Unlike the original project, it focuses mainly on stability and
playability, but also adds modern technology such as map scripting, Perl
server extensions, asynchronous I/O, higher resolution graphics, and
better client support.

Changes: The traffic and processing speed of movement across tiled map
boundaries has been optimized, along with some fixes in the archetypes and
maps. A crash which occurred when a player cast a swarm spell and logged
out was fixed. Skills no longer remain in the range/combat slots when they
are unapplied. Locked doors can't be destroyed anymore, as this spoiled
some quests considerably. Last but not least, some merging issues with
some objects have been fixed. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/deliantraserver/

                        - %  - %  - % - % -

[014] - di 4.13 
  by bll69 (http://freshmeat.net/users/bll69/)
  Sun, May 25th 2008 22:45

System :: Monitoring
System :: Systems Administration
Utilities

About: di is a disk information utility, displaying everything that df
does and more. It features the ability to display your disk usage in
whatever format you desire/prefer/are used to. It is designed to be highly
portable across many platforms. 

Changes: The totals display was fixed to correctly handle pooled
filesystems (such as zfs on Solaris and FreeBSD). 

License: zlib/libpng License

URL: http://freshmeat.net/projects/diskinfo/

                        - %  - %  - % - % -

[015] - DIMP H3 (1.0) 
  by Michael Rubinsky (http://freshmeat.net/users/mrubinsky/)
  Sun, May 25th 2008 16:15

Communications :: Email :: Email Clients (MUA)

About: DIMP (Dynamic Internet Messaging Program, or Dynamic IMP) is a
PHP-based webmail system and a component of the Horde project. DIMP is a
version of the webmail client IMP utilizing AJAX-like technologies to
allow a more dynamic user experience than traditionally offered via IMP. 

Changes: This is the first stable release.

License: GNU General Public License v2

URL: http://freshmeat.net/projects/dimp/

                        - %  - %  - % - % -

[016] - Endeavour Mark II 2.9.3 
  by Wolfpack Entertainment (http://freshmeat.net/users/learfox/)
  Sun, May 25th 2008 05:17

Desktop Environment :: File Managers
Multimedia :: Graphics
Multimedia :: Graphics :: Presentation

About: Endeavour Mark II is a complete file management suite that comes
with a file browser, image browser, archiver, recycled objects system, and
a set of file and disk management utility programs. 

Changes: GtkCTree display options were added to the "customize" window
under General->Lists. A "query unmount devices on exit" option was added
to ask the user to unmount any removable devices before exiting. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/endeavour2/

                        - %  - %  - % - % -

[017] - Entrance 1.2.87 
  by Tod Landis (http://freshmeat.net/users/todlandis/)
  Sun, May 25th 2008 16:13

Database :: Front-Ends
Multimedia :: Graphics
Scientific/Engineering :: Visualization

About: Entrance is a program for browsing MySQL databases. It includes a
"match box" search facility that is simlar to the Mac's Spotlight.
Entrance can create charts based on query results, and these charts can be
zoomed and panned. Entrance also supports an innovative feature called
"data painting" that allows users to select and paint data points
interactively. 

Changes: This version supports color palettes that make it easy to select
color themes for charts, new settings for controlling the bar separation
and overlap in a bar chart, and a new "First Differences" tool. The "Make
A Line Chart" and other chart dialogs have also been redesigned for
clarity and ease of use.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/entrance/

                        - %  - %  - % - % -

[018] - GAdmin-SAMBA 0.2.7 
  by Magnus-swe (http://freshmeat.net/users/magnusswe/)
  Sun, May 25th 2008 12:37

System :: Networking
System :: Systems Administration

About: GAdmin-SAMBA is a frontend for the Samba file and print server. It
features multiple local and remote user and group importation, on-the-fly
share creation and user handling (including randomization of usernames and
passwords), and PDF printing to shared and private directories or email.

Changes: A French translation was added. This release adds "bind
interfaces only = yes" by default. WINS servers are only used if DNS/IP is
given.

License: GNU General Public License v3

URL: http://freshmeat.net/projects/gadmin-samba/

                        - %  - %  - % - % -

[019] - gds2000tools 0.2 
  by Thomas Weidenfeller (http://freshmeat.net/users/xmltp/)
  Sun, May 25th 2008 08:12

Scientific/Engineering

About: gds2000tools is a collection of command line tools for using the GW
Instek GDS-2000 series of oscilloscopes (GDS-2062, GDS-2064, GDS-2102,
GDS-2104, GDS-2202, and GDS-2204) under Linux. The heart is a set of bash
shell functions effectively turning a bash shell into a shell for
communicating with the oscilloscope and for scripting measurements tasks.
All 100+ oscilloscope commands are modeled as bash functions. On top of
these, additional functions are provided for common high-level tasks like
obtaining waveform data as images.

Changes: A number of minor bugs have been fixed for this release. Further,
the installation has been improved. 

License: GNU General Public License v3

URL: http://freshmeat.net/projects/gds2000tools/

                        - %  - %  - % - % -

[020] - genstats 1.0.0 
  by Folkert van Heusden (http://freshmeat.net/users/fvh/)
  Sun, May 25th 2008 05:43

System :: Logging
Text Processing
Utilities

About: genstats creates statistics for any text file. The fields to be 
counted can be selected through a syntax similar to that of  "cut". It is
faster then regular scripting due to the use of hash  tables.

Changes: A "simple" mode was added. In this mode, only the count and
string are output, making it easier to process with other tools. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/genstats/

                        - %  - %  - % - % -

[021] - Gtk VNC Viewer 0.3.2 
  by NothernLights (http://freshmeat.net/users/NorthernLights/)
  Sun, May 25th 2008 14:32

Desktop Environment :: Tools
System :: Networking

About: GTK VNC Viewer is a script that provides a GUI for connecting to
VNC servers. It remembers the credentials of known servers, so connecting
to a VNC server is just one double-click away. Servers are shown in an
icon view. 

Changes: This release gives focus back to the VNC widget after sent keys
(fixes bug #232147).

License: GNU General Public License v2

URL: http://freshmeat.net/projects/gtkvncviewer/

                        - %  - %  - % - % -

[022] - guitone 0.8 
  by Thomas Keller (http://freshmeat.net/users/tommyd3mdi/)
  Sun, May 25th 2008 22:47

Software Development :: Version Control

About: Guitone is a Qt-based, cross-platform graphical user interface for
the distributed version control system monotone
(http://venge.net/monotone). It aims towards full implementation of the
monotone command line interface and is specially targeted at beginners. 

Changes: Notable changes include a new automated "driver" interface to
call parts of the application from the outside (see README.driver for more
information), numerous improvements and speedups in workspace mode, and
dozens of bugfixes. Note that guitone's license has been switched to
GPLv3, so you can only legally link it to Qt 4.3.4 or later from now on. 

License: GNU General Public License v3

URL: http://freshmeat.net/projects/guitone/

                        - %  - %  - % - % -

[023] - gumnut 0.1.6 
  by fooscope (http://freshmeat.net/users/fooscope/)
  Sun, May 25th 2008 07:13

Communications

About: gumnut is a program to aid a group of people to perform cooperative
decentralized decision making. The text or GUI client can create, moderate,
and display proposals over a decentralized communication network (currently
gnutella). Proposals are text files with a simple naming convention that
uses the filename to describe field attributes (such as topic and
geographical location). Popular proposals are found by searching on one or
more of these fields and then calculating the support for each proposal
based on the number of occurrences on the network. 

Changes: A clickable index number was added, which shows the contents of
the selected leaf in the GUI. The man page was updated. The documentation
was cleaned up. "Support" was added as a synonym for "mirror" in the text
interface. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/gumnut/

                        - %  - %  - % - % -

[024] - HAproxy 1.3.15.1 (Development)
  by Willy Tarreau (http://freshmeat.net/users/wtarreau/)
  Sun, May 25th 2008 14:56

Internet :: WWW/HTTP
System :: Networking

About: HAproxy is a high-performance and highly-robust TCP and HTTP load
balancer which provides cookie-based persistence, content-based switching,
advanced traffic regulation with surge protection, automatic failover,
run-time regex-based header control, Web-based reporting, advanced logging
to help trouble-shooting buggy applications and/or networks, and a few
other features. Its own event-driven state machine achieves 20,000 hits
per second and surpasses GigaEthernet on modern hardware, even with tens
of thousands of simultaneous connections. 

Changes: Building with gcc 4.3 has been fixed. A condition where
statistics could be truncated if exactly zero bytes remained in the buffer
has been fixed. An event starvation that caused connection acceptance to
slow down when approaching 40000 concurrent connections at gigabit speed
has been fixed.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/haproxy/

                        - %  - %  - % - % -

[025] - Horde Application Framework 3.2 (Horde 3)
  by Jan Schneider (http://freshmeat.net/users/Yunosh/)
  Sun, May 25th 2008 15:43

Office/Business :: Groupware
Software Development :: Libraries :: PHP Classes

About: The Horde Application Framework is a modular, general-purpose Web
application framework. It provides an extensive array of classes that are
targeted at the common problems and tasks involved in developing modern
Web applications.

Changes: This release has an alarm system that can send email, generate
inline notifications, and play sounds for events in any Horde application;
support for read and write databases; operation when the database is down;
many performance improvements; several new themes; WCAG 1.0 Priority
2/Section 508 accessibility guidelines compliance; full Kolab Web client
support; many improvements in the JavaScript and user interface; a new
tree view for Help along with keyword search; support for memcache
clustering; and many bugfixes and small enhancements.

License: GNU Lesser General Public License (LGPL)

URL: http://freshmeat.net/projects/horde/

                        - %  - %  - % - % -

[026] - Horde Groupware 1.1 
  by Jan Schneider (http://freshmeat.net/users/Yunosh/)
  Sun, May 25th 2008 15:51

Communications :: Email :: Address Book
Internet :: WWW/HTTP :: Dynamic Content
Office/Business :: Groupware

About: Horde Groupware is an enterprise ready browser-based collaboration
suite. Users can manage and share calendars, contacts, tasks, and notes
with the standards compliant components from the Horde Project. Horde
Groupware bundles the separately available applications Kronolith, Turba,
Nag, and Mnemo. It can be extended with any of the released Horde
applications or the Horde modules that are still in development, like a
file manager, a bookmark manager, a forum, or a wiki.

Changes: An Alarm system that can send email, generate inline
notifications, and play sounds for events in any Horde application.
Support for read and write databases. Operation when the database is down.
Many performance improvements. Several new themes. WCAG 1.0 Priority
2/Section 508 accessibility guidelines compliance. Full Kolab Web client
support. Many improvements in the JavaScript and user interface. A new
tree view for Help along with keyword search; support for memcache
clustering. Many bugfixes and small enhancements.

License: OSI Approved

URL: http://freshmeat.net/projects/horde-groupware/

                        - %  - %  - % - % -

[027] - Horde Groupware Webmail Edition 1.1 
  by Jan Schneider (http://freshmeat.net/users/Yunosh/)
  Sun, May 25th 2008 17:11

Communications :: Email :: Address Book
Communications :: Email :: Email Clients (MUA)
Communications :: Email :: Filters

About: Horde Groupware Webmail Edition is an enterprise ready
browser-based communication suite. Users can read, send, and organize
email messages and manage and share calendars, contacts, tasks, and notes
with the standards compliant components from the Horde Project. It bundles
the separately available applications IMP, Ingo, Kronolith, Turba, Nag, and
Mnemo. It can be extended with any of the released Horde applications or
the Horde modules that are still in development, like a file manager, a
bookmark manager, a forum, or a wiki.

Changes: AJAX and mobile Web mail clients. A central alarm system with
several notifications. Performance improvements. New themes. Accessibility
standards compliance. Email rate limiting. Symmetric PGP encryption.
Auto-completion for contact searches. Mailbox feeds, IDN support, timed
vacation messages, SQL filter storage, and virtual address books. An
improved default address book schema. Favorite recipients address books.
Daily agenda email messages. More recurrence types. Holidays in the
calendar. Event delegation. Private events and tasks. Sub-tasks and task
start dates. Saving notes as PDF. Encrypted notes.

License: OSI Approved

URL: http://freshmeat.net/projects/horde-webmail/

                        - %  - %  - % - % -

[028] - httping 1.2.6 
  by Folkert van Heusden (http://freshmeat.net/users/fvh/)
  Sun, May 25th 2008 05:42

Internet :: WWW/HTTP :: HTTP Servers
System :: Networking
Utilities

About: httping is a "ping"-like tool for HTTP requests. Give it a  URL and
it will show how long it takes to connect, send a  request, and retrieve
the reply (only the headers). It can  be used for monitoring or
statistical purposes (measuring latency).

Changes: measured latency can now be split into the time to connect and
the time to exchange a request with the HTTP server. Showing the
status-code no longer garbles the screen. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/httping/

                        - %  - %  - % - % -

[029] - IMP H3 (4.2) (Horde 3)
  by Jan Schneider (http://freshmeat.net/users/Yunosh/)
  Sun, May 25th 2008 17:35

Communications :: Email :: Email Clients (MUA)

About: IMP, the Internet Messaging Program, allows Web-based access to
IMAP and POP3 mail servers and provides a range of features normally found
only in desktop email clients. 

Changes: Mailbox and message caching. A rewrite of many of IMP's core
libraries. WCAG 1.0 Priority 2/Section 508 accessibility guidelines
compliance. Javascript improvements/increased functionality. Multiple
browser windows now works. Sent mail logging. Customizable rate limiting,
non-modifiable folders, and maximum inline display size. Symmetric PGP
encryption and PGP public key fetching from keyservers. Auto-completion of
contact list searching in the compose screen. RSS/Atom mailbox feeds. IDN
support. Greatly improved PHP memory usage, better caching, and more
efficient IMAP server interaction.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/imp/

                        - %  - %  - % - % -

[030] - Ingo H3 (1.2) 
  by Michael Rubinsky (http://freshmeat.net/users/mrubinsky/)
  Sun, May 25th 2008 17:03

Communications :: Email
Communications :: Email :: Filters
Internet

About: Ingo is an email-filter management application. It is fully
internationalized, integrated with Horde and the IMP Webmail client, and
supports both server-side (Sieve, procmail, maildrop) and client-side
(IMAP) rule creation.

Changes: WCAG 1.0 Priority 2/Section 508 accessibility guidelines
compliance. Support for timed vacation messages (I will be away from X to
Y). Procmail improvements including negative matches, body tests, vacation
mail loop prevention, and full charset support. Maildrop improvements
including vacation support and full character set support. Sieve
improvements including a sivtest driver, numeric spam score tests, and
quota support. The ability to store filter rules in an SQL database.
Administrators can edit other user's filter rules. Many more bugfixes and
improvements.

License: The Apache License

URL: http://freshmeat.net/projects/ingo/

                        - %  - %  - % - % -

[031] - jPOS 1.6.2 
  by Alejandro Pablo Revilla (http://freshmeat.net/users/cx4cc/)
  Sun, May 25th 2008 16:14

Communications
Office/Business :: Financial :: Point-Of-Sale
Software Development :: Libraries :: Java Libraries

About: jPOS is a Java based, production grade ISO-8583 library/framework
that can be used to implement financial interchanges, protocol converters,
payment gateways, credit card verification clients and servers
(merchant/issuer/acquirer), etc.  

License: Affero General Public License

URL: http://freshmeat.net/projects/jpos/

                        - %  - %  - % - % -

[032] - jVSTwRapper 0.9f 
  by daniel309 (http://freshmeat.net/users/daniel309/)
  Sun, May 25th 2008 12:23

Multimedia :: Sound/Audio
Multimedia :: Sound/Audio :: MIDI
Multimedia :: Sound/Audio :: Sound Synthesis

About: jVSTwRapper is an easy and reliable Java wrapper for the Steinberg
VST interface. It enables you to develop VST 2.4 compatible audio plugins
and virtual instruments and user interfaces with the Java programming
language. Three demo plugins (with source) are included. 

Changes: Mac GUI plugins work now. A threading bug has been fixed (a
general fix, but dicovered in Cubase SX 4 on Mac OS X). In a major
improvement of the processing functions, Almost no garbage collection
takes place now using the example plugins (only approximately 5 seconds
each). There is some ccode cleanup. jVSTwRapper has been added.

License: GNU Lesser General Public License (LGPL)

URL: http://freshmeat.net/projects/jvstwrapper/

                        - %  - %  - % - % -

[033] - Karmen 0.14 
  by Johan Veenhuizen (http://freshmeat.net/users/veenhuizen/)
  Sun, May 25th 2008 12:18

Desktop Environment :: Window Managers

About: Karmen is an easy-to-use window manager for X. It is designed to
"just work". There is no configuration file, and no library dependencies
other than Xlib. The input focus model is click-to-focus. It aims at ICCCM
and EWMH compliance.

Changes: This release fixes a bug that left a stale resize information
window if the resized window was destroyed. It does not define a mouse
cursor for the root window. People may want to do this themselves (e.g.
left-handed).

License: MIT/X Consortium License

URL: http://freshmeat.net/projects/karmen/

                        - %  - %  - % - % -

[034] - kbarcode 2.0.7 (Stable)
  by Dominik Seichter (http://freshmeat.net/users/domseichter/)
  Sun, May 25th 2008 12:38

Office/Business
Printing

About: KBarcode is a barcode and label printing application for KDE 3. It
can be used to print everything from simple business cards up to complex
labels with several barcodes, such as article descriptions. KBarcode comes
with an easy-to-use WYSIWYG label designer, a setup wizard, batch import of
labels (directly from the delivery note), thousands of predefined labels,
database managment tools, and translations in many languages. Even
printing more than 10,000 labels in one go is no problem for KBarcode.
Additionally, it is a simple xbarcode replacement for the creation of
barcodes. All major types of barcodes like EAN, UPC, CODE39, and ISBN are
supported.

Changes: This maintenance release fixes bugs that prevented using KBarcode
on recent distributions. For this reason, workarounds for bugs in Qt 3.3.2
and earlier have been removed, so those versions are no longer supported.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/kbarcode/

                        - %  - %  - % - % -

[035] - KDelicious 3.2.2 
  by Giacomo Lacava (http://freshmeat.net/users/toyg/)
  Sun, May 25th 2008 07:48

Desktop Environment :: K Desktop Environment (KDE)
Internet
Internet :: WWW/HTTP :: Browsers

About: KDelicious adds several options to the Konqueror (right-click)
Action menu, allowing you to use the del.icio.us Web site in various ways.
You can bookmark the current page on del.icio.us, add your del.icio.us
posts to Konqueror's bookmarks, access other del.icio.us features (your
posts, subscriptions, inbox, popular, network), and manage preferences. It
integrates seamlessly with KDE and KWallet, which means proxy connections
and secure password storage are supported. 

Changes: A French translation was added. The Debian package was signed. 

License: GNU General Public License v2

URL: http://freshmeat.net/projects/kdelicious/

                        - %  - %  - % - % -

[036] - Kronolith H3 (2.2) (Horde 3)
  by Michael Rubinsky (http://freshmeat.net/users/mrubinsky/)
  Sun, May 25th 2008 19:09

Internet
Internet :: WWW/HTTP
Internet :: WWW/HTTP :: Dynamic Content

About: Kronolith is the Horde calendar application. It provides a stable
and featureful individual calendar system with integrated collaboration
and scheduling features. It makes extensive use of the Horde Framework to
provide integration with other applications. It implements a solid,
stand-alone calendar system, allowing repeating events, all-day events,
custom fields, keywords, shared calendars, iCalendar support, generation
of free/busy information, and managing multiple users through Horde
Authentication. 

Changes: Support for the Horde_Alarm system (requires Horde 3.2). A daily
agenda email. Improved iCalendar and vCalendar support. More event
recurrence types. Recurring events can be edited as a whole or as
individual events. WCAG 1.0 Priority 2/Section 508 accessibility
guidelines compliance. Support for showing holidays with Date_Holidays.
The ability to delegate event creation. Support for private events. AJAX
support in many portions of the user interface. Full Kolab Web client
support. Support for split read and write databases. Many bugfixes and
small enhancements.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/kronolith/

                        - %  - %  - % - % -

[037] - libev 3.41 
  by Marc A. Lehmann (http://freshmeat.net/users/pcg1/)
  Sun, May 25th 2008 04:53

Software Development :: Libraries :: Application Frameworks
Software Development :: Libraries :: Perl Modules
System :: Networking

About: Libev is a high-performance event loop for C (with optional and
separate interfaces for C++ and Perl), featuring support for I/O, timers
(relative and absolute, cron-like ones), signals, process status changes,
and other types of events. It has both a fast native API and libevent
emulation to support programs written using the libevent API. The libev
distribution consists of libevent with the core event handling parts
replaced by the libev embedded event loop. Differences to libevent include
higher speed, simpler design, more features, less memory usage,
embedability, and no arbitrary limits. libev supports epoll, kqueue,
Solaris event ports, poll, and select. 

Changes: This release adds some more workarounds for the buggy Windows
select function and also improves error reporting on that platform. A more
cache-friendly 4-heap and heap index caching is now implemented for timers
and periodics, increasing their performance further. Some bugs that
surface with extremely low timer intervals have been fixed. The
documentation has been further extended. libev is now able to make a
consistency check of all of its internal structures at any time, for added
safety. 

License: BSD License (revised)

URL: http://freshmeat.net/projects/libev/

                        - %  - %  - % - % -

[038] - linSmith 0.99.7 
  by John (http://freshmeat.net/users/jcoppens/)
  Sun, May 25th 2008 12:39

Communications :: Ham Radio
Education :: Computer Aided Instruction (CAI)
Scientific/Engineering :: Visualization

About: linSmith is a Smith charting program. Users can enter either 
discrete components or transmission lines, see the results on  screen,
and/or generate Postscript output. Component  values can be changed
numerically or using scrollbars.  Problems can be solved on-screen, and
high-quality  Postscript can be output for publication.

Changes: The 'New' button wasn't always enabled, even with correct values
for a load. 'errno' is cleared before each call to strtod to ensure it's
only set by that function.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/linsmith/

                        - %  - %  - % - % -

[039] - Mitter 0.2.3 
  by Julio Biason (http://freshmeat.net/users/JulioBiason/)
  Sun, May 25th 2008 15:49

Communications :: Chat

About: Mitter is a simple application to keep your Twitter status
up-to-date and to see your friends' updates. It aims to be simple and have
a small requirement list, while supporting multiple different interfaces. 

License: GNU General Public License v3

URL: http://freshmeat.net/projects/mitter/

                        - %  - %  - % - % -

[040] - mkscreens.sh 695 
  by KELEMEN Peter (http://freshmeat.net/users/peterkelemen/)
  Sun, May 25th 2008 07:48

Multimedia :: Graphics :: Graphics Conversion
Multimedia :: Video :: Conversion

About: mkscreens.sh is a small wrapper script around MPlayer and
ImageMagick to generate collated thumbnails (a.k.a. "screens") from video
streams, similar to the feature found in Media Player Classic. It tries to
fit the maximum number of thumbnails of a given pixel width into predefined
compound image dimensions. It can handle every seekable video stream that
MPlayer can handle (AVI, MPEG, MKV, etc.), including DVD images, in which
case it processes the longest title. 

Changes: The license terms were actually documented. 

License: The Apache License 2.0

URL: http://freshmeat.net/projects/mkscreens/

                        - %  - %  - % - % -

[041] - Mnemo H3 (2.2) (Horde 3)
  by Michael Rubinsky (http://freshmeat.net/users/mrubinsky/)
  Sun, May 25th 2008 17:38

Internet
Internet :: WWW/HTTP
Internet :: WWW/HTTP :: Dynamic Content

About: Mnemo Note Manager is the Horde notes/memos application. It
provides Web-based notes and freeform text in a way similar to the PalmOS
Note application and shared notepads. It requires the Horde Application
Framework and a SQL database for backend storage. 

Changes: Support for saving notes as PDF files. Support for encrypted
notes. Inline searching of the note list. WCAG 1.0 Priority 2/Section 508
accessibility guidelines compliance. Full Kolab Web client support. Many
bugfixes and small enhancements.

License: The Apache License

URL: http://freshmeat.net/projects/mnemo/

                        - %  - %  - % - % -

[042] - Nag H3 (2.2) (Horde 3)
  by Michael Rubinsky (http://freshmeat.net/users/mrubinsky/)
  Sun, May 25th 2008 17:43

Information Management
Internet :: WWW/HTTP :: Dynamic Content
Office/Business :: Groupware

About: Nag is a Web-based application built upon the Horde Application
Framework which provides a simple, clean interface for managing online
task lists (i.e., TODO lists). It includes strong integration with the
other Horde applications and offers shared task lists. 

Changes: Support for the Horde_Alarm system (requires Horde 3.2). Support
for sub-tasks and tasks with delayed start dates. WCAG 1.0 Priority
2/Section 508 accessibility guidelines compliance. WebDAV support.
Improved vCalendar and iCalendar support. Support for private tasks.
Inline task list searching. A dynamic task list panel. History tracking of
task completion. Full Kolab Web client support. Support for separate read
and write databases. Smoother operation when the database is down. Many
bugfixes and small enhancements.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/nag/

                        - %  - %  - % - % -

[043] - phpfspot 1.5 
  by unki (http://freshmeat.net/users/unki/)
  Sun, May 25th 2008 05:20

Internet :: WWW/HTTP
Internet :: WWW/HTTP :: Dynamic Content
Multimedia :: Graphics :: Presentation

About: phpfspot allows you to present a photo collection prepared in
F-Spot in Web browsers. F-Spot is a Mono-based photo software to organize
your photos in a very comfortable way locally on your workstation.
phpfspot allows tag selection from a tag cloud, and browsing through the
album is eased with AJAX.

Changes: User-friendly and search-engine friendly URLs are now possible
(via Apache's mod_rewrite). A tag selection will now be displayed, similar
to those of F-Spot. Nikon's NEF RAW photo format is also supported (with
some helper applications). Furthermore, F-Spot's new introduced
rating-values are now also displayed in phpfspot. Obligatory bugfixes are
also included. 

License: GNU General Public License v3

URL: http://freshmeat.net/projects/phpfspot/

                        - %  - %  - % - % -

[044] - QBrew 0.4.1 
  by David Johnson (http://freshmeat.net/users/arandir/)
  Sun, May 25th 2008 22:44

Education
Games/Entertainment
Other/Nonlisted Topic

About: QBrew is a homebrewer's recipe calculator. You can create and
modify ale and lager recipes as well as calculate gravity, color, and
bitterness. QBrew includes a database of styles, grains, hops, and
miscellaneous ingredients, plus a brewing tutorial.

Changes: Printing improvements were made. Print preview was added. DOM was
converted to Streaming XML. Miscellaneous bugs were fixed. 

License: BSD License (revised)

URL: http://freshmeat.net/projects/qbrew/

                        - %  - %  - % - % -

[045] - re2c 0.13.5 
  by Marcus Boerger (http://freshmeat.net/users/helly25/)
  Sun, May 25th 2008 12:20

Software Development :: Code Generators

About: re2c is a tool for writing fast and flexible lexers. Unlike other
such tools, it concentrates solely on generating efficient code for
matching regular expressions. This make it suitable for a wide variety of
applications. The generated scanners approach hand-crafted ones in terms
of size and speed. 

Changes: A bug in the internal buffering caused issues with input files in
some circumstances. As a consequence, re2c would either report an error or
even crash. No further changes have been made.

License: MIT/X Consortium License

URL: http://freshmeat.net/projects/re2c/

                        - %  - %  - % - % -

[046] - S2000USB 0.2 
  by Sergio Blanco (http://freshmeat.net/users/esseuy/)
  Sun, May 25th 2008 19:07



About: S2000USB is a driver for the OceanOptics S2000 spectrometer for
Linux/*nix using libusb.

License: GNU General Public License v2

URL: http://freshmeat.net/projects/s2000usb/

                        - %  - %  - % - % -

[047] - sakura 2.1.1 
  by davidge (http://freshmeat.net/users/davidge/)
  Sun, May 25th 2008 17:08

Terminals :: Terminal Emulators/X Terminals

About: sakura is a vte-based terminal emulator. It aims to provide a
terminal emulator that only depends on GTK and VTE. It uses a notebook to
allow multiple tabs in the same window. 

Changes: This release fixes a change in the last version that caused the
login shell option to fail. A German translation has been added.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/sakura/

                        - %  - %  - % - % -

[048] - Seed7 2008-05-25 
  by Thomas Mertes (http://freshmeat.net/users/thomas_mertes/)
  Sun, May 25th 2008 14:43

Software Development :: Compilers
Software Development :: Interpreters

About: Seed7 is a general purpose programming language. It is a higher
level language compared to Ada, C++, and Java. In Seed7, new statements
and operators can be declared easily. Functions with type results and type
parameters are more elegant than a template or generics concept. Object
orientation is used when it brings advantages and not in places when other
solutions are more obvious. Although Seed7 contains several concepts of
other programming languages, it is generally not considered as a direct
descendant of any other programming language. 

Changes: Chapters about complex numbers and symbol scanning were added to
the manual. Some makefiles were improved to avoid \n in echo commands. The
functions = and <> were added to the complex.s7i library. The documentation
comments in scanfile.s7i, scanstri.s7i, and bas7.sd7 were improved. The
functions skipLine and getLine were added to scanfile.s7i. The
strifile.s7i library, which supports string-based files, was added. The
functions filWrite and ut8Write were improved to raise FILE_ERROR when
fwrite() does not succeed. Support for the action flt_cast was added to
the interpreter and compiler.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/seed7/

                        - %  - %  - % - % -

[049] - SILC Server 1.1.7
  by priikone (http://freshmeat.net/users/priikone/)
  Sun, May 25th 2008 05:40

Communications
Communications :: Chat
Communications :: Conferencing

About: SILC (Secure Internet Live Conferencing) is a protocol which
provides secure conferencing services in the Internet. It can be used to
send any kind of messages, in addition to normal text messages. This
includes multimedia messages like images, video, and audio stream. All
messages in the SILC network are encrypted and authenticated, and messages
can also be digitally signed. SILC protocol supports AES, SHA-1, PKCS#1,
PKCS#3, X.509, OpenPGP, and is being developed in the IETF. The software
is delivered as SILC Client for end users, SILC Server for system
administrators, and SILC Toolkit for application developers.

Changes: Disconnection related crashes and other small bugs were fixed. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/silc/

                        - %  - %  - % - % -

[050] - SIPFwd 0.5 
  by Christof Meerwald (http://freshmeat.net/users/cmeerw/)
  Sun, May 25th 2008 05:41

Communications :: Internet Phone
Internet :: Proxy Servers

About: The SIP forwarding daemon (implemented as a stateless SIP proxy)
allows you to seamlessly forward SIP requests to other SIP servers. Its
main purpose is to enable users to use their own domain name in SIP URIs
without the hassle of having to run a full-blown SIP server (by forwarding
SIP requests to third-party SIP servers). Configuration information is
stored in an SQLite database, and low resource consumption is a main
priority for the project.

Changes: The code has been updated for libosip2 3.x.

License: GNU General Public License v2

URL: http://freshmeat.net/projects/sipfwd/

                        - %  - %  - % - % -

[051] - Spindown 0.2.1 
  by Dimitri (http://freshmeat.net/users/neonecro/)
  Sun, May 25th 2008 14:33

System
System :: Hardware

About: Spindown is a daemon to spin down idle disks and thus save energy
and give the disks a longer lifetime. It also works with USB disks and
hot-swappable disks because it uses the device ID to identify the disk
instead of the device name (such as hda or sdb). This means that it
doesn't matter if the disk is swapped while the daemon is running. 

Changes: Optional logging through syslog has been added, and this release
automatically reloads stats every time they are requested.

License: GNU General Public License v3

URL: http://freshmeat.net/projects/spindown/

                        - %  - %  - % - % -

[052] - sysstat 8.1.3 
  by Sébastien Godard (http://freshmeat.net/users/godard/)
  Sun, May 25th 2008 05:20

System :: Monitoring
System :: Systems Administration

About: The sysstat package contains the sar, sadf, iostat, mpstat, and
pidstat commands for Linux. The sar command collects and reports system
activity information. The statistics reported by sar concern I/O transfer
rates, paging activity, process-related activites, interrupts, network
activity, memory and swap space utilization, CPU utilization, kernel
activities, and TTY statistics, among others. The sadf command may be used
to display data collected by sar in various formats. The iostat command
reports CPU statistics and I/O statistics for tty devices and disks. The
pidstat command reports statistics for Linux processes. The mpstat command
reports global and per-processor statistics. 

Changes: A major rewrite was done to sysstat. The sar, sadc and sadf
commands have been heavily modified. It is now easier to add (or remove)
activities, since these commands have been rewritten in a non-monolithic
way with a generic design architecture. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/sysstat/

                        - %  - %  - % - % -

[053] - TAMOGEN 1.0 
  by Jack Whitsitt (http://freshmeat.net/users/jwhitsitt/)
  Sun, May 25th 2008 08:06

Multimedia
Multimedia :: Graphics :: Graphics Conversion
Utilities

About: TAMOGEN is designed either to create a mosaic of one image out of
another or to create a mosaic of one image out of itself. Instead of
selecting images from a pool on a best-fit basis, the generator utilizes
one user-identified image to create a mosaic of another user-identified
image by altering the tone of the component image. TAMOGEN will create
color or black-and-white mosaics of arbitrary size. 

License: GNU General Public License v3

URL: http://freshmeat.net/projects/tamogen/

                        - %  - %  - % - % -

[054] - tijmp 0.6 
  by Ernimril (http://freshmeat.net/users/ernimril/)
  Sun, May 25th 2008 14:41

Software Development
Software Development :: Debuggers
System :: Benchmark

About: Tijmp is a small and fast memory profiler for Java 6 and later. It
can be used to find out what objects exist on the Java heap. It can show
why objects are not garbage collected. 

Changes: This release adds a dialog for thread inspection. The object
owner's dialog could sometimes show java.lang.Class for static references;
now it shows the actual class name.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/tijmp/

                        - %  - %  - % - % -

[055] - Turba H3 (2.2) (Horde 3)
  by Michael Rubinsky (http://freshmeat.net/users/mrubinsky/)
  Sun, May 25th 2008 19:10

Communications :: Email :: Address Book
Database :: Front-Ends
Internet :: WWW/HTTP :: Dynamic Content

About: Turba is the Horde contact management application. It is a
production level address book, and makes heavy use of the Horde framework
to provide integration with IMP and other Horde applications. It supports
SQL, LDAP, Kolab, and IMSP address books.

Changes: Sorting by multiple columns. Searches can be saved as Virtual
Address Books. An improved default address book schema. Much more
extensive vCard support. Support for LDIF import and export. WCAG 1.0
Priority 2/Section 508 accessibility guidelines compliance. New drivers
for listing "favorite" (frequently mailed to) recipients and members of
Horde Groups. Support for splitting the read and write databases. Full
Kolab Web client support including multi-domain support. Advanced search
now renders custom field types. Many user interface improvements and
bugfixes.

License: The Apache License

URL: http://freshmeat.net/projects/turba/

                        - %  - %  - % - % -

[056] - Video Disk Recorder 1.6.0 
  by Johannes Feigl (http://freshmeat.net/users/JAF84/)
  Sun, May 25th 2008 05:40

Multimedia
Multimedia :: Video
Multimedia :: Video :: Capture

About: Video Disk Recorder (VDR) is a digital satellite receiver program
using Linux and DVB technologies. It can record MPEG2 streams, as well as
output the stream to TV. It also supports plugins for DVD, DivX, or MP3
playback and more. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/vdr/

                        - %  - %  - % - % -

[057] - vmplot 385 
  by KELEMEN Peter (http://freshmeat.net/users/peterkelemen/)
  Sun, May 25th 2008 08:06

System :: Filesystems
System :: Monitoring
System :: Systems Administration

About: vmplot.py can directly generate nice graphs from vmstat(1) output
using gnuplot(1). It can be used to visually evaluate the behavior of
long-running storage benchmarks. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/vmplot/

                        - %  - %  - % - % -

[058] - Zoph 0.7.0.4 
  by Jeroen Roos (http://freshmeat.net/users/jeroenr/)
  Sun, May 25th 2008 14:31

Internet :: WWW/HTTP :: Dynamic Content
Internet :: WWW/HTTP :: Site Management
Multimedia :: Graphics :: Presentation

About: There are many photo-gallery programs available. Zoph is different,
as it concentrates on the management of large collection of photos instead
of just showing them on the Web. It can store a lot of information about
your photos, including the regular EXIF info, photographer, location,
title, description, rating, and the people in the photo. Photos can appear
in multiple albums and categories. Additional features include search,
slideshows, lightboxes, email, access privileges, and multiple languages.

Changes: This release fixes a couple of layout problems and an issue with
the SQL file that caused errors during installation on some systems.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/zoph/



-  -. -- -----.--. ----.- -.-.- - ----.- ..-.-.--- .--  --  - .--

_______________________________________________
The freshmeat daily newsletter
To unsubscribe, send email to [email protected]
or visit http://lists.freshmeat.net/mailman/listinfo/freshmeat-news