OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
[fm-news] Newsletter for Wednesday, September 28th 2005

freshmeat-newslists.freshmeat.net
Date: Thu Sep 29 2005 - 02:10:07 CDT


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

Today's news on the web: http://freshmeat.net/daily/2005/09/28/
freshmeat.net newsgroup: news://news.freshmeat.net/fm.announce

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

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

IBM Power Architecture

Everything youve ever wanted to know about 64-bit Power Architecture
technology! Free, fast Cell Broadband Engine Architecture. Get it here:

http://solutions.newsforge.com/ibmarch.tmpl

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

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

[001] - abcm2ps 4.11.6 (Development)
[002] - AJASON 0.9
[003] - AstBill Billing, Routing Management Asterisk VOIP 0.9.0.2
[004] - audio_conv.py 0.3.2
[005] - BidNobble 0.3.4.7 beta
[006] - BMP 0.11.4 (BMPx)
[007] - C++ Sockets 1.9.8
[008] - Carina 20050927
[009] - Cayenne 1.1.3
[010] - chill 1.00
[011] - Claroline Stable 1.70
[012] - CMus - C* Music Player 1.5.8
[013] - CoC Character Generator Alpha 6 (Alpha)
[014] - Coursor 1.0
[015] - Craftsman Spy 1.0.2
[016] - CycleAtlas 1.4dev (Development)
[017] - Database Independent Abstraction Layer for C 0.8.1
[018] - dbtoy 0.4
[019] - DenyHosts 1.1.1
[020] - DKMS 2.0.6
[021] - DSPAM 3.6 Final Release Candidate (Development)
[022] - DUMA 2.4.20
[023] - Easy KM 2.0
[024] - esra 0.1
[025] - EventWatcher 0.4.2
[026] - ezXML 0.8.5
[027] - Free Help Desk 1.0
[028] - FSVS 1.0
[029] - GeSHi 1.1.0beta1 (Development)
[030] - GmailAgent 0.7
[031] - GNU ddrescue 1.1-rc1 (Development)
[032] - GNU TeXmacs 1.0.5.9
[033] - GTK+ 2.8.4
[034] - GWorkspace 0.7.2
[035] - HardCore Web Content Editor 6.0.2
[036] - Humai Trader 0.15.0
[037] - Hyper Estraier 0.9.1
[038] - Instant OGo 1.0.5
[039] - Itlabs 1.0.3
[040] - Japano Beta 2
[041] - Jubler 2.5.1
[042] - kaffe 1.1.6 (Development)
[043] - KAlarm 1.3.3 (KDE 3)
[044] - klik 20050928
[045] - KMess 1.4.1
[046] - Kudus 0.2
[047] - LDAP Account Manager 0.5.0
[048] - LibGKSu 1.3.4 (Development)
[049] - libintl-perl 1.16
[050] - libview 0.5.2
[051] - LMS OLAT 4.0.0
[052] - log4sh 1.2.8 (1.2.X)
[053] - MTASC 1.10
[054] - Nautilus Actions 0.7.1
[055] - Network Management Tool 1.26
[056] - NoMachine NX 1.5.0-114
[057] - OpenInput 0.2.2
[058] - PHPsh 1.0.1
[059] - PodBrowser 0.05
[060] - PRES 1.9.0 (Unstable)
[061] - PTM 0.3 Alpha
[062] - PySnippet 1.2
[063] - Risk 1.0.8.1
[064] - SableCC 3.0 (Stable)
[065] - ShoppingStar 0.8.9
[066] - sitecopy 0.16.1
[067] - Spong 2.8.0-beta1
[068] - Subnet Mask Calculator 0.1
[069] - sux0r 1.4
[070] - ThinTUX 0.21
[071] - Tina POS 0.0.11
[072] - tntnet 1.5.0pre2 (Development)
[073] - ufdbGuard 1.3
[074] - ui 0.9.2
[075] - UIM Isn't Mock-up 0.4.9.1
[076] - vzctl 2.7.0-22
[077] - Webalizer Xtended RB04
[078] - Webcockpit 1.5.0
[079] - WorldForge::Ember 0.3.2
[080] - XArchive 0.2.2-1
[081] - yet another yuv viewer 20050928

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

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

