|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: The freshmeat daily newsletter (freshmeat-news
lists.freshmeat.net)
Date: Mon May 21 2007 - 02:10:06 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/2007/05/20/
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 (57) :::
[001] - 4tH compiler 3.5b
[002] - Advanced Website Creator 2.1.0
[003] - Asymptote 1.29
[004] - auth2db 0.1.2
[005] - Avis 1.0.1
[006] - AWFFull 3.7.5
[007] - Bitgate Server Software Environment 0.3.4
[008] - CakePHP 1.1.15.5134 (Stable)
[009] - CorneliOS 0.7.5r20
[010] - DeleGate 9.6.0 (Alpha)
[011] - EiffelStudio 6.0.6.8510 (Development)
[012] - Emifreq-Applet Multicore 0.1
[013] - Epona 1.5rc1
[014] - ExactImage 0.3.7
[015] - FDMS3-FS 0.2.2
[016] - feresPost 2.9.4
[017] - findview 1.2
[018] - FluxBat 1.0
[019] - Free-SA 1.3.2
[020] - FullRecall 1.2.46
[021] - Gecko Media Player 0.0.6
[022] - gmailsender 1.3
[023] - Gnome Chemistry Utils 0.8.0
[024] - GNOME Mplayer 0.4.6
[025] - GraphMonkey 1.7
[026] - Gutenprint 5.1.1 (Development)
[027] - Ipanto IP Discovery 3.0.2
[028] - Ipanto Lite 3.0.2
[029] - Java Application Monitor API 2.5
[030] - Jericho HTML Parser 2.4
[031] - Laptop Mode Tools 1.33
[032] - lbdb 0.35
[033] - LIBH 0.8.5 (Alpha)
[034] - Linux Security Auditing Tool 0.9.6
[035] - MOAP 0.2.4
[036] - MonAMI 0.7
[037] - mp3plot 0.3.2
[038] - MySQL 5.1.18 (Beta (5.1.x))
[039] - NuttX 0.2.5
[040] - p-unit 0.10
[041] - PGPSigner 1.0
[042] - PHP/Mysql Site Builder 0.2.1
[043] - Project Dune 1.2.4
[044] - PyGEP 0.2.1
[045] - pyliblo 0.6
[046] - Python rope 0.6m1
[047] - Sciret 1.1.0-rc1 (Beta)
[048] - SlimServer On DiskStation 2.14
[049] - SRESI 0.19.4 (Development)
[050] - SunflowerApplet 0.6
[051] - Tigermouse DR1.4.2
[052] - Tiny Tiny RSS 1.2.11
[053] - unoconv 0.2
[054] - Varnish 1.0.4
[055] - XMMS2 0.2
[056] - XODA 0.0.3
[057] - Zip extension for PHP 1.8.9 (Stable)
---- - -.-.-----.- ---.---. -.--.--- .- --- . ----..--- -. ..---
::: R E L E A S E D E T A I L S :::
[001] - 4tH compiler 3.5b
by J.L. Bezemer (http://freshmeat.net/users/hansoft/)
Sun, May 20th 2007 08:54
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
90% of the ANS Forth CORE wordset and features conditional compilation,
pipes, files, assertions, forward declarations, enumerations, structures,
suspended execution, recursion, include files, etc. It comes with an RPN
calculator, line editor, compiler, decompiler, C-source generators, and a
virtual machine.
Changes: More CORE words and most of the DOUBLE wordset are supported.
Output buffers can be flushed. An experimental multitasking environment
was added.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/4th/
- % - % - % - % -
[002] - Advanced Website Creator 2.1.0
by Vesselin Atanasov (http://freshmeat.net/users/vesselin/)
Sun, May 20th 2007 04:08
Internet :: WWW/HTTP :: Dynamic Content
Internet :: WWW/HTTP :: Site Management
Software Development
About: Advanced Website Creator is a Web development environment. Created
websites use an MVC framework written in PHP 5 and a simple database
abstraction layer. At present the database layer supports MySQL,
PostgreSQL, and SQLite as backends. All PHP classes are auto-loaded, so
there is no need to include() or require() files manually. Search engine
friendly URLs are supported via mod_rewrite. The program has a wizard for
quick generation of forms.
Changes: Advanced Website Creator has been ported to Windows and can run
on Windows 2000, Windows XP, and Windows Vista. Compiled projects now are
created as .zip files instead of .tar.gz files. Compatibility issues with
PHP 5.0 have been fixed in the runtime library. A bug that prevented AWC
and compiled projects from running correctly on ports different from 80
has been fixed. A bug that prevented correct display and logging of SQL
errors has been fixed.
License: Other/Proprietary License with Free Trial
URL: http://freshmeat.net/projects/awc/
- % - % - % - % -
[003] - Asymptote 1.29
by John Bowman (http://freshmeat.net/users/jcbowman/)
Sun, May 20th 2007 03:57
Education
Multimedia :: Graphics :: Editors :: Vector-Based
Scientific/Engineering
About: Asymptote is a powerful descriptive vector graphics language for
technical drawing, inspired by MetaPost but with an improved C++-like
syntax. It provides for figures the same high-quality level of typesetting
that LaTeX does for scientific text. Asymptote is a programming language as
opposed to just a graphics program. It can exploit the best features of
script (command-driven) and graphical user interface (GUI) methods.
High-level graphics commands are implemented in the language itself,
allowing them to be easily tailored to specific applications.
Changes: Support for drawing surfaces described by the null space of
real-valued functions of three variables was added. The dir command now
works correctly for degenerate Bezier paths; an optional final argument
can be used to examine incoming and outgoing tangent directions. Numerical
overflow and precision issues were addressed. A piecewise monotonic spline
type was added. Optional fillpen and legend entries were added to
histogram. Standard input of strings was fixed. Support for transparent
PNG images in xasy was added. Animation support was upgraded to use the
new animate.sty package.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/asy/
- % - % - % - % -
[004] - auth2db 0.1.2
by Ezequiel Vera (http://freshmeat.net/users/zdark/)
Sun, May 20th 2007 17:45
About: auth2db parses auth.log files and inserts details about logins into
a MySQL database. It allows you to display in the shell or in a Web
front-end the date and time, IP, username and service (ssh, smb, login,
su, gdm, etc.) for each login.
Changes: A new Python installer is included in tar.gz. auth2db-config has
been updated. There is a minor fix in the PHP front-end (session_start).
The README, Changelog, and TODO files have been updated.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/auth2db/
- % - % - % - % -
[005] - Avis 1.0.1
by Matthew Phillips (http://freshmeat.net/users/scramjet/)
Sun, May 20th 2007 03:43
Internet
Software Development
About: Avis is a flexible event router service compatible with the
commercial Elvin implementation produced by Mantara Software. It provides
a general-purpose, high performance publish/subscribe message bus using
content-based subscriptions.
Changes: This release corrects two bugs in the router. All users of 1.0
are advised to upgrade.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/avis/
- % - % - % - % -
[006] - AWFFull 3.7.5
by Steve McInerney (http://freshmeat.net/users/spm999/)
Sun, May 20th 2007 04:32
Internet :: Log Analysis
About: AWFFull is a Web server log analysis program, forked from
Webalizer. It adds a number of new features and improvements, such as
GeoIP capability, internationalisation, style changes via CSS, extended
front page history (more than 12 months), resizable graphs, and lots of
backend changes and simplification. The long term goal is to focus on Web
Analytics, not just Web Reporting.
Changes: The missing Page counts from the All Sites report was added. The
Brazilian Portugese translation was added. A German/Webalizer specific
history_regen script was added.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/awffull/
- % - % - % - % -
[007] - Bitgate Server Software Environment 0.3.4
by Ken Hollis (http://freshmeat.net/users/Tsuichi1/)
Sun, May 20th 2007 04:25
Internet
About: Bitgate Server Software Environment aims to build a multi-protocol
environment in which server protocol handlers can be eventually loaded and
unloaded on the fly using a center console or controller Web page. It aims
to have 99.9% uptime, and have high-availability (Java 6) compliance. It
is written in Java 5, and relies completely on Java's I/O functionality to
provide non-blocking support for both SSL and non-SSL sockets
(transparently). All configuration is done via XML files, as this is
easier to maintain. It includes a minimal demonstration HTTP server.
Changes: This release contains lots of fixes to be more thread safe. Some
Java 5/6 concurrency functionality was added, and some of the clustering
fixes that were not yet complete were removed. Some Apache MINA-like
features were added to the ClientChannel code, and some of the code was
abstracted to make it easier to extend.
License: Common Public License
URL: http://freshmeat.net/projects/bsse/
- % - % - % - % -
[008] - CakePHP 1.1.15.5134 (Stable)
by PhpNut (http://freshmeat.net/users/PhpNut/)
Sun, May 20th 2007 04:15
Software Development :: Libraries :: Application Frameworks
About: Cake is a rapid development framework for PHP which uses commonly
known design patterns like ActiveRecord, Association Data Mapping, Front
Controller, and MVC. Its primary goal is to provide a structured framework
that enables PHP users at all levels to rapidly develop robust Web
applications without any loss to flexibility.
Changes: This is primarily a bugfix release. Association queries have also
been improved to use fewer queries.
License: MIT/X Consortium License
URL: http://freshmeat.net/projects/cakephp/
- % - % - % - % -
[009] - CorneliOS 0.7.5r20
by Jos Kirps (http://freshmeat.net/users/joskirps/)
Sun, May 20th 2007 12:49
Information Management
Internet
About: CorneliOS is an easy-to-use and cross-browser "Web Desktop
Environment", "Web Operating System", or "Web Office" that comes with a
set of cool applications. It includes a Content Management System (CMS) so
that you can easily set up and manage your own website as well as a
Database Management System that allows you to rapidly build any kind of
database application.
Changes: This release is a maintenance update that offers various CMS,
DBMS, and I/O layer enhancements and fixes.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/cornelios/
- % - % - % - % -
[010] - DeleGate 9.6.0 (Alpha)
by DeleGateAuthor (http://freshmeat.net/users/delegate/)
Sun, May 20th 2007 04:31
Internet :: File Transfer Protocol (FTP)
Internet :: Proxy Servers
Internet :: WWW/HTTP :: HTTP Servers
About: DeleGate is a multi-purpose application level gateway or proxy
server that mediates communication of various protocols, applying cache
and conversion for mediated data, controlling access from clients, and
routing toward servers. It translates protocols between clients and
servers, converting between IPv4 and IPv6, applying SSL (TLS) to arbitrary
protocols, merging several servers into a single server view with aliasing
and filtering. It can be used as a simple origin server for some protocols
(HTTP, FTP, and NNTP).
Changes: The implementation of built-in filters for SSL and gzip has
become based on threads instead of processes. The establishment of an SSL
session has become faster by about two times on Unix and ten times on
Windows, and the gzip encoding over HTTP has come to be achieved on the
fly.
License: Freely Distributable
URL: http://freshmeat.net/projects/delegate/
- % - % - % - % -
[011] - EiffelStudio 6.0.6.8510 (Development)
by Emmanuel Stapf (http://freshmeat.net/users/manus_eiffel/)
Sun, May 20th 2007 17:36
Database
Office/Business
Software Development
About: EiffelStudio is an IDE for the Eiffel language (ECMA-367, ISO/IEC
25436, and ACM Software System Award 2006). It includes an Eiffel
compiler, an Eiffel GUI editor, an Eiffel code browsing tool, a diagram
editor with round-trip, a refactoring tool, a debugger, a profiler, and
Eiffel analysis tools (Metrics, Dependencies, etc.). Eiffel generates C or
CLI for .NET or Mono. Eiffel applies O-O principles and Design by Contract
for high-quality software. Many Eiffel libraries are included: ADT,
network, GUI, database, parsing (including an Eiffel parser), XML, Web,
COM, and more.
Changes: Various bugfixes in the debugger. A new warning has been added
for showing file names that differ from their Eiffel class name. This
release finalizes the implementation of expanded generic derivation
reattachment to reference generic derivation.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/eiffelstudio/
- % - % - % - % -
[012] - Emifreq-Applet Multicore 0.1
by twist (http://freshmeat.net/users/sebastianp/)
Sun, May 20th 2007 22:45
Desktop Environment :: Gnome
About: Emifreq-Applet Multicore is a modification of the emifreq-applet
written by Stéphane Démurget. The original applet for GNOME only supports
changing the frequencies of a single-core CPU. With this addition, it is
able to change frequencies of multicore CPUs.
Changes: Support for dual-core CPUs was added. Actually, this works only
for dual-core CPUs.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/emifreq-multicore-applet/
- % - % - % - % -
[013] - Epona 1.5rc1
by PegSoft (http://freshmeat.net/users/lara/)
Sun, May 20th 2007 17:40
Communications :: Chat :: Internet Relay Chat
About: Epona is a set of IRC services which work with the DreamForge,
Bahamut, Ultimate, and Unreal IRCds. It features an original service
(BotServ) which allows people to have a bot on their channel,
user-friendly nickname management through groups, and a proxy detector.
Changes: Support for MySQL databases has been added.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/epona/
- % - % - % - % -
[014] - ExactImage 0.3.7
by René Rebe (http://freshmeat.net/users/ReneRebe/)
Sun, May 20th 2007 08:51
Multimedia :: Graphics
About: ExactImage is a fast C++ image processing library. Unlike
ImageMagick, it allows operation in several color spaces and bit depths
natively, resulting in much lower memory and computational requirements.
Some optimized algorithms operate in 1/20 of the time ImageMagick
requires, and displaying large images can be as fast as 1/10 of the time
the "display" program takes.
Changes: Functionality to crop and auto-crop image data was added. The
convolution matrix was sped up slightly. Automatic template-based
endianess conversion code was added, and the code reviewed to use this new
less error-prone facility. The whole codebase builds on FreeBSD and Mac OS
X as well as Linux.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/exact-image/
- % - % - % - % -
[015] - FDMS3-FS 0.2.2
by draemon (http://freshmeat.net/users/draemon/)
Sun, May 20th 2007 19:50
Multimedia :: Sound/Audio :: Capture/Recording
Multimedia :: Sound/Audio :: Conversion
System :: Filesystems
About: fdmsfs is a FUSE filesystem which can read fostex FDMS-3 volumes.
When mounted, the songs (programs) appear as directories and the tracks
appear as WAVE files within those directories. This allows songs to be
played or mixed-down directly off the disk (e.g. using Audacity).
Supported devices: FD-4, FD-8, VF160, and D2424.
Changes: This release adds 24-bit audio support, which means the D2424 is
now supported. It also adds some sanity checking code that makes working
with partial images a little easier.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/fdmsfs/
- % - % - % - % -
[016] - feresPost 2.9.4
by feresPost (http://freshmeat.net/users/feresPost/)
Sun, May 20th 2007 04:32
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 or Samcef 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: It is now possible to generate a CLA composite database
corresponding to a Nastran or Samcef finite element model. A few bugs were
corrected.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/ferespost/
- % - % - % - % -
[017] - findview 1.2
by Dumb Terminal Creations (http://freshmeat.net/users/DTCreations2/)
Sun, May 20th 2007 04:26
System :: Systems Administration
Utilities
About: This is a simple bash script that will save the results of a "find"
file search as a directory. It supports all the same search criteria as the
find command. Previous searches can be updated without needing to remember
the criteria used. Symlinks are used for results, so minimal disk space is
used.
Changes: Filenames with spaces are now supported. Relative find paths are
now made absolute.
License: Freeware
URL: http://freshmeat.net/projects/findview/
- % - % - % - % -
[018] - FluxBat 1.0
by Steffen Wendzel (http://freshmeat.net/users/cdpxe/)
Sun, May 20th 2007 12:47
Desktop Environment :: Window Managers :: Fluxbox
System :: Hardware
System :: Power (UPS)
About: FluxBat is an ACPI based battery monitor for the fluxbox window
manager. It includes two parts: a daemon process that runs the update
script and the update script itself. The whole software contains only
about 100 lines of code and is easy to use by including only one line in
the menu configuration file of fluxbox.
Changes: This release only forces the fluxbox menu reload if the battery
state really changed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/fluxbat/
- % - % - % - % -
[019] - Free-SA 1.3.2
by Sapon Oleg (http://freshmeat.net/users/xsaper/)
Sun, May 20th 2007 17:39
Internet :: Log Analysis
About: Free-SA is tool for statistical analysis of daemons' log files,
similar to SARG. Its main advantages over SARG are much better speed
(7x-20x), more support for reports, and W3C compliance of generated
HTML/CSS reports. It can be used to help control traffic usage, to control
Internet access security policies, to investigate security incidents, to
evaluate server efficiency, and to detect troubles with configuration.
Changes: A 'divisor' option was added to free-sa.conf for controlling the
representation of byte fields in all reports except server efficiency. A
'users' option was added for disabling the users report. A thousands
separator was added to the requests field in the top sites report. This
release adds the ability to specify a period with words (not just with
dates/numbers as before) and a wide stop/continue button to the real time
report (RTR) between the table and header. Stop/continue icons were added
to all themes. There are some speedups and and cross-platform fixes.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/free-sa/
- % - % - % - % -
[020] - FullRecall 1.2.46
by David Calinski (http://freshmeat.net/users/neodave/)
Sun, May 20th 2007 19:52
Education
Education :: Computer Aided Instruction (CAI)
About: FullRecall helps you memorize knowledge effectively. It uses an
artificial neural network, which gradually grasps your personal memory
model, to schedule the optimal time for an item to come up for review.
Changes: Many bugfixes and some usability improvements.
License: Other/Proprietary License with Free Trial
URL: http://freshmeat.net/projects/fullrecall/
- % - % - % - % -
[021] - Gecko Media Player 0.0.6
by Kevin DeKorte (http://freshmeat.net/users/kdekorte/)
Sun, May 20th 2007 08:55
Internet :: WWW/HTTP :: Browsers
Multimedia :: Sound/Audio :: Players
Multimedia :: Video :: Display
About: Gecko Media Player is a browser plugin that uses GNOME MPlayer to
play media in a browser. It should work with all browsers on Unix-ish
systems (Linux, BSD, and Solaris), that use the NS4 API (Mozilla, Firefox,
Opera, etc.).
Changes: This release has an improved ASX parser. It requires GNOME
MPlayer 0.4.6.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/gecko-mediaplayer/
- % - % - % - % -
[022] - gmailsender 1.3
by lounis (http://freshmeat.net/users/lounis/)
Sun, May 20th 2007 08:53
Communications :: Email
Communications :: Email :: Email Clients (MUA)
Desktop Environment :: Gnome
About: gmailsender is a GTK#/Mono based mail sending application. Use it
to send email through an SMTP server (only without authentication) with an
optional attached file.
Changes: This release uses GtkSharp 2.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/gmailsender/
- % - % - % - % -
[023] - Gnome Chemistry Utils 0.8.0
by Jean Bréfort (http://freshmeat.net/users/jbrefort/)
Sun, May 20th 2007 04:06
Education
Scientific/Engineering :: Chemistry
About: The Gnome Chemistry Utils includes the following utilities: a
chemical calculator (computes raw formule, molar weight, mass composition,
and isotopic pattern), a 3D molecule viewer using OpenGL to display
molecular models, a crystal structure viewer and editor, and a periodic
table of the elements.
Changes: This version now includes Gnome Crystal and an enhanced version
of the periodic table and the molecular structure viewer.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/gchemutils/
- % - % - % - % -
[024] - GNOME Mplayer 0.4.6
by Kevin DeKorte (http://freshmeat.net/users/kdekorte/)
Sun, May 20th 2007 08:55
Multimedia :: Sound/Audio :: Players
Multimedia :: Video :: Display
About: GNOME Mplayer is a simple GUI for Mplayer that tries to follow the
GNOME HIG. It is tightly integrated with gecko-mediaplayer
Changes: An improved UI and better HIG compliance.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/gnome-mplayer/
- % - % - % - % -
[025] - GraphMonkey 1.7
by lounis (http://freshmeat.net/users/lounis/)
Sun, May 20th 2007 08:53
Scientific/Engineering :: Mathematics
About: GraphMonkey is a very simple and fast graphing calculator.
Changes: This version adds zoom capabilities, area under the curve,
average value, graph of derivative, menu bar, trace mouse pointer, and the
ability to save a graph to a PNG file.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/graphmonkey/
- % - % - % - % -
[026] - Gutenprint 5.1.1 (Development)
by Robert Krawitz (http://freshmeat.net/users/rlk/)
Sun, May 20th 2007 19:46
Multimedia :: Graphics
Printing
System :: Hardware
About: Gutenprint (formerly called Gimp-Print) is a collection of very
high quality printer drivers for UNIX/Linux. The goal of this project is
uncompromising print quality and robustness. Included with this package is
the Print plugin for the GIMP (hence the name), a CUPS driver, and two
drivers (traditional and IJS-based) for Ghostscript that may be compiled
into that package. This driver package is Foomatic-compatible and provides
Foomatic data to enable plug and play with many print spoolers. In
addition, various printer maintenance utilities are included. Many users
report that the quality of Gutenprint on high end Epson Stylus printers
matches or exceeds the quality of the drivers supplied for Windows and
Macintosh.
Changes: This release features support for additional printers (in
particular, the new Claria-based Epson Stylus inkjets and improvements to
certain Canon printers) and some bugfixes.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/gimp-print/
- % - % - % - % -
[027] - Ipanto IP Discovery 3.0.2
by Eric Duchene (http://freshmeat.net/users/ericduchene/)
Sun, May 20th 2007 04:00
Information Management
System :: Networking
About: Ipanto IP Discovery is a database driven IPAM (IP address
management) application that offers on-demand discovery, a single
repository, full identification of active IP addresses and connected
assets, the ability to share information between geographically disperse
administrators and to concurrently manage the application using powerful
delegation and security settings, several user profiles, centralized
auditing and reporting for a decentralized network, and a user-friendly
and intuitive GUI.
Changes: The Web GUI was enhanced.
License: Other/Proprietary License with Free Trial
URL: http://freshmeat.net/projects/ipanto_ip_discovery/
- % - % - % - % -
[028] - Ipanto Lite 3.0.2
by Eric Duchene (http://freshmeat.net/users/ericduchene/)
Sun, May 20th 2007 04:00
System :: Networking
About: Ipanto Lite is a simple IP address management (IPAM) tool that can
replace your spreadsheet. It can be used to administer all IP addresses,
subnets, and locations within a single repository. It offers reporting and
gives access to other IT staff in read-only mode. Ipanto Lite helps
administrators to list and manage all the subnets and IP addresses of
their network thanks to its single repository. The database can
automatically be filled in by the discovery process in minutes. Full life
cyle IP Address Management is provided by managing existing DNS/DHCP
(Microsoft, Linux, Unix, Cisco IOS, and Cisco CNR).
Changes: This version is a service release that provides miscellaneous
corrections and improvements. The Ipanto Database has been updated to
provide more accurate statistics and to improve log storage usage. The
Ipanto WebGUI has been improved to provide localized settings, DHCP hosts
listing per subnet, and optimized display for large subnet/location sets.
License: Freeware
URL: http://freshmeat.net/projects/ipantolite/
- % - % - % - % -
[029] - Java Application Monitor API 2.5
by stevesouza (http://freshmeat.net/users/stevesouza/)
Sun, May 20th 2007 19:49
Database
Database :: Front-Ends
Information Management
About: The Java Application Monitor (JAMon) is a free, simple, high
performance, thread safe, Java API that allows developers to easily
monitor production applications. JAMon can be used to determine
application performance bottlenecks, user/application interactions, and
application scalability. JAMon gathers summary statistics such as hits,
execution times (total, average, minimum, maximum, standard deviation),
and simultaneous application requests. JAMon statistics are displayed in
the sortable JAMon report.
Changes: This release adds a number of new JAMon buffer listeners that
allow developers to see the details such as the actual query for the
slowest SQL statements. In general, details will now be shown for the N
largest and N smallest values for any monitor.
License: BSD License (revised)
URL: http://freshmeat.net/projects/jamonapi/
- % - % - % - % -
[030] - Jericho HTML Parser 2.4
by Martin Jericho (http://freshmeat.net/users/mjericho/)
Sun, May 20th 2007 04:30
Internet :: WWW/HTTP :: Dynamic Content
Software Development :: Libraries :: Java Libraries
Text Processing :: Markup :: HTML/XHTML
About: Jericho HTML Parser is a simple but powerful Java library allowing
analysis and manipulation of parts of an HTML document, including some
common server-side tags, while reproducing verbatim any unrecognised or
invalid HTML. It also provides high-level HTML form manipulation
functions.
Changes: This version has been released under a dual licence system,
allowing a choice between the Eclipse Public License (EPL) and the LGPL.
It includes important bugfixes and introduces the following major
features: simple rendering of HTML markup into text, integrated logging
with various logging frameworks, and easier parsing of HTML tags
containing server tags.
License: Eclipse Public License
URL: http://freshmeat.net/projects/jerichohtml/
- % - % - % - % -
[031] - Laptop Mode Tools 1.33
by Mandyhan (http://freshmeat.net/users/Mandyhan/)
Sun, May 20th 2007 03:41
Desktop Environment :: Tools
System :: Filesystems
Utilities
About: Laptop Mode Tools allows you to control various power management
settings based on AC/battery power state. Among other things, it controls
Linux's "Laptop Mode" feature that allows your hard drive to spin down for
extended periods. It can also control CPU frequency scaling and screen
blanking timeouts (both terminal and X). It supports automatic hibernation
when battery is low.
Changes: LSB logging functions were fixed. PARTITIONS didn't support
wildcards, but now it does (this fixes LVM support). DPMS standby handling
was fixed. Fixes were made for terminal blanking settings. A simple ability
to set LCD brightness was added. The lm-profiler was updated to be able to
handle timestamps at the beginning of kernel output lines and to report
read and write accesses separately. The ability to specify the
ignore_nice_load setting for CPU frequency scaling governors was added.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/laptop-mode-tools/
- % - % - % - % -
[032] - lbdb 0.35
by Roland Rosenfeld (http://freshmeat.net/users/roro/)
Sun, May 20th 2007 08:44
Communications :: Email
About: The Little Brother's Database (lbdb) consists of a set of small
tools which collect mail addresses from several sources and offer these
addresses to the external query feature of the Mutt mail reader.
Changes: This release avoids losing the first entry from VCF files.
mutt_ldap_query supports SSL, and some other annoyances were fixed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/lbdb/
- % - % - % - % -
[033] - LIBH 0.8.5 (Alpha)
by Phil Howard (http://freshmeat.net/users/philhoward/)
Sun, May 20th 2007 03:43
Software Development :: Libraries
About: LIBH is a general purpose C library consisting of a collection of
several different sections of handy and helpful functions and macros for a
variety of purposes. Sections include bit manipulation, string
manipulation, I/O enhancement, date/time tools, list handling, tree
handling, debug tools, a daemon tool, and CGI/HTML code.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/libh/
- % - % - % - % -
[034] - Linux Security Auditing Tool 0.9.6
by Triode (http://freshmeat.net/users/Triode/)
Sun, May 20th 2007 19:51
System :: Systems Administration
About: Linux Security Auditing Tool (LSAT) is a post install security
auditing tool. It is modular in design, so new features can be added
quickly. It checks many system configurations and local network settings
on the system for common security/config errors and for packages that are
not needed. It has been tested on Linux (Gentoo, Red Hat, Debian, etc.)
and Solaris (SunOS 2.x).
Changes: The dependency on the popt library has been removed. This release
adds extra passwd and group checks under Linux, a check for failed logins
under Linux/Solaris, a check for kernel modules under Solaris, network
interface stats, and routing checks. It fixes a problem in checknetforward
giving false positives, and an issue where verbose output was not very
consistent. The kernel module check under Linux has been modified.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/lsat/
- % - % - % - % -
[035] - MOAP 0.2.4
by Thomas (http://freshmeat.net/users/thomasvs/)
Sun, May 20th 2007 08:54
Software Development :: Bug Tracking
Software Development :: Quality Assurance
Software Development :: Version Control
About: moap is a Swiss army knife for project maintainers and developers.
It aims to help in keeping you in the flow of maintaining, developing, and
releasing. It automates whatever tasks can be automated. It allows you to
parse DOAP files and submit releases, send release mails, create iCal
files and RSS feeds, maintain version control ignore lists, check in based
on the latest ChangeLog entry, and more.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/moap/
- % - % - % - % -
[036] - MonAMI 0.7
by PaulM (http://freshmeat.net/users/paulmillar/)
Sun, May 20th 2007 12:50
System :: Logging
System :: Monitoring
System :: Networking :: Monitoring
About: MonAMI aims to be a standard place for monitoring the availability
and performance of services. It can talk to many different monitoring
systems while remaining easy to configure. It has a plugin structure,
making it easy to add new things to monitor or to integrate with new
monitoring systems.
Changes: This release adds support for event-based monitoring. It has
major improvements to the Apache, Nagios, NUT, and R-GMA plugins. New
plugins include fluidsynth and GridFTP. The user manual is now available
in PDF and HTML. Man pages have been added.
License: BSD License (revised)
URL: http://freshmeat.net/projects/monami/
- % - % - % - % -
[037] - mp3plot 0.3.2
by outlyer (http://freshmeat.net/users/outly3r/)
Sun, May 20th 2007 22:18
Multimedia :: Sound/Audio :: Analysis
About: mp3plot prints out a plot of the bitrate distribution of an MP3
file.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/mp3plot/
- % - % - % - % -
[038] - MySQL 5.1.18 (Beta (5.1.x))
by Patrick Lenz (http://freshmeat.net/users/scoop/)
Sun, May 20th 2007 12:48
Database :: Database Engines/Servers
About: MySQL is a widely used and fast SQL database server. It is a
client/server implementation that consists of a server daemon (mysqld) and
many different client programs/libraries.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/mysql/
- % - % - % - % -
[039] - NuttX 0.2.5
by spudmonkey (http://freshmeat.net/users/spudmonkey/)
Sun, May 20th 2007 19:48
Software Development :: Embedded Systems
System :: Operating System
About: Nuttx is a real-time embedded operating system (RTOS). It has a
small footprint that is usable in micro-controller environments. It is
fully scalable from tiny (8-bit) to moderate embedded (32-bit) systems. It
also aims to be fully compliant to standards, to be fully real time, and to
be totally open.
Changes: This release includes several bugfixes and initial support for
FAT filesystems. Testing has not been exhaustive, and some functionality
is missing (mkdir, stat, unlink chmod, and rename functionality are not
yet implemented). Support for the NXP lpc2148 processor is included, but
is untested. The current implementation includes only support for serial
console and timer interrupt.
License: BSD License (revised)
URL: http://freshmeat.net/projects/nuttx/
- % - % - % - % -
[040] - p-unit 0.10
by Andrew Zhang (http://freshmeat.net/users/zhanghuangzhu/)
Sun, May 20th 2007 04:43
Software Development
Software Development :: Libraries
Software Development :: Libraries :: Application Frameworks
About: p-unit is a framework for benchmarking performance. It records
memory consumption and execution time, and generates results in the form
of plain text, image, and PDF file. Users can also easily register their
own reporters by implementing PUnitEventList.
Changes: This first release supports time and memory records, concurrent
execution, parameterizable test cases, image and PDF reporters, and a
benchmark against different virtual machines.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/punitframework/
- % - % - % - % -
[041] - PGPSigner 1.0
by Henning Schmiedehausen (http://freshmeat.net/users/hgschmie/)
Sun, May 20th 2007 17:46
Security :: Cryptography
About: PGPSigner helps you to manage, sign, and send out PGP keys after a
PGP/GPG key signing event.
License: The Apache License 2.0
URL: http://freshmeat.net/projects/pgpsigner/
- % - % - % - % -
[042] - PHP/Mysql Site Builder 0.2.1
by Luis Claudio Gamboa Lopes (http://freshmeat.net/users/lcgamboa/)
Sun, May 20th 2007 03:51
Internet :: WWW/HTTP :: Dynamic Content
Internet :: WWW/HTTP :: Site Management
About: The PHP/Mysql Site Builder is a tool made with PHP/Mysql to manage
your homepage; you can easily create dynamic and static versions of your
website.
Changes: PHP 4.0 and MySQL 4.0 are now supported.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/phpmysbuilder/
- % - % - % - % -
[043] - Project Dune 1.2.4
by Gerard Toonstra (http://freshmeat.net/users/Chiraz/)
Sun, May 20th 2007 03:38
Information Management :: Issue Tracking
Software Development :: Bug Tracking
Software Development :: Quality Assurance
About: Project Dune is a Web-based issue tracker that is fully integrated
with source code control systems, which enables code inspections in the
browser. The project aims to automate the full cycle of development, from
estimation to release.
Changes: This release contains some bugfixes and releases an alpha version
of the timesheet module for community feedback.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/pdune/
- % - % - % - % -
[044] - PyGEP 0.2.1
by rzoz (http://freshmeat.net/users/rzoz/)
Sun, May 20th 2007 03:42
Scientific/Engineering :: Artificial Intelligence
About: PyGEP is a simple library suitable for academic study of GEP (gene
expression programming) in Python, aiming for ease of use and rapid
implementation. It provides standard multigenic chromosomes; a population
class using elitism and fitness scaling for selection; mutation,
crossover, and transposition operators; and some standard GEP functions
and linkers.
Changes: This release incorporates extensive stability testing, code
cleanup per cheesecake and pylint, and documentation updates. Also, as a
minor performance enhancement, gene evaluation lists only expand
attributes inside their coding regions.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/pygep/
- % - % - % - % -
[045] - pyliblo 0.6
by Dominic Sacré (http://freshmeat.net/users/sacred/)
Sun, May 20th 2007 08:54
Multimedia :: Sound/Audio
Software Development :: Libraries :: Python Modules
About: pyliblo is a Python wrapper for the liblo OSC library. It supports
almost the complete functionality of liblo, allowing you to send and
receive OSC messages using a nice and simple Python API.
Changes: This release adds support for sending bundles, optionally with
timestamps. It adds previously unsupported OSC data types (timetag, MIDI,
symbol, and true/false/nil/infinitum). There is a new
make_method
decorator and various bugfixes.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/pyliblo/
- % - % - % - % -
[046] - Python rope 0.6m1
by Ali G Rudi (http://freshmeat.net/users/aligrudi/)
Sun, May 20th 2007 04:04
Software Development :: Libraries :: Python Modules
Software Development :: Refactoring
Text Editors :: Integrated Development Environments (IDE)
About: Python rope is a Python refactoring library and IDE. The IDE uses
the library to provide features like refactoring and coding assistance.
Changes: This release adds support for adding custom project source
folders, restructurings, and a simple UI for performing them.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/pyrope/
- % - % - % - % -
[047] - Sciret 1.1.0-rc1 (Beta)
by Lucie (http://freshmeat.net/users/lugo04/)
Sun, May 20th 2007 17:44
Office/Business
About: Sciret is an advanced knowledge-based system. Sciret can manage
articles, bookmarks, and documents. Favorites and ToDo lists are also
included in Sciret.
Changes: The docs have been updated to reflect the changes from the
automatic upgrade. This release allows you to save as a draft. The
database has been upgraded. A Hebrew update patch has been added, as well
as a Russian translation. There is a bugfix in upgrade.sql.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/sciret/
- % - % - % - % -
[048] - SlimServer On DiskStation 2.14
by Philippe Kehl (http://freshmeat.net/users/phkehl/)
Sun, May 20th 2007 08:56
Home Automation
Multimedia :: Sound/Audio :: Players
Multimedia :: Sound/Audio :: Players :: MP3
About: SlimServer on DiskStation is an add-on package to the Synology
DiskStation family of PowerPC based NAS devices providing the environment
to run SlimDevice's SlimServer on it. It integrates into the DS
administrative Web interface and comes with various user-friendly tools
and scripts to maintain the installation. It supports all currently
official features of Slimserver, such as Asian character display and
on-the-fly transcoding of various music file formats. Popular third party
plugins are supported as well.
Changes: This release adds a new installation routine that thoroughly
checks the requirements for a successful installation. There is also a
separate release for the Diskstation models DS-107+ and CS/RS-407.
License: Freely Distributable
URL: http://freshmeat.net/projects/ssods/
- % - % - % - % -
[049] - SRESI 0.19.4 (Development)
by Priscus (http://freshmeat.net/users/priscus/)
Sun, May 20th 2007 17:36
Information Management :: Metadata/Semantic Models
Internet :: WWW/HTTP :: Browsers
Internet :: WWW/HTTP :: Indexing/Search
About: SRESI is a smart bookmark manager. It currently sports both a
command-line and a PHP interface. It works with both the standard
hierarchical trees and the new and fashionable tagged bookmarks. It was
developed as a way to interface both representation systems. SRESI can use
Del.icio.us, Mozilla, Opera, and XBEL bookmarks, and handles a few more
exports besides. Directories and tags are used equivalently, and the final
hierarchies are inferred from actual tag use.
Changes: The interface functions used by the PHP scripts were changed,
with consequences all over the code. The cloud system, which was broken in
0.19.3, now works again. A 'terse' portal output was added, sacrificing the
path-based navigation for brevity.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/sresi/
- % - % - % - % -
[050] - SunflowerApplet 0.6
by Kevin DeKorte (http://freshmeat.net/users/kdekorte/)
Sun, May 20th 2007 08:56
Desktop Environment :: Tools
About: SunflowerApplet is a Gnome Applet that changes the shadow on the
windows managed by compiz when the decorator plugin is enabled. The shadow
on the window moves from left (west) to right (east) from sunrise to
sunset, and stays static from sunset to sunrise, as if the shadow is being
cast by the "sun" moving right (east) to left (west) over your windows. It
requires compiz to be the window manager and the compiz decorator plugin
to be active or beryl with the emerald window decorator.
Changes: More bugfixes and RPM packaging.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/sunflowerapplet/
- % - % - % - % -
[051] - Tigermouse DR1.4.2
by Michał Słaby (http://freshmeat.net/users/stronger/)
Sun, May 20th 2007 17:49
Internet
Software Development :: Libraries :: Application Frameworks
Software Development :: Libraries :: PHP Classes
About: Tigermouse is a modern Web application framework for PHP. It relies
on AJAX technology, so in combination with being lightweight enables you to
build dynamic, responsive, and interactive Web applications. It is well
suited for enterprise-grade tasks because of its strong commitment to
server-side business logic processing. Tigermouse does not require any
Javascript coding, so you can focus on your application core logic instead
of tinkering in the UI.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/tigermouse/
- % - % - % - % -
[052] - Tiny Tiny RSS 1.2.11
by Andrew Dolgov (http://freshmeat.net/users/gothfox/)
Sun, May 20th 2007 04:10
Internet :: WWW/HTTP :: Dynamic Content :: News/Diary
About: Tiny Tiny RSS is a Web-based news (RSS, RDF, or Atom) feed
aggregator designed to allow you to read news from any location, while
feeling as close to a real desktop application as possible.
Changes: This release adds performance enhancements and better support for
tags. It also improves compatibility with MSIE and Opera.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/tt-rss/
- % - % - % - % -
[053] - unoconv 0.2
by Dag Wieers (http://freshmeat.net/users/dag/)
Sun, May 20th 2007 08:52
Information Management
Text Processing
Text Processing :: Filters
About: unoconv converts between any document formats that OpenOffice
understands. It uses OpenOffice's UNO bindings for non-interactive
conversion of documents. Supported document formats include Open Document
Format (.odt), MS Word (.doc), MS Office Open/MS OOXML (.xml), Portable
Document Format (.pdf), HTML, XHTML, RTF, Docbook (.xml), and more.
Changes: This release adds support for graphics, presentation, and
spreadsheet document types (+-100 exported formats are supported). Better
detection of OpenOffice Python bindings. Better error output. Matching by
extension if the backend does not match the name. Verbose output has been
added.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/unoconv/
- % - % - % - % -
[054] - Varnish 1.0.4
by Dag-Erling Smørgrav (http://freshmeat.net/users/fmdes/)
Sun, May 20th 2007 12:48
Internet :: WWW/HTTP
About: Varnish is a high-performance HTTP accelerator designed for sites
with large amounts of non-personalized dynamic content, such as online
newspapers.
Changes: Numerous bugs have been fixed, especially relating to backend
interaction. The documentation has also received considerable attention.
License: BSD License (revised)
URL: http://freshmeat.net/projects/varnish/
- % - % - % - % -
[055] - XMMS2 0.2
by Tobias Rundström (http://freshmeat.net/users/tru/)
Sun, May 20th 2007 12:46
Multimedia :: Sound/Audio :: Players
Multimedia :: Sound/Audio :: Players :: MP3
About: XMMS2 is a redesign of the XMMS music player. It features a
client-server model, allowing multiple (even simultaneous!) user
interfaces, both textual and graphical. All common audio formats are
supported using plugins. On top of this, there is a flexible media library
to organize your music.
Changes: A lot of big changes have been merged, including the long awaited
Collections API. This release has switched to a new build system.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/xmms2/
- % - % - % - % -
[056] - XODA 0.0.3
by betso (http://freshmeat.net/users/betso/)
Sun, May 20th 2007 08:44
Internet :: WWW/HTTP :: Dynamic Content
Internet :: WWW/HTTP :: Indexing/Search
About: XODA is a DMS (Document Management System) that uses Ajax. It uses
no database backend, but allows the addition and editing of descriptions,
tags, and categories for files and directories, as well as performing
regular actions like moving, renaming, and deleting. The project targets
end users who want to organize all kinds of documents on a remote machine
running a Web server with PHP support. It is just one file including
compressed JavaScript, and stores the "meta-information" in PHP files.
Changes: Uploading of multiple files with a display of the maximum upload
size was added. Small bugfixes were made. Some typos were fixed. A preview
of the images was added. Hints as acronyms for the change of the settings
were added.
License: BSD License (original)
URL: http://freshmeat.net/projects/xoda/
- % - % - % - % -
[057] - Zip extension for PHP 1.8.9 (Stable)
by Pierre (http://freshmeat.net/users/pierrej/)
Sun, May 20th 2007 04:33
Software Development :: Libraries :: PHP Classes
About: The Zip extension for PHP aims to provide a convenient and powerful
set of functionality to work with zip archives. It can read, write, and
create zip archives. It also supports stream access to any archive entry.
It is 100% compatible with the old versions of the extension (which were
read-only).
Changes: A possible crash which could occur if a directory cannot be
created has been fixed.
License: The PHP License
URL: http://freshmeat.net/projects/pecl_zip/
-- ..---- ---- -.-- ---- -- ------- .-.- ----- .- -. --..--- -
--===============1126412191==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
The freshmeat daily newsletter
To unsubscribe, send email to freshmeat-news-request
lists.freshmeat.net
or visit http://lists.freshmeat.net/mailman/listinfo/freshmeat-news
--===============1126412191==--
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]