|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
[fm-news] Newsletter for Wednesday, September 07th 2005
freshmeat-news
lists.freshmeat.net
Date: Thu Sep 08 2005 - 02:10:11 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
::: L I N K S F O R T H E D A Y :::
Today's news on the web: http://freshmeat.net/daily/2005/09/07/
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 (79) :::
[001] - Ajaqs 1.1.3
[002] - BashDiff 1.31
[003] - Calcurse 1.0rc2
[004] - CATool Certificate Authority 1.3.5
[005] - Dada Mail 2.10.0 RC 1 (Development)
[006] - Damn Small Linux 1.5
[007] - Downloader for X 2.5.4
[008] - Early Macintosh Image LoadEr 0.9
[009] - Email address validation component 2005.09.06
[010] - Ethics Search Protocol 1.76
[011] - Expense Submittal System 3.0.3
[012] - fakechroot 2.3
[013] - fetchExc 0.97
[014] - flac2mp3 0.2.7
[015] - Fraqtive 0.3.1 (KDE)
[016] - fs-check 0.6
[017] - gmusicbrowser 0.934
[018] - Gnoppix 2.12 beta1
[019] - Gobby 0.2.2
[020] - Gourmet Recipe Manager 0.8.5.12
[021] - Gourmet Recipe Manager 0.8.6.4 (Development)
[022] - gquilt 0.14
[023] - GRAMPS 2.0.8
[024] - GroundWork Foundation 1.0
[025] - GroundWork Status Viewer 1.0
[026] - IP2More 3.0.0
[027] - JasperReports 1.0.2
[028] - JBother 0.8.8
[029] - jp2 0.1.0
[030] - keyTouch 2.0.0 beta 2
[031] - ksudoku 0.1
[032] - KTranslator 0.3
[033] - LaNewsFactory 0.8.6
[034] - liberror 2.0.49
[035] - libiptcdata 0.2.0
[036] - libircservice 0.5
[037] - Libtool 1.5.20 (Stable)
[038] - lib_rharris 0.1.11
[039] - lm_sensors 2.9.2
[040] - Lore 1.5.6
[041] - Magellan Metasearch 010 (Engines)
[042] - mechanoid 0.5.9
[043] - Metal Mech 0.2.3
[044] - Midgard 1.7.1
[045] - MIMEDefang 2.53
[046] - mkvtoolnix 1.5.6
[047] - MP-MPICH 1.4 (Production)
[048] - Network Tracker and Management 0.92
[049] - Network-I 1.4.0
[050] - Open Clip Art Library 0.17
[051] - openModeller 0.3.3
[052] - Poster blog 1.0.6
[053] - Prewikka 0.9.0-rc12
[054] - PTlink IRC Services 3.4.1 (Stable)
[055] - PyDO 2.0b2 (Development)
[056] - Ravenous 0.3.6
[057] - Recovery Is Possible! 14.3 (Stable)
[058] - RLPlot 1.0
[059] - rubyzip 0.5.12
[060] - S tar 1.5a67 (Development)
[061] - SBackup 0.8
[062] - SchemaSpy 1.5.2
[063] - SDE for NetBeans 3.0 (20050624q)
[064] - SiSU 0.24.0
[065] - Site Cacheability Analyzer 0.1.1
[066] - Sitellite Content Management System 4.2.5
[067] - SL-POS 0.5.0 RC2
[068] - Spike PHPCoverage 0.6.5
[069] - Stripes Web Framework 1.0
[070] - Systems of Ordinary Differential Equations 19
[071] - TalkSoup 1.0alpha
[072] - The friendly interactive shell 1.13.3
[073] - Tiny Tiny RSS 1.0.3
[074] - tvtime 1.0
[075] - Vigyaan 1.0
[076] - WiKID Strong Authentication System 1.0-beta (PHP network client
plugin)
[077] - XCL XCLE 1.2.5
[078] - YourKit Java Profiler 4.5-EAP23
[079] - ZengaiaSpace 0.1.5
-. ------.. . ---.-------... -.--.-- -- ------------ ---.---.---
::: R E L E A S E D E T A I L S :::
[001] - Ajaqs 1.1.3
by kodeCharlie (http://freshmeat.net/users/kodeCharlie/)
Wed, Sep 7th 2005 00:01
Information Management
Internet
Internet :: WWW/HTTP
About: Ajaqs is a Web application that organizes FAQs on a per-project
basis. The UI is templatized, the content is internationalized, and the
styles are highly configurable. Secure login is provided via webapp
security constraints. The backend uses an O-R mapping tool to achieve
independence of database-specific queries. RSS feeds provide subscribers
continuous updates on a per-FAQ basis.
Changes: This version incorporates Jakarta Commons DBCP for database
connection pooling with MySQL. PoolMan has been expunged from the project.
Navigation links have been more or less normalized across all JSPs.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/ajaqs/
- % - % - % - % -
[002] - BashDiff 1.31
by William Park (http://freshmeat.net/users/opengeometry/)
Wed, Sep 7th 2005 12:22
Database :: Front-Ends
System :: Shells
About: Bash.Diff is a patch against Bash shell. In the main core, it adds
the following syntax: {a..b}; ${var|...}; then-else-fi to
for/while/until/case statements; try-block with string exception; <<+;
and, <<<<. As builtin, it adds the following: sscanf(3), <string.h>,
<ctype.h> wrappers; array, regex(3), stack, queue operations; GDBM,
SQLite, PostgreSQL, MySQL database interfaces; HTML template engine
(BASP); Expat XML parser interface; x-y char plot; DOS, CSV, Awk support;
Libwebserver interface; RPN calculator with <math.h> functions; and, GTK+2
interface for GUI dialog.
Changes: For convenience, the XML_TAG_STACK[] array is now available when
using the 'expat' XML parser. A typo in the compile instruction is fixed,
i.e. 'patch -p1' should be 'patch -p2'.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/bashdiff/
- % - % - % - % -
[003] - Calcurse 1.0rc2
by Frédéric Culot (http://freshmeat.net/users/fculot/)
Wed, Sep 7th 2005 07:19
Information Management
Office/Business :: Scheduling
About: CalCurse is a full-featured calendar which allows you to keep track
of your appointments and everyday tasks. CalCurse has a nice textmode
interface with configurable color schemes and configurable layout. Last
but not least, an online help system is included.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/calcurse/
- % - % - % - % -
[004] - CATool Certificate Authority 1.3.5
by Mike McCauley (http://freshmeat.net/users/mikemccauley/)
Wed, Sep 7th 2005 18:20
Security :: Cryptography
About: CATool is a Web-based, self-service private Certificate Authority
for Unix. It can generate PKI encryption certificates for 802.1x wired
and wireless authentication, Web servers, Web browsers, SSL, AOL Instant
Messenger, Radiator, and any other PKI-compliant application. It supports
Certificate Revocation Lists, email notification, etc. for small to large
organisations.
Changes: Compatibility with OpenSSL 0.9.7g and later was further improved.
Installation and operation on Debian, Ubuntu, SuSE, FreeBSD, Mandrake, and
Red Hat was confirmed.
License: Other/Proprietary License with Source
URL: http://freshmeat.net/projects/catool/
- % - % - % - % -
[005] - Dada Mail 2.10.0 RC 1 (Development)
by justin simoni (http://freshmeat.net/users/skazat/)
Wed, Sep 7th 2005 04:16
Communications :: Email :: Mailing List Servers
Internet :: WWW/HTTP
About: Dada Mail is an intuitive, Web-based email list management system,
which runs on any hosting account that can execute custom CGI scripts.
Dada Mail is also a conceptual art project. Dada Mail handles double
opt-in/opt-out subscriptions, and can send complex announce-only and/or
discussion mailing list messages. It also provides archiving, viewing,
searching, resending, and syndicating (through RSS or Atom) sent messages.
Dada Mail produces valid XHTML and sticks to best practices when creating
email messages.
Changes: This release focuses on finalizing everything for the 2.10.0
stable release. Everything currently finished should work as if the
release was final.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/dada/
- % - % - % - % -
[006] - Damn Small Linux 1.5
by damnsmalllinux (http://freshmeat.net/users/damnsmalllinux/)
Wed, Sep 7th 2005 00:35
Desktop Environment
About: Damn Small Linux is a business-card size (50MB) Live CD Linux
distribution. Despite its minuscule size it strives to have a functional
and easy to use desktop.
Changes: An appointment calendar program, a system statistics program, and
Xzoom were added. Dillo and Xtdesk were updated. bsflite was added for AIM
and ICQ. grub was added to the base system. frugal_grub and pendrive
installs were added to the base system. Lots more was done.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/damnsmalllinux/
- % - % - % - % -
[007] - Downloader for X 2.5.4
by Chuchelo (http://freshmeat.net/users/chuchelo/)
Wed, Sep 7th 2005 06:40
Internet :: File Transfer Protocol (FTP)
Internet :: WWW/HTTP
About: Downloader for X is a tool for downloading files from the Internet
via both HTTP and FTP with a powerful but userfriendly interface. It
supports reconnecting and resuming on connection timeouts, has a download
queue for multiple files, support for simultaneous downloads, and many
other features for powerful downloading.
Changes: No new features were added. Only bugs were fixed.
License: Artistic License
URL: http://freshmeat.net/projects/downloaderforx/
- % - % - % - % -
[008] - Early Macintosh Image LoadEr 0.9
by Laurent Vivier (http://freshmeat.net/users/lvivier/)
Wed, Sep 7th 2005 17:03
System :: Operating System :: Linux Distributions :: Floppy-Based
About: Early Macintosh Image LoadEr (EMILE) makes it possible to boot
linux-m68k from a floppy on a Macintosh such as a Mac II. It can be used
to create rescue disks or remove the MacOS partition (required by the
legacy penguin booter) from your hard drive.
Changes: Kernel parameters can be edited during boot by the user. The
kernel can be decompressed on-the-fly. GCC 3 compatibility, Mac Classic
support (68000 based), and man pages have been added. The RAMDISK is now
allocated at the top of memory (as the kernel wants).
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/emile/
- % - % - % - % -
[009] - Email address validation component 2005.09.06
by Manuel Lemos (http://freshmeat.net/users/mlemos/)
Wed, Sep 7th 2005 00:32
Communications :: Email :: Email Clients (MUA)
Internet
Software Development :: Libraries :: PHP Classes
About: This is a PHP class that attempts to validate a given e-mail
address at three levels: matching the address against a RFC compliant
regular expression, verifing the existence of the destination SMTP server
by verifying the respective DNS MX record, and connecting to that server
to see if the given address is accepted as a valid recipient. The class
also features a debugging output option that lets you see the remote SMTP
server connection and data exchange dialog to see the real cause why an
apparently valid address may not be accepting messages.
Changes: The class now returns undetermined email address validity if the
SMTP server returns 4XX error codes for the RCPT command, as that may mean
the server is using a grey list and so the tested address may not be really
invalid as the class was stating previously.
License: BSD License (original)
URL: http://freshmeat.net/projects/emailaddressvalidationcomponent/
- % - % - % - % -
[010] - Ethics Search Protocol 1.76
by Bernhard Fastenrath (http://freshmeat.net/users/fasten/)
Wed, Sep 7th 2005 11:35
Documentation
Text Processing :: Markup :: XML
About: ESP (Ethics Search Protocol) is an XML-based protocol for search
engines that is designed to allow people to express specific ethical
requirements when performing searches. Consumers seldom get the chance to
communicate ethical requirements because the proper communication channel
does not exist. This project has the goal to offer an open source
specification and implementation for that missing communication channel.
Changes: Changes to categories and WebSearchParameters. A new type
CategorizedLink. Policies can now have more than one type. A new type Link
for HTML Meta information. New types SynonymResolution and Prefix for name
space management. A new type Envelope for more complex digital signature
scenarios.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/esp/
- % - % - % - % -
[011] - Expense Submittal System 3.0.3
by ESS-Jim (http://freshmeat.net/users/jimholton/)
Wed, Sep 7th 2005 18:15
Office/Business :: Financial :: Accounting
About: The Expense Submittal System (ESS) is a Web- based 'soup to nuts'
solution for expense report processing. ESS provides report entry,
approval routing, corporate policy checking, credit card statement
importation, and report payment. It requires an application server, such
as Tomcat, and a database, such as MySQL.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/expense-ss/
- % - % - % - % -
[012] - fakechroot 2.3
by Piotr Roszatycki (http://freshmeat.net/users/d3xter/)
Wed, Sep 7th 2005 22:00
System :: Systems Administration
About: fakechroot provides a fake chroot environment to programs. A fake
chroot allows you to run programs which require root privileges on an
unprivileged user account. For example, you can create a Debian bootstrap
or a development environment and build packages inside a chroot'ed system
using a standard non-root user account. You can then use the apt-get
command to install other packages without root privileges.
Changes: Initial port to FreeBSD 5.x. Initial port to Solaris 8.
Backported to Debian sarge and Ubuntu hoary GLIBC. Implements fts.h and
ftw.h functions.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/fakechroot/
- % - % - % - % -
[013] - fetchExc 0.97
by Juhani Rautiainen (http://freshmeat.net/users/jrauti/)
Wed, Sep 7th 2005 00:32
Communications :: Email
About: fetchExc is a Java utility for fetching mail with WebDAV from MS
Exchange 2000/2003 servers. It is modelled after fetchmail, which does
same for IMAP and POP3.
Changes: Some problems with messages that have multiple From: fields were
fixed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/fetchexc/
- % - % - % - % -
[014] - flac2mp3 0.2.7
by Robin Bowes (http://freshmeat.net/users/robinbowes/)
Wed, Sep 7th 2005 06:14
Multimedia :: Sound/Audio :: Conversion
About: flac2mp3 is a Perl script to convert FLAC files to MP3 format. It
will process an entire directory tree and put the MP3 files in a similar
structure. Tags are converted where possible. It will only process a file
if the flac file is newer than the MP3 file or if the tags have changed.
If just the tags have changed then just the tags are processed, i.e. the
file does not have to be transcoded again. flac2mp3 comes bundled with all
the non-standard Perl modules required to run. It has been tested on Fedora
Core 4 with Perl v5.8.6 and on Windows XP with ActiveState Perl v5.8.7.
Changes: The way file and directory names are processed was changed to be
more portable, as it now makes more extensive use of File::Spec.
MusicBrainz tags are now processed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/flac2mp3/
- % - % - % - % -
[015] - Fraqtive 0.3.1 (KDE)
by Michal Mecinski (http://freshmeat.net/users/mimec/)
Wed, Sep 7th 2005 13:52
Multimedia :: Graphics
Scientific/Engineering :: Mathematics
About: Fraqtive is a program for drawing Mandelbrot and Julia fractals. It
uses a very fast algorithm and generates high quality, smooth images. It is
fully interactive, allowing for real-time mouse navigation and dynamic
generation of the Julia fractal preview. OpenGL-rendered 3D view of the
fractals is also supported.
Changes: This is the stable, polished, and localized version of Fraqtive.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/fraqtive/
- % - % - % - % -
[016] - fs-check 0.6
by R. Bernstein (http://freshmeat.net/users/rocky/)
Wed, Sep 7th 2005 04:47
System :: Monitoring
System :: Systems Administration
About: fs-check checks filesystem sizes to see if they are getting too
full. It uses a configuration file that specifies the filesystems to
check, email contacts, trigger thresholds (percentage or amount
used/unused), and a report program to run. It includes fs-report, which
shows things like the largest files, the newest files, and core files.
It can be run from cron or as a daemon.
Changes: More flexibility in the time expression that can be used in
fs-report was added. More tolerance for OS-native "du" was is also added,
and the Perl interpreter to use can now be configured. Some small
documentation and sample program corrections were made.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/fs-check/
- % - % - % - % -
[017] - gmusicbrowser 0.934
by Quentin Sculo (http://freshmeat.net/users/squentin/)
Wed, Sep 7th 2005 18:15
Multimedia :: Sound/Audio :: Players
About: gmusicbrowser is a jukebox for large collections of MP3 and Ogg
files. It is fast, even with tens of thousands of songs, has easy access
to related songs (same artist/album/title), supports multiple genres per
song, ratings, and customisable flags. It has a powerful browser window
with filter history, dynamic filters with unlimited nesting of conditions,
mass-tagging, and more.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/gmusicbrowser/
- % - % - % - % -
[018] - Gnoppix 2.12 beta1
by amu (http://freshmeat.net/users/amu/)
Wed, Sep 7th 2005 06:43
Desktop Environment :: Gnome
About: Gnoppix is a live Linux CD based on Debian GNU/Linux. It can be
compared to Knoppix, but uses GNOME as its desktop environment. It has a
GUI installation tool to make installing GNU/Linux with a GNOME desktop as
easy as possible.
Changes: This version comes with GNOME 2.12, updates, and lot of
improvements. German, English, and French are fully supported.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/gnoppix/
- % - % - % - % -
[019] - Gobby 0.2.2
by Philipp Kern (http://freshmeat.net/users/philkern/)
Wed, Sep 7th 2005 04:42
Communications
Text Editors
Utilities
About: Gobby is a free collaborative editor based on libobby, a library
which provides synced document buffers. It supports multiple documents in
one session and a multi-user chat system.
Changes: Gobby no longer crashes when a document is closed after quitting
a session. Some new file extensions are mapped to their corresponding MIME
types. Files saved are no longer converted to the charset settings of the
current locale. Line endings of loaded files are now unified to result
only in UNIX ones. A Spanish translation was added.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/gobby/
- % - % - % - % -
[020] - Gourmet Recipe Manager 0.8.5.12
by tom (http://freshmeat.net/users/Thomas_Hinkle/)
Wed, Sep 7th 2005 06:24
Desktop Environment :: Gnome
Information Management
About: Gourmet Recipe Manager is a simple but powerful recipe managing
application that is intended for the GNOME desktop environment, but
should work on any platform that Gtk supports. It allows you to collect,
search, and organize your recipes, and to automatically generate shopping
lists from your collection. It aims to make it easy to enter and
organize your recipes with an intuitive interface.
Changes: Two improvements were made to the interface. The encoding dialog
(on import) was greatly improved. There's also a new, quicker way to add
ingredients through the recipe card view. This version also includes a
preliminary import filter for the foodnetwork.com Web site.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/grecipe-manager/
- % - % - % - % -
[021] - Gourmet Recipe Manager 0.8.6.4 (Development)
by tom (http://freshmeat.net/users/Thomas_Hinkle/)
Wed, Sep 7th 2005 06:26
Desktop Environment :: Gnome
Information Management
About: Gourmet Recipe Manager is a simple but powerful recipe managing
application that is intended for the GNOME desktop environment, but
should work on any platform that Gtk supports. It allows you to collect,
search, and organize your recipes, and to automatically generate shopping
lists from your collection. It aims to make it easy to enter and
organize your recipes with an intuitive interface.
Changes: Some minor bugs and one big bug were fixed. The encoding dialog
(for selecting encoding when importing a text file) is now greatly
improved, so it shows you the problem-areas of the text only. This is a
great help for English files in which there are only a few non-ASCII
characters.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/grecipe-manager/
- % - % - % - % -
[022] - gquilt 0.14
by Peter Williams (http://freshmeat.net/users/peterwilliams/)
Wed, Sep 7th 2005 00:36
Desktop Environment :: Tools
Software Development :: Version Control
About: quilt is a tool for managing a series of patches by keeping track
of the changes each patch makes. Patches can be applied, un-applied,
refreshed, etc. gquilt is a PyGTK GUI wrapper for quilt.
Changes: A "combined diff" option was added to the "actions" menu. This
displays a combined diff of all applied patches with an option for saving
the diff to a file.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/gquilt/
- % - % - % - % -
[023] - GRAMPS 2.0.8
by Don Allingham (http://freshmeat.net/users/dallingham/)
Wed, Sep 7th 2005 14:50
About: GRAMPS is a genealogy program. It helps you organize your family
tree, and is capable of exchanging data with other programs using the
GEDCOM standard.
Changes: This release adds a new Web page generator, a new descendant
chart report, enhanced thumbnailing, and many bugfixes.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/gramps/
- % - % - % - % -
[024] - GroundWork Foundation 1.0
by jm (http://freshmeat.net/users/johnmark/)
Wed, Sep 7th 2005 17:12
Database :: API
Software Development :: Libraries :: Java Libraries
System :: Networking :: Monitoring
About: GroundWork Foundation is a Java-based data aggregation toolkit and
API. Currently, it uses data from Nagios, but feeders can easily be
written for other applications. It uses a listener-feeder architecture and
exchanges data in XML. The feeders and the listener can be extended with a
PHP, Perl, and Java API. Currently, it is built with Sun's JDK 1.4.2, not
1.5. Note that building requires the proper installation of Apache Maven
and Ant.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/gwfoundation/
- % - % - % - % -
[025] - GroundWork Status Viewer 1.0
by jm (http://freshmeat.net/users/johnmark/)
Wed, Sep 7th 2005 12:21
System :: Networking :: Monitoring
About: Status Viewer (SV) lets you view and manage your Nagios status from
one centralized location. It is easy to use and presents information
quickly and intuitively. Nested tables and pop-up screens displaying
monitoring status and provide fast access to data needed for
troubleshooting and problem resolution. SV is also a component of
GroundWork's flagship IT monitoring solution, GroundWork Monitor. It
requires GroundWork Foundation, a data aggregation toolkit and API.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/gwsv/
- % - % - % - % -
[026] - IP2More 3.0.0
by Bakr Alsharif (http://freshmeat.net/users/FreePrisoner/)
Wed, Sep 7th 2005 06:40
About: IP2More is a class to simplify ip2country functions and let you
know more about the source of the IP address, such as its Country, ISO2
Code, ISO3 Code, FIPS104 Code, ISO Number, Region, Capital, Currency,
Currency Code, and flag (small and big). If you have a form on which the
user should select her country from a list, IP2More has a built-in
function which will print dropdown list options and (optionally) select
the user's country based on her IP address. It doesn't need a database; it
depends on flat files which can be updated easily and works very fast
because it uses indexes in the search.
Changes: If the IP address was not found in the local database, its
information will be fetched from a Whois server. The "is_valid_ip"
function was added, and it will check the validity of the given IP
address. The "find_country" function was added, and it will find a country
by providing any information about it (name, iso2, iso3, fips104, or even
the Capital). The fips104 field in the country list was updted.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/ip2more/
- % - % - % - % -
[027] - JasperReports 1.0.2
by Teodor Danciu (http://freshmeat.net/users/teodord/)
Wed, Sep 7th 2005 11:25
Internet :: WWW/HTTP :: Dynamic Content
Multimedia :: Graphics :: Presentation
Printing
About: JasperReports is a Java reporting library. XML report templates are
used to generate ready to print documents using data from customizable data
sources, including JDBC. The output can be delivered to the screen,
printer, or stored in PDF, HTML, XLS, CSV, and XML format.
Changes: This version introduces support for simple HTML tags inside
styled text elements and various other bugfixes and improvements.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/jasperreports/
- % - % - % - % -
[028] - JBother 0.8.8
by Adam Olsen (http://freshmeat.net/users/synic/)
Wed, Sep 7th 2005 14:51
Communications :: Chat
About: JBother is a groovy Jabber client. It supports Group Chat, Auto
Login, Presence Notification, and many more of the standard Jabber
protocol features. It also features audio, a theme switcher, and support
for the MSN, Yahoo, and AIM transports. It is written in pure Java and
uses the Smack jabber library (http://www.jivesoftware.com/xmpp/smack) for
Jabber communications.
Changes: This release adds Google Talk support and many bugfixes.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/jbother/
- % - % - % - % -
[029] - jp2 0.1.0
by Bernhard Fastenrath (http://freshmeat.net/users/fasten/)
Wed, Sep 7th 2005 07:25
Software Development :: Compilers
About: jp2 is a wrapper for GNU cpp, Javac, and GCJ that runs cpp on .jaha
files, converting them to .java, which is then processed by Javac and GCJ
to produce GCC-compiled binaries.
Changes: This version was implemented as a Java program instead of a shell
script.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/jp2/
- % - % - % - % -
[030] - keyTouch 2.0.0 beta 2
by MarvinR (http://freshmeat.net/users/marvinr/)
Wed, Sep 7th 2005 10:52
Desktop Environment :: Tools
System :: Hardware
Utilities
About: keyTouch makes it possible to easily configure the extra function
keys of a keyboard (like multimedia keys). It allows the user to define
which program will be executed when a key is pressed.
Changes: This release improves "make install" for init scripts and fixes
two little bugs.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/keytouch/
- % - % - % - % -
[031] - ksudoku 0.1
by Francesco <redsh> Rossi (http://freshmeat.net/users/redsh/)
Wed, Sep 7th 2005 12:21
Games/Entertainment :: Puzzle Games
About: ksudoku is a Sudoku puzzle generator and solver for KDE. Boards
supported: 9x9 and 16x16. The main algorithm is extendable to any general
graph coloring problem.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/ksudoku/
- % - % - % - % -
[032] - KTranslator 0.3
by Raul Fernandes (http://freshmeat.net/users/rgf/)
Wed, Sep 7th 2005 06:51
Desktop Environment :: K Desktop Environment (KDE)
Utilities
About: KTranslator is a dictionary application for KDE. It should support
any language and come with a plugin system to ease the addition of new
dictionaries. It is designed to be able to translate a word without
disturbing the application in use. When a user selects a word while
pressing CTRL key, KTranslator will try to translate the word and show the
result in a popup window in a manner similar to Babylon for Windows.
Changes: An option to set a timeout for the results window was added. The
word to be translated is shown in the results window. The ESC key closes
the results window. The OCR plugin was added. An option to not show
dictionaries that returns no results was added. A compile option to
disable some optimizations that consume a lot of memory was added. The
Catalan and Spanish translations were added.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/ktranslator/
- % - % - % - % -
[033] - LaNewsFactory 0.8.6
by christophe brocas (http://freshmeat.net/users/christophebrocas/)
Wed, Sep 7th 2005 13:13
Internet :: WWW/HTTP :: Dynamic Content
Internet :: WWW/HTTP :: Dynamic Content :: Message Boards
Internet :: WWW/HTTP :: Site Management
About: LaNewsFactory is a PHP news and forum engine for Web sites. It
requires no database software, and uses XML files to store news. It
provides forums, news system behaviors, topics, moderation, several
authentication levels, threaded comments, search capacity, HTML template
support, Web admin, and internationalization (11 languages).
Changes: This version provides some patches, better handling of the
next/prev page function, and two more translations.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/lanewsfactory/
- % - % - % - % -
[034] - liberror 2.0.49
by Henrik Theiling (http://freshmeat.net/users/theiling/)
Wed, Sep 7th 2005 06:43
Software Development :: Libraries
Software Development :: User Interfaces
About: liberror is a library for C and C++ that addresses the allegedly
simply task of printing messages. It is essentially a feature-rich
substitute for fprintf. Features include colours via ANSI mark-up,
multiple error streams, report files, automatic error number assignment,
filtering by number, subsystems, and groups, buffering with manual
filtering and re-issuing, callbacks, error counters, time stamping, and
message styles.
Changes: A bugfix was made for --msg-{hide,suppress}-{subsystem,group} for
multiple comma-separated values. This bug led to in infinite loop that
consumed memory and eventually led to a crash.
License: Freely Distributable
URL: http://freshmeat.net/projects/liberror/
- % - % - % - % -
[035] - libiptcdata 0.2.0
by David Moore (http://freshmeat.net/users/dmoore/)
Wed, Sep 7th 2005 18:19
Information Management :: Metadata/Semantic Models
Multimedia :: Graphics :: Capture :: Digital Camera
Software Development :: Libraries
About: libiptcdata is a C library for manipulating the International Press
Telecommunications Council (IPTC) metadata stored within multimedia files
such as images. This metadata can include captions and keywords, often
used by popular photo management applications. The library provides
routines for parsing, viewing, modifying, and saving this metadata. The
libiptcdata package also includes a command-line utility, iptc, for
viewing and editing IPTC data in JPEG files.
Changes: This release improves internationalization support, adds new
functions for sorting and copying datasets, and includes Mac OS X compile
fixes. Also, the command line utility's --modify command now adds missing
datasets, and includes new options for listing possible tags, querying tag
information, and sorting datasets, among other bugfixes.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/libiptcdata/
- % - % - % - % -
[036] - libircservice 0.5
by Joăo M. Pinto (http://freshmeat.net/users/jpinto/)
Wed, Sep 7th 2005 14:50
Communications :: Chat :: Internet Relay Chat
Software Development :: Libraries
About: Libircservice provides an event-driven API to develop IRC services
working from a pseudo-server connection. The library provides functions so
that the developer does not need to care about the inter-server protocol
and can keep the focus on the service programming logic.
Changes: This release adds timer stats, global messaging, and channel mode
lock functions. The samples have been updated to compile with the latest
API changes, and several bugs have been fixed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/libircservice/
- % - % - % - % -
[037] - Libtool 1.5.20 (Stable)
by Gary V. Vaughan (http://freshmeat.net/users/gvv/)
Wed, Sep 7th 2005 05:27
Software Development :: Build Tools
Software Development :: Libraries
About: GNU libtool is a generic library support script. Libtool hides the
complexity of using shared and static libraries behind a consistent,
portable interface. Libtool supports building static libraries on all
platforms.
Changes: A long-standing Solaris CC limitation failing with -no-undefined
was fixed. Yet another regression with ownership of libltdl data files was
fixed. A work-around was made for breakage on Tru64 due to shell bugs. A
regression with spurious object name conflicts against installed static
libraries which were erronously treated as convenience libraries was
fixed. Building of packages on Cygwin managed mounts was fixed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/libtool/
- % - % - % - % -
[038] - lib_rharris 0.1.11
by Richard Harris (http://freshmeat.net/users/goosequill/)
Wed, Sep 7th 2005 12:21
Internet
Internet :: File Transfer Protocol (FTP)
Internet :: WWW/HTTP
About: lib_rharris is a modest Python library for pulling, parsing, and
pickling remote Web page data and for related net-aware tasks.
Changes: This release adds a form_only method that takes html_canonical
and removes all but the form elements.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/lib_rharris_gq/
- % - % - % - % -
[039] - lm_sensors 2.9.2
by Jean Delvare (http://freshmeat.net/users/khali/)
Wed, Sep 7th 2005 07:34
System :: Hardware
System :: Monitoring
About: lm_sensors provides essential drivers for monitoring the
temperatures, voltages, and fans of Linux systems with hardware monitoring
devices. It contains drivers for sensor chips and I2C and SMBus masters,
text-based tools for sensor reporting, and a library for sensors access
called 'libsensors'. It also contains tools for sensor hardware
identification and I2C bus probing.
Changes: Support for the ALi M1563 SMBus master was added. Bugs were fixed
in the adm1031, lm93, and smsc47m1 chip drivers. A memory leak was fixed in
libsensors, and support for the new Linux 2.6 hwmon class was added. Linux
2.6 support was added to the rrd and decode-dimms tools.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/lm_sensors/
- % - % - % - % -
[040] - Lore 1.5.6
by Pineapple (http://freshmeat.net/users/Pineapple/)
Wed, Sep 7th 2005 14:50
Information Management
Information Management :: Document Repositories
Internet :: WWW/HTTP :: Dynamic Content
About: Lore is a PHP and MySQL powered knowledge base management system
that allows users to easily create and maintain a FAQ, documentation
system, or complete support knowledge base. It features "search engine
friendly" URLs, unlimited articles, (sub)categories, file attachments,
article comments, ratings, glossary, full-text search, related articles,
WYSIWYG editor, and a completely customizable template/style system which
is based on Smarty. Advanced features include reusable article components,
the ability to publish or unpublish articles, and featured articles. A
complete Web-based control panel is included, and an installation wizard
allows for easy setup.
Changes: This release fixes some issues with search engine-friendly URLs
and file uploads.
License: Other/Proprietary License with Source
URL: http://freshmeat.net/projects/lore/
- % - % - % - % -
[041] - Magellan Metasearch 010 (Engines)
by badibouzouk (http://freshmeat.net/users/badibouzouk/)
Wed, Sep 7th 2005 04:43
Communications
Information Management
Information Management :: Records Management
About: Magellan Metasearch is a modular meta search engine, enabling users
to monitor as many search engines as they want. It provides a complex query
language with standard boolean operators, meta-operators (to search through
pages' metadata), and proximity operators. This language enables users to
perform far more complex queries than what common search engines currently
support. It can be fed any custom sources, since its abstraction layer
manages the search results and their meta tags in a uniform way. In
conjunction with the local process scheduler (such as "cron"), Magellan
enables you to save your requests and replay them later automatically; new
results are sent through email and RSS in realtime. Magellan also provides
full anonymity through smart multi-proxy support.
Changes: The BlogDigger driver has been adapted to the new output format
of the search engine.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/magellan-metasearch/
- % - % - % - % -
[042] - mechanoid 0.5.9
by Richard Harris (http://freshmeat.net/users/goosequill/)
Wed, Sep 7th 2005 12:22
Internet :: WWW/HTTP :: Browsers
About: mechanoid is a programmatic browser intended as a general solution
for scripting HTML form sequences, such as logging into SourceForge and
doing a Quick Release or sending and receiving Yahoo! mail. It is a fork
of John J. Lee's mechanize.
Changes: This release has a major improvement to form parsing in
ClientForm. It improves the MailDotYahoo class.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/mechanoid_gq/
- % - % - % - % -
[043] - Metal Mech 0.2.3
by Dzmitry A. Haiduchonak (http://freshmeat.net/users/MadBump/)
Wed, Sep 7th 2005 06:15
Games/Entertainment
Games/Entertainment :: Role-Playing
Games/Entertainment :: Turn Based Strategy
About: Metal Mech is a Web-based mass multiplayer game of battle between
robots and space exploration. It is a game of strategy, economics,
role-playing, and combat. Each player can handle their own war robot and
battle against other players to be the emperor of the universe. Players
battle against each other for resources, energy, money, buildings, and
more. They can build mines and buildings and produce robots, weapons,
devices, etc. Players can also trade with each other.
Changes: A bug in the second battle start was fixed. Duplicate turn
numbers in battle were fixed. Turn syncronization was fixed. An event
handler was added.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/metalmech/
- % - % - % - % -
[044] - Midgard 1.7.1
by Piotr Pokora (http://freshmeat.net/users/piotras/)
Wed, Sep 7th 2005 13:14
Database
Internet :: WWW/HTTP :: Dynamic Content
Internet :: WWW/HTTP :: Site Management
About: Midgard is a freely-available solution for managing content on Web,
Extranet, and Intranet services. It is also a toolkit for building dynamic
applications to power eBusiness and Information Management processes.
Writing applications and functionalities for the platform is done using
the easy-to-learn PHP scripting language. All interfacing with the system
is done via a regular Web browser, and no special tools are needed for
developers or content authors.
Changes: Fixes in the request shutdown function, which caused random
segfaults with non midgard requests. Mac OS X fixes in configuration
scripts. Fixes for attachments shared between new and old Midgard types.
The Midgard-PHP5 module is no longer developed in favour of PHP5 support
in the midgard-php4 module.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/midgard/
- % - % - % - % -
[045] - MIMEDefang 2.53
by David F. Skoll (http://freshmeat.net/users/dskoll/)
Wed, Sep 7th 2005 06:52
Communications :: Email :: Filters
Security
About: MIMEDefang is a flexible MIME email scanner designed to do all
kinds of email processing, including anti-virus scanning, anti-spam
scanning, replacing parts of messages with URLs, adding boilerplate
disclaimers, and so on. It can alter or delete various parts of a MIME
message according to a Perl-based policy filter. It can also bounce
messages with unacceptable attachments and modify SMTP response codes on
the fly. It works with the Sendmail 8.11 and newer "Milter" API, which
makes it more flexible and efficient than procmail-based approaches.
Changes: This release is mostly to work around bugs and deficiencies in
third-party packages commonly used with MIMEDefang.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/mimedefanger/
- % - % - % - % -
[046] - mkvtoolnix 1.5.6
by Moritz Bunkus (http://freshmeat.net/users/Mosu/)
Wed, Sep 7th 2005 18:17
Multimedia :: Sound/Audio :: Conversion
Multimedia :: Video :: Conversion
About: mkvtoolnix is a set of tools that allow users to display
information about, extract streams from, merge several streams into, and
split Matroska media files. Supported video stream types include streams
from AVIs, Ogg/OGM, and RealVideo files. Supported audio formats include
Vorbis, RealAudio, MP3, MP2, FLAC, AC3, and AAC. Several subtitle formats
are supported, including SRT, SSA, ASS, VobSub, and many others. The
resulting files can be played back with various media players on
Linux/Unix or the Matroska Direct Show filters under Windows.
Changes: The --delay option has been fixed. Parsing options with track IDs
and numbers with units (e.g. "5s") no longer fail. mmg has
--display-dimensions for non-video tracks as well. Extracted timecodes for
laced frames are now correct. Native MPEG-4 ASP is no longer broken if an I
frame followed another I frame. mkvinfo couldn't open files with non-ASCII
characters in their name. MP4 files with 64-bit chunk offset tables are
now supported. Issues with combo boxes in mmg have been resolved.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/mkvtoolnix/
- % - % - % - % -
[047] - MP-MPICH 1.4 (Production)
by Rainer (http://freshmeat.net/users/mpmpich/)
Wed, Sep 7th 2005 11:26
Internet
Software Development :: Libraries
System :: Networking
About: MP-MICH is a Multi-platform uniform MPI implementation, based on
MPICH and SCI-MPICH, resulting in a high performance, consistent MPI
across both ethernet and SCI networks in a hybrid environment. There is a
single, standardized source tree for all platforms. It is compliant with
the MPI-1 standard.
Changes: A new TCP device (ch_usock) was added. It is now possible to
compile the library with support for multiple devices and choose the
device at run time. Many new features for Metacomputing have been
implemented. Several bugs were fixed and the documentation has been
updated.
License: Free To Use But Restricted
URL: http://freshmeat.net/projects/mpmpich/
- % - % - % - % -
[048] - Network Tracker and Management 0.92
by V (http://freshmeat.net/users/VirtualDirectory/)
Wed, Sep 7th 2005 05:10
Communications
Information Management :: Issue Tracking
Information Management :: Records Management
About: Network Tracker and Management is a Web-based network management
application. It can store information about all of your network devices,
and allows you to track all changes and updates made to the device. Having
this information readily available will enhance your ability to
troubleshoot network problems.
Changes: The databae connection page was updated to make it easier to
enter database information for your network tracker setup.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/networktracker/
- % - % - % - % -
[049] - Network-I 1.4.0
by ilovevi (http://freshmeat.net/users/ilovevi/)
Wed, Sep 7th 2005 07:29
System :: Networking :: Monitoring
About: Network-I is a network analyzer, comprising a fast sniffer with a
powerful filtering language and a suite of tools to process the captured
packets. The possibilities range from the straightforward display of
packet fields in exhaustive detail (or in a one-line summary) to
measurement of traffic rates (which can be recorded to file or displayed
in real-time via the GUI) and automated reports on packet retransmissions
and losses.
Changes: The license was changed to a free licence. The Linux version was
brought up to speed.
License: Freely Distributable
URL: http://freshmeat.net/projects/network-i/
- % - % - % - % -
[050] - Open Clip Art Library 0.17
by Jon Phillips (http://freshmeat.net/users/nakedjon/)
Wed, Sep 7th 2005 21:50
Multimedia :: Graphics
Other/Nonlisted Topic
About: The Open Clip Art Library is a collection of royalty free (public
domain) clip art in SVG format, enhanced with creative commons metadata.
It can be redistributed with free software or closed software and with
various software distributions.
Changes: The library now consists of over 5000 images. A new clip art
browser was added. A document management system (DMS) is now linked into
the Web site for testing. The new clipart_package CVS module was added for
building packages. RPM packages of the release were added.
License: Public Domain
URL: http://freshmeat.net/projects/openclipart.org/
- % - % - % - % -
[051] - openModeller 0.3.3
by rdg (http://freshmeat.net/users/adamsky/)
Wed, Sep 7th 2005 11:56
Scientific/Engineering :: Bioinformatics
Scientific/Engineering :: Geographical
Scientific/Engineering :: Mathematics
About: openModeller is a static spatial distribution modelling library. It
provides a uniform method for modelling distribution patterns using a
variety of algorithms. It can be used to predict species distribution
(fundamental niche) based on a set of georeferenced occurrence points and
a set of environmental layers.
Changes: This release implements a new serialization mechanism for the
GARP Best Subsets Procedure, and fixes some issues related to the Mac OS X
build.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/openmodeller/
- % - % - % - % -
[052] - Poster blog 1.0.6
by KiyuKo (http://freshmeat.net/users/kiyuko/)
Wed, Sep 7th 2005 06:08
Internet :: WWW/HTTP :: Dynamic Content
About: Poster is a fully featured blog application that has most of the
features expected from a Web log such as template support (the template is
modular and fully PHP-scriptable), categories, multiple authors, permalinks
(for post, comments, categories, and even authors), and a nice Web
interface. It works on plain text files and doesn't require a database.
Changes: This version was written almost from scratch. Everything was
improved, starting from the way arguments are passed to the core.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/posterblog/
- % - % - % - % -
[053] - Prewikka 0.9.0-rc12
by yoann (http://freshmeat.net/users/yoann/)
Wed, Sep 7th 2005 06:18
Security
System :: Logging
System :: Monitoring
About: Prewikka is a graphical front-end analysis console for the Prelude
HIDS Framework. It allows for sensor, alert, and hearbeat views, and has
user management and configurable filters. It has access to external tools
such as Whois and Teracroute.
Changes: Konqueror rendering was corrected. A minor bugfix was made for
timeline selection. A minor UI tweak was done.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/prewikka/
- % - % - % - % -
[054] - PTlink IRC Services 3.4.1 (Stable)
by Joăo M. Pinto (http://freshmeat.net/users/jpinto/)
Wed, Sep 7th 2005 14:51
Communications :: Chat
About: PTlink IRC Services provides channel/nick registration services for
IRC networks. Specially developed for the PTlink IRC Server, it uses
modules and includes features like channel roles, nick groups for
privilege management, and a Web interface for users. The data backend is a
MySQL database.
Changes: This release fixes a crash which occurred when importing
forbidden channels from services2 databases and resolves a bug which did
not allow you to add host rules of some types.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/ptlinkservices/
- % - % - % - % -
[055] - PyDO 2.0b2 (Development)
by smulloni (http://freshmeat.net/users/smulloni/)
Wed, Sep 7th 2005 17:08
Database
About: PyDO is an object-relational mapping library for Python that is
easy to use, explain and extend. It supports multiple database systems,
including PostgreSQL, SQLite, MySQL, MSSQL, and Oracle.
Changes: In addition to a few bugfixes and tests, this release adds a
terser syntax for declaring associations between tables.
License: BSD License (revised)
URL: http://freshmeat.net/projects/pydo/
- % - % - % - % -
[056] - Ravenous 0.3.6
by Kasper J. Jeppesen (http://freshmeat.net/users/kapper/)
Wed, Sep 7th 2005 10:53
Internet :: WWW/HTTP :: HTTP Servers
About: Ravenous is full-featured Web server written in Java. It allows you
to write dynamic pages in Java without the need to read stacks of books
before you get started, while still providing the features needed to
create complex, high performance sites once you get more development
experience.
Changes: This release adds support for the accept-language HTTP header,
both through the SERVER hash and through a new setLanguageFile method
which selects the language based on the accept-language value given by the
browser. A new error logging system has been added which includes a rate
control system which ensures that your error log will not run wild when a
system-wide error is present.
License: BSD License (revised)
URL: http://freshmeat.net/projects/ravenous/
- % - % - % - % -
[057] - Recovery Is Possible! 14.3 (Stable)
by Kent Robotti (http://freshmeat.net/users/robotti/)
Wed, Sep 7th 2005 17:08
System :: Archiving :: Backup
System :: Operating System
About: Recovery Is Possible (RIP) is a CD or USB
boot/rescue/backup/maintenance system. It has support for a lot of
filesystem types (Reiserfs, Reiser4, ext2/3, iso9660, UDF, XFS, JFS, UFS2,
SMBFS, MS DOS, NTFS, and VFAT) and contains a bunch of utilities for system
recovery. It also has IDE/SCSI/SATA, RAID, LVM2, and Ethernet/DSL/cable
network support.
Changes: KEXEC support has been added, which allows you to boot a kernel
from a running kernel.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/recoveryispossible/
- % - % - % - % -
[058] - RLPlot 1.0
by Reinhard Lackner (http://freshmeat.net/users/c71960/)
Wed, Sep 7th 2005 06:47
Multimedia :: Graphics :: Editors :: Vector-Based
Scientific/Engineering :: Visualization
About: RLPlot is a scientific plotting, charting, and drawing program.
Data is entered into a spreadsheet manually or by copy from a spreadsheet
program (Excel, KSpread, etc.) and pasted to RLPlot. Plots are created and
modified by a fully-interactive graphical user interface. RLPlot is fully
vector-oriented, ensuring high-quality outputs.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/rlplot/
- % - % - % - % -
[059] - rubyzip 0.5.12
by Thomas Sřndergaard (http://freshmeat.net/users/tson/)
Wed, Sep 7th 2005 00:35
Software Development :: Libraries
System :: Archiving
System :: Archiving :: Compression
About: rubyzip is a Ruby module for reading and writing zip files.
Changes: An issue with binary zip entries under MS Windows was fixed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/rubyzip/
- % - % - % - % -
[060] - S tar 1.5a67 (Development)
by Jörg Schilling (http://freshmeat.net/users/schily/)
Wed, Sep 7th 2005 04:55
System :: Archiving
System :: Archiving :: Backup
System :: Archiving :: Compression
About: Star is a very fast, POSIX-compliant tar archiver. It saves many
files together into a single tape or disk archive, and can restore
individual files from the archive. It includes command line interfaces for
the "tar", "Sun-Tar", "cpio", "pax", and "gnutar" command-line syntax. It
includes a FIFO for speed, a pattern matcher, multi-volume support, the
ability to archive sparse files and ACLs, the ability to archive extended
file flags, automatic archive format detection, automatic byte order
recognition, automatic archive compression/decompression, remote archives,
and special features that allow star to be used for full and incremental
backups. It includes the only known platform independent "rmt" server
program.
Changes: The errctl= interface has been completed to allow all possible
error handling. The new "WARN" keyword allows the user to print a warning
but keep the exit code unaffected for the matching error.
License: Common Development and Distribution License (CDDL)
URL: http://freshmeat.net/projects/star/
- % - % - % - % -
[061] - SBackup 0.8
by Aigars Mahinovs (http://freshmeat.net/users/aigarius/)
Wed, Sep 7th 2005 17:02
Desktop Environment :: Gnome
System :: Archiving :: Backup
System :: Recovery Tools
About: SBackup is a simple backup solution intended for desktop use. It
can back up any subset of files and directories. Exclusions can be defined
by regular expressions. A maximum individual file size limit can be
defined. Backups may be saved to any local and remote directories that are
supported by gnome-vfs.
Changes: Binary paths in .menu entries have been changed to use sbin. "."
is used instead of ":" in all directory names. A bug with the first item
of the file format exclusion list has been fixed. The config applet works
in Debian sarge. The restore icon has been moved to the
System->Administration menu.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/sbackup/
- % - % - % - % -
[062] - SchemaSpy 1.5.2
by John Currier (http://freshmeat.net/users/johncurrier/)
Wed, Sep 7th 2005 21:29
About: SchemaSpy is a Java-based tool that analyzes the metadata of a
schema in a database and generates a visual representation of it in a
browser-displayable format. It lets you click through the hierarchy of
database tables via child and parent table relationships. Browsing through
relationships can occur though HTML links and/or though the graphical
representation of the relationships. It's also designed to help resolve
the obtuse errors that a database sometimes gives related to failures due
to constraints.
Changes: Support for MS SQL Server was added. An inconsistency between
JDBC's and DB2's ideas of column numbers was resolved.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/schemaspy/
- % - % - % - % -
[063] - SDE for NetBeans 3.0 (20050624q)
by Visual Paradigm International Ltd.
(http://freshmeat.net/users/elyse_mirror/)
Wed, Sep 7th 2005 05:00
Education
Scientific/Engineering :: Visualization
Software Development
About: SDE for NetBeans is a UML modeling environment tightly integrated
with NetBeans. It lets you draw all types of UML diagrams (use case
diagram, class diagram, sequence diagram, activity diagram, etc.) in
NetBeans, reverse source code (Java, C++, XML, XML Schema, CORBA IDL,
etc.) to UML models, and generate Java source from UML diagrams. It
features a Rational Rose importer, an XMI importer, HTML/PDF
documentation generators, and plug-in and template support.
Changes: An exception which occurred when generating ORM code with
persistable class that extends a normal class was fixed. The inability to
connect object flow from output pin to expansion node was fixed. A DB
table with multiple FK references to the same table and reversed only 1 FK
was fixed. Synchronization of ERD to a class diagram was fixed, so an
entity with multiple FK references to the same entity will generate
multiple associations with the same name. Exporting a diagram as EMF was
fixed so that it cannot overwrite an existing file.
License: Freeware
URL: http://freshmeat.net/projects/sdenb/
- % - % - % - % -
[064] - SiSU 0.24.0
by Ralph Amissah (http://freshmeat.net/users/ralph222/)
Wed, Sep 7th 2005 12:02
Database
Information Management
Information Management :: Document Repositories
About: SiSu (Serialized information, Structured Units) is is a document
creation and management framework. It manages electronic texts and
document collections with minimal markup requirements, and provides an
"atomic search" and text positioning system. It can produce output as
plain-text, HTML, XHTML, XML, LaTeX, PDF, or SQL (for PostgreSQL or
SQLite). SiSU is a commandline tool/batch processor and a markup syntax.
Documents are prepared by marking them up for SiSU with your favorite text
editor and then generated in the desired output formats. A vim syntax
highlighting file for SiSU syntax is provided.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/sisu/
- % - % - % - % -
[065] - Site Cacheability Analyzer 0.1.1
by Silvio Mazzaro (http://freshmeat.net/users/s_mazzaro/)
Wed, Sep 7th 2005 12:01
Internet :: WWW/HTTP :: Dynamic Content
About: Site Cacheabilty Analyzer is a fast network tool designed to
retrieve the size and cache control information of Web sites. It is based
on PCRE and libhtmlparse, and supports HTTP/1.1 keep-alive connections and
cookies.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/sitecache/
- % - % - % - % -
[066] - Sitellite Content Management System 4.2.5
by Lux (http://freshmeat.net/users/lux55/)
Wed, Sep 7th 2005 11:57
Internet :: WWW/HTTP :: Site Management
About: Sitellite is an advanced Web-based Content Management System (CMS)
and PHP content publishing framework.
Changes: This release fixes the table type for sitellite_news for MySQL
4.1+, a reference to $this->current outside of an object,
saf.Database.Manager to properly call mysql_select_db() on setCurrent()
for multiple MySQL connections, and the cms/filesystem box to handle file
sizes that take longer than 30 seconds to download. It adds new methods
and functions to saf.Session.Source, including the getActive() method and
session_user_get_active() function, as well as session_user_is_unique()
and session_user_get_email(). It eliminates two database calls in
sitemember/list for a minor speed boost.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/sitellite/
- % - % - % - % -
[067] - SL-POS 0.5.0 RC2
by Chris Travers (http://freshmeat.net/users/einhverfr/)
Wed, Sep 7th 2005 00:02
Office/Business
Office/Business :: Financial
Office/Business :: Financial :: Point-Of-Sale
About: SL-POS is a patch which adds significant retail management
capabilities to SQL-Ledger. Current features include several ways of
tracking till cash drawers, online till closing routines, rudimentary
portable data terminal integration, POS hardware support (Pole displays,
receipt printers, cash drawers), and more.
Changes: This release features a vastly simplified till closing process,
inventory activity reports, a number of bugfixes, and a few performance
enhancements. This may be the last release candidate before the stable
release.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/sl-pos/
- % - % - % - % -
[068] - Spike PHPCoverage 0.6.5
by Nimish (http://freshmeat.net/users/pnimish/)
Wed, Sep 7th 2005 21:30
Software Development :: Quality Assurance
Software Development :: Testing
About: Spike PHPCoverage is a tool for measuring and reporting code
coverage provided by the test suite of a PHP application. It can
instrument and record the line coverage information for any PHP script at
runtime. It also provides an extensible reporting mechanism with a
standard HTML report implemented out of the box. The default report
displays the summary information about the code coverage for an
application and also shows the detailed information about a file
including which lines were actually executed and with what frequency. It
is possible to specify the directories and files that should be included
and/or excluded from a coverage measurement.
Changes: This is mainly a bugfix and enhancement release. The most
important new feature is the substantial performance improvement in the
code. While some more improvements are possible, this release should
reduce the memory consumption and increase the speed of PHPCoverage by a
significant amount.
License: Open Software License
URL: http://freshmeat.net/projects/phpcoverage/
- % - % - % - % -
[069] - Stripes Web Framework 1.0
by Tim Fennell (http://freshmeat.net/users/tfenne/)
Wed, Sep 7th 2005 18:18
Software Development :: Libraries :: Application Frameworks
About: Stripes is a framework that makes building Java Web applications as
easy as it should be. It uses annotations to meet the goal of zero external
configuration. It includes simple yet powerful solutions to common problems
such as indexed properties, multi-event forms, localization, and use of
domain objects in the Web tier. All of this is contained in a compact
framework with hardly any dependencies.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/stripesframework/
- % - % - % - % -
[070] - Systems of Ordinary Differential Equations 19
by Dennis Darland (http://freshmeat.net/users/djdarland/)
Wed, Sep 7th 2005 11:25
About: SODE uses long Taylor series to solve systems of ordinary
differential equations. It generates code to solve the equations in either
Icon (or Unicon) or Maple. Using the Taylor series, estimates are made of
the location and order of poles. An effort is made to adjust H to control
the error. It has worked well in testing, but needs more testing as there
are so many possibilities.
Changes: This release removes commented out and "dead" code. It should
make the code easier to understand.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/sode/
- % - % - % - % -
[071] - TalkSoup 1.0alpha
by Andrew Ruder (http://freshmeat.net/users/aeruder/)
Wed, Sep 7th 2005 07:07
Communications :: Chat :: Internet Relay Chat
About: TalkSoup is a fully configurable graphical IRC client for both
GNUstep and Mac OS X. Its simplistic interface is made extremely powerful
by the fact that all parts of the IRC client are implemented as
runtime-loaded plugins, so additional plugins can be made to further
extend TalkSoup. TalkSoup supports a tabbed interface, DCC file transfer,
and most common features found in other IRC clients.
Changes: Full Mac OS X support was added. The GUI code was overhauled to
allow for future flexibility. Several new plugins were added and bugfixes
were made to those that already existed. A new preferences panel was
added. Very noticeable speedups were made since older versions.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/talksoup/
- % - % - % - % -
[072] - The friendly interactive shell 1.13.3
by liljencrantz (http://freshmeat.net/users/liljencrantz/)
Wed, Sep 7th 2005 06:05
Software Development :: Interpreters
System :: Shells
Utilities
About: fish, the friendly interactive shell is a shell that is focused on
interactive use, discoverability, and user friendliness. The design goal
of fish is to give the user a rich set of powerful features in a way that
is easy to discover, remember, and use. fish features a user-friendly and
powerful tab-completion, including descriptions of every completion,
tab-completion of strings with wildcards, and many completions for
specific commands. It also features an extensive and discoverable help
system. A special help command gives access to all the fish documentation
in your preferred Web browser. Other features include syntax highlighting
with extensive error checking, support for the X clipboard, smart terminal
handling based on terminfo, an easy to search, no duplicates history.
Changes: This version fixes a few badly written tests in 1.13.2 which
caused occasional error messages on some systems.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/thefishshell/
- % - % - % - % -
[073] - Tiny Tiny RSS 1.0.3
by Andrew Dolgov (http://freshmeat.net/users/gothfox/)
Wed, Sep 7th 2005 11:55
Internet :: WWW/HTTP :: Dynamic Content :: News/Diary
About: Server-side RSS feed aggregator written in PHP and heavily based on
XmlHttpRequest and related technologies for user interface and operation.
PostgreSQL is used as a database backend.
Changes: This release has support for importing and exporting OPML,
limited support for MySQL, simple content filtering using regular
expressions, many interface improvements, and bugfixes.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/tt-rss/
- % - % - % - % -
[074] - tvtime 1.0
by Billy Biggs (http://freshmeat.net/users/vektor/)
Wed, Sep 7th 2005 21:53
Multimedia :: Video :: Capture
Multimedia :: Video :: Display
About: tvtime is a high quality TV viewing application that takes input
from a capture card, processes it, and displays it on the screen. It
supports multiple deinterlacing algorithms and video filters.
Changes: This release adds a workaround for users of the cx88 driver to
allow manual selection of the PAL-I audio standard. Square pixel displays
are now assumed by default to help unconfigured X servers, and a 16:10
matte mode was added.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/tvtime/
- % - % - % - % -
[075] - Vigyaan 1.0
by Pratul K. Agarwal (http://freshmeat.net/users/pratul/)
Wed, Sep 7th 2005 10:54
Scientific/Engineering
Scientific/Engineering :: Bioinformatics
Scientific/Engineering :: Chemistry
About: Vigyaan is an electronic workbench for bioinformatics,
computational biology, and computational chemistry. It is a Linux-live CD
containing all the required software to boot the computer with ready to
use modeling software. It includes Artemis, Bioperl, BLAST (NCBI-tools),
ClustalX, Cn3D, EMBOSS tools, Garlic, GROMACS, Ghemical, GNU R, Gnuplot,
GIMP, ImageMagick, JMol, MPQC, NJPlot, Open Babel, Octave, PSI3, PyMOL,
Rasmol, Raster3D, SMILE, TINKER, XDrawChem, Xmgr, and Xfig.
Changes: This release is based on KNOPPIX 3.7. Most software packages have
been updated and new applications added.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/vigyaancd/
- % - % - % - % -
[076] - WiKID Strong Authentication System 1.0-beta (PHP network client
plugin)
by nowen (http://freshmeat.net/users/nowen/)
Wed, Sep 7th 2005 07:34
Security
Security :: Cryptography
System :: Networking
About: The WiKID Strong Authentication System is a highly scalable, secure
two-factor authentication system consisting of a server, a token client,
and network clients that connect a service such as a VPN or Web page to
the WiKID server to validate one-time passcodes. The user enters their PIN
into the token client, where it is encrypted and sent to the server. If the
PIN is correct, the encryption valid, and account active, the one-time
passcode is generated, encrypted, and returned to the user. It is simple
to implement and maintain, allows users to be validated automatically,
requires no hardware tokens, has a simple API for application support via
a COM object and Java component, supports multiple domains, and supports
replication for fault tolerance and scalability.
Changes: You can now use WiKID one-time passcodes to authenticate users of
your PHP Web applications. This release includes a code sample called
sample.php which shows how simple it is to add users, validate users, and
add new tokens.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/wikid/
- % - % - % - % -
[077] - XCL XCLE 1.2.5
by Varkhan (http://freshmeat.net/users/varkhan/)
Wed, Sep 7th 2005 10:55
Software Development :: Compilers
Software Development :: Interpreters
About: The XCL software suite aims to provide developers with tools for
the programmatic handling of executable code, combining easy generation
and manipulation with execution speed and memory efficiency at runtime.
Changes: Accessors and memory management failsafes have been added to the
exception framework. Exception freeing has been cleaned, with reference
counting to prevent double-frees. Minor additions have been made to the
Splash interface, and documented.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/xcl/
- % - % - % - % -
[078] - YourKit Java Profiler 4.5-EAP23
by YourKit Team (http://freshmeat.net/users/YourKitTeam/)
Wed, Sep 7th 2005 06:27
Software Development
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: The view with telemetry information of the garbage collector has
been reworked. It now contains the CPU time utilized by GC by percentage
and in counts of minor and major collections.
License: Free for non-commercial use
URL: http://freshmeat.net/projects/yjp/
- % - % - % - % -
[079] - ZengaiaSpace 0.1.5
by Martin Spüler (http://freshmeat.net/users/The_Paranoid/)
Wed, Sep 7th 2005 10:51
Games/Entertainment
Games/Entertainment :: Multi-User Dungeons (MUD)
Games/Entertainment :: Real Time Strategy
About: Zengaia Space is a multiplayer game which can be played over a
central Internet server. In the game, you have to build ships, settle new
planets, build new shipyards, fight your enemy, and conquer new planets
and solar systems.
Changes: This release fixes some bugs and improves the GUI. Handling of
building new ships and shipyards has changed. Playing is much more fun
now.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/zengaiaspace/
-..-- .-. --- ---.-.----.-. .- --- --- ..---.-. .--.--. --- .-.-
_______________________________________________
The freshmeat daily newsletter
To unsubscribe, send email to freshmeat-news-request
lists.freshmeat.net
or visit http://lists.freshmeat.net/mailman/listinfo/freshmeat-news
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]