Newsletter for Sunday, July 22nd 2007

The freshmeat daily newsletter <[email protected]>
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/2007/07/22/
freshmeat.net newsgroup: news://news.freshmeat.net/fm.announce

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

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

Open source and Linux from HP

>From nine consecutive years of Linux market leadership to countless
community outreach programs, HP has proven solutions you can value, on a
next generation, highly-efficient BladeSystem platform ideal for Linux,
with the approach, experience, and customer commitment you can trust. 

http://showcase.linux.com/hpos.tmp

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

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

[001] - Allegro 4.2.2 (Stable)
[002] - Andy's PHP Knowledgebase 0.82 
[003] - argtable 2.7 
[004] - Baygrab 0.3 
[005] - Bazaar Subversion Plugin 0.3.5 
[006] - Bazaar-GTK 0.18.0 
[007] - bftpd 1.9.2 (Development)
[008] - Bitgate Server Software Environment 0.4.2 
[009] - Blitz templates 0.4.23 
[010] - BMP 0.40.0 RC3 
[011] - Cibyl 11 
[012] - Cone 0.71 
[013] - Conges 1.4.0 
[014] - ctrlproxy 3.0.3 
[015] - Database Bean Generator 2.1.3 
[016] - DBsight 1.4.4 (Upgrade)
[017] - deco archive file extractor 0.2.2 
[018] - Diet Tracker 1.5 
[019] - DocBook XSL Stylesheets 1.73.0
[020] - DocBook XSL-NS Stylesheets 1.73.0
[021] - DrQueue 0.64.3 
[022] - DynAMOS 0.5.4 
[023] - EJBCA 3.4.4 (Development)
[024] - flac2mp3 0.3.0rc1 
[025] - Free-SA 1.3.3 
[026] - Funky Embeddable Interpreter 1.2.00 
[027] - gscan2pdf 0.9.15 
[028] - Hardware 4 Linux 0.9.2 
[029] - haserl 0.9.17 (Development)
[030] - HylaFAX 5.1.6 
[031] - Jagacy VT 1.1.1 
[032] - jMemorize 1.2.3 
[033] - Klear 0.6.1 
[034] - LDAP Account Manager 2.0.0.RC1 (Unstable)
[035] - Linux 2.4.34.6 (2.4)
[036] - LinuxBIOS 2-2739 
[037] - loggerfs 0.3 
[038] - Monster 1.15 
[039] - MP3 Management 1.0 
[040] - MultipliK12 1.0.0 
[041] - OVal 1.0 
[042] - Personal Finance Manager R1_0_4 
[043] - PHPki 0.82 
[044] - Pioneers 0.11.1 
[045] - pkgmake 0.1.2 
[046] - Pvolley 0.0.1 
[047] - Rootkit Hunter 1.3.0-beta 
[048] - SecureJSH 1.0b0722 
[049] - sifbuilder 1.8.9 
[050] - Simple Plain Xml Parser 0.4 
[051] - Step-by-Step 0.96 
[052] - SuperTuxKart 0.3 
[053] - Theorur 0.5.3 
[054] - Tux Math Scrabble 4.1 
[055] - Twinkle 1.1 
[056] - UNG 20070721.1 
[057] - utf8proc 1.1.1 
[058] - Vuurmuur 0.5.73 alpha 4 (Pre-releases)
[059] - WebLOAD Open Source 1.0.0.8 (Reporter)
[060] - xterm patch #228 
[061] - ZDT 0.7.0 beta 2 


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

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

