Newsletter for Monday, November 05th 2007

The freshmeat daily newsletter <[email protected]>
Newsgroups gmane.linux.freshmeat.announce
Message-ID <[email protected]>
::: L I N K S   F O R   T H E   D A Y :::

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

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

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

[001] - 3rd Edition Dungeons & Dragons Character Generator 3.6 
[002] - ABL (Abstract Basic List) 1.0 
[003] - AsItHappens 0.40 
[004] - AsmXml 0.5 
[005] - AWOS 0.0.10 
[006] - Baldrick Application Framework 0.81 
[007] - BKchem 0.12.0_pre7 
[008] - CacheGuard OS 5.2.5 
[009] - CamlPDF 0.2 
[010] - cgmail 0.4 
[011] - Cntlm 0.35 
[012] - dhcpclient Snapshot 20071104 
[013] - Dstar Lite 1.0 
[014] - Eventful 20071102 
[015] - Extend For JavaScript 2.0 
[016] - GNU Anubis 4.1 (Stable)
[017] - GNU TeXmacs 1.0.6.12 
[018] - Gnumeric 1.7.14 (Development)
[019] - GOffice 0.5.2 (Development)
[020] - Greylite 1.0 
[021] - GroundWork Monitor Open Source 5.1.0-alpha (Ubuntu)
[022] - Group-Office 2.18-stable-2 
[023] - gumnut 0.0.8 
[024] - Gym Master 2.7.0 
[025] - irrKlang 1.0.2 
[026] - jPersist 2.5.2 
[027] - jWebApp 4.5.2 
[028] - Kiwi Markup 0.8.5 
[029] - LaTeX::Table 0.5.0 
[030] - Le Petit Poucet GPS Software 0.1.3 (Test)
[031] - libmemcached 0.8 
[032] - Logtalk 2.30.7 
[033] - magicErmine 1.0.2 
[034] - MediaBox 404 1.69b 
[035] - Milenia Grafter Server 0.5b 
[036] - monit 4.10 
[037] - MoSSHe 1.4.4 
[038] - Navit 0.0.2 
[039] - Nazghul 0.6.0 
[040] - NetSieben SSH Library 1.2.4 
[041] - Noor 0.4 
[042] - Objective-C Foundation Classes 0.8.0 
[043] - oXygen XML editor 9 (Standalone)
[044] - p300 507 
[045] - Paludis 0.26.0_alpha3 
[046] - PapyrusBB 0.3 
[047] - phpRemoteShell 0.6.0 
[048] - pyxcom 0.9.2 
[049] - QComicBook 0.4.0 
[050] - Quick.Cms.Lite 2.0 
[051] - RCP Toolbox 0.3 
[052] - RefDB 0.9.9 (Development)
[053] - Rxpd plugin for XChat 0.1 
[054] - Sahana Disaster Management System 0.6 Beta (Development)
[055] - ServerKit 1.0.0 
[056] - Shttp 0.0.6 
[057] - SILC Server 1.1 Beta3
[058] - SILC Toolkit 1.1.4
[059] - SimCList 1.3 beta 
[060] - Solar Imperium 2.5.1 BETA1 
[061] - spamdyke 3.1.0 
[062] - Super Grub Disk 0.9670 (USB)
[063] - SymmetricDS 1.0.0 
[064] - Terrain Generation 0.1 
[065] - the maker 0.7 
[066] - Tiny ERP 4.2.0 (Stable)
[067] - Tiny ERP Web client 1.0-rc1 
[068] - VirtMus 1.01 
[069] - vsdviewer 0.0.7 
[070] - WebSQL 2007.01_rc3 
[071] - white_dune 0.29beta745 (Development)
[072] - WikyBlog 1.5.5 
[073] - XAware 5.0 
[074] - xlog 1.6 (Stable)
[075] - XQDE 20071106 
[076] - Yabause 0.9.1 
[077] - Yahoo Mail Sucker Prototype 81 
[078] - YXA 1.0 


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

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

