|
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 Friday, August 06th 2004
freshmeat-news
lists.freshmeat.net
Date: Sat Aug 07 2004 - 02:10:08 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/2004/08/06/
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 (54) :::
[001] - 4tH compiler 3.4e-pre2 (Development)
[002] - ackerTodo 1.54
[003] - BitDefender AntiVirus and AntiSpam for qmail 1.6.0-6
[004] - C++ expression template matrix library 0.4.0
[005] - cdtool 2.1.7
[006] - CILib 0.4.2
[007] - Conflux Groupware 1.2 (Professional)
[008] - Feather Linux 0.5.6
[009] - FixInst 0.0.2
[010] - ftpcopy 0.6.6
[011] - Gaim 0.81 (Stable)
[012] - getmail 4.0.8 (Stable)
[013] - Gnoppix 0.7
[014] - IberAgents 1.0.2
[015] - INSERT 1.2.14
[016] - JGraphpad 5.0
[017] - KDevelop 3.1 beta2 (Development)
[018] - libsift 1.3
[019] - mhWaveEdit 1.3.1
[020] - MMSlib 0.96
[021] - mod_auth_any 1.4
[022] - MyKnowledgeQuest 2.6
[023] - NAFE 0.1
[024] - Nagios PHP 0.4
[025] - nut 10.0
[026] - Olf's Trading Journal 0.08
[027] - Open Optimization Library 0.1.0
[028] - Perl Snapshot Is Not Incremental Backup 0.9
[029] - PHPloghost 1.4
[030] - PINE.GPG 1.0.0
[031] - Ports Tree Explorer 0.2
[032] - POV-Ray 3.6.1
[033] - Quasi 0.81
[034] - Rad Inks Network Utilities 0.92 (Java FTP Library)
[035] - ScheduleWorld 1.4.11
[036] - Simplebackup 1.3.1 (Stable)
[037] - SMB Web Client 2.0.3
[038] - Specimen 0.4.3
[039] - Stripe Snoop 1.4
[040] - Tasks Pro 1.5a1
[041] - The Gimp 2.1.3 (Development)
[042] - TransJ 0.1.2
[043] - Type1 URW fonts with Cyrillics 1.0.7pre34
[044] - Tyrant 0.202
[045] - UMLet 4
[046] - unicap 0.0.7
[047] - UPS monitor 0.5
[048] - Varsha 0.69
[049] - weatherspect 1.4
[050] - white_dune 0.27beta178 (Development)
[051] - xlayout 0.5
[052] - xraw 1.2c
[053] - yappa-ng 2.2.2-stable
[054] - Yawp 1.0.0 stable
--------.------..- - - -- .---- -- - - ----. - ...- . --.-.--
::: R E L E A S E D E T A I L S :::
[001] - 4tH compiler 3.4e-pre2 (Development)
by HanSoft (http://freshmeat.net/users/hansoft/)
Fri, Aug 6th 2004 01:24
Software Development :: Code Generators
Software Development :: Compilers
Software Development :: Libraries
About: 4tH is a Forth compiler with a little difference. Instead of the
standard Forth engine it features a conventional compiler. 4tH is a very
small compiler that can create bytecode, C-embeddable bytecode, standalone
executables, but also works fine as a scripting language. It supports over
85% of the ANS Forth CORE wordset and features conditional compilation,
pipes, files, assertions, forward declarations, recursion, include files,
etc. It comes with an RPN calculator, line editor, compiler, decompiler,
C-source generators, and a virtual machine.
Changes: A bug in the library member SEARCH was fixed. Another example
program, an implementation of the classic Eliza game, was added.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/4th/
- % - % - % - % -
[002] - ackerTodo 1.54
by Rob Hensley (http://freshmeat.net/users/zoidian/)
Fri, Aug 6th 2004 12:15
Database
Database :: Front-Ends
Information Management
About: ackerTodo is a Web-based todo list manager that supports multiple
users, multiple languages, and themes.
Changes: A bug where group tasks weren't displaying in the task list has
been fixed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/ackertodo/
- % - % - % - % -
[003] - BitDefender AntiVirus and AntiSpam for qmail 1.6.0-6
by BitDefender (http://freshmeat.net/users/linuxdefender/)
Fri, Aug 6th 2004 04:54
Communications :: Email
Communications :: Email :: Filters
Internet
About: BitDefender for qmail is a content inspection solution for Linux
mail servers that provides proactive protection for message traffic at the
email server level filtering viruses and spam. Both sent and received
messages are scanned in real-time, avoiding possible infections and
preventing anyone from sending an infected message. It claims a 100%
detection rate for all viruses in the wild through its powerful scanning
engines.
Changes: This version adds an antispam filter with three plugins:
heuristic scanning, WBL (Whitelist/Blacklist), and a URL filter. An
internal watchdog (bdmond) was added to watch every request and take the
appropriate action if the scanning daemon fails (restart, ignore, refuse,
or reject). The "Forward" feature has been added to duplicate or forward
email traffic (all or only disinfected messages or only virused messages)
to a local or remote mailbox. Custom email disclaimers and virus alerts
are now available in English, German, French, Spanish, Catalan, and
Romanian.
License: Other/Proprietary License with Free Trial
URL: http://freshmeat.net/projects/bitdefender-qmail/
- % - % - % - % -
[004] - C++ expression template matrix library 0.4.0
by Ricky Lung Man Tat (http://freshmeat.net/users/mtlung/)
Fri, Aug 6th 2004 06:19
Scientific/Engineering :: Mathematics
Software Development :: Libraries
System :: Benchmark
About: exmat is a generic C++ matrix library using expression template and
metaprogramming to provide specialized code for various kind of matrix
operations.
Changes: This release fixes Assign_FullUnRollRow and Assign_FullUnRollCol,
which had rows() and cols() mistakenly interchanged, supports GCC 3.4.1,
adds memory alignment checking for SIMD containers, fixes Mat construction
using Dim as the parameters, fixes const param_type, which caused a
function overloading problem, and redesigns the SIMD implementation.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/exmat/
- % - % - % - % -
[005] - cdtool 2.1.7
by Max Vozeler (http://freshmeat.net/users/xam2/)
Fri, Aug 6th 2004 06:54
Multimedia :: Sound/Audio :: CD Audio
Multimedia :: Sound/Audio :: CD Audio :: CD Playing
Multimedia :: Sound/Audio :: Players
About: CDTOOL is a package that allows a user to control audio functions
of an attached CD-ROM drive from the command line. It features support
for a variety of commands.
Changes: This release adds the cdtool2cddb tool (and manpage) and corrects
the copyright statements in the README. There are some other small fixes as
well.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/cdtool/
- % - % - % - % -
[006] - CILib 0.4.2
by Edwin (http://freshmeat.net/users/espeer/)
Fri, Aug 6th 2004 01:23
Scientific/Engineering :: Artificial Intelligence
About: CILib is a framework for developing Computational Intelligence
algorithms such as particle swarms, evolutionary algorithms, neural
networks, etc.
Changes: This release fixes a nasty divide by zero bug in
VonNeumannTopology.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/cilib/
- % - % - % - % -
[007] - Conflux Groupware 1.2 (Professional)
by Indrek Jarve (http://freshmeat.net/users/indrekjarve/)
Fri, Aug 6th 2004 12:14
Communications :: Email
Information Management :: Document Repositories
Office/Business :: Groupware
About: Conflux is Web-based groupware and collaboration software. It
offers a shared central document repository, shared calendars, tasks and
contacts, and an email client. It has support for Unicode, multiple
languages, and date/time formats for the English, German, and Estonian
languages. Access rights are offered in hierarchical (group) form.
Changes: Version 1.2 introduces a spectre of new functionality and
improvements to the existing features. Conflux Professional now includes
CRM functionality, a WebDAV server, email composing in HTML, calendar
scheduling with a free/busy view, more flexible access rights management,
quotas, CSV/XML export/import for contacts, a new bookmark system with
Mozilla/Opera-compatible export/import of bookmarks, faster calendars,
quicksearch forms on each page, and email invitations for events and
tasks.
License: Other/Proprietary License with Free Trial
URL: http://freshmeat.net/projects/confluxlite/
- % - % - % - % -
[008] - Feather Linux 0.5.6
by Robert Sullivan (http://freshmeat.net/users/featherlinux/)
Fri, Aug 6th 2004 12:07
System :: Operating System :: Linux Distributions :: CD-Based
About: Feather Linux is a Linux distribution, based upon Knoppix 3.4, that
can fit on a Mini-CD or on a 64 MB USB pen drive. It aims to have a wide
range of applications for desktop, rescue, and administration uses.
Changes: X settings can now be autodetected; this includes the resolution
and mouse type. Firefox was updated to 0.9.1, and the Synaptic icon bug
was fixed. Stress and cpuburn were added, and e2undel was removed due to
recover already being included. In this release, various small bugs
involving dpkg and scripts were fixed, and now many more Perl modules are
incorporated.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/featherlinux/
- % - % - % - % -
[009] - FixInst 0.0.2
by Hauke Zuehl (http://freshmeat.net/users/hauke/)
Fri, Aug 6th 2004 06:16
System :: Software Distribution Tools
About: FixInst ("fix" means "fast" in German) is a little software
installer written with GTK2. It also runs as a console program.
Changes: FixInst now sets symlinks in /usr/local/bin or $HOME/bin to given
binaries (so there is an enhancement in the XML file). It now shows the
license and the README file.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/fixinst/
- % - % - % - % -
[010] - ftpcopy 0.6.6
by Uwe Ohse (http://freshmeat.net/users/uweo/)
Fri, Aug 6th 2004 04:53
Internet :: File Transfer Protocol (FTP)
System :: Archiving :: Mirroring
About: ftpcopy is a small mirror-like utility to copy files or directory
trees with FTP. ftpcopy understands EPLF and traditional listing formats.
Changes: This release fixes a number of minor bugs, the most noteworthy
being the handling of symbolic links, adds a number of workarounds, and
allows include/exclude patterns to be read from a file.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/ftpcopy/
- % - % - % - % -
[011] - Gaim 0.81 (Stable)
by plumpy (http://freshmeat.net/users/plumpy/)
Fri, Aug 6th 2004 12:17
Communications :: Chat
Communications :: Chat :: AOL Instant Messenger
Communications :: Chat :: ICQ
About: Gaim is a GTK2-based instant messenger application. It supports
multiple protocols via modules, including AIM, ICQ, Yahoo!, MSN, Jabber,
IRC, Napster, Gadu-Gadu and Zephyr. It has many common features found in
other clients, as well as many unique features. Gaim is not endorsed by or
affiliated with AOL TimeWarner, Microsoft, or Yahoo.
Changes: This release has tab completion of slash commands in Chats.
gaim-remote can now manipulate status. Yahoo! away messages can be 255
characters long. There are over 240 bugfixes.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/gaim/
- % - % - % - % -
[012] - getmail 4.0.8 (Stable)
by Charles Cazabon (http://freshmeat.net/users/twoflower/)
Fri, Aug 6th 2004 12:12
Communications :: Email
Communications :: Email :: Email Clients (MUA)
Communications :: Email :: Filters
About: getmail is intended as a simple, secure, and reliable replacement
for fetchmail. It retrieves email (either all messages, or only unread
messages) from one or more POP3, SPDS, or IMAP4 servers (with or without
SSL) for one or more email accounts, and reliably delivers into
qmail-style Maildirs, mboxrd files, or through external MDAs (command
deliveries) specified on a per-account basis. getmail also has excellent
support for domain (multidrop) mailboxes, including delivering messages to
different users or destinations based on the envelope recipient address.
Changes: This release has an extra error message if you ask it to deliver
to a maildir but it can't check the contents due to permissions. Breakage
introduced in 4.0.7 has been fixed: it would forget a message was "seen"
after a cycle of not retrieving it.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/getmail/
- % - % - % - % -
[013] - Gnoppix 0.7
by amu (http://freshmeat.net/users/amu/)
Fri, Aug 6th 2004 06:30
Desktop Environment :: Gnome
About: Gnoppix is a live Linux CD based on Debian GNU/Linux. It can be
compared to Knoppix, but uses GNOME as its desktop environment. It has a
GUI installation tool to make installing GNU/Linux with a GNOME desktop as
easy as possible.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/gnoppix/
- % - % - % - % -
[014] - IberAgents 1.0.2
by Alex Fernandez (http://freshmeat.net/users/chenno/)
Fri, Aug 6th 2004 06:20
Information Management :: Document Repositories
Software Development :: Libraries :: Application Frameworks
Software Development :: Libraries :: Java Libraries
About: The IberAgents platform is a framework for component development in
Java. It has facilities for Web service communication (SOAP), persistence
to database or files, and interaction via the Web; thus providing an
end-to-end solution for data management. It uses its own SOAP library, so
it does not depend on Axis or Apache Soap.
Changes: This release adds a tutorial for building a personal agent and
minor bugfixes. The Web page for iberxml has been extended with examples.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/iberagents/
- % - % - % - % -
[015] - INSERT 1.2.14
by Matthias Mikuletz (http://freshmeat.net/users/matzmann/)
Fri, Aug 6th 2004 04:54
Security
System :: Boot
System :: Diagnostics
About: INSERT (the Inside Security Rescue Toolkit) aims to be a
multi-functional, multi-purpose disaster recovery and network analysis
system. It boots from a credit card-sized CD-ROM and is basically a
stripped-down version of Knoppix. It features good hardware detection,
fluxbox, emelfm, links-hacked, ssh, tcpdump, nmap, chntpwd, and much more.
It provides full read-write support for NTFS partitions (using captive),
and the ClamAV virus scanner (including a fairly recent signature database
and a GUI). It also has a network boot facility.
Changes: This release fixes a few bugs, especially the missing library
for tcpdump, and removes the no-longer-working scripts to create a boot
floppy. It updates a few security related packages e.g. clamav, rkhunter.
The new amazing feature is that from now on you can boot INSERT on systems
that don't even provide an optical drive.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/insert/
- % - % - % - % -
[016] - JGraphpad 5.0
by Gaudenz Alder (http://freshmeat.net/users/alderg/)
Fri, Aug 6th 2004 04:53
Multimedia :: Graphics
Multimedia :: Graphics :: Editors :: Vector-Based
Multimedia :: Graphics :: Presentation
About: JGraphpad is a powerful diagram editor for Swing that offers XML,
drag and drop, zoom, automatic layout, print support, and much more. With
JGraphpad, you can create flow charts, maps, UML diagrams, and networks
with thousands of nodes. JGraphpad is available with sourcecode, which may
be used to develop new (commercial) applications.
Changes: This version features EPS export, a series of new layouts, new
and extended cell views, and many major bugfixes. A Portuguese
translation is also available.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/jgraphpad/
- % - % - % - % -
[017] - KDevelop 3.1 beta2 (Development)
by Caleb Tennis (http://freshmeat.net/users/icculus98/)
Fri, Aug 6th 2004 06:22
Desktop Environment :: K Desktop Environment (KDE)
Software Development
Text Editors :: Integrated Development Environments (IDE)
About: KDevelop is an integrated development environment which makes the
creation and development of GNU Standard Applications an easy task even
for beginners. Highlights of the current release are: an application
wizard for easy creation of KDE 2&3, Qt 2&3, GNOME, and terminal C/C++
projects, full project management, a syntax-highlighting editor, an
integrated dialogeditor for the Qt/KDE GUI libraries, an internal
debugger, a full-featured classbrowser with classtools, CVS support, an
integrated HTML-based helpsystem offering manuals and class-references,
and extensive search mechanisms to browse sources and documentation.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/kdevelop/
- % - % - % - % -
[018] - libsift 1.3
by Sebastian Nowozin (http://freshmeat.net/users/nowozin/)
Fri, Aug 6th 2004 01:23
Scientific/Engineering :: Image Recognition
Software Development :: Libraries
About: The scale-invariant feature transform is an algorithm to identify
and locate interesting points within an image. For all such points, a
descriptive signature is extracted. The signatures can be stored and
matched among multiple images, allowing for a large number of interesting
applications, such as aligning overlapping images and identifying objects
or motion within image sequences. libsift is used by the autopano-sift
program to create panorama images.
Changes: Two severe mathematical bugs have been fixed, leading to improved
keypoint density. The keypoint matching search process now uses a dynamic
cutoff depth, depending on the size of the search tree.
License: Other/Proprietary License with Source
URL: http://freshmeat.net/projects/libsift/
- % - % - % - % -
[019] - mhWaveEdit 1.3.1
by Magnus Hjorth (http://freshmeat.net/users/magnush/)
Fri, Aug 6th 2004 14:03
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: The most recently opened files are now shown in the File menu.
The layout of the preferences dialog has been improved. An annoying cursor
position bug is fixed. You can now choose which window to apply an effect
to in the effects dialog.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/mhwaveedit/
- % - % - % - % -
[020] - MMSlib 0.96
by Stefan Hellkvist (http://freshmeat.net/users/peffis/)
Fri, Aug 6th 2004 06:36
Software Development :: Libraries
About: MMSlib is a PHP library for encoding, decoding, and sending MMSes.
MMS is short for Multimedia Messaging Service, and it is the successor of
SMS (Short Message Service). It allows you to not only send text, but any
content type your phone can handle, such as images, text, videos, ring
signals, and audio clips.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/mmslib/
- % - % - % - % -
[021] - mod_auth_any 1.4
by Satya (http://freshmeat.net/users/satyap/)
Fri, Aug 6th 2004 12:17
Security
About: mod_auth_any is an Apache DSO module that allows arbitrary
authentication mechanisms. It allows users to specify a command line
program to use for Apache's basic server security authentication.
Changes: This release adds a Makefile and Apache 2 support.
License: The Apache License
URL: http://freshmeat.net/projects/mod_auth_any/
- % - % - % - % -
[022] - MyKnowledgeQuest 2.6
by myquest (http://freshmeat.net/users/myquest/)
Fri, Aug 6th 2004 06:16
Information Management :: Records Management
About: MyKnowledgeQuest is knowledge base software for Web site use. The
software allows authors to publish formatted articles, including file
attachments. It allows managers to approve or reject the articles to be
released to end users. End users can search the knowledge base in a number
of different ways to find solutions to their problems. It features an easy
install wizard. This tool is designed for any Web site or business
intranet which needs to document products or procedures.
Changes: This release corrects a bunch of SQL errors that were impairing
the ability of some users to fully use the knowledgebase.
License: Free To Use But Restricted
URL: http://freshmeat.net/projects/myknowledgequest/
- % - % - % - % -
[023] - NAFE 0.1
by Corvus V Corax (http://freshmeat.net/users/CorvusVCorax/)
Fri, Aug 6th 2004 15:55
Multimedia :: Graphics :: Editors :: Raster-Based
System :: Console Fonts
Text Processing :: Fonts
About: nafe (Not Another Font Editor) is a tool to convert Linux console
font files into ASCII text files that are human-readable/editable. It also
converts this text files back into system-usable PSF font files for display
on the Linux text console, thus making font editing easy.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/nafe/
- % - % - % - % -
[024] - Nagios PHP 0.4
by Eldad Zack (http://freshmeat.net/users/eldadz/)
Fri, Aug 6th 2004 12:06
Internet :: WWW/HTTP :: Dynamic Content
System :: Networking :: Monitoring
About: Nagios PHP is an alternative PHP Web interface for Nagios, written
using SMARTY as its template engine.
Changes: This release adds an install script (install.pl) and external
command support (host/service comments).
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/nagios-php/
- % - % - % - % -
[025] - nut 10.0
by Jim Jozwiak (http://freshmeat.net/users/jozwiak/)
Fri, Aug 6th 2004 15:45
Scientific/Engineering :: Medical Science Apps.
About: nut is nutrition software to record what you eat and analyze your
meals for nutrient composition. The database included is the USDA Nutrient
Database for Standard Reference, Release 17, which contains 6,839 foods and
128 nutrients. This database contains values for vitamins, minerals, fats,
calories, protein, carbohydrates, fiber, etc., and includes the essential
polyunsaturated fats, Omega-3 and Omega-6. Nutrient levels are expressed
as a percentage of the Daily Value, the familiar standard of food labeling
in the United States, but also can be fully customized. Foods can be added
from recipes or food labels, and nutrient intake can be graphed. The
program is completely menu-driven and there are no commands to learn.
Changes: This release updates the USDA Nutrient Database to version SR17,
and allows current NUT installations to have their existing meal records
reinterpreted with the new database.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/nut/
- % - % - % - % -
[026] - Olf's Trading Journal 0.08
by olf359 (http://freshmeat.net/users/olf359/)
Fri, Aug 6th 2004 01:24
Office/Business :: Financial
About: For improving trading in stocks or futures, it is important to
record the trades in a trading journal. By using such a diary one has the
possibility to comment, analyze, and review the past trades. Olf's Trading
Journal offers the ability to comment the trades with text and pictures.
Trades can be classified by user-defined categories. The trades can be
imported and exported as CSV files. It is also possible to import and
calculate the profit factor, pessimistic return ratio, and other
performance measurements.
Changes: This version includes some new features related to the displaying
of the Trades. It is possible to sort the trades using various criteria and
to export them to HTML using a custom template.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/otj/
- % - % - % - % -
[027] - Open Optimization Library 0.1.0
by Ricardo Biloti (http://freshmeat.net/users/biloti/)
Fri, Aug 6th 2004 06:31
Scientific/Engineering
Scientific/Engineering :: Mathematics
Software Development :: Libraries
About: The Open Optimization Library (OOL) is a set of optimization codes
written in C under the GNU Scientific Library (GSL) standards. It intends
to provide modern optimization algorithms, all of them published in
well-known optimization journals.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/openoptlib/
- % - % - % - % -
[028] - Perl Snapshot Is Not Incremental Backup 0.9
by Dobrica Pavlinusic (http://freshmeat.net/users/dpavlin/)
Fri, Aug 6th 2004 04:59
Office/Business
System :: Archiving
System :: Archiving :: Backup
About: Perl Snapshot Is Not Incremental Backup backs up Samba (or
Microsoft Windows) shares to central disk space using LinNeighborhood
mount scripts as configuration files. The disk space is organized into
multiple directories named after the server, share, and date. Each dated
directory contains a snapshot of all the files on the exported share on
the particular date. Disk usage is reduced by using hardlinks to keep
multiple full copies of files available.
Changes: This release adds resource usage control with a maximum share
and file size to backup, and a minimum available space required for
backups to begin. There is more aggressive checking if the host is up (so
it will detect machines which have firewall enabled, but also allow file
sharing).
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/psinib/
- % - % - % - % -
[029] - PHPloghost 1.4
by tuatha (http://freshmeat.net/users/tuatha02/)
Fri, Aug 6th 2004 04:54
Security
System :: Diagnostics
System :: Logging
About: PHPloghost is a Web interface to a MySQL database that contains
syslog information. It is an extension to the central loghost setup,
using syslog-ng and logging to a MySQL database. It provides search
functionality and dynamic views.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/phploghost/
- % - % - % - % -
[030] - PINE.GPG 1.0.0
by Cal Peake (http://freshmeat.net/users/becomingX/)
Fri, Aug 6th 2004 15:55
Communications :: Email :: Filters
About: PINE.GPG is a PINE message filter for interfacing with GnuPG. It
allows for verifyng signed messages, decrypting encrypted messages, and
encrypting and/or signing of messages.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/pinegpg/
- % - % - % - % -
[031] - Ports Tree Explorer 0.2
by r00thell.org (http://freshmeat.net/users/r00thell/)
Fri, Aug 6th 2004 12:05
System :: Installation/Setup
System :: Systems Administration
About: Ports Tree Explorer is a small tool that allows users to navigate
through a /usr/ports tree, showing information about a selected port,
tree view, software categories (/usr/ ports main directories), and
allowing the user to install a selected port. It allows users to monitor
background installs and to perform certain operations related to the
software ports tree, with a plain and simple GUI.
Changes: Bugs in "History->Clear History" and "File->Save" have been
fixed.
License: BSD License (original)
URL: http://freshmeat.net/projects/ports-explorer/
- % - % - % - % -
[032] - POV-Ray 3.6.1
by chris_h (http://freshmeat.net/users/chris_h/)
Fri, Aug 6th 2004 14:00
Artistic Software
Multimedia :: Graphics
Multimedia :: Graphics :: 3D Rendering
About: The Persistence of Vision Raytracer is a high-quality tool for
creating 3D graphics. It is available in official versions for Windows,
Mac OS/Mac OS X, and i86 Linux.
Changes: This release fixes several bugs of the 3.6 release in the program
and supplementary files. The configure script of the Unix source package
now recognizes more platforms and better handles unusual configurations.
License: Other/Proprietary License with Source
URL: http://freshmeat.net/projects/povray/
- % - % - % - % -
[033] - Quasi 0.81
by Ben (http://freshmeat.net/users/benlast/)
Fri, Aug 6th 2004 04:52
Database :: Front-Ends
Software Development :: Interpreters
System :: Shells
About: Quasi is a Python shell which supports pluggable "contexts" for
non-Python commands, such as OS commands, MySQLdb queries and external
programs.
License: BSD License (revised)
URL: http://freshmeat.net/projects/quasi/
- % - % - % - % -
[034] - Rad Inks Network Utilities 0.92 (Java FTP Library)
by e4c5 (http://freshmeat.net/users/e4c5/)
Fri, Aug 6th 2004 12:16
Communications :: File Sharing
Internet :: File Transfer Protocol (FTP)
About: Rad Inks Network Utilities is a collection of networking utilities
and class libraries. It includes a graphical FTP Java applet and two sets
of classes that implement the File Transfer Protocol, one in PHP and
another in Java.
Changes: This release makes several improvements to the FTP client,
including better handling for multi-line responses. Compatibility with
servers running on the Windows platform has been improved on the whole. It
does a better job at testing for lost connections.
License: OSI Approved
URL: http://freshmeat.net/projects/radnet/
- % - % - % - % -
[035] - ScheduleWorld 1.4.11
by MarkSwanson (http://freshmeat.net/users/markswanson/)
Fri, Aug 6th 2004 12:13
Communications
Office/Business :: Groupware
Office/Business :: Scheduling
About: ScheduleWorld is a free calendaring and scheduling client and
server that uses open standards to interoperate with most software
(Outlook and iCal/vCal) and most hardware via SyncML. It also provides TV
listings, weather schedules, and time sheets.
Changes: The calendar tree is fully functional wrt nested folders and
calendars. There is free/busy support to start behaving as an
Evolution/Mozilla server and to allow Outlook/Notes users to see your
ScheduleWorld schedule when creating a meeting. A bug while creating new
contacts has been fixed.
License: Other/Proprietary License with Free Trial
URL: http://freshmeat.net/projects/scheduleworld/
- % - % - % - % -
[036] - Simplebackup 1.3.1 (Stable)
by Miguel Angelo (http://freshmeat.net/users/miguelangelo/)
Fri, Aug 6th 2004 14:01
System :: Archiving :: Backup
About: Simplebackup builds simple backups of directories. It reads a
configuration file, one per backup directory, then builds a compressed
file from the directory and places it in another directory. The target
directory can be a network-mapped drive in Windows, an NFS-mounted drive
in Unix, another hard disk, or an FTP server.
Changes: There is a bugfix in the zip format support function
do_compress(), which was failing in Unix systems during
incremental/differential backup modes due to bad parameters being passed
to info-zip. The "-S" parameter has been replaced with "-
". A possible
problem situation in incremental/differential backup modes related to
empty sub-directories inside of the backup directory has been fixed. The
documentation (readme.txt) has been improved.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/simplebackupmigas/
- % - % - % - % -
[037] - SMB Web Client 2.0.3
by Victor M. Varela (http://freshmeat.net/users/varel/)
Fri, Aug 6th 2004 13:58
Communications :: File Sharing
System
System :: Filesystems
About: SMB Web Client is a simple PHP script that allows users to access
Windows networks from a Web browser (using Samba tools).
Changes: A bug in the Portuguese translation has been fixed. New language
added: Laetonian.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/smbwebclient/
- % - % - % - % -
[038] - Specimen 0.4.3
by Pete Bessman (http://freshmeat.net/users/ninjadroid/)
Fri, Aug 6th 2004 12:06
Artistic Software
Multimedia :: Sound/Audio :: MIDI
Multimedia :: Sound/Audio :: Sound Synthesis
About: Specimen is a MIDI controlled audio sampler for Linux systems,
allowing you to create music using short sound files (samples). You can
use a sequencer to create a musical score and play it through Specimen,
which will activate the samples you specify for the appropriate duration
and at the expected pitch and volume.
Changes: The pitch parameter is now properly saved and loaded.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/specimen/
- % - % - % - % -
[039] - Stripe Snoop 1.4
by Acidus (http://freshmeat.net/users/acidus/)
Fri, Aug 6th 2004 15:55
About: Stripe Snoop is a suite of research tools that captures, modifies,
validates, generates, analyzes, and shares data from magstripe cards
(tracks 1, 2, and 3). The data is captured through different hardware
interfaces (or stdin), the contents decoded into the correct character
set, and then a CDDB-like database attempts to figure out what the
contents mean.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/stripesnoop/
- % - % - % - % -
[040] - Tasks Pro 1.5a1
by Alex King (http://freshmeat.net/users/alexking/)
Fri, Aug 6th 2004 06:25
Information Management
Office/Business :: Groupware
About: Tasks Pro is a Web-based hierarchical task manager with polished
multi-user functionality. Features include advanced user and task
permissions, email notifications and reminders, RSS feeds and iCalendars
for all users and groups, full localization support, and a rich, powerful
interface that is a pleasure to use.
Changes: This is an alpha release to let people start playing with some of
the new features coming in 1.5. Many commonly-requested features have been
added, including the ability for tasks to inherit groups from their parent
task, the ability to notify other users when a task is saved, and changes
to the admin interface.
License: Other/Proprietary License with Source
URL: http://freshmeat.net/projects/taskspro/
- % - % - % - % -
[041] - The Gimp 2.1.3 (Development)
by Sven Neumann (http://freshmeat.net/users/BigSven/)
Fri, Aug 6th 2004 06:13
Multimedia :: Graphics :: Editors :: Raster-Based
About: The GIMP is the GNU Image Manipulation Program. It is a freely
distributed piece of software suitable for such tasks as photo retouching,
image composition and image authoring. It can be used as a simple paint
program, an expert quality photo retouching program, an online batch
processing system, a mass production image renderer, a image format
converter, etc.
Changes: This is an unstable development snapshot on the road to GIMP 2.2.
The new features in this version are support for SVG gradients, a keyboard
shortcut editor, TWAIN support for Mac OS X, more brush shapes, and a
large number of bugfixes, cleanups, and other improvements.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/thegimp/
- % - % - % - % -
[042] - TransJ 0.1.2
by Arsen A. Gutsal (http://freshmeat.net/users/SOFTSKY/)
Fri, Aug 6th 2004 14:22
About: TransJ is multilingual desktop translation tool. It uses SWT for a
native look and feel on each OS and a fast UI. It currently uses the
SYSTRAN engine thru the AltaVista BabelFish service. Supported languages
are: English, French, German, Dutch, Italian, Spanish, Russian,
Portuguese, Japanese, Chinese, Korean, and others. There are also plans to
implement the Lingvo engine.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/transj/
- % - % - % - % -
[043] - Type1 URW fonts with Cyrillics 1.0.7pre34
by Valek Filippov (http://freshmeat.net/users/frob/)
Fri, Aug 6th 2004 01:25
Desktop Environment :: Fonts
Printing
Text Processing :: Fonts
About: Type1 URW fonts with Cyrillics is a set of fonts known as urw-fonts
or gnu-gs-fonts with the addition of cyrillic glyphs.
Changes: This release makes some changes to the Serbian glyphs in most of
the fonts. Many improvements and additions were made to the 'Schoolbook'
Cyrillic glyphs.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/urw-fonts-cyrillic/
- % - % - % - % -
[044] - Tyrant 0.202
by Mike (http://freshmeat.net/users/mikera/)
Fri, Aug 6th 2004 06:15
Games/Entertainment
Games/Entertainment :: Multi-User Dungeons (MUD)
Games/Entertainment :: Role-Playing
About: Tyrant is a game of heroic adventure in the style of the classic
game, rogue.
Changes: This release adds skill system enhancements, new NPC behavior,
new spells, an encumbrance system, bugfixes, and item enhancements.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/tyrant/
- % - % - % - % -
[045] - UMLet 4
by Martin (http://freshmeat.net/users/auer_martin/)
Fri, Aug 6th 2004 06:14
Education
Software Development
Software Development :: Documentation
About: UMLet is a lightweight Java tool for rapidly drawing UML diagrams,
with a sound and pop-up-free user interface. UMLet lets you draw diagram
sketches quickly, teach UML with a simple user interface, and export
diagrams to SVG, JPG, PDF, and LaTeX-friendly EPS. It features a fast,
text-based way of editing UML elements.
Changes: This release adds support for multiple palette files, consistent
handling of palette files in plugin and standalone mode, and the new
diagram type "activity diagrams".
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/umlet/
- % - % - % - % -
[046] - unicap 0.0.7
by Arne Caspari (http://freshmeat.net/users/arne_caspari/)
Fri, Aug 6th 2004 06:56
Multimedia :: Graphics :: Capture
Multimedia :: Video
Multimedia :: Video :: Capture
About: unicap is a library to access different kinds of capture devices.
Device drivers are loaded with a plugin system so that new drivers can be
easily added. Currently, it has support for video-4-linux,
video-4-linux-2, IIDC cameras, and video-to-firewire converters.
Changes: This release adds a configure script to build the library and
some minor bugfixes.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/unicap/
- % - % - % - % -
[047] - UPS monitor 0.5
by Manuel Amador (Rudd-O) (http://freshmeat.net/users/ruddo/)
Fri, Aug 6th 2004 23:56
System :: Hardware
System :: Monitoring
System :: Networking :: Monitoring
About: UPS monitor is a graphical monitoring application that lets users
watch a UPS's status in real time.
Changes: This release fixed the autotools build and updated the RPM.
system() is now used to avoid zombie processes, and a read_ups_config bug
was fixed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/ups-monitor/
- % - % - % - % -
[048] - Varsha 0.69
by Ram Mallappa (http://freshmeat.net/users/rmallappa/)
Fri, Aug 6th 2004 04:57
Multimedia :: Video
About: Varsha is a GUI-based drag-and-drop DVD authoring application. It
can make simple static menus and motion background menus, and uses tools
such as dvdauthor, mkisofs, and dvd+rw-tools to perform various things
behind the scenes.
Changes: Adding custom background file for menus now works. Bigger images
are scaled to the appropriate DVD resolution. A patch was applied to fix a
directory listing issue. Piped threads were implemented to enable piping
operations for tools that do not have any other ways to handle
input/output. Opening a new project now resets the tabbed pane on the
right back to the file browser.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/varsha/
- % - % - % - % -
[049] - weatherspect 1.4
by Kirk Baucom (http://freshmeat.net/users/kbaucom/)
Fri, Aug 6th 2004 06:53
Games/Entertainment
Internet
Utilities
About: WeatherSpect provides a reasonably accurate simulation of what the
weather looks like outside, in ASCII art. It includes rain, snow,
lightning, sleet, and hail.
Changes: This release adds several new random animated creatures and fixes
a bug that prevented clouds from being white in good weather.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/weatherspect/
- % - % - % - % -
[050] - white_dune 0.27beta178 (Development)
by MUFTI (http://freshmeat.net/users/mufti22/)
Fri, Aug 6th 2004 12:10
Internet :: WWW/HTTP
Multimedia :: Graphics :: 3D Modeling
Multimedia :: Graphics :: 3D Rendering
About: white_dune is a graphical VRML97 editor. VRML97 (Virtual Reality
Modeling Language) is the ISO standard for displaying 3D data over the Web
via browser plugins. It has support for animation, realtime interaction and
multimedia (image, movie, sound). White_dune can read VRML97 files, display
and let the user change the scenegraph/fields, and load and store x3d (the
next generation VRML XML format) files if configured to work with the
nist.gov x3d translators. It also has support for stereoscopic view via
"quadbuffer"-capable stereo visuals, and support for 3D input devices like
a joystick, spaceball, or magnetic tracker.
Changes: This release adds extrusion rendering from cybergarage, and an
experimental "-anaglyph red_green" command line option. Missing accounting
of gray values in ImageTextures and Materials for anaglyph stereoview has
been fixed. A bug when linenumberoption has only blanks has been fixed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/whitedune/
- % - % - % - % -
[051] - xlayout 0.5
by stroppytux (http://freshmeat.net/users/stroppytux/)
Fri, Aug 6th 2004 06:12
Desktop Environment
Desktop Environment :: Window Managers
Multimedia :: Video :: Display
About: Xlayout is a simply utility to control X11 windows/pointer from the
console or remotely. It can set x/y/w/h/border of a window, set the x/y of
a pointer, hide a window or send to the top, list all windows, and get the
current pointer position. For use in scripts, there is the ability to
return a status result ('0' for error, '1' for success). Xlayout can ease
windows into location.
Changes: This release adds the ability to ease the window into place and
return a boolen value for success or failure.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/xlayout/
- % - % - % - % -
[052] - xraw 1.2c
by zilath (http://freshmeat.net/users/zilath/)
Fri, Aug 6th 2004 14:23
Multimedia :: Graphics :: Graphics Conversion
Multimedia :: Graphics :: Viewers
Utilities
About: xraw is a viewer for RAW mode photographs.
License: Other/Proprietary License
URL: http://freshmeat.net/projects/xraw/
- % - % - % - % -
[053] - yappa-ng 2.2.2-stable
by zirkon (http://freshmeat.net/users/zirkon/)
Fri, Aug 6th 2004 12:25
Information Management
Internet
Internet :: WWW/HTTP
About: yappa-ng is an easy to use online PHP photo gallery. It has a
comfortable and elaborate album-oriented photo album administration Web
interface. Each picture can be viewed in many different sizes with
resizing created automatically on the fly. It has complete user selectable
language support, and supports password protected albums, hit counters for
albums and images, album info, image captions, gallery overview, different
themes, and a 'Top 10 images' ranking system for each photo album.
Changes: Most new features are on the administration level. The ToolBox is
for view, backup, and delete log file Management. In the new upgrade
process, user-created files and data files are no longer in danger of
being overwritten. The new safe mode installation routine enables the
installation on servers (home pages) where the admin has only FTP access
and no way to change the file ownership of the source files. The logging
mechanism has been completely rewritten. Indonesian, Japanese, Korean, and
Vietnamese have been added.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/yappa-ng/
- % - % - % - % -
[054] - Yawp 1.0.0 stable
by Paul M. Jones (http://freshmeat.net/users/pmjones/)
Fri, Aug 6th 2004 13:59
Software Development :: Libraries :: PHP Classes
About: Yawp is a single-file rapid application development framework
foundation for PHP and PEAR. When you "include 'Yawp.php'" and call
"Yawp::start()", you get: a single easy-to-edit config file for your
application, automated authentication processing, and automatic creation
of common objects (a database abstraction layer, disk cache, composite
logger, benchmark timer, and variable dumper). It provides safe accessor
methods for GET, POST, and configuration values. It is fully documented
with examples.
Changes: First stable release. Adds merge() method to merge form data with
default values, and uses "HTML4_Table" as the default display mode for
Var_Dump.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/yawp/
- -.--- --.---.------ -----.- ------- . ----- .. -----.---.--.-
_______________________________________________
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 ]