OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
[fm-news] Newsletter for Monday, December 11th 2006

From: The freshmeat daily newsletter (freshmeat-newslists.freshmeat.net)
Date: Tue Dec 12 2006 - 02:10:09 CST


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

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

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

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

Open source and Linux from HP

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

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

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

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

[001] - 2E Programming Language 0.8.1
[002] - Andy's PHP Knowledgebase 0.72
[003] - anyfs-tools 0.84.10
[004] - AROUNDMe 0.7.2
[005] - Boa Constructor 0.2.3-alpha
[006] - Botan 1.5.13 (Development)
[007] - BuildBot 0.7.5
[008] - CCAPI 2.0.0.5
[009] - ChibiTracker 1.0rc1
[010] - Clam AntiVirus 0.88.7
[011] - DBsight 1.3.5 (Bundled with App Server)
[012] - EasyEclipse 1.2.1.1
[013] - EasyTAG 1.99.13 (Development)
[014] - Floola beta 21
[015] - FlowPlayer 1.10
[016] - fswebcam 20061210
[017] - GeoTools 2.2.2 (Stable)
[018] - gscan2pdf 0.8.4
[019] - HelloUsers 03.2006
[020] - Help Desk Reloaded 3.5.2
[021] - HelpSetMaker 1.1.1
[022] - hobbitalarm 0.1
[023] - Hyperic HQ 2.7.6
[024] - Hyperic SIGAR 1.3
[025] - image_album 2006-12-11
[026] - IssueTrackerProduct 0.7.3
[027] - JasperAssistant 2.2.0
[028] - JViews 8.0
[029] - Layer-7 Packet Classifier for Linux 2006-12-11 (Pattern
Definitions)
[030] - Linux Layer7 Switching 0.1.0
[031] - Linux Replicated High Availability Manager 1.2.4
[032] - Lithium Network Monitoring Platform 4.8.0
[033] - NG-Admin 1.2.4
[034] - Parabuild 3.0.3
[035] - pgFouine 0.7.2
[036] - Photo Organizer 2.33 (Stable)
[037] - phpThumb() 1.7.6
[038] - Port Scan Attack Detector 2.0
[039] - promogest 0.8
[040] - Python Regular Expression Builder 0.1.6
[041] - Sparklet 0.9.7
[042] - Stunnix Advanced Web Server 1.8
[043] - Teamwork 3.1.1
[044] - ThinWire 1.2 RC1
[045] - Thousand Parsec Python wxWindows Client 0.2.0
[046] - VIF Lightweight Framework 1.0
[047] - VTun 3.0.0
[048] - WP Clipart 2.4
[049] - X-Cart 4.1.4
[050] - Xcpc 20061211
[051] - xen-tools 3.0
[052] - yaGTD 0.1.4
[053] - YourKit Java Profiler 6.0

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

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

[001] - 2E Programming Language 0.8.1
  by Derek Pressnall (http://freshmeat.net/users/tchuladdiass/)
  Mon, Dec 11th 2006 08:55

About: 2e is an experimental language designed to be as simple as
possible, but still allow for all the standard programming functions
(expression evaluation, flow control, functions, variables, and arrays,
etc). The language flow control is handled via a C style conditional
operator (expr ? expr2 : expr3) for if/else processing, and a variant
iterative conditional (expr ?? expr2 : expr3) for looping. Parentheses are
used for grouping throughout, and both built-in and user-defined functions
are supported. The language itself is referred to as 2e, while the
interpreter is called ee. The interpreter is designed to be used
stand-alone, and it can also be easily embedded within another
application.

Changes: Several new functions were added to the built-in function
library, including split() (for parsing text strings), getenv(), system(),
readline(), and setlen(). The ability to retrieve command line arguments
and to create various typed arrays was added. Previously, the default was
to load up only general-purpose arrays; now you can define integer,
character, or floating point arrays. The Web site has also been
overhauled, so that it includes a more complete language tutorial and
reference section.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[002] - Andy's PHP Knowledgebase 0.72
  by KeyMonkey (http://freshmeat.net/users/keymonkey/)
  Mon, Dec 11th 2006 12:39

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

Changes: This release includes improvements to the default look and feel,
with an improved experience for IE users and Firefox 2 on Mac OS X. Image
upload scripts have been removed, as have the links and link utility.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[003] - anyfs-tools 0.84.10
  by unDEFER (http://freshmeat.net/users/undefer/)
  Mon, Dec 11th 2006 11:10

System :: Filesystems
System :: Recovery Tools

About: anyfs-tools allows you to recover and convert filesystems while
using minimal extra disk space. Unlike other recovery tools, anyfs-tools
doesn't copy all the files found on other disks (or partitions), but only
saves information about the location of the file blocks to an external
inode table. After recovery, a user may mount the damaged filesystem with
anyfs and the external inode table and then interact with all recovered
files with any program.

Changes: Anysurrect not having an efficient I/O buffer was fixed. It is
more than twice as fast now. Some building bugs for Gentoo were fixed.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/anyfs-tools/

                        - % - % - % - % -

[004] - AROUNDMe 0.7.2
  by tom calthrop (http://freshmeat.net/users/barnraiser/)
  Mon, Dec 11th 2006 08:26

About: AROUNDMe is the perfect solution for community builders wishing to
bring together multiple mutual interest groups within a shared knowledge
network.

Changes: The user interface is new. A modularized engine was added. Social
networking was replaced.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[005] - Boa Constructor 0.2.3-alpha
  by phobie (http://freshmeat.net/users/phobie/)
  Mon, Dec 11th 2006 10:55

Software Development :: Libraries :: Python Modules

About: Boa Constructor is a cross-platform RAD GUI-building IDE. It offers
visual frame creation and manipulation, an object inspector, a debugger,
integrated help, and many views on the source, including inheritance
hierarchies, object methods and properties, and HTML generated from
documentation strings. It is written in Python and uses the wxPython
toolkit which wraps wxWindows.

Changes: Primarily a bugfix release for compatibility with the latest
wxPython.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/boa-constructor/

                        - % - % - % - % -

[006] - Botan 1.5.13 (Development)
  by Jack Lloyd (http://freshmeat.net/users/randombit/)
  Mon, Dec 11th 2006 04:35

Security :: Cryptography
Software Development :: Libraries

About: Botan is a C++ library of cryptographic algorithms. It includes a
wide selection of cryptographic algorithms (including AES, DES, SHA-1,
RSA, and DSA, among many others). It also support X.509 certificates and
several common certificate-related formats and protocols. It has a high
level interface, is easily portable to most systems and compilers, and
includes a substantial tutorial and API reference.

Changes: This is the first release candidate for the new stable tree of
Botan. Three modules which had not been updated to reflect new APIs have
been corrected, and support for the Intel and PathScale compilers on
x86-64 has been improved.

License: BSD License (revised)

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

                        - % - % - % - % -

[007] - BuildBot 0.7.5
  by Brian Warner (http://freshmeat.net/users/brianwarner/)
  Mon, Dec 11th 2006 04:39

Software Development :: Build Tools
Software Development :: Quality Assurance

About: The BuildBot is a system to automate the compile/test cycle
required by most software projects to validate code changes. It builds
and tests the tree each time a change is committed, providing status
updates through a Web page or other protocols.

Changes: Monotone and Tinderbox support was added, as well as an SVN
repository poller, new file-transfer BuildSteps, and multi-owner Locks.
Builder reconfiguration is far less destructive than before, and now
includes automatic logfile summarization.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[008] - CCAPI 2.0.0.5
  by staudinger (http://freshmeat.net/users/staudinger/)
  Mon, Dec 11th 2006 08:30

Office/Business :: Financial
Office/Business :: Financial :: Investment
Software Development :: Libraries

About: CCAPI is a financial engineering and financial application library
for Java. It provides interfaces for automated stock exchange trading
through GCI. Additionally, it provides functions to retrieve online quotes
from various data sources, including EUWAX, Comdirect, Yahoo!, and GCI. It
provides a comprehensive library of technical and mathematical indicator
implementations, like MACD, SMA, EMA, RSI, Williams %R, Correlation, and
more.

Changes: Interactive Broker's TWS is now supported. Several minor bugs
have been fixed. A new indicator was added.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[009] - ChibiTracker 1.0rc1
  by reduz (http://freshmeat.net/users/reduz/)
  Mon, Dec 11th 2006 16:38

Multimedia :: Sound/Audio :: Mixers
Multimedia :: Sound/Audio :: Sound Synthesis

About: ChibiTracker is a portable IT (Impulse Tracker) clone. It is not an
exact clone though, as it adds more features, such as chorus and reverb,
stereo samples, an advanced sample editor, and more. The user interface
also presents some changes, as it can be custom themed and resized.

Changes: This release has many changes, including better dialog
management, playback fixes, and loading samples from inside songs.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[010] - Clam AntiVirus 0.88.7
  by Luca Gibelli (http://freshmeat.net/users/nervous/)
  Mon, Dec 11th 2006 08:47

Communications :: Email :: Filters
Security
Utilities

About: Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose
of this software is the integration with mail servers (attachment
scanning). The package provides a flexible and scalable multi-threaded
daemon, a commandline scanner, and a tool for automatic updating via
Internet. The programs are based on a shared library distributed with the
Clam AntiVirus package, which you can use in your own software.

Changes: This version improves scanning of mail and tar files.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[011] - DBsight 1.3.5 (Bundled with App Server)
  by Chris (http://freshmeat.net/users/chrislusf/)
  Mon, Dec 11th 2006 04:45

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

About: DBSight is a J2EE search platform for rapidly developing search
engines on any relational database, for both beginners and experts. It's
scalable, easy to create, and fast to search. It features a built-in
database crawler following user-defined SQL, incremental indexing,
user-controllable result ranking, the ability to return results with
highlights (like Google), and categorized result counts (like Amazon). It
can easily integrate with a non-Java environment with XML/JSON. There is a
UI for all operations, so no Java coding is necessary.

Changes: Search performance in multiple narrowBy mode was much improved.
Memory consumption was reduced by avoiding opening the index several
times. This release fixes an NPE in doc.getValues, removed session usage
to avoid possible J2EE memory growth, and added a missing example jar
file.

License: Free for non-commercial use

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

                        - % - % - % - % -

[012] - EasyEclipse 1.2.1.1
  by Philippe Ombredanne (http://freshmeat.net/users/pombredanne/)
  Mon, Dec 11th 2006 16:36

Software Development :: Build Tools
Software Development :: Compilers
Software Development :: Debuggers

About: EasyEclipse packages together the Eclipse IDE and key open source
plug-ins. It is intended to make Eclipse easier to download, install, and
use.

Changes: This version is a major bugfix for the C/C++, Ruby on Rails, PHP,
Python, and LAMP distributions. The 1.2.1 release introduced two bugs in
the built-in Java runtime that those distributions require. Many people
reported issues when using non-English languages and non-western European
character sets. Linux users may also have experienced weird crashes and
other unexplained problems.

License: Open Software License

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

                        - % - % - % - % -

[013] - EasyTAG 1.99.13 (Development)
  by Jérôme COUDERC (http://freshmeat.net/users/djeje/)
  Mon, Dec 11th 2006 16:21

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

About: EasyTAG is a utility for viewing and editing tags for MP3, MP2,
FLAC, Ogg Vorbis, MusePack, and Monkey's Audio files. It features a simple
and attractive GTK+ interface.

Changes: The cddb manual search was fixed by using "gnudb.org" instead of
"freedb.org". The compilation with the new FLAC version was also fixed.
Various bugs were fixed, and new Frech documentation was added. In the
Windows version, problems with the directory separator in the path was
fixed. A new Chinese translation was included. The French, German,
Hungarian, Italian, Swedish, and Hungarian translations were updated.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[014] - Floola beta 21
  by floola (http://freshmeat.net/users/floola/)
  Mon, Dec 11th 2006 09:10

Multimedia :: Sound/Audio
Multimedia :: Video

About: Floola is an application to efficiently manage your iPod or your
Motorola mobile phone (any model that supports iTunes) under Linux, Mac OS
X, and Windows. Video and music files can be easily added and removed.
Playlists can be managed with simple drag-and-drop. Lyrics and artwork are
supported. Tracks can be submitted to last.fm.

Changes: A podcast mhip error was fixed. The language can be changed
again. Resizing the item listbox doesn't flicker anymore.

License: Freeware

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

                        - % - % - % - % -

[015] - FlowPlayer 1.10
  by api (http://freshmeat.net/users/apiatikidotfi/)
  Mon, Dec 11th 2006 12:03

Communications
Multimedia :: Video :: Display

About: FlowPlayer is a video player for Flash Video in FLV format. The UI
is clean and simple. The player is easy to configure and embed into your
home page, site, or blog.

Changes: Changed to use the same configuration syntax with flashVars as
with external configuration files. Now the same configuration style is
used consistently everywhere. A bug that made it impossible to disable
autoPlay and autoBuffering was fixed.

License: The Apache License 2.0

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

                        - % - % - % - % -

[016] - fswebcam 20061210
  by Philip Heron (http://freshmeat.net/users/fsphil/)
  Mon, Dec 11th 2006 08:19

Multimedia :: Graphics :: Capture

About: fswebcam is a small and nifty Webcam program for Linux. It captures
images from a V4L1/V4L2 device or from files, averages them to reduce
noise, and draws a caption on the final image.

Changes: Many changes and fixes were made, including configuration file
support.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[017] - GeoTools 2.2.2 (Stable)
  by Andrea Aime (http://freshmeat.net/users/aaime/)
  Mon, Dec 11th 2006 08:12

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

About: GeoTools is a GIS toolkit that is used for OGC-based projects via
GeoAPI interfaces. It includes two great SLD based renderers and tools for
raster access and reprojection as well as plugins for Shapefile, ArcGrid,
ArcSDE, Postgis, OracleSpatial, MySQL, and many more.

Changes: Bugs were fixed in all areas, especially rendering, Oracle,
shapefiles, and so on.

License: GNU Lesser General Public License (LGPL)

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

                        - % - % - % - % -

[018] - gscan2pdf 0.8.4
  by Jeff (http://freshmeat.net/users/3ra28145/)
  Mon, Dec 11th 2006 13:36

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

About: gscan2pdf is a GUI to ease the process of producing PDFs from
scanned documents. You scan in one or several pages and create a PDF of
selected pages. At maturity, the GUI will have similar features to that of
the Windows Imaging program, but with the express objective of writing a
PDF, including metadata. Scanning is handled with SANE via scanimage. PDF
conversion is done by libtiff. Perl is used for portability and ease of
programming, with gtk2-perl for the GUI.

Changes: A Polish translation has been added. There is an update to the
French translation. Support has been added for the HP ScanJet 6390c. A bug
caused by moving the thumbnail/detail window divider so that the detail
window disappeared has been fixed. Missing translations in the scanimage
command line options have been fixed. Open or save buttons are the default
on all FileChooserDialogs. A 1mm tolerance has been added to the paper size
check.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[019] - HelloUsers 03.2006
  by Tomasz Kuprowski (http://freshmeat.net/users/plissken/)
  Mon, Dec 11th 2006 04:58

System :: Networking :: Monitoring

About: HelloUsers is a Web application for communication between network
administrators and users. It is like a notice board. It contains an
extended administrative panel and assures that a news item from an
administrator will be viewed by network users. It uses iptables to
redirect Web traffic to a local HTTP server located on the network router.

License: Freeware

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

                        - % - % - % - % -

[020] - Help Desk Reloaded 3.5.2
  by helpdesksoftware (http://freshmeat.net/users/helpdesksoftware/)
  Mon, Dec 11th 2006 08:48

Information Management
Information Management :: Issue Tracking

About: Help Desk Reloaded is a Web-based helpdesk customer support system.
Its users can quickly log help desk tickets, and customer support
representatives can track calls, assign priorities, etc.

Changes: A problem that prevented the software from working correctly on
Apache and Windows systems was corrected. A minor bug that prevented some
browsers from submitting tickets was fixed. A minor problem with email
notices was corrected.

License: Free To Use But Restricted

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

                        - % - % - % - % -

[021] - HelpSetMaker 1.1.1
  by Dirk Hillbrecht (http://freshmeat.net/users/dirkhillbrecht/)
  Mon, Dec 11th 2006 08:46

Software Development :: Documentation
Text Editors :: Documentation

About: HelpSetMaker allows creation and maintenance of help documents. It
is especially tailored to the needs of the JavaHelp online help system for
Java programs. Help texts are written in a very simple descriptive
language, and the resulting documents are immediately shown on the screen.
Links, images, and style sheets can be included and managed. It can also
produce HTML and LaTeX source output.

Changes: Line indentation (e.g. for source code output) can be archieved
by putting "_" at line beginnings. Index creation works again as spurious
XML statements are removed from HelpSet HTML. Macro definitions are always
read with the correct character encoding. Projects are automatically saved
before output creation. The "titletag" attribute can be added to HelpSet
output now. HelpSets show a start page instead of an empty frame by
default now.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[022] - hobbitalarm 0.1
  by Stephan Seitz (http://freshmeat.net/users/seitzst/)
  Mon, Dec 11th 2006 16:15

System :: Monitoring
Utilities

About: hobbitalarm aims to be a notification client for the Hobbit / Big
Brother monitor. It can be configured to execute commands on your local
desktop when an alert has been caught by the hobbit monitor. It receives
the information about the Hobbit state by polling the Hobbit / Big Brother
Web frontend on a configurable, regular basis.

Changes: This release is in a very early development state. Currently,
there is no build environment. On Linux it compiles with gcc, and for
Windows an OpenWatcomC Project is attached to the source code. The
resulting binaries, early documentation, and configuration examples are
bundled. It is tagged pre-alpha because essential functions, like process
detaching or (for Windows) system tray functionality, are not implemented
yet. Basic notification is working. Htaccess protected Hobbit / Big
Brother Web frontends cannot be reached because no authentication has been
implemented yet.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[023] - Hyperic HQ 2.7.6
  by John Mark (http://freshmeat.net/users/porkrind/)
  Mon, Dec 11th 2006 11:23

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

About: Hyperic HQ is a distributed infrastructure management system whose
architecture assures scalability, while keeping the solution easy to
deploy. HQ's design is meant to deliver on the promise of a single
integrated management portal capable of managing unlimited types of
technologies in environments that range from small business IT departments
to the operations groups of today's largest financial and industrial
organizations.

Changes: This release allows users to monitor, define alerts, and access
metrics from VMware Server, ESX, and GSX, as well as the hosted VMs, to
present a complete view of your entire VMware environment.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/hyperic-hq/

                        - % - % - % - % -

[024] - Hyperic SIGAR 1.3
  by John Mark (http://freshmeat.net/users/porkrind/)
  Mon, Dec 11th 2006 11:25

Software Development :: Libraries :: Java Libraries
System :: Monitoring
System :: Systems Administration

About: SIGAR (System Information Gatherer and Reporter) is a
cross-platform, cross-language library and command-line tool for accessing
operating system and hardware level information in Java, Perl, and .NET.
SIGAR was developed to overcome the lack of portable access to low-level
hardware and operating system metrics found in the Java platform. It's a
key component of the Hyperic HQ management platform. SIGAR supports
multiple language bindings and operates on more than 10 OS/hardware
combinations.

Changes: This release adds support for VMware: ESG, GSX, and Server.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/hyperic-sigar/

                        - % - % - % - % -

[025] - image_album 2006-12-11
  by Dan Harkless (http://freshmeat.net/users/DanHarkless/)
  Mon, Dec 11th 2006 08:19

Artistic Software
Information Management :: Document Repositories
Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries

About: image_album generates HTML on-the-fly for the navigation of albums
of related images. It supports several different viewing modes appropriate
for different display sizes and connection speeds, and allows the viewing
of additional image info such as EXIF data. It uses CGI PATH_INFO-style
URLs (with no '?' characters) for spiderability by all search engines.

Changes: URLs now end in ".jpg/" rather than ".jpg" so that certain search
engines don't ignore the "one_file" and "all_files" pages by assuming that
they are image data. The options settings were changed to use a
pseudo-directory in the PATH_INFO rather than query parameters, so it's
possible to use robots.txt to keep search engines off redundant URLs. The
Image::Magick calls were updated due to their modified API.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[026] - IssueTrackerProduct 0.7.3
  by Peter Bengtsson (http://freshmeat.net/users/peppebe/)
  Mon, Dec 11th 2006 08:31

Information Management :: Issue Tracking
Software Development :: Bug Tracking

About: IssueTrackerProduct is an issue/bug tracker Web application that
uses the Zope Web application server. It is very easy to use, and fancy
features are switched off by default.

License: Zope Public License (ZPL)

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

                        - % - % - % - % -

[027] - JasperAssistant 2.2.0
  by JasperAssistant (http://freshmeat.net/users/jasperassistant/)
  Mon, Dec 11th 2006 05:01

Database
Database :: Front-Ends
Printing

About: JasperAssistant is a visual report designer tool for JasperReports,
a popular open-source reporting engine. It is built on top of the Eclipse's
plug-in architecture, and its main goal is to help you create JasperReports
report definition files through an intuitive graphical interface.

Changes: This version brings full support for JasperReports crosstabs by
providing a dedicated crosstab editor.

License: Other/Proprietary License with Free Trial

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

                        - % - % - % - % -

[028] - JViews 8.0
  by Jerome Joubert (http://freshmeat.net/users/jjoubert/)
  Mon, Dec 11th 2006 08:35

Multimedia :: Graphics
Scientific/Engineering
Software Development :: Libraries :: Java Libraries

About: JViews is a set of visualization components for a wide spectrum of
applications. They come with industry-specific graphic objects,
Asynchronous JavaScript and XML (AJAX) technology, point-and-click
editors, and software development kits (SDKs) for customizing renderings
and interaction features. It can be used to develop interfaces for desktop
and Web-based applications. JViews contains modules to cover different
types of displays, such as diagrams, dashboards, maps, charts, Gantt
charts, and telecom.

Changes: This version targets more users in the user interface
collaboration chain, from developers and graphic designers to application
administrators. The creation of supervision and monitoring applications is
easier. This release introduces realistic-looking active symbols, resulting
in richer user displays, and features that allow for easy and rapid
creation of dashboards. It also offers deeper support for Ajax for direct
editing of diagrams and charts and maps from a Web browser.

License: Other/Proprietary License

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

                        - % - % - % - % -

[029] - Layer-7 Packet Classifier for Linux 2006-12-11 (Pattern
Definitions)
  by Matthew Strait (http://freshmeat.net/users/quadong/)
  Mon, Dec 11th 2006 10:53

Communications
Internet
System

About: L7-filter is a packet classifier for Netfilter that identifies
packets based on application layer (OSI layer 7) data. This means that it
is able to classify packets as HTTP, FTP, Gnucleus, Kazaa, etc.,
regardless of ports. It complements existing matches that classify based
on port numbers, packet length, TOS bits, and so on. Combined with Linux
QoS, it allows for full layer 7 packet shaping.

Changes: Improved patterns for valid certificate SSL and Battlefield 2.
The test suite has been extended to include use of the GNU library, which
is used in the new userspace version. There are other minor bugfixes and
updates.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/l7-filter/

                        - % - % - % - % -

[030] - Linux Layer7 Switching 0.1.0
  by Alexandre Cassen (http://freshmeat.net/users/acassen/)
  Mon, Dec 11th 2006 16:10

Internet :: Proxy Servers
Internet :: WWW/HTTP :: Dynamic Content
System :: Networking

About: The main goal of Linux Layer7 Switching is to provide a fast
framework for Layer 7 switching. Layer 7 switching is driving a low-level
engine using networking design to speed up forwarding of the data stream.
The implementation in this project is split into a userspace daemon and a
low-level kernelspace forwarding engine. The userspace daemon is
responsible for scheduling and switching decisions. The kernelspace
forwarding engine is responsible for forwarding the stream and using a TCP
splicing scheme. TCP splicing is the postponement of the connection between
the client and the server in order to obtain sufficient information to make
a routing decision.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[031] - Linux Replicated High Availability Manager 1.2.4
  by Simon Edwards (http://freshmeat.net/users/bongo44/)
  Mon, Dec 11th 2006 08:38

System :: Clustering/Distributed Networks

About: The Linux Replicated High Availability Manager (Linuxha.net) allows
the creation of clusters for application high availability through data
replication. Currently, clusters are limited to two nodes, but multiple
applications can be hosted and failed-over between the nodes. The software
uses DRBD to provide the data replication facillity.

Changes: Several minor improvements were made, mainly concerning improved
network handling, both for IP address configuration for packages, pseudo
MONITOR IP support, and the additional "nossh" attribute. Several minor
bugs have been fixed, including one affecting certain fail-over scenarios.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[032] - Lithium Network Monitoring Platform 4.8.0
  by lithiumcorp (http://freshmeat.net/users/lithiumcorp/)
  Mon, Dec 11th 2006 08:21

About: Lithium Network Monitoring Platform is an integrated and
feature-rich platform for monitoring and managing networks, servers, and
appliances. It is designed to provide an end-to-end solution, and includes
automated device monitoring, out-of-the-box support for SNMP, and an
integrated trouble-ticket case management system. The platform is built
around a scalable, modular architecture that incorporates a Unix-based
server-side component, Windows and Mac OS X clients for user interaction,
and a Web-based user interface.

License: Other/Proprietary License with Free Trial

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

                        - % - % - % - % -

[033] - NG-Admin 1.2.4
  by matze29 (http://freshmeat.net/users/matze29/)
  Mon, Dec 11th 2006 08:39

Database :: Front-Ends
Internet :: WWW/HTTP :: Dynamic Content

About: NG-Admin is designed for the content management of MySQL databases.
It allows the user to browse, add, edit, and delete data. It is somewhat
similar to phpMyAdmin, but specializes in editing the content of Web
sites, not the database structures. Its features are very easy to use and
highly tunable.

Changes: Multi-menu support, the ability to set tablenames, multi-user
support, and a "Link"-field were added.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/ng-admin/

                        - % - % - % - % -

[034] - Parabuild 3.0.3
  by Viewtier Systems (http://freshmeat.net/users/parabuild/)
  Mon, Dec 11th 2006 11:07

Software Development
Software Development :: Bug Tracking
Software Development :: Build Tools

About: Parabuild is a software build management server. It helps software
teams and organizations reduce risks of project failures by providing
practically unbreakable daily builds and continuous integration. It
supports Perforce, Subversion, CVS, Surround SCM, ClearCase, Serena
ChangeMan (PVCS), Borland StarTeam, SourceGear Vault, Visual SourceSafe,
and MKS Source Integrity.

Changes: This release fixes intermittent stability problems and a bug in
integration with Active Directory.

License: Other/Proprietary License with Free Trial

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

                        - % - % - % - % -

[035] - pgFouine 0.7.2
  by Guillaume Smet (http://freshmeat.net/users/gsmet/)
  Mon, Dec 11th 2006 16:37

Database
Database :: Database Engines/Servers
Internet :: Log Analysis

About: pgFouine is a PostgreSQL log analyzer. It allows you to have a
clear overview of your database activity, and can generate reports with
slowest queries, most frequent queries, errors, graphs, and so on. It is
written in PHP and is designed to parse huge log files with a low memory
footprint.

Changes: This release fixes a couple of bugs when there are hours with no
activity. It has improved error management if the log file is empty or if
pgFouine cannot find any valid log lines (mainly by adding suitable exit
codes).

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[036] - Photo Organizer 2.33 (Stable)
  by Solomon Peachy (http://freshmeat.net/users/ShaftNet/)
  Mon, Dec 11th 2006 10:58

Information Management :: Records Management
Internet :: WWW/HTTP :: Dynamic Content
Multimedia :: Graphics :: Viewers

About: Photo Organizer is multi-user photo management tool that was
designed for professional photographers. It offers a searchable photo
database that supports photo version control, client management, photo
submission history, EXIF, IPTC, XML, and XMP, user quotas, a datebook, and
printing labels and color brochures in PDF and PS formats. It uses
PostgreSQL, features a Web interface, and uses ImageMagick and DCRAW to
handle over a hundred image formats including several RAW formats.

Changes: This release adds a few minor features (better bulk update
support for keywords, thumbnails on next/prev, ExifTool support for RAW
images, fancy database connections), many internal changes, and many
bugfixes. These include closing off two classes of security holes
(inadequate user permission checks and SQL injection vulnerabilities). All
users are encouraged to upgrade as soon as possible.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[037] - phpThumb() 1.7.6
  by James Heinrich (http://freshmeat.net/users/JamesHeinrich/)
  Mon, Dec 11th 2006 16:52

Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Multimedia :: Graphics :: Graphics Conversion

About: phpThumb() is a flexible thumbnail generator. The output can be
larger or smaller than the source, an entire image or cropped section,
with or without configurable borders and/or a background color. The source
can be a local file, a remote file, or a database source. GIF reading is
supported with or without GD support. BMP reading is supported with or
without ImageMagick. Any ImageMagick-supported format can be used as a
source if ImageMagick is available. Watermarking, unsharp mask sharpening,
and caching are available. EXIF thumbnails can be extracted and/or used for
large-source support.

Changes: This release fixes an "unsupported operand types" bug and Levels
filter bugs.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[038] - Port Scan Attack Detector 2.0
  by Michael Rash (http://freshmeat.net/users/michaelrash/)
  Mon, Dec 11th 2006 11:20

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

About: The Port Scan Attack Detector (psad) is a collection of three
system daemons that are designed to work with the Linux Netfilter
firewalling code to detect port scans and other suspect traffic. It
features a set of highly configurable danger thresholds (with sensible
defaults), verbose alert messages, email alerting, DShield reporting, and
automatic blocking of offending IP addresses. Psad incorporates many of
the packet signatures included in Snort to detect various kinds of
suspicious scans, and implements the same passive OS fingerprinting
algorithm used by p0f.

Changes: This release adds support for the Snort keywords ttl, id, seq,
ack, window, icmp_id, icmp_seq, itype, icode, ipopts, and sameip. It adds
suppport for automatically downloading signature updates from the
cipherdyne.org website. It has better --Analyze output that includes the
top attackers, scanned ports, and signature matches. CSV output has been
added so that Netfilter logs can be visualized with the AfterGlow project.
There is an auto-response bugfix so that the reponse config is
re-initialized after receiving a HUP signal.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[039] - promogest 0.8
  by promotux (http://freshmeat.net/users/promotux/)
  Mon, Dec 11th 2006 10:43

Office/Business

About: Promogest is an application to manage a small or medium-sized
business company.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[040] - Python Regular Expression Builder 0.1.6
  by Giuseppe (http://freshmeat.net/users/cowo/)
  Mon, Dec 11th 2006 04:59

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

About: Python Regular Expression Builder (Pyreb) is a wxPython GUI to the
re python module. It speeds the development of Python regular expressions
(similar to PCRE). The GUI is simple and features three parts, a text box
where the text to be analyzed is displayed, a text box where the regular
expression to be applied is displayed, and a tree control where the
results are displayed When one of the two textboxes change, the regex is
compiled and applied. Errors in the regex are shown in a statusbar. Pyreb
is somewhat similar to the Activestate RX Toolkit (part of Komodo IDE),
but is a completely different project.

Changes: The XMLRPC server can now be started from the command line.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[041] - Sparklet 0.9.7
  by mimix (http://freshmeat.net/users/mimix/)
  Mon, Dec 11th 2006 16:17

Games/Entertainment
Internet

About: Sparklet is a networked multiplayer 2D space shooting game in which
the player pilots a space ship and fights other players. Different maps,
space ships, and game modes are available.

Changes: This release adds a command prompt inside the chat window. A set
of commands lets you start a poll to, for example, kick a player from the
server or change the current map. A scoring bug in the team deathmatch
game has been fixed. There are also various usability fixes.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[042] - Stunnix Advanced Web Server 1.8
  by Stunnix (http://freshmeat.net/users/stunnix/)
  Mon, Dec 11th 2006 12:37

Information Management :: Document Repositories
Internet :: WWW/HTTP :: HTTP Servers
Software Development :: User Interfaces

About: Stunnix Advanced Web Server is a Web server for putting Web sites
onto CDROMs, DVDs, FlashDisks, and other readonly media to be used on any
typical system. Sites can be scripted with PHP or Perl and can be driven
by MySQL or SQLite databases. All required software programs are designed
to reside on the CDROM to avoid the need to install software on the user's
computer. The Web serving core is based on Apache 1.3.x, and has additional
functionality to detect and use free ports, automatically start a browser
on each platform, and to stop the Web server once a resource with a
special name is visited. Desktop applications can also be created with it.

Changes: Each CD or DVD with a Web server now has a Stunnix Web Server
Inspector script enabled. This script allows you to control Web servers
and MySQL database servers and browse various logs. CDBuilder (a tool for
creating cross-platform CD-ROMs or DVDs with Web and database servers on
them) now supports importing MySQL databases from .sql files. Showing the
splash screen at startup on Mac OS X has been fixed.

License: Other/Proprietary License with Free Trial

URL: http://freshmeat.net/projects/stunnix-advanced-web-server/

                        - % - % - % - % -

[043] - Teamwork 3.1.1
  by robicch (http://freshmeat.net/users/robicch/)
  Mon, Dec 11th 2006 08:23

Internet :: WWW/HTTP
Office/Business

About: Teamwork 3 is a Web-based application for team work management. It
supplies groupware, issue tracking, cost control, and document and project
management features with fine-grained security in a friendly interface.
Teamwork is easy to integrate with your IT infrastructure. Supports
multiple databases (via hibernate), browsers, and languages.

Changes: A severe security bug in file storage has been fixed. Some other
fixes were made for issues like empty dates in task editor, zero or
negative duration, sending email to an authenticated SMTP server, dynamic
combos and menus support for apex, quotes and strange characters. New
features and improvements were added, like a more robust MS Project
importer, an extended system check utility, and the extension of task
search to notes.

License: Other/Proprietary License with Free Trial

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

                        - % - % - % - % -

[044] - ThinWire 1.2 RC1
  by Joshua Gertzen (http://freshmeat.net/users/thinwire/)
  Mon, Dec 11th 2006 04:57

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

About: ThinWire is a development framework that allows you to easily build
applications for the Web that have responsive, expressive, and interactive
user interfaces without the complexity of the alternatives. While
virtually any Web application can be built with ThinWire, it especially
excels at enterprise applications, with its highly interactive and rich
user interface components. Using ThinWire to handle the view-layer of your
Java EE (J2EE) application can provide better user experience and with
shorter development time.

Changes: The license was changed from GPL to LGPL. RC1 includes more
significant features than any prior release. Over 65 reported issues were
corrected, as well as many more that were found. Some key features include
HTML-Like rich text, DateBox, DropDownDateBox, Custom DropDown, IE7
support, Unicode, TableLayout, drag and drop, image borders, FX animation,
background image, XML based global style, and a client library that is
optimized and compressed (from 180K to about 35K).

License: GNU Lesser General Public License (LGPL)

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

                        - % - % - % - % -

[045] - Thousand Parsec Python wxWindows Client 0.2.0
  by Tim Ansell (http://freshmeat.net/users/mithro/)
  Mon, Dec 11th 2006 08:55

Games/Entertainment
Games/Entertainment :: Simulation
Games/Entertainment :: Turn Based Strategy

About: Thousand Parsec is a 4 Xs game (eXplore, eXpand, eXterminate,
eXploit). Unlike commercial alternatives, it is designed for long games
supporting universes as large as your computer can handle. It allows a
high degree of player customization, and features a flexible technology
system, where new technologies may be introduced mid-game.

Changes: There have been massive changes to the client's back end code.
These include request pipelineing for faster downloads, automatic media
downloading, and better support for universe caching and downloading only
changes. The client also now supports creation and editing Designs of
objects such as ships and torpedos. All properties and requirements are
calculated client side using tpcl. There have also been many UI
enhancements such as animated planet graphics and new quick buttons. This
release also includes binaries for Windows and binaries for Mac OS X.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[046] - VIF Lightweight Framework 1.0
  by aktion-hip (http://freshmeat.net/users/aktionhip/)
  Mon, Dec 11th 2006 10:40

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

About: The VIF Lightweight Framework is an object-relational bridge to
store and retrieve data in relational database management systems (RDMS).
The framework's building blocks to access data are data object models (DOM
objects) and joined data object models (joined DOM objects). A DOM object
is used for read-write access to a database table. It encapsulates the
mapping of the object's attribute to the underlying table fields. A joined
DOM object encapsulates SQL SELECT commands of any complexity. With joined
DOM objects, it's possible to design involved data retrieval.

License: GNU Lesser General Public License (LGPL)

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

                        - % - % - % - % -

[047] - VTun 3.0.0
  by bishop (http://freshmeat.net/users/cnbishop/)
  Mon, Dec 11th 2006 10:42

Internet
System :: Networking

About: VTun is the easiest way to create Virtual Tunnels over TCP/IP
networks with traffic shaping, compression, and encryption. It is a user
space implementation and doesn't need modification of any kernel parts.
VTun supports IP, PPP, SLIP, Ethernet, and other tunnel types. VTun is
easily and highly configurable; it can be used for various network tasks
like VPN, Mobil IP, Shaped Internet access, Ethernet tunnel, IP address
saving, etc.

Changes: The VTund binary should now be a bit better behaved (and
killable), should bind to specific interfaces a little more easily, and
should restart tunnels a bit more easily. A few new --with and --without
options were added to the configure, so it should build with less
surprises. Many new ciphers have been added.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[048] - WP Clipart 2.4
  by Paul Sherman (http://freshmeat.net/users/psherma1/)
  Mon, Dec 11th 2006 11:16

Multimedia :: Graphics :: Presentation
Text Processing :: General

About: WP Clipart is an attempt to make a useful clipart package of public
domain images for use in word processors. It includes an optional
cross-platform viewer/editor written with Python/wxWidgets. The collectoin
contains non-transparent PNG images, scaled down images, midtones expanded
for inkjet print quality, etc. It is suitable for documents as well as Web
graphics, but also has business application (credit cards, promo graphics)
and educational uses (pictures of all US presidents, all country flags
alphabetically listed, all US states, historical figures, and a sign
language alphabet).

Changes: A large clipart update. An installer for Windows is available on
CNet. There is a source code only version in bz2 format on ibiblio that
contains all the clipart and the Python code for the viewer/editor.

License: Public Domain

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

                        - % - % - % - % -

[049] - X-Cart 4.1.4
  by Ruslan R. Fazliev (http://freshmeat.net/users/rrf/)
  Mon, Dec 11th 2006 04:51

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

About: X-Cart is a time-proven shopping cart software. Its Web-based
administrator area and installation wizard make setup and maintenance of
the shopping cart easy. Free technical support is provided with every
software license. No PHP or other programming knowledge is required to set
it up and run it. X-Cart is template based, which means you can modify its
look and feel and functionality. The software has no logical limitations
on the number of products. The code is optimized for smooth performance
with up to 20,000 products. Special hardware and software optimization
allows X-Cart run up to 500,000 products.

Changes: This version has certified Level 2 integration with Google
Checkout, a shipping label generator for USPS and UPS, a built-in module
for image verification, support for AustraliaPost order tracking, and
certified integration with the "International Shipping" part of the ShipIT
API by DHL. Real-time shipping rates are now being cached. The "PayFlow
Pro", "eSelect Plus", "PsiGate XML", "GoEcommerce", "Payment Express", and
"CyberPack" payment modules have been updated.

License: Other/Proprietary License with Source

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

                        - % - % - % - % -

[050] - Xcpc 20061211
  by Olivier Poncet (http://freshmeat.net/users/ponceto/)
  Mon, Dec 11th 2006 11:11

Games/Entertainment
System :: Emulators

About: Xcpc is a portable Amstrad CPC464/CPC664/CPC6128 emulator designed
to run on any POSIX system.

Changes: Z80 core cleanup. Z80 core reimplementation (80% done). The new
core is more accurate (opcode timing).

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[051] - xen-tools 3.0
  by Steve Kemp (http://freshmeat.net/users/skx/)
  Mon, Dec 11th 2006 16:23

System :: Operating System Kernels :: Linux
System :: Software Distribution Tools
System :: Systems Administration

About: xen-tools is a collection of scripts that allow you to manipulate
virtual images for the Xen virtualization software. With the tools
installed, you may create new instances of Debian, complete with
networking, OpenSSH, and user accounts, with one simple command. Images
may also be easily updated, listed, or deleted.

Changes: This release includes several more bugfixes, and adds support for
creating disk images and Xen configuration files without actually
installing a guest system. This can be useful for FAI-based environments.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/xen-tools/

                        - % - % - % - % -

[052] - yaGTD 0.1.4
  by klnavarro (http://freshmeat.net/users/klnavarro/)
  Mon, Dec 11th 2006 08:57

Office/Business

About: yaGTD is a very simple utility designed to make the management of
your to-do list quick and easy. It incorporates major features from
Allen's Getting Things Done philosophy and a notion of urgency and
importance preached by Stephen Covey in his Seven Habits of Highly
Effective People book.

Changes: This release improves the management of recurrent tasks (and all
dates in general) and fixes some minor bugs.

License: GNU General Public License (GPL)

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

                        - % - % - % - % -

[053] - YourKit Java Profiler 6.0
  by YourKit Team (http://freshmeat.net/users/YourKitTeam/)
  Mon, Dec 11th 2006 08:41

Software Development
Software Development :: Debuggers
Software Development :: Quality Assurance

About: YourKit Java Profiler is a CPU and memory profiler that makes it
easy to solve wide range of CPU- and memory-related performance problems.
It features automatic leak detection, powerful tools for the analysis of
memory distribution, an object heap browser, comprehensive memory tests as
part of your JUnit testing process, extremely low profiling overhead,
transparent deobfuscation support, and integration with Eclipse, JBuilder,
IntelliJ IDEA, NetBeans, and JDeveloper IDEs.

Changes: High-level SQL, JSP, and JNDI profiling was implemented. Object
allocation recording was greatly improved. Automatic memory snapshots on
different condititions, Java 6 support, deadlock detection, the new
"Merged paths" view, and many other features were introduced.

License: Free for non-commercial use

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

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

--===============0994083507==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

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

--===============0994083507==--