Newsletter for Sunday, August 28th 2005

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

Today's news on the web: http://freshmeat.net/daily/2005/08/28/
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 (68) :::

[001] - Advanced Bash Scripting Guide 3.6 (Stable)
[002] - aircrack 2.3 
[003] - Avahi 0.2 
[004] - B's Harmaa 0.91 
[005] - balance 3.26 
[006] - BRL-CAD 7.4.2 
[007] - Chessweb 1.0-alpha1 
[008] - Childsplay 0.80.3 
[009] - ClamTk 2.06 
[010] - codeine 1.0-rc2 
[011] - Craftsman Spy 1.0.1 
[012] - cwm 3 
[013] - DBsight 1.1.3 
[014] - EnergyMech 3.0.1 (3.x Stable)
[015] - etcsvn 0.1.0 
[016] - eXtendible Java Rendering Toolkit 1.0 Beta 06 
[017] - eyeD3 0.6.7 
[018] - feresPost 1.0.1 
[019] - Fingerstring 3.2.1 
[020] - ghli 0.0.3 
[021] - gloox 0.5 
[022] - GNUnet 0.7.0 
[023] - gospy-applet 0.5.3 
[024] - gquilt 0.13 
[025] - GtkDatabox 0.4.0.0 
[026] - Issue Dealer Main 0.9.80
[027] - Jabberwocky 2.0.40 (Development)
[028] - Jarmor 0.7 
[029] - KABC Client 0.8 
[030] - kdetv 0.8.8 
[031] - Klavaro 0.7.1 
[032] - Krename 3.0.7 (Stable)
[033] - Linux Replicated High Availability Manager 1.0.0 
[034] - Lost Labyrinth 1.0.3 
[035] - mechanoid.send_yahoo 0.1.7 
[036] - Mezzanine 1.8 
[037] - mhWaveEdit 1.4.4 
[038] - Minesweeper 3D 20050828 
[039] - mkpkg 0.0.19 
[040] - Mnemona GUI Client 3.1 
[041] - Nexuiz 1.2 
[042] - pcmciautils 008 
[043] - Phaos 0.9.3 
[044] - phpMyAdmin 2.6.4-rc1 (Development)
[045] - pittrainer 1.1 
[046] - plasmatic 0.1 
[047] - plptools 0.14 
[048] - Pootypedia 0.03 
[049] - Psi 0.10-test1 (Unstable)
[050] - PyInstaller 5b5 
[051] - Q Desktop Services 0.4.2 
[052] - Ratoximus 0.2.1 
[053] - Scenic 0.5.5 
[054] - Seismic Toolkit 0.30 
[055] - ShaniXmlParser 1.2.4 
[056] - skim 1.4.2 
[057] - Snd 7.15 
[058] - SOFI 2.0.0 
[059] - Sven 0.4.3.1 
[060] - svnmailer 1.0.5 
[061] - The Battle for Wesnoth 0.9.6 
[062] - The friendly interactive shell 1.13.0 
[063] - Tina POS 0.0.9 
[064] - tovid 0.21 
[065] - wyoEditor 2.3.3 
[066] - xchat-gnome 0.5 
[067] - xsay 1 
[068] - Zwischenwelt R4 


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

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