[001] - Allegro 4.2.2 (Stable)
  by Grzegorz Adam Hankiewicz (http://freshmeat.net/users/gradha/)
  Sun, Jul 22nd 2007 05:33

Games/Entertainment
Multimedia :: Graphics
Software Development :: Libraries

About: Allegro is a multi-platform game library for C/C++ developers that
provides many functions for graphics, sounds, player input (keyboard,
mouse, and joystick), and timers. It also provides fixed and floating
point mathematical functions, 3D functions, file management functions,
compressed datafile, and a GUI. 

Changes: Support for the Digital Mars C compiler was added. Mac OS X
support was improved. Some bugs in the Windows GDI and DirectX code were
corrected. The code for application switching in both Windows and Linux
ports was made more robust. Rendering bugs in stretch_blit() and polygon()
were fixed. Now load_bios_font() correctly handles 8x16 fonts. The
is_trans_font() and font_has_alpha() functions were added. Many more
bugfixes and overall improvements were made. 

License: Freely Distributable

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

                        - %  - %  - % - % -

[002] - Andy's PHP Knowledgebase 0.82 
  by KeyMonkey (http://freshmeat.net/users/keymonkey/)
  Sun, Jul 22nd 2007 23:56



About: Andy's PHP Knowledgebase is a database-driven knowledge base
management system. It features bookmark friendly URLs, easy search with
browsing by category, article submission, and a professional and
attractive interface. It is intended to be used to store, manage, and
update article content for a knowledge base, but is very customizable and
enables any number of creative uses.

Changes: This release includes improvements to input filtering for article
submissions and article searching. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[003] - argtable 2.7 
  by Stewart Heitmann (http://freshmeat.net/users/sheitman/)
  Sun, Jul 22nd 2007 09:24

Software Development :: Libraries

About: Argtable is an ANSI C library for parsing GNU style command line
arguments, as in "foo -abc -o myfile --help --count=7". It enables a
program's command line syntax to be defined in the source code as an array
of argtable structs. The command line is then parsed according to that
specification, and the resulting values are returned in those same structs
where they are accessible to the main program. The default parsing,
validation, and error reporting routines may be replaced by user-defined
callbacks if desired, and new argtable data types may be created to parse
user-defined argument types. The parsing itself is done using GNU getopt
and so is 100% GNU compatible.

Changes: This release adds some additional foolproofing in the arg_xxxn()
constructor functions. It also fixes a bug in arg_parsearg() that is
specific to TI DSP platforms, and a bug in the arg_dbl() constructor that
is specific to Solaris platforms.

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[004] - Baygrab 0.3 
  by pturing (http://freshmeat.net/users/pturing/)
  Sun, Jul 22nd 2007 02:30

Internet :: WWW/HTTP

About: Baygrab is a script to download all images for a given tag or album
from the bayimg.com site. It will identify images from the same archive and
collect them into a subfolder. 

Changes: Usage information was added. The target to be downloaded can now
be specified by an URL. Cleanup and bug fixes were done. 

License: MIT/X Consortium License

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

                        - %  - %  - % - % -

[005] - Bazaar Subversion Plugin 0.3.5 
  by Jelmer Vernooij (http://freshmeat.net/users/jelmervernooij/)
  Sun, Jul 22nd 2007 09:30

Software Development :: Version Control
Software Development :: Version Control :: Subversion

About: Bazaar Subversion Plugin is a Bazaar plugin that adds support for
foreign Subversion repositories. This allows committing changes to
Subversion branches as if they were native Bazaar branches.

Changes: Fixes compatibility with Bazaar 0.18.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[006] - Bazaar-GTK 0.18.0 
  by Jelmer Vernooij (http://freshmeat.net/users/jelmervernooij/)
  Sun, Jul 22nd 2007 09:25

Desktop Environment :: Gnome
Software Development :: User Interfaces
Software Development :: Version Control

About: Gazaar-GTK is a GTK+ frontend for the Bazaar version control
system. It provides Nautilus integration and a stand-alone application for
browsing Bazaar branches.

Changes: Colors in the diff window can now be customized. A notification
icon was added for commit notifications. Several minor bugs were fixed.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[007] - bftpd 1.9.2 (Development)
  by Slicer (http://freshmeat.net/users/slicer/)
  Sun, Jul 22nd 2007 13:47

Internet :: File Transfer Protocol (FTP)

About: bftpd is a very configurable Linux FTP server which can do chroot
without special configuration or directory preparation. It will work
out-of-the-box with almost no configuration required, and works on all
Unix variants tested. Most FTP commands are supported, and user
authentication is done via passwd/shadow or PAM. tar/gzip on-the-fly is
supported.

Changes: This release adds some checks to avoid minor bugs in memory
handling.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[008] - Bitgate Server Software Environment 0.4.2 
  by Ken Hollis (http://freshmeat.net/users/Tsuichi1/)
  Sun, Jul 22nd 2007 04:59

Internet

About: Bitgate Server Software Environment aims to build a multi-protocol
environment in which server protocol handlers can be eventually loaded and
unloaded on the fly using a center console or controller Web page. It aims
to have 99.9% uptime, and have high-availability (Java 6) compliance. It
is written in Java 5, and relies completely on Java's I/O functionality to
provide non-blocking support for both SSL and non-SSL sockets
(transparently). All configuration is done via XML files, as this is
easier to maintain. It includes a minimal demonstration HTTP server.

Changes: A couple of bugfixes were done. More functionality was added to
the HTTP portion of the example code so that HTTP now properly displays
files, directory listings, and 404 errors on requests that are invalid.
MIME type detection and sorted output of directory listings were also
added. The code was fixed to disconnect clients after requests. This
doesn't honor keep-alive yet. 

License: Common Public License

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

                        - %  - %  - % - % -

[009] - Blitz templates 0.4.23 
  by Alexey Rybak (http://freshmeat.net/users/alexeyrybak/)
  Sun, Jul 22nd 2007 13:44

Internet :: WWW/HTTP :: Dynamic Content
Internet :: WWW/HTTP :: Site Management

About: Blitz templates is a fast template engine written in C and compiled
as a PHP module. It started as a php_templates replacement, but developed
into much more. It is based on extensible template controllers (custom
view classes in PHP) and weakly-active templates (simple logic in HTML).
Benchmarks show that it is one of the fastest template engines for PHP,
even though it's not trivial and makes Web application closer to the MVC2
architecture model. It was designed for big Internet projects with a lot
of complex presentation logic.

Changes: Very important include-related changes were made. A template
included by the "include" directive (not "include method") will inherit
current context iterations. To make this work properly, one must use an
additional non-empty parameter "iterate_nonexistant" in parent "iterate"
or "block" calls (see comments in CHANGES and tests/include_ctx.phpt for
examples). Additionally, if there is a mix of numerical and non-numerical
keys in an iteration set, a warning will be generated and non-numerical
keys will be skipped. Several new tests were added and other minor fixes
were made.

License: BSD License (revised)

URL: http://freshmeat.net/projects/blitz-templates/

                        - %  - %  - % - % -

[010] - BMP 0.40.0 RC3 
  by Milosz Derezynski (http://freshmeat.net/users/queuerunner/)
  Sun, Jul 22nd 2007 18:15

Multimedia :: Sound/Audio :: Players

About: BMP is a media player which provides a very easy-to-use interface
and usage semantics for all tasks, while having extensive standards and
services support under the hood (MusicBrainz, Last.fm radio/scrobbling,
HAL, DBus), yet keeping the details out of the way of the user. 

Changes: Most changes in this release are fixes of severe bugs all over,
and UI/usability improvements. Other changes include multiple downloads
for podcast episodes, a "Playlist" component for playing files not in the
library, and a universal bookmarking system (working across all playback
sources). The Last.fm streaming protocol and Audioscrobbler Protocol 1.2
support was finalized and conforms fully to the specs. As another
long-standing user issue, the space-wasting header banner was removed.

License: GNU General Public License v2

URL: http://freshmeat.net/projects/beep-player/

                        - %  - %  - % - % -

[011] - Cibyl 11 
  by Simon Kagstrom (http://freshmeat.net/users/sys2066/)
  Sun, Jul 22nd 2007 05:33

Software Development :: Code Generators
Software Development :: Compilers
Software Development :: Libraries

About: Cibyl is a programming environment that allows compiled C programs
to execute on J2ME-capable phones. Cibyl uses GCC to compile the C
programs to MIPS binaries, and these are then recompiled into Java
bytecode. The programs are not parsed during runtime, and Cibyl is
therefore relatively well-performing. With Cibyl, games written in C can
be ported to J2ME without switching language.

Changes: The ability to inline certain function calls was added, which
greatly improves floating point performance. Exception handling has been
changed to match the native Java behavior, and various performance
optimizations have been implemented. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[012] - Cone 0.71 
  by Sam Varshavchik (http://freshmeat.net/users/mrsam/)
  Sun, Jul 22nd 2007 14:12

Communications :: Email :: Email Clients (MUA)

About: Cone (COnsole Newsreader And Emailer) is a text-based email client.
It seamlessly handles multiple POP3 and IMAP accounts and local mail
folders. It is also a simple newsreader. It is designed to be foolproof
enough to be used by inexperienced users, but also offers advanced
features for power users.

Changes: This release fixes a bug in GPG signing of multi-part messages
whose main content contains 8-bit text.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[013] - Conges 1.4.0 
  by stephane gauchet (http://freshmeat.net/users/sgump/)
  Sun, Jul 22nd 2007 13:50



About: Conges is a Web application for vacation management. It allows
employees to set vacation periods and print customizable vacation papers.
It allows supervisors to modify, delete, and validate vacation periods. A
notion of groups is available, and each group supervisor can see a Gantt
diagram of the corresponding group of employees. 

Changes: To parametrize the weekly days off for each employee, default
days off are Saturday and Sunday. To create periodic events (each day,
each week, each month, etc.), each period's name is parametrized in the
admin pages. Some bugs have been fixed.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[014] - ctrlproxy 3.0.3 
  by Jelmer Vernooij (http://freshmeat.net/users/jelmervernooij/)
  Sun, Jul 22nd 2007 09:31

Communications :: Chat
Internet

About: ctrlproxy is an IRC server with multiserver support. It runs as a
daemon and connects to a number of IRC servers, then allows you to connect
from a workstation and work as the user that is logged in to the IRC
server. After you disconnect, it maintains the connection to the server.
It acts like any normal IRC server, so you can use any IRC client to
connect to it. It supports multiple client connections to one IRC server
(under the same nick), allowing you to connect to IRC using your IRC nick,
even while you have an IRC session open somewhere else. It supports logging
(in any user-specified format), password authentication, and CTCP (in case
no clients are connected).   IRC servers can be contacted over IPv6 and/or
using SSL. Automatic identification with NickServ is supported, as well as
various types of backlog. 

Changes: This release fixes a bug that sometimes crashed ctrlproxy on
connect. Idle time is now reset properly in auto-away. Several warnings
about unknown responses have been fixed. Portability to FreeBSD has been
fixed.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[015] - Database Bean Generator 2.1.3 
  by jespo (http://freshmeat.net/users/jespo2005/)
  Sun, Jul 22nd 2007 13:45

Database
Software Development :: Libraries :: Java Libraries

About: Generator is a command line application to facilitate the
construction of small applications that need some database objects. It
isn't a replacement for complex object persistence solutions, like
hibernate or TopLink, but it covers a different target: the little Java
Web applications that don't use sophisticated persistence options.
Generator invocation is simple: just type java -jar generator.jar -xml,
where the config file is an XML config file with the definitions to
connect to the database and generate the bean classes. You can also use
the Ant task.

Changes: Optionally, you may include the extra jars to get JSON support.
JSON output for finders and generic JSON output for general have been
added.

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[016] - DBsight 1.4.4 (Upgrade)
  by Chris (http://freshmeat.net/users/chrislusf/)
  Sun, Jul 22nd 2007 23:40

Database
Internet :: WWW/HTTP :: Indexing/Search

About: DBSight is a J2EE search platform for instant scalable full-text
search on any relational database, for both beginners and experts. It
features a built-in database crawler following user-defined SQL,
incremental indexing, user-controllable result ranking, the ability to
return results with highlights (like Google), and categorized result
counts (like Amazon). It can easily integrate with other languages with
XML/JSON/HTML. There is a UI for all operations, so no Java coding is
necessary. Deleted or updated records in database can be synchronized
also. 

Changes: Keyword support was added for Number. Indexes in Server
Clustering mode are replicated when only deletion occurs. Security
checking for local requests is avoided. Lucene Query syntax in hybrid mode
is correctly analyzed. Index configuration and templates are downloadable
in IE. 

License: Freely Distributable

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

                        - %  - %  - % - % -

[017] - deco archive file extractor 0.2.2 
  by P. Hartlich (http://freshmeat.net/users/phartlich/)
  Sun, Jul 22nd 2007 09:44

System :: Archiving

About: deco is a generic archive file extractor that has a consistent
command line interface ("deco 1.tar.bz2 2.zip 3.flac 4.rar 5.deb" will
just work) and consistent behavior (it never deletes archives after
extraction, extracts relative to the current working directory, and
extracts just verbosely enough, all unless explicitly requested
otherwise). It provides automatic handling of extractor gotchas by
creating an extraction directory if there is more than one file or
directory at the archive top level and by being able to fix strange
permissions. 33 archive file extensions are supported out of the box, and
adding support for others requires very little work. 

Changes: This release includes ANSI C tools that work with filenames
containing backslashes.

License: GNU General Public License v3

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

                        - %  - %  - % - % -

[018] - Diet Tracker 1.5 
  by Srijith (http://freshmeat.net/users/srijith/)
  Sun, Jul 22nd 2007 13:53

Information Management

About: Diet Tracker is a set of programs to help you keep track of your
diet progress online. It uses a MySQL database to store and display your
weight variations and calorie intake graphically as you progress in your
diet. 

Changes: History-based autocomplete functionality to the intake form
field. Optimized and secured SQL queries. Added/updated Javascript
(JQuery). Error checking in user entries. More statistics on the main
page. Uses the last entered weight for BMI calculation instead of
displaying 'not defined'. The HTML::Template Perl module does not need to
be installed. The dependency on frames has been removed. XHTML and CSS
have been cleaned up and validated to remove layout tables. Icons have
been added to clarify actions.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[019] - DocBook XSL Stylesheets 1.73.0
  by Michael(tm) Smith (http://freshmeat.net/users/xmldoc/)
  Sun, Jul 22nd 2007 14:17

Documentation
Text Processing
Text Processing :: Markup

About: DocBook is an XML vocabulary which enables you to create document
content in a presentation-neutral form that captures the logical structure
of the content. Using the DocBook Project XSL stylesheets, you can publish
DocBook content as HTML pages and PDF files and other formats, including
man pages, HTML Help, and JavaHelp. 

Changes: This is a bugfix release with a few significant feature
enhancements.

License: MIT/X Consortium License

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

                        - %  - %  - % - % -

[020] - DocBook XSL-NS Stylesheets 1.73.0
  by Michael(tm) Smith (http://freshmeat.net/users/xmldoc/)
  Sun, Jul 22nd 2007 18:12

Documentation
Text Processing
Text Processing :: Markup

About: DocBook is an XML vocabulary which enables you to create document
content in a presentation-neutral form that captures the logical structure
of the content. Using the DocBook Project XSL stylesheets, you can publish
DocBook content as HTML pages and PDF files and other formats, including
man pages, HTML Help, and JavaHelp. 

Changes: This is a bugfix release with a few significant feature
enhancements.

License: MIT/X Consortium License

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

                        - %  - %  - % - % -

[021] - DrQueue 0.64.3 
  by Jorge Daza Garcia Blanes (http://freshmeat.net/users/Comadreja/)
  Sun, Jul 22nd 2007 05:18

Multimedia :: Graphics
Multimedia :: Graphics :: 3D Rendering
System :: Clustering/Distributed Networks

About: Drqueue is a distributed rendering queue. It helps manage jobs on a
render farm. It works under Linux, Mac OS X, FreeBSD, IRIX, and Windows,
supports Maya, Blender, Lightwave, Mental Ray, Bmrt (Renderman), 3Delight,
and Pixie out of the box, and can support any other renderer or computing
task that can be handled via scripting.

Changes: Many bugs have been fixed in this release. New helper tools have
been included to assist in the installation process. Bindings for Ruby are
included as a beta feature. The documentation has also been cleaned up and
organized, and new and better instructions are provided. Stability has
improved as well because of the many fixes, particularly on drqman. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[022] - DynAMOS 0.5.4 
  by Kristis Makris (http://freshmeat.net/users/mkgnu/)
  Sun, Jul 22nd 2007 18:13

Adaptive Technologies
Security
Software Development :: Debuggers

About: DynAMOS is an on-the-fly kernel updating system that enables
commodity operating systems to gain adaptive and mutative capabilities
without kernel recompilation or rebooting. It employs a novel and
efficient dynamic instrumentation technique called adaptive function
cloning. Execution flow can be switched adaptively among multiple editions
of functions, possibly concurrently running. This approach becomes the
foundation for dynamic replacement of non-quiescent kernel subsystems when
the timeliness of an update depends on synchronization of multiple kernel
paths. 

Changes: This release updates the users manual.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[023] - EJBCA 3.4.4 (Development)
  by Tomas Gustavsson (http://freshmeat.net/users/anatom/)
  Sun, Jul 22nd 2007 09:39



About: EJBCA is a fully functional Certificate Authority in Java using
J2EE technology. It builds on the J2EE platform to create a robust, high
performance, platform independent, flexible, and component-based CA to be
used standalone or integrated in any J2EE app. EJBCA comes with a flexible
and powerful Web-based admin GUI. 

Changes: This release allows empty passwords when activating a HSM CA.
Returning OpenVPN installer packages works again. A bug with the
CRLUpdater service in JBoss 4.2.0 has been fixed. The documentation has
been enhanced.

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[024] - flac2mp3 0.3.0rc1 
  by Robin Bowes (http://freshmeat.net/users/robinbowes/)
  Sun, Jul 22nd 2007 09:24

Multimedia :: Sound/Audio :: Conversion

About: flac2mp3 is a Perl script to convert FLAC files to MP3 format. It
will process an entire directory tree and put the MP3 files in a similar
structure. Tags are converted where possible. It will only process a file
if the flac file is newer than the MP3 file or if the tags have changed.
If just the tags have changed then just the tags are processed, i.e. the
file does not have to be transcoded again. flac2mp3 comes bundled with all
the non-standard Perl modules required to run. It has been tested on Fedora
Core 4 with Perl v5.8.6 and on Windows XP with ActiveState Perl v5.8.7.

Changes: This release uses the FLAC MD5 checksum to determine whether or
not to transcode the file. It has a new "--pretend" option. It handles
multiple tags of the same type, e.g. multiple Artist tags. There are file
find improvements. Quoting of the flac/lame command has changed. The CPAN
modules distributed with the package have been updated. This release
transcodes to a temp file and renames if successful. It removes fork/exec
code and reverts to the "system" command. ALBUMARTIST and COMPILATION tags
have been added. "--noreplaygain" has been added to lame options. There are
various code clean-ups and bugfixes.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[025] - Free-SA 1.3.3 
  by Sapon Oleg (http://freshmeat.net/users/xsaper/)
  Sun, Jul 22nd 2007 09:32

Internet :: Log Analysis

About: Free-SA is tool for statistical analysis of daemons' log files,
similar to SARG. Its main advantages over SARG are much better speed
(7x-20x), more support for reports, and W3C compliance of generated
HTML/CSS reports. It can be used to help control traffic usage, to control
Internet access security policies, to investigate security incidents, to
evaluate server efficiency, and to detect troubles with configuration.

Changes: Better support for different Postfix log files (still
experimental, but closer to stable). There are also some cross-platform
fixes and code improvements. New file extensions have been added for the
downloads report.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/free-sa/

                        - %  - %  - % - % -

[026] - Funky Embeddable Interpreter 1.2.00 
  by Ronald Landheer-Cieslak (http://freshmeat.net/users/blytkerchan/)
  Sun, Jul 22nd 2007 14:10

Other/Nonlisted Topic
Software Development
Software Development :: Embedded Systems

About: Funky is a tiny, embeddable programming language with almost
unlimited extending capabilities. It presents itself as a single class
that contains the entire interpreter. Two versions of this class exist:
Funky::Funky, a floating-point version, and Funky::Groovy, an integer
version. You can install your own functions in the language as long as
your functions take a vector of the built-in type of the interpreter and
return an instance of that built-in type (or a vector of those). Funky is
a functional programming language. As such, it treats everything as
functions, and those functions handle only one type: double in the case of
Funky::Funky, or int in the case of Funky::Groovy.

License: GNU General Public License v2

URL: http://freshmeat.net/projects/funky-language/

                        - %  - %  - % - % -

[027] - gscan2pdf 0.9.15 
  by Jeff (http://freshmeat.net/users/3ra28145/)
  Sun, Jul 22nd 2007 23:51

Multimedia :: Graphics :: Capture :: Scanners
Office/Business

About: gscan2pdf is a GUI to ease the process of producing PDFs from
scanned documents. You scan in one or several pages and create a PDF of
selected pages. Scanning is handled with SANE via scanimage. PDF
conversion is done by PDF::API2. Perl is used for portability and ease of
programming, with gtk2-perl for the GUI.

Changes: A bug in setting defaults was fixed. This bug was also
responsible for preventing the device-dependent options from being
displayed in certain circumstances. Options for unpaper are stored in the
settings. A fractional instead of a pulsing ProgressBar is used, and more
information is shown while a PDF is saving. A bug where spaces in the mode
were not escaped in the shell was fixed. A bug in parsing device-dependent
options (affecting some Brother scanners) was fixed. An option not to
restore window settings was added. An update was made to the French
translation. 

License: GNU General Public License v2

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

                        - %  - %  - % - % -

[028] - Hardware 4 Linux 0.9.2 
  by Fred (http://freshmeat.net/users/fredericlepied/)
  Sun, Jul 22nd 2007 13:48

System :: Hardware
System :: Operating System Kernels :: Linux

About: Hardware 4 Linux is a set of tools to report Linux-compatible
hardware to hardware4linux.info.

Changes: This release adds Knoppix and Puppy Linux support. It works
around a new version of cp that is checking empty files and preventing the
copying of files from /proc.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[029] - haserl 0.9.17 (Development)
  by Nathan Angelacos (http://freshmeat.net/users/nangel/)
  Sun, Jul 22nd 2007 13:40

Internet :: WWW/HTTP :: HTTP Servers
Software Development :: Interpreters

About: Haserl is a small CGI program that parses POST and GET data from
Web clients and provides a PHP-like syntax for writing dynamic Web
content. A Unix shell is used for the scripting language. Lua is also
supported as an embedded scripting language. It is intended for
environments where something like PHP is too big, and compiles to around
20KB.

Changes: This version includes support for uploading very large files,
using a custom upload handler, pre-compiled Lua scripts, and support for
<% %> style tags.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[030] - HylaFAX 5.1.6 
  by Lee Howard (http://freshmeat.net/users/faxguy/)
  Sun, Jul 22nd 2007 02:23

Communications :: Fax

About: HylaFAX is a fax and paging system for Unix. It supports sending
facsimile, receiving facsimile, polled retrieval of facsimile, transparent
shared data use of the modem and sending alpha-numeric pages. The software
is structured around a client-server architecture. Fax modems may reside
on a single machine on a network and clients can submit outbound jobs from
any machine that can communicate with the machine on which the modems
reside. An access control mechanism is included to control which users on
which machines may access a server.

Changes: The Class1HookSensitivity modem configuration option was added.
Various modifications were made to the way the Linux DSO is built and
used. Faxmail MIMEConverters are now put in LIBDIR instead of SBIN.
MultiTech Class 2.0/2.1 +FDB=1 extended debugging is supported. QualifyTSI
was fixed, since it was broken by TSIRecvdCmd. Handling of DCN received in
Phase B was improved. Class 2 EOFB bit order when ModemSendFillOrder is
LSB2MSB was fixed. 

License: Freely Distributable

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

                        - %  - %  - % - % -

[031] - Jagacy VT 1.1.1 
  by Bob Preston (http://freshmeat.net/users/bobpreston/)
  Sun, Jul 22nd 2007 13:42



About: Jagacy VT is a feature rich VT100/VT220 terminal emulator and
screen-scraping library written entirely in Java. It supports SSL, ANSI,
and XTERM protocols. The emulator can be configured to help create
screen-scraping applications. Developers can also develop their own custom
terminal emulators (with automated logon and logoff). Jagacy VT
screen-scraping is faster, easier to use, and more intuitive than HLLAPI.
It excels at creating applications reliably and quickly.

Changes: VT220 support has been added.

License: Other/Proprietary License with Free Trial

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

                        - %  - %  - % - % -

[032] - jMemorize 1.2.3 
  by Riad Djemili (http://freshmeat.net/users/djemili/)
  Sun, Jul 22nd 2007 13:38

Education
Education :: Testing

About: jMemorize manages your learning process by using flashcards and the
famous Leitner system. It boosts your study sessions and features
categories, statistics, and an appealing and intuitive interface.

Changes: This is mostly a bugfix and translation update release, but it
also features some improvements to overall usability, like keyboard
shortcuts for text formatting and alphabetically ordered category names.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[033] - Klear 0.6.1 
  by Marco Kraus (http://freshmeat.net/users/kraus/)
  Sun, Jul 22nd 2007 09:43

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. You can even watch the
stream timeshifted and save the video afterwards. Klear also includes a
feature-rich EPG and teletext-system and has multilanguage support. 

Changes: This release adds full Gnome support. Recording to other
partitions is now supported.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[034] - LDAP Account Manager 2.0.0.RC1 (Unstable)
  by Roland Gruber (http://freshmeat.net/users/gruberroland/)
  Sun, Jul 22nd 2007 09:49

System :: Networking :: LDAP
System :: Systems Administration

About: LDAP Account Manager makes it possible to manage various account
types (Unix, Samba, and Kolab) in an LDAP directory. It also features an
external script for managing quotas and home directories.

Changes: This is the first release that requires PHP5. It includes two new
translations (Simplified Chinese and Czech), as well as several bugfixes
and minor improvements. This is a test release; do not use it in
production environments.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/ldap-account-manager/

                        - %  - %  - % - % -

[035] - Linux 2.4.34.6 (2.4)
  by Willy Tarreau (http://freshmeat.net/users/wtarreau/)
  Sun, Jul 22nd 2007 13:46

System :: Operating System
System :: Operating System Kernels :: Linux

About: Linux is a clone of the Unix kernel, written from scratch by Linus
Torvalds with assistance from a loosely-knit team of hackers across the
Net. It aims towards POSIX and Single UNIX Specification compliance. It
has all the features you would expect in a modern fully-fledged Unix
kernel, including true multitasking, virtual memory, shared libraries,
demand loading, shared copy-on-write executables, proper memory
management, and TCP/IP networking. 

Changes: Two fixes were backported from 2.4.35-rc1: a divide by zero in
the TCP Vegas code was fixed, and the random device driver did not reseed
properly, possibly causing a security problem.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[036] - LinuxBIOS 2-2739 
  by imipak (http://freshmeat.net/users/imipak/)
  Sun, Jul 22nd 2007 18:36

System :: Boot

About: LinuxBIOS is a project that aims to replace the normal BIOS with a
little bit of hardware initialization and a compressed Linux kernel that
can be booted from a cold start. 

Changes: This release adds a generic driver for nearly all known Standard
Microsystems Corporation (SMSC) Super I/O chips. It adds support for the
Artec Group DBE61 mainboard and the Tyan Tomcat K7M. There are many
bugfixes.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[037] - loggerfs 0.3 
  by achillean (http://freshmeat.net/users/achillean/)
  Sun, Jul 22nd 2007 23:54

Database
System :: Filesystems
System :: Logging

About: loggerfs is a FUSE-based virtual file system that automatically
parses log files and sends that information to a defined database.
Existing log parsers usually run periodically and scan the entire file for
changes. loggerfs takes a different approach by providing a virtual file
system. Whenever data is appended to a virtual file by the logging daemon,
the information is directly stored in the database. There is no need to
poll the file and monitor for changes. 

Changes: PostgreSQL database connections may now be cached. loggerfs now
first splits the input buffer by newlines, which means that you'll be able
to feed an existing log file into loggerfs by writing it to a file in the
filespace of loggerfs. 

License: GNU General Public License v2

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

                        - %  - %  - % - % -

[038] - Monster 1.15 
  by Trent Gamblin (http://freshmeat.net/users/trentgamblin/)
  Sun, Jul 22nd 2007 02:27

Games/Entertainment :: Role-Playing

About: Monster is a short NES/SNES style RPG. It takes approximately 5 to
10 hours to complete using medium speed settings.

License: BSD License (revised)

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

                        - %  - %  - % - % -

[039] - MP3 Management 1.0 
  by nadir (http://freshmeat.net/users/nadir1915/)
  Sun, Jul 22nd 2007 18:11

Multimedia :: Sound/Audio :: CD Audio

About: MP3 Management can be used to build a catalog MP3 files in a MySQL
database. It can traverse a given directory to find MP3 files. For each
MP3 file that is found, it extracts its ID3 tags and adds an entry in a
MySQL database. The database records are indexed by keyword specified in
the ID3 tags.  The class also extracts 20 second clips of each MP3 file
and stores the in a sub-directory named clips. The duration of the clips
is configurable. The class copies any corrupted MP3 files to a
sub-directory named corrupted.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[040] - MultipliK12 1.0.0 
  by Jorge Gonzalez (http://freshmeat.net/users/athenasoft/)
  Sun, Jul 22nd 2007 02:31

Education

About: MultipliK12 is an educational game for learning and practicing the
multiplication tables. MultipliK12 features 9 levels of complexity. At
each level, the player must correctly respond to a set of multiplication
operations to gain access to the next level. Also, MultipliK12 features
two modes of operation, Random Table and Fix Table. It requires Java 1.6
or higher.

Changes: A new setup executable is now available for Windows users. The
Java Web Start download/installation/launching technology is available for
all users. 

License: Shareware

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

                        - %  - %  - % - % -

[041] - OVal 1.0 
  by sebthom (http://freshmeat.net/users/sebthom/)
  Sun, Jul 22nd 2007 13:52

Software Development :: Libraries :: Java Libraries

About: OVal is a pragmatic and extensible validation framework for any
kind of Java objects (not only JavaBeans). Constraints can be configured
with annotations, POJOs, or XML. Custom constraints can be expressed in
pure Java or by using scripting languages such as JavaScript, Groovy, or
BeanShell. Besides simple object validation, OVal provides certain
Programming by Contract features. They can easily be enabled by using the
provided AspectJ aspects.

Changes: The constraint @NotBlank has been added. Support has been added
for OGNL and MVEL as constraint expression languages.

License: Eclipse Public License

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

                        - %  - %  - % - % -

[042] - Personal Finance Manager R1_0_4 
  by Mjrz (http://freshmeat.net/users/mjrz/)
  Sun, Jul 22nd 2007 23:43

Office/Business :: Financial
Office/Business :: Financial :: Accounting

About: Personal Finance Manager is a finance and expense tracking tool for
those with limited or no accounting experience. It makes task of tracking
expenses and generating reports easy to use and maintain. 

Changes: Quotes and stock information can be viewed. Data is retrieved
from the Yahoo! finance Web site. The account management interface was
made more unified. 

License: Freeware

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

                        - %  - %  - % - % -

[043] - PHPki 0.82 
  by E. Roadcap (http://freshmeat.net/users/eddieroadcap/)
  Sun, Jul 22nd 2007 09:48

Communications :: Email
Security :: Cryptography

About: PHPki is a Web application for managing a multi-agency PKI for
HIPAA compliance. With it, you may create and centrally manage X.509
certificates for use with S/MIME enabled e-mail clients, SSL servers, and
VPN applications.

Changes: This release addresses a number of bugs and enhancements reported
on Sourceforge. It ads support for VPN and timestamping certificates. PHP5
compatibility has hopefully been improved.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[044] - Pioneers 0.11.1 
  by Roland Clobus (http://freshmeat.net/users/rclobus/)
  Sun, Jul 22nd 2007 13:48

Games/Entertainment :: Turn Based Strategy

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

Changes: New features have been added: customizable player icons, winnable
checks in the server and editor, city walls, and map preview in the server.
Translations to Afrikaans and Japanese have been added. The 0.11 server can
also handle 0.10 clients.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[045] - pkgmake 0.1.2 
  by Izzy (http://freshmeat.net/users/izzysoft/)
  Sun, Jul 22nd 2007 09:42

Software Development
Software Development :: Build Tools

About: pkgmake automates some steps when making software releases. It
creates a copy of the development tree, optionally cleans it up a bit
(i.e. removes CVS/* and .svn/*), tars it, places the tarball in the
SOURCES/ directory, creates the corresponding .spec file from a provided
template (and the data specified in the configuration/on the command
line), and runs rpmbuild and/or debbuild.

Changes: Optional clean up (removes CVS/* and .svn/*) for the target (the
original tree stays unchanged, of course). RPM and deb with one config
(even in one run).

License: GNU General Public License v2

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

                        - %  - %  - % - % -

[046] - Pvolley 0.0.1 
  by Krzysztof Jurewicz (http://freshmeat.net/users/Nerf/)
  Sun, Jul 22nd 2007 13:37

Games/Entertainment :: Arcade

About: Pvolley is an arcade volleyball game, similar to Blobby Volley and
GPL Arcade Volleyball. 

License: MIT/X Consortium License

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

                        - %  - %  - % - % -

[047] - Rootkit Hunter 1.3.0-beta 
  by unSpawn (http://freshmeat.net/users/unSpawn/)
  Sun, Jul 22nd 2007 09:29

Security
System :: Monitoring
System :: Systems Administration

About: Rootkit Hunter scans files and systems for known and unknown
rootkits, backdoors, and sniffers. The package contains one shell script,
a few text-based databases, and optional Perl modules. It should run on
almost every Unix clone. 

Changes: Given the timeframe between releases, the changelog is packed
listing 34 new features, 47 changes, and 16 bugfixes. A new option
'--propupd' replaces 'hashupd.sh'. A new option '--pkgmgr' supports RPM,
dpkg, and BSD-style package managers. Support has been added for Ubuntu,
'dash' and 'ash' shells. Internationalization (i18n) has been added. New
options '--enable' and '--disable' to specify which tests are run or
ignored. Support for Solaris 10 inetadm. More whitelisting options.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[048] - SecureJSH 1.0b0722 
  by Compl Yue Still (http://freshmeat.net/users/complystill/)
  Sun, Jul 22nd 2007 02:21

Security

About: SecureJSH makes it possible for server-side Java applications to
provide secure shell access to their administrators, users, developers,
and service clients. It implements the RFC-4251 SSH 2.0 protocol with
support for public key authentication. It leverages the JSR-199 Java 
compiler API to dynamically compile interactive Java statements, allowing
you to copy and paste code between a SecureJSH terminal and your Java
project source.

Changes: URL support in the virtual file system was added. Short Java type
names can be switched on or off. 

License: BSD License (revised)

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

                        - %  - %  - % - % -

[049] - sifbuilder 1.8.9 
  by solgracia (http://freshmeat.net/users/ejuarros/)
  Sun, Jul 22nd 2007 05:26



About: sifbuilder is a program aiming to facilitate the declarative
definition and automatic generation of Web sites. It incorporates a
scriptable installation framework, an automatic installer, a package
management system, remote execution facilities, a declarative Web site
definition model based on XML, a module generator and a test environment.
The sif framework allows defining the core, modules, blocks and content of
a WCM site in an XML file. sifbuilder takes that file from a URI and
automatically downloads the packages and creates the site.

Changes: This version enables cloning of Web sites across hosts and
operating systems. The remote installation of Web sites through an SSH
connection was improved. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[050] - Simple Plain Xml Parser 0.4 
  by stephen (http://freshmeat.net/users/iunknown/)
  Sun, Jul 22nd 2007 09:46

Text Processing :: Markup :: XML

About: Simple Plain Xml Parser (spxml) is a simple and plain
stream-oriented XML parser that supports pull-model and DOM-model XML
parsing. As the user passes it chunks of an XML document, it  identifies
elements, character data, or other entities and return the appropriate
event. Chunks can range from one byte to the whole XML document and can
safely be read from pipes. Resulting DOM trees can be read, modified, and
saved.

Changes: This release adds UTF-8 encoding and processing instruction
support.

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[051] - Step-by-Step 0.96 
  by Manfred Kopp (http://freshmeat.net/users/manfredkopp/)
  Sun, Jul 22nd 2007 02:27

Games/Entertainment
Games/Entertainment :: Puzzle Games

About: Step-by-Step is a simple logic game where you have to clear all
colored tiles by stepping over them. Depending on the colour of the tile,
this takes one to three steps. The game contains 99 levels and a separate
level editor.

Changes: A fall-down bug on the edge of the playfield was fixed. The
clicks associated with the step sound were mostly removed. A bug that
sometimes prevented the playing of the step sound was fixed. A warning
sound for impossible moves was added. A splash screen was added to the
Windows launcher. In the editor, text display was improved and the move
sequence wa accelerated. 

License: GNU General Public License v3

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

                        - %  - %  - % - % -

[052] - SuperTuxKart 0.3 
  by hikerSTK (http://freshmeat.net/users/hikerSTK/)
  Sun, Jul 22nd 2007 23:44

Games/Entertainment :: Arcade

About: SuperTuxKart is an enhanced version of TuxKart, a kart racing game
featuring Tux and a bunch of his friends. SuperTuxKart includes new
tracks, better kart models, performance improvements, and support for
Grand Prix. 

Changes: This release adds highscore lists, fullscreen support, a new
track (The Island), a new kart (based on hexley), a bomb collectable,
shortcut detection, improvements to the user interface, and better AI for
computer controlled karts. SuperTuxKart will now use OpenAL (if available)
for reduced sound effect latency, and fully supports Mac OS X. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[053] - Theorur 0.5.3 
  by rafael2k (http://freshmeat.net/users/rafael2k/)
  Sun, Jul 22nd 2007 18:12



About: Theorur is a GUI for streaming Ogg/Theora to an icecast server. It
supports A/V input from v4l or IEEE 1394 devices. Theorur needs dvgrab,
ffmpeg2theora, and oggfwd.

Changes: This release adds the ability to dump the raw video input. It
adds an "automatic reconnect" option.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[054] - Tux Math Scrabble 4.1 
  by Charles B. Cosse (http://freshmeat.net/users/asymptopia/)
  Sun, Jul 22nd 2007 23:56

Education
Games/Entertainment :: Turn Based Strategy

About: TuxMathScrabble challenges young people to construct compound
equations and consider multiple abstract possibilities. There are four
skill levels for practice, from basic addition and subtraction through
multiplication and division. This software includes a data recorder
interface for student performance assessment. The data is recorded in the
same format as data from other applications built upon the EduApp
framework (also by Asymptopia Software). This enables comparison of common
variables across multiple applications for formative learning assessment. 

Changes: Configuration is now done through widgets.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[055] - Twinkle 1.1 
  by Michel (http://freshmeat.net/users/mfnboer/)
  Sun, Jul 22nd 2007 02:28

Communications :: Internet Phone
Communications :: Telephony

About: Twinkle is a software phone for voice over IP communications using
the SIP protocol. You can use it for direct IP phone to IP phone
communication, or in a network using a SIP proxy to route your calls. Some
of the features offered are call waiting, call hold, 3-way conference call,
call transfer, and call reject. It supports STUN or a statically configured
public IP address for NAT traversal. When using STUN, it will send
keep-alive packets to keep NAT bindings alive. It supports ZRTP for secure
voice communication.

Changes: This release adds basic support for SIP based instant messaging
and presence. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[056] - UNG 20070721.1 
  by Teri (http://freshmeat.net/users/tekniklr/)
  Sun, Jul 22nd 2007 02:35

Information Management :: Document Repositories
Internet :: WWW/HTTP
Internet :: WWW/HTTP :: Dynamic Content

About: UNG (UNG's Not Gallery) is a Web gallery script for control freaks,
tweakers, and other power users. It browses subdirectories (uploaded
manually via FTP/SCP/etc.) of a specified location and creates a hierarchy
of categories and pictures. It automatically creates thumbnails for images
that don't have them already and has an optional comment system so people
can discuss posted pictures. 

Changes: A bug wherein images weren't being sorted properly for the
previous and next functions was fixed. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[057] - utf8proc 1.1.1 
  by Jan Behrens (http://freshmeat.net/users/jbehrens/)
  Sun, Jul 22nd 2007 09:46

Database
Software Development :: Libraries
Software Development :: Libraries :: Ruby Modules

About: utf8proc is a library for processing UTF-8 encoded Unicode strings.
Some features are Unicode normalization, stripping of default ignorable
characters, case folding, and detection of grapheme cluster boundaries.
The library can be used in C programs, but most of the functionality is
also available as a ruby library. For PostgreSQL, there is an extension
providing a function for preparing strings in case insensitive indices.
The currently supported Unicode version is 5.0.0.

Changes: This release adds a new PostgreSQL function 'unistrip', which
behaves like 'unifold' but also removes all character marks (e.g.
accents). It adds a new function 'utf8proc_codepoint_valid' to the C
library. The Ruby script, which was used to build the utf8proc_data.c
file, is now included in the distribution. The license has been changed
from BSD to MIT style.

License: MIT/X Consortium License

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

                        - %  - %  - % - % -

[058] - Vuurmuur 0.5.73 alpha 4 (Pre-releases)
  by Victor Julien (http://freshmeat.net/users/Victor78/)
  Sun, Jul 22nd 2007 09:39

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

About: Vuurmuur is a middle-end and front-end for netfilter and  iptables
that is aimed at system administrators who need a  decent firewall, but
don't have netfilter specific knowledge. It  converts human-readable rules
into an iptables ruleset (or  optional a bash script), makes netfilter logs
readable, includes  an ncurses GUI. 

Changes: The limit option was added to all rule types. An option to limit
rules per minute, hour, and day was added. NFQueue rules were optimized.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[059] - WebLOAD Open Source 1.0.0.8 (Reporter)
  by RoyB (http://freshmeat.net/users/RoyB/)
  Sun, Jul 22nd 2007 05:31

Internet :: WWW/HTTP :: HTTP Servers
Software Development :: Testing
Software Development :: Testing :: Traffic Generation

About: WebLOAD is a solution for testing the performance of Internet
applications under load and stress. It features robust functionality, an
efficient architecture, extensibility, support, quality, and ease of use. 

Changes: This release mainly solves known issues that were raised on the
previous released version, but it also includes few new features. A time
filter enables the user to filter the load session time and focus on a
specific part of the load session. A statistics filter enables the user to
filter according to any statistic reported on WebLOAD. A welcome screen
with a recorded quick start tutorial was added. Fixes were made to the
import process according to problems reported on few load session
examples. Some UI improvements were made to the sample report templates. 

License: GNU General Public License v2

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

                        - %  - %  - % - % -

[060] - xterm patch #228 
  by T.E.Dickey (http://freshmeat.net/users/tedickey/)
  Sun, Jul 22nd 2007 18:33

Desktop Environment
Terminals :: Terminal Emulators/X Terminals

About: The xterm program is the standard terminal emulator for the X
Window System. It provides DEC VT102/VT220 and Tektronix 4014 compatible
terminals for programs that can't use the window system directly. If the
underlying operating system supports terminal resizing capabilities (for
example, the SIGWINCH signal in systems derived from 4.3bsd), xterm will
use the facilities to notify programs running in the window whenever it is
resized.

Changes: This release fixes regressions from #226 and #227. An old bug in
selecting wrapped text from scrollback has been fixed. The display of
multi-column characters has been improved.

License: MIT/X Consortium License

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

                        - %  - %  - % - % -

[061] - ZDT 0.7.0 beta 2 
  by Chris Fong (http://freshmeat.net/users/bogleg20/)
  Sun, Jul 22nd 2007 23:37

Education

About: The ZDT (Zhongwen Development Tool) is a program written to help
users study Mandarin Chinese. Users can create their own word lists and
quiz themselves using three different flashcard modes. There is also a
dictionary that can be used to search through the built in CEDICT (and
optional Adso) databases. Users can input Chinese characters and get the
associated pinyin and English definitions through the Annotation function.
This makes it convenient to read blocks of Chinese text. The program is
built on top of the Eclipse RCP platform, which allows it to be extendable
through its plugin architecture. It runs on Linux, OS X, and Windows
platforms.

Changes: New features include interval based testing, custom import, and
flashcard session resuming. In addition, there were numerous other
bugfixes. 

License: Eclipse Public License

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



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


_______________________________________________
The freshmeat daily newsletter
To unsubscribe, send email to [email protected]
or visit http://lists.freshmeat.net/mailman/listinfo/freshmeat-news
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.