[001] - abcm2ps 4.11.6 (Development)
  by Guido Gonzato (http://freshmeat.net/users/goccia/)
  Wed, Sep 28th 2005 04:31

Printing

About: abcm2ps is a package that converts music tunes from ABC format to
PostScript. Based on abc2ps version 1.2.5, it was developed mainly to
print baroque organ scores that have independant voices played on one or
more keyboards, and a pedal-board. It introduces many extensions to the
ABC language that make it suitable for classical music.

Changes: Many layout inaccuracies were corrected.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[002] - AJASON 0.9
  by Sven Jacobs (http://freshmeat.net/users/svenjacobs/)
  Wed, Sep 28th 2005 13:27

Internet :: WWW/HTTP
Internet :: WWW/HTTP :: Dynamic Content
Software Development :: Libraries

About: AJASON is a PHP 5 library and JavaScript client for the Web
technology called AJAX. AJAX permits data to be fetched asynchronously
without the need for reloading the Web page and thus allows the
development of interactive GUI-like Web applications. JSON is a
lightweight data interchange format which is used by AJASON to exchange
data between server and client. AJASON features the ability to exchange
complex data types and client-side error reporting for server-side AJASON
errors.

Changes: This release has a new option Ajax::EncodeOption, which allows it
to encode return values to UTF-8. Third party JSON libraries have been
updated. Minor code beautification.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[003] - AstBill Billing, Routing Management Asterisk VOIP 0.9.0.2
  by astbill (http://freshmeat.net/users/astbill/)
  Wed, Sep 28th 2005 17:50

Communications :: Internet Phone
Internet :: WWW/HTTP :: Browsers

About: AstBill is Web-based billing, routing, and management software for
Asterisk and MySQL based on Drupal. It provides pre- and post-paid billing
services. It completely automates Asterisk billing from start to finish.
Key benefits are the central Web-based installation, credit control on
outgoing calls, and the call routing module.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[004] - audio_conv.py 0.3.2
  by Chris LeBlanc (http://freshmeat.net/users/cleblanc/)
  Wed, Sep 28th 2005 22:01

Multimedia :: Sound/Audio :: Conversion

About: audio_conv.py converts between several different audio formats.
Conversion works by converting the input file(s) to an intermediate wav
file, optionally normalizing the wav, then writing out the output file
with appropriate tag information. This script handles wildcards, works
recursively, and handles filenames with spaces and other special
characters (question marks, quotation marks, etc).

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[005] - BidNobble 0.3.4.7 beta
  by Vic Mackey (http://freshmeat.net/users/bidnobble/)
  Wed, Sep 28th 2005 11:01

Internet

About: BidNobble is an auction tool for eBay users. It tracks eBay
auctions and includes a snipe tool that allows you to schedule your bid to
be placed seconds before the auction ends, preventing the price from being
driven high early in the auction. It features a clock that is synchronized
to eBay time and secure login to eBay via SSL.

Changes: This version focuses on some small fixes and new buttons in the
toolbar.

License: Freeware

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

                        - % - % - % - % -

[006] - BMP 0.11.4 (BMPx)
  by Milosz Derezynski (http://freshmeat.net/users/queuerunner/)
  Wed, Sep 28th 2005 03:39

Multimedia :: Sound/Audio :: Players

About: BMP is an audio player which tries to maintain a stable audio
playback engine foundation, while providing an easy, understandable user
experience.

Changes: A lot of bugs in all parts of the application were fixed. The
DBus interface was extended and the API was changed to accommodate better
client interaction. A sample client written in PyGTK/DBus-Python was
included, and a BMPx-XChat script (also in Python using DBus-Python) was
added to the distribution as well.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[007] - C++ Sockets 1.9.8
  by Grymse (http://freshmeat.net/users/ah7207/)
  Wed, Sep 28th 2005 22:03

Communications
System :: Networking

About: C++ Sockets is a C++ wrapper for BSD-style sockets. Its features
include transparent SOCKS4 client support and asynchronous DNS. It
implements the TCP, UDP, ICMP, HTTP (GET, PUT, and POST), and HTTPS (using
OpenSSL) protocols.

Changes: Mac OS X no longer falsely calls OnConnect. The TcpSocket SSL
client now works. Two new callbacks were added for TcpSocket, when SSL
negotiation fails: OnSSLConnectFailed and OnSSLAcceptFailed.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[008] - Carina 20050927
  by entigo (http://freshmeat.net/users/entigo/)
  Wed, Sep 28th 2005 13:34

Multimedia :: Graphics :: Viewers

About: Carina is an application written in C++ for viewing various 3D
graphic file formats. While focusing on the xVRML file format, it also
supports the X3D and VRML97 formats. Mostly for viewing files, it also
contains some debug support to help people creating xVRML content. It can
save any file it can open as xVRML. xVRML is an XML-based virtual reality
language. Classroom testing has shown that new users who are already
familiar with HTML can become proficient in xVRML with just a few weeks of
study and practice.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[009] - Cayenne 1.1.3
  by Andrus Adamchik (http://freshmeat.net/users/mensk/)
  Wed, Sep 28th 2005 17:18

Software Development
Software Development :: Libraries :: Java Libraries

About: Cayenne is a free object-relational persistence framework written
in Java. Its goal is to make development of database Java applications
faster and more consistent with the Object Oriented Programming concept.
Some of the ideas used in Cayenne have been inspired by the persistence
mechanism of NeXT's (and now Apple's) WebObjects application server.

Changes: This is a maintenance release.

License: The Apache License

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

                        - % - % - % - % -

[010] - chill 1.00
  by Michael (http://freshmeat.net/users/mt1955/)
  Wed, Sep 28th 2005 08:58

Internet :: WWW/HTTP
Internet :: WWW/HTTP :: Site Management

About: chill is a PHP implementation of a cookie-based defense against hot
linking that does not rely on JavaScript or the value of HTTP_REFERER.
(Solutions based on HTTP_REFERER can break some embedded controls in IE.)

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[011] - Claroline Stable 1.70
  by Hugues Peeters (http://freshmeat.net/users/peeters/)
  Wed, Sep 28th 2005 09:10

Communications
Education
Education :: Computer Aided Instruction (CAI)

About: Claroline (ClassRoom online) is a collaborative learning
environment that allows teachers or educational institutions to create and
administer courses through the Web. The system provides group management,
forums, document repositories, a calendar, chat, assignment areas, links,
and user profile administration in a single, highly integrated package. It
has been translated into 28 languages.

Changes: This new version offers a bunch of interesting new features, such
as Wiki, RSS, notifications, quiz and forum improvements, IMS-QTI, and
more.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[012] - CMus - C* Music Player 1.5.8
  by Timo Hirvonen (http://freshmeat.net/users/tihirvon/)
  Wed, Sep 28th 2005 10:58

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

About: CMus is a small and fast text mode music player. Supported file
formats include FLAC, Ogg, MP3 (via libmad), wav, and all module formats
supported by libmodplug. Included output plugins are ALSA, ARTS, and OSS.
It can be controlled through a UNIX socket. Background playlist loading and
a metadata database make loading files very fast. Playqueue, directory
browser and integrated help. Three playlist views are available:
artist/album/track, shuffle list, and flat list. Three play modes: all,
artist, album. UTF-8 support.

Changes: This release fixes ID3v2 parsing; corrupted tags are now ignored.
A bug that crashed CMus when pressing 'c' when the track was not set was
fixed. Search mode was improved and documentation updated.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[013] - CoC Character Generator Alpha 6 (Alpha)
  by Markus Svensson (http://freshmeat.net/users/Malakim/)
  Wed, Sep 28th 2005 11:03

Games/Entertainment :: Role-Playing

About: CoC is a character generator for Call of Cthulhu. It currently uses
the 5th Edition of the rules.

Changes: The source code has been updated to be Java 5.0 compliant. It
contains WIP Byakhee functions.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[014] - Coursor 1.0
  by george (http://freshmeat.net/users/georglippold/)
  Wed, Sep 28th 2005 17:18

Education
Internet :: WWW/HTTP :: Dynamic Content

About: Coursor is a Web-based academic course system for assigning
students to university courses. It has an evolutionary algorithm for
assigning students to the courses they requested. This algorithm tries to
find an optimal distribution of students to existing courses while taking
their preferences into account. The system supports multiple roles for
users: Admin, Student, Teacher/Prof, or Tutor. A user can also have
multiple roles. It supports international localization, currently in
English, German, French, Russian, and Arabic.

Changes: PropertyEditor (propEdit.sf.net) has been programmed, and will be
released as its own package. It eases translation a lot. The I18N target in
build.xml starts PropertyEditor. Serializable classes with ID have been
added (Eclipse wanted that). Encoding for Russian has been fixed (with the
new propEdit).

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[015] - Craftsman Spy 1.0.2
  by Zero (http://freshmeat.net/users/gwhere/)
  Wed, Sep 28th 2005 02:59

Database
Software Development
Software Development :: Libraries

About: Craftsman Spy is a framework for JDBC logging. It is a JDBC driver
implementation which logs all SQL connections and processing with the
spent execution time, all the stored procedures with arguments, all the
batch processing, and the result sets.

Changes: Support was added for thrown SQL exceptions and for the
transactions.

License: GNU Lesser General Public License (LGPL)

URL: http://freshmeat.net/projects/craftsman-spy/

                        - % - % - % - % -

[016] - CycleAtlas 1.4dev (Development)
  by Massimo Nervi (http://freshmeat.net/users/maner/)
  Wed, Sep 28th 2005 05:18

Multimedia :: Graphics :: Viewers
Other/Nonlisted Topic

About: CycleAtlas is a cycling diary based on a custom road atlas. It can
be used to store or to plan new rides. Functions includes generation of
planimetry, profiles, and route time tables of rides. A map editor is
included, in order to create a custom road map.

Changes: The program can now be used for sports other than cycling, or
simply to collect route information, by using a different form template. A
form editor was added to manage custom fields. Statistics and charts were
added. A search by route function was added.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[017] - Database Independent Abstraction Layer for C 0.8.1
  by mhoenicka (http://freshmeat.net/users/mhoenicka/)
  Wed, Sep 28th 2005 13:26

Database
Database :: Database Engines/Servers
Database :: Front-Ends

About: libdbi implements a database-independent abstraction layer in C,
similar to the DBI/DBD layer in Perl. Writing one generic set of code,
programmers can leverage the power of multiple databases and multiple
simultaneous database connections by using this framework. The plugin
architecture allows for new database drivers to be easily added by a
third party with flexible licensing.

Changes: A bug in some of the string retrieval functions was fixed, which
caused libdbi to return NULL instead of an empty string.

License: GNU Lesser General Public License (LGPL)

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

                        - % - % - % - % -

[018] - dbtoy 0.4
  by dr_p (http://freshmeat.net/users/drotiro/)
  Wed, Sep 28th 2005 04:54

System :: Filesystems

About: DBToy is a FUSE-based filesystem for Linux that lets you browse the
contents of a relational database through a set of directories and XML
files.

Changes: Dbtoy is now FUSE-based. It's more stable and can handle larger
files. It still lacks support for other RDBMS and output formats.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[019] - DenyHosts 1.1.1
  by Phil Schwartz (http://freshmeat.net/users/phil_schwartz/)
  Wed, Sep 28th 2005 17:24

About: DenyHosts is a script intended to help Linux system administrators
thwart ssh server attacks. DenyHosts scans an ssh server log, updates
/etc/hosts.deny after a configurable number of failed attempts from a
rogue host is determined, and alerts the administrator of any suspicious
logins.

Changes: This release adds support for emailing reports for SMTP servers
that require authentication. It adds optional SMTP_USERNAME and
SMTP_PASSWORD configuration parameters. A daemon mode bug that may have
caused the TTY to hang on logout has been fixed. The lock file is now
created with 0644 permissions.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[020] - DKMS 2.0.6
  by lerhaupt (http://freshmeat.net/users/lerhaupt/)
  Wed, Sep 28th 2005 04:28

System :: Systems Administration

About: DKMS (Dynamic Kernel Module Support) is a framework where device
driver source can reside outside the kernel source tree so that it is very
easy to rebuild modules as you upgrade kernels. This allows Linux vendors
to provide driver drops without having to wait for new kernel releases (as
a stopgap before the code can make it back into the kernel), while also
taking out the guesswork for customers attempting to recompile modules for
new kernels. For veteran Linux users it also provides some advantages since
a separate framework for driver drops will remove kernel releases as a
blocking mechanism for distributing code.

Changes: This release contains a fix for a bug with DKMS's handling of
packages which contained some modules that had an original module in a
kernel but also other modules which did not have original modules in that
kernel. This specific situation caused an internal variable not to get
reset, causing the possibility that DKMS could trample over both new and
old drivers. It only occurs in this specific scenario, but is now fixed in
2.0.6. Also, additional minor enhancements were made.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[021] - DSPAM 3.6 Final Release Candidate (Development)
  by Nuclear Elephant (http://freshmeat.net/users/jzdziarski/)
  Wed, Sep 28th 2005 17:27

Communications :: Email :: Filters
Internet
Text Processing :: Filters

About: DSPAM is a server-side statistical anti-spam agent for Unix email
servers. It masquerades as the email server's local delivery agent and
effectively filters spam using a combination of de-obfuscation techniques,
specialized algorithms, and statistical analysis. The result is an
administratively maintenance-free, self-learning anti-spam tool. DSPAM has
yielded real-world success rates beyond 99.9% accuracy with less than a
0.01% chance of false positives.

Changes: An infinite improbability drive has been added to display odds
ratios in an X-DSPAM-Improbability header. The license has been bound to
GPLv2, moving forward as a precaution. The css_drv driver has been renamed
to hash_drv (hash driver). Minor tokenizer changes have been made to
improve accuracy and address small tokenizer tricks. Minor changes to the
delivery summary have been made. Legacy algorithm switches have been
removed from autoconf. Additional autoconf and options have moved into
dspam.conf.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[022] - DUMA 2.4.20
  by Hayati Ayguen (http://freshmeat.net/users/hayguen/)
  Wed, Sep 28th 2005 03:36

Software Development :: Debuggers
Software Development :: Libraries
Software Development :: Testing

About: DUMA (Detect Unintended Memory Access) stops your program on the
exact instruction that overruns (or underruns) a malloc() memory buffer.
GDB will then display the source-code line that causes the bug. It works
by using the virtual-memory hardware to create a red-zone at the border of
each buffer: touch that, and your program stops. It can catch formerly
impossible-to-catch overrun bugs. DUMA is a fork of Bruce Perens' Electric
Fence library.

Changes: The Makefile was fixed so that the shared library is functional.
A bug in reduceProtectedMemory() was fixed. Memory allocation is now
attempted in loop until reduceProtectedMemory() fails deallocating more
memory. Long running programs with much memory handling should benefit.
_duma_allocate() returns (void*)0 when userSize==0. Alignment was made
tighter.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[023] - Easy KM 2.0
  by Romuald Texier (http://freshmeat.net/users/mydevel/)
  Wed, Sep 28th 2005 05:09

Office/Business

About: Easy KM is a scalable, powerful, and easy to use knowledge
management system. It provides a structured document management system,
full-text searching, automated PDF reports, statistics and performance
indicators, email alarms, and fine-grained user profile management. It can
be easily integrated into distributed systems using its Web service
interface and ATOM/RSS channels.

Changes: Easy KM now uses Unicode for all text, and supports versioning of
documents and external (Web) resources. The latter are automatically
monitored, and new versions are created whenever a change is detected. The
search engine can now relay users' requests to Google, AllTheWeb, Yahoo!,
and others. In Easy KM 2.0, the management of user identities is left to
an external LDAP directory for better integration and consistency within
organizations. You can now export/import the knowledge base or part of it
as XML. As usual, a great emphasis was put on ergonomics with more
interactive widgets.

License: Other/Proprietary License

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

                        - % - % - % - % -

[024] - esra 0.1
  by vincentk (http://freshmeat.net/users/vincentk/)
  Wed, Sep 28th 2005 08:58

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

About: Esra is a pure Java library for the interactive analysis of
molecular mechanics data. Written with the Java Reflection API (and
particularly Jython and Mathematica in mind), it allows you to mangle your
data in your favorite scripting language.

Changes: This is the first stable release. It features the basic building
blocks for the analysis of molecular mechanics data. Its IO routines
support formats that include GROMOS96, PDB, vmd/AMBER, and SYBYL/mol2. It
has a Java linear algebra library, basic (geometric) analysis tools such
as rmsds, fitting procedures, distance/angle/dihedral measurements, and
hydrogen bond analysis.

License: BSD License (original)

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

                        - % - % - % - % -

[025] - EventWatcher 0.4.2
  by Eldad Zack (http://freshmeat.net/users/eldadz/)
  Wed, Sep 28th 2005 13:25

System :: Logging
System :: Monitoring

About: EventWatcher is a KDE application which notifies you about various
events. "Events" are pieces of information, for example, news ticker or
blog updates, new emails, user logons, system warnings, or hardware
events, etc. They are collected by EventWatcher plugins and sent to the
main application which lives in the KDE system tray. Several plugins are
available.

Changes: This release adds a keep button to each event item, as with the
delete button. The DCOP plugin registers without a PID. The log plugin
includes the log filename in the title to help grouping.

License: GNU Lesser General Public License (LGPL)

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

                        - % - % - % - % -

[026] - ezXML 0.8.5
  by Aaron Voisine (http://freshmeat.net/users/voisine/)
  Wed, Sep 28th 2005 04:23

Software Development :: Libraries
Text Processing :: Markup :: XML

About: ezXML is a C library for parsing XML documents inspired by
simpleXML for PHP. As the name implies, it's easy to use. It's ideal for
parsing XML configuration files or REST Web service responses. It's also
fast and lightweight (less than 20k compiled).

Changes: ezxml_toxml() was fixed to not output siblings of the tag being
converted. A segfault was fixed when ezxml_set_attr() was used on a new
root tag. The ezxml_name() function macro was added. All external
functions now handle NULL ezxml_t structs without segfaulting.

License: MIT/X Consortium License

URL: http://freshmeat.net/projects/ez-xml/

                        - % - % - % - % -

[027] - Free Help Desk 1.0
  by V (http://freshmeat.net/users/VirtualDirectory/)
  Wed, Sep 28th 2005 22:07

Communications
Information Management
Information Management :: Issue Tracking

About: Freehelpdesk is feature-rich help desk system designed from the
ground up to meet the demands of help desk staff and their users. It is a
Web-based system that can accept new calls from your users directly into
the system. Calls can be tracked and searched to enable faster response
times.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[028] - FSVS 1.0
  by Ph. Marek (http://freshmeat.net/users/pmarek/)
  Wed, Sep 28th 2005 08:51

System :: Archiving :: Backup
System :: Recovery Tools
System :: Software Distribution

About: FSVS stands for "Fast System VerSioning", "File System VerSioning",
or "Full System VerSioning". It aims to become a complete backup/restore
tool for Linux machines, using a Subversion repository as the backend.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[029] - GeSHi 1.1.0beta1 (Development)
  by Nigel McNie (http://freshmeat.net/users/oracleshinoda/)
  Wed, Sep 28th 2005 03:48

Internet :: WWW/HTTP :: Dynamic Content
Software Development :: Libraries :: PHP Classes
Text Processing :: Markup :: HTML/XHTML

About: GeSHi is a generic syntax highlighter for PHP that takes any source
code and highlights it in XHTML and CSS. It features case-sensitive or
insensitive highlighting, auto-caps/non-caps of any keyword, an unlimited
scope for styling, the use of CSS in which almost any aspect of the source
can be highlighted, the use of CSS classes to massively reduce the amount
of output code, function-to-URL capabilities, line numbering, and much
more. Over 30 languages are supported, including Java, C, PHP, HTML, CSS,
SQL, Pascal, C++, XML, ASP, and ASM.

Changes: This release introduces support for Delphi and CodeWorker syntax
highlighting, as well as many bugfixes and highlighting improvements,
notably to number highlighting and PHP double strings.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[030] - GmailAgent 0.7
  by Stas Z (http://freshmeat.net/users/staslinux/)
  Wed, Sep 28th 2005 09:33

About: GmailAgent is a application that acts as a local email client and
can be used by programs like digikam, gthumb, and others to provide email
access to a Gmail account.

Changes: A graphical frontend to handle Gmail contacts, called
GContactsAgent, was added. This frontend allows you to edit, add, or
remove your Gmail contacts from within GmailAgent. There's also an option
to export the contacts into a VCard3.0 format which is understood by most
email clients.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[031] - GNU ddrescue 1.1-rc1 (Development)
  by Antonio Diaz Diaz (http://freshmeat.net/users/ant_diaz/)
  Wed, Sep 28th 2005 17:51

System :: Recovery Tools

About: GNU ddrescue is a data recovery tool. It copies data from one file
or block device (hard disc, cdrom, etc) to another, trying hard to rescue
data in case of read errors. GNU ddrescue does not truncate the output
file if not asked to. So, every time you run it on the same output file,
it tries to fill in the gaps. The basic operation of GNU ddrescue is fully
automatic. That is, you don't have to wait for an error, stop the program,
read the log, run it in reverse mode, etc. If you use the logfile feature
of GNU ddrescue, the data is rescued very efficiently (only the needed
blocks are read). Also you can interrupt the rescue at any time and resume
it later at the same point.

Changes: This release aligns its I/O buffer to the sector size so that it
can be used to read from raw devices. A small tutorial has been added to
the info file. Two missing headers have been included.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[032] - GNU TeXmacs 1.0.5.9
  by Joris van der Hoeven (http://freshmeat.net/users/vdhoeven/)
  Wed, Sep 28th 2005 05:11

Internet :: WWW/HTTP :: Browsers
Office/Business :: Office Suites
Scientific/Engineering

About: GNU TeXmacs is a free scientific text editor, which was inspired by
both TeX and GNU Emacs. The editor allows you to write structured documents
via a "wysiwyg" and user friendly interface. The program implements high
quality typesetting algorithms and TeX fonts. It is also possible to use
TeXmacs as an interface to computer algebra systems. Finally, TeXmacs
supports the Guile/Scheme extension language, which makes it possible to
adapt the user interface to specific needs, and even to extend the editor.

Changes: This version comes with the alpha-release of a mode for drawing
technical pictures. The HTML/MathML input and output filters have also
been further improved, as well as the interface with Maple.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[033] - GTK+ 2.8.4
  by Moritz Barsnick (http://freshmeat.net/users/barsnick/)
  Wed, Sep 28th 2005 05:03

Desktop Environment
Software Development :: Libraries :: Application Frameworks
Software Development :: Widget Sets

About: GTK, which stands for the Gimp ToolKit, is a library for creating
graphical user interfaces. It is designed to be small and efficient, but
still flexible enough to allow the programmer freedom in the interfaces
created. GTK provides some unique features over standard widget libraries.

Changes: Completion with multibyte characters was added to
GtkEntryCompletion. Column reordering by DND was improved in GtkTreeView.
Correct determination of the first weekday according to nl_langinfo() was
improved. Better handling of invalid font names was introduced in
GtkFontSel and GtkFontButton. Profiling code was disabled in
GtkFileChooser. Various other bugs were fixed. Documentation was improved.
Translations were updated.

License: GNU Lesser General Public License (LGPL)

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

                        - % - % - % - % -

[034] - GWorkspace 0.7.2
  by Gürkan Sengün (http://freshmeat.net/users/tarzeau/)
  Wed, Sep 28th 2005 13:26

Desktop Environment :: GNUstep

About: GWorkspace is the official GNUstep workspace manager. It is a clone
of NeXT's workspace manager. It is ready for daily usage.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[035] - HardCore Web Content Editor 6.0.2
  by HardCore Internet Ltd. (http://freshmeat.net/users/vejrum/)
  Wed, Sep 28th 2005 05:24

Information Management
Internet :: WWW/HTTP
Internet :: WWW/HTTP :: Browsers

About: The HardCore Web Content Editor is a cross-browser/cross-platform
Web content editor. It enables anybody to create, edit, and post Web site
content through a WYSIWYG editor with CSS style sheet support and drag and
drop editing (to be used as a replacement for HTML form textarea tags).

Changes: This release adds improved list and table editing in Safari. All
toolbar buttons are now enabled in Safari. This release also adds improved
formatting of HTML tag attribute values in Mozilla and Safari.

License: Other/Proprietary License with Source

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

                        - % - % - % - % -

[036] - Humai Trader 0.15.0
  by Hong Wei Deng (http://freshmeat.net/users/hongweid/)
  Wed, Sep 28th 2005 05:13

Office/Business :: Financial :: Investment

About: Humai Trader is a stock technical analysis tool. It will also be a
platform for custom indicators and charts. The main interest will be W.D.
Gann's approach. It supports parallel quote data retrieval from Yahoo!. It
has a natural date/trading date view and Candle stick / OHLC bar charts.
The arrow keys may be used to move left/right and zoom in/out. "MACD",
"OBV", "ROC", "KD", "BIAS", "DMI", "RSI", "MTM", "WMS" indicators and
drawing "Line", "Parallel", "Gann Angle", "Fibonacci Line" are supported.
You can easily write your own indicator.

Changes: An explore window was added to save/restore/operate each stock
and its indicators and drawings. Drawings and custom parameters of
indicator can be saved and restored via an XML file. A new zoom-factor
slider and a new horizonal scrolling control were added.

License: BSD License (original)

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

                        - % - % - % - % -

[037] - Hyper Estraier 0.9.1
  by Mikio Hirabayashi (http://freshmeat.net/users/mikio/)
  Wed, Sep 28th 2005 17:16

Internet :: WWW/HTTP :: Indexing/Search
Software Development :: Libraries
Text Processing :: Indexing

About: Hyper Estraier is a full-text search system. It can be used as a
Web search engine, mailbox searching, etc. It features high performance
searching, high scalability of target documents, a perfect recall ratio by
the N-gram method, phrase searching, attribute searching, and similarity
searching. Multilingualism is supported with Unicode. It is independent of
file format and repository, and has a simple and powerful API.

Changes: Atom 1.0 and OpenSearch 1.1 are now supported by P2P servers.

License: GNU Lesser General Public License (LGPL)

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

                        - % - % - % - % -

[038] - Instant OGo 1.0.5
  by SKYRIX Software AG (http://freshmeat.net/users/skyrix/)
  Wed, Sep 28th 2005 13:28

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

About: Instant OGo is a Linux-based groupware server distribution. It
contains all components required to set up a mail and collaboration server
from scratch, including the Linux system software, the Cyrus mail server,
and the OpenGroupware.org groupware server.

Changes: This release has an improved administration interface that shows
an online overview about the application status of any service config
modification. At installation, the firewall settings were fixed to enable
necessary services by default. An IMAP setup problem in which it wasn't
possible to receive email from outside was fixed. A logwatch filter was
added that embellished the daily status email.

License: Other/Proprietary License

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

                        - % - % - % - % -

[039] - Itlabs 1.0.3
  by Jan (http://freshmeat.net/users/janek_saganowski/)
  Wed, Sep 28th 2005 04:58

Office/Business :: Scheduling

About: Itlabs is Web-based MySQL/PHP resource accounting software. It
enables the accounting of different resources and is intended for school
use. It is easy to customize, small, and user friendly.

Changes: The bug in which admin users couldn't see the plan link was
fixed.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[040] - Japano Beta 2
  by fforw (http://freshmeat.net/users/fforw/)
  Wed, Sep 28th 2005 22:18

Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Software Development :: Code Generators
Software Development :: Compilers

About: Japano is a Web application framework which tries to ease
development by replacing descriptor files with javadoc tags and
annotations and by introducing a new, simplified custom tag model. It
includes HTML form creation and AJAX integration features.

Changes: Netbeans integration for the sample application was fixed.
Experimental traditional JSP tag support was added. JSPFragment attributes
were fixed. Cross-browser fixes were made in the JavaScript API and a
sample application was made. Minor bugfixes and enhancements were done.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[041] - Jubler 2.5.1
  by Panayotis Katsaloulis (http://freshmeat.net/users/teras/)
  Wed, Sep 28th 2005 10:58

Multimedia :: Video
Utilities

About: Jubler is a tool for editing text-based subtitles. It can be used
an an authoring software for new subtitles or as a tool to convert,
transform, correct, and refine existing subtitles. Some of its key
features are smooth cooperation with MPlayer, full subtitle editing, and
ASpell support.

Changes: When splitting, the new window was unable to save the new file.
This has been fixed.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[042] - kaffe 1.1.6 (Development)
  by robilad (http://freshmeat.net/users/dalibortopic/)
  Wed, Sep 28th 2005 03:48

About: Kaffe is a free software VM and development environment for
programs written in the Java programming language. As an independent
implementation, it was written from scratch and is free from all
third-party royalties and license restrictions. It comes with GNU
Classpath core class libraries, and a highly-configurable virtual machine
with a just-in-time (JIT) compiler for enhanced performance. Kaffe
integrates the bleeding edge of class library development and associated
utilities into one package. It is capable of running Tomcat, Ant, Eclipse,
and various other modern applications.

Changes: There were many cleanups, warning fixes, and bug fixes. Tools.jar
was moved to the location where Maven 1 expects it, so that Maven 1 builds
now work. The core class library was updated to GNU Classpath 0.18. Native
library loading for Cygwin and Darwin was fixed and merged with GNU
Classpath. Kaffe's home-grown system class loader was replaced by GNU
classpath's system class loader. JIT fixes were applied for sparc, x86 and
powerpc. JVMPI has been cleaned up so that JMP works now.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[043] - KAlarm 1.3.3 (KDE 3)
  by David Jarvie (http://freshmeat.net/users/djar/)
  Wed, Sep 28th 2005 05:01

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: An option to show KAlarm alarms in KOrganizer's calendar was
added. An option to locate email text alarms in KMail was added. An alarm
message window being too big for the screen was fixed. Translations were
improved. Other minor improvements were implemented and bugs were fixed.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[044] - klik 20050928
  by probono (http://freshmeat.net/users/probono/)
  Wed, Sep 28th 2005 13:39

System :: Installation/Setup
System :: Software Distribution Tools

About: klik is an easy way to download and run software, even while
running as non-root user or from a live CD. Because one software package
is just one compressed image file, you can always delete software packages
without causing any problems for other software.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[045] - KMess 1.4.1
  by Diederik van der Boor (http://freshmeat.net/users/vdboor/)
  Wed, Sep 28th 2005 04:32

Communications :: Chat

About: KMess is an MSN Messenger compatible chat client for KDE, with
support for almost all MSN features (except video/voice), including full
font, font color, and emoticon support with an original emoticon theme,
file transfer, and a great look and feel. Its emphasis is on
contact-by-contact configurability (including specifying contact pictures
and sounds to be used when a contact logs on or off or in a chat).

Changes: This release fixes two crashes that made KMess difficult to use.
One crash happened with MSN Messenger 7.5 clients, the other one occurred
when a contact was invited while not being present on your contact list.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[046] - Kudus 0.2
  by LeonScape (http://freshmeat.net/users/leonscape/)
  Wed, Sep 28th 2005 08:50

Desktop Environment :: K Desktop Environment (KDE)
Games/Entertainment :: Puzzle Games

About: Kudus is a Suduko game for KDE. It generates and solves Suduko,
provides hints and a pencilling ability (just type more than one number).
It provides standard keyboard and mouse navigation and also arrow keys to
get about. It saves and loads games for coming back later, and it can also
print them out. It provides some fiendishly difficult grids, but all the
grids are possible, and all of them have only one solution.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[047] - LDAP Account Manager 0.5.0
  by Roland Gruber (http://freshmeat.net/users/gruberroland/)
  Wed, Sep 28th 2005 10:59

System :: Systems Administration

About: With LDAP Account Manager you can manage Unix and Samba user and
group accounts in an OpenLDAP server. There is also an external script to
manage quotas and home directories. The application is written in PHP4.

Changes: This is the first release of the LAM 0.5 branch. It includes the
new modular architecture, which offers more flexibility.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[048] - LibGKSu 1.3.4 (Development)
  by kov (http://freshmeat.net/users/kov/)
  Wed, Sep 28th 2005 13:27

Software Development :: Libraries

About: LibGKSu is a library from the gksu program that provides a simple
API for using su and sudo in programs that need to execute tasks as other
users. It provides X authentication facilities for running programs in a
X session.

Changes: Better handling of error return codes and argument passing.

License: GNU Lesser General Public License (LGPL)

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

                        - % - % - % - % -

[049] - libintl-perl 1.16
  by Guido Flohr (http://freshmeat.net/users/gflohr/)
  Wed, Sep 28th 2005 04:34

Software Development :: Internationalization
Software Development :: Libraries :: Perl Modules
Software Development :: Localization

About: libintl-perl is a library that supports message translation for
Perl, written in pure Perl (version 5.004 or better). A faster C version
is also built and installed if the system fulfills all requirements. Its
interface is a superset of the gettext family of functions in C, and it
uses the same file formats as GNU gettext, making it possible to use all
tools available for gettext itself and to seamlessly integrate
internationalized Perl code into mixed-language projects. An alternative
library with a similar purpose is available as Locale::MakeText.

Changes: This version allows output filtering for translations. You can
nor for example register a function that sets the utf-8 flag on
translation. Additionally, a new function turn_utf_8_on() can be used to
portably set the utf-8 flag on arbitrary strings, regardless of the
underlying Perl version.

License: GNU Lesser General Public License (LGPL)

URL: http://freshmeat.net/projects/libintl-perl/

                        - % - % - % - % -

[050] - libview 0.5.2
  by ChipX86 (http://freshmeat.net/users/chipx86/)
  Wed, Sep 28th 2005 04:19

Desktop Environment :: Gnome
Software Development :: Libraries
Software Development :: Widget Sets

About: libview is VMware's Incredibly Exciting Widgets, a collection of
GTK+ widgets used within VMware products. These widgets are the same ones
used in VMware Workstation 5.0 and higher, and were considered useful
enough to open source so that others could use them in their own projects.
These widgets are actively developed and maintained.

Changes: A bug was fixed in WrapLabel that would, on rare occasions, cause
the label's width to shrink to a couple of pixels and the height to grow
very large. VisibilityBox was renamed to ContentBox. Some code was cleaned
up.

License: MIT/X Consortium License

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

                        - % - % - % - % -

[051] - LMS OLAT 4.0.0
  by Florian Gnägi (http://freshmeat.net/users/gnaegi/)
  Wed, Sep 28th 2005 09:25

Education
Education :: Computer Aided Instruction (CAI)
Education :: Testing

About: LMS OLAT (Online Learning And Training) is an enterprise class
learning management system. It is 100% pure Java, and designed as a
centralized campus LMS.

Changes: This release has many new features like SCORM 1.2 support, course
import and export, shared folder resource, advanced course editor
validator, course CSS, kprim test type, forum threadview, a portal like
home and a virtual filesystem. Many CSS and layout issues have been
cleaned up and the development framework got many extension points that
ease the extending of the OLAT LMS.

License: The Apache License

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

                        - % - % - % - % -

[052] - log4sh 1.2.8 (1.2.X)
  by Kate Ward (http://freshmeat.net/users/sfsetse/)
  Wed, Sep 28th 2005 17:06

System :: Logging

About: log4sh is a logging framework for shell scripts that works similar
to the other wonderful logging products available from the Apache Software
Foundataion (eg. log4j, log4perl). Although not as powerful as the others,
it can make the task of adding advanced logging to shell scripts easier,
and has much more power than just using simple "echo" commands throughout.
In addition, it can be configured from a properties file so that scripts in
a production environment do not need to be altered to change the amount of
logging they produce.

Changes: The biggest change was a much improved method for writing temp
files. This method should be much more securem as there are no longer any
race conditions possible.

License: GNU Lesser General Public License (LGPL)

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

                        - % - % - % - % -

[053] - MTASC 1.10
  by Nicolas Cannasse (http://freshmeat.net/users/ncannasse/)
  Wed, Sep 28th 2005 11:02

Software Development :: Compilers

About: MTASC (Motion-Twin ActionScript2 Compiler) is an ActionScript2
cross-platform compiler. It enables you to develop Flash applications for
free and under any OS.

Changes: A lot of small fixes that make it much easier to use.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[054] - Nautilus Actions 0.7.1
  by RUAUDEL Frédéric (http://freshmeat.net/users/grumz/)
  Wed, Sep 28th 2005 05:40

Desktop Environment :: File Managers
Desktop Environment :: Gnome

About: Nautilus Actions is an extension for Nautilus, the GNOME file
manager, which allows you to configure programs to be launched on files
selected in the Nautilus interface. Each time you right-click on one or
several selected files in Nautilus, Nautilus Actions will parse its
configuration files to see if a program has been set for this selection.
If one has been set, it will add an item to the menu that allows you to
execute the program on the selected files.

Changes: Nact can save a new config as a normal user again. Nact starts
correctly when the $LANG environement variable is not set. The problem
with Nact crashing when using the x-nautilus-desktop scheme was solved.
The alignment problems in the interface of the localized version of Nact
has been fixed. A Nautilus Actions icon has been created. The desktop file
has been made compliant with the FreeDesktop standards. The Spanish
translation has been added.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/nautilus-actions/

                        - % - % - % - % -

[055] - Network Management Tool 1.26
  by WT (http://freshmeat.net/users/mvander/)
  Wed, Sep 28th 2005 05:20

Information Management
Information Management :: Records Management
Information Management :: Workflow Frameworks

About: Network Management Tool makes it possible to quickly find vital
information about any of your network devices such as serial numbers and
support contact information. A log is kept for each device so that you can
enter service information. An automatic export feature that will create a
spreadsheet or database-ready file is also provided. Each list is easily
edited with a Web interface.

Changes: The documentation was updated to include important information
about creating a secure setup with the system.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[056] - NoMachine NX 1.5.0-114
  by NXAdmin (http://freshmeat.net/users/NXAdmin/)
  Wed, Sep 28th 2005 13:25

Communications
Desktop Environment
Software Development

About: NoMachine NX is a fast terminal server system based on the X11
protocol. In addition, NX also translates and embeds the MS Windows
Terminal Server and VNC protocols into X/NX. NX is an order of magnitude
faster than VNC or X11 and can run on bandwidth as narrow as 10 kBit/sec.
By embedding RDP and RFB, it enables users to compress and accelerate
remote Windows and VNC sessions. NX lets you work fluently even across
slow links like modems. The NX project provides a suite of libraries and
X11 proxying agents implementing efficient compression and optimized
transport of X11, SMB, IPP, HTTP, and arbitrary protocols like audio over
the Internet.

Changes: This is the second maintenance release of the 1.5.0 NX client
software. It fixes a number of bugs affecting the second 1.5.0 release,
including a possible crash of the Windows X server when a session was
closed, the inability to configure settings for a Unix XDM session from
the NX Connection Wizard, and the inability to explicitly save or revert
modifications done in the client configuration. It adds a run-time check
on the cygdrive mount point, improves copy and paste in rootless sessions
on Windows, and improves the quality of the Debian packages.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[057] - OpenInput 0.2.2
  by Jakob Kjaer (http://freshmeat.net/users/makob/)
  Wed, Sep 28th 2005 17:53

Software Development :: Libraries
Software Development :: User Interfaces

About: The OpenInput library is intended as a free (libre), easy-to-use,
cross-platform input handler library. The goal is to provide an SDL-like
interface to input devices such as keyboards, mice, and joysticks while
keeping the dependencies for the library at a bare minimum and making it
simple to integrate in existing projects. All functions and data
structures are intuitive and fully documented. The library has support for
both event-based input handling and unbuffered input.

Changes: Keyboard, mouse and joystick support. Drivers for X Window (x11)
keyboard and mouse, GNU/Linux joysticks, ANSI signals, and Win32
keyboard/mouse.

License: GNU Lesser General Public License (LGPL)

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

                        - % - % - % - % -

[058] - PHPsh 1.0.1
  by psychogenic (http://freshmeat.net/users/psychogenic/)
  Wed, Sep 28th 2005 17:32

Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Internet :: WWW/HTTP :: Site Management
System :: Shells

About: PHPsh allows you to have shell commands run on your behalf by Web
servers that serve PHP pages, and solves these issues and more. It is a
simplified version of the shell that allows you to execute arbitrary
commands remotely through PHP. It is a handy way to run simple commands
and maintain a history of executed commands, and a helpful environment
that allows you to browse the filesystem and fetch or upload files.

License: Free To Use But Restricted

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

                        - % - % - % - % -

[059] - PodBrowser 0.05
  by Gavin Brown (http://freshmeat.net/users/Jodrell/)
  Wed, Sep 28th 2005 05:40

Desktop Environment :: Tools
Software Development :: Documentation

About: PodBrowser is a documentation browser for Perl. It can be used to
view the documentation for Perl's builtin functions, its "perldoc" pages,
pragmatic modules, and the default and user-installed modules. PodBrowser
is a more feature-complete version of podviewer, which comes with
Gtk2::PodViewer.

Changes: This release introduces a new interface for the side pane, and
has a number of user-interface improvements.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[060] - PRES 1.9.0 (Unstable)
  by Simon Brooke (http://freshmeat.net/users/simonbrooke/)
  Wed, Sep 28th 2005 13:36

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

About: PRES (the Press Release System) is a simple content management
system, essentially targeted at producing a news and information site.
Managing a PRES system is designed to be simple, but presentation is
sophisticated and flexible. An elementary knowledge of IT would be useful,
but expertise in designing and managing Web sites is not a requirement.
PRES can be used for anything from private "blogging" to corporate news
systems. It is a Java WebApp and works with Tomcat.

Changes: The primary new feature is the inclusion of pluggable exception
handlers. Exception handlers deal with otherwise uncaught bugs at the top
level of the application. From the installer you can choose from three
exception handlers: JustWhinge (exception reports are written to the log;
Alert (exception reports are emailed to the site owner); and Bugzilla (a
Bugzilla form is generated pre-filled with the details of the exception,
and the user is invited to submit it). This release is packaged with
antinstaller.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[061] - PTM 0.3 Alpha
  by Michael Spencer (http://freshmeat.net/users/xmxspencer/)
  Wed, Sep 28th 2005 13:34

Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Internet :: WWW/HTTP :: HTTP Servers
Software Development :: Interpreters

About: PTM is a Perl/HTML hybrid language, written entirely in Perl, and
similar to PHP in tag syntax. It allows for the ease of PHP-style inline
code in your dynamic HTML documents, while supplying the power of Perl
that many find to be sorely lacking in PHP. PTM's parser application,
referred to as the PPA, acts as an Apache plugin, a standalone parser
placed in the cgi-bin, or a command line parser (for debugging purposes),
and is distributed for both Unix and Window platforms. Additionally, PTM
wraps many variables common to PHP to ease the transition between PTM and
PHP when switching back and forth.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/ptm-ppa/

                        - % - % - % - % -

[062] - PySnippet 1.2
  by Eduardo Aguiar (http://freshmeat.net/users/aguiar/)
  Wed, Sep 28th 2005 03:02

Software Development
Software Development :: Code Generators

About: PySnippet is a code snippet manager for any language. It features a
user defined folder hierarchy, syntax highlighting, automatic clipboard
copying, and an XML based data file.

Changes: This release features C and C++ syntax highlighting and a fix for
Python 2.3 "set" incompatibility.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[063] - Risk 1.0.8.1
  by Yura (http://freshmeat.net/users/yuranet/)
  Wed, Sep 28th 2005 05:14

Education
Games/Entertainment
Games/Entertainment :: Turn Based Strategy

About: Risk is a Java version of the classic RISK board game, with a
simple map format, network play, single player mode, hotseat, and many
more features. It works on all operating system that run Java 1.4 or
higher.

Changes: Statistics were added to FlashGUI. The netowrk system was
changed. Small bugfixes were made. SwingGUI now shows a lot more
information. The replay command was added.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[064] - SableCC 3.0 (Stable)
  by Etienne M. Gagnon (http://freshmeat.net/users/etiennegagnon/)
  Wed, Sep 28th 2005 03:53

Software Development :: Code Generators
Software Development :: Compilers
Software Development :: Interpreters

About: SableCC is an object-oriented framework that generates compilers
(and interpreters) in the Java programming language. The framework uses
object-oriented techniques to automatically build a strictly-typed
abstract syntax tree and generates tree-walker classes. SableCC supports a
shorter development cycle for constructing compilers.

Changes: This version adds grammar-specified CST to AST transformations
and transparent conflict resolution.

License: GNU Lesser General Public License (LGPL)

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

                        - % - % - % - % -

[065] - ShoppingStar 0.8.9
  by til77 (http://freshmeat.net/users/til77/)
  Wed, Sep 28th 2005 11:02

Home Automation
Information Management
System :: Archiving

About: ShoppingStar is a rich client application to browse products on the
Amazon product catalog. All Amazon sites are supported (US, DE, CA, UK, JP,
FR). The prices of products can be tracked and compared. All kinds of
products can be imported to your own library.

Changes: Search folders can be renamed and edited. Items in the library
can be moved with a dialog in addition to drag and drop.

License: Freeware

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

                        - % - % - % - % -

[066] - sitecopy 0.16.1
  by Joe Orton (http://freshmeat.net/users/jorton/)
  Wed, Sep 28th 2005 05:07

Internet :: WWW/HTTP :: Site Management

About: sitecopy allows you to easily maintain remote Web sites. The
program will upload files to the server which have changed locally, and
delete files from the server which have been removed locally, keeping the
remote site synchronized. FTP and WebDAV are supported.

Changes: This release fixes some minor bugs in FTP error handling.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[067] - Spong 2.8.0-beta1
  by Jan Willamowius (http://freshmeat.net/users/willamowius/)
  Wed, Sep 28th 2005 09:12

System :: Monitoring
System :: Networking :: Monitoring
System :: Systems Administration

About: Spong is a simple system-monitoring package. It features
client-based monitoring (CPU, disk, processes, logs, etc.), monitoring of
network services, grouping of hosts (routers, servers, workstations, and
PCs), host-specific contact and downtime information, configuration on a
client-by-client basis, results displayed via the Web, history of
problems, messaging (via email or pager) when problems occur, and verbose
information to help diagnosis problems. It communicates via simple
TCP-based messages, and is written in Perl.

Changes: Many new plugins and bugfixes were added.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[068] - Subnet Mask Calculator 0.1
  by Sean W. Ellis (http://freshmeat.net/users/totallygeek/)
  Wed, Sep 28th 2005 22:05

System :: Networking

About: Subnet Mask Calculator is a simple PHP script that will return the
subnet mask and slash-notated mask for a given number of hosts.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[069] - sux0r 1.4
  by conner_bw (http://freshmeat.net/users/conner_bw/)
  Wed, Sep 28th 2005 17:21

Internet :: WWW/HTTP :: Dynamic Content

About: sux0r is a Bayesian filtering RSS aggregator. Users classify news
under different categories, and after gathering enough data, the computer
will be able to automatically pick out interesting news.

Changes: This release uses magpie RSS instead of a homebrewed XML parser.
A German translation has been added. The pager class has been fixed to
show reduced information when there are a lot of pages. There is a minor
database fix.

License: Public Domain

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

                        - % - % - % - % -

[070] - ThinTUX 0.21
  by Robert Eklund (http://freshmeat.net/users/thinlinux/)
  Wed, Sep 28th 2005 17:22

System :: Boot
System :: Boot :: Init
Terminals

About: ThinTUX is a small Linux distribution for thin clients. It has
support for all major remote access protocols like ICA, RDP, XDM, telnet,
ssh, and more. The distribution can be booted from the network using a
network card with PXE-support or from standard media storage devices like
floppy, CD, hard disk, or disk-on-chip. The configuration is stored on a
DHCP server to simplify terminal management.

Changes: This release adds support for glibc programs, and reduces startup
time and RAM footprint.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[071] - Tina POS 0.0.11
  by Adrián Romero (http://freshmeat.net/users/adrianromero/)
  Wed, Sep 28th 2005 17:14

Office/Business :: Financial :: Point-Of-Sale

About: Tina POS is a point of sales application designed for touch
screens. It supports ESC/POS ticket printers, customer displays, and
barcode readers. Its multi-user and has a great backoffice with a product
entry form, reports, and charts.

Changes: This version fixes the bug that did not allow printing to USB and
ESC/POS printers.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[072] - tntnet 1.5.0pre2 (Development)
  by Tommi Mäkitalo (http://freshmeat.net/users/tmaek/)
  Wed, Sep 28th 2005 05:05

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: The configurationscript now detects zlib and complains if it is
missing. In tnt-component-creation one level of indirection is removed,
which results in a binary incompatibility to previous releases.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[073] - ufdbGuard 1.3
  by UFDB support (http://freshmeat.net/users/ufdb/)
  Wed, Sep 28th 2005 03:35

Internet :: WWW/HTTP

About: ufdbGuard is a URL filter. The URL filter blocks access to sets of
Web sites on the Internet and is designed to be used with the popular Web
proxy server, Squid. It uses a fast algorithm that does 25,000 URL
verifications/sec on an Intel 2.8 GHz CPU.

Changes: ufdbguard has a new multithreaded daemon that has only one copy
of the URL database in memory. It supports up to 64 squid redirector
processes. A few memory leaks were fixed. ufdbGenTable is much faster.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[074] - ui 0.9.2
  by jem (http://freshmeat.net/users/idiotstick/)
  Wed, Sep 28th 2005 13:34

About: ui is a user information utility that can display user information,
list users from a given UID (or UID 500 by default), add a user to a group,
rename a user along with his home directory and update his home directory
files to reflect that change, list expired or locked users, change the
shell for a user, and list users in an existing group.

License: Freeware

URL: http://freshmeat.net/projects/mls-ui/

                        - % - % - % - % -

[075] - UIM Isn't Mock-up 0.4.9.1
  by tkng (http://freshmeat.net/users/tkng/)
  Wed, Sep 28th 2005 09:19

Software Development :: Internationalization

About: UIM is a multilingual input method library. It aims to provide
secure and useful input method for all languages, so that input methods
can be used with applications which support GTK+'s immodule or XIM.

Changes: A security problem was fixed. This problem is a local exploit.
This bug causes privilege escalation if a setuid/setgid application was
linked to libuim. Attackers could get the privilege of other users such as
ppp.

License: DFSG approved

URL: http://freshmeat.net/projects/uim-inputmethod/

                        - % - % - % - % -

[076] - vzctl 2.7.0-22
  by Kir Kolyshkin (http://freshmeat.net/users/k001/)
  Wed, Sep 28th 2005 04:55

System :: Systems Administration

About: vzctl is the utility that allows an OpenVZ system administrator to
control VPSs. For example, it lets the administrator create, start,
shutdown, and delete VPSs and set various VPS options and limits.

Changes: privvmpages were increased for vps. A basic sample configuration
was added. Open Virtuozzo was changed to OpenVZ. A terminal screwup on
enter action was fixed.

License: Q Public License (QPL)

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

                        - % - % - % - % -

[077] - Webalizer Xtended RB04
  by Webalizer Xtended (http://freshmeat.net/users/pfrei/)
  Wed, Sep 28th 2005 05:23

Internet :: Log Analysis

About: Webalizer Xtended is an extension of Webalizer, which adds
additional monthly statistics for all "404 Not Found" errors found in your
server log-file, including the number of the "404 Not Found" requests and
the corresponding 404 URLs. It also fixes truncated user agent strings in
the "User Agents" statistics, so user agent fields can now be grouped more
precisely. It is helpful for detecting and correcting broken links or
invasion attempts.

Changes: Some minor GUI changes were made. Additional comments were added
in the source code.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[078] - Webcockpit 1.5.0
  by Peter Klauser (http://freshmeat.net/users/pjk/)
  Wed, Sep 28th 2005 04:22

Internet :: WWW/HTTP :: Dynamic Content
Multimedia :: Graphics :: Presentation
Scientific/Engineering :: Visualization

About: Webcockpit is a Web application generator for reporting and
monitoring applications. It generates complete JSP-based Web applications
which contain charts and tables whose contents are retrieved using
database queries. The charts and tables can be configured to link to each
other, enabling master detail-like drill-down. You can provide your own
HTML or JSP template files which are mixed with the generated JSP to
provide a final Web application.

Changes: This minor release greatly improves the tabulation power by using
the "displaytag" JSP taglib for runtime HTML table generation. Features
include sorting or grouping by column, pagination, data export to CSV,
Excel, and XML formats, and having full control of the table's CSS style
markup. Improvements to charts include the possibility of defining the
orientation of the label for the category axis. The embedded charting
library "jfreechart" (v1.0.0) and "cewolf" (v0.11.0) have been upgraded to
the latest versions.

License: The Apache License 2.0

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

                        - % - % - % - % -

[079] - WorldForge::Ember 0.3.2
  by Alistair Riddoch (http://freshmeat.net/users/ajr/)
  Wed, Sep 28th 2005 17:25

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

About: Ember is a 3d client for the WorldForge project. It uses the Ogre
3d graphics library for presentation and CEGUI for its GUI system.

Changes: The mouse picking has been greatly improved through the use of
the collision detection library OpCode. Improved terrain handling has been
implemented through the switch to the OgrePaging Landscape Scene Manager.
Adjustments and polish to the GUI and user experience have been made. WFUT
is now used for automatic media downloading, allowing content to be added
to the game after distribution. Many more console commands have been
added, and the ability to change configuration settings in-game has been
implemented. There have been various bugfixes.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[080] - XArchive 0.2.2-1
  by yargoflick (http://freshmeat.net/users/ligelowbee/)
  Wed, Sep 28th 2005 04:16

System :: Archiving

About: XArchive is a GUI frontend for commandline archiving tools. It uses
external executable wrappers to communicate with the tools. It consults a
wrapper directory at startup to see what types of files it supports,
making adding support for new archive formats a matter of writing a
wrapper for its tool and dropping it in the wrappers directory. Wrappers
are included for tar, RAR, ZIP, and ACE (extraction only).

Changes: XArchive now has faster loading times for large archives,
progress bars, and all the popup dialogs have been made transient to the
main window (so they won't get buried).

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[081] - yet another yuv viewer 20050928
  by Matthias Wientapper (http://freshmeat.net/users/mattzz/)
  Wed, Sep 28th 2005 09:02

Multimedia :: Graphics :: Viewers
Multimedia :: Video :: Display

About: yay simply displays 4:2:0 YUV pictures and sequences (planar Y:U:V
format). It tries to find geometry information, like _widthxheight,
somewhere in the path/filename, e.g. mobile_352x288.yuv or
path/to/yuv/mobile_640x480x400frames/file.yuv. It compiles on Linux and
Solaris, but there are problems with mingw/Win32.

Changes: Grid overlay (16x16) can be activated by pressing "g".

License: GNU General Public License (GPL)

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

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

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