[001] - Advanced Bash Scripting Guide 3.6 (Stable)
  by M. Leo Cooper (http://freshmeat.net/users/thegrendel/)
  Sun, Aug 28th 2005 13:39

Education
Software Development :: Documentation
System :: Systems Administration

About: The Advanced Bash Scripting Guide is both a reference and a
tutorial on shell scripting. This comprehensive book (the equivalent of
about 646 print pages) covers almost every aspect of shell scripting. It
contains over 300 profusely commented illustrative examples, and a number
of tables. Not just a shell scripting tutorial, this book also provides an
introduction to basic programming techniques, such as sorting and
recursion. It is well suited for either individual study or classroom use.


Changes: This release adds an important bugfix update and a fair amount of
new material. 

License: GNU Free Documentation License (FDL)

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

                        - %  - %  - % - % -

[002] - aircrack 2.3 
  by Christophe Devine (http://freshmeat.net/users/devine10/)
  Sun, Aug 28th 2005 10:49

Security

About: aircrack is a set of tools for auditing wireless networks. It
consists of: airodump (an 802.11 packet capture program), aireplay (an
802.11 packet injection program), aircrack (static WEP and WPA-PSK
cracking), and airdecap (decrypts WEP/WPA capture files).

Changes: This release fixes packet injection on interface athXraw with
newer madwifi CVS, adds a patch for injection on Ralink USB devices
(rt2570), and improves the deauthentication attack. A workaround for the
ipw2200 wep data corruption bug was added in airodump. The single-client
hangup bug was fixed. Support for cracking 152-bit WEP was added in
aircrack. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[003] - Avahi 0.2 
  by Mezcalero (http://freshmeat.net/users/poettering/)
  Sun, Aug 28th 2005 16:09

Internet
Software Development :: Libraries
System :: Networking

About: Avahi is a framework for Multicast DNS Service Discovery on Linux.
It allows programs to publish and discover services and hosts running on a
local network with no specific configuration. For example, you can plug
into a network and instantly find printers to print to, files to look at,
and people to talk to. 

Changes: avahi-daemon will now ignore local IP addresses with the "link"
scope unless it is the only IP address on the interface. Many bugfixes.
The addition of new convenience AvahiStringList functions. A new
asynchronous resolver API. The assembly of empty string lists to RFC
compliant TXT records has been fixed.

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[004] - B's Harmaa 0.91 
  by Kim Heino (http://freshmeat.net/users/kimheino/)
  Sun, Aug 28th 2005 01:42

Communications :: Email :: Filters

About: B's Harmaa is Postfix policy server that implements greylisting and
sender policy framework. What differentiates it from other similar programs
is its unique autowhitelist feature. When a request for delivery of a
message is received by Postfix via SMTP, the triplet CLIENT_IP / SENDER /
RECIPIENT is built. If it is the first time that this triplet is seen or
if the triplet was first seen less than one minute ago, then the message
gets rejected with a temporary error. Spammers often will not try again
later, even though it is required per RFC. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[005] - balance 3.26 
  by Thomas Obermair (http://freshmeat.net/users/thomasobermair/)
  Sun, Aug 28th 2005 15:28

System :: Networking

About: Balance is a simple but powerful generic TCP proxy with round-robin
load balancing and failover mechanisms. Its behaviour can be controlled at
runtime using a simple command line syntax.

Changes: The master process was not found on "balance -i". Unused
variables have been removed. BalanceBSD is set if MAC_OS_X_VERSION_10_4 is
defined (balance should now compile on OSX Tiger).

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[006] - BRL-CAD 7.4.2 
  by BRL-CAD (http://freshmeat.net/users/brlcad/)
  Sun, Aug 28th 2005 19:14

Multimedia :: Graphics
Multimedia :: Graphics :: 3D Modeling
Multimedia :: Graphics :: 3D Rendering

About: BRL-CAD is a powerful constructive solid geometry solid modeling
system that includes an interactive geometry editor, ray-tracing support
for rendering and geometric analysis, path-tracing for realistic image
synthesis, network distributed framebuffer support, and image and
signal-processing tools.

Changes: This release includes the addition of the Interactive Shot
Selection Tool for real-time ray-tracing geometric visualization. The tool
will take advantage of clusters and SMP hardware similar to RISE, providing
a master job manager, a slave compute daemon for network distributed
processing, and a client for interacting with and viewing the models. New
options were added to the rt, rtedge, and rtxray ray-trace tools. A beta
of a geometry analysis quality tool, g_qa, is now available. There are
also improvements to the fast memory debugging as well as several
bugfixes.

License: OSI Approved

URL: http://freshmeat.net/projects/brl-cad/

                        - %  - %  - % - % -

[007] - Chessweb 1.0-alpha1 
  by matthewsmalley (http://freshmeat.net/users/matthewsmalley/)
  Sun, Aug 28th 2005 19:01

Games/Entertainment
Internet :: WWW/HTTP :: Dynamic Content

About: Chessweb is a J2EE chess game Website. It is a pure Java servlet
implementation of a two-player chess game. Two players log into the Web
site, see an image of the current board in their browser, and make their
moves. The differentiating features of chessweb (e.g. versus WinBoard /
XBoard) is that it's an extremely lightweight implementation written
completely in Java (nothing more than an app server and browser is
required). Furthermore, the client end is DHTML only, and verified to
works with FireFox 1.0.6 and IE 6.

License: The Apache License 2.0

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

                        - %  - %  - % - % -

[008] - Childsplay 0.80.3 
  by Stas Z (http://freshmeat.net/users/staslinux/)
  Sun, Aug 28th 2005 13:44

Education
Games/Entertainment

About: Childsplay is a suite of educational games for young children. It
aims to be more games-like than gcompris.

Changes: This release adds Catalan and Slovenian language support and
replaces the freeware fonts with GPL-licensed fonts. A configuration
option has been added to resize the letters used in certain games to aid
children with visual disabilities. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[009] - ClamTk 2.06 
  by phenom (http://freshmeat.net/users/phen0m/)
  Sun, Aug 28th 2005 11:01



About: ClamTk is a GUI frontend for ClamAV. It is designed to be a
lightweight, easy-to-use, point-and-click virus scanner. 

Changes: A false-positive bug and maintenance option bug were fixed. Logs
now contain "directories scanned" information. The startup now looks in
different directories for necessary files, which should make things easier
for porting as well as for folks who manually install ClamAV. 

License: Perl License

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

                        - %  - %  - % - % -

[010] - codeine 1.0-rc2 
  by Ian (http://freshmeat.net/users/eeanm/)
  Sun, Aug 28th 2005 19:20

Multimedia :: Video
Multimedia :: Video :: Display

About: Codeine is a KDE video player with an uncluttered interface and
smart features. Using lib-xine as its backend, it supports nearly all
video formats. A bundled KPart integrates it into Konqueror. Codeine
remembers settings specific to each video, not specific to the application
(the playback position, the preferred window size, etc.).

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[011] - Craftsman Spy 1.0.1 
  by Zero (http://freshmeat.net/users/gwhere/)
  Sun, Aug 28th 2005 16:10

Database
Software Development
Software Development :: Libraries

About: Craftsman Spy is a framework for JDBC logging. It is a JDBC driver
implementation which logs all SQL connections and processing with the
spent execution time, all the stored procedures with arguments, all the
batch processing, and the result sets. 

Changes: Fixes the development script and configuration file and adds
support for row backwarding in the result set.

License: GNU Lesser General Public License (LGPL)

URL: http://freshmeat.net/projects/craftsman-spy/

                        - %  - %  - % - % -

[012] - cwm 3 
  by Marius Aamodt Eriksen (http://freshmeat.net/users/mae/)
  Sun, Aug 28th 2005 05:02



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. 

Changes: More search ranking improvements were made. A keyboard binding
"i18n" was added. Window labels are shown in the minimized window menu.
Automatic window grouping was implemented. MWM hints support, some
bugfixes, Xft support, and the -f flag were added. 

License: BSD License (revised)

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

                        - %  - %  - % - % -

[013] - DBsight 1.1.3 
  by Chris (http://freshmeat.net/users/chrislusf/)
  Sun, Aug 28th 2005 13:45

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

About: DBSight is a J2EE search platform to rapidly develop a search
engine on any relational database. It's scalable, fast to develop, and
fast to search. It runs on any JDBC-supported relational database. It can
work on any new systems or old legacy systems that need full-text search,
without changing existing systems. It has a Web UI to configure data
retrieval, content indexing, and displaying templates. 

Changes: This release prevents an infinite loop which could occur in some
rare cases in which a server's query history log is not formatted well. 

License: Free for non-commercial use

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

                        - %  - %  - % - % -

[014] - EnergyMech 3.0.1 (3.x Stable)
  by proton (http://freshmeat.net/users/proton/)
  Sun, Aug 28th 2005 19:02

Communications :: Chat :: Internet Relay Chat

About: The EnergyMech is an advanced IRC bot. It has many features
including a DCC party line, powerful user list handling, a telnet console,
bot linking, and more.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[015] - etcsvn 0.1.0 
  by umeboshi (http://freshmeat.net/users/umeboshi/)
  Sun, Aug 28th 2005 19:01

Information Management
Software Development :: Version Control :: Subversion
System :: Systems Administration

About: Etcsvn is a command line program for managing system configurations
in subversion. It doesn't make a working copy out of your /etc, but uses a
temporary workspace. It will preserve ownership/permissions of the files
being tracked.

License: Public Domain

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

                        - %  - %  - % - % -

[016] - eXtendible Java Rendering Toolkit 1.0 Beta 06 
  by David Hook (http://freshmeat.net/users/davidhook/)
  Sun, Aug 28th 2005 03:24

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

About: XJRT is an open source Java renderer with a ray tracing backend.
Objects can be fed into the renderer either through Java or an XML-based
scene description language. Shaders can be written in Java and are
instanced using the reflection API. The renderer currently supports a
variety of polygons, polygon model formats (3ds, DXF, OBJ, and OFF),
spheres and other quartics, cubic patches, heightfields, boxes, torii,
blobbies, algebraic surfaces, constructive solid geometry (CSG), and a
variety of light sources. Support code is provided for doing tiling, bump
mapping, noise based texturing, camera based motion blur, and depth of
field.

Changes: This release fixes some bugs in polygon tiling, a bug which would
sometimes cause incorrect shadows with multiple lightsources, and also adds
some speed and accuracy improvements to the patch rendering. A new shader,
Bumpy, has been added to the examples area. 

License: MIT/X Consortium License

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

                        - %  - %  - % - % -

[017] - eyeD3 0.6.7 
  by nicfit (http://freshmeat.net/users/travisshirk/)
  Sun, Aug 28th 2005 01:47

Multimedia :: Sound/Audio :: Editors
Software Development :: Libraries :: Python Modules

About: eyeD3 is a Python program and module that provides the ability to
read and write ID3 tags (v1.x and v2.3/v2.4). It also decodes MP3 headers
(bit rate, sample frequency, play time, etc.). 

Changes: New features include support for the beats per minute (TPBM)
interface, support for the publisher/label (TPUB) interface, more iTunes
ID3 violation work-arounds, ID3 v2.2 bugfixes, file rename bugfixes, APIC
fixes, and more successful APIC write to disk support. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[018] - feresPost 1.0.1 
  by feresPost (http://freshmeat.net/users/feresPost/)
  Sun, Aug 28th 2005 03:34

Scientific/Engineering

About: feresPost is a Ruby extension that provides the definition of
classes and modules devoted to the development of automated
post-processing for Nastran finite element results. The library allows
easy manipulation of finite element models, groups, and results. Efficient
post-processing is possible because the time-consuming operations are
written in C/C++. 

Changes: Bugs in the reading of stress/strain tensor and of element forces
were corrected. More element types are now supported. New operators were
added in the ResKeyList class. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[019] - Fingerstring 3.2.1 
  by Barnet Wagman (http://freshmeat.net/users/wagman/)
  Sun, Aug 28th 2005 13:46

Database
Database :: Front-Ends

About: Fingerstring is a very simple but extremely flexible  database. It
is designed for end users as a tool for  organizing and accessing the
various kinds of information  that people store on computers. Like most
end user  software, it has a 'point and click' GUI; unlike most 
databases, using Fingerstring does not require using a  programming
language. It is not a relational database; it  uses Mnemona, an
object-based information management  scheme. It can also be used as a
local search engine.

Changes: This release fixes a couple of minor bugs in the GUI. 

License: Free for non-commercial use

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

                        - %  - %  - % - % -

[020] - ghli 0.0.3 
  by igor2 (http://freshmeat.net/users/igor2/)
  Sun, Aug 28th 2005 08:06

Software Development
Software Development :: Interpreters
Software Development :: Libraries

About: ghli is GPMI's Highlevel Language Interpreter, developed to operate
under GPMI, though it works as a standalone script interpreter as well. It
features a byte code interpreter with complex instructions for high level
languages, a framework to ease implementing precompilers, a Pascal
precompiler, and an Assembly precompiler. It aims to be small, fast, and
flexible. The number of core instructions are very limited while it offers
a simple interface so the host application can register its own extension
commands easily. 

Changes: Dynamic arrays were implemented in the core and in the pascal
precompiler. The directory tree was restructured. Now everything compiles
with and without gpmi. A script to download external libraries was added.
Minor cleanups were made for memory leaks, bugs, and compiler warnings. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[021] - gloox 0.5 
  by kolp (http://freshmeat.net/users/kolp/)
  Sun, Aug 28th 2005 15:29

Communications :: Chat
Software Development :: Libraries

About: gloox is a high-level Jabber/XMPP library for C++. Its almost
compliant to the XMPP RFCs. It supports many of the XMPP features
(including SRV lookups, TLS, SASL, roster management, and privacy lists)
and implements several JEPs: Service Discovery, Bookmark Storage, Private
XML Storage, Ad-hoc Commands, In-Band Registration, Non-SASL
Authentication, Software Version, Jabber Component Protocol, and
Annotations. 

Changes: Changes in this release include full support for xml:lang of
Stream as well as Presence, Message, and Error stanzas, the ability to
override the JID's host part for a connection, XMPP version check, a log
handler, and the re-introduction of non-blocking connect. With this
release, only very few minor parts of the specs remain unsupported.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[022] - GNUnet 0.7.0 
  by Christian Grothoff (http://freshmeat.net/users/grothoff/)
  Sun, Aug 28th 2005 16:16

Communications :: File Sharing
Security :: Cryptography
Software Development :: Libraries :: Application Frameworks

About: GNUnet is a peer-to-peer framework with focus on providing
security. All peer-to-peer messages in the network are confidential and
authenticated. The framework provides a transport abstraction layer and
can currently encapsulate the network traffic in UDP (IPv4 and IPv6), TCP
(IPv4 and IPv6), HTTP, or SMTP messages. GNUnet supports accounting to
provide contributing nodes with better service. The primary service build
on top of the framework is anonymous file sharing.

Changes: This release supports the new protocol, new ciphers, and new
content encoding, breaking compatibility with previous versions. It
features a new tool for configuration, an improved user interface, better
modularity, larger blocks, better performance, more meta data annotations
including thumbnails, and many other enhancements. This version represents
over 8 months of development and testing.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[023] - gospy-applet 0.5.3 
  by Emmanuel Saracco (http://freshmeat.net/users/esaracco/)
  Sun, Aug 28th 2005 19:04

Desktop Environment :: Gnome
Internet :: WWW/HTTP :: Site Management

About: gospy-applet is a GNOME applet monitoring servers and Web pages. It
detects changes in page content, page status, page size, page loading time,
IP address, and so on.

Changes: Task #410 (the "Check Now" button) should be ok now. There are
some GUI enhancements. A bug in "Add Spy" druid navigation has been fixed.
gcc 4 warnings have been fixed. The main applet icon location has been
updated.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/gospy-applet/

                        - %  - %  - % - % -

[024] - gquilt 0.13 
  by Peter Williams (http://freshmeat.net/users/peterwilliams/)
  Sun, Aug 28th 2005 19:05

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: This release fixes a bug in patch rename functionality when used
with a version of quilt that supports patch renaming. It modifies
packaging/installation to conform with Fedora requirements.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[025] - GtkDatabox 0.4.0.0 
  by Roland Bock (http://freshmeat.net/users/rbock/)
  Sun, Aug 28th 2005 15:30

Scientific/Engineering
Scientific/Engineering :: Visualization
Software Development :: Widget Sets

About: The GtkDatabox widget (for use with the GTK+ widget set) is used to
display large amounts of numerical data in graphical representation.
Several sets of data may be shown at one time. You may zoom in and out and
navigate via scrollbars. The display of data is rather fast, so you can use
the widget for quickly changing data (i.e. an oscilloscope for example) as
well. The widget has already been adapted to several scientific projects
around the world. 

Changes: This release supports addition of new drawing functions even at
runtime. New drawing functions for markers and text, which can be used to
annotate relevant aspects of the data, have been added. All rulers and
scrollbars can be turned on and off separately.

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[026] - Issue Dealer Main 0.9.80
  by Morten W. Petersen (http://freshmeat.net/users/morphex/)
  Sun, Aug 28th 2005 03:21

Information Management
Information Management :: Document Repositories
Information Management :: Issue Tracking

About: The Issue Dealer is a simple product for managing (structuring,
editing, prioritizing, categorizing) issues. It is primarily used to
manage information and tasks. It can be used as an issue tracker,
knowledge management tool, or outliner. 

Changes: An XML import/export feature for issues and relations was
implemented. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[027] - Jabberwocky 2.0.40 (Development)
  by Marc Mertens (http://freshmeat.net/users/mmertens/)
  Sun, Aug 28th 2005 15:48

Software Development
Software Development :: Debuggers
Text Editors :: Integrated Development Environments (IDE)

About: Jabberwocky is a Lisp IDE containing a Lisp-aware editor with
syntax highlighting, parentheses matching, a source analyzer, indentation,
a source level debugger, a project explorer, and an interaction buffer. It
is the replacement for the Lisp Debug project.

Changes: Display of the blinking cursor has been improved. This release
removes the selected list and parentheses highlights if you click outside
a list. A try catch has been added to the code of the project thread, so
that an error no longer causes the automatic update of the project window
to stop.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[028] - Jarmor 0.7 
  by luc (http://freshmeat.net/users/maisonobe/)
  Sun, Aug 28th 2005 01:34

Software Development :: Libraries :: Java Libraries

About: Jarmor (Java ASCII Armor) is a tiny collection of stream filters
which implement ASCII armors. They can be used to convert streams of
binary data into text and vice-versa. For example, it can be used to
transfer or store data using text-only means like mail or XML. The
supported encodings are Base64, Base32, Base16, UUCP, and ASCII85. 

License: BSD License (revised)

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

                        - %  - %  - % - % -

[029] - KABC Client 0.8 
  by krake (http://freshmeat.net/users/krake/)
  Sun, Aug 28th 2005 15:45

Desktop Environment :: K Desktop Environment (KDE)
Information Management

About: KABC Client is a command line tool that provides access to the KDE
address book, which is also used by applications like KAddressBook. It can
take its input from either the command line or through standard input,
allowing its use in Unix shell pipe and filter constructs. Input and
output text is interpreted and formatted by filters.

Changes: This release adds an input option: instead of reading the input
from stdin or taking it from the command line, kabcclient can now bring up
a dialog for selecting contacts from the address book.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[030] - kdetv 0.8.8 
  by Dirk Ziegelmeier (http://freshmeat.net/users/dziegel/)
  Sun, Aug 28th 2005 10:19

Multimedia :: Video :: Display

About: kdetv is a KDE application to watch TV on the desktop. Features
include deinterlacing (DScaler algorithms), three view modes, a channel
scanner, the ability to import the channel files of three other TV
programs, teletext and closed caption decoding, and an easy-to-use
graphical user interface. The application supports remote controls using
KDELIRC, a component shipped in KDE 3.2. kdetv requires KDE libraries
version 3.2 or above, a TV tuner card with video4linux or XVideo-input
support, and an ALSA or OSS compatible mixer device. 

Changes: A "black screen" issue on some systems after other video
applications have been running was fixed. The correct aspect ratio is set
on displays with non-rectangular pixels. The kv4lsetup utility was renamed
to kdetvv4lsetup to avoid conflicts with the avifile library. A snapshot
function was added to the DCOP and KDELIRC profile. A "Reveal hidden text"
function was added to the Teletext plugin. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[031] - Klavaro 0.7.1 
  by Felipe Castro (http://freshmeat.net/users/felipo/)
  Sun, Aug 28th 2005 16:11

Education :: Computer Aided Instruction (CAI)

About: Klavaro is a touch typing tutor that is very flexible and supports
customizable keyboard layouts. Users can edit and save new or unknown
keyboard layouts, as the basic course provided by the program was designed
to not depend on specific layouts.

Changes: This release adds a nearly complete German translation and its
keyboard layout. A floating window with hands showing hints can be enabled
at the basic course. Some modifications were made in order to eliminate
bugs related to the locale (mis)reconfigurations.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[032] - Krename 3.0.7 (Stable)
  by Dominik Seichter (http://freshmeat.net/users/domseichter/)
  Sun, Aug 28th 2005 13:40

Desktop Environment :: K Desktop Environment (KDE)
Utilities

About: Krename is a very powerful batch file renamer for KDE3 which can
rename a list of files based on a set of expressions. It can copy/move the
files to another directory or simply rename the input files. Krename
supports many conversion operations, including conversion of a filename to
lowercase or to uppercase, conversion of the first letter of every word to
uppercase, adding numbers to filenames, finding and replacing parts of the
filename, and many more. It can also change access and modification dates,
permissions, and file ownership.

Changes: This release fixes a bug in the plugin system. The translations
have been updated and smaller usability enhancements have been added. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[033] - Linux Replicated High Availability Manager 1.0.0 
  by Simon Edwards (http://freshmeat.net/users/bongo44/)
  Sun, Aug 28th 2005 01:43

System :: Clustering/Distributed Networks

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

Changes: Minor changes were made to further improve stability. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[034] - Lost Labyrinth 1.0.3 
  by Markus Doebele (http://freshmeat.net/users/Brujah3/)
  Sun, Aug 28th 2005 16:09

Games/Entertainment :: Role-Playing

About: Lost Labyrinth is a rogue-like role-playing game. It uses a
Zelda-like graphics engine, and has high replayability.

Changes: Icons for active spells. 12 new magical Items. New weapons and
armor handling. Many bugfixes.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[035] - mechanoid.send_yahoo 0.1.7 
  by Richard Harris (http://freshmeat.net/users/goosequill/)
  Sun, Aug 28th 2005 13:39

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.

Changes: This release adds a missing lib_rharris module. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[036] - Mezzanine 1.8 
  by Michael Jennings (KainX) (http://freshmeat.net/users/mejenn01/)
  Sun, Aug 28th 2005 19:08

Software Development :: Build Tools
Software Development :: Version Control :: CVS
System :: Software Distribution Tools

About: Mezzanine is a set of tools which simplify the  management of
software packages and  collections of software packages. It provides 
encapsulation for source and package  management as well as a streamlined 
mechanism for making changes to these  packages. 

Changes: SCM functionality has been rewritten as implementations of a
standard interface class. This will allow more seamless support of other
SCM systems (e.g. Subversion). Dependencies on the "Meta" package, perhaps
the worst thing ever to happen to CPAN, have been worked around, and this
release allows for local mode operation on non-CPAN Perl archives on the
filesystem. Spec files are now passed through RPM's own parser for
improved macro expansion. Several new specgen templates were added, and
many minor bugs fixed along the way.

License: BSD License (original)

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

                        - %  - %  - % - % -

[037] - mhWaveEdit 1.4.4 
  by Magnus Hjorth (http://freshmeat.net/users/magnush/)
  Sun, Aug 28th 2005 11:10

Multimedia :: Sound/Audio :: Editors

About: mhWaveEdit is a program for playing, editing, and recording sound
files. It supports .wav files and a few other formats. It is good at
editing both large and small files, and has support for 8/16/24/32-bit
signed and unsigned sample formats.

Changes: This release fixes some major bugs that were introduced in the
last release. There is also a new feature to enlarge the selection with
the mouse. A French translation has been added. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[038] - Minesweeper 3D 20050828 
  by Eelis van der Weegen (http://freshmeat.net/users/eelis/)
  Sun, Aug 28th 2005 03:22

Games/Entertainment :: Puzzle Games

About: Minesweeper 3D is a three-dimensional remake of the classic
Minesweeper game. 

License: Public Domain

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

                        - %  - %  - % - % -

[039] - mkpkg 0.0.19 
  by A.J. Venter (http://freshmeat.net/users/datadictator/)
  Sun, Aug 28th 2005 15:40

System :: Archiving :: Packaging
System :: Operating System :: Linux Distributions
System :: Software Distribution

About: mkpkg is a small toolkit for automatically building Slackware or
OpenLab packages. It should work on most packages that contain a makefile.
It follows Slackware standards and is intended to build packages acceptable
for linuxpackages.net. After you type the description, it generates a
correctly formatted slack-desc file and logs configure options.

Changes: The system handles configure options better. A series of error
checks throughout helps prevent broken packages and the system can now
automatically handle package dependencies for you. There are several other
minor feature enhancements and bugfixes.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[040] - Mnemona GUI Client 3.1 
  by Barnet Wagman (http://freshmeat.net/users/wagman/)
  Sun, Aug 28th 2005 13:39

Desktop Environment
Desktop Environment :: Window Managers
Information Management

About: Mnemona GUI Client provides a GUI interface for accessing sets in a
trove managed by a Mnemona Trove Server. It communicates with the trove
server via Java RMI and supports SSL. It uses the same GUI design as
Fingerstring. It contains a full range of commands for creating,
searching, and modifying Mnemona sets. It also has a command for creating
users, so it can be used (by a root user) to manage a Mnemona trove
server. Commands are invoked through a standard menu arrangement.

Changes: This release fixes a couple of minor bugs in the GUI. 

License: Free for non-commercial use

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

                        - %  - %  - % - % -

[041] - Nexuiz 1.2 
  by Toddd (http://freshmeat.net/users/Toddd/)
  Sun, Aug 28th 2005 16:13

Games/Entertainment
Games/Entertainment :: First Person Shooters

About: Nexuiz is a fast-paced, chaotic, and intense multiplayer
first-person shooter game, focused on providing basic, old style
deathmatch. It is extremely modder-friendly. Nexuiz is built on the power
of the Darkplaces engine, which is a heavily modified version of the
original Quake. Darkplaces features realtime lighting and stencil shadows,
bumpmapping, gloss, bloom, and totally rewritten network code that supports
up to 64 players on a single server. 

Changes: This release brings new game modes, performance improvements, and
many bugfixes. CTF, Domination, and Teamplay game modes are fully
supported. There is a new Runematch game mode. Fall damage has been
reduced due to popular demand. There are two new maps (for the CTF game
mode). Selecting game modes now works by selecting a map. There are many
other changes.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[042] - pcmciautils 008 
  by Dominik Broodwski (http://freshmeat.net/users/brodo/)
  Sun, Aug 28th 2005 13:43

System :: Hardware

About: pcmciautils is a suite of userspace tools for PCMCIA support in the
Linux 2.6 kernel. 

Changes: This release adds the ability to exclude resources in config.opts
and has one important bugfix if you run it as an udev helper instead of a
hotplug agent. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[043] - Phaos 0.9.3 
  by Zeke Walker (http://freshmeat.net/users/eproductions3/)
  Sun, Aug 28th 2005 13:45

Games/Entertainment
Games/Entertainment :: Multi-User Dungeons (MUD)
Games/Entertainment :: Role-Playing

About: Phaos is a browser-based MMORPG. It features character creation,
the ability to purchase/sell/drop potions, weapons and armor, traveling,
inter-player chat, the ability to fight in the arena, explorable dungeons,
an admin system, the ability to trade with other players, and the ability
to fight other players. A download is available for people running Windows
who do not have access to or do not want to set up a Web server. 

Changes: This release adds a couple of bugfixes and more map layout. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[044] - phpMyAdmin 2.6.4-rc1 (Development)
  by phpMyAdmin Devel Team (http://freshmeat.net/users/phpmyadmin/)
  Sun, Aug 28th 2005 10:19

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/

                        - %  - %  - % - % -

[045] - pittrainer 1.1 
  by coder1024 (http://freshmeat.net/users/coder1024/)
  Sun, Aug 28th 2005 19:06

Games/Entertainment :: Simulation

About: pittrainer provides a cockpit trainer for the Falcon 4.0 Allied
Force simulation.

Changes: This release cleans up incorrect/missing tip text for controls,
adds mouse-click view changing, and adds custom app icons.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[046] - plasmatic 0.1 
  by Nicholas Hope (http://freshmeat.net/users/pansuang/)
  Sun, Aug 28th 2005 03:29

Internet :: WWW/HTTP
Multimedia
Multimedia :: Graphics :: Presentation

About: Plasmatic is a cross platform multimedia delivery and playback
system. The client application plays moving picture files and other media.
The client application can talk to a server to fetch playlists and content.


License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[047] - plptools 0.14 
  by Reuben Thomas (http://freshmeat.net/users/rrt/)
  Sun, Aug 28th 2005 16:18

Software Development :: Libraries
Utilities

About: plptools is a set of libraries and utilities for enabling  Unix
(mainly Linux) systems to communicate with a  Psion palmtop over a serial
line. On Linux, a connection  over IrDA using the IrCOMM feature is also
possible.  The following (console-based) tools are part of the  package:
plpbackup, a command-line backup program.  plpftp, a FTP-like frontend
with some extensions.  sisinstall, a SIS package installer. plpnfsd, a
daemon  providing the Psion's file services via an NFS-mounted  directory.
and plpprintd, a print server for printing via a  PC. It also includes the
KDE 2/3 program kio_plp, a  KIOslave which adds a new protocol "psion:/"
to the  list of known protocols of KDE's generic I/O library. This 
enables all KDE applications to deal with files on a  Psion. There is a
plugin for konqueror's Properties  dialog, a graphical frontend "KPsion"
(similar to PsiWin),  and a remote clipboard tool "Klipsi" (similar to 
CopyAnywhere).

Changes: This release makes kpsion build once more, and fixes building
with gcc 4.0. Some English messages have been fixed.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[048] - Pootypedia 0.03 
  by Vikram Aggarwal (http://freshmeat.net/users/youngelf/)
  Sun, Aug 28th 2005 10:24

System :: Benchmark
System :: Hardware
System :: Monitoring

About: PootyPedia is a tool to track which hardware is in use by a
software project. PootyPedia consists of a client program which finds the
hardware and prepares it for reporting and a server program which tracks
all the reports and keeps them organized in a database and generates
reports from them. 

Changes: A querying CGI was added. Reports are now considered unique. A
new DTD was added. The database was changed to accept files. A user can
now enter comments about the machine. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[049] - Psi 0.10-test1 (Unstable)
  by Hal (http://freshmeat.net/users/halr9000/)
  Sun, Aug 28th 2005 01:33

Communications :: Chat

About: Psi is a program for connecting to the Jabber messaging network. It
supports multiple accounts, group chat, and translations (using Unicode).
Client/server encryption is supported through SSL.

Changes: Psi will now sign out before Windows or Mac OS X machines go to
"sleep". The default text input line in the chat dialogs starts at one
line tall and grows as necessary. The Roster can now be automatically
resized to fit all contacts. The Roster now has a menu bar available on
Windows and Linux. Chat windows can be collected together using tabs. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[050] - PyInstaller 5b5 
  by William Caban (http://freshmeat.net/users/williamcaban/)
  Sun, Aug 28th 2005 19:27

Software Development
Software Development :: Code Generators
Software Development :: Compilers

About: PyInstaller is a program that packages Python programs into
stand-alone executables, under both Windows and Linux. It originally was
Gordon McMillan's Python Installer, but since the original site
disappeared it has been rescued to this site. It is currently
unmaintained.

Changes: PyInstaller is currently unmaintained, and people often ignore
its existence. Even its official Web site is gone. This page was set up to
keep it online and present some patches to work around problems found
during its use.

License: Freely Distributable

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

                        - %  - %  - % - % -

[051] - Q Desktop Services 0.4.2 
  by krake (http://freshmeat.net/users/krake/)
  Sun, Aug 28th 2005 01:37

Desktop Environment
Software Development :: Libraries

About: QDS is a library for Qt developers which provides cross-platform
access to additional features of the various desktop APIs. The main goal
is to require only minor changes to Qt applications by providing
alternative implementations of Qt classes where possible. An application
using QDS does not have compile-time dependencies on the desktop APIs and
no run-time dependencies on the Unix and Linux desktop APIs.  

Changes: A fallback implementation for the Launcher service was added to
the Unix implementation, making the Launcher service always accessible. It
is based on MIME type to application mappings found in mailcap files and
special environment variables such as $BROWSER. 

License: BSD License (revised)

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

                        - %  - %  - % - % -

[052] - Ratoximus 0.2.1 
  by Juho-Pekka Kuitunen (http://freshmeat.net/users/Artanicus/)
  Sun, Aug 28th 2005 15:43

Multimedia :: Sound/Audio

About: Ratoximus is a backend for rating your music on the fly. When a
good song comes up on your playlist, you can mark it up to your favorites,
and when you just can't stand a song, you can blacklist it. A cleanlist is
generated based on a preselected list, taking out the blacklisted entries.
It includes a simple interactive frontend, and tips to other methods. 

Changes: This release adds the sanitize feature for manipulating other
playlists. Some of the help sections have been rewritten, and a few
documentation topics added (custom lists and sanitize). More OSD cues.
Minor bugfixes (nothing fatal).

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[053] - Scenic 0.5.5 
  by Jouni Tulkki (http://freshmeat.net/users/jtulkki/)
  Sun, Aug 28th 2005 16:07

Multimedia :: Graphics
Software Development :: Libraries
Software Development :: Widget Sets

About: Scenic is a 2-dimensional scene based graphics library. It stores
graphics in a tree-like structure (scene). Scenic also handles user input
(mouse and keyboard). The library is designed to support multiple
backends. Currently, only an OpenGL backend is available. 

Changes: Doxygen-generated documentation was added. The event system was
modified to use delegates. This release has moved from single-precision to
double-precision floating point format for coordinates and transformations.
Support has been added for clipboard copy and paste.

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[054] - Seismic Toolkit 0.30 
  by Dominique Reymond (http://freshmeat.net/users/Reymond/)
  Sun, Aug 28th 2005 03:32

Scientific/Engineering

About: Seismic Toolkit is a tool for processing and displaying seismic
signal data in a graphical interface. It reads seismic signals in SAC
format, and provides a number of user operations, such as zooming,
filtering, spectral analysis, polarisation analysis, time-frequency
representation, Hilbert transform, and singular value decomposition.

Changes: A new utility program was added for converting signals in
SAC_ASCII files into audio files (*.wav) very easily. The program allows
you to convert many files at once. The sampling frequency can be changed,
with the choice of mono or stereo channels. Signals can be filtered or not
before conversion into wav format. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/seismictoolkit-stk/

                        - %  - %  - % - % -

[055] - ShaniXmlParser 1.2.4 
  by Quentin Anciaux (http://freshmeat.net/users/allcolor/)
  Sun, Aug 28th 2005 01:39

Internet :: WWW/HTTP :: Dynamic Content
Software Development :: Libraries :: Java Libraries
Text Processing :: Markup

About: ShaniXmlParser is an XML/HTML DOM/SAX parser that can be
validating.  It can parse badly formed XML files. It can parse files with
inverted tags and bad escaped &,< and >. It expands all HTML entities. It
is well suited to parse HTML files. It is up to 3 times faster than the
internal JDK 1.5 xerces parser and as fast as the internal JDK 1.4 Crimson
parser, compliant with the jaxp/w3c DOM interfaces, and very small.

Changes: Primary support was added for XInclude in the SAX parser (no
fallback, no xpointer). Entities which refer to an XML file are now parsed
and included in the DOM tree and SAX events. A bug in the DTDParser which
appears when the local DTD references distant entities was corrected. 

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[056] - skim 1.4.2 
  by liucougar (http://freshmeat.net/users/liuspider/)
  Sun, Aug 28th 2005 19:03

Desktop Environment :: K Desktop Environment (KDE)

About: skim is an input method platform based upon scim-lib  that has been
optimized for KDE. It provides a GUI  panel (named scim-panel-kde), a
KConfig config  module, and SetupUIs for itself and scim-lib. It also  has
its own plugin system, which supports  on-demand loadable actions. 

Changes: This release fixes a configure script bug (affecting Debian-like
systems) and main window toggling behavior bug. Meanwhile, the configure
dialog has two improvements in the filter config dialog and the IMEngine
setup dialog.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[057] - Snd 7.15 
  by Bill Schottstaedt (http://freshmeat.net/users/schottstaedt/)
  Sun, Aug 28th 2005 09:20

Multimedia :: Sound/Audio :: Analysis
Multimedia :: Sound/Audio :: Editors

About: Snd is a freeware sound editor modelled loosely after Emacs and an
old, sorely-missed PDP-10 sound editor named Dpysnd. It can accommodate
any number of sounds, each with any number of channels. It can be
customized and extended using Guile or Ruby. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[058] - SOFI 2.0.0 
  by Mark Heily (http://freshmeat.net/users/mheily/)
  Sun, Aug 28th 2005 19:28

System :: Networking :: Firewalls

About: SOFI is a complete firewall solution for OpenBSD. It is designed
for use as an Internet gateway to share an Internet connection among
several computers. It provides network address translation (a.k.a. IP
masquerading), packet filtering, port forwarding, DNS service, DHCP
service, VPN service, and traffic statistics.

License: BSD License (revised)

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

                        - %  - %  - % - % -

[059] - Sven 0.4.3.1 
  by more (http://freshmeat.net/users/sven_multikey/)
  Sun, Aug 28th 2005 15:31

Desktop Environment

About: Sven is a simple but functional program to assign keys on
multimedia keyboards. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[060] - svnmailer 1.0.5 
  by André Malo (http://freshmeat.net/users/ndparker/)
  Sun, Aug 28th 2005 13:40

Software Development :: Version Control
Software Development :: Version Control :: Subversion
System :: Systems Administration

About: The svnmailer is a tool that is usually called by a subversion hook
to submit commit notifications in various ways (at the moment: mail via
SMTP or a pipe to a sendmail like program, news via NNTP, or CIA live
tracker notification via XML-RPC). It is derived from the original
mailer.py distributed with subversion, but should be much more consistent,
more extensible, and have many more features.

Changes: This release fixes a nasty typo which was introduced in version
1.0.4 and effectively made multipart mails unusable. 

License: The Apache License 2.0

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

                        - %  - %  - % - % -

[061] - The Battle for Wesnoth 0.9.6 
  by isaaccp (http://freshmeat.net/users/isaaccp/)
  Sun, Aug 28th 2005 13:46

Games/Entertainment :: Turn Based Strategy

About: The Battle for Wesnoth is a turn-based strategy game with a fantasy
theme.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[062] - The friendly interactive shell 1.13.0 
  by liljencrantz (http://freshmeat.net/users/liljencrantz/)
  Sun, Aug 28th 2005 15:41

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: Large improvements in startup time, memory usage, and overall
speed, several major language improvements, new directory navigation
functions, many new and improved completions, and many other minor updates
and bugfixes.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[063] - Tina POS 0.0.9 
  by Adrián Romero (http://freshmeat.net/users/adrianromero/)
  Sun, Aug 28th 2005 16:15

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 release has major changes like inventory management,
refunds, new taxes management, and more.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[064] - tovid 0.21 
  by Eric Pierce (http://freshmeat.net/users/wapcaplet/)
  Sun, Aug 28th 2005 03:21

Multimedia :: Video :: Conversion

About: tovid is a GUI and suite of utilities designed to make VCD, SVCD,
and DVD authoring a little less painful. tovid can create MPEG output from
arbitrary video formats. Other components in the suite can help you
identify video files, generate graphical menus for DVD, and write the XML
for authoring DVDs.

Changes: The makedvd script is now functional, so DVD burning works from
both the command-line and GUI. ffmpeg encoding was improved and overall
stability was improved. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[065] - wyoEditor 2.3.3 
  by Otto Wyss (http://freshmeat.net/users/wyo/)
  Sun, Aug 28th 2005 03:35

Software Development
Text Editors

About: wyoEditor is a cross-platform editor based on the Scintilla editor
component. The editor has the usual features like fast editing, unlimited
undo/redo, syntax colouring, and folding for many different programming
languages. It also has a class browser, currently only for C++, and keeps
the class/function display updated. The editor allows editing of files in
tabbed notebook pages and/or separate top level windows. It supports
context-sensitive help of any kind of documentation (e.g. programming
framework descriptions) if provided as help files. The editor conforms to
the wyoGuide guidelines using the wxWidgets framework.

Changes: wxScintilla was updated to 1.65.0. A small change was made in the
default fixed font detection. 

License: OSI Approved

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

                        - %  - %  - % - % -

[066] - xchat-gnome 0.5 
  by David Trowbridge (http://freshmeat.net/users/davidtrowbridge/)
  Sun, Aug 28th 2005 03:23

Communications :: Chat :: Internet Relay Chat

About: xchat-gnome is a GNOME frontend for the popular X-Chat IRC client
that was designed with an emphasis on HIG compliance and desktop
integration.

Changes: This release adds a UI for DCC file transfers, and libsexy
integration (optionally) provides clickable URLs everywhere and
spell-checking. In addition, a fair number of annoying bugs have been
fixed. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/xchat-gnome/

                        - %  - %  - % - % -

[067] - xsay 1 
  by Marius Aamodt Eriksen (http://freshmeat.net/users/mae/)
  Sun, Aug 28th 2005 03:24



About: xsay is a notification tool for the X Window System. Simply running
xsay with a message as an argument will display that message in a "bubble"
on the top-right corner of the screen. If there is already a message
displayed, the entered message will be queued and displayed once the user
acknowledges the current message. The user can acknowledge a message by
clicking on it or by running "xsay -d". 

License: MIT/X Consortium License

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

                        - %  - %  - % - % -

[068] - Zwischenwelt R4 
  by Sebastian Dorda (http://freshmeat.net/users/hagish/)
  Sun, Aug 28th 2005 04:58

Games/Entertainment

About: Zwischenwelt is a browser game inspired by Civilisation, Master of
Magic, and some other games like this. It supports building towns, armies,
trading, casting spells, and more. The project's language is mostly German.

Changes: This release includes some features like more spells, smarter
monsters, more settings, and admin interfaces. Many bugfixes have been
made. Most of the code has been rewritten with a more object-oriented
design. 

License: GNU General Public License (GPL)

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



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


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