|
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 Sunday, June 12th 2005
freshmeat-news
lists.freshmeat.net
Date: Mon Jun 13 2005 - 02:10:07 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/06/12/
freshmeat.net newsgroup: news://news.freshmeat.net/fm.announce
- .-.-.--.----.-.- ----.- -.--- --.--- .. -..----.. -- -..----.
::: A D V E R T I S I N G :::
Discover Easy Linux Migration Strategies from IBM
Find simple to follow Roadmaps, straightforward articles, informative
Webcasts and more! Get everything you need to get up to speed, fast.
Click here
http://ads.osdn.com/?ad_id=7446&alloc_id=16419&op=click
-- -. -.-- ..----------- - --. ----. .-----. ------.--.---.------
::: R E L E A S E H E A D L I N E S (57) :::
[001] - b0xNet 1.3
[002] - BashDiff 1.18
[003] - CFL 1.2.2
[004] - Columba 1.0 RC3 (Stable)
[005] - Contentment Content Management System 0.9b8
[006] - CruxPorts4Slack 20050612
[007] - cwm 1
[008] - ErisMUD 0.1
[009] - FOX 1.4.16 (Stable)
[010] - GEOS 2.1.2
[011] - gnormalize 0.30
[012] - Gotmail 0.8.3
[013] - HBCI4Java Package 2.5.0pre-20050525
[014] - HBCI4Java Passport Editor 0.8pre-20050525
[015] - HBCI4Java Server 0.2.1pre-20050525
[016] - HBCI4Java SIZRDH Library 0.4pre-20050525
[017] - Heirloom Toolchest 050612
[018] - Imagero Reader 1.78
[019] - IOzone 3.239
[020] - JBother 0.8.7.1
[021] - kbarcode 1.9.7 (Development)
[022] - KSlackCheck 3.0
[023] - kvpnc 0.7
[024] - LibSlowo 2.2.1
[025] - LinuxTaRT 3.07
[026] - Mathomatic 12.4.2
[027] - mechanoid 0.4.6
[028] - mechanoid.send_yahoo 0.1.0
[029] - Misfit Model 3D 1.1.7 (Development)
[030] - mod_psldap 0.88
[031] - Names are Pointless 1
[032] - OpenRelease 0.1.4
[033] - Parabuild 2.0 EAP Build #491
[034] - Phaos 0.89
[035] - phpMyAdmin 2.6.3-rc1 (Development)
[036] - PictoSniff 0.2
[037] - Podracer 1.0
[038] - PostGIS 1.0.1 (Stable)
[039] - Ravenous 0.1.16
[040] - ReleaseForge 0.8.0
[041] - RSSOwl 1.1.2
[042] - RText 0.9.1.3
[043] - S.C.O.U.R.G.E. 0.10
[044] - SourceBrowser 0.20050612
[045] - Speex 1.1.10 (Unstable)
[046] - sqlupdate 1.4.0
[047] - sudosh 1.8.1
[048] - TclSigX 0.1.3
[049] - TclSigX 0.1.3a
[050] - Testing Out Of (The) Box 0.3
[051] - The Image Expansion Tool 1.0
[052] - Tina POS 0.0.8
[053] - tpp 1.3
[054] - wallstreet9 0.6pre-20050525
[055] - Xfmedia 0.8.0
[056] - XMLLiterate 1.0.0.3
[057] - Zero Install Injector 0.10
---- .- ----- ---- --- -..-------.- -- .---- .-.-------. -----
::: R E L E A S E D E T A I L S :::
[001] - b0xNet 1.3
by Rick Fournier (http://freshmeat.net/users/chong/)
Sun, Jun 12th 2005 13:32
Communications :: Chat :: Internet Relay Chat
About: b0xNet is a modular Eggdrop distribution with multi-lingual
support. It includes an automatic upgrade feature to keep your bot
up-to-date.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/b0xnet/
- % - % - % - % -
[002] - BashDiff 1.18
by William Park (http://freshmeat.net/users/opengeometry/)
Sun, Jun 12th 2005 00:08
Database :: Front-Ends
System :: Shells
About: Bash.Diff is a patch against Bash that incorporates many useful
features from Awk, Python, Zsh, Ksh, and others. In the main core, it adds
the following: new brace expansion {a..b}, new parameter expansion
${var|...}, new command substitution $(=...), extended for, while, and
until loops, extended case statement, new try-block with integer
exception, and new here document <<+. As builtin commands, it adds the
following: sscanf(3), <string.h>, and <ctype.h> wrappers, a variety of
array and regex(3) operations, GDBM, SQLite, PostgreSQL, and MySQL
database interfaces, an HTML template engine (BASP), stack/queue
operations on positional parameters and arrays, Expat XML parser
interface, simple x-y character plot, DOS line support, and simple Awk
emulation.
Changes: Two diff files have been combined into a single all-inclusive
patch. "Lsql", "Msql", and "Psql" return the shell variables NF and NR.
"raise" now uses string exceptions, instead of integers. The "array"
builtin has been removed in favour of ${var|+regex} and ${var|-regex}
which do regex splitting or extraction. Most importantly, if the splitting
is double quoted, then "$
" behavior will be followed. Also, ${var|,sep}
now has symmetry, either splitting a string or joining list items. Support
for the CSV format (splitting, quoting, dequoting) has been added.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/bashdiff/
- % - % - % - % -
[003] - CFL 1.2.2
by Mark Lindner (http://freshmeat.net/users/mesmerism/)
Sun, Jun 12th 2005 01:50
Software Development :: Libraries
About: CFL (C Foundation Library) is a C library that simplifies systems
software development on UNIX. The library includes functions for memory
management, string parsing, sub-process execution, filesystem traversal,
I/O, interfaces to IPC mechanisms including pseudo-terminals, shared
memory, semaphores, and other facilities. It also has implementations of
common dynamic data structures like linked lists, queues, stacks, and hash
tables, a real-time scheduler similar in functionality to the cron daemon,
and high-level APIs to Berkeley sockets and other networking functions.
Full API documentation is included.
Changes: Some minor bugfixes and API enhancements were made.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/libcfl/
- % - % - % - % -
[004] - Columba 1.0 RC3 (Stable)
by Frederik Dietz (http://freshmeat.net/users/fdietz/)
Sun, Jun 12th 2005 12:32
Communications :: Email :: Email Clients (MUA)
About: Columba is an email client written in Java, featuring a
user-friendly graphical interface with wizards and internationalization
support. It's a powerful email management tool with features to enhance
your productivity and communication.
Changes: This version features revamped vFolder support, which are now
actively monitoring folder changes. The message viewer shows attachments
inline, and a new filter toolbar enables quick searches in the message
list. Groovy was added as another interpreter plugin, which makes it
possible to extend Columba in the Groovy language. Additionally, many
components were cleaned up and over 60 bugs were fixed since the last
major release. This is the last release candidate before the final 1.0
release, scheduled this summer.
License: Mozilla Public License (MPL)
URL: http://freshmeat.net/projects/columba/
- % - % - % - % -
[005] - Contentment Content Management System 0.9b8
by Sterling Hanenkamp (http://freshmeat.net/users/hanenkamp/)
Sun, Jun 12th 2005 15:11
Internet :: WWW/HTTP :: Dynamic Content
Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Internet :: WWW/HTTP :: Site Management
About: Contentment Content Management System is a content management
system utilizing HTML::Mason. It's a simple and flexible content manager
that utilizes both the file system and a database.
Changes: Bugs have been fixed. The VFS has been changed to use
File::System. A system of hooks and some extra utilities have been added.
The Contentment Web site is running off of this release as of this
writing.
License: Perl License
URL: http://freshmeat.net/projects/contentment/
- % - % - % - % -
[006] - CruxPorts4Slack 20050612
by Haary (http://freshmeat.net/users/haary/)
Sun, Jun 12th 2005 13:27
System :: Installation/Setup
System :: Software Distribution Tools
About: CruxPorts4Slack adapts the "ports" and "pkgmk" commands to allow
the use of ports repositories for Crux with Slackware. The httpup program,
which is necessary to use ports, is included in the package.
Changes: This release creates install/slack-desc and guesses the
architecture in pkgname-version-arch-release.tgz from CFLAGS in
/etc/pkgmk.conf
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/cruxports4slack/
- % - % - % - % -
[007] - cwm 1
by Marius Aamodt Eriksen (http://freshmeat.net/users/mae/)
Sun, Jun 12th 2005 00:49
About: cwm (calmwm) is a window manager for X11 that was initially
inspired by evilwm. It has several novel features, including the ability
to search for windows and a very simple and attractive aesthetic.
License: BSD License (revised)
URL: http://freshmeat.net/projects/cwm/
- % - % - % - % -
[008] - ErisMUD 0.1
by Manuel Lanctôt (http://freshmeat.net/users/Senso/)
Sun, Jun 12th 2005 21:17
Games/Entertainment :: Multi-User Dungeons (MUD)
Games/Entertainment :: Role-Playing
About: ErisMUD is written in Python and supports many features: it has
rooms, NPCs, items, player creation, ANSI colors, etc. SQLite is used to
store the data, so no files are required for building (unlike LPMUD).
Short and easy internal commands take care of the development and
maintenance. The only things not implemented are skills, combat, quests,
levelling, etc. These are left to users so as to make sure every MUD using
ErisMUD is different.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/erismud/
- % - % - % - % -
[009] - FOX 1.4.16 (Stable)
by jeroen (http://freshmeat.net/users/jvz/)
Sun, Jun 12th 2005 00:46
Software Development :: Libraries :: Application Frameworks
About: FOX is a C++-based toolkit for GUI development. It includes a rich
set of widgets and has powerful yet simple layout managers, MDI widgets,
and mega-widgets. FOX incorporates support for XDND for drag and drop, X
clipboard and X Selection, watching other I/O channels and sockets, timers
and idle processing, object serialization and deserialization, a registry
to save persistent settings, and 3D widgets using Mesa or OpenGL. FOX
works on Linux, IRIX, Solaris, HP/UX, AIX, Tru64 Unix, Windows 9x,NT,2K
(VC++, GNUWIN32, Borland, VisualAge C++), FreeBSD, and Sequent.
Changes: A bug in FXList and FXIconList in which selecting one item with
the arrow keys didn't work was fixed. A sign error in setAxes() of
quaternion classes was fixed. This only happens in one of the exceptional
cases. An issue in FXMemoryStream was fixed.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/fox/
- % - % - % - % -
[010] - GEOS 2.1.2
by Paul Ramsey (http://freshmeat.net/users/PWRamsey/)
Sun, Jun 12th 2005 13:12
Multimedia :: Graphics
Scientific/Engineering :: Geographical
Software Development :: Libraries
About: GEOS is a complete C++ implementation of the functions and
predicates defined in the OpenGIS "Simple Features for SQL"
specification. It includes high quality implementations of all the
important spatial relationships and operations, robust versions of all
functions in the dimensionally extended 9 intersection predicate model,
implementations of the operators, Buffer(), Union(), and Intersection(),
and all other SFSQL functions including Area(), Length(), Centroid(),
etc.
Changes: Many bugfixes and improvements. Topology handling for buffers and
intersections and unions have been improved for many cases. Some segfault
and crash cases have been fixed.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/geos/
- % - % - % - % -
[011] - gnormalize 0.30
by Claudio F. S. Rodrigues (http://freshmeat.net/users/claudiofsr/)
Sun, Jun 12th 2005 12:18
Multimedia :: Sound/Audio
About: gnormalize is a front end to the "normalize" tool, a ripper, an
encoder, and an audio converter. It decodes MP3, MP4 (or M4A or AAC), MPC
(or MPP or MP+), OGG, APE, or FLAC files to wave, then normalizes the wave
and re-encodes it. It can also rip audio CDs, encode audio data, convert
audio formats between MP3, MP4, MPC, OGG, APE, and FLAC, and change the
encoding properties and edit Meta Info (like title, artist, album, etc.)
of the final normalized files.
Changes: Support for translations is enabled by rearranging the tooltips.
A translation to Portuguese (Brazil) has been added. There are some
bugfixes.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/gnormalize/
- % - % - % - % -
[012] - Gotmail 0.8.3
by Jon Phillips (http://freshmeat.net/users/nakedjon/)
Sun, Jun 12th 2005 01:50
Communications :: Email
About: Gotmail is a utility to non-interactively download email from a
Hotmail account. It can download messages from all folders, messages from
certain folders, or new messages only. There are options to delete
downloaded messages or mark them as read. Gotmail can forward messages to
other email addresses or save them as local mbox-style mailboxes.
Changes: This release is mainly to get a working version of Gotmail out in
the wild and to spur development. A patch to fix current login problems was
merged. The structure of the changelog was changed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/gotmail/
- % - % - % - % -
[013] - HBCI4Java Package 2.5.0pre-20050525
by Stefan Palme (http://freshmeat.net/users/kleiner/)
Sun, Jun 12th 2005 12:19
Office/Business :: Financial
Software Development :: Libraries :: Java Libraries
About: HBCI4Java is a Java library for the HBCI home banking interface.
It supports almost all aspect of the HBCI versions 2.01, 2.1, 2.2, and
HBCIplus (with PIN/TAN support). Its API is very application-oriented, so
no knowledge about HBCI is required. The HBCI client package can be used
to develop applications using HBCI features. The HBCI server package can
be used to develop your own HBCI servers. This may be useful for credit
institutes or software developers who want to setup their own HBCI test
server.
Changes: Some smaller API changes. Better support for HBCI-PIN/TAN. The
message engine is more intelligent now (uses more information from BPD).
Some rewriter modules for broken HBCI servers. A lot of bugfixes and
internal cleanups.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/hbci4java/
- % - % - % - % -
[014] - HBCI4Java Passport Editor 0.8pre-20050525
by Stefan Palme (http://freshmeat.net/users/kleiner/)
Sun, Jun 12th 2005 12:20
Office/Business :: Financial
Software Development :: Libraries :: Java Libraries
About: HBCI4Java is a Java library for the HBCI home banking interface.
It supports almost all aspect of the HBCI versions 2.01, 2.1, 2.2, and
HBCIplus (with PIN/TAN support). Its API is very application-oriented, so
no knowledge about HBCI is required. The HBCI client package can be used
to develop applications using HBCI features. The HBCI server package can
be used to develop your own HBCI servers. This may be useful for credit
institutes or software developers who want to setup their own HBCI test
server.
Changes: Most of the changes have been necessary to adapt the HBCI4Java
passport editor to the current version of the HBCI4Java client package.
When you use the new HBCI4Java client package, you should update the
passport editor too (if you use it).
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/hbci4java/
- % - % - % - % -
[015] - HBCI4Java Server 0.2.1pre-20050525
by Stefan Palme (http://freshmeat.net/users/kleiner/)
Sun, Jun 12th 2005 12:21
Office/Business :: Financial
Software Development :: Libraries :: Java Libraries
About: HBCI4Java is a Java library for the HBCI home banking interface.
It supports almost all aspect of the HBCI versions 2.01, 2.1, 2.2, and
HBCIplus (with PIN/TAN support). Its API is very application-oriented, so
no knowledge about HBCI is required. The HBCI client package can be used
to develop applications using HBCI features. The HBCI server package can
be used to develop your own HBCI servers. This may be useful for credit
institutes or software developers who want to setup their own HBCI test
server.
Changes: The current snapshot version of the HBCI4Java server is again
compatible with the current version of the HBCI4Java client package. The
most important changes to server code include: support for HBCI-PIN/TAN,
support for status protocol, support for multiple system ids per user,
better multithreading code, and a lot of smaller bugfixes and internal
code cleanups.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/hbci4java/
- % - % - % - % -
[016] - HBCI4Java SIZRDH Library 0.4pre-20050525
by Stefan Palme (http://freshmeat.net/users/kleiner/)
Sun, Jun 12th 2005 12:22
Office/Business :: Financial
Software Development :: Libraries :: Java Libraries
About: HBCI4Java is a Java library for the HBCI home banking interface.
It supports almost all aspect of the HBCI versions 2.01, 2.1, 2.2, and
HBCIplus (with PIN/TAN support). Its API is very application-oriented, so
no knowledge about HBCI is required. The HBCI client package can be used
to develop applications using HBCI features. The HBCI server package can
be used to develop your own HBCI servers. This may be useful for credit
institutes or software developers who want to setup their own HBCI test
server.
Changes: Changes to this package have been necessary because of some
internal changes to the HBCI4Java client package. When you update the
HBCI4Java client package to the current version, you also have to update
this package if you want to use key files generated by some
third-party-software (keyfiles in the SIZ format).
License: Other/Proprietary License
URL: http://freshmeat.net/projects/hbci4java/
- % - % - % - % -
[017] - Heirloom Toolchest 050612
by Gunnar Ritter (http://freshmeat.net/users/gritter/)
Sun, Jun 12th 2005 13:33
Software Development :: Internationalization
System :: Archiving
System :: Shells
About: The Heirloom Toolchest is a collection of standard Unix utilities.
It was derived from original Unix material released as open source by
Caldera and contains multiple versions of each utility corresponding to
SVID3/SVR4, SVID4/SVR4.2MP, POSIX.2-1992/SUSV2, POSIX.1-2001/SUSV3, and
4BSD (SVR4 /usr/ucb). It processes lines of arbitrary length and in many
cases binary input data, supports characters in UTF-8 and many East Asian
encodings, and contains more than 100 individual utilities including bc,
cpio, diff, ed, file, find, grep, man, nawk, oawk, pax, ps, sed, sort,
spell, and tar. Extensive documentation is included.
Changes: Bugs were fixed in traditional regular expression support, and in
the 'man', 'shl', 'tail', and 'tar' commands. 'cp' now supports an '-a'
option that causes it to create an exact copy of a file hierarchy.
License: Freely Distributable
URL: http://freshmeat.net/projects/heirloom/
- % - % - % - % -
[018] - Imagero Reader 1.78
by ak (http://freshmeat.net/users/imagero/)
Sun, Jun 12th 2005 05:13
Multimedia :: Graphics
Software Development :: Libraries :: Java Libraries
About: Imagero Reader is a Java library for reading image files. Supported
file types include BMP, GIF, TIFF, PNG, JNG, MNG, JPEG (including 12-bit
grey), PSD, PBM, PGM, PPM, TGA, EPS, EPSI, and EPSF. The following RAW
file types are also supported, at least partially: MRW, CRW, NEF, DCR, and
DNG. It can read thumbnails, read metadata (IPTC, EXIF, and XMP), edit
metadata, get image width and height, get the number of images contained
in a file, define an area to read, add a ProgressListener, choose an image
channel to read, set a scale factor, set subsampling (JPEG only), and read
an image (or channel) directly into an array.
Changes: Support for Targa images (TGA) was added. A JPEG bug introduced
in version 1.77 was fixed. A bug regarding reading EXIF metadata from JPEG
files was fixed. EXIF handling was simplified. A bug regarding image
scaling, in which a black image wsa returned if the scale factor was
bigger than 0.6, was fixed.
License: Free for non-commercial use
URL: http://freshmeat.net/projects/imageroreader/
- % - % - % - % -
[019] - IOzone 3.239
by Capps (http://freshmeat.net/users/capps/)
Sun, Jun 12th 2005 21:06
System :: Benchmark
System :: Filesystems
About: IOzone is a filesystem benchmark tool. The benchmark generates and
measures a variety of file operations. Iozone has been ported to many
machines and runs under many operating systems.
License: Freely Distributable
URL: http://freshmeat.net/projects/iozone/
- % - % - % - % -
[020] - JBother 0.8.7.1
by Adam Olsen (http://freshmeat.net/users/synic/)
Sun, Jun 12th 2005 12:25
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 is a bugfix release for 0.8.7. It takes care of several
annoying bugs when attempting to register a new user, as well as a bug in
the vcard that would not allow you to update your user information.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/jbother/
- % - % - % - % -
[021] - kbarcode 1.9.7 (Development)
by Dominik Seichter (http://freshmeat.net/users/domseichter/)
Sun, Jun 12th 2005 13:26
Office/Business
Printing
About: KBarcode is a barcode and label printing application for KDE 3. It
can be used to print everything from simple business cards up to complex
labels with several barcodes, such as article descriptions. KBarcode comes
with an easy-to-use WYSIWYG label designer, a setup wizard, batch import of
labels (directly from the delivery note), thousands of predefined labels,
database managment tools, and translations in many languages. Even
printing more than 10,000 labels in one go is no problem for KBarcode.
Additionally, it is a simple xbarcode replacement for the creation of
barcodes. All major types of barcodes like EAN, UPC, CODE39, and ISBN are
supported.
Changes: This release adds text rotation support and a new wizard to
comfortably insert tokens (variable data fields). Many bugs have been
fixed, including ones related to the --label commandline option, barcode
resizing, WYSIWYG printing, and undo/redo for raise/lower.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/kbarcode/
- % - % - % - % -
[022] - KSlackCheck 3.0
by gammaknife (http://freshmeat.net/users/gammaknife/)
Sun, Jun 12th 2005 15:49
Desktop Environment :: K Desktop Environment (KDE) :: Themes KDE 3.x
System :: Installation/Setup
System :: Operating System :: Linux Distributions
About: Kslackcheck keeps in sync changelogs and shows updates in a
graphical popup in KDE, with just one click. It can tell users what
packages in need to be upgraded for major releases, and helps to download
them to a particular directory ready for manual upgrading.
Changes: This release has a conf file for function tuning. The file is
placed in /etc/kslackcheck and can be overridden by similar files in
~/.kslackcheck. A manual has been written. The user directory is now
kslackcheck.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/kslackcheck/
- % - % - % - % -
[023] - kvpnc 0.7
by Crissi (http://freshmeat.net/users/Crissi/)
Sun, Jun 12th 2005 12:23
Desktop Environment :: K Desktop Environment (KDE)
Internet
System :: Networking
About: KVpnc is a KDE frontend for various VPN clients. It supports Cisco
VPN (vpnc) and IPSec (FreeS/WAN, racoon). vpnc is a replacement for the
Cisco VPN client, and is used as client for the cisco3000 VPN
Concentrator. FreeS/WAN (OpenS/WAN) is a IPSec client for Linux 2.4.x, and
raccoon is a IPSec client for Linux 2.6.x and *BSD. It also supports PPTP
(pptpclient) and OpenVPN.
Changes: Many bugfixes and new features.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/kvpnc/
- % - % - % - % -
[024] - LibSlowo 2.2.1
by Andy Shevchenko (http://freshmeat.net/users/andy_shev/)
Sun, Jun 12th 2005 15:51
Text Processing :: Linguistic
About: LibSlowo is a pluggable library for supporting as many dictionary
bases as possible. It includes several plugins for the following
formats: mova, stardict, lingvo3, and ptkdic (SQL). The interface is
opened and documented.
Changes: This release includes a fix in the lingvo module (segfaults in
the front-end by incorrect variable value on dictionary reopening). The
Doxy style of documentation is provided.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/libslowo/
- % - % - % - % -
[025] - LinuxTaRT 3.07
by Mark Veinot (http://freshmeat.net/users/guru62/)
Sun, Jun 12th 2005 06:17
Communications :: Email
About: TaRT stands for "The Automatic Random Tagline", a versatile, fast
and feature-rich email signature generator. TaRT features include random
taglines, optional daemon functionality, display of current date, custom
layout of signature, and "special date" tagline text. The command line
syntax is simple and well explained. LinuxTaRT is designed to be run as a
stand-alone daemon, from crontab, or in your login script.
Changes: The man page install problem that 3.06b was supposed to address
was actually fixed. Some potential buffer overflows were fixed. mkstemp()
is used instead of tmpnam(). The maximum signature length may be set
during the configure process.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/linuxtart/
- % - % - % - % -
[026] - Mathomatic 12.4.2
by George Gesslein II (http://freshmeat.net/users/gesslein/)
Sun, Jun 12th 2005 21:02
Scientific/Engineering :: Mathematics
Software Development :: Code Generators
About: Mathomatic is a highly portable, general purpose symbolic math
program that can solve, simplify, combine, differentiate, integrate, and
compare algebraic equations. It can do standard, complex number, and
polynomial arithmetic. It is extremely easy to use and has pretty colored,
easily readable display of equations.
Changes: Enhancements to solving, roots command, complex root
approximation, etc. Debug level -1 has been made useful for minimizing
helpful messages.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/mathomatic/
- % - % - % - % -
[027] - mechanoid 0.4.6
by Richard Harris (http://freshmeat.net/users/goosequill/)
Sun, Jun 12th 2005 13:26
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 adds a HOSTS list in HTTPProcessors to allow
overriding of robots.txt and refines the output of mechanoid.py's debug
methods.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/mechanoid_gq/
- % - % - % - % -
[028] - mechanoid.send_yahoo 0.1.0
by Richard Harris (http://freshmeat.net/users/goosequill/)
Sun, Jun 12th 2005 21:12
Communications :: Email :: Mail Transport Agents
About: send_yahoo is a sendmail substitute for clients like mutt. It sends
your email using your Yahoo! Web mail account. send_yahoo is a mechanoid
script.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/send_yahoo_gq/
- % - % - % - % -
[029] - Misfit Model 3D 1.1.7 (Development)
by Kevin Worcester (http://freshmeat.net/users/kworces/)
Sun, Jun 12th 2005 12:28
Multimedia :: Graphics :: 3D Modeling
About: Misfit Model 3D is an OpenGL-based 3D model editor. It supports
multi-level undo, skeletal animations, simple texturing, scripting,
command-line batch processing, and a plugin system for adding new model
and image filters. Complete online help is included.
Changes: This release includes an OS X port, a "select connected mesh"
tool, and the option to show the selected mesh region in 3D viewports.
Bugfixes include various Win32 UI issues, a memory leak in normal
calculation, and the elimination of some GCC 4.0 warnings.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/misfitmodel3d/
- % - % - % - % -
[030] - mod_psldap 0.88
by David Picard (http://freshmeat.net/users/dpicard/)
Sun, Jun 12th 2005 13:16
Communications :: Email :: Address Book
Internet :: WWW/HTTP
Internet :: WWW/HTTP :: HTTP Servers
About: mod_psldap is an Apache module that performs authentication
authorization against an LDAP server using several different means of
managing the authentication and authorization processes. This
implementation can also manage records through a Web interface, and
authenticate against an LDAP server that restricts the user from reading
the password and the implementation of Kerberos-based authentication to
connect to the LDAP server itself.
Changes: This release fixes DN references for DNs containing &, and a
minor authorization defect when there is no authentication. It adds scope
management on searches and IM link integration.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/modpsldap/
- % - % - % - % -
[031] - Names are Pointless 1
by Pj (http://freshmeat.net/users/xersedefixion/)
Sun, Jun 12th 2005 05:47
Internet :: WWW/HTTP :: Dynamic Content :: Message Boards
About: Names are Pointless is a CGI Web forum script. It allows
registered, unregistered, and anonymous posting. It allows the owner of
the forum to edit and delete messages, as well as preview and approve all
messages before they are posted. It stores its information in plain files
instead of using a database. It also only uses CGI when necessary, so
simply reading the Web forum uses only static pages. It also has an HTML
syntax checker. It's helpful to users and prevents them from doing things
like posting malicious JavaScript.
License: Public Domain
URL: http://freshmeat.net/projects/pointlessnames/
- % - % - % - % -
[032] - OpenRelease 0.1.4
by Richard Harris (http://freshmeat.net/users/goosequill/)
Sun, Jun 12th 2005 15:50
freshmeat.net
Software Development
About: OpenRelease is a Python module which automates the packaging,
release, and announcement of open source software. The pack class creates
packages, which are defined by packer classes, manages versioning, and
brings up your notes and changelog in an editor. The release class uploads
the package to SourceForge, releases it through QRS, announces it on
freshmeat and (if appropriate) on pypi.
Changes: The freshmeat announcement method has been refined.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/open-release_gq/
- % - % - % - % -
[033] - Parabuild 2.0 EAP Build #491
by Viewtier Systems (http://freshmeat.net/users/parabuild/)
Sun, Jun 12th 2005 21:05
Software Development :: Build Tools
About: Parabuild is a quality automated software build management server.
It helps software teams and organizations of all sizes reduce risks of
project failures and increase productivity.
Changes: Work in the instant messaging area.
License: Other/Proprietary License with Free Trial
URL: http://freshmeat.net/projects/parabuild/
- % - % - % - % -
[034] - Phaos 0.89
by Zeke Walker (http://freshmeat.net/users/eproductions3/)
Sun, Jun 12th 2005 13:34
Games/Entertainment
Games/Entertainment :: Multi-User Dungeons (MUD)
Games/Entertainment :: Role-Playing
About: Phaos is a browser-based RPG. Current features include character
creation, the ability to purchase/sell potions, weapons and armor,
traveling, inter-player chat, the ability to fight in the arena, an admin
system, random encounters, the ability to trade with other players, and
the ability to fight other players. Future releases will include a
storyline and quests.
Changes: Changes include code cleanup, modified combat, security fixes,
and other bugfixes.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/phaos_rpg/
- % - % - % - % -
[035] - phpMyAdmin 2.6.3-rc1 (Development)
by phpMyAdmin Devel Team (http://freshmeat.net/users/phpmyadmin/)
Sun, Jun 12th 2005 15:52
Database :: Front-Ends
System :: Systems Administration
About: phpMyAdmin is a tool written in PHP intended to handle the
administration of MySQL over the WWW. Currently it can create and drop
databases, create/drop/alter tables, delete/edit/add fields, execute any
SQL statement, manage keys on fields, create dumps of tables and
databases, export/import CSV data and administrate one single database and
multiple MySQL servers.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/phpmyadmin/
- % - % - % - % -
[036] - PictoSniff 0.2
by lekernel (http://freshmeat.net/users/lekernel/)
Sun, Jun 12th 2005 21:13
Communications :: Chat
Security
About: PictoSniff allows you to spy live on PictoChat communications
between Nintendo DS gaming consoles. It requires an 802.11 device with
support for monitor mode and Radiotap (tested only under FreeBSD with the
p54u driver). It is based upon GTK2 and libpcap.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/pictosniff/
- % - % - % - % -
[037] - Podracer 1.0
by Lorenzo Taylor (http://freshmeat.net/users/lorenzo1/)
Sun, Jun 12th 2005 00:31
About: Podracer is a podcast downloader. It takes a file with the URLs to
all your podcast RSS feeds and retrieves the MP3s and stores them in a
specified location. It includes an internal BitTorrent downloader. It has
a catchup feature which updates the log without downloading all podcasts.
It can be run as a cron job to automatically receive podcasts.
License: MIT/X Consortium License
URL: http://freshmeat.net/projects/podracer/
- % - % - % - % -
[038] - PostGIS 1.0.1 (Stable)
by Paul Ramsey (http://freshmeat.net/users/PWRamsey/)
Sun, Jun 12th 2005 13:15
Database
Database :: Database Engines/Servers
About: PostGIS adds support for geographic objects to the PostgreSQL
object-relational database. In effect, PostGIS "spatially enables" the
PostgreSQL server, allowing it to be used as a backend spatial database
for geographic information systems (GIS), much like ESRI's SDE or Oracle's
Spatial extension.
Changes: This release ixes some incorrect escaping in shp2pgsql, 3D
computation in length_spheroid, improves multiple schema support, and has
better join selectivity estimates.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/postgis/
- % - % - % - % -
[039] - Ravenous 0.1.16
by Kasper J. Jeppesen (http://freshmeat.net/users/kapper/)
Sun, Jun 12th 2005 12:34
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.
Changes: The database mapping functionality, which provides an easy to use
bridge between Ravenous and your relational database, is finished. By
following a simple naming convention, full model files will be created
that allow you to interact with your data model in an object oriented way,
with tight integration to your business logic.
License: BSD License (revised)
URL: http://freshmeat.net/projects/ravenous/
- % - % - % - % -
[040] - ReleaseForge 0.8.0
by Phil Schwartz (http://freshmeat.net/users/phil_schwartz/)
Sun, Jun 12th 2005 21:04
About: ReleaseForge is a GUI application designed for project
administrators and release engineers of projects that are hosted at
SourceForge. It is intended to make it easier and faster to create a new
release and edit existing releases rather than using the SourceForge Web
interface. It streamlines the release effort by prompting you for
information regarding your new release (version info, change log, release
notes, files to include, etc). It then seamlessly negotiates with the
SourceForge Web server, creating your release, posting your release
notes/change log, uploading your files to the SourceForge FTP server,
selecting the files for inclusion in your release on the SourceForge Web
server, updating the file attributes of each of the files and then, if
appropriate, notifying monitoring users of the new release.
Changes: This release introduces freshmeat integration. Users can now
publish freshmeat project announcements within ReleaseForge.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/releaseforge/
- % - % - % - % -
[041] - RSSOwl 1.1.2
by bpasero (http://freshmeat.net/users/bpasero/)
Sun, Jun 12th 2005 05:16
Communications
Information Management
Internet :: WWW/HTTP :: Dynamic Content :: News/Diary
About: RSSOwl is a wise SWT-based news aggregator. Its search feature lets
you hunt down the best RSS/RDF/Atom feeds on the Web, and then organize and
share your feeds with agility. Other features include an integrated
browser; AmphetaRate, for acquiring news tailored to your tastes;
full-text searching through headlines and descriptions; export feed
summaries to PDF, RTF, and HTML; the ability to import or export OPML; the
ability to exchange collections with others by importing or exporting
subscriptions; the ability to import or export user data to and from other
machines; automatic newsfeed upating; and much more.
Changes: With an update to the latest SWT version, two of the most
annoying browser bugs on Windows were fixed. The dialog that kept popping
up when the visited Web page contained erroneous JavaScript was
eliminated. A problem with blogs that show images in their news items was
fixed. In some cases, RSSOwl showed just a blank, empty page when clicking
on one of these.
License: Common Public License
URL: http://freshmeat.net/projects/rssowl/
- % - % - % - % -
[042] - RText 0.9.1.3
by Robert Futrell (http://freshmeat.net/users/Robert_Futrell/)
Sun, Jun 12th 2005 00:46
Software Development
Software Development :: User Interfaces
Text Editors
About: RText is a fully customizable programmer's text editor. Some of
its features include syntax highlighting, editing multiple documents at
once, printing and print preview, find/ replace/find in files dialogs,
undo/redo, and online help.
Changes: This release adds the ability to customize the icons used in
RText, fleshes out the plugins API, and adds a few bugfixes.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/rtext/
- % - % - % - % -
[043] - S.C.O.U.R.G.E. 0.10
by Gabor Torok (http://freshmeat.net/users/gabortorok/)
Sun, Jun 12th 2005 01:39
Games/Entertainment
Games/Entertainment :: Multi-User Dungeons (MUD)
Games/Entertainment :: Puzzle Games
About: S.C.O.U.R.G.E. is a Rogue-like game with a modern user interface.
The game allows a group of four characters to search for treasure, kill
enemies, gain levels, etc.
Changes: This release features UI enhancements, images for icons, new
spells, NPC interaction, and the beginnings of the plot. The game is
playable to around level 6 through the first 3 storyline missions. There
is also some new eye-candy on the main menu and the party/character
editor.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/scourge/
- % - % - % - % -
[044] - SourceBrowser 0.20050612
by vyzo (http://freshmeat.net/users/vyzo/)
Sun, Jun 12th 2005 21:12
Documentation
Software Development :: Documentation
About: SourceBrowser is a documentation meta-programming tool that
generates a wiki representation of a source tree. The project provides a
domain specific language called Source Annotation Language for writing
documentation meta-programs. A meta-program is embedded into the source
code of a program or library, and defines an object-oriented database. The
meta-program can be evaluated with the tools provided by the project, and
generate a wiki that integrates documentation and source code for seamless
browsing.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/srcb/
- % - % - % - % -
[045] - Speex 1.1.10 (Unstable)
by Jean-Marc Valin (http://freshmeat.net/users/jmvalin/)
Sun, Jun 12th 2005 01:44
Communications :: Internet Phone
Communications :: Telephony
Multimedia :: Sound/Audio :: Speech
About: Speex is a patent-free compression format designed especially for
speech. It is specialized for voice communications at low bit-rates in the
2-45 kbps range. Possible applications include Voice over IP (VoIP),
Internet audio streaming, audio books, and archiving of speech data (e.g.
voice mail).
Changes: The main improvement in this release is a Blackfin port funded by
Analog Devices. This includes Blackfin assembly optimizations that reduce
CPU time by a factor of two. Also, the packet loss concealment code has
now been converted to fixed-point.
License: BSD License (revised)
URL: http://freshmeat.net/projects/speex/
- % - % - % - % -
[046] - sqlupdate 1.4.0
by Bisqwit (http://freshmeat.net/users/Bisqwit/)
Sun, Jun 12th 2005 05:46
Database
Utilities
About: sqlupdate reads a MySQL table declaration file and compares it to
an existing database. It then generates a MySQL script for updating the
database to match the SQL file.
Changes: This release of sqlupdate adds support for the TINYINT, DATE,
TIME, and ENUM field types. It also fixes a bug involving deletion of
foreign keys, and adds support for backtick quoting of field, key, and
table names.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/sqlupdate/
- % - % - % - % -
[047] - sudosh 1.8.1
by Doug Hanks (http://freshmeat.net/users/dhanks/)
Sun, Jun 12th 2005 21:04
System :: Logging
System :: Monitoring
System :: Operating System
About: sudosh can be used as a default login shell or a filter that takes
advantage of PTY devices in order to sit between the user's keyboard and a
program, in this case a shell. It was designed specifically to be used in
conjunction with sudo, and allows the execution of a root or application
shell with logging. It is basically a VCR and will record root shell
sessions and also has the ability to play back the sessions as they were
originally recorded. It records all input/output, keyboard input, and
timing information so that the session can be played back in the original
format.
Changes: sudosh-replay has been ported to C. Configuration file support
has been added. This release is not backwards compatible with pre-1.6.2.
License: Open Software License
URL: http://freshmeat.net/projects/sudosh/
- % - % - % - % -
[048] - TclSigX 0.1.3
by Breadcrust (http://freshmeat.net/users/Breadcrust/)
Sun, Jun 12th 2005 01:43
Internet :: WWW/HTTP :: Dynamic Content
Multimedia :: Graphics
System
About: TclSigX is a client for the SigX dynamic signature image system. It
gathers information from your computer and sends it to the SigX server. It
works best on Linux, but also works on other POSIX systems. More info on
SigX can be found at http://sigx.yuriy.net/.
Changes: Weather, listeningToAS, and remoteSigX data types were added.
Improvements were made to just about all other data types. A new
configuration file format was implemented. Improvements were made to stop
TclSigX from crashing from bad user settings. A lot of other small
improvements and more bugfixes were made.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/tclsigx/
- % - % - % - % -
[049] - TclSigX 0.1.3a
by Breadcrust (http://freshmeat.net/users/Breadcrust/)
Sun, Jun 12th 2005 13:30
Internet :: WWW/HTTP :: Dynamic Content
Multimedia :: Graphics
System
About: TclSigX is a client for the SigX dynamic signature image system. It
gathers information from your computer and sends it to the SigX server. It
works best on Linux, but also works on other POSIX systems. More info on
SigX can be found at http://sigx.yuriy.net/.
Changes: This release fixes a bug that prevented it from sending data to
the SigX server in the previous 0.1.3 release.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/tclsigx/
- % - % - % - % -
[050] - Testing Out Of (The) Box 0.3
by Ori Peleg (http://freshmeat.net/users/oripel/)
Sun, Jun 12th 2005 00:49
Software Development :: Testing
About: TestOOB is an advanced testing framework for Python. It is designed
to integrate effortlessly with existing PyUnit (standard module "unittest")
test suites.
Changes: The "testoob" executable was added. pdb is run post-mortem. Color
output was improved.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/testoob/
- % - % - % - % -
[051] - The Image Expansion Tool 1.0
by Nulli (http://freshmeat.net/users/vdbrueck/)
Sun, Jun 12th 2005 12:24
Multimedia :: Graphics :: Editors
About: imet is a GIMP filter which expands the image in the middle like a
hyperbolic mirror. The form of the distortion can be chosen, and it does
not have to be a circle.
Changes: Two additional filters: triangle and cross. A spelling error was
corrected in the dialog. This release has a more component-based design.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/imet/
- % - % - % - % -
[052] - Tina POS 0.0.8
by Adrián Romero (http://freshmeat.net/users/adrianromero/)
Sun, Jun 12th 2005 15:59
Office/Business :: Financial :: Point-Of-Sale
About: Tina POS is a point of sales application designed for touch
screens. It supports ESC/POS ticket printers, customer displays, and
barcode readers. Its multi-user and has a great backoffice with a product
entry form, reports, and charts.
Changes: This version adds different maps for restaurant view. A
PostgreSQL bug has been fixed. Image fields data edition is improved.
There is a new update database system for different releases of TinaPOS.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/tinapos/
- % - % - % - % -
[053] - tpp 1.3
by Andreas Krennmair (http://freshmeat.net/users/akrennmair/)
Sun, Jun 12th 2005 12:18
Office/Business :: Office Suites
About: tpp stands for text presentation program and is an ncurses-based
presentation tool. Presentations can be written with any text editor in a
simple description format and then displayed on any text terminal that is
supported by ncurses.
Changes: Text and LaTeX output modes have been added. The code has been
refactored to meet the needs for future extensions.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/tpp/
- % - % - % - % -
[054] - wallstreet9 0.6pre-20050525
by Stefan Palme (http://freshmeat.net/users/kleiner/)
Sun, Jun 12th 2005 12:22
Office/Business :: Financial
About: wallstreet9 is a small home banking application that uses
HBCI4Java for HBCI functionality. It is not intended to become a
high-end home banking application, but can be used as a test application
for your HBCI account or as a demonstration of how to use HBCI4Java.
Changes: Most changes to this package have been necessary to be compatible
with the current version of the HBCI4Java client package. If you want to
use wallstreet9 with the current version of the HBCI4Java client package,
you have to use this wallstreet9-snapshot.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/wallstreet9/
- % - % - % - % -
[055] - Xfmedia 0.8.0
by kelnos (http://freshmeat.net/users/kelnos/)
Sun, Jun 12th 2005 05:10
Multimedia :: Sound/Audio
Multimedia :: Sound/Audio :: Players
Multimedia :: Sound/Audio :: Players :: MP3
About: Xfmedia is a simple audio and video player based on libxine. It is
designed to be fast and easy-to-use, taking up a minimum of screen real
estate, while providing access to media files of all types.
Changes: This version includes several enhancements, including an
in-window jump to file box, a volume control slider, and xfmedia-remote, a
commandline remote control program. Various bugfixes were also made.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/xfmedia/
- % - % - % - % -
[056] - XMLLiterate 1.0.0.3
by Paul Hamilton (http://freshmeat.net/users/phamtec/)
Sun, Jun 12th 2005 01:39
Software Development :: Build Tools
Software Development :: Code Generators
Software Development :: Documentation
About: XMLLiterate is framework for literate programming using XML. It
uses the STL and patterns extensively and runs on all platforms supported
by Boost.
Changes: Installation notes are now on the Web site. The documentation
from the Web site is completely built from a single "weave" command in the
root folder of cppliterate. A lot more bugs have been fixed and CSS was
added to the HTML generated from weave. There is now a single weave script
which can weave an entire project from all the files.xml sprinkled
throughout it, weave a single entire schema, or weave a single object's
documentation. All code inside objects derived from
xmlobj is now inside
the schema as well.
License: Freely Distributable
URL: http://freshmeat.net/projects/xmlliterate/
- % - % - % - % -
[057] - Zero Install Injector 0.10
by Thomas Leonard (http://freshmeat.net/users/tal197/)
Sun, Jun 12th 2005 06:05
Internet
Software Development :: Version Control
System :: Archiving :: Packaging
About: The Zero Install Injector makes it possible for users to install
software easily and without the need for root privileges. It takes the URL
of a program's interface description and chooses suitable versions of the
program and all of its dependencies (also identified by URLs) according to
the user's policy settings (eg. "stable", "testing", "minimal network use",
etc). The chosen versions are downloaded and cached and the program is run,
using environment variables to let it find the components.
Changes: The 0store command was added, which allows low-level cache
manipulation (add, find, list, verify, and calculate manifest). Symlinks
are now allowed in implementations. An error which prevented confirming a
new GPG key fingerprint with the console interface was fixed. Archives in
tar.bz2 format are now supported.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/injector/
------- -----.--.---.--- --- - ----.--- --.--.- .- -- . -------
_______________________________________________
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 ]