[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freshmeat-news
Subject:    [fm-news] Newsletter for Wednesday, January 25th 2006
From:       freshmeat-news () lists ! freshmeat ! net
Date:       2006-01-26 8:10:08
Message-ID: 20060126081008.522EB48179 () mail ! freshmeat ! net
[Download RAW message or body]

::: L I N K S   F O R   T H E   D A Y :::

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

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

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

This email is sponsored by: Splunk Inc.

Do you grep through log files for problems? Stop! Download the new AJAX
search engine that makes searching your log files as easy as surfing the
web.  D O W N L O A D S P L U N K!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=102292&bid=228469&dat=121642 

http://sel.as-us.falkag.net/sel?cmd=lnk&kid=102292&bid=228469&dat=121642

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

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

[001] - Aapl C++ Template Library 2.13 
[002] - Adaptive Website Framework 2.10 (Stable)
[003] - BashBurn 1.7 (Stable)
[004] - Batrachians 0.1.1 
[005] - bibEC Process Card 1.3.0.1 
[006] - BitTorrent 4.3.6 (Beta)
[007] - boinc 1.20 
[008] - building object network databases 2.2.3 
[009] - Clash 3.0 Beta1 
[010] - Conary 0.93 
[011] - cowdancer 0.11 
[012] - cxxtools 1.5.0pre5 (Development)
[013] - DOLPHIN SMASH 5.6.0 
[014] - DVD-Baker 0.7.29 
[015] - fastcgi-gallery 0.2 
[016] - fetchmail 6.3.2 (Stable)
[017] - Firebird Relational Database 1.5.3 Final Release (Stable)
[018] - FlexPlaylist 0.4.9 
[019] - FoCs 2.03 
[020] - FUDforum 2.7.4RC2 (Development)
[021] - FXRuby 1.4.4 (Stable)
[022] - GNU Moe 0.6-rc2 (Development)
[023] - GNU polyxmass 0.9.0 
[024] - HTML::Mason 1.32 
[025] - HTTP Anti Virus Proxy 0.77 
[026] - IPv4/IPv6 DNS and DHCP config generator 0.1.1 
[027] - jMOS 0.9.1 
[028] - JoSQL 1.2 
[029] - JUCE 1.24 
[030] - KAlarm 1.3.8 (KDE 3)
[031] - Klear 0.5.4 
[032] - libptytty 0.1 
[033] - Liferea 1.0.2 
[034] - LiteSQL 0.3.2 
[035] - MailArchiva 0.9 
[036] - MonetDB 4.10.0 
[037] - music on console 2.4.0-beta2 (Development)
[038] - NameSpawner 0.6 
[039] - Nmap 3.99 (Stable)
[040] - nrsTable 0.3.2 
[041] - NuFW 1.1.3 (Development)
[042] - OpenTech 1.5.1 
[043] - pgAdmin III 1.4.1 
[044] - Pioneers 0.9.49 
[045] - PMD 3.5 
[046] - Property Management Software 1.14 
[047] - PyNOVAS 0.1b2 
[048] - QDBM: Quick DataBase Manager 1.8.44 
[049] - rdup 0.2.0 
[050] - Reason for Nessus 0.2.0 
[051] - Redet 8.5 
[052] - Rubix Linux 1.0rc2 
[053] - rxvt-unicode 7.3 
[054] - Sella NMS 2.0.0 
[055] - shush 1.0.1 
[056] - SMBD Audit 0.2.3 
[057] - SMS Server Tools 2.0.3 
[058] - sonic-snap 1.7 
[059] - Speech Dispatcher 0.6 
[060] - Sporniket Web Site System 0006-01-10 (src-request)
[061] - Sporniket Web Site System 0006-01-10 (src-linker)
[062] - Sylpheed 2.2.0beta6 (Development)
[063] - Technorati Tracker 1.0 
[064] - tntdb 0.6.0 
[065] - tntnet 1.5.0pre7 (Development)
[066] - TuxGuitar 0.4 
[067] - Ultimate++ snapshot-20060123 
[068] - unicap 0.1.9 
[069] - Unstructured Information Management Architecture 1.3.1 
[070] - UPPAAL 3.6 Alpha 4 (Development)
[071] - usb-mount 0.96 
[072] - WEBK 1.3.1 
[073] - wsdlpull 1.9.7 
[074] - xCAT 1.2.0 RC2 
[075] - xCHM 1.3 
[076] - XCircuit 3.4.11 (Stable)
[077] - xine gxine 0.5.4
[078] - Yoltia 0.18.0-1 
[079] - zeMail 1.0 
[080] - Zimbra Collaboration Suite 3.0.0_M4_62 (Developer)
[081] - Zimbra Collaboration Suite 3.0 Milestone 3 Update 2 (Release)


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

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

[001] - Aapl C++ Template Library 2.13 
  by Adrian Thurston (http://freshmeat.net/users/age/)
  Wed, Jan 25th 2006 11:10

Software Development :: Libraries

About: Aapl is a C++ template library for generic programming. It contains
Linked List, AVL Tree, Vector, Binary Search Table, and Sort. The library
is designed to be versatile for the programmer by providing variations of
the standard data structures. For example, there is a by-value linked list
as well as a by-structure linked list that utilizes both inheritance and
templates to allow a single instance of a data structure to be an element
in multiple lists. Aapl data structures do not have private data members,
nor do they depend on heap memory allocation.

Changes: Unused and untested classes were pruned. Vector and binary search
table constructors were changed to accept an initial element or list of
elements, rather than an initial allocation amount. Routines for accessing
the base class insert of a binary search table were added.

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[002] - Adaptive Website Framework 2.10 (Stable)
  by Michael Mayer (http://freshmeat.net/users/liquidbytes/)
  Wed, Jan 25th 2006 08:32

Internet :: WWW/HTTP :: Dynamic Content
Internet :: WWW/HTTP :: Dynamic Content :: Message Boards
Internet :: WWW/HTTP :: Dynamic Content :: News/Diary

About: Adaptive Website Framework (AWF) is a modern content management
system and development framework. Most of its code is object-oriented and
very easy to extend. It features support for multiple Web sites and
languages, content versioning, caching, community portal functions (online
list, forums, instant messages, newsletters, weblogs, wiki, etc.), image
upload and galleries, a lexicon, a modular full-text search engine, an
auto repair function for database tables, XML and PDF export, and RSS and
LDAP support. Changes can be made on a preview site and published at a
later time on the live site. Fully flexible URLs allow the replacement of
existing static Web sites.

Changes: This release features improved community portal functions, LDAP
support, a new module for scientific publications, a new license and
category management, an improved lexicon (including glossary function),
improved image management and galleries, an auto-repair function for
database tables, more configuration options, and many important bugfixes. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[003] - BashBurn 1.7 (Stable)
  by Anders Lindén (http://freshmeat.net/users/connyosis/)
  Wed, Jan 25th 2006 22:13

Multimedia :: Sound/Audio :: CD Audio :: CD Writing
System :: Archiving :: Backup

About: BashBurn (Previously Magma) is a bash script designed to make CD
burning at the console easier. It supports burning normal data CDs, audio
CDs, blanking CD-RWs, multisession, and more.

Changes: DVD support, new translations, and much needed code cleanups were
added. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[004] - Batrachians 0.1.1 
  by Pierre Sarrazin (http://freshmeat.net/users/sarrazip/)
  Wed, Jan 25th 2006 22:14

Games/Entertainment :: Arcade

About: Batrachians is a game where you control a  frog. Your goal is to
eat more flies and score  more points than the computer's frog. It is a 
clone of the 1982 Frog Bog video game by  Mattel Electronics.

Changes: This release fixes a few compilation and portability problems and
one typo in the displayed instructions. The principle of the game has not
changed since version 0.1.0. Actual drawings of frogs and flies still have
not been added. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[005] - bibEC Process Card 1.3.0.1 
  by Fabrizio Parrella (http://freshmeat.net/users/dnfnva/)
  Wed, Jan 25th 2006 13:01

Software Development :: Libraries :: PHP Classes

About: bibEC Process Card is a class that processes  credit card payments
via one of the multiple  supported payment gateways. Currently,  these
include Plug and Pay, Authorize.net, ViaKlix, Paynet, and other minor
gateways. Changing between payment gateways is mostly a matter of changing
the class constructor parameter. It provides a payment gateway independent
API with functions for logging the payment activity, setting
authentication credentials, submitting requests, and retrieving the
results. Submissions are performed securely when possible using SSL or
Curl.

Changes: This release adds skipjack as a new gateway, tested and finished.

License: Freeware

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

                        - %  - %  - % - % -

[006] - BitTorrent 4.3.6 (Beta)
  by Moritz Barsnick (http://freshmeat.net/users/barsnick/)
  Wed, Jan 25th 2006 08:17

Communications :: File Sharing
Internet :: File Transfer Protocol (FTP)
System :: Software Distribution

About: BitTorrent is a tool for copying files from one machine to another.
FTP punishes sites for being popular. Since all uploading is done from one
place, a popular site needs big iron and big bandwidth. With BitTorrent,
clients automatically mirror files they download, making the publisher's
burden almost nothing. 

Changes: New icons were introduced. More fixes were made to Python 2.2
compatibility issues and to "Invalid Menu Handle" cases. The global upload
rate calculation was fixed. 

License: OSI Approved

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

                        - %  - %  - % - % -

[007] - boinc 1.20 
  by Phil (http://freshmeat.net/users/phileimer/)
  Wed, Jan 25th 2006 12:59

Scientific/Engineering

About: boinc can be used as a console tool to display information  about
BOINC projects and working units. It can also be used  to start or stop
BOINC.

Changes: The script was optimized for better speed, some small bugs were
fixed, and an Italian translation was added.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[008] - building object network databases 2.2.3 
  by andru (http://freshmeat.net/users/andru/)
  Wed, Jan 25th 2006 04:34

Database
Database :: Front-Ends
Office/Business

About: BOND (building object network databases) is database development
framework for rapidly creating applications. It creates live forms for the
Web with AJAX and desktop applications using GTK. Using XML to define
widget layouts, it drives the live forms to which SQL statements and
methods can be attached.

Changes: Bugfixes were made for gcc4 compiling, module loading, SQL API
calls, livesql widget extraction, dependency for forms, and many other
things. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[009] - Clash 3.0 Beta1 
  by louigi600 (http://freshmeat.net/users/louigi600/)
  Wed, Jan 25th 2006 10:24

System :: Operating System
System :: Operating System :: Linux Distributions
Utilities

About: Clash is a tool for making bootable Compact Flash/Mini ISO systems.
It includes scripts for preparing the image, some essential root
filesystems ready to use with the scripts, tools to help you build your
own root filesystem from scratch, and documentation describing all the
steps involved in preparing the image. The root filesystems supplied are
all networking-oriented and include wireless tools. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[010] - Conary 0.93 
  by Michael K. Johnson (http://freshmeat.net/users/johnsonm/)
  Wed, Jan 25th 2006 17:53

Software Development :: Version Control
System :: Archiving :: Packaging
System :: Installation/Setup

About: Conary is a distributed software management system for Linux
distributions. It replaces traditional package management solutions (such
as RPM and dpkg) with one designed to enable loose collaboration across
the Internet. It enables sets of distributed and loosely connected
repositories to define the components which are installed on a Linux
system. Rather than having a full distribution come from a single vendor,
it allows administrators and developers to branch a distribution, keeping
the pieces which fit their environment while grabbing components from
other repositories across the Internet.

Changes: This release defaults to building packages within home
directories. It reports error conditions more helpfully and concisely. It
does a better job of finding new troves in certain cases when flavoring
has changed. It handles Python dependencies better.

License: Common Public License

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

                        - %  - %  - % - % -

[011] - cowdancer 0.11 
  by Junichi Uekawa (http://freshmeat.net/users/dancerj/)
  Wed, Jan 25th 2006 16:17



About: cowdancer allows copy-on-write file access. You can copy a full
tree using hard links, and cowdancer will create a new copy when you need
to write to a file. It's completely implemented in userland, and should
run on most Linux filesystems. 

Changes: This release check for error values on COW operations and returns
errors to the application with ENOMEM. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[012] - cxxtools 1.5.0pre5 (Development)
  by Tommi Mäkitalo (http://freshmeat.net/users/tmaek/)
  Wed, Jan 25th 2006 17:44

Software Development :: Libraries

About: cxxtools is a library of unrelated, but useful C++ classes. It
contains an argument-parser, a base-64 encoder/decoder, a C++ interface to
iconv, md5-stream for easy MD5 calculation, threading classes, socket
classes, a dynamic exception-safe buffer, a wrapper for dlopen/dlsym, a
pool template (e.g., for a connection pool in a multi-threaded
application), query_params, and a class for easy parsing of CGI parameters
(GET and POST) in a CGI program.

Changes: The thread classes are slightly improved, and the thread demo is
(hopefully) better. The output of log messages is optimized.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[013] - DOLPHIN SMASH 5.6.0 
  by imipak (http://freshmeat.net/users/imipak/)
  Wed, Jan 25th 2006 17:38

Scientific/Engineering :: Electronic Design Automation (EDA)

About: Dolphin Smash is a mixed-signal, multi-language simulator for IC or
PCB designs. It uses SPICE syntax for analog descriptions, Verilog-HDL and
VHDL for digital, VHDL-AMS and ABCD (a combination of SPICE and C) for
analog behavioral, and C for DSP algorithms. 

Changes: Many bugfixes and display cleanups. Support has been added for
64-bit values and jitter.

License: Free To Use But Restricted

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

                        - %  - %  - % - % -

[014] - DVD-Baker 0.7.29 
  by Marcus Brown (http://freshmeat.net/users/marcusbrutus/)
  Wed, Jan 25th 2006 05:07

Multimedia :: Graphics :: Capture :: Digital Camera
Multimedia :: Graphics :: Presentation
Multimedia :: Video

About: DVD-Baker generates a DVD consisting of menus and slideshows from a
picture collection stored in a Menalto Gallery G2 Web site. Each "leaf"
album (an album that does not contain sub-albums) is used to create a
slideshow. The slideshows (and any DVD-ready MPEG videos) are made
accessible on the DVD with menus that follow the structure of the Web
site. Extra features include random or sequential autoplay, an options
menu, and the ability to automatically include slideshow and MPEG DVD
leaders. Since dvd-slideshow is used to produce each slideshow, it
supports effects such as crossfades, crops, and the Ken Burns effect. 

Changes: The quoted image filename was corrected for dvd-slideshow 0.7.3.
The title post logic was corrected so that autoplay isn't switched off at
the end of the first run. A basic progress meter was added. dvd-menu
output was switched to null to clean up the dvd-baker logfile. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/dvd-baker/

                        - %  - %  - % - % -

[015] - fastcgi-gallery 0.2 
  by Lubomir Host (http://freshmeat.net/users/rajo207/)
  Wed, Jan 25th 2006 10:51

Internet :: WWW/HTTP :: Dynamic Content
Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Internet :: WWW/HTTP :: Dynamic Content :: News/Diary

About: fastcgi-gallery is a Web gallery based on Apache::Gallery, but is
hacked for usage with Perl FastCGI scripts. Therefore, this version is
about 10x quicker (with cache turned on) than Apache::Gallery. With the
best template system (Template-Toolkit) you can customize your gallery as
you wish; for example, you can create a multi-language gallery. A database
is not used; everything is stored in files. Output and generated thumbnails
are cached for speed optimization. 

Changes: This is a performance optimization release. Thumbnails are now
downloaded directly from disk cache, not via a FastCGI script. Some
documentation has been updated.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[016] - fetchmail 6.3.2 (Stable)
  by Matthias Andree (http://freshmeat.net/users/mandree/)
  Wed, Jan 25th 2006 04:48

Communications :: Email

About: Fetchmail is a free, full-featured, robust, well-documented
remote-mail retrieval and forwarding utility intended to be used over
on-demand TCP/IP links (such as SLIP or PPP connections). It supports
every remote-mail protocol now in use on the Internet: POP2, POP3, RPOP,
APOP, KPOP, all flavors of IMAP, and ESMTP ETRN. It can even support IPv6
and IPSEC.

Changes: CVE-2006-0321, a denial of service attack that could cause a
crash after bouncing, was fixed. A workaround for Maillennium's truncating
TOP command was added. fetchmail no longer confuses SMTP and LMTP when
bouncing or trying LMTP and SMTP hosts in mixed setups. Some "verbose"
messages that disappeared in "debug" mode are back. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[017] - Firebird Relational Database 1.5.3 Final Release (Stable)
  by mariuz (http://freshmeat.net/users/mariuz/)
  Wed, Jan 25th 2006 08:20

Database :: Database Engines/Servers

About: Firebird is a relational database offering many ANSI SQL-99
features that runs on Linux, Windows, and a variety of Unix platforms. It
offers excellent concurrency, high performance, and powerful language
support for stored procedures and triggers. 

Changes: This release represents a year of bugfixes. Minor enhancements
were made, many back-ported from the Firebird 2.0 developments. 

License: Mozilla Public License (MPL)

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

                        - %  - %  - % - % -

[018] - FlexPlaylist 0.4.9 
  by mETz (http://freshmeat.net/users/mETz/)
  Wed, Jan 25th 2006 13:14

Multimedia :: Sound/Audio :: Players

About: FlexPlaylist is an XMMS/WinAmp-style playlist for Noatun. 

Changes: This release uses a more natural order when adding folders
recursively (it dives into sub-folders before adding files from the
current folder). The GUI uses standard icons for player controls in the
status bar, and draws player controls in the status bar using drawing
functions provided by the current KDE/Qt style. There are also some minor
packaging changes (header checks and Debian packaging support).

License: Artistic License

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

                        - %  - %  - % - % -

[019] - FoCs 2.03 
  by alphaWorks (http://freshmeat.net/users/alphaworks/)
  Wed, Jan 25th 2006 22:11



About: The FoCs (short for Formal CheckerS, pronounced "fox") property
checkers generator is a productivity tool for automatic generation of
simulation monitors from formal specifications. It aids chip designers and
verification engineers in the complex, costly task of verifying chip
designs before submitting them to manufacturing. 

Changes: Support for "liveness" properties was added. The algorithm for
fab-to-fab translation was improved. Support for GDL vectors in C++
checkers was improved. 

License: Free for non-commercial use

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

                        - %  - %  - % - % -

[020] - FUDforum 2.7.4RC2 (Development)
  by ilia (http://freshmeat.net/users/Prottoss/)
  Wed, Jan 25th 2006 08:34

Communications :: BBS
Communications :: Conferencing
Internet :: WWW/HTTP :: Dynamic Content :: Message Boards

About: FUDforum is templatable forum with i18n support based on PHP and
either MySQL or PostgreSQL. It features a user/group management system, a
multi-lingual spell checker, both flat and thread message views, a private
messaging system with mult-iuser forwarding capabilities, poll file
attachments, and much more. It is an extremely fast and scalable forum
that can fulfill the needs of both small and large forum operators. 

Changes: The Spanish, French, and Finnish translations were updated. An
option to restrict times between login attempts was added. The email
address validation code was improved. forum_login and fudapi are now
allowed to be used in the same script. The admin is allowed to choose to
store message bodies in the database. A few minor tweaks and bugfixes were
also done. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[021] - FXRuby 1.4.4 (Stable)
  by Lyle Johnson (http://freshmeat.net/users/lyle/)
  Wed, Jan 25th 2006 08:38

Software Development :: Libraries :: Ruby Modules
Software Development :: User Interfaces
Software Development :: Widget Sets

About: FXRuby is a Ruby extension module that provides  an interface to
the FOX GUI toolkit.

Changes: A handful of recently reported bugs have been fixed in this
release. 

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[022] - GNU Moe 0.6-rc2 (Development)
  by Antonio Diaz Diaz (http://freshmeat.net/users/ant_diaz/)
  Wed, Jan 25th 2006 08:34

Text Editors

About: GNU Moe is a powerful, 8-bit clean text editor for ISO-8859 and
ASCII character encodings. It has a modeless, user-friendly interface,
online help, multiple windows, unlimited undo/redo capability, unlimited
line length, global search/replace (on all buffers at once), block
operations, automatic indentation, word wrapping, filename completion, a
directory browser, duplicate removal from prompt histories, and delimiter
matching. 

Changes: The "load_file" command no longer opens a new window for an
already loaded file. The "goto_matching_delimiter" command now tries to
guess what delimiter to match if the cursor is not on a valid delimiter. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[023] - GNU polyxmass 0.9.0 
  by filippo rusconi (http://freshmeat.net/users/FilippoRusconi/)
  Wed, Jan 25th 2006 05:26

Scientific/Engineering
Scientific/Engineering :: Bioinformatics
Scientific/Engineering :: Chemistry

About: GNU polyxmass features an integrated mass spectrometry framework
where users are able to define brand new polymer chemistries (within the
polyxdef module), and use these definitions in order to make simple mass
calculations (within the polyxcalc module) or perform complex simulations
of polymer chemistry with related mass data computations (within the
polyxedit module). The framework allows full customization of every aspect
of the polymer chemistry being defined, and of the way the polymer
sequences are graphically displayed. This program was formerly called
"polyXmass".

Changes: A Find/Replace feature was added. This addition required a huge
rework of the polymer sequence rendering mechanisms and a lot of
improvements in the source code. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[024] - HTML::Mason 1.32 
  by imipak (http://freshmeat.net/users/imipak/)
  Wed, Jan 25th 2006 12:57

Internet :: WWW/HTTP :: Dynamic Content

About: HTML::Mason is a full-featured web site development and delivery
system. Mason allows web pages and sites to be constructed from shared,
reusable building blocks called components. Components contain a mix of
Perl and HTML, and can call each other and pass values back and forth like
subroutines. Components increase modularity and eliminate repetitive work.
HTML::Mason is most powerful when used in conjunction with mod_perl, but
can be used in standalone applications as well.

Changes: This release fixes sending of headers, escaped UTF-8 characters,
file permission errors on temporary files, warnings, base_comp() infinite
loops, and MasonPlugins parameters.

License: Artistic License

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

                        - %  - %  - % - % -

[025] - HTTP Anti Virus Proxy 0.77 
  by havp (http://freshmeat.net/users/havp/)
  Wed, Jan 25th 2006 04:20

Internet :: Proxy Servers
Internet :: WWW/HTTP
System :: Networking :: Firewalls

About: HAVP (HTTP Anti Virus Proxy) is a proxy which scans downloads for
viruses with ClamAV, F-Prot, or Kaspersky. The main aims are continuous,
non-blocking downloads and smooth scanning of dynamic and password
protected HTTP traffic. It can be used with squid or standalone, and it
also supports transparent proxy mode. 

Changes: A security bug in which Kaspersky and F-Prot did not catch
viruses was fixed. The Trophie (Trend Micro) scanner was added. Some
default settings were optimized. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[026] - IPv4/IPv6 DNS and DHCP config generator 0.1.1 
  by Gregor Maier (http://freshmeat.net/users/maiergre/)
  Wed, Jan 25th 2006 08:32

Internet :: Name Service (DNS)
System :: Networking

About: IPv4/IPv6 DNS and DHCP config generator is a tool that can be used
to generate DNS and DHCP configuration files from a central configuration
file. It supports IPv4 and IPv6 addresses and reverse zones and multiple
IPv4 networks, and generates one reverse DNS zone for each /24 network. 

Changes: The need to change the Perl script for configuration changes was
removed. General configuration options can now be specified inside the
(hosts) configuration file. Multiple configuration files are now
supported. 

License: BSD License (original)

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

                        - %  - %  - % - % -

[027] - jMOS 0.9.1 
  by Aranova (http://freshmeat.net/users/Aranova/)
  Wed, Jan 25th 2006 04:05

Communications
Software Development :: Libraries :: Java Libraries

About: jMOS is an open Java implementation for the Media Object Server
(MOS) communications protocol. 

Changes: Profile 2, multiple listeners and repliers, and the ability to
add filters in listeners and repliers were implemented. 

License: Open Software License

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

                        - %  - %  - % - % -

[028] - JoSQL 1.2 
  by Gary Bentley (http://freshmeat.net/users/barrygently/)
  Wed, Jan 25th 2006 22:30

Database
Database :: API
Database :: Database Engines/Servers

About: JoSQL provides SQL capabilities for querying, ordering, and
grouping of collections of Java objects. It allows a SQL statement to be
applied to the collection of objects and the matching set returned,
ordered and grouped.

Changes: This version focuses on providing "sub-queries" for JoSQL,
specifically to allow queries to occur on Collection/Map attributes of
Objects. A number of other features to help make sub-queries more useful
have also been introduced, including extending the use of the [*] syntax.
Three bugfixes and a couple of small functionality changes were made. 

License: The Apache License 2.0

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

                        - %  - %  - % - % -

[029] - JUCE 1.24 
  by jules (http://freshmeat.net/users/julesRMS/)
  Wed, Jan 25th 2006 08:37

Software Development :: Libraries :: Application Frameworks

About: JUCE is an all-encompassing C++ class library for developing
cross-platform applications. It's particularly good for creating
highly-specialised user interfaces and for handling graphics and sound.
The intended users are developers who are building large, complex
applications in C++ and who would like to use just one clean, high-level
API rather than a bunch of different libraries for different purposes or
platforms. Its features include fully lightweight components with
transparency and effects, classes for strings, containers, XML, streams,
file handling, messaging, and event queues, vector graphics, a custom font
engine, image manipulation, OpenGL support, low-latency audio I/O using
CoreAudio, DSound and ASIO, audio buffers and nodes, MIDI file and event
manipulation, Internet streams, undo/redo support, and more. 

Changes: Some eye-candy additions were made to the look-and-feel. New
classes of window are available to add title-bars and title-bar buttons.
New classes for lassoing objects and file management were added. Lots of
cleanups and bugfixes were done. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[030] - KAlarm 1.3.8 (KDE 3)
  by David Jarvie (http://freshmeat.net/users/djar/)
  Wed, Jan 25th 2006 08:18

Utilities

About: KAlarm lets you configure personal messages to be displayed,
commands to be executed, or emails to be sent, at scheduled times. It
allows you to choose the message font and color, how often to repeat,
whether to display an advance reminder, whether to speak the message or
play a sound when it is displayed, and whether to cancel the alarm if it
can't be triggered on time (e.g. if you are logged out at the time). As
well as using the graphical interface to configure alarms, you can use the
command line, and there is a DCOP interface for other applications.

Changes: kalarmd no longer hangs when a late-cancel alarm is triggered at
startup, if KAlarm is running in on-demand mode. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[031] - Klear 0.5.4 
  by Marco Kraus (http://freshmeat.net/users/kraus/)
  Wed, Jan 25th 2006 10:58

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

About: Klear is a KDE-based TV viewer for DVB. It includes internal tuners
for DVB-S, -T, and -C. It is also able to record video streams in live- and
scheduled-mode as MPEG TS and MPEG PS. It shows OSD information, takes
snapshots, deinterlaces the video stream, and more.  

Changes: This release fixes problems with exception handling and a crash
on startup when configuration is missing. It adds Russian and Spanish
translation. All windows should resize correctly. There is some code
cleanup in tuners. Some minor problems have been fixed.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[032] - libptytty 0.1 
  by Marc A. Lehmann (http://freshmeat.net/users/pcg1/)
  Wed, Jan 25th 2006 16:16

Security
Software Development :: Libraries
System

About: Libptytty is a small library that offers pseudo-TTY management in
an OS-independent way. It was created out of frustration over the many
differences of PTY/TTY handling in different operating systems for use
inside "rxvt-unicode". It also offers session database support (utmp and
optional wtmp/lastlog updates for login shells) and supports forking after
startup and dropping privileges in the calling process. It offers C++ and
C-only APIs.

Changes: This release has been thoroughly tested within rxvt-unicode and
has seen some standalone tests using the C API. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[033] - Liferea 1.0.2 
  by Lars Lindner (http://freshmeat.net/users/llando/)
  Wed, Jan 25th 2006 13:07

Communications
Internet
Internet :: WWW/HTTP :: Browsers

About: Liferea (Linux Feed Reader) is a fast, easy to use, and easy to
install GNOME news aggregator for online news feeds. It supports a number
of different feed formats including RSS/RDF, CDF, Atom, OCS, and OPML.

Changes: This release fixes several problems: passing URLs with commas to
an external browser, zlib decompression with the Gatling HTTP server, and
compiling against Firefox 1.5.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[034] - LiteSQL 0.3.2 
  by Tero Laitinen (http://freshmeat.net/users/tlaitinen/)
  Wed, Jan 25th 2006 10:40

Database :: API
Software Development :: Code Generators
Software Development :: Libraries

About: LiteSQL is a C++ library that integrates C++ objects tightly to a
relational database and thus provides an object persistence layer. LiteSQL
supports SQLite3, PostgreSQL, and MySQL as backends. LiteSQL creates
tables, indexes, and sequences to database and upgrades schema when
needed. In addition to object persistence, LiteSQL provides object
relations which can be used to model any kind of C++ data structures.
Objects can be selected, filtered, and ordered using a template- and
class-based API with type checking at compile time. 

Changes: Many small but important bugfixes were made. A litesql-config
utility, pkg-config support, and RPM packaging headers were added.

License: BSD License (revised)

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

                        - %  - %  - % - % -

[035] - MailArchiva 0.9 
  by Jamie (http://freshmeat.net/users/jamieb22/)
  Wed, Jan 25th 2006 17:51

Communications :: Email
System :: Archiving
System :: Archiving :: Backup

About: MailArchiva is a full featured email archiving server for
Linux/Windows that integrates with Microsoft Exchange. It stores all
incoming, outgoing, and internal email messages for long-term storage.

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[036] - MonetDB 4.10.0 
  by Niels Nes (http://freshmeat.net/users/NielsNes/)
  Wed, Jan 25th 2006 12:58

Database
Database :: API
Database :: Database Engines/Servers

About: MonetDB is a database management system developed from  a
main-memory perspective using a fully decomposed  storage model, automatic
index management, extensibility  of data types and search accelerators, and
SQL and XQuery frontends.

Changes: This release is much faster on applications with simple SQL
requests. The JDBC driver has largely been rewritten, and a new Perl
library has been registered at CPAN. MonetDB/SQL has been extended with
SQL:03's sequences support, matching the functionality of serials
(PostgreSQL) or auto_increments (MySQL). MonetDB/XQuery performance is
improved by query caching and further tuning. New built-in functions (e.g.
subsequence, replace, and match) have been added, and it provides (limited)
support for XQuery modules.

License: Mozilla Public License (MPL)

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

                        - %  - %  - % - % -

[037] - music on console 2.4.0-beta2 (Development)
  by Daper (http://freshmeat.net/users/Daper/)
  Wed, Jan 25th 2006 17:37

Multimedia :: Sound/Audio :: Players
Multimedia :: Sound/Audio :: Players :: MP3

About: MOC (music on console) is a console audio player with a simple
ncurses interface in playmp3list style. It supports MP3 (with ID3 tag,
VBR, and Xing headers), Ogg, FLAC, WAVE, Musepack, SPeex, and some other
less popular audio formats. Playlists can be saved and loaded using .m3u
files (PLS version 2 can also be loaded). Internet streams (Shoutcast,
Icecast) are supported. It achieves gapless playback by employing an
output buffer in a separate thread and file pre-caching. The key mapping
can be fully customized. The interface can be detached from the server as
it plays in background.

Changes: Most fixes are related to displaying non-ASCII characters.
Problems with character encoding of some MP3 files should be now solved.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[038] - NameSpawner 0.6 
  by Flavio Chierichetti (http://freshmeat.net/users/y0ta/)
  Wed, Jan 25th 2006 17:53

Games/Entertainment :: Role-Playing

About: NameSpawner can be used to generate random names with a specific
theme. Some of the themes included in the main distribution are: elvish,
dwarvish, barbaric, angelic, demonic, and Tolkien-like. Names are
"spawned" via random walks on Markov Chains. New themes can be created
using existing lists of names. Random walk settings can be tweaked to
obtain more variance in the output names or more faithfulness to the
original list of names.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[039] - Nmap 3.99 (Stable)
  by Fyodor (http://freshmeat.net/users/fyodor/)
  Wed, Jan 25th 2006 04:51

Security
System :: Networking
System :: Networking :: Firewalls

About: Nmap is a utility for network exploration or security auditing. It
supports ping scanning (determine which hosts are up), many port scanning
techniques (determine what services the hosts are offering), version
detection (determine what application/service is runing on a port), and
TCP/IP fingerprinting (remote host OS or device identification). It also
offers flexible target and port specification, decoy/stealth scanning,
SunRPC scanning, and more. Most Unix and Windows platforms are supported
in both GUI and command line modes. Several popular handheld devices are
also supported, including the Sharp Zaurus and the iPAQ.

Changes: The new runtime interaction system provides time estimates and
verbosity/debugging setting changes at the tap of a key while Nmap
executes. Reverse DNS resolution has been parallelized with custom code to
speed up large scans. The new --max-retries option can also improve
performance. The version detection DB has been updated to 3,153 signatures
for 381 different service protocols. The --badsum option helps you detect
tricky firewall/IDS systems. Dozens of fixes and smaller features have
also been added. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[040] - nrsTable 0.3.2 
  by German Kalinec (http://freshmeat.net/users/galatian/)
  Wed, Jan 25th 2006 13:02

Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries

About: nrsTable is a JavaScript script that will allow a developer to
create HTML tables from arrays. The tables can be automatically sorted
simply by clicking on the heading. A lot of customization can be done for
the tables, such as colors, pages, captions, and more. 

Changes: this release fixes a bug that occurred when the user tried to
change the number of entries per row.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[041] - NuFW 1.1.3 (Development)
  by regit (http://freshmeat.net/users/regit/)
  Wed, Jan 25th 2006 16:16

Security
System :: Networking :: Firewalls

About: NuFW is an authentication firewall suite: the gateway authorizes a
packet depending on which remote user has sent it. It can also set quality
of service on a per-user basis and log user activities into a SQL database.
Furthermore, it can use an external authentication source such as an LDAP
directory and be the key of a Single Sign On solution. 

Changes: The client now works under FreeBSD and MacOS X. Time-based acls
are now possible. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[042] - OpenTech 1.5.1 
  by imipak (http://freshmeat.net/users/imipak/)
  Wed, Jan 25th 2006 17:51

Scientific/Engineering :: Electronic Design Automation (EDA)

About: OpenTech is a collection of electronic and microelectronic designs
from the OpenCores development site, plus open source electronic and
microelectronic design, testing, and manufacturing software tools.

License: Other/Proprietary License with Source

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

                        - %  - %  - % - % -

[043] - pgAdmin III 1.4.1 
  by Troels Arvin (http://freshmeat.net/users/tarvin/)
  Wed, Jan 25th 2006 04:01

Database :: Front-Ends

About: pgAdmin III is a comprehensive design and management  graphical
user interface for the PostgreSQL database. It  communicates with the DBMS
using the native protocol  and supports all major features and specialties
of the  latest PostgreSQL generations. 

Changes: Support was added for new PostgreSQL 8.1 features, the Slony
replication system, job scheduling, Unix domain sockets, and graphical
EXPLAIN. password handling was enhanced. A new look was created. Many
bugfixes were made. 

License: Artistic License

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

                        - %  - %  - % - % -

[044] - Pioneers 0.9.49 
  by Roland Clobus (http://freshmeat.net/users/rclobus/)
  Wed, Jan 25th 2006 17:49

Games/Entertainment :: Turn Based Strategy

About: Pioneers is a faithful GNOME 2 translation of the excellent board
game "Settlers of Catan", with server-client multiplayer, AI players, and
support for the changes made in the Seafarers of Catan expansion to the
original board game. 

Changes: A new theme based on Battle of Wesnoth has been added. A Swedish
translation is now also available. The length of the chat has been limited
in the client and server to safer lengths. Several other small bugs have
been fixed, and some old files were removed.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[045] - PMD 3.5 
  by Tom Copeland (http://freshmeat.net/users/tcopeland/)
  Wed, Jan 25th 2006 08:35

Software Development :: Quality Assurance

About: PMD is a Java source code analyzer. It finds unused variables,
empty catch blocks, unnecessary object creation, and more. It includes
CPD, a tool to detect chunks of identical code.

Changes: Twelve new rules were added, including some nifty String and
StringBuffer checks. Regular expressions are now supported in XPath. A
bunch of bugfixes and performance improvements were done. 

License: BSD License (original)

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

                        - %  - %  - % - % -

[046] - Property Management Software 1.14 
  by WT (http://freshmeat.net/users/mvander/)
  Wed, Jan 25th 2006 04:21

Information Management :: Issue Tracking
Information Management :: Records Management
Office/Business :: Financial

About: Property Management Software allows owners to manage  and track
their real estate properties online. It is an easy  system that allows
them to view and update property  information from anywhere over the Web,
including  information about tenants, costs associated with the  property,
and your monthly income on each property.

Changes: Some updates were made to the documentation. 

License: Other/Proprietary License with Source

URL: http://freshmeat.net/projects/property-management-software/

                        - %  - %  - % - % -

[047] - PyNOVAS 0.1b2 
  by Jaap Spies (http://freshmeat.net/users/jaapS/)
  Wed, Jan 25th 2006 16:15

Scientific/Engineering :: Astronomy

About: PyNOVAS allows you to calculate the position and  movement of the
sun, moon, planets, and stars with great precision using Python. It is
based on the NOVAS software used by United States Naval Office (USNO) to
produce the 'Astronomical Almanac' and 'MICA'. Ephemerides are supplied by
the Jet Propulsion Laboratory (JPL). You can use  this software for
Celestial Navigation, and also as a basis for controlling astronomical 
equipment. 

Changes: This beta release is based on swig 1.3.24 or higher and Python
2.3 or higher. It has more examples, including test.py, eclipse.py, and
almanac.py 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[048] - QDBM: Quick DataBase Manager 1.8.44 
  by Mikio Hirabayashi (http://freshmeat.net/users/mikio/)
  Wed, Jan 25th 2006 04:45

Database
Software Development :: Libraries
Text Processing :: Indexing

About: QDBM is an embedded database library compatible with GDBM  and
NDBM. It features hash database and B+ tree database  and is developed
referring to GDBM for the purpose of the  following three points: higher
processing speed, smaller size of  a database file, and simpler API.

Changes: mmap emulation on Windows was enhanced. A bug with handling meta
data on big endian platforms was fixed. The advanced API was enhanced. 

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[049] - rdup 0.2.0 
  by Miek Gieben (http://freshmeat.net/users/miek/)
  Wed, Jan 25th 2006 08:39

System :: Archiving :: Backup

About: rdup is a utility inspired by rsync and the Plan9 way of doing
backups. rdup itself does not backup anything; it only prints a list of
the names of files that have changed since the last backup. Auxilary
scripts are needed to act on this list and implement the backup strategy.
This way rdup can be kept lean and mean.  

Changes: A port to FreeBSD was completed and signal handling was
implemented. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[050] - Reason for Nessus 0.2.0 
  by Janos Szatmary (http://freshmeat.net/users/jszatmary/)
  Wed, Jan 25th 2006 22:15

Security
System :: Networking
System :: Systems Administration

About: Reason is an application/network security scanner client for Nessus
and Nessus compatible servers such as (OpenVAS). In addition to an improved
user interface, it provides session management, templates, charts and
graphs, and report generation using XSLT. 

Changes: Charting and graphing of results was added. A new settings
interface was implemented, and the file format was changed. Memory
management was improved to handle large sessions. The client was fixed to
filter duplicate results. Threading and user interface changes were done. 

License: Artistic License

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

                        - %  - %  - % - % -

[051] - Redet 8.5 
  by Bill Poser (http://freshmeat.net/users/billposer/)
  Wed, Jan 25th 2006 12:59

Software Development
Software Development :: Code Generators
Text Processing

About: Redet is a tool for developing and executing regular expressions
using any of more than 40 search programs, editors, and programming
languages, intended both for developing regular expressions for use
elsewhere and as a search tool in its own right. For each program in each
locale, a palette showing the available constructs is provided. The
properties of each program are determined by runtime tests, which
guarantees that they will be correct for the program version and locale.
Additional features include persistent history, extensive help, a variety
of character entry tools, and the ability to change locale while running.
Redet is highly configurable and fully supports Unicode.

Changes: Support has been added for ici, mysql, numgrep, and zsh. This
release checks the availability of all supported programs on startup and
disables the Program menu entries for those that are not available.
Several palette entries were added, including one for the non-POSIX
[:word:] class. A new init file command makes it possible to make font
selection dependent on locale.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[052] - Rubix Linux 1.0rc2 
  by miasmatic (http://freshmeat.net/users/miasmatic/)
  Wed, Jan 25th 2006 04:44



About: Rubix Linux is a Linux distribution that was originally derived
from Slackware. It is designed to support mission critical hardware and be
very admin friendly. It uses Arch Linux's pacman for simplified package
management with dependency resolution. It has a revamped init system,
maintaining the BSD style, but adding modularity. It compiles packages
with SSP (a.k.a. ProPolice) and PIE (Position Independent Executable)
whenever possible to increase security. 

Changes: The highlights of this release since rc1 include Linux 2.6.15.1
with reiser4 support, Linux 2.4.32, either vanilla or patched with
grsecurity, GCC 3.4.4 patched with stack smashing protection, Heimdal
Kerberos support, SKey password support, encrypted partition support
through loop-aes, KDE 3.5.0, Firefox and Thunderbird 1.5, and Xorg 6.9.0.
Udev has completely replaced hotplug for 2.6 kernels. The boot process was
cleaned up and made much faster. An online package browser and a custom
live CD were implemented. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/rubix-linux/

                        - %  - %  - % - % -

[053] - rxvt-unicode 7.3 
  by Marc A. Lehmann (http://freshmeat.net/users/pcg1/)
  Wed, Jan 25th 2006 17:46

Desktop Environment
Software Development :: Internationalization
Terminals

About: rxvt-unicode is a clone of the well known terminal emulator rxvt,
modified to store text in Unicode (either UCS-2 or UCS-4) and to use
locale-correct input and output. It also supports mixing multiple fonts at
the same time, including Xft fonts.

Changes: This release aims at consolidating the big changes in recent
releases, and thus contains predominantly bugfixes. Event processing order
could create a global grab ("freeze") in conjunction with mouse reporting
and ISO 14755 mode. The Shift-Button2 sequence has been moved to
Meta-Button2, as it collided with typical uses for mouse reporting.
Characters that are too wide for their box will be handled even more
carefully. The cutchars resource will be respected by the Perl selection.
An experimental xim-onthespot extension has been added.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/rxvt-unicode/

                        - %  - %  - % - % -

[054] - Sella NMS 2.0.0 
  by James Sella (http://freshmeat.net/users/sella/)
  Wed, Jan 25th 2006 17:53

Internet
System :: Monitoring
System :: Networking :: Monitoring

About: Sella NMS was created to provide an extendable high  performance
network management system with network  discovery, monitoring, and
detailed reporting capabilities that  keep up to date with a living
network. As new devices and  interfaces are added or removed from your
network, the  changes are automatically detected and handled. 

Changes: This release converts modules from threads to individual daemons,
simplifying the design and providing enhanced reliability and performance.
A state daemon has been created to process state changes, allowing alarms
to be persistent though a restart of any daemon. An Administrator's Manual
has been written. The performance of the output modules and policy
framework has been improved.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[055] - shush 1.0.1 
  by Christophe Kalt (http://freshmeat.net/users/kalt/)
  Wed, Jan 25th 2006 10:25

Communications :: Email
System
Utilities

About: shush runs a command and optionally reports its output by  email.
It is a powerful wrapper around cron jobs. 

Changes: This release contains minor bugfixes, in particular related to
the build process.

License: BSD License (original)

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

                        - %  - %  - % - % -

[056] - SMBD Audit 0.2.3 
  by AcidumIrae (http://freshmeat.net/users/AcidumIrae/)
  Wed, Jan 25th 2006 17:34

Communications
Communications :: File Sharing
Database

About: SMBD(Samba) Audit is a set of VFS audit modules for Samba 3 and a
Web frontend to view and search Samba audit logs. The module stores logs
directly into a MySQL database with libmysqlclient.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[057] - SMS Server Tools 2.0.3 
  by Stefan Frings (http://freshmeat.net/users/sfrings/)
  Wed, Jan 25th 2006 11:18

Communications

About: The SMS Server Tools (smstools) were made to send and receive SMS
from one or many GSM modems. They include a send/receive daemon and some
sample scripts to build an SMS email gateway and for logging into an SQL
database. The daemon waits for files in an outgoing spool directory and
sends them. It puts all received SMS in an incoming spool directory, and
can call any external program for incoming or outgoing notification. This
software support text messages in 7 and 16 bits (UCS2), as well as 8 bit
binary messages.

Changes: This release resolves a name conflict with stdio.h in recent
Cygwin versions.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[058] - sonic-snap 1.7 
  by Bram Stolk (http://freshmeat.net/users/bramstolk/)
  Wed, Jan 25th 2006 05:21

Multimedia :: Graphics :: Capture :: Digital Camera
Multimedia :: Video :: Capture

About: sonic-snap is a Webcam application specifically suited for the
sn9c102 kernel driver. Distinguishing features include histogram analysis,
normalization, and MPEG output.

Changes: Normalization was improved so that it doesn't act on sporadic
isolated extremes. An assertion failure caused by a buggy videodev2.h was
investigated. The failure of VIDIOC_QUERYCTRL was made non-fatal. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/sonic-snap/

                        - %  - %  - % - % -

[059] - Speech Dispatcher 0.6 
  by Hynek Hanke (http://freshmeat.net/users/hhanke/)
  Wed, Jan 25th 2006 10:25



About: Speech Dispatcher is a device independent layer for speech
synthesis, developed with the goal of making the usage of speech synthesis
easier for application programmers. It takes care of most of the tasks
necessary to solve in speech-enabled applications. What a very high level
GUI library is to graphics, Speech Dispatcher is to speech synthesis. The
architecture is based on a proven client/server model. The basic means of
client communication is through a TCP connection using the Speech
Synthesis Independent Protocol (SSIP), or through an interface library.

Changes: The SSIP implementation now supports events notification and
index marking. Improved documentation. spd-say client functionality has
been expanded (stopping and client name setting). Better performance. A
Gnome Speech output module was developed that allows you to use
Gnopernicus with Speech Dispatcher, and will shortly be available in the
Gnome Speech distribution.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/speech-dispatcher/

                        - %  - %  - % - % -

[060] - Sporniket Web Site System 0006-01-10 (src-request)
  by David Sporn (http://freshmeat.net/users/davidsporn/)
  Wed, Jan 25th 2006 13:13

Internet :: WWW/HTTP :: Site Management

About: Sporniket Web Site System is a set of PHP scripts that allow you to
build and manage a Web site. Two modules are available: Mini File
Commander, a Web interface to manage files, and Cabbage, a system to
quickly build a Website with organised content without using a database. 

Changes: src-request is a kit to generate PHP code from an XML
description. The generated code is a derived class from a Base class that
provide basic methods to retrieve values from the request object. The
process use Ant 1.6.2. The PHP code is for PHP v4.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[061] - Sporniket Web Site System 0006-01-10 (src-linker)
  by David Sporn (http://freshmeat.net/users/davidsporn/)
  Wed, Jan 25th 2006 13:13

Internet :: WWW/HTTP :: Site Management

About: Sporniket Web Site System is a set of PHP scripts that allow you to
build and manage a Web site. Two modules are available: Mini File
Commander, a Web interface to manage files, and Cabbage, a system to
quickly build a Website with organised content without using a database. 

Changes: src-linker is a kit for generating PHP code from an XML
description. The generated code is a derived class. The purpose is to make
a module for the building of internal links of a Web application, so that
the rest of the application does not have to know how to construct a link
to another page. The process uses Ant 1.6.2 for generating the classes.
The generated code is PHP v4.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[062] - Sylpheed 2.2.0beta6 (Development)
  by Hiroyuki Yamamoto (http://freshmeat.net/users/hiroy/)
  Wed, Jan 25th 2006 04:31

Communications :: Email :: Email Clients (MUA)

About: Sylpheed is a GTK+ based, lightweight, and fast email client.
Almost all commands are accessible with the keyboard. It also has many
features such as multiple accounts, POP3/APOP support, thread display, and
multipart MIME. One of Sylpheed's future goals is to be fully
internationalized. The messages are managed in the MH format, so you'll be
able to use it together with another mailer that uses the MH format. 

Changes: The cleanup of IMAP4 message caches on exit was implemented. The
temporary passwords of IMAP4 accounts are now preserved until exit.
"File/Insert signature" now inserts the signature into the current cursor
position, and "File/Append signature" was added for the previous behavior.
Some dialogs are now placed at the center on the parent window. The
confirmation dialog for emptying trash is not displayed anymore if
messages don't exist in trash folders. Trash folders are excluded on
recursive search. Several minor bugs were fixed. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[063] - Technorati Tracker 1.0 
  by ApogeeWebLLC (http://freshmeat.net/users/ApogeeWebLLC/)
  Wed, Jan 25th 2006 17:31

Internet
Internet :: Log Analysis
Internet :: WWW/HTTP

About: Technorati Tracker will examine an Apache Web server log and will
display hits generated by clicks from technorati.com, and will also track
the visits by Technoratibot. Each hit from Technorati will be displayed in
a row with these columns: Time, IP Address, Section (Tags, Search, Blog
Finder, Popular), and Keywords. At the bottom of the page, a bar chart
will be displayed comparing the number of hits from each section on
Technorati. Technoratibot visits are in bold and indicated by a section
label of Technoratibot.

License: MIT/X Consortium License

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

                        - %  - %  - % - % -

[064] - tntdb 0.6.0 
  by Tommi Mäkitalo (http://freshmeat.net/users/tmaek/)
  Wed, Jan 25th 2006 17:36

Database :: API
Software Development :: Libraries

About: Tntdb is a c++-class-library for database access. It implements a
database-independent layer, which loads the actual driver dynamically when
a connection is made. The classes use automatic resource management with
reference counts. Resources are freed when the classes go out of scope.
Error handling is done with exceptions (derived from std::exception).
There are STL-like iterators for result sets and rows, and also the cursor
is an STL-like iterator. It is written in standard C++ with Linux. Drivers
for PostgreSQL, sqlite3, and MySQL are available.

Changes: This version adds da river for sqlite3, documentation, a
connection pool, and a lot of smaller fixes and improvements.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[065] - tntnet 1.5.0pre7 (Development)
  by Tommi Mäkitalo (http://freshmeat.net/users/tmaek/)
  Wed, Jan 25th 2006 17:47

Internet :: WWW/HTTP :: HTTP Servers

About: Tntnet is a Web application server for generating  Web applications
in C++. HTML pages with some additional tags for inclusion of C++ code are
compiled into shared libraries and served from tntnet. It resembles PHP,
JSP, or Mason, but the programming language used is C++, and the pages are
compiled into native code before serving. Tntnet is fully multithreaded and
supports http-keep-alive for best performance. Dynamic pages are served
about as fast as static pages in other Web servers, while creating Web
applications keeps simple.

Changes: Components can be compiled into CGI programs and run under a
normal Web server. This release has simplified i18n and support for
locales.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[066] - TuxGuitar 0.4 
  by Julian Casadesus (http://freshmeat.net/users/akdmia/)
  Wed, Jan 25th 2006 17:41

Multimedia :: Sound/Audio :: Editors
Multimedia :: Sound/Audio :: MIDI

About: TuxGuitar is a multitrack guitar tablature editor and player. It
can open GP3 and GP4 files 

Changes: A fretboard editor has been added. A song properties viewer has
been added. A select instrument bug has been fixed. A change tempo bug has
been fixed. A bug with tuning change has been fixed.

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[067] - Ultimate++ snapshot-20060123 
  by Daniel Kos (http://freshmeat.net/users/unodgs/)
  Wed, Jan 25th 2006 22:10

Software Development
Software Development :: Compilers
Software Development :: Debuggers

About: Ultimate++ is a cross-platform C++ rapid application development
suite. It includes set of libraries (for things like GUI and SQL) and an
integrated development environment. Rapid development is achieved by smart
and aggressive use of C++ rather than through fancy code generators. In
this respect, U++ competes with popular scripting languages while
preserving C/C++ runtime characteristics. Its integrated development
environment, TheIDE, introduces modular conception to C++ programming, and
can be used to develop non-U++ applications. 

Changes: Many fixes were made to the core and widget libraries. A new
package organizer was added in TheIDE. assist++ and the code editor were
improved. A "Generate code" function was added to the layout designer. A
problem with the PageUp/PageDown keys in TreeCtrl was fixed. Focusing and
scrolling problems in Topic++ were fixed. A problem with "multiplying
icons" in the main toolbar of TheIDE was fixed. A problem in which tabsize
and object size were not adjusted in RichText::ApplyZoom was fixed. A title
charset problem on Win9x was fixed for TopWindow. 

License: BSD License (original)

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

                        - %  - %  - % - % -

[068] - unicap 0.1.9 
  by Arne Caspari (http://freshmeat.net/users/arne_caspari/)
  Wed, Jan 25th 2006 05:24

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

About: unicap is a library to access different kinds of capture devices.
Device drivers are loaded with a plugin system so that new drivers can be
easily added. Currently, it has support for video-4-linux,
video-4-linux-2, IIDC cameras, and video-to-firewire converters, and
provides GTK widgets for live video display and access to device
properties. 

Changes: This release adds API documentation for libunicap and
libunicapgtk. Some compilation issues with C++ compilers were fixed. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[069] - Unstructured Information Management Architecture 1.3.1 
  by alphaWorks (http://freshmeat.net/users/alphaworks/)
  Wed, Jan 25th 2006 22:13



About: UIMA SDK is a software architecture and framework for  supporting
the development, integration, and deployment of  search and analysis
technologies. It can be used to analyze  large volumes of unstructured
information (text, audio,  video, images, etc.) to discover, organize, and
deliver  relevant knowledge to the client or application end user.

Changes: This is a maintenance release which includes miscellaneous
bugfixes. 

License: Free for non-commercial use

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

                        - %  - %  - % - % -

[070] - UPPAAL 3.6 Alpha 4 (Development)
  by Gerd Behrmann (http://freshmeat.net/users/behrmann/)
  Wed, Jan 25th 2006 04:49

Scientific/Engineering
Software Development :: Quality Assurance
Software Development :: Testing

About: UPPAAL is an integrated tool environment for  modeling, validation,
and verification of real  time systems, modeled as networks of timed 
automata, extended with data types (bounded  integers, arrays, etc.).
Typical application  areas include real time controllers and 
communication protocols, in particular those  where timing aspects are
critical. 

Changes: Lots of small bugfixes, new features in the engine, and cleanups
in the user interface were added. 

License: Free for non-commercial use

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

                        - %  - %  - % - % -

[071] - usb-mount 0.96 
  by Michael Hamilton (http://freshmeat.net/users/mch/)
  Wed, Jan 25th 2006 17:48



About: usb-mount provides desktop integration for systems  using the
hotplug scripts and the KDE desktop. It automatically mounts and unmounts
USB storage partitions and modifies the user's desktop, via the addition
of icons representing USB storage device partitions. The user can interact
with the storage device by opening the desktop icons to reveal the folders
corresponding to each partition. Each partition's mount status can be
altered by using icon control options.

Changes: More fixes for newer kernels/distibutions that take longer to set
up USB devices. Handles flash card readers that have more than one device.
Ignores non-USB-storage devices. The INSTALL document has been updated for
newer distributions.

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[072] - WEBK 1.3.1 
  by Yanick Bourbeau (http://freshmeat.net/users/mrgibson/)
  Wed, Jan 25th 2006 22:29

Internet :: WWW/HTTP :: Dynamic Content
Internet :: WWW/HTTP :: Dynamic Content :: News/Diary
Internet :: WWW/HTTP :: Indexing/Search

About: WEBK is a content management system that stores information on the
filesystem and does not require a database. It features thumbnail
generation for text files, source code, and images, custom download
handling for text files, source code, and images, support for locked
folders with plain passwords or MD5 hashes, support for custom actions, an
automatic hit counter for each item, a simple module system, and theme
support.

Changes: The forum code was fixed, so it will now work with Konqueror, IE,
and Firefox. The news template now works properly in Konqueror. 

License: Freely Distributable

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

                        - %  - %  - % - % -

[073] - wsdlpull 1.9.7 
  by vivek (http://freshmeat.net/users/vivek200120/)
  Wed, Jan 25th 2006 05:27

Internet :: WWW/HTTP
Software Development :: Libraries
Text Processing :: Markup :: XML

About: wsdlpull is an efficient and powerful command line utility for
dynamic inspection and invocation of WSDL web services. It's also has a
C++ library with a Dynamic WSDL Invocation API, a WSDL parser, a schema
parser and validator, and an XML parser/serializer. 

Changes: Support for SOAP headers was added. A Windows VS2003/VS6 Makefile
is now included to make single-threaded, multi-threaded, and DLL builds of
wsdlpull. Put All WsdlParser classes were put into the WsdlPull namespace.
Other bugfixes were made. 

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[074] - xCAT 1.2.0 RC2 
  by alphaWorks (http://freshmeat.net/users/alphaworks/)
  Wed, Jan 25th 2006 22:12

Software Development
Utilities

About: xCAT (Extreme Cluster Administration Toolkit) is a tool kit that
can be used for the deployment and administration of Linux clusters. Its
features are based on user requirements, and many of its features take
advantage of IBM xSeries hardware.

Changes: Enhancements were made to the documentation and support for
Werewolf-style, diskless computation nodes on PPC64. 

License: Freeware

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

                        - %  - %  - % - % -

[075] - xCHM 1.3 
  by Razvan Cojocaru (http://freshmeat.net/users/thewhiterabbit/)
  Wed, Jan 25th 2006 08:40

Multimedia :: Graphics :: Viewers

About: xCHM is a cross-platform GUI frontend for CHMLIB, written with
wxGTK. It is able to display the topics tree, work with displayed pages
history, print the current page, work with bookmarks, change fonts and
fast search through all the pages of the loaded .chm document. Being
indirectly dependent on GTK+, the possibility of changing GTK+ skins makes
xCHM theme-friendly.

Changes: Czech and Slovak translations were added. The Russian and French
translations were updated. The useless mouse scroll patch for Mac OS X was
removed. The wbout dialog on Mac OS X was fixed. The HTML link to Pabs'
chmspec page was fixed. The "back" button is now allowed to get to the
welcome page. The code compiles on Win32 with MinGW without patches. Win32
resource and icon files were added. The code now compiles with GCC 4.1. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[076] - XCircuit 3.4.11 (Stable)
  by imipak (http://freshmeat.net/users/imipak/)
  Wed, Jan 25th 2006 17:47

Scientific/Engineering :: Electronic Design Automation (EDA)

About: XCircuit is a UNIX/X11 program for drawing publishable-quality
electrical circuit schematic diagrams and related figures, and producing
circuit netlists through schematic capture. XCircuit regards circuits as
inherently hierarchical, and writes both hierarchical PostScript output
and hierarchical SPICE netlists. Circuit components are saved in and
retrieved from libraries which are fully editable. XCircuit does not
separate artistic expression from circuit drawing; it maintains flexiblity
in style without compromising the power of schematic capture.

Changes: Many bugfixes, some extensions, and some minor UI updates.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[077] - xine gxine 0.5.4
  by Moritz Barsnick (http://freshmeat.net/users/barsnick/)
  Wed, Jan 25th 2006 05:24

Multimedia :: Video :: Display

About: xine is a free multimedia player. It plays back CDs, DVDs, and
VCDs. It also decodes multimedia files like AVI, MOV, WMV, and MP3 from
local disk drives, and displays multimedia streamed over the Internet. It
interprets many of the most common multimedia formats available--and some
of the most uncommon formats, too. All those features come in a reusable
library (xine-lib) which can easily be embedded in your applications. 

Changes: Build-time configuration was improved. Video widget resizing
locks were fixed. Window manager interaction and memory usage were
improved slightly. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[078] - Yoltia 0.18.0-1 
  by Stefan Bauer (http://freshmeat.net/users/stfnndrsbr/)
  Wed, Jan 25th 2006 12:56

Multimedia :: Graphics :: Editors
Multimedia :: Graphics :: Editors :: Raster-Based
Multimedia :: Graphics :: Viewers

About: Yoltia is a computer program for editing image files. It provides
the functionality to do simple changes to a large number of pictures
quickly and very comfortably and exactly. It can read and write PNG, XPM,
BMP, and in most cases JPEG (depends on the Qt library). It can use and
preview custom compression levels for JPEG and PNG, create new pictures,
rotate pictures with 0.5 degree accuracy, perform color depth conversion
with usage of different dithers, manipulate the RGB and HSV values and
hotkey inverting, and perform resizing, cutting, and stretching. It has
many user orientated zoom modes. A multi-document interface, quick editing
of many pictures via browsing directories or self-defined file lists,
mirroring, clipboard and drag-and-drop-interaction, and a simple and fast
GUI with hotkey-orientated usage.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[079] - zeMail 1.0 
  by David Crawshaw (http://freshmeat.net/users/crawshaw/)
  Wed, Jan 25th 2006 17:31

Communications :: Email
Communications :: Email :: Email Clients (MUA)
Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries

About: zeMail is a minimalist Perl Web mail package. Designed to run
without client scripting like Javascript, the pages are kept deliberately
minimal to keep bandwidth usage down.

Changes: Supports all basic forms of email, strips out MIME, displays
attached images inline, and lets you download the rest.

License: BSD License (revised)

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

                        - %  - %  - % - % -

[080] - Zimbra Collaboration Suite 3.0.0_M4_62 (Developer)
  by Zimbra (http://freshmeat.net/users/Zimbra/)
  Wed, Jan 25th 2006 04:03

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

About: Zimbra is a server and client technology for next-generation
enterprise messaging and collaboration (email, group calendar, contacts,
etc). It features a browser-based AJAX client with search, shared
calendar, and mail that is integrated with contacts and calendar, and
support for Outlook, iCal, App.Mail, contacts, and offline mode.
Administrators benefit from online move, back-up, and recovery of
individual or groups of mailboxes, compatibility with existing LDAP
directories., native hierarchical storage management and clustering, Web
services integration with existing enterprise applications, and integrated
anti-spam and anti-virus.

Changes: A major bug was fixed in the calendar which may cause problems
when editing an event with multiple attendees. 

License: Mozilla Public License (MPL)

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

                        - %  - %  - % - % -

[081] - Zimbra Collaboration Suite 3.0 Milestone 3 Update 2 (Release)
  by Zimbra (http://freshmeat.net/users/Zimbra/)
  Wed, Jan 25th 2006 22:01

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

About: Zimbra is a server and client technology for next-generation
enterprise messaging and collaboration (email, group calendar, contacts,
etc). It features a browser-based AJAX client with search, shared
calendar, and mail that is integrated with contacts and calendar, and
support for Outlook, iCal, App.Mail, contacts, and offline mode.
Administrators benefit from online move, back-up, and recovery of
individual or groups of mailboxes, compatibility with existing LDAP
directories., native hierarchical storage management and clustering, Web
services integration with existing enterprise applications, and integrated
anti-spam and anti-virus.

Changes: A bug was fixed in the calendar that may have caused problems
when editing an event with multiple attendees.

License: Mozilla Public License (MPL)

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



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



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic