Newsletter for Wednesday, September 03rd 2008

The freshmeat daily newsletter <[email protected]> Thu, 4 Sep 2008 00:10:03 +0000 (UTC)
Newsgroups gmane.linux.freshmeat.announce
Message-ID <[email protected]>
::: L I N K S   F O R   T H E   D A Y :::

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

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

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

[001] - aiParts 0.9.0 
[002] - Apache AntUnit 1.1 Beta 1 
[003] - Arno's IPTABLES Firewall Script 1.9.0-rc2 
[004] - Astaro Security Gateway Virtual Appliance 7.2 
[005] - BACnet 0.4.6 
[006] - BalanceNG 2.181 
[007] - Clam AntiVirus 0.94 
[008] - Cobra 0.98.3 
[009] - Critterding 1.0-beta4 
[010] - Daikon 4.5.0 
[011] - DbWrench 1.5.1 
[012] - FastFormat 0.2.1 (alpha 1) 
[013] - FreeGuide TV Guide 0.10.9 
[014] - Fusil 1.0beta3 
[015] - Gnumeric 1.9.2 (Development)
[016] - GOffice 0.7.1 (Development)
[017] - Gringotts 1.2.10pre2 
[018] - Hachoir core 1.2 
[019] - Hachoir metadata 1.2 
[020] - Hachoir parser 1.2 
[021] - Hachoir urwid 1.1 
[022] - Hachoir wx 0.3 
[023] - Imail Password Retriever 1 
[024] - ImgBrowz0r 0.2 
[025] - Javascript VirtualKeyboard 3.4.2 (Maintenance)
[026] - KaufKauf Shoppingmanager 0.51 
[027] - Kent Retargettable Occam Compiler 1.5.0-pre4 (Development)
[028] - Kuklomenos 0.2.1 
[029] - Leafpad 0.8.15 
[030] - libneuro 0.0.1 
[031] - libneuro-java 0.0.1 
[032] - libprelude 0.9.20 
[033] - LoggedFS 0.5 
[034] - lua-discount 1.2.10 
[035] - midori JavaScript framework Revision 80 
[036] - mtr 0.74 
[037] - Mumps Compiler 11.3 
[038] - mxGraph 0.12.2.2 
[039] - MyConnection Server 8.1b 
[040] - newsstar 1.5.2 
[041] - NexentaStor 1.0.7 
[042] - OPEN BEXI Creative 2.0 beta R4 
[043] - OPEN BEXI HTML Builder 2.0 beta R4 
[044] - OPeNDAP 1.4.1 (OCAPI)
[045] - OpenRedAlert 407 
[046] - OrangeHRM 2.4-beta.8 
[047] - p300 762 
[048] - Paludis 0.30.0 
[049] - pam_lirc 2 
[050] - peppy 0.7.5.2 
[051] - phpLogCon 2.5.6 (Development)
[052] - PHPulse 3.1.0 
[053] - PhpWebGallery Butterfly 1 (Development)
[054] - pyswisseph 1.75.00-0 
[055] - python-ptrace 0.4.2 
[056] - Recovery Is Possible! 6.4 (Stable)
[057] - rwdhypernote 0.12 
[058] - RwdTorrent 0.06 
[059] - samhain 2.4.6 
[060] - Simple Movie Catalog 1.0.3 
[061] - Sketsa SVG Editor 5.3.1 
[062] - SmartSVN 4.0.4 
[063] - SVNKit 1.2.0-RC2 (Early Access)
[064] - Syntext Serna 4.1 Beta (Serna2)
[065] - TMAPIX 0.2 (Filter)
[066] - TOMOYO Linux 1.6.4 
[067] - TrackStudio Enterprise 3.5.34 
[068] - TraffStats 0.11.3 
[069] - uBee512 2.8.0 
[070] - unionfs-fuse 0.22 
[071] - UvumiTools Crop 1.0.0 
[072] - UvumiTools Dropdown Menu 1.0.1 
[073] - VariCAD 2008 3.01 
[074] - VisIt 1.10.0 
[075] - VoiceChatter 0.9.8 
[076] - Voisin 1.246 
[077] - Wally 1.1.0 
[078] - Web Help Desk 9.1.2 
[079] - web2ldap 1.0.0 
[080] - Webconverger 3.4 
[081] - XIST 3.4.2 
[082] - YajHFC 0.3.8 


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

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

[001] - aiParts 0.9.0 
  by Brian Marshall (http://freshmeat.net/users/bmarshal/)
  Wed, Sep 3rd 2008 04:50

Scientific/Engineering :: Artificial Intelligence

About: aiParts is a set of C++ classes that can be used to implement
artificial intelligence, subclasses that implement the HighHope technique,
and some sample programs (including "find the shortest path"). A problem
assembled from subclasses of the High-Hope classes knows how to solve
itself by searching for a good solution. 

Changes: A layer was added for solving resource/requirement problems.
Decisions can be decided multiple times. Pandemoniums can be ordered and
unique by keys. New classes were added for date and time. Decision groups
are no longer supported. Many minor changes were made.

License: MIT/X Consortium License

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

                        - %  - %  - % - % -

[002] - Apache AntUnit 1.1 Beta 1 
  by Stefan Bodewig (http://freshmeat.net/users/bodewig/)
  Wed, Sep 3rd 2008 14:37

Software Development :: Build Tools
Software Development :: Testing

About: AntUnit is a library of Ant tasks that was initially developed to
write tests for Ant tasks without resorting to JUnit. It makes it easy to
turn an existing build file that exhibits an error into an AntUnit test.
Tests are written as targets in a build file using assertion tasks provided
by AntUnit. The antunit task executes targets in a collection of build
files and supports custom listeners in a manner similar to the junit task's
formatters. 

Changes: This version fixes a few bugs of AntUnit 1.0 and adds a few new
assertions. The most visible change is that listeners can now receive the
output of the project under testing and the XML, and plainlisteners have
been adapted to optionally include this output in their own logs. 

License: The Apache License 2.0

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

                        - %  - %  - % - % -

[003] - Arno's IPTABLES Firewall Script 1.9.0-rc2 
  by Arno (http://freshmeat.net/users/arnova/)
  Wed, Sep 3rd 2008 13:48

System :: Networking
System :: Networking :: Firewalls

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

Changes: A new DynDNS plugin was added to open ports for DynDNS (Internet)
hosts. New default policy handling was added for LAN->INET, DMZ->INET,
INET->DMZ, etc. The use of source destination IPs with NAT forwards was
fixed. A basic install script (install.sh) was implemented. Several
functions and variables were moved into a new separate "environment" file.
Minor changes and updates were done for plugins. DSL-PPP-modem and
transparent-proxy support were moved into a seperate plugin. The default
firewall log file was changed to /var/log/firewall.log. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[004] - Astaro Security Gateway Virtual Appliance 7.2 
  by Astaro Corporation (http://freshmeat.net/users/Astaro08/)
  Wed, Sep 3rd 2008 05:18

Internet :: Proxy Servers
Security

About: Astaro Security Gateway Virtual Appliance is a ready-to-go virtual
appliance for VMware environments, helping you to consolidate your IT
infrastructure. Astaro Security Gateway integrates complete network, Web,
and mail security through an intuitive browser-based user interface. The
Astaro Unified Threat Management appliance is an easy-to-use and
cost-effective "all-in-one" solution, working to effectively shield
businesses from Internet based threats everyday. 

License: Shareware

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

                        - %  - %  - % - % -

[005] - BACnet 0.4.6 
  by imipak (http://freshmeat.net/users/imipak/)
  Wed, Sep 3rd 2008 04:37

Home Automation
System :: Networking

About: BACnet is an implementation of the BACnet (Building Automation and
Control Networks) protocol specifically tailored for embedded systems.
BACnet itself is a standard routable protocol designed to handle
communications in automation in buildings, such as air conditioning systems
and other HVAC equipment.

Changes: The unit test make file has been corrected. An Init Routing Table
message client has been added. Router inquiry demos have been added. A
preliminary I-Am-Router-To-Network demo has been added. A
Who-Is-Router-To-Network client application has been added. An MS/TP
capture tool that sends data to Wireshark has been created. Borland support
is updated. The Linux MS/TP datalink module uses semaphores (pthread
conditions) instead of sockets or queues. There is some code cleanup. MinGW
support has been fixed.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[006] - BalanceNG 2.181 
  by Thomas Obermair (http://freshmeat.net/users/thomasobermair/)
  Wed, Sep 3rd 2008 04:23

Internet
Internet :: Proxy Servers
Internet :: WWW/HTTP :: Site Management

About: BalanceNG is a modern software IP load balancing solution. It is
small, fast, and easy to use and setup. It offers session persistence,
different distribution methods (Round Robin, Random, Weighted Random, Least
Session, Least Bandwidth, Hash, Agent, and Randomized Agent) and a
customizable UDP health check agent in source code. It supports VRRP to set
up high availability configurations on multiple nodes. It supports SNMP,
integrating the BALANCENG-MIB with Net-SNMPD. It implements a very fast
in-memory IP-to-location database, allowing powerful location-based server
load-balancing. 

Changes: A small bug with GSLB servers has been fixed (an unnecessary
entry in the internal ARP table has been removed in that case). The manual
has been updated to release 2.181.0. The Ubuntu JeOS VMware virtual
appliance has been updated accordingly.

License: Other/Proprietary License with Free Trial

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

                        - %  - %  - % - % -

[007] - Clam AntiVirus 0.94 
  by Luca Gibelli (http://freshmeat.net/users/nervous/)
  Wed, Sep 3rd 2008 22:51

Communications :: Email :: Filters
Security
Utilities

About: Clam AntiVirus is an anti-virus toolkit designed especially for
email scanning on mail gateways. It provides a number of utilities,
including a flexible and scalable multi-threaded daemon, a commandline
scanner, and a tool for automatic database updates. The core of the package
is an anti-virus engine available as a shared library. 

Changes: Logical signatures were added. Anti-phishing technology was
improved. A disassembly engine was added. A Data Loss Prevention module was
added. IPv6 is supported in freshclam. Scanning of JavaScript was improved.
QA and unit testing were improved.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[008] - Cobra 0.98.3 
  by Jose (http://freshmeat.net/users/xamjadmin/)
  Wed, Sep 3rd 2008 14:44

Internet :: WWW/HTTP :: Browsers
Software Development :: Libraries :: Java Libraries
Text Processing :: Markup :: HTML/XHTML

About: Cobra is a pure Java HTML DOM parser and renderer. It supports HTML
4, JavaScript, and CSS 2 (with some limitations). 

Changes: SUB and SUP have been implemented. About 20 other user-reported
bugs have been fixed. 

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[009] - Critterding 1.0-beta4 
  by B0bke (http://freshmeat.net/users/B0bke/)
  Wed, Sep 3rd 2008 22:50

Scientific/Engineering :: Artificial Intelligence
Scientific/Engineering :: Neuroscience

About: Critterding is a "Petri dish"-universe with a 3D view that
demonstrates simple artificial intelligence by evolution. Critters start
out with completely random brains, but will automatically start evolving
into something with much better survival skills. 

Changes: Adaptable color neurons; the default is now 3 instead of 2.
Adaptable retina size; the default is now 7 instead of 10. All (38) initial
brain settings have been made adaptable. An option to flip newborn critters
180 degrees is provided. Simple --help has been implemented. There are many
minor fixes and cleanups.

License: GNU General Public License v2

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

                        - %  - %  - % - % -

[010] - Daikon 4.5.0 
  by Jeff Perkins (http://freshmeat.net/users/jhpnez/)
  Wed, Sep 3rd 2008 22:51

Documentation
Scientific/Engineering :: Artificial Intelligence
Scientific/Engineering :: Mathematics

About: Daikon is an implementation of dynamic detection of likely
invariants. An invariant is a property (such as "x=2*y+5" or
"this.next.prev = this" or "myarray is sorted by <") that holds at a
certain point or points in a program. Invariants are often seen in assert
statements, documentation, and formal specifications. Invariants can be
useful in program understanding and a host of other applications. Daikon
runs a program, observes the values that the program computes, and then
reports properties that were true over the observed executions. It can
detect properties in Java, C, C++, Perl, and IOA programs, in spreadsheet
files, and in other data sources.

Changes: Kvasir was updated to create the new format for declaration
records. Kvasir was also upgraded to support newer versions of glibc.

License: Open Software License

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

                        - %  - %  - % - % -

[011] - DbWrench 1.5.1 
  by harnekr (http://freshmeat.net/users/harnekr/)
  Wed, Sep 3rd 2008 13:27

Database
Database :: Front-Ends

About: DbWrench is multi-vendor, multi-platform database design  and
synchronization software. Features include a syntax  highlighting SQL query
editor, support for many of today's  most popular databases, a graphic
entity relation diagram  (ERD) designer, and the ability to forward and
reverse  engineer  databases. Its multi-vendor and multi-platform
functionality  makes it ideal for heterogeneous database environments.

Changes: This release focuses on improving Unicode support and the
appearance and usability of several panels. DbWrench now supports Central
and Eastern European characters within the application itself and in the
HTML database documentation it generates. The appearance and layout of
several panels has been changed, with goal of improving usability. 

License: Other/Proprietary License with Free Trial

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

                        - %  - %  - % - % -

[012] - FastFormat 0.2.1 (alpha 1) 
  by Dr Proctor (http://freshmeat.net/users/DrProctor/)
  Wed, Sep 3rd 2008 14:12

Software Development :: Internationalization
Software Development :: Localization

About: FastFormat is a C/C++ output and formatting library whose design
parameters are complete type-safety, efficiency, genericity, and
extensibility. It is simple to use and extend, highly portable (to any
platform or compiler), and it upholds the C tradition of you only pay for
what you use. FastFormat supports output and formatting of statements of
arbitrary complexity, consisting of heterogeneous types. FastFormat writes
to output "sinks", which can be of arbitrary type. 

Changes: This is the first public release of the library. It includes
comprehensive unit and component tests and a performance test. 

License: BSD License (revised)

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

                        - %  - %  - % - % -

[013] - FreeGuide TV Guide 0.10.9 
  by Andy Balaam (http://freshmeat.net/users/axis3x3/)
  Wed, Sep 3rd 2008 13:34

Desktop Environment
Internet

About: FreeGuide is a TV guide program. It allows you to find programs you
are interested in quickly, and ignore the rest.

Changes: FreeGuide now displays an error message when "Choose channels"
goes wrong. The install tarball script now has correct absolute paths.
Support for the Swedish grabber was fixed. The Windows installation was
updated to XMLTV 0.5.52. FreeGuide now installs on a clean system. More
variations in the XMLTV format are supported. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/freeguide-tv/

                        - %  - %  - % - % -

[014] - Fusil 1.0beta3 
  by Haypo (http://freshmeat.net/users/haypo/)
  Wed, Sep 3rd 2008 14:28



About: Fusil is a fuzzing program. Currently, it's specific to Linux
command line programs, but the code is designed to be used with any project
type (remote process, fake HTTP server, fuzz network socket, etc.). It is
based on a multi-agent system instead of a monolithic architecture.

Changes: The session is renamed using the process exit status (exit code
or signal). Execution progress is displayed. The total number of processes
is limited (to protect against fork bombs) and a core dump is allowed. Bugs
introduced by the user switching were fixed. Compatibility with Python 3000
and FreeBSD was improved. 

License: GNU General Public License v2

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

                        - %  - %  - % - % -

[015] - Gnumeric 1.9.2 (Development)
  by J.H.M. Dassen (Ray) (http://freshmeat.net/users/jdassen/)
  Wed, Sep 3rd 2008 05:30

Desktop Environment :: Gnome
Office/Business :: Financial :: Spreadsheet

About: Gnumeric is a powerful and easy to use spreadsheet using GNOME. Its
goal is to provide a full featured spreadsheet and a smooth migration path
for people and organizations currently using proprietary applications. It
provides more sheet functions and greatly improved accuracy when compared
to Microsoft's Excel. A plugin system lets you extend Gnumeric, adding
functions, I/O formats, and real time data capabilities. The existing
Python, Guile, and Perl plugins let you define complex functions. Gnumeric
is capable of reading and writing MS Excel (XLS and Office Open XML), and
reading Lotus, Applix, Quattro Pro, OpenCalc (ODF), XBase, DIF, SYLK, HTML,
Psion, MPS, oleo, sc, misc. text formats, and its native XML. It can also
generate Latex, HTML, and others.

Changes: Fixes were made for printing of footer lines, an attribute order
issue while loading, a simulation error message, distcheck, ODS import on
Win32, the cursor in tab labels, EOMONTH, a phyper hang, an openoffice
-pedantic problem, a bogus-xls problem, problems with invalid dates in
fn-financial, a MATCH problem with singletons, DDB problems, date entry,
entry of error constants, and odd renaming of some long file names on
Windows. The name guru defaults to absolute references. ssgrep was made a
lot more grep-like. Functions that work on sorted ranges were unified. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[016] - GOffice 0.7.1 (Development)
  by J.H.M. Dassen (Ray) (http://freshmeat.net/users/jdassen/)
  Wed, Sep 3rd 2008 05:25

Desktop Environment :: Gnome
Office/Business
Software Development :: Libraries

About: GOffice is a library of document-centric objects and utilities
building on top of GLib and Gtk+ and used by software such as Gnumeric.

Changes: Images used as the background in charts are serialized. Plot
engine memory leaks were fixed. A problem in which
gog_style_font_sax_save() writes unescaped font names was fixed. The
remaining libart calls were replaced. gio from glib is used. Legend
ordering was reversed for stacked 1.5d plots. Support for 3D plot axes and
backplanes was added. A user interface for 3D projection settings was
implemented. A valgrind bug was worked around. A date format problem was
fixed. The interpretation of "[red];[blue]" was fixed. 

License: GNU General Public License v2

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

                        - %  - %  - % - % -

[017] - Gringotts 1.2.10pre2 
  by Shlomi Fish (http://freshmeat.net/users/shlomif/)
  Wed, Sep 3rd 2008 22:48

Desktop Environment :: Gnome
Security
Security :: Cryptography

About: Gringotts is a small utility that allows you to jot down sensitive
data (passwords, PINs, small files, etc.) in an easy-to-read,
easy-to-access, and most of all very secure form. It lets the user choose
from among eight strong encryption algorithms (RIJNDAEL-128, RIJNDAEL-256,
SERPENT, TWOFISH, CAST-256, SAFER+, LOKI97, 3DES), two hashing algorithms
(SHA1, RIPEMD 160), and two compression techniques (ZLib and BZip2) with
four compression ratios. It allows the user to use any file or an entire
floppy disk as a password, as an alternative to the usual text string. 

Changes: An option to minimize to a tray icon has been added.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[018] - Hachoir core 1.2 
  by Haypo (http://freshmeat.net/users/haypo/)
  Wed, Sep 3rd 2008 14:31

Software Development :: Disassemblers
Utilities

About: Hachoir is a Python library used to represent a binary file as a
tree of Python objects. Each object has a type, a value, an address, etc.
The goal is to be able to know the meaning of each bit in a file. Hachoir
is able to open invalid or truncated files. It only reads or computes data
on demand to minimize load times. Many field types are predefined (integer,
bit, string, etc.) and strings with a given character set (such as
ISO-8859-1 or UTF-8) are supported. Addresses and sizes are stored in bits.


Changes: Field.getFieldType() was created to describe a field type and
give some useful information. The TimestampUnix64 field type was created.
GenericString now only guesses the character set once. If the charset
attribute if not set, a guess is made when it's requested by the user. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/hachoir-core/

                        - %  - %  - % - % -

[019] - Hachoir metadata 1.2 
  by Haypo (http://freshmeat.net/users/haypo/)
  Wed, Sep 3rd 2008 14:47

Multimedia

About: Hachoir metadata can extract metadata from archives (bzip2, gzip,
zip, tar), audio (MPEG audio/MP3, WAV, Sun/NeXT audio, Ogg/Vorbis, MIDI,
AIFF, AIFC, Real Audio), images (BMP, CUR, EMF, ICO, GIF, JPEG, PCX, PNG,
TGA, TIFF, WMF, XCF), and video (ASF/WMV, AVI, Matroska, Quicktime,
Ogg/Theora, Real Media). It supports invalid or truncated files and Unicode
text. It can remove duplicate values. It can also filter metadata according
to priority. 

Changes: The --maxlen option was created for the hachoir-metadata program.
--maxlen=0 disables the arbitrary string length limit. A FLAC metadata
extractor was created. Multiple comments in a GIF image are supported. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/hachoir-metadata/

                        - %  - %  - % - % -

[020] - Hachoir parser 1.2 
  by Haypo (http://freshmeat.net/users/haypo/)
  Wed, Sep 3rd 2008 14:34



About: Hachoir parser is a collection of parsers for the most common file
formats. It was written for the Hachoir framework. It can open archives
(7zip, bzip2, gzip, rpm, tar, unix_archive, zip), audio (aiff, itunesdb,
midi, mpeg_audio/mp3, real_audio, sun_next_snd), video (asf, flv, mov,
mpeg_ts, mpeg_video), audio/video containers (asn1, matroska, ogg/vorbis,
ogg/theora, real_media, riff/avi, riff/wav, swf), filesystems (ext2, fat12,
fat16, fat32, iso9660, linux_swap, msdos_harddrive, ntfs, reiserfs), game
data (lucasarts_font, spiderman_video, zsnes), images (bmp, gif, ico, jpeg,
pcx, png, psd, targa, tiff, wmf, xcf), programs (elf, exe, java_class,
python), and more. 

Changes: A FLAC parser, an Action Script parser, and a GNOME keyring
parser (which can parse the stored passwords using Python Crypto) were
added. The text extension field of GIF is supported and the image content
is parsed. The charset of IPTC string was fixed. The parser for TIFF was
improved to parse image data, and many tags were added. The charset for
summary strings of MS Office documents is now guessed. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/hachoir-parser/

                        - %  - %  - % - % -

[021] - Hachoir urwid 1.1 
  by Haypo (http://freshmeat.net/users/haypo/)
  Wed, Sep 3rd 2008 14:35



About: hachoir-urwid is a binary file explorer that uses the Hachoir
library to parse files. Using this tool, you can know the exact meaning of
each bit/byte of your files. With direction keys, you can navigate in the
field tree. The key 'h' will disable 'human display' and switch to 'raw
display'. It's sometimes useful when you would like to compare hexadecimal
data and Hachoir representation.

Changes: The new getFieldType() method of hachoir-core 1.2 is used to
display better information about the field type. For example, it shows the
string character set. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/hachoir-urwid/

                        - %  - %  - % - % -

[022] - Hachoir wx 0.3 
  by Haypo (http://freshmeat.net/users/haypo/)
  Wed, Sep 3rd 2008 14:39

Utilities

About: hachoir-wx is a wxWidgets-based program that's meant to provide a
(more) user-friendly interface to the facilities provided by the hachoir
binary parser core.

Changes: The new getFieldType() method of hachoir-core 1.2 is used to
display better information about the field type. For example, the string
character set is shown. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/hachoir-wx/

                        - %  - %  - % - % -

[023] - Imail Password Retriever 1 
  by Asterikast (http://freshmeat.net/users/asterikast/)
  Wed, Sep 3rd 2008 04:50



About: Imail Password Retriever can help Imail users who have forgotten
their passwords. Since Imail stores passwords in an encoded form in the
Windows registry, Imail Password Retriever can attempt to reverse the
encoding and turn it back to plain text. 

License: MIT/X Consortium License

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

                        - %  - %  - % - % -

[024] - ImgBrowz0r 0.2 
  by FSX (http://freshmeat.net/users/FSX/)
  Wed, Sep 3rd 2008 17:54

Software Development :: Libraries :: PHP Classes

About: ImgBrowz0r is a PHP class that can be used to display galleries of
images stored in server side files. It scans a given directory for images
with file name extensions of GIF, JPEG, and PNG image formats. The class
can generate thumbnail image files which are used to display the gallery
images in an HTML table. The thumbnails are presented as links to pages to
show the full size images. 

Changes: This release has a new function for displaying everything instead
of leaving the display part in the constructor. The transparency of PNG and
GIF images are preserved in the thumbnail. There are some bugfixes and many
other changes.

License: zlib/libpng License

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

                        - %  - %  - % - % -

[025] - Javascript VirtualKeyboard 3.4.2 (Maintenance)
  by WingedFox (http://freshmeat.net/users/WingedFox/)
  Wed, Sep 3rd 2008 05:16

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

About: Javascript VirtualKeyboard allows you to use any existing keyboard
layouts without having them installed on your local PC. This tool is useful
for embedding into a WYSIWYG HTML editor, a Web mail system, chat, forum,
or any other application requiring user input. About 70 languages/130
keyboard layouts are supported. It has an easy and powerful design,
allowing it to implement complex layouts like Korean, Japanese, Chinese,
and so on. It has full support for keyboard and mouse input. It features a
completely CSS-driven UI that is easy skinnable.

Changes: A new IME toolbar was implemented. Keyboard shortcuts for
switching pages are supported. Suggestion insertion with the mouse is
allowed by clicking on it. Chinese Pinyin layout in the uppercase input
mode was updated. Layouts were added for Chechen cyr/lat, Dari, Dinka,
Kurdish arabic/cyr/lat, Pashto, Tagalog, Tajik lat, Turkmen cyr, Uighur
arabic/cyr/lat, and Urdu arabic. Tab key presses in Internet Explorer were
fixed, inserting tab characters instead of jumping to another field. Input
of the physical deadkeys (accents) was fixed, producing duplicate symbols
input. 

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[026] - KaufKauf Shoppingmanager 0.51 
  by Oxygenic (http://freshmeat.net/users/oxygenic/)
  Wed, Sep 3rd 2008 17:56



About: The KaufKauf Shoppingmanager is a Web-based application that allows
you to manage your goods at home. It supports barcode scanners for faster
management, and it automatically creates shopping lists that can be printed
out or downloaded by cellphone. It also watches "best before" dates and
informs you via email or SMS when foods reach that date. The complete
application is a system that can be accessed from nearly everywhere and
offers you the possibility to find out what you really need next from the
supermarket. 

Changes: Now the OpenEANDB is queried to get product information in case
an unknown EAN is scanned so that new products can be added and counted
automatically.

License: Freeware

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

                        - %  - %  - % - % -

[027] - Kent Retargettable Occam Compiler 1.5.0-pre4 (Development)
  by imipak (http://freshmeat.net/users/imipak/)
  Wed, Sep 3rd 2008 04:38

Scientific/Engineering :: Mathematics
Software Development :: Compilers
System :: Clustering/Distributed Networks

About: The Kent Retargettable Occam Compiler is a  multi-platform Occam
2.1 compiler that is  designed to allow the Occam programming  language to
be used on non-Transputer  platforms. Extensions from a subset of the Occam
3 specification and from pi calculus have been added over time. As a
result, the version of the language supported by the compiler is also
sometimes referred to as Occam 2.5 or Occam-pi.

Changes: A variety of library and tool updates and bugfixes. Pony
(network) support should now be available again.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[028] - Kuklomenos 0.2.1 
  by mbays (http://freshmeat.net/users/mbays/)
  Wed, Sep 3rd 2008 04:34

Games/Entertainment :: Arcade

About: Kuklomenos is an abstract shoot-em-up game with a strategic twist.
It enjoys minimalistic graphics and intense, challenging gameplay. 

Changes: Some display bugs were fixed or worked around. Missing GPL
boilerplate was added to source files. The documentation was improved.

License: GNU General Public License v3

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

                        - %  - %  - % - % -

[029] - Leafpad 0.8.15 
  by tarot (http://freshmeat.net/users/tarot231/)
  Wed, Sep 3rd 2008 14:34

Text Editors

About: Leafpad is a GTK+ based text editor that emphasizes simplicity. As
development focuses on keeping weight down to a minimum, only the most
essential features are implemented in the editor. Leafpad is simple to use,
is easily compiled, requires few libraries, and starts up quickly.

Changes: This release adds and update some translations.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[030] - libneuro 0.0.1 
  by ter (http://freshmeat.net/users/t_e_r/)
  Wed, Sep 3rd 2008 05:51

Multimedia :: Sound/Audio :: Speech

About: libneuro implements a simple codec for a single stream signal data
in the Neuro format, a PCM data format for 1+ dimensional signals. The
signal stream is serialized as an Ogg bit stream for transport. It is
currently the only codec that is designed to work with libalinga. 

License: GNU General Public License v3

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

                        - %  - %  - % - % -

[031] - libneuro-java 0.0.1 
  by ter (http://freshmeat.net/users/t_e_r/)
  Wed, Sep 3rd 2008 05:51

Multimedia :: Sound/Audio :: Speech

About: libneuro-java is a Java native interface to libneuro. It provides
C++ and Java wrappers, as well as Java classes. It also provides control
files to generate them from the libneuro interface using the program swig.
The major and minor versions of this JNI will track that of libneuro, but
its bugfixes are independent of libneuro bugfixes. 

License: GNU General Public License v3

URL: http://freshmeat.net/projects/libneuro-jni/

                        - %  - %  - % - % -

[032] - libprelude 0.9.20 
  by yoann (http://freshmeat.net/users/yoann/)
  Wed, Sep 3rd 2008 17:50

Security
Software Development :: Libraries
System :: Monitoring

About: The Prelude Library (libprelude) is the glue that binds all aspects
of Prelude together. Prelude is a hybrid Intrusion Detection framework
implementing an open communication layer for use by any security
application. libprelude is a library that enables Prelude components to
communicate with the Prelude concentrator. It also makes it easy for third
party software to be made 'Prelude Aware' (able to communicate with Prelude
components). It provides common, useful features used by every sensor.

Changes: Multithreading API independence: support for POSIX, Solaris, pth,
and Win32 backends. Automatic node name and address detection. When casting
an IDMEF value fails, the unmodified IDMEF value is returned. Non-working
uint32 and uint64 to time cast is fixed. A possible double free when
casting an IDMEF value is fixed. Unit tests are included. The C++ headers
installation path is fixed. A Perl EasyBindings IDMEF->Read() method
infinite loop is fixed. A new IDMEF value is handled as a new IDMEF object:
the old value is returned if one already exists.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[033] - LoggedFS 0.5 
  by Rémi Flament (http://freshmeat.net/users/remipouak/)
  Wed, Sep 3rd 2008 22:51

System :: Filesystems

About: LoggedFS is a transparent fuse-filesystem which allows you to log
every operation that happens in the backend filesystem. Logs can be written
to syslog, to a file, or to standard output. It comes with an XML
configuration file in which you can choose exactly what you want to log.
You can add filters on users, operations (open, read, write, chown, chmod,
etc.), filenames, and return codes. Filename's filters are regular
expressions. Since it is fuse-based, you don't need to change anything in
your kernel or hard disk partition to use it.

Changes: The open operation is divided into three operations to allow more
fine grained logging: open read/write, open read-only, and open write-only.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[034] - lua-discount 1.2.10 
  by A.S. Bradbury (http://freshmeat.net/users/asbradbury/)
  Wed, Sep 3rd 2008 22:54

Text Processing :: Markup
Text Processing :: Markup :: HTML/XHTML

About: lua-discount is a Lua binding to Discount, a fast C implementation
of the Markdown text to HTML markup system.

Changes: Updated to upstream Discount 1.2.10. As a result, the "nohtml"
option has been added, which will disable embedded HTML. This release is
compiled to use relaxed emphasis, meaning underscores don't count when
they're in the middle of a word. The results of a simple benchmark versus
markdown.lua are now available on the homepage.

License: BSD License (original)

URL: http://freshmeat.net/projects/lua-discount/

                        - %  - %  - % - % -

[035] - midori JavaScript framework Revision 80 
  by Aycan (http://freshmeat.net/users/Aycan/)
  Wed, Sep 3rd 2008 17:54

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

About: midori is a JavaScript framework that does not require you to learn
an entirely new API or change your existing coding habits. It supports CSS
selectors, tabs, drag and drop, AJAX without breaking the back button,
auto-completion, and pop-up menus, among other things. It is only 45K
uncompressed.

License: MIT/X Consortium License

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

                        - %  - %  - % - % -

[036] - mtr 0.74 
  by Moritz Barsnick (http://freshmeat.net/users/barsnick/)
  Wed, Sep 3rd 2008 14:15

System :: Monitoring

About: mtr combines the functionality of the 'traceroute' and 'ping'
programs in a single network diagnostic tool. It features a console as well
as a GTK based interface.

Changes: The "-u" option was added to use UDP datagrams instead of ICMP
ECHO. GTK+ related code was cleaned up. Version 2.4.0 of GTK+ is now
required. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[037] - Mumps Compiler 11.3 
  by imipak (http://freshmeat.net/users/imipak/)
  Wed, Sep 3rd 2008 04:41

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

About: Mumps Compiler is a compiler for a subset of the Mumps language, a
language used mainly in healthcare. It is compatible with most operating
systems with a standard C compiler.

Changes: Extensive enhancements and bugfixes.

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[038] - mxGraph 0.12.2.2 
  by bensond (http://freshmeat.net/users/BessyBoo/)
  Wed, Sep 3rd 2008 14:11

Information Management
Information Management :: Workflow Frameworks
Multimedia :: Graphics :: Editors :: Vector-Based

About: mxGraph is a JavaScript library that uses built-in browser
capabilities to provide an interactive drawing and diagramming solution.
Target applications are Web based applications that require workflow/BPM,
diagram, network, or general graph editing to be available in-place on a
Web page. 

Changes: This release has been checked for compatibility with Google
Chrome 0.2.149.27 and passes all mxGraph regression tests. Also, a number
of minor bugs were fixed. 

License: Free for non-commercial use

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

                        - %  - %  - % - % -

[039] - MyConnection Server 8.1b 
  by Visualware Inc. (http://freshmeat.net/users/trish/)
  Wed, Sep 3rd 2008 14:45

Communications :: Telephony
Internet
System :: Diagnostics

About: MyConnection Server is broadband testing software which measures
connections for bandwidth speeds and connection quality for time critical
applications such as VoIP, Video conferencing, and IPTV. It helps
organizations assess networks for deployment of new/additional services and
identify and resolve last mile customer connectivity problems with little
need for the customer to assist in the resolution process. A network route
testing component details the path of the connections and where packet loss
and latency occur, including discovery of multiple routes to a destination.
Remote Test Agents enable technical staff to customize and interactively
manage the bandwidth testing process and perform extended quality testing
over hours or days to address and resolve intermittent problems as
required. Satellite Servers establish additional connection testing points
at the application edge to accurately test actual application network
paths. 

Changes: This update includes various minor fixes and improvements. 

License: Other/Proprietary License with Free Trial

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

                        - %  - %  - % - % -

[040] - newsstar 1.5.2 
  by Tony Houghton (http://freshmeat.net/users/realh/)
  Wed, Sep 3rd 2008 04:35

Communications :: Usenet News

About: Newsstar fetches news and posts it to a local news server: INN,
s-news, and sn are supported. What makes newsstar special is that it can
make multiple simultaneous connections, not only to one server, but to
several, supporting up to 10 "threads". Before fetching each article, it
checks that it hasn't already been downloaded by another thread or in a
previous session. It can also "pipeline" article requests to make better
use of available bandwidth. SSL is supported.

Changes: This release downgrades the message about trying to delete
outgoing articles from the queue when another thread has already deleted
them (a fairly common and harmless side effect of extra_feed).
Multi-threaded rebuilding of child thread tables is protected with a mutex.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[041] - NexentaStor 1.0.7 
  by Erast Benson (http://freshmeat.net/users/Erast/)
  Wed, Sep 3rd 2008 04:21

System
System :: Archiving
System :: Archiving :: Backup

About: NexentaStor leverages the ZFS file system and is optimized for use
in 2nd-tier NAS and iSCSI applications requiring open, low cost, high
performance storage as well as dramatically simplified provisioning,
expansion, backup, replication, and archiving. It is also used as a primary
NAS in businesses that wish to expand at closer to commodity pricing. It
supports unlimited snapshots, snapshot mirroring (replication), block level
mirroring, integrated search, and easy management of extremely large
storage pools.

Changes: ZFS Write Once, Read Many (WORM) support. Auto-services automated
retry once/if remote peer becomes reachable. The create and grow volume
process handles cache devices. SMTP over TLS support. The auto-CDP service
has multiple improvements and fixes. iSCSI target improvements, and many
fixes for the VMware ESX data store. A new plugin: ATA over Ethernet (AOE).
ZFS autoreplace: the ability to hot plug a drive when replaced.

License: Other/Proprietary License with Free Trial

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

                        - %  - %  - % - % -

[042] - OPEN BEXI Creative 2.0 beta R4 
  by arcazj (http://freshmeat.net/users/arcazj/)
  Wed, Sep 3rd 2008 04:47

Software Development :: Build Tools
Software Development :: Code Generators

About: OPENBEXI Creative is the server side of the project OPEN BEXI. This
prototype use AJAX to get data from MySQL servers, Google media, or remote
hard drives. You can build dynamic Web pages from the WYSIWYG OPEN BEXI
HTML Builder connected to the server, and publish your Web pages if your
Web hosting provider allows SSH access.

Changes: This release comes with an embedded Tomcat server, embedded
HSQLDB, and a preconfigured Firefox browser. It allows you to generate
static Web pages or AJAX applications (forms and grids) using FCKeditor,
the Dojo 1.1 library, and more.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/ob-creative/

                        - %  - %  - % - % -

[043] - OPEN BEXI HTML Builder 2.0 beta R4 
  by arcazj (http://freshmeat.net/users/arcazj/)
  Wed, Sep 3rd 2008 04:46

Multimedia :: Graphics :: Editors
Software Development :: Build Tools
Software Development :: Code Generators

About: OPEN BEXI HTML Builder is a WYSIWYG HTML editor for Internet
Explorer and Firefox that allows you to create Web pages and generate HTML
code without any HTML knowledges. Powerful text, table, form, media, and
other editors let you create, update, and remove HTML components.

Changes: This release allows you to generate static Web pages or AJAX
applications (forms and grids) using FCKeditor, the Dojo 1.1 library, and
more.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/ob-htmlbuilder/

                        - %  - %  - % - % -

[044] - OPeNDAP 1.4.1 (OCAPI)
  by imipak (http://freshmeat.net/users/imipak/)
  Wed, Sep 3rd 2008 17:56

Database
Internet
Scientific/Engineering

About: OPeNDAP is a client/server system for making local data accessible
to remote locations without regard to the local or remote storage format,
architecture, or environment. 

Changes: Updated test files. Applied fixes for memory problems, OS X build
problems, and a couple of critical bugs.

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[045] - OpenRedAlert 407 
  by Damien Carol (http://freshmeat.net/users/dcarol/)
  Wed, Sep 3rd 2008 13:26

Games/Entertainment :: Real Time Strategy

About: OpenRedAlert is a Westwood Red Alert game engine. It is a real time
strategy game. To play the game with this engine, you need the original
game (mix files). The only game supported is Red Alert 1. OpenRedAlert
works also with the demo version. 

Changes: A lot of features were added. Bugs were fixed. More strings are
located. Cheats are available to pass and test all campaign missions.
Barrel explosion was implemented. The radar animation was fixed. A new map
(unofficial) was added. The texts of missions are now located. 

License: GNU General Public License v2

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

                        - %  - %  - % - % -

[046] - OrangeHRM 2.4-beta.8 
  by orangehrm (http://freshmeat.net/users/orangehrm/)
  Wed, Sep 3rd 2008 05:56

Internet :: WWW/HTTP :: Dynamic Content
Office/Business
Office/Business :: Office Suites

About: OrangeHRM is an Human Resource Management (HRM) system that
implements employee personal information management, leave and vacations,
time and attendance tracking, benefits, applicant tracking (recruitment),
configurable, user defined reports, and employee self service.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[047] - p300 762 
  by Markus Goetz (http://freshmeat.net/users/guruz/)
  Wed, Sep 3rd 2008 13:37

Communications :: File Sharing

About: p300 is a P2P application that allows you to share directories with
other computers on a LAN or VPN. Other hosts running p300 are automatically
discovered using IP Multicast. Bandwidth limiting is supported. You can
configure which hosts may access your shared directories. You can use an
integrated browser and download manager to download files from other p300
programs on your network, or use your Web browser. You can also use WebDAV
to mount the directories from other computers. A search function and an
integrated chat (instant messenger) are available.

Changes: A cleaner and more intuitive UI is presented. Problems when using
Java Webstart were fixed. Smaller bugfixes and convenience features were
added. 

License: GNU General Public License v3

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

                        - %  - %  - % - % -

[048] - Paludis 0.30.0 
  by Ciaran McCreesh (http://freshmeat.net/users/ciaranm/)
  Wed, Sep 3rd 2008 22:44

System :: Software Distribution
System :: Software Distribution Tools

About: Paludis is a package management library that works with Gentoo
style ebuilds, together with a simple console client. It is entirely
independent of Portage. 

Changes: Paludis no longer includes wrappers for GNU awk, make, patch, and
sed. Users of systems where the default versions are not the GNU versions
must use PATH manipulation or aliases in /etc/paludis/bashrc to ensure that
the GNU versions are used. (This is not necessary on typical Linux systems;
check <command> --version if in doubt.) Support for from- and in-
repository deps. Wildcards are now allowed for paludis --query,
--uninstall, and --install. Unavailable format repositories are now
documented and built by default.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[049] - pam_lirc 2 
  by Henrik Theiling (http://freshmeat.net/users/theiling/)
  Wed, Sep 3rd 2008 04:33

System :: Logging

About: pam_lirc is a PAM authentication module that lets you type your
password on a remote control.

Changes: GDM login was tested and works now; many similar service are
expected to work too. Some memory leaks were fixed. LIRC config files are
provided for mceusb2 and imon-pad, and documentation was added on how to
write a standard config file manually.

License: GNU General Public License v3

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

                        - %  - %  - % - % -

[050] - peppy 0.7.5.2 
  by Rob McMullen (http://freshmeat.net/users/robm351/)
  Wed, Sep 3rd 2008 04:50

Text Editors

About: peppy ((ap)Proximated (X)Emacs Powered by Python) is a
wxPython/Scintilla-based editor written in and extensible through Python.
It attempts to provide an XEmacs-like multi-window, multi-tabbed framework
with low coupling, so it's easy to add support for new types of files.

Changes: This release improves parsing of C/C++ method signatures, and
fixes several bugs in the C/C++ autoindenter. View parameters (tab size,
indentation, etc.) can now be customized on a per-project basis. All
Scintilla default keystrokes can now be overridden using peppy actions. The
file completion popup now correctly handles very long filenames.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[051] - phpLogCon 2.5.6 (Development)
  by deltaray (http://freshmeat.net/users/deltaray/)
  Wed, Sep 3rd 2008 14:15

System :: Logging
System :: Monitoring

About: phpLogCon is a Web front-end for syslog and other network event
data. It provides easy browsing and some basic analysis. Data are taken
from databases or plain syslog text files, so phpLogCon does not require
changes to an existing logging infrastructure. Depending on the log data
present, it can process syslog messages, Windows event log entries, and
some more exotic things. Its troubleshooting support enables users to
quickly find solutions to problems seen in the log data.

Changes: A message parser facility was implemented. This extendable
facility helps to split messages into fields. The fields can be filtered
and searched for. A message parser for Windows eventlog logfiles generated
by Adiscon products is included. Linebreaks within messages are now
displayed in the popup window and the detail page. Database upgrade
functionality was added. If you are using the user management system, you
will be prompted to upgrade your database next time you login. 

License: GNU General Public License v3

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

                        - %  - %  - % - % -

[052] - PHPulse 3.1.0 
  by Owen Rubel (http://freshmeat.net/users/geezo/)
  Wed, Sep 3rd 2008 17:53

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

About: PHPulse is a quick development MVC framework for PHP. It is built
to remove the redundant minutia such as form processing, table creation,
session handling, etc. and leave the developer to concentrate on the actual
application. It is also extremely lightweight and fast, with a modular
development environment that allows functionality to be added quickly and
easily with a built in templating engine.

Changes: This release adds cohesive filtering and callback getter/setter
functions for the action class, so rather than accessing functions via a
dependency injected model object, you just use
getter(function,array(var1,var2,var3,etc)) to access getters and
setter(function,array(var1,var2,var3,etc)) to access setters. Also included
are additional logging capabilities for the entire framework, as well as
basic fixes and improvements in speed.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[053] - PhpWebGallery Butterfly 1 (Development)
  by Pierrick LE GALL (http://freshmeat.net/users/z0rglub_pierrick/)
  Wed, Sep 3rd 2008 04:22

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

About: PhpWebGallery is an image gallery with a very simple installation
interface and administration panel. It features free or restricted access,
user management, groups, access management for each category, multi-server
support, user comments, HTML templates, virtual categories, multi-lingual
support, an RSS notification feed, EXIF and IPTC support, multi-category
support (each picture can belong to more than one category), compliance
with W3C specifications, and simple external authentication.

Changes: The template engine has moved to Smarty. Full UTF-8 compatibility
was added. The slideshow was improved. Permissions at image level were
added. Tags display by letter was added. A menu bar manager was added. A
template files manager was added. The synchronization process was
simplified. A browser language detection was added.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[054] - pyswisseph 1.75.00-0 
  by stnsls (http://freshmeat.net/users/stnsls/)
  Wed, Sep 3rd 2008 04:41

Religion
Scientific/Engineering :: Astronomy
Software Development :: Libraries :: Python Modules

About: pyswisseph is a Python extension to AstroDienst's Swiss Ephemeris C
library (also known as swisseph). This extension implements very accurate
astronomical calculations for astrological purposes. 

Changes: Sources have been updated to swisseph 1.75.00. A Win32 binary for
Python 2.5 is available.

License: GNU General Public License v2

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

                        - %  - %  - % - % -

[055] - python-ptrace 0.4.2 
  by Haypo (http://freshmeat.net/users/haypo/)
  Wed, Sep 3rd 2008 14:43

Software Development :: Debuggers

About: python-ptrace is a debugger using ptrace written in Python. It's
able to control multiple processes, read/write bytes, perform breakpoint
and step by step execution, use a disassembler, syscall tracer, and parser,
explain why a signal is raised, dump registers, stack, and memory mappings,
etc.

Changes: A typographical error was fixed in gdb.py. A typographical error
was fixed in the SignalInfo class. When a process received a SIGCHLD signal
(because of a fork), the debugger exited because of this bug.
Debugger._wait() returned an abnormal process exit as a normal event, and
the event was not raised as an exception. PtraceSignal does not clear
preformatted arguments (such as arguments of execve). 

License: GNU General Public License v2

URL: http://freshmeat.net/projects/python-ptrace/

                        - %  - %  - % - % -

[056] - Recovery Is Possible! 6.4 (Stable)
  by KRobotti (http://freshmeat.net/users/K_Robotti/)
  Wed, Sep 3rd 2008 14:11

System :: Archiving :: Backup
System :: Operating System

About: Recovery Is Possible (RIP) is a CD or USB
boot/rescue/backup/maintenance system. It has support for many filesystem
types (Reiserfs, Reiser4, Ext2/3/4, HFS+, ISO-9660, UDF, XFS, JFS, UFS2,
CIFS, MS DOS, NTFS, and VFAT) and contains several utilities for system
recovery. It also has IDE/SCSI/SATA, RAID, LVM2, and Ethernet/DSL/cable
network support. 

Changes: Some software was updated and some fixes were made. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[057] - rwdhypernote 0.12 
  by Gibby (http://freshmeat.net/users/gibsons/)
  Wed, Sep 3rd 2008 22:45

Desktop Environment
Text Processing

About: rwdhypernote is a hierarchical note editor. It uses a directory
structure for notes, and can record internal links and Web links. It has
context-sensitive help. Additional applets can be downloaded. The GUI
interface used is RubyWebDialogs, which runs through a Web browser.
Therefore, it is completely cross-platform. This is part of the Tinker
framework using Ruby, so applets can be added and removed.

Changes: This version has been updated for rwdtinker 1.74. It includes
more debugging information in initiateapplet and corrects GUI building
error recovery. Additional cleanup is done for live applet addition and
removal. After removing an applet, the focus returns to the proper tab.
Error messages are reduced unless $DEBUG is set to true.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[058] - RwdTorrent 0.06 
  by Gibby (http://freshmeat.net/users/gibsons/)
  Wed, Sep 3rd 2008 04:40

Communications :: File Sharing
Desktop Environment

About: rwdtorrent is a BitTorrent client. It can view metafile 
information locally or over HTTP. Torrent files can be  downloaded. 

Changes: This release includes updates for RwdTinker 1.73. It has major
refactoring for live loading and unloading of applets, as well as some
debugging for RubyTorrent.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[059] - samhain 2.4.6 
  by rainer (http://freshmeat.net/users/rainer/)
  Wed, Sep 3rd 2008 04:34

Security

About: samhain is a daemon that can check file integrity, search the file
tree for SUID files, and detect kernel module rootkits (Linux only). It can
be used either standalone or as a client/server system for centralized
monitoring, with strong (192-bit AES) encryption for client/server
connections and the option to store databases and configuration files on
the server. For tamper resistance, it supports signed
database/configuration files and signed reports/audit logs. It has been
tested on Linux, FreeBSD, Solaris, AIX, HP-UX, and Unixware. 

Changes: This release fixes a potential deadlock (if dnmalloc is enabled),
a compile problem on Win2k/Cygwin, and a portability problem with the
regression tests.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[060] - Simple Movie Catalog 1.0.3 
  by Damien Langg (http://freshmeat.net/users/damienlangg/)
  Wed, Sep 3rd 2008 13:32

Multimedia

About: Simple Movie Catalog will scan a given directory for movies, query
IMDb for info, and generate a catalog in HTML that offers sorting and
grouping of found movies by different criteria.

Changes: A bug related to searching in interactive mode was fixed. Some
minor improvements in scanning and formatting were done. 

License: GNU General Public License v3

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

                        - %  - %  - % - % -

[061] - Sketsa SVG Editor 5.3.1 
  by kiyut (http://freshmeat.net/users/kiyut/)
  Wed, Sep 3rd 2008 04:44

Artistic Software
Multimedia :: Graphics :: Editors :: Vector-Based
Text Processing :: Markup :: XML

About: Sketsa SVG Editor is a vector drawing application based on SVG. It
allows users to create vector graphics that can be scaled and printed at
any resolution, without losing detail or clarity. It features various tools
for optimizing content creation, and includes a property palette, a DOM
editor, a source editor, a resource editor, SVG-specific shape tools,
transformation tools, and additional illustration tools. It uses SVG as
native file format.

License: Other/Proprietary License with Free Trial

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

                        - %  - %  - % - % -

[062] - SmartSVN 4.0.4 
  by SyntEvo GmbH (http://freshmeat.net/users/syntevo/)
  Wed, Sep 3rd 2008 13:44

Software Development :: Version Control :: Subversion

About: SmartSVN is a feature-rich and easy-to-use Subversion client. It
runs on Linux, Mac OS X, OS/2, Unix, and Windows. In addition to the normal
SVN commands like checkout, update, commit, merge, etc., it provides tag
and branch handling (no need to deal with URLs just to switch to a
different tag or branch), a built-in file compare and conflict solver, and
much more. There is no need to install additional tools for handling SVN
working copies, like a command line SVN client or a file comparison tool. 

License: Free To Use But Restricted

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

                        - %  - %  - % - % -

[063] - SVNKit 1.2.0-RC2 (Early Access)
  by TMate Software (http://freshmeat.net/users/oka801/)
  Wed, Sep 3rd 2008 17:46

Software Development :: Libraries :: Java Libraries
Software Development :: Version Control
Software Development :: Version Control :: Subversion

About: SVNKit is a pure Java Subversion (SVN) client library. This means
that users of the library (i.e. Java applications) do not have to include
svn native binaries or javahl bindings to work with subversion
repositories. It is not only a 100% Java replacement for javahl bindings,
but also a library that provides a high level of control over subversion
repository operations.

Changes: This version is fully compatible with the Subversion 1.5 version
line. It also includes a significantly improved SVNKit-based Subversion
command line client.

License: Free for non-commercial use

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

                        - %  - %  - % - % -

[064] - Syntext Serna 4.1 Beta (Serna2)
  by Syntext Team (http://freshmeat.net/users/syntext/)
  Wed, Sep 3rd 2008 13:41

Text Processing :: Markup :: XML
Text Processing :: Markup :: XSL/XSLT

About: Syntext Serna is a highly customizable, multi-platform, pure
XSL-driven WYSIWYG XML content editor. It looks and works like a
conventional word processor, yet it gives you much more flexibility to
alter or reuse content while keeping its integrity intact. It lets you
collaborate on compound documents that contain embedded data from various
sources. Content is viewed as an integrated whole that is intuitively
transparent to authors.

Changes: This release fixes a number of stability issues.

License: Free To Use But Restricted

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

                        - %  - %  - % - % -

[065] - TMAPIX 0.2 (Filter)
  by Lars Heuer (http://freshmeat.net/users/heuer/)
  Wed, Sep 3rd 2008 14:17

Information Management :: Document Repositories
Information Management :: Metadata/Semantic Models
Software Development :: Libraries :: Java Libraries

About: TMAPIX is a collection of Java libraries that provides comfortable
access to TMAPI-compatible Topic Maps engines. Beside several utility
classes, it provides libraries to build and query topic maps.

Changes: Missing XPath axes were added. Code improvements were made. 

License: Mozilla Public License (MPL)

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

                        - %  - %  - % - % -

[066] - TOMOYO Linux 1.6.4 
  by kumaneko (http://freshmeat.net/users/kumaneko/)
  Wed, Sep 3rd 2008 05:56

System :: Operating System Kernels :: Linux

About: TOMOYO Linux is an extension for Linux to provide mandatory access
control (MAC) functions. It is provided in the form of patches to the Linux
vanilla kernel and utilities for policy management.

Changes: This release adds support for the vanilla 2.6.27-rc5 kernel,
openSUSE 11.0's 2.6.25 kernel, Ubuntu 8.10's 2.6.27 kernel, and Mandriva
2009.0's 2.6.27 kernel. A Kickstart page for Mandriva 2008.1 is available. 

License: GNU General Public License v2

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

                        - %  - %  - % - % -

[067] - TrackStudio Enterprise 3.5.34 
  by maximkr (http://freshmeat.net/users/maximkr/)
  Wed, Sep 3rd 2008 13:41

Software Development
Software Development :: Quality Assurance
Software Development :: Testing

About: TrackStudio is a hierarchical Java-based issue tracking and bug
tracking system. It includes per-project workflows, user role specific
actions, filters, notification rules, subscriptions, access control lists,
and reports. Both hierarchical categorization and cross-cutting views of
your issue space are provided. 

License: Other/Proprietary License with Source

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

                        - %  - %  - % - % -

[068] - TraffStats 0.11.3 
  by Klaus Zerwes zero-sys.net (http://freshmeat.net/users/zerosys/)
  Wed, Sep 3rd 2008 14:27

Database
Internet
System :: Monitoring

About: TraffStats is a monitoring and traffic analysis application that
uses SNMP to collect data from any enabled device. It has the ability to
generate graphs (using jpgraph) with the option to compare and sum up
different devices. It has a multiuser-design with rights-management and
support for multiple languages. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[069] - uBee512 2.8.0 
  by Stewart Kay (http://freshmeat.net/users/calip45/)
  Wed, Sep 3rd 2008 04:49

System :: Emulators

About: uBee512 is an emulator for the Microbee Z80 microcomputers. It
emulates all 56-512K FDD, 256TC, and 32K ROM based models. The emulation
includes full Premium/standard model graphics and sound, has Z80 PIO
emulation for tape, sound, RTC, serial to PC RS232 port, and printer
peripherals with interrupt support. 6545 and 256TC Keyboard emulation is
fully supported. The Microbee display may be viewed in a window or full
screen.

Changes: Changes to video rendering: SW/HW video surfaces are supported
along with 8, 8gs, 16, and 32 bits per pixel modes. The options
--video-type, --video-depth, --mouse-wheel, --lockfix-win32, --lockfix-x11,
--js-clist, --lcons, --gui-persist, --cmd-repeat1, and --cmd-repeat2 are
added. This release adds mapping of the joystick to commands, and hot keys
to pause and set volume. Hot keys are now repeatable. Volume level, paused
state, and debug are added to the status line. Color PROM values are added.
Uost CPU time for screen writing is reduced by eliminating redundant
updates. There are new versions of some CP/M tools. Many other changes and
fixes were made.

License: GNU General Public License v2

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

                        - %  - %  - % - % -

[070] - unionfs-fuse 0.22 
  by Radek Podgorny (http://freshmeat.net/users/rpodgorny/)
  Wed, Sep 3rd 2008 22:43

System :: Filesystems

About: unionfs-fuse is an effort to create a userland unionfs
implementation that is way more flexible than the current in-kernel based
unionfs solution.

Changes: Minor bugfixes to handle complex RO/RW configurations.

License: BSD License (revised)

URL: http://freshmeat.net/projects/unionfs-fuse/

                        - %  - %  - % - % -

[071] - UvumiTools Crop 1.0.0 
  by UvumiTools (http://freshmeat.net/users/uvumi/)
  Wed, Sep 3rd 2008 05:50



About: UvumiTools Crop lets you add image cropping or other boundary
selection features to your Web site without requiring your users to install
Flash or other heavy browser plugins. It is pure JavaScript, highly
configurable, and easy to implement. This is a popular feature on many
sites these days, especially for cropping out avatars or "buddy icons" in
forums and social networking sites. 

License: MIT/X Consortium License

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

                        - %  - %  - % - % -

[072] - UvumiTools Dropdown Menu 1.0.1 
  by UvumiTools (http://freshmeat.net/users/uvumi/)
  Wed, Sep 3rd 2008 22:46

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

About: UvumiTools Dropdown Menu is a cross-browser,  fully degradable,
unobtrusive dropdown menu  plugin. It is very easy to use and simply adds 
features and functionality to existing HTML on  your site. It turns a basic
unordered list into a  very nice and sturdy animated horizontal drop- down
menu.

Changes: This release fixes an issue that was causing the menu to render
itself behind other objects in the document, making it difficult to use on
certain Web pages.

License: MIT/X Consortium License

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

                        - %  - %  - % - % -

[073] - VariCAD 2008 3.01 
  by Leos Zaplatilek (http://freshmeat.net/users/varicad/)
  Wed, Sep 3rd 2008 13:46

Communications :: Email
Multimedia :: Graphics :: 3D Modeling

About: VariCAD is a 3D/2D CAD system for mechanical engineering. In
addition to standard tools for 3D modeling and 2D drafting, the CAD system
provides tools for sheet metal unbending and crash tests, libraries of
standard mechanical parts (ANSI, DIN) and symbols, mechanical part
calculations, and tools for working with bills of materials (BOMs) and
title blocks. VariCAD supports STEP, STL, IGES, DWG, and DXF file formats. 

License: Other/Proprietary License with Free Trial

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

                        - %  - %  - % - % -

[074] - VisIt 1.10.0 
  by Brad Whitlock (http://freshmeat.net/users/BradWhitlock/)
  Wed, Sep 3rd 2008 22:48

Multimedia :: Graphics
Multimedia :: Graphics :: 3D Rendering
Scientific/Engineering

About: VisIt is an interactive parallel visualization and graphical
analysis tool for viewing scientific data. Users can quickly generate
visualizations from their data, animate them through time, manipulate them,
and save the resulting images for presentations. VisIt contains a rich set
of visualization features so that you can view your data in a variety of
ways. It can be used to visualize scalar and vector fields defined on two-
and three-dimensional (2D and 3D) structured and unstructured meshes. It
was designed to interactively handle very large data set sizes in the
terascale range, and works well down to small data sets in the kilobyte
range.

Changes: This release includes many feature enhancements and bugfixes. The
Streamline plot has been vastly improved to support creation of streamlines
across domain boundaries, parallelism, and better numerics. VisIt's user
interface can now be translated into other languages using Qt linguist.
This release attempts to use the loopback network interface (127.0.0.1) to
avoid socket issues. It can use the IceT rendering library on clusters.
Many file format readers have been improved, including Tecplot (support for
binary files), XDMF, PlainText, FLASH, and EnSight.

License: BSD License (revised)

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

                        - %  - %  - % - % -

[075] - VoiceChatter 0.9.8 
  by Chris Weiland (http://freshmeat.net/users/Hobbiticus/)
  Wed, Sep 3rd 2008 17:52

Communications :: Chat
Communications :: Conferencing
Games/Entertainment

About: VoiceChatter is a cross-platform voice chatting application. It is
built for gaming, so it is lightweight, yet it delivers excellent voice
quality over minimal bandwidth and latency. 

Changes: New additions include IPv6 support, a native Linux daemon, and
server configuration prompts to make first time server setup easier. A bug
that could lead to frequent disconnects or connection rejects has been
resolved. A few uncommon client crashes have been identified and fixed.

License: GNU General Public License v2

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

                        - %  - %  - % - % -

[076] - Voisin 1.246 
  by IJ Solutions (http://freshmeat.net/users/ijsolutions/)
  Wed, Sep 3rd 2008 17:51

Communications
Communications :: Chat
Communications :: Conferencing

About: Voisin is a social networking and group collaboration platform.
It's a complete Enterprise 2.0 solution that combines all of the
technologies you need to implement Enterprise 2.0 best practices in order
to help your work force realize the full benefit of social collaboration
and knowledge sharing as they work to achieve group goals. It is based on
the OpenEdit Framework.

Changes: This release includes extensive group management capabilities,
integrated wiki, blogs, and profile pages, and a complete CMS based on the
OpenEdit platform.

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[077] - Wally 1.1.0 
  by TortugaLabs (http://freshmeat.net/users/tortugalabs/)
  Wed, Sep 3rd 2008 04:33

Desktop Environment :: Tools

About: Wally is a Qt4 wallpaper changer using multiple sources like files,
folders, Flickr community, and Yahoo! It runs under Linux and Win32 (Mac OS
X support is in progress). Supported Linux window managers are GNOME, KDE3,
XFCE4, BlackBox, FluxBox, Window Maker, and FVWM (experimental). 

Changes: This release adds Fluxbox, Blackbox, FVWM (unstable), and
WindowMaker support. XFCE4 support has been fixed. The "Cancel" command now
works when an HTTP download is in progress.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[078] - Web Help Desk 9.1.2 
  by MacsDesign Studio LLC (http://freshmeat.net/users/tsiddall/)
  Wed, Sep 3rd 2008 14:26

Information Management
Information Management :: Issue Tracking
Office/Business

About: The Web Help Desk is a Web-based helpdesk software system that
allows you to dynamically assign, track, and fulfill all of your technical
support trouble tickets and customer service requests with ease, all
through an intuitive Web-based interface and two-way email integration. The
Web Help Desk software also provides seamless asset discovery and remote
control integration with Apple Remote Desktop and LANrev Client Manager. 

Changes: The behavior of the "Select..." large list popup window in
various components was fixed. Editing the client defined "CC:" was fixed.
Survey email invitation sending was fixed. The date override in a tech note
is no longer able to save a null note date by mistake. The "Download PDF"
button label for assets no longer incorrectly says "Download TSV". The FAQ
Editor category selector now correctly shows only request types that are
enabled for FAQs. Other minor bugs were fixed. 

License: Shareware

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

                        - %  - %  - % - % -

[079] - web2ldap 1.0.0 
  by Michael Stroeder (http://freshmeat.net/users/stroeder/)
  Wed, Sep 3rd 2008 13:40

Database :: Front-Ends
Internet :: WWW/HTTP
System :: Networking :: LDAP

About: web2ldap is a full-featured Web-based LDAPv3 client written in
Python. It is designed to run either as with stand-alone built-in Web
server or under the control of another Web server with FastCGI support
(e.g. Apache with mod_fastcgi). It has support for various LDAPv3 bind
methods and a powerful built-in schema browser. HTML templates are
supported for displaying and editing entries, and LDIF templates can be
used for quickly adding new entries. A built-in X.509 parser displays a
detailed view of certificates and CRLs with active links.

Changes: Support for DIT structure rules when adding and renaming entries
was added. The user can now let web2ldap search for a new superior entry
when renaming or moving an entry. Named templates can be defined for basic
search forms. Wildcard search for schema elements was added. A
plugin-module for the draft-ietf-dhc-ldap-schema was added. Several more
small enhancements and fixes were made. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[080] - Webconverger 3.4 
  by hendry (http://freshmeat.net/users/hendry/)
  Wed, Sep 3rd 2008 22:53

Internet :: WWW/HTTP
Internet :: WWW/HTTP :: Browsers
Office/Business

About: Webconverger is a Live Web kiosk Linux distribution for public
places. It is designed to get you on the Web easily without compromising
your privacy.

Changes: A graphical installer that replaces the text installer.

License: DFSG approved

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

                        - %  - %  - % - % -

[081] - XIST 3.4.2 
  by Walter Dörwald (http://freshmeat.net/users/doerwalter/)
  Wed, Sep 3rd 2008 17:57

Internet :: WWW/HTTP :: Dynamic Content
Internet :: WWW/HTTP :: Site Management
Text Processing :: Markup :: XML

About: XIST is an extensible HTML and XML generator. It is also an XML
parser with a very simple and Python-esque tree API. Every XML element type
corresponds to a Python class, and these Python classes provide a
conversion method to transform the XML tree (e.g. into HTML). XIST can be
considered 'object-oriented XSLT'.

Changes: Parsing broken HTML (via the tidy option) when using a base URL
has been fixed.

License: Python License

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

                        - %  - %  - % - % -

[082] - YajHFC 0.3.8 
  by Jonas Wolz (http://freshmeat.net/users/jonaswolz/)
  Wed, Sep 3rd 2008 13:40

Communications :: Fax

About: YajHFC (Yet Another Java Hylafax Client) is a platform independent
client for the Hylafax fax server. It supports sending new faxes, showing
the server status, and displaying received and sent faxes. 

Changes: The phone book window has been reworked. Support for sharing the
read/unread state between different computers has been added. A Russian
translation has been added. 

License: GNU General Public License (GPL)

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



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

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