[001] - 3rd Edition Dungeons & Dragons Character Generator 3.6 
  by Slicer (http://freshmeat.net/users/slicer/)
  Mon, Nov 5th 2007 20:50

Games/Entertainment :: Role-Playing

About: 3rd Edition Dungeons and Dragons Character Generator is an
HTML/JavaScript Web page that allows the user to quickly and easily create
new Dungeons and Dragons characters. The characters can be of any of the
eleven classes, any of the playable races, and may start at any level from
1 to 220. Generation requires some simple input, after which the character
is displayed on a basic character sheet. It allows you to select your
starting stats, add ability points, and pick skills, equipment, feats, and
spells. It runs on most operating systems with most modern browsers.

Changes: This release fixes a few typos and clarifies in the title and
FAQs that this character is compatible with the rules for Dungeons and
Dragons 3.5 edition. A random notes area was added for player champaign
notes. Players can now equip their characters with armor and shields they
have purchased. The armor bonus is calculated on the final page.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[002] - ABL (Abstract Basic List) 1.0 
  by atoku (http://freshmeat.net/users/atoku/)
  Mon, Nov 5th 2007 20:49

Software Development :: Libraries

About: ABL (Abstract Basic List) is a flexible abstract list library
defined using the C preprocessor. It allows you to define linked lists of
arbitrary types very easily. You also can use these lists as stacks or
queues. You can easily define complicated types like a list of lists. It
contains a set of functions to work on lists, including higher order
functions for filtering and so on. The list includes detailed
documentation in texinfo format. 

Changes: car is no longer a pointer. This changes how list elements are
stored in memory. The add_head_c and create_head_c functions were replaced
by a unified create_head function. Make/destructor were renamed to
make/destroy. A major revision of the documentation was undertaken, and
all examples and tests were redone. A logo was created and the project was
renamed from "Atoku's Basic List" to "Abstract Basic List".

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[003] - AsItHappens 0.40 
  by Mark Abrahams (http://freshmeat.net/users/markabrahams/)
  Mon, Nov 5th 2007 06:01

System :: Networking :: Monitoring

About: AsItHappens is a real-time network statistics collector and
grapher. It collects data from devices over a network via ICMP and SNMP
and displays them on a graph, optionally storing collected data in a
database for later retrieval. Collection types include network response,
bandwidth usage, processor usage, memory usage, Cisco NBAR, and Cisco
NetFlow. AsItHappens polls data in regular intervals, which can be in the
order of milliseconds, to give immediate feedback on network performance.
AsItHappens can also graph flow information from packet capture files. 

Changes: This release adds two major features to AsItHappens. First,
AsItHappens now includes an embedded database that is used by default,
instead of relying on an external MySQL install. Second, AsItHappens now
has the ability to store groups of collecting graph windows as a "layout"
and restore these at a later time. Other minor enhancements are also
included, such as per-device "remembering" of SNMP community strings. The
release also fixes some significant bugs, including an "OutOfMemory" error
while collecting to the database and NetFlow graphs not shutting down
properly. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[004] - AsmXml 0.5 
  by Marc Kerbiquet (http://freshmeat.net/users/mkerbiquet/)
  Mon, Nov 5th 2007 13:36

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

About: AsmXml is a very fast XML parser and decoder for x86 platforms. It
is written in pure assembler and supports only a subset of the XML 1.0
specification. 

Changes: This release fixes minor bugs, and adds a small Ruby script to
generate C++ headers to help processing of parsed documents.

License: BSD License (revised)

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

                        - %  - %  - % - % -

[005] - AWOS 0.0.10 
  by Andrew Wilcox (http://freshmeat.net/users/andrewwilcox/)
  Mon, Nov 5th 2007 21:11

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

About: AWOS is a fast, highly optimized operating environment that strives
to be POSIX compliant. Care is taken to ensure that it can run on very old
hardware, yet still allow it to take advantage of the newest platforms.

Changes: An almost-entire kernel rewrite, VGA graphics support
(320x200x8), virtual consoles, and a new memory manager (still in
development).

License: The Apache License

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

                        - %  - %  - % - % -

[006] - Baldrick Application Framework 0.81 
  by Matt Hucke (http://freshmeat.net/users/matthucke/)
  Mon, Nov 5th 2007 17:49

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

About: The Baldrick Application Framework is a library of Perl 5 modules
to provide Web application functionality: session management,
URL-to-handler mapping, user loading, authentication and authorization,
database connectivity and querying, and template-based output generation.
It is a tool for programmers to use in building their own Web applications
("modules"), which can run as a CGI or using mod_perl. Users on a site
should be able to freely move between modules without re-authenticating,
even if those modules were from different developers.

License: Artistic License

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

                        - %  - %  - % - % -

[007] - BKchem 0.12.0_pre7 
  by beda (http://freshmeat.net/users/beda42/)
  Mon, Nov 5th 2007 06:35

Scientific/Engineering :: Chemistry

About: BKchem is a chemical drawing program written in Python.

Changes: This release fixes a serious bug in export plugins based on
cairo, which caused BKChem to hang when exporting to SVG and EPS under
Windows. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[008] - CacheGuard OS 5.2.5 
  by Afshin Tajvidi (http://freshmeat.net/users/tajflow/)
  Mon, Nov 5th 2007 13:56

Internet :: Proxy Servers
Internet :: WWW/HTTP
Security

About: CacheGuard is a Linux-based OS/appliance dedicated to Web traffic
security and optimization. It transforms an x86-based machine into a
powerful Web gateway appliance. It allows you to control Web traffic for
Web surfers and Web servers by acting as a forwarding and reverse HTTP /
HTTPS proxy. It supports HTTP transparent implementation, HTTP
compression, Web caching, URL black- and whitelist guarding, and Web
server load balancing. It features a stateful firewall with NAT and PAT,
and a content filtering module blocking malicious HTTP requests like XSS,
SQL and Command Injection. It integrates a caching DNS, a DHCP server, a
bandwidth shaper to manage the QoS, a load sharing system, and an HA (high
availability) mode with VRRP and link bonding. 

Changes: Synflood guarding has been added for traffic labeled "other". The
number of parallel connections per client IP address has been restricted,
which allows this release to stop flooding. The log rotation process has
been fixed to save logs with the correct date and time. The IP address
configuration has been fixed when HA mode is deactivated. This is the
first stable version.

License: Other/Proprietary License with Free Trial

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

                        - %  - %  - % - % -

[009] - CamlPDF 0.2 
  by Coherent Graphics (http://freshmeat.net/users/coherent/)
  Mon, Nov 5th 2007 13:37



About: CamlPDF allows you to read, write, and manipulate PDF data with
Objective Caml.

Changes: This release adds support for Encryption, Linearization (Fast Web
View), Unicode text extraction, and Image extraction. There are many
bugfixes.

License: Other/Proprietary License with Source

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

                        - %  - %  - % - % -

[010] - cgmail 0.4 
  by redgun (http://freshmeat.net/users/redgun/)
  Mon, Nov 5th 2007 05:28

Communications :: Email

About: cgmail (check Gmail) is an email checker and notifier applet for
the GNOME desktop. It will periodically check your Gmail account and will
notify you of new incoming messages. It will use GNOME Keyring to store
your credentials for security enhancements instead of storing it in plain
text files. It uses a fresh DBUS notification to tell you that a new
message is into your Gmail inbox.

Changes: An autostart option was added to the cGmail preferences dialog.
If you set this option, cGmail will be started with the GNOME desktop. If
the status icon indicates that there are some messages, but you have not
seen the notifications bubble, clicking on the status icon will redisplay
it. Support for IMAP mailboxes was added. Now you can set an account as
enabled or disabled from the accounts dialog. By default, the cGmail icon
is not shown in the systray. It will appear only when there are some
messages about which the user should be notified. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[011] - Cntlm 0.35 
  by David Kubicek (http://freshmeat.net/users/mavey/)
  Mon, Nov 5th 2007 17:36

Internet :: WWW/HTTP
Security
System :: Networking

About: Cntlm is an NTLM, NTLM2SR, NTLMv2 authenticating HTTP proxy. It
takes the address of your parent proxy (or proxies) and opens a listening
socket, forwarding each request to it (moving on in a circular list if the
active parent proxy stops working). Along the way, a connection to the
parent is created anew and authenticated or, if available, a previously
cached connection is reused to achieve higher efficiency and faster
responses. When set up, cntlm should be used as the primary proxy in your
applications. 

Changes: A built-in SOCKS 5 proxy service, official inclusion in Debian,
FreeBSD support, an Ubuntu /bin/sh (Dash) compatible init script, a fix
for HTTPS/tunneling instability, support for NTLM-free (open) proxies, and
major code refactoring.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[012] - dhcpclient Snapshot 20071104 
  by Stefan Rompf (http://freshmeat.net/users/srompf/)
  Mon, Nov 5th 2007 05:23



About: Dhcpclient is an RFC 2131 compatible DHCP client for Linux 2.6. It
uses netlink for interface configuration, acts on link state messages, and
is highly customizable by calling a script on every state change to allow
updating resolv.conf. It is small, and compiles with uclibc in addition to
glibc.

Changes: DHCP servers that send a default gateway outside the local
network are now supported. Several bugs were fixed. This version compiles
with recent exported kernel headers. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[013] - Dstar Lite 1.0 
  by James Neufeld (http://freshmeat.net/users/jlbkii/)
  Mon, Nov 5th 2007 17:49



About: Dstar Lite is a C++ implementation of the D* Lite algorithm as
explained in [Koenig, 2002]. This is the non-optimized version as
explained in Figure 5 of the paper. There are a few minor modifications to
this code to improve computation time and path distance. This is a very
simple piece of software and should take very little time to understand
and integrate.

License: GNU General Public License v3

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

                        - %  - %  - % - % -

[014] - Eventful 20071102 
  by SystemMobile (http://freshmeat.net/users/SystemMobile/)
  Mon, Nov 5th 2007 13:54

Communications :: Conferencing
Communications :: Email
Internet :: WWW/HTTP :: Dynamic Content

About: Eventful is an online event management application that supports
online registration, surveys, email campaigns, staff and speaker
management, and rich pricing options. It also offers real-time reporting
and credit card processing. Eventful is designed for professional event
managers as well as people that suddenly need to organize an event. 

Changes: This release adds improvements to the Event Microsite with iCal
and RSS feeds. Various minor enhancements and bugfixes were also made.

License: Other/Proprietary License with Free Trial

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

                        - %  - %  - % - % -

[015] - Extend For JavaScript 2.0 
  by Sébastien Pierre (http://freshmeat.net/users/kze/)
  Mon, Nov 5th 2007 06:43

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

About: Extend allows you to use traditional single-class inheritance in
your JavaScript applications. It also gives you many advanced features
such as runtime class modification, introspection, and change. It is
simple, and does not depend on any other library. It works well with
Prototype, jQuery, or MochiKit.

Changes: This release is a rewrite and redesign of the original Extend 1.0
API. The architecture was improved and many more features were added,
including full object and class reflexivity, independance from any other
library, a class registry to see which classes were declared, and a
well-documented API. 

License: BSD License (revised)

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

                        - %  - %  - % - % -

[016] - GNU Anubis 4.1 (Stable)
  by Wojciech Polak (http://freshmeat.net/users/ghostface/)
  Mon, Nov 5th 2007 20:42

Communications :: Email :: Filters
Internet :: Proxy Servers
Security :: Cryptography

About: GNU Anubis is an SMTP message submission daemon. It represents an
intermediate layer between the mail user agent (MUA) and mail transport
agent (MTA), receiving messages from the MUA, applying to them a set of
predefined changes, and finally inserting modified messages into an MTA
routing network. The set of changes applied to a message is configurable
on a system-wide and per-user basis. The built-in configuration language
used for defining sets of changes allows for considerable flexibility and
is easily extensible.

Changes: The package is now licensed under GPL version 3. A new MDA
working mode has been added. The != ("not match") operator and
concatenation operator were implemented. With Guile support enabled, Guile
version 1.8.0 or later is required. Handling of regular expressions was
fixed, and arbitrary-sized buffers were removed. All memory is now
allocated on request. The main configuration file is now processed if the
client is recognized or not. Errors in Guile scripts are now caught and
displayed early. In previous versions they could cause the subprocess to
be aborted. A minor bug in the handling of identd responses was fixed.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[017] - GNU TeXmacs 1.0.6.12 
  by Joris van der Hoeven (http://freshmeat.net/users/vdhoeven/)
  Mon, Nov 5th 2007 06:21

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

About: GNU TeXmacs is a free wysiwyw (what you see is what you want)
editing platform with special features for scientists. The software aims
to provide a unified and user friendly framework for editing structured
documents with different types of content: text, mathematics, graphics,
interactive content. TeXmacs can also be used as an interface to many
external systems for computer algebra, numerical analysis, and statistics.
New presentation styles can be written by the user and new features can be
added to the editor using Scheme. 

Changes: The GUI interface has been made completely abstract. This should
both increase the portability of TeXmacs and allow for the use of more
native widget libraries. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[018] - Gnumeric 1.7.14 (Development)
  by J.H.M. Dassen (Ray) (http://freshmeat.net/users/jdassen/)
  Mon, Nov 5th 2007 14:00

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: Printing fixes and improvements. Paradox plugin compilation has
been fixed. There are new export options for ssconvert, ODF import
improvements, an improved test suite, and various crash fixes.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[019] - GOffice 0.5.2 (Development)
  by J.H.M. Dassen (Ray) (http://freshmeat.net/users/jdassen/)
  Mon, Nov 5th 2007 13:59

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: This release fixes the xy color scale when some data are missing.
A NULL pointer crash in gog_line_view_render() has been fixed. The ability
to make a GogObject invisible has been added. The moving-average problem
has been fixed. ABR in spline code has been fixed.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[020] - Greylite 1.0 
  by Mij (http://freshmeat.net/users/mijio/)
  Mon, Nov 5th 2007 21:10

Communications :: Email
Internet

About: Greylite is an implementation of a modified greylisting technology
for fighting spam on mail servers running qmail. It does not require qmail
to be patched, but is simply plugged in to the top of the qmail chain, thus
working smoothly with already-patched installations. It is self-contained
because it uses SQLite, and is easy to setup and maintain, small, and
fast.

License: BSD License (revised)

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

                        - %  - %  - % - % -

[021] - GroundWork Monitor Open Source 5.1.0-alpha (Ubuntu)
  by Amy Abascal (http://freshmeat.net/users/webmistress/)
  Mon, Nov 5th 2007 21:10

System :: Diagnostics
System :: Hardware
System :: Logging

About: GroundWork unifies leading open source projects like Nagios,
Ganglia, RRDtool, Nmap, Sendpage, and MySQL, and offers a wide range of
support for operating systems (Linux, Unix, Windows, and others),
applications, and networked devices for complete enterprise-class
monitoring.

Changes: A ".deb" install package is now available. The Ubuntu version has
the same features. Nagios and RRDTool are distributed and are unified into
a framework that allows easy integration with other tools such as Cacti,
NeDi, and Weathermap. 

License: GNU General Public License v2

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

                        - %  - %  - % - % -

[022] - Group-Office 2.18-stable-2 
  by Merijn Schering (http://freshmeat.net/users/mschering/)
  Mon, Nov 5th 2007 10:53

Communications :: Email :: Email Clients (MUA)
Communications :: File Sharing
Internet :: WWW/HTTP :: Site Management

About: Group-Office is a Web-based office suite written that is extensible
with modules. It features user management, module management, an email
client, a file manager, a calendar, project management, Web site
management, and customer relations management. It also features
synchronization with PDAs and Outlook.

Changes: This version has a new Java Webstart program that makes file
management easier for you. When you edit a text document on your PC, it
will automatically save the document in Group-Office for you. The mailing
lists are now more user friendly, and there is a new helpdesk module. It
also supports the latest SyncML clients for better synchronization.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/group-office/

                        - %  - %  - % - % -

[023] - gumnut 0.0.8 
  by Ashley Jennings (http://freshmeat.net/users/fooscope/)
  Mon, Nov 5th 2007 06:00

Communications

About: gumnut is a text based client for creating, moderating, and
displaying comments over a decentralized communication network (currently
gnutella). Comments are text files with a simple naming convention that
uses the filename to describe field attributes (such as topic and
geographical location). A discussion tree is read by searching on one or
more of these fields and then downloading and reassembling the individual
comments in order. 

Changes: An HTTP Web frontend GUI has been added. It can be accessed at
http://localhost:5634/. The treedepth field "_tD" has been removed and
replaced with a user defined cascading topic list "_tO1topic1_tO2topic2".
A README.developers file has been added to make the modified code easier
to find. Multiple small bugs were fixed. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[024] - Gym Master 2.7.0 
  by andru (http://freshmeat.net/users/andru/)
  Mon, Nov 5th 2007 06:18

Office/Business
Office/Business :: CRM
Office/Business :: Financial

About: Gym Master is a health club membership database. It designed to
meet the needs of a variety of organizations like gyms, recreation
centers, clubs, charitable organizations, class management, and clubs. You
can store detailed records on members and their activities. 

Changes: The way programmes and membership are handled has been updated.
Updates were also made to the manual, and many other small improvements
were made to the software. 

License: Other/Proprietary License with Free Trial

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

                        - %  - %  - % - % -

[025] - irrKlang 1.0.2 
  by Nikolaus Gebhardt (http://freshmeat.net/users/irrlicht/)
  Mon, Nov 5th 2007 13:39

Multimedia :: Sound/Audio
Multimedia :: Sound/Audio :: Mixers
Multimedia :: Sound/Audio :: Players

About: irrKlang is a high level 2D and 3D cross platform sound engine and
audio library that plays WAV, MP3, OGG, MOD, XM, IT, S3M, and other file
formats. It can be used by C++ and all .NET languages (C#, Visual
Basic.NET, etc.). It has all of the features common to low-level audio
libraries as well as lots of useful features like a sophisticated
streaming engine, extendable audio reading, single and multi-threading
modes, 3D audio emulation for low-end hardware, a plugin system, multiple
rolloff models, sound effects, and more. All of these can be accessed via
an extremely simple API using an object oriented design. 

Changes: This release adds the ability to change the playback position
while playing back audio. It adds changeable playbackSpeed to ALSA,
CoreAudio, and WinMM drivers, an adjustable rolloff factor for 3D sounds,
a refactored C++ interface, and some modifications for speed improvements.
There are various bugfixes and other small new features.

License: Other/Proprietary License

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

                        - %  - %  - % - % -

[026] - jPersist 2.5.2 
  by DaveB (http://freshmeat.net/users/dbulmore/)
  Mon, Nov 5th 2007 06:36

Database
Database :: API
Software Development :: Libraries

About: jPersist is an extremely powerful object-relational database
persistence API that manages to avoid the need for configuration and
annotation; mapping is automatic. It uses JDBC, and can work with any
relational database and any type of connection resource. It uses
information obtained from the database to handle mapping between the
database and Java objects, so mapping configuration is not needed, and
annotation is not needed. In fact, there is no configuration needed at
all.

Changes: This version has additional support for third party connection
pooling. Support for :property in SQL fragments was added. The
documentation was updated. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[027] - jWebApp 4.5.2 
  by DaveB (http://freshmeat.net/users/dbulmore/)
  Mon, Nov 5th 2007 06:38

Software Development :: Libraries :: Application Frameworks
Software Development :: Libraries :: Java Libraries

About: jWebApp is a Java-based Web application development framework that
is specifically designed to satisfy the need for simple Web development.
jWebApp is configuration free, straightforward, and extremely easy to work
with. 

Changes: Support for URI mapping to classes and methods was added. A
password encryption utility was added. The documentation was updated. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[028] - Kiwi Markup 0.8.5 
  by Sébastien Pierre (http://freshmeat.net/users/kze/)
  Mon, Nov 5th 2007 08:03

Documentation
Software Development :: Documentation
Text Processing

About: Kiwi is yet another text to HTML processor which was designed for
writing small and medium technical documents and notes. Its markup is very
close to the Markdown markup, but Kiwi allows more flexibility in the
presentation of your documents. Kiwi is good for writing technical
documents, taking notes, or as an engine to be embedded in your
application. It has rather complete API documentation. 

License: BSD License (revised)

URL: http://freshmeat.net/projects/kiwi-markup/

                        - %  - %  - % - % -

[029] - LaTeX::Table 0.5.0 
  by markus (http://freshmeat.net/users/ohulan/)
  Mon, Nov 5th 2007 10:51

Text Processing :: Markup :: TeX/LaTeX

About: LaTeX::Table is a Perl module that provides functionality for an
intuitive generation of LaTeX tables for reports or theses. It ships with
some predefined, good-looking table styles, and supports multipage tables
via the xtab package. 

Changes: New in this release is a csv2pdf utility. Some minor bugs have
been fixed.

License: Perl License

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

                        - %  - %  - % - % -

[030] - Le Petit Poucet GPS Software 0.1.3 (Test)
  by Antoine Hue (http://freshmeat.net/users/tonio_73/)
  Mon, Nov 5th 2007 13:44

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

About: Le Petit Poucet is a program to display and edit GPS routes and
tracks in a 3D scene. The aim is to build the scene around the GPS data
and 2D maps or 3D terrain models. 

Changes: This is the third test release towards version 0.2.0. The focus
of this release is improved terrain generation: improved stability and
cancellation, as well as simpler selection of Internet downloaded layers
(WMS).

License: GNU General Public License v2

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

                        - %  - %  - % - % -

[031] - libmemcached 0.8 
  by Brian Aker (http://freshmeat.net/users/briantangentorg/)
  Mon, Nov 5th 2007 13:46

Software Development :: Libraries

About: libmemcached is a C client library for interfacing to a memcached
server. It has been designed to be light on memory usage, thread safe and
to provide full access to server side methods. It also implements several
command line tools: memcat, memflush, memrm, memstat, and memslap (for
load generation).

Changes: This release adds support for the CRC hash method, support for
Unix sockets, additional HASHing methods (FNV1_64, FN V1A_64, FNV1_32, and
FNV1A_32), and pkgconfig support (PKG_CHECK_MODULES). A conflict with
defined type in MySQL has been fixed. This release adds the
memcached_result_st structure and functions to manipulate it.

License: BSD License (revised)

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

                        - %  - %  - % - % -

[032] - Logtalk 2.30.7 
  by Paulo Moura (http://freshmeat.net/users/pmoura/)
  Mon, Nov 5th 2007 06:32

Software Development :: Pre-processors

About: Logtalk is an object-oriented logic programming language that can
use most Prolog implementations as a back-end compiler. As a
multi-paradigm language, it includes support for both prototypes and
classes, protocols, component-based programming through category-based
composition, event-driven programming, and multi-threading programming. 

Changes: This release improves support for multi-threading programming,
fixes issues in some examples, adds a new compiler flag and a new
multi-threading example, and updates the configuration files of B-Prolog,
SICStus Prolog, SWI-Prolog, YAP, and XSB. 

License: Artistic License

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

                        - %  - %  - % - % -

[033] - magicErmine 1.0.2 
  by magicErmine (http://freshmeat.net/users/magicermine/)
  Mon, Nov 5th 2007 06:32

System :: Software Distribution Tools

About: magicErmine allows the same Linux executable to be run on a wide
range of different distributions. Like statifier, It makes one executable
file with no run-time dependencies from a dynamically linked executable
and all of its libraries. Unlike statifier, it is able to add arbitrary
files to the packed executable, such as configuration files or pixmaps. 

Changes: Ermine-packed executables without reltext_shlib_t tag now give
error messages instead of segfaulting. 

License: Other/Proprietary License with Free Trial

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

                        - %  - %  - % - % -

[034] - MediaBox 404 1.69b 
  by Albert (http://freshmeat.net/users/Al_fr/)
  Mon, Nov 5th 2007 21:09

Multimedia :: Sound/Audio
Multimedia :: Video

About: MediaBox 404 is a system that allows Web radios to manage track
programs and stream music over the Internet. It includes a music streamer,
a track planner, and a management Web interface. You can create special
playlists like jingles and promotions, manage programming with resolutions
of 15 minutes, and more.

License: GNU General Public License v2

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

                        - %  - %  - % - % -

[035] - Milenia Grafter Server 0.5b 
  by MilGra (http://freshmeat.net/users/MilGra/)
  Mon, Nov 5th 2007 07:47

Internet
Multimedia

About: Milenia Grafter Server is a very simple and powerful Flash media
server. It features live audio/video streaming, live stream recording,
powerful stream access control, lightweight client/server communication, a
client mode, server-to-server data/audio/video communication, and an admin
console. 

License: GNU General Public License v2

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

                        - %  - %  - % - % -

[036] - monit 4.10 
  by hauk (http://freshmeat.net/users/hauk/)
  Mon, Nov 5th 2007 17:31

Internet
Internet :: WWW/HTTP
System :: Monitoring

About: Monit is a utility for managing and monitoring processes, files,
directories, and devices on a Unix system. It conducts automatic
maintenance and repair and can execute meaningful causal actions in error
situations. It can be used to monitor files, directories, and devices for
changes, such as timestamps changes, checksum changes, or size changes. It
is controlled via an easy to configure control file based on a free-format,
token-oriented syntax. It logs to syslog or to its own log file and
notifies users about error conditions via customizable alert messages. It
can perform various TCP/IP network checks, protocol checks, and can
utilize SSL for such checks. It provides an HTTP(S) interface for access.

Changes: This release adds support for SMTP authentication and SSL for
sending alerts. There are many improvements and bugfixes.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[037] - MoSSHe 1.4.4 
  by Volker Tanger (http://freshmeat.net/users/vtanger/)
  Mon, Nov 5th 2007 17:28

System :: Networking :: Monitoring

About: MoSSHe (MOnitoring with SSH Environment) is a simple, lightweight
(both in size and system requirements) server monitoring package designed
for secure and in-depth monitoring of a number of typical Internet
systems. It was developed to keep the impact on network and performance
low, and to use a safe, encrypted connection for in-depth inspection of
the system checked. It is not possible to remotely run (more or less
arbitrary) commands via the monitoring system, nor is unsafe cleartext
SNMP messaging necessary (yet possible). A read-only Web interface makes
monitoring and status checks simple (and safe) for admins and helpdesk.
Checking scripts are included for remote services (DNS, HTTP, IMAP2,
IMAP3, POP3, samba, SMTP, and SNMP) and local systems (disk space, load,
CPU temperature, fan speed, free memory, print queue size and activity,
processes, RAID status, shells, log file events (logins, restarts, and
brute force attacks), and mail queue).

Changes: This release fixes error messages due to missing date when
programs are not installed. Server identification, which misfired when the
first part of a server matched a different one, has been fixed. An
http_time check has been added that returns the reply time in
milliseconds. This release features cleanup of stale (read: all) status
files on startup.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[038] - Navit 0.0.2 
  by cp15 (http://freshmeat.net/users/cp15/)
  Mon, Nov 5th 2007 21:09

Multimedia :: Graphics
Scientific/Engineering :: Geographical

About: Navit is a modular, touch screen friendly car navigation system
with GPS tracking, a real-time routing engine, and support for various
vector map formats. It features GTK+ and SDL user interfaces in addition
to a GL-accelerated 3D view.

Changes: Many bugfixes and new features, including support for Garmin img
and OpenStreetMap.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[039] - Nazghul 0.6.0 
  by gmcnutt (http://freshmeat.net/users/gmcnutt/)
  Mon, Nov 5th 2007 10:42

Games/Entertainment :: Role-Playing

About: Nazghul is a computer role-playing game (CRPG)  engine. If you like
rogue-likes or the top-down, 2D,  turn-based CRPGs that disappeared in the
early 90s,  then this is for you. 

Changes: New spells. Random dungeon code has been generalized, and new
random dungeons added. New items, weapons, and shopping options. Equipment
now affects character speed. Many spellbooks have been added and
distributed. Several tweaks to combat balance. More sprites. More high
resolution terrains, and directional 'natural rock' walls. Vehicle combat
maps have been upgraded.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[040] - NetSieben SSH Library 1.2.4 
  by Andrew Useckas (http://freshmeat.net/users/daronin/)
  Mon, Nov 5th 2007 13:49

Software Development :: Libraries

About: NetSieben SSH Library is a Secure Shell client library for C++. It
utilizes the Botan library for its cryptographic functions, allowing a
large choice of algorithms to be used in SSH communications. It integrates
Secure FTP client functionality and has been tested in multi-threaded
applications.

Changes: This release adds support for SSH2_MSG_USERAUTH_BANNER (required
to communicate with some Cisco hardware). An infinate loop in
select_thread() has been fixed. There are other bugfixes.

License: Q Public License (QPL)

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

                        - %  - %  - % - % -

[041] - Noor 0.4 
  by Ali Gholami Rudi (http://freshmeat.net/users/aligrudi/)
  Mon, Nov 5th 2007 22:56

Religion

About: Noor is a program for viewing Quran. It contains a GTK interface, a
CGI interface that can be used in Web servers, and a text interface that
outputs a sura to a text file. You can also specify translation files, in
which case the translation of each aya is shown after it. 

Changes: This release adds support for handling text direction for ltr
translations in noorhtmls and added html.fgcolor, html.bgcolor,
gtk.fgcolor, cgi.url, and common.arabic_numbers options.

License: GNU General Public License v3

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

                        - %  - %  - % - % -

[042] - Objective-C Foundation Classes 0.8.0 
  by Dick van Oudheusden (http://freshmeat.net/users/dgi/)
  Mon, Nov 5th 2007 22:57

Software Development :: Libraries

About: The Objective-C Foundation Classes is an Objective-C  library. It
contains general purpose classes for easier  development of applications,
in areas such as data types,  collections, network, C library wrappers,
and compound  classes. 

Changes: This release added ten new classes to the library, including a
Graphic screen and surface class, a bitmap and TrueType font class, a PNG
and JPEG image class, a SHA256 class, a Mersenne Twister pseudo random
generator class, and a FTP client class. Eight classes were extended with
new methods and a few bugs were fixed.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[043] - oXygen XML editor 9 (Standalone)
  by SyncRO Soft (http://freshmeat.net/users/syncroxygen/)
  Mon, Nov 5th 2007 10:41

Office/Business :: Financial
Software Development :: Debuggers
Text Editors :: Word Processors

About: oXygen is an XML editor that supports any XML document, and works
with XML Schemas, DTDs, Relax NG schemas, and NRL Schemas. It has powerful
transformation support that allows you to edit XSLT and XSL-FO documents
and to obtain documents in the desired output format (such as HTML, PS, or
PDF) with just one click. It also includes a complete Subversion client,
support for flattening XML Schemata, an XML Schema instance generator,
integration with the X-Hive/DB, MarkLogic and TigerLogic XML databases,
editing actions on the diagram, and a rename refactoring action. 

Changes: The main feature of this release is a CSS-based visual XML editor
allowing WYSIWYG-like editing of XML documents. It allows you to work with
XML frameworks (DocBook, DITA, TEI, XHTML, etc.) very easily. It adds a
new concept called Document Type that allows you to provide ready-to-use
support for a framework or an XML language and share it with other users.
This version also brings additional side view helpers, some component
updates, and a number of other features.

License: Other/Proprietary License with Free Trial

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

                        - %  - %  - % - % -

[044] - p300 507 
  by Markus Goetz (http://freshmeat.net/users/guruz/)
  Mon, Nov 5th 2007 13:52

Communications :: File Sharing

About: p300 is a program 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 is
available.

Changes: An integrated file browser and integrated downloader are
included. Some bugfixes were made.

License: Freely Distributable

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

                        - %  - %  - % - % -

[045] - Paludis 0.26.0_alpha3 
  by Ciaran McCreesh (http://freshmeat.net/users/ciaranm/)
  Mon, Nov 5th 2007 07:49

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: This release is still broken with respect to CRAN and Ruby
bindings for dep specs. The paludis --info output was made more verbose.
Paludis now fully supports filenames containing spaces. inquisitio is now
much more flexible and faster. "paludis --continue-on-failure
if-independent" was implemented. libebt and libwrapiter are no longer
used. The --dl-deps-default option works again. More robustness and
compliance improvements were made for reconcilio, including proper
handling of ELF files that use the non-native byte order.
--show-use-descriptions works as in 0.24 for new packages. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[046] - PapyrusBB 0.3 
  by Josh Schmidt (http://freshmeat.net/users/oyejorge/)
  Mon, Nov 5th 2007 10:54

Communications
Communications :: BBS
Internet :: WWW/HTTP :: Dynamic Content

About: PapyrusBB is a forum that was designed specifically for use with
WikyBlog. It's written in PHP with a MySQL backend, fully integrates with
the WikyBlog system using the AJAX-enhanced interface, and is UTF-8
compatible.

Changes: This release integrates the forum into the data type system of
WikyBlog. Now edits in the forum will show up in the changelog, content
will be searchable, and linking will be logged.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[047] - phpRemoteShell 0.6.0 
  by Emmanuel Saracco (http://freshmeat.net/users/esaracco/)
  Mon, Nov 5th 2007 13:55

Internet :: WWW/HTTP :: Site Management
System :: Networking
System :: Shells

About: phpRemoteShell is an application that allows you to execute shell
commands and PHP code on a remote host over HTTP.

Changes: Many changes and fixes.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[048] - pyxcom 0.9.2 
  by alepisa (http://freshmeat.net/users/pisflaid/)
  Mon, Nov 5th 2007 10:54

Scientific/Engineering :: Medical Science Apps.

About: pyxcom is a Python interface to XCOM. It makes working with XCOM
very simple and fast. It can work in text mode or in graphical mode
(wxPython needed).

Changes: A PyQt interface has been added. There are more command line
options.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[049] - QComicBook 0.4.0 
  by Pawel Stolowski (http://freshmeat.net/users/pawelstol/)
  Mon, Nov 5th 2007 17:33

Multimedia :: Graphics :: Viewers

About: QComicBook is a viewer for rar, zip, cbr, and cbz format comic book
archives containing JPEG or PNG images. Its features include automatic
handling of archives, full-screen mode, page scaling, and mouse or
keyboard navigation.

Changes: This release is the first to support and use the 4th incarnation
of the Qt library (version 4.2.0 is now required). New features include
support for nested archives, 7zip archives support, and the ability to
save the current page as an image file. Imlib2 support had to be
temporarily dropped. Due to the scope of changes needed for the transition
to Qt4, some regressions might be introduced.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[050] - Quick.Cms.Lite 2.0 
  by treewood (http://freshmeat.net/users/treewood/)
  Mon, Nov 5th 2007 06:40

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

About: Quick.Cms.Lite is a small, simple, and multilingual content
management system. It offers plenty of options. It is very easy to setup
and install. It is based on flat files. It is XHTML 1.1 compliant and WAI
compliant. It is very easy to customize. It has good support for email and
forums. It features a WYSIWYG editor, SEO tools, no limit pages depth, no
limit to the number of images per page, and more. 

Changes: New HTML was added. This release is XHTML 1.1 and WAI compliant.
The CSS was simplified. A new design is used. A new database structure is
used. The PHP was simplified. UTF 8 is supported. Some functional changes
were made with page editing. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[051] - RCP Toolbox 0.3 
  by Herman Lintvelt (http://freshmeat.net/users/hermanlintvelt/)
  Mon, Nov 5th 2007 05:39

Software Development :: User Interfaces
Software Development :: Widget Sets

About: RCP Toolbox is a collections of valuable custom widgets and
composites for SWT, JFace, and RCP applications. Currently, this includes
Coolbuttons, Duallist, CoolSlider, ScrollingLabel, PropagateComposite, and
more. An Eclipse RCP plugin and sample RCP applications are also offered. 

Changes: CoolGauge, a Gauge widget that allows a custom look, was added.
PositionChangeListener has been added to CoolSlider to listen for updates
to thumb position. CoolButton now supports custom "hot area" image masks.
ImageSequencer, a widget that animates a sequence of images, can be used
while a background task is running. GoogleMapComposite, a composite that
contains a browser with an embedded googlemap page, was added. A
CoolSlider resize problem was fixed. 

License: Eclipse Public License

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

                        - %  - %  - % - % -

[052] - RefDB 0.9.9 (Development)
  by mhoenicka (http://freshmeat.net/users/mhoenicka/)
  Mon, Nov 5th 2007 06:31

Database :: Front-Ends
Scientific/Engineering
Text Processing :: Bibliography

About: RefDB is a reference database and bibliography tool for SGML, XML,
and LaTeX documents. Command-line tools allow interactive or scriptable
access to the data which are stored in a SQL database. RefDB can also be
accessed through a Web interface, a SRU interface, or via editor
extensions (Emacs/vim). Libraries for Perl and PHP are available for
programmers. RefDB provides sophisticated character encoding handling,
using Unicode by default. 

Changes: The PHP Web interface supports live links for keywords, authors,
and periodicals which are displayed as "tag clouds". Automatic format
detection from local files is done, and has a type-sensitive form for
editing data. RefDB implements all SRU operations (explain,
searchRetrieve, scan) with MODS output, and conforms to CQL Level 2.
Namespaced XML output allows processing of schema-based TEI P5 and DocBook
V.5.0 documents. Raw bibliographies were added. Searching for and styling
of less-common fields was improved. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[053] - Rxpd plugin for XChat 0.1 
  by Christian Thäter (http://freshmeat.net/users/cehteh/)
  Mon, Nov 5th 2007 05:12

Communications :: Chat :: Internet Relay Chat
Text Processing :: Filters

About: Rxpd plugin for XChat is a plugin for the XChat IRC client which
lets users filter the incoming conversation with the RegexPolicyDaemon.
This is used to ignore spam, trolls, and other abusive content (at the
user's option). People can publish their ignore rules and then filter or
merge published rules from friends into their own rules, thus providing a
distributed peer to peer system. 

Changes: This is a preview release. There is a lot of infrastructure not
yet implemented. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[054] - Sahana Disaster Management System 0.6 Beta (Development)
  by Chamindra de Silva (http://freshmeat.net/users/chamindra/)
  Mon, Nov 5th 2007 21:22

Information Management

About: Sahana is a Web-based disaster / crisis / emergency management
system and collaboration tool that addresses the common coordination
problems during a disaster from finding missing people, managing aid,
managing volunteers, tracking camps, and managing needs effectively
between Government groups, the civil society (NGOs), and the victims
themselves.

Changes: An upgraded security framework with auditing, paging, Web
services, RSS, and a lot of AJAX functionality are some of the highlighted
features in this release. The packages include a PortableApp version of
Sahana and a new Windows installer. There were also numerous bugfixes,
quality improvements, and enhancements.

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[055] - ServerKit 1.0.0 
  by swivel (http://freshmeat.net/users/swivel/)
  Mon, Nov 5th 2007 06:25

Database :: API
Internet
Software Development :: Libraries :: Application Frameworks

About: ServerKit helps developers quickly build efficient, scalable, and
uniformly configured, installed, and executed multi-threaded server
applications for Linux. A core server program handles configuration
parsing, database connection pool creation, and switching of users.
Application-specific modules are loaded at runtime and access the already
parsed configuration data and database connection pools via simple
well-defined program interfaces. ServerKit also provides a rich API for
quick and painless module development. 

Changes: This release is considered stable. The server_ptree_walk()
interface was changed slightly. The server meta-program now observes and
cares about the version of ServerKit with which the modules being loaded
were compiled. A number of small cleanups and changes were made. This
release is incompatible with previous 0.0.x releases. Modules will need to
be rebuilt and, in some cases, require source modifications as well. 

License: Affero General Public License

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

                        - %  - %  - % - % -

[056] - Shttp 0.0.6 
  by swivel (http://freshmeat.net/users/swivel/)
  Mon, Nov 5th 2007 06:29

Internet :: WWW/HTTP :: HTTP Servers
Software Development :: Embedded Systems

About: Shttp is a simple, partial HTTP/1.1 implementation built using the
ServerKit framework. It's a little over 1000 lines of code, and serves
well as a minimal lightweight HTTP server in closed/controlled/static
content settings, as well as a learning tool for those interested in
developing TCP-service-providing modules using ServerKit. Illustrating how
easy it is to build efficient server programs using ServerKit, this module
has demonstrated 7200 requests/second in AB benchmarks.

Changes: Rudimentary automatic directory index support has been added.
Some changes have also been made to make Shttp ServerKit 1.0.0 compatible.
As a result, this release requires ServerKit 1.0.0+. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[057] - SILC Server 1.1 Beta3
  by priikone (http://freshmeat.net/users/priikone/)
  Mon, Nov 5th 2007 13:56

Communications
Communications :: Chat
Communications :: Conferencing

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

Changes: This version fixes a CTR mode rekey crash and other CTR mode
issues.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[058] - SILC Toolkit 1.1.4
  by priikone (http://freshmeat.net/users/priikone/)
  Mon, Nov 5th 2007 22:56

Communications
Communications :: Chat
Communications :: Conferencing

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

Changes: This version fixes CTR mode rekey and CTR mode
encryption/decryption over UDP/IP. Other bugs were also fixed.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[059] - SimCList 1.3 beta 
  by Mij (http://freshmeat.net/users/mijio/)
  Mon, Nov 5th 2007 13:38

Software Development :: Libraries

About: SimCList is a high quality C library for handling lists. Its API is
simple but powerful, makes elegant and consistent use of information
hiding, abstracts the actual data type to store, and is fairly complete.
The library itself has good performance, and makes a good compromise
between performance in terms of time and space. It is well documented and
has a very fast learning curve.

Changes: Support for custom element seeking and support for
dumping/restoring lists on files.

License: BSD License (revised)

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

                        - %  - %  - % - % -

[060] - Solar Imperium 2.5.1 BETA1 
  by Yanick Bourbeau (http://freshmeat.net/users/mrgibson/)
  Mon, Nov 5th 2007 08:01

Games/Entertainment
Games/Entertainment :: Turn Based Strategy
Internet :: WWW/HTTP

About: Solar Imperium is a Solar Realms Elite clone. In it, you rule a
solar empire. The goal is to become and remain the most powerful empire.
You can gain strength by buying forces, and you can gain size by
colonizing planets. You start with some planets, and a little bit of
money. You are required to feed your people and army, and to pay to
maintain your planets and army. If you fail to do these things, disastrous
results may occur. You are given several turns of protection, during which
you cannot attack or be attacked, and cannot perform covert operations.
This provides a way for smaller empires to build up their defenses and
planets before they enter the real world. 

Changes: The installer was improved. While creating a new game, more
errors and warnings may be displayed. A informative notice is displayed
when no players are in the database. A limit of two players per IP is
enforced. The last joined players is displayed in the properties page. The
best day (logged players/signup) is displayed. A display bug the in forum
pages was fixed. A bug in effectiveness when a pirate attack is loose was
fixed. Lottery was fixed. A pirate attack does not set the "already
attacked" flag. The pirate attack bust calculation is wrong. A covert op
supports dissension with no reclaimed troops. Sabotage never damages
anything. 

License: GNU General Public License v2

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

                        - %  - %  - % - % -

[061] - spamdyke 3.1.0 
  by Sam Clippinger (http://freshmeat.net/users/samc_silence_org/)
  Mon, Nov 5th 2007 10:39

Communications :: Email :: Filters

About: spamdyke is a drop-in filter for qmail to provide connection-time
blacklisting, graylisting, DNS RBL/RHSBL checking, sender MX checking,
improved logging, and more. spamdyke will provide SMTP AUTH and TLS to
unpatched qmail servers. Installing spamdyke does not require patching or
recompiling qmail. 

Changes: Rewritten/refactored DNS query code now allows much faster
lookups and timeouts. Testing shows a 10x speed improvement in some
situations (YMMV). Data reading and writing now moves as much data as
possible in each system call (up to 4K), not one byte at a time. The
"graylist-dir" and "no-graylist-dir" options can now be used multiple
times to search multiple graylist folders for a domain folder. The
"ip-in-rdns-keyword-file" option now allows top-level domains to be
listed. Log messages can now be sent to stderr instead of syslog. Numerous
enhancements to "config-test". Numerous bugfixes.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[062] - Super Grub Disk 0.9670 (USB)
  by adrian15 (http://freshmeat.net/users/adrian15/)
  Mon, Nov 5th 2007 10:48

System :: Boot
System :: Installation/Setup
System :: Recovery Tools

About: Super Grub Disk is a bootable floppy or CDROM that is oriented
towards system rescue, specifically for repairing the booting process.
Super Grub Disk is simply a Grub Disk with a lot of useful menus. It can
activate partitions, boot partitions, boot MBRs, boot your former OS
(Linux or another one) by loading menu.lst from your hard disk,
automatically restore Grub on your MBR, swap hard disks in the BIOS, and
boot from any available disk device. It has multi-language support, and
allows you to change the keyboard layout of your shell. 

Changes: A Liveswap option has been added. This is useful for changing the
hard disk numeration that GRUB understands. If you have two or more hard
disks and SGD seems not to work, you can try the Easy Live Swap option and
check SGD functionality again.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[063] - SymmetricDS 1.0.0 
  by Chris Henson (http://freshmeat.net/users/chenson42/)
  Mon, Nov 5th 2007 08:03

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

About: SymmetricDS is Web-enabled, database independent, data
synchronization software. It uses Web and database technologies to
replicate tables between relational databases in near real time. The
software was designed to scale for a large number of databases, work
across low-bandwidth connections, and withstand periods of network outage.


Changes: There is stable support for MySQL and Oracle. 

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[064] - Terrain Generation 0.1 
  by Brian Dickey (http://freshmeat.net/users/sls1j/)
  Mon, Nov 5th 2007 17:49

Multimedia :: Graphics
Multimedia :: Graphics :: 3D Modeling
Scientific/Engineering :: Mathematics

About: Terrain Generation is a program designed to produce realistic
elevation maps. Various methods are used to simulate faulting, rain, and
gravity erosion. There is also a 2D cos transform that can be used. The
program currently saves terrain as a Wavefront's Advanced Visualizer
Object file (.obj).

License: MIT/X Consortium License

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

                        - %  - %  - % - % -

[065] - the maker 0.7 
  by Gerald Spreer (http://freshmeat.net/users/gerald_spreer/)
  Mon, Nov 5th 2007 07:47

Internet :: File Transfer Protocol (FTP)
Internet :: WWW/HTTP :: Site Management
Text Processing :: Markup :: HTML/XHTML

About: The maker is a content management system (CMS) for Web sites. It
runs on your local computer and publishes via FTP after you have made your
changes. All that is required is some Web space with FTP access. 

Changes: When a new file is created, it is automatically selected in the
tree. More templates for projects were added. An upload queue was
implemented, so you can change as many files as you like and then upload
them at once. No "make all" is needed. If you change a .dynamic file, then
the maker will only publish the affected files. Maker markers were
introduced. 

License: BSD License (revised)

URL: http://freshmeat.net/projects/the-maker/

                        - %  - %  - % - % -

[066] - Tiny ERP 4.2.0 (Stable)
  by pinky (http://freshmeat.net/users/pinkytiny/)
  Mon, Nov 5th 2007 10:46

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

About: Tiny ERP is a complete ERP and CRM. The main features are
accounting (analytic and financial), production management (MRP), stock
management, sales and purchases management, task automation, marketing
campaigns, help desk, POS, etc. Technical features include a distributed
server, flexible workflows, an object database, a dynamic GUI, an XML-RPC
interface, and customizable reports.

Changes: This release has about 191 modules for different purposes. There
are many changes in the accounting modules and in dashboards. Support for
the Web client has been added.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[067] - Tiny ERP Web client 1.0-rc1 
  by pinky (http://freshmeat.net/users/pinkytiny/)
  Mon, Nov 5th 2007 10:47

Information Management :: Document Repositories
Information Management :: Records Management
Information Management :: Workflow Frameworks

About: The Tiny ERP Web client is a Turbogears/AJAX interface for the
enterprise management software Tiny ERP. It supports all features of the
GTK client and connects to the Tiny ERP server using XML-RPC. 

Changes: Many speed improvements and a new caching method. Support for a
calendar view, editable lists, and relations through many2one fields.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[068] - VirtMus 1.01 
  by Gabriel Burca (http://freshmeat.net/users/gburca/)
  Mon, Nov 5th 2007 23:11

Multimedia :: Graphics
Multimedia :: Sound/Audio

About: VirtMus (virtual music) allows the user to display multi-page sheet
music and flip pages without removing the hands (or feet) from the
instrument the music is performed on. It is very useful during concerts
and practice sessions. 

Changes: The main changes in this release are music page annotations,
integration with Inkscape, and smoother animation for page flips in the
live window.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[069] - vsdviewer 0.0.7 
  by Valek Filippov (http://freshmeat.net/users/frob/)
  Mon, Nov 5th 2007 06:35

Multimedia :: Graphics
Multimedia :: Graphics :: Editors :: Vector-Based
Multimedia :: Graphics :: Graphics Conversion

About: vsdviewer is a MS Visio Drawing and Stencil (VSD/VSS) import filter
for the sK1 vector editor and UniConvertor. It can also be used as a
standalone viewer.

Changes: Merging of the "Foreign data" for stencils was implemented.
Shape="Shape" to Stencil Item matching logic was implemented. 

License: GNU General Public License v3

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

                        - %  - %  - % - % -

[070] - WebSQL 2007.01_rc3 
  by WebSQL Staff (http://freshmeat.net/users/websql/)
  Mon, Nov 5th 2007 08:10

Database
Database :: Front-Ends
Internet

About: The goal of WebSQL is to run on every DBMS, and to provide a unique
tool to access and manage a database through a simple Web interface.

Changes: The ability to browse a table's data in a "GridView" was added. A
filter for a catalog or schema was added. 

License: Freeware

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

                        - %  - %  - % - % -

[071] - white_dune 0.29beta745 (Development)
  by MUFTI (http://freshmeat.net/users/mufti22/)
  Mon, Nov 5th 2007 06:20

Internet :: WWW/HTTP
Multimedia :: Graphics :: 3D Modeling
Multimedia :: Graphics :: 3D Rendering

About: white_dune is a graphical VRML97 editor, simple NURBS/Superformula
3D modeller and animation tool. VRML97 (Virtual Reality Modeling Language)
is the ISO standard for displaying 3D data over the Web via browser plugins
("HTML for realtime 3D"). It has support for animation, real-time
interaction, and multimedia (images, movies, and sounds). white_dune can
read, create and display VRML97 files and let the user change the
scenegraph/fields. It also has support for stereoscopic view via
"quadbuffer"-capable stereo visuals, and support for 3D input devices like
a joystick, spaceball, or magnetic tracker.

Changes: A possible problem was fixed with rendering errors after the
insertion of a new CollidableShape node into the scenegraph. The X3D
StringSensor node was added. A crash when rendering PROTO node was fixed. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[072] - WikyBlog 1.5.5 
  by Josh Schmidt (http://freshmeat.net/users/oyejorge/)
  Mon, Nov 5th 2007 10:55

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

About: WikyBlog is a Wiki/Blog CMS/groupware application with an AJAX
enhanced tabbed interface that enables users to view and edit multiple
files within the same page. UTF-8 support for multi-language abilities,
integrated custom template editing, file upload, a flexible user privilege
system, and Google Maps integration number among its many features. 

Changes: This release adds more improvements to the plugin capabilities.
"code" and "quote" styles were also added to all of the default packages,
and a few bugs were fixed.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[073] - XAware 5.0 
  by Bill Miller (http://freshmeat.net/users/billmxa/)
  Mon, Nov 5th 2007 05:19

Information Management :: Metadata/Semantic Models
Text Processing :: Markup :: XML
Text Processing :: Markup :: XSL/XSLT

About: XAware provides a solution for building real time data integrations
and data services. It uses an Eclipse-based designer and a run-time engine
implemented using the Spring Framework. XAware has extensive built-in
support for database transactions, messaging systems, structured and
unstructured text, XML schemas, and more. 

Changes: The Spring Framework is used for configuration and extensibility.
Java-like error handling is supported with scoped handlers and user-defined
error generation. The transaction scope was made more granular. Full XPath
1.0 support was added. Aliasing is done for user-friendly names of
components. Flexible pooling options are available for data source
connections. Batch processing enhancements were done. User defined
variables were added. The core processing instruction set was expanded.
Common tasks can be managed through JMX. 

License: GNU General Public License v2

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

                        - %  - %  - % - % -

[074] - xlog 1.6 (Stable)
  by Joop Stakenborg (http://freshmeat.net/users/pa3aba/)
  Mon, Nov 5th 2007 13:41

Communications :: Ham Radio

About: Xlog is an easy to use program for logging your  radio contacts.
Contacts are saved in a browsable  list which can be edited.

Changes: WAC scoring has been added. There are several cabrillo import
fixes. German translations have been added. There are several minor
bugfixes and feature additions.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[075] - XQDE 20071106 
  by Stefano (http://freshmeat.net/users/stefanux/)
  Mon, Nov 5th 2007 17:36



About: XQDE is a docker application that provides functionality similar to
KXDocker in many ways. It works together with a compositing window manager.


Changes: Some bugfixes. Speed and image quality improvements. The plugin
interface is ready. A new webresources plugin.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[076] - Yabause 0.9.1 
  by Guillaume Duhamel (http://freshmeat.net/users/yabause/)
  Mon, Nov 5th 2007 10:49

Games/Entertainment
System :: Emulators

About: Yabause is a Sega Saturn emulator.

Changes: This release adds save state support to the GTK and Windows
ports. It also provides an interface to manage the backup RAM when the
emulator is used without a BIOS.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[077] - Yahoo Mail Sucker Prototype 81 
  by jabetcha (http://freshmeat.net/users/jabetcha/)
  Mon, Nov 5th 2007 13:47

Communications :: Email
Communications :: Email :: Mail Transport Agents

About: Yahoo Mail Sucker allows you to fetch Yahoo Mail messages to your
local inbox (after the free POP3 service has been suspended).

Changes: The login issues have been fixed.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[078] - YXA 1.0 
  by Fredrik Thulin (http://freshmeat.net/users/fredrikthulin/)
  Mon, Nov 5th 2007 06:23



About: YXA is a SIP stack and a set of SIP server applications written in
Erlang/OTP. The SIP stack is RFC3261 compliant. Among the features
implemented are SIP registrar, SIP router, forking, CPL, IPv6, TLS, ENUM,
PSTN gateway access control and modular user database backends. The main
goal of the project is to create a robust SIP server platform that can
scale to tens of thousands of users, be interoperable through standards
compliance, and still have short time-to-market for new features due to
the use of a high level language.

Changes: Since the last stable release, YXA has gotten a number of new
features, such as GRUU, Outbound, and event server. Also, a lot of
stability and overall maturity was added. 

License: BSD License (original)

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



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

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