|
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: Thu Dec 27 2007 - 02:10:07 CST
- 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/12/26/
freshmeat.net newsgroup: news://news.freshmeat.net/fm.announce
--- - ---.- -- ----.--..--. - ------.------.---.----- - --. --
::: A D V E R T I S I N G :::
Track & Manage Your Source Code and Digital Assets for FREE with Perforce
Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com, Mac, Solairs,FreeBSD and Windows. Learn more and get a free
two user download at
http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/
-..----..--. .---.-.-- --. --- .-..- .----.-------- --.. -.. -
::: R E L E A S E H E A D L I N E S (50) :::
[001] - Bitflu 0.42
[002] - Brasero 0.7.0
[003] - C->Haskell 0.15.1
[004] - cpphs 1.5
[005] - DrIFT 2.2.1 (Stable)
[006] - equinox3d 0.9.2
[007] - Erlang R12B
[008] - Exuberant Ctags 5.7
[009] - Ghostscript 8.61
[010] - gLabels 2.2.0 (Stable)
[011] - GNOME Terminator 0.6
[012] - GOBLIN Graph Library 2.8b19
[013] - gtmess 0.94
[014] - HaskellDB 0.10
[015] - HaXml 1.19.1
[016] - hmake 3.13
[017] - Hugs 98 98-September2006
[018] - Infonomix 0.01
[019] - Jackcess 1.1.10
[020] - KaufKauf Slim Linux 1.0
[021] - Linux Bluetooth Remote Control 0.5
[022] - LipstikLF 1.0 stable
[023] - Logger 07360.1602
[024] - Logger 07360.0349
[025] - Lynis 1.0.6
[026] - MachDB 0.5.1
[027] - Mambo 4.6.3
[028] - Mother of all gravity games 1.90
[029] - Movie Vote 1.3
[030] - Navit 0.0.3
[031] - OCC 1.3
[032] - OpenNetAdmin 07.12.20_alpha
[033] - Pantheios 1.0.1 beta 71
[034] - PHP Directory Listing 0.3.1
[035] - PHP-Qt 0.9
[036] - php-residence 0.7.2
[037] - ProBIND 1.0.2
[038] - Q7Z 0.7.0
[039] - qlbar 0.1.2
[040] - RefDB Publication List 1.1
[041] - Simple Backup 1.1
[042] - Snd 9.6
[043] - Splashy 0.3.8
[044] - Synergiser 1.2 (Stable)
[045] - TAR GUI 0.0.1 alpha
[046] - Task Coach 0.68.0
[047] - vitetris 0.3.4
[048] - webcrush 0.2
[049] - webmontage 1.0.0
[050] - WikyBlog 1.5.7.2
- -.- - -. ----.- ---- ---.- --- -- .- --..-- -.- .---- - - --
::: R E L E A S E D E T A I L S :::
[001] - Bitflu 0.42
by broccoli (http://freshmeat.net/users/broccoli/)
Wed, Dec 26th 2007 04:11
Communications :: File Sharing
About: Bitflu is a BitTorrent client designed to run non-stop as a daemon.
It does not provide a graphical interface, but offers a telnet interface
and can handle multiple torrent downloads.
Changes: This release fixes a security problem in the default storage
plugin: A malicious torrent could have caused it to append data to
existing files while committing the download. An annoying networking bug
that made bitflu drop connections has also been fixed.
License: Artistic License
URL: http://freshmeat.net/projects/bitflu/
- % - % - % - % -
[002] - Brasero 0.7.0
by Luis Medinas (http://freshmeat.net/users/metalgod/)
Wed, Dec 26th 2007 10:32
Desktop Environment :: Gnome
Multimedia :: Sound/Audio :: CD Audio
Multimedia :: Sound/Audio :: CD Audio :: CD Writing
About: Brasero (formerly known as Bonfire) is a application to burn CDs
and DVDs for the GNOME desktop. It is designed to be as simple as
possible, and has some unique features to enable users to create their
discs easily and quickly.
Changes: Migrated to the GtkTooltip API. This release requires Gtk+ 2.11.6
or higher. A new plugin system for burning backends. An Inhibit/Uninhibit
system with Gnome Power Manager via DBUS. Support for libburn 0.4.0.
Support for libbeagle 0.3.x. Split audio tracks. An improved look to
comply with HIG. The preview widget has been improved. Better handling of
md5sums on files. SCSI library bugs have been fixed, and pre-MMC2 drives
are supported. An option to choose the number of media to burn. A
configuration option for temporary files. A button to configure audio
levels. Improved dummy mode.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/brasero/
- % - % - % - % -
[003] - C->Haskell 0.15.1
by imipak (http://freshmeat.net/users/imipak/)
Wed, Dec 26th 2007 14:15
Software Development :: Code Generators
About: C->Haskell is an interface generator that simplifies the
development of Haskell bindings to C libraries. The tool processes
existing C header files that determine data layout and function signatures
on the C side in conjunction with Haskell modules that specify Haskell-side
type signatures and marshaling details. Hooks embedded in the Haskell code
signal access to C structures and functions; they are expanded by the
interfacing tool in dependence on information from the corresponding C
header file.
Changes: Assorted updates, enhancements, and bugfixes.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/c2hs/
- % - % - % - % -
[004] - cpphs 1.5
by imipak (http://freshmeat.net/users/imipak/)
Wed, Dec 26th 2007 14:18
Software Development :: Pre-processors
About: cpphs is a more liberal re-implementation of cpp, the C
pre-processor, in Haskell. The C pre-processor is widely used in Haskell
source code, but a true cpp is often unavailable on some systems (such as
native Windows), and the common cpp provided by the gcc 3.x series has
become more strictly tied to the C language, in subtle ways that are
incompatible with Haskell's syntax. This includes problems with, for
instance, string gaps, and prime characters in identifiers. This project
provides a robust alternative to cpp that is more compatible with Haskell
and can be distributed with compilers.
Changes: This release fixes some more obscure corner cases involving
parameterised macro expansion within conditionals. Internal refactoring
affecting parts of the library API has been performed.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/cpphs/
- % - % - % - % -
[005] - DrIFT 2.2.1 (Stable)
by imipak (http://freshmeat.net/users/imipak/)
Wed, Dec 26th 2007 14:06
Software Development :: Code Generators
About: DrIFT is a type sensitive preprocessor for Haskell. It extracts
type declarations and directives from modules and applies rules to them
which generate code. It is intended that the user can add new rules as
required. DrIFT automates instance derivation for classes that aren't
supported by the standard compilers. In addition, instances can be
produced in separate modules to that containing the type declaration. This
allows instances to be derived for a type after the original module has
been compiled. Simple utility functions can also be produced from a type.
Changes: Numerous enhancements and bugfixes.
License: BSD License (original)
URL: http://freshmeat.net/projects/drift/
- % - % - % - % -
[006] - equinox3d 0.9.2
by lnxpilot (http://freshmeat.net/users/lnxpilot/)
Wed, Dec 26th 2007 06:55
Multimedia :: Graphics :: 3D Modeling
Multimedia :: Graphics :: 3D Rendering
Scientific/Engineering :: Astronomy
About: EQUINOX-3D is a 3D modeler with a very fast, fully integrated
ray-tracer. It features read/write support for COLLADA, read support for
Radiance's .hdr image format, 3DS (3D-studio) file format read support,
multi-texturing, custom-programmable texture mapping, bump-mapping with
automatic texture-space tangents, the ability to zoom into a region with
"fly-to", and more. It includes a full runtime-class framework and a core
design that allows for the addition of anything from a physics engine to a
fully integrated renderer from a plugin. It is faster and more memory
efficient than many other modelers.
Changes: Fast and physically accurate area lights were added, using
adaptive stratified sampling. Ray-tracing was made faster. The animation
infrastructure was improved. Undo and redo work for more operations. The
user interface was improved.
License: Free To Use But Restricted
URL: http://freshmeat.net/projects/equinox-3d/
- % - % - % - % -
[007] - Erlang R12B
by imipak (http://freshmeat.net/users/imipak/)
Wed, Dec 26th 2007 14:01
Software Development :: Compilers
Software Development :: Debuggers
Software Development :: Interpreters
About: Erlang is a small concurrent functional programming language
developed by Ericsson. It is being used by Ericsson as a systems
programming language for large concurrent fault-tolerant distributed
systems.
Changes: Numerous major feature enhancements and major bugfixes.
License: OSI Approved
URL: http://freshmeat.net/projects/erlang/
- % - % - % - % -
[008] - Exuberant Ctags 5.7
by imipak (http://freshmeat.net/users/imipak/)
Wed, Dec 26th 2007 14:01
Software Development
About: Exuberant Ctags is a multilanguage reimplementation of the Unix
ctags program. It generates an index of source code object definitions
which is used by a number of editors and tools to instantly locate the
definitions. Exuberant Ctags currently supports the following languages:
Assembler, ASP, AWK, BETA, C, C++, C#, COBOL, Eiffel, Erlang, Fortran,
HTML, Java, Javascript, Lisp, Lua, Make, Pascal, Perl, PHP, PL/SQL,
Python, REXX, Ruby, Scheme, Shell (Bourne, Korn, Z), S-Lang, SML (Standard
ML), Tcl, Vera, Verilog, Vim, and YACC.
Changes: Numerous major feature enhancements and major bugfixes.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/exuberantctags/
- % - % - % - % -
[009] - Ghostscript 8.61
by Moritz Barsnick (http://freshmeat.net/users/barsnick/)
Wed, Dec 26th 2007 16:59
Multimedia :: Graphics
Multimedia :: Graphics :: Graphics Conversion
Multimedia :: Graphics :: Viewers
About: Ghostscript is a processor for PostScript and PDF files. It can
rasterize these files to a wide variety of printers, devices for screen
preview, and image file formats. Since applications tend to prepare pages
for printing in a high-level format such as PostScript, most Unix users
with low-level bitmap printers, such as inkjets, use GhostScript as part
of the printing process. In addition, Ghostscript is capable of converting
PostScript files, functionality comparable to Adobe Acrobat Distiller, but
on the command line. In addition, Ghostscript is used for file import and
viewing by a great many other applications, including xv, ImageMagick,
gimp, and xdvi. Several GUI wrappers for viewing PostScript and PDF files
exist, including GSview, ghostview, gv, ggv, and kghostview. This is far
from a comprehensive list.
Changes: Several bugs were fixed. The default device on Unix-oriented
builds was changed again to the x11alpha device, which provides
antialiasing for display.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/ghostscript/
- % - % - % - % -
[010] - gLabels 2.2.0 (Stable)
by Jim Evins (http://freshmeat.net/users/evins/)
Wed, Dec 26th 2007 07:40
Office/Business
Printing
About: gLabels is a lightweight program for creating labels and business
cards for the GNOME desktop environment. It is designed to work with
various laser/ink-jet peel-off label and business card sheets that you'll
find at most office supply stores.
Changes: This is the first release of a new stable branch. It is a major
technology overhaul which includes replacing the deprecated libnomeprint
and libgnomecanvas libraries with the new GtkPringOperation API and Cairo
library.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/glabels/
- % - % - % - % -
[011] - GNOME Terminator 0.6
by Chris Jones (http://freshmeat.net/users/cmsj/)
Wed, Dec 26th 2007 17:03
Desktop Environment :: Gnome
Terminals :: Terminal Emulators/X Terminals
About: Terminator is an application that provides lots of terminals in a
single window, saving valuable screen space otherwise wasted on window
decorations and not quite being able to fill the screen with terminals.
Changes: This release uses a new gnome-terminal gconf key to find
available profiles. A few more hard-coded items have been moved to the
settings array (not that it can be overridden yet). Handling of exiting
child processes has been fixed to properly track gnome-terminal settings.
Ctrl-Tab and Ctrl-Shift-Tab have been added as options for switching
terminals. This release no longer uses parent.show_all() when
removing/adding a terminal, and instead shows the actual widgets that have
been created. This prevents scroll bars from re-appearing after they have
been hidden.
License: GNU General Public License v2
URL: http://freshmeat.net/projects/gnometerminator/
- % - % - % - % -
[012] - GOBLIN Graph Library 2.8b19
by cfp (http://freshmeat.net/users/cfp/)
Wed, Dec 26th 2007 14:26
Education
Scientific/Engineering
Scientific/Engineering :: Mathematics
About: The GOBLIN project consists of a C++ class library for a large
series of graph optimization problems, GOSH, an extension of the Tcl/Tk
scripting language to graph objects, and GOBLET, a graphical user
interface to the library functions. GOBLET includes a graph editor and
supports the standard graph layout methods.
Changes: This release features a general cleanup of the GUI, and several
improvements of the arc and node display parameters: arc widths, stipple
modes, and colours can be assigned independently from each other. The
fonts for node and arc labels can be selected, and font sizes scale with
the general zoom.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/goblin/
- % - % - % - % -
[013] - gtmess 0.94
by George M. Tzoumas (http://freshmeat.net/users/geotz/)
Wed, Dec 26th 2007 17:03
Communications :: Chat
About: gtmess is a console MSN Messenger client for Linux and other Unix
systems that conform to the POSIX standard. It supports the MSNP9 protocol
version. Apart from the basic stuff like file transfers and chat windows,
it offers some advanced features like message logging, contact list
cleanup, spoofing the typing user (on some clients), and a popup notifier
(via Tcl/Tk). It is UTF-8 compliant.
Changes: This version features a new menu system, selectable contacts in
the contact list, and a URL parser, along with several minor enhancements
and bugfixes.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/gtmess/
- % - % - % - % -
[014] - HaskellDB 0.10
by imipak (http://freshmeat.net/users/imipak/)
Wed, Dec 26th 2007 14:19
Database :: API
About: HaskellDB is a combinator library for expressing queries and other
operations on relational databases in a type safe and declarative way.
All the queries and operations are completely expressed within Haskell,
and no embedded (SQL) commands are required.
Changes: This release adds support for GHC 6.6. There are other assorted
enhancements and bugfixes.
License: BSD License (revised)
URL: http://freshmeat.net/projects/haskelldb/
- % - % - % - % -
[015] - HaXml 1.19.1
by imipak (http://freshmeat.net/users/imipak/)
Wed, Dec 26th 2007 14:16
Software Development
Software Development :: Libraries
Text Processing :: Markup :: XML
About: HaXml is a suite of libraries and tools for manipulating XML
documents in Haskell. It includes a parser, a pretty-printer, a
validator, a combinator library for transforming documents, and
converters for changing a Haskell datatype into an XML DTD, and for
changing an XML DTD into a set of Haskell datatypes. There are also tools
for a query language based on XQL.
Changes: Assorted cleanups, enhancements, and bugfixes.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/haxml/
- % - % - % - % -
[016] - hmake 3.13
by imipak (http://freshmeat.net/users/imipak/)
Wed, Dec 26th 2007 14:18
Software Development
Software Development :: Build Tools
Software Development :: Compilers
About: hmake is a compilation manager for Haskell programs. It is
compiler independent, and liberates the programmer from needing to write
Makefiles by extracting dependencies directly from the source code. It is
aware of all compiler invocation conventions, and of several common
pre-processors, including cpp, greencard, hsc2hs, c2hs, and happy.
Changes: GHC 6.6 support has been fixed.
License: Freely Distributable
URL: http://freshmeat.net/projects/hmake/
- % - % - % - % -
[017] - Hugs 98 98-September2006
by imipak (http://freshmeat.net/users/imipak/)
Wed, Dec 26th 2007 14:04
Software Development :: Interpreters
About: Hugs 98 is a functional programming system based on interpreted
Haskell 98, the de facto standard for non-strict functional programming
languages.
Changes: Synchronized with GHC 6.6. Assorted major feature enhancements
and bugfixes.
License: BSD License (original)
URL: http://freshmeat.net/projects/hugs/
- % - % - % - % -
[018] - Infonomix 0.01
by infobankr (http://freshmeat.net/users/infobankr/)
Wed, Dec 26th 2007 10:47
Information Management :: Workflow Frameworks
Office/Business
Office/Business :: Scheduling
About: Infonomix is a project management system similar to Trac, written
in PHP and using XSLT. It is designed more for professional services
tasks, like graphic design and Web development. It also keeps track of
time using a time clock system, and time can be assigned to tasks,
projects, or clients.
License: Affero General Public License
URL: http://freshmeat.net/projects/infonomix/
- % - % - % - % -
[019] - Jackcess 1.1.10
by jahlborn (http://freshmeat.net/users/jahlborn/)
Wed, Dec 26th 2007 10:34
About: Jackess is a pure Java library for reading and writing MS Access
databases.
Changes: This release adds index-based table traversal support to Cursor
with optional sub-range narrowing. It adds position save/restore, row
find, and a variety of other features. Table iteration has been moved out
of Table and into Cursor. The first stage in offering more complicated
table access has been implemented. Table row count is updated correctly on
row deletion or bulk row addition. Experimental support has been added for
auto-number columns. The project has been moved to maven2, and the project
groupId has been changed to com.healthmarketscience.jackcess.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/jackcess/
- % - % - % - % -
[020] - KaufKauf Slim Linux 1.0
by Oxygenic (http://freshmeat.net/users/oxygenic/)
Wed, Dec 26th 2007 07:35
Desktop Environment :: Gnome
Desktop Environment :: Window Managers :: Sawfish
Home Automation
About: KaufKauf Slim Linux is a fully configured Linux-based operating
system that is able to run from flash memory. It doesn't require more than
500 MBytes of disk-space. It comes with full support for TouchKit touch
controllers and is made to run on weak systems (200 MHz CPU and 128 MBytes
RAM are enough). It is designed for embedded systems, doesn't need to be
shut down cleanly and comes with GNOME, CUPS, and several other features.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/kaufkauflinux/
- % - % - % - % -
[021] - Linux Bluetooth Remote Control 0.5
by Matthias Bläsing (http://freshmeat.net/users/matthiasblaesing/)
Wed, Dec 26th 2007 10:29
About: Linux Bluetooth Remote Control (LBRC) is a remote control program
that allows a Linux computer to be controlled by a J2ME device via
Bluetooth. It is divided into a server part that runs on the computer and
reacts to input events and a client part that runs on the J2ME device. The
J2ME client sends the device's keycodes, which are translated to
keystrokes, mouse movements, mouse clicks, or other input events on the
controlled computer.
Changes: File selection for the mplayer module. A VolumeControl module
with graphical feedback. VolumeControl is now based on gstreamer (should
allow easy support for OSS and Pulseaudio). Mode robust CommandExecutor.
Debug messages have been added. A new JSON parser. Several bugfixes.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/lbrc/
- % - % - % - % -
[022] - LipstikLF 1.0 stable
by Michal Buczko (http://freshmeat.net/users/mbuczko/)
Wed, Dec 26th 2007 14:23
Desktop Environment :: Theme
Software Development :: User Interfaces
About: LipstikLF is intended to be a Swing counterpart for the Lipstik KDE
theme engine. It was written to be fast, clean, and as similar to original
Lipstik look as possible. It should run both on Java 1.4 and 1.5.
Changes: Scroll bars and input fields have been made round. Popups look
changed a bit. Internal frames with nulled icons cause no crash now.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/lipstiklf/
- % - % - % - % -
[023] - Logger 07360.1602
by BpMatthias (http://freshmeat.net/users/BpMatthias/)
Wed, Dec 26th 2007 16:58
System :: Logging
System :: Systems Administration
Utilities
About: Logger is a log queueing and optimization utility. It can handle
logs larger than 2GB and perform automatic nightly log rotation without
affecting services. Any application that writes a log can be maintained be
Logger, including syslogd. It is light, small, and fast, emphasizes
security, and reduces drive usage through memory queueing.
Changes: This release optimizes TCP sockets for faster performance.
License: GNU General Public License v2
URL: http://freshmeat.net/projects/slogger/
- % - % - % - % -
[024] - Logger 07360.0349
by BpMatthias (http://freshmeat.net/users/BpMatthias/)
Wed, Dec 26th 2007 06:43
System :: Logging
System :: Systems Administration
Utilities
About: Logger is a log queueing and optimization utility. It can handle
logs larger than 2GB and perform automatic nightly log rotation without
affecting services. Any application that writes a log can be maintained be
Logger, including syslogd. It is light, small, and fast, emphasizes
security, and reduces drive usage through memory queueing.
Changes: Minor read lag was removed from TCP sockets. The documentation
was updated.
License: GNU General Public License v2
URL: http://freshmeat.net/projects/slogger/
- % - % - % - % -
[025] - Lynis 1.0.6
by M. Boelen (http://freshmeat.net/users/MBoelen/)
Wed, Dec 26th 2007 14:00
Security :: Forensics
System :: Diagnostics
About: Lynis is an auditing tool for Unix (specialists). It scans the
system configuration and creates an overview of system information and
security issues usable by professional auditors.
Changes: This release adds a hostname check, a Solaris real users test,
and several small bugfixes and test improvements.
License: GNU General Public License v3
URL: http://freshmeat.net/projects/lynis/
- % - % - % - % -
[026] - MachDB 0.5.1
by Nathan Hubbard (http://freshmeat.net/users/ndh/)
Wed, Dec 26th 2007 07:31
About: MachDB is machine database to catalog of the changing state of your
hosts. It consists of a database, an aggregator, an XML spec, and some
example information gathering scripts. Along with a Web UI, these form the
basis of a system that will allow you to catalog the current and historical
state of the hosts in your infrastructure. It has been designed with scale
in mind, and the goal is to support 10k hosts. It is being actively
developed and is used in production at a few organizations.
Changes: Bugs were fixed. The scheme was changed. The XML spec was
updated. The filesystem and disks have had the limit raised from 2TB to 16
zettabytes. The OS name is now limited to 100 characters. Base
architecuture was added to the host node. A Unified Cache to CPU node was
added. "Version" and "release" were split up into two different fields for
packages. "Release" is optional input. Various UI bugs were fixed. Files
were renamed. A contrib directory was added.
License: GNU General Public License v2
URL: http://freshmeat.net/projects/machdb/
- % - % - % - % -
[027] - Mambo 4.6.3
by Moritz Barsnick (http://freshmeat.net/users/barsnick/)
Wed, Dec 26th 2007 16:57
Database
Internet :: WWW/HTTP :: Dynamic Content
Internet :: WWW/HTTP :: Site Management
About: Mambo is a full-featured content management system (CMS) that can
be used for everything from simple Web sites to complex corporate
applications. Mambo has a rich feature set, a long history, and a stable
codebase.
Changes: Several stability, security, and performance improvements were
made, along with a number of bugfixes. Compatibility with 3rd party
extensions was improved. Some core extensions were updated.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/mambo/
- % - % - % - % -
[028] - Mother of all gravity games 1.90
by Bernhard Trummer (http://freshmeat.net/users/slash42/)
Wed, Dec 26th 2007 16:54
Games/Entertainment :: Arcade
About: Mother of all gravity games (Moagg) combines several game genres
such as races, search and rescue, seek and destroy, etc. into a 2D gravity
game. You are the pilot of a small spaceship, and have to navigate through
different levels. Beside the gravity that drags you down, there are other
obstacles like magnets, black holes, cannons, rockets, tanks, etc.
Changes: Although the game artwork is nearly the same as in 0.18, there
are a lot of fundamental changes under the hood. The most important one is
that this release is based on Java 1.5 instead of SDL.
License: GNU General Public License v2
URL: http://freshmeat.net/projects/moagg/
- % - % - % - % -
[029] - Movie Vote 1.3
by Viraj Alankar (http://freshmeat.net/users/valankos/)
Wed, Dec 26th 2007 16:59
Internet :: WWW/HTTP :: Dynamic Content
About: Movie Vote is a Django-based movie voting system. It is ideally
suited for scheduling movie showings based on what users would like to
see. Viewers are authenticated, and votes are weighted to favor those who
consistently show up.
Changes: Support has been added for storing Metacritic and Rotten Tomatoes
review scores and calculating an average of them. Note that this requires a
database schema change.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/movie_vote/
- % - % - % - % -
[030] - Navit 0.0.3
by cp15 (http://freshmeat.net/users/cp15/)
Wed, Dec 26th 2007 06:49
Multimedia :: Graphics
Scientific/Engineering :: Geographical
About: Navit is a modular, touch screen friendly car navigation system
with GPS tracking, a real-time routing engine, and support for various
vector map formats. It features GTK+ and SDL user interfaces in addition
to a GL-accelerated 3D view.
Changes: OpenStreetMap support has been greatly enhanced (navit now uses a
binfile driver). Garmin support has been greatly enhanced (but routing is
still being worked on). Some improvements were made for using navit under
OpenMoko. Map interaction in GTK was implemented, so you can now "slide"
the map by pressing the mouse button and dragging the map. A lot of
bugfixes and other small improvements were made.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/navit/
- % - % - % - % -
[031] - OCC 1.3
by kulkanie (http://freshmeat.net/users/kulkanie/)
Wed, Dec 26th 2007 14:00
Games/Entertainment
Games/Entertainment :: Puzzle Games
Internet
About: Online Chess Club is a PHP chess game. It allows you to play any
number of games simultaneously against your friends online using only a
Web browser, provided you own some PHP-ready Web space. It recognizes
checkmate, stalemate, and allows you to draw a game. In addition, finished
games may either be archived or deleted.
Changes: This release provides several minor fixes and enhancements. All
user related data is now stored in one directory. There is now write
access locking via a temporary file. The source and destination of a move
is highlighted. A bug in the search page was fixed (you could not search
for your own games). The contrast of text has been increased, the browser
page titles now reflect the OCC section, and the README is more accurate
on security.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/occ/
- % - % - % - % -
[032] - OpenNetAdmin 07.12.20_alpha
by OpenNetAdmin (http://freshmeat.net/users/opennetadmin/)
Wed, Dec 26th 2007 17:13
Internet :: Name Service (DNS)
Security
System :: Networking
About: OpenNetAdmin provides a database managed inventory of your IP
network (IPAM). Each host can be tracked via a centralized AJAX-enabled
Web interface that can help reduce tracking errors. It also has the
ability to generate DHCP and DNS configuration for individual servers from
the data stored in the database. There is a command line interface for
batch scripting that can be accessed remotely or locally.
License: GNU General Public License v2
URL: http://freshmeat.net/projects/ona/
- % - % - % - % -
[033] - Pantheios 1.0.1 beta 71
by Dr Proctor (http://freshmeat.net/users/DrProctor/)
Wed, Dec 26th 2007 23:09
Software Development :: Libraries
System :: Logging
About: Pantheios is a C/C++ logging API library. It offers an optimal
combination of complete type-safety, very high efficiency, genericity, and
extensibility. It is simple to use and extend, highly portable (platform
and compiler independent), and it upholds the C tradition of only paying
for what you use. Pantheios supports logging of message statements of
arbitrary complexity, consisting of heterogenous types. Pantheios supports
filtering of log messages based on severity level.
Changes: The library was cleaned up in preparation for the introduction of
unit/component testing to the distribution.
License: BSD License (revised)
URL: http://freshmeat.net/projects/pantheios/
- % - % - % - % -
[034] - PHP Directory Listing 0.3.1
by Raphael J. Schmid (http://freshmeat.net/users/sixtyfive/)
Wed, Dec 26th 2007 06:58
Internet :: WWW/HTTP :: Dynamic Content
Internet :: WWW/HTTP :: Indexing/Search
Internet :: WWW/HTTP :: Site Management
About: PHP Directory Listing displays the contents of a directory on a Web
server with automatic thumbnail creation and caching for JPEG, GIF, and PNG
files, a text preview for all kinds of text files and every other file type
it knows about, and MIME type icons.
Changes: The handling of arrays was fixed to comply with PHP5, allowing it
to work with PHP5 at all.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/php-directory-listing/
- % - % - % - % -
[035] - PHP-Qt 0.9
by tm243 (http://freshmeat.net/users/tm243/)
Wed, Dec 26th 2007 14:03
Desktop Environment
Software Development :: Libraries
Software Development :: Libraries :: Application Frameworks
About: PHP-Qt is an extension for PHP 5.1 that makes it possible to write
software with the Qt toolkit. It provides an object-oriented interface to
the Qt 4 framework.
Changes: This release uses Qt Designer to create dialogs. Custom signals
may now pass arguments to the slots. Mac OS X (Leopard) is now supported.
Cloning of Qt derived objects is supported. There are more tutorials. This
release has improved method calling and improved memory handling.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/php-qt/
- % - % - % - % -
[036] - php-residence 0.7.2
by Marco M. F. De Santis (http://freshmeat.net/users/marcods/)
Wed, Dec 26th 2007 10:47
Internet :: WWW/HTTP :: Dynamic Content
Office/Business :: Financial
Office/Business :: Financial :: Point-Of-Sale
About: php-residence is designed to manage weekly or daily rental of house
apartments or small hotel rooms. It uses a PostgreSQL or MySQL database as
a backend. Reservations can be assigned to an apartment automatically with
user-defined rules.
Changes: This release fixes a bug in version 0.7.1 that made you lose
reservations imported when creating a new year. The graphics theme has
been updated.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/php-residence/
- % - % - % - % -
[037] - ProBIND 1.0.2
by youngmug (http://freshmeat.net/users/youngmug/)
Wed, Dec 26th 2007 14:27
Internet :: Name Service (DNS)
System :: Networking
About: ProBIND is a Web application designed for managing the DNS zones
for one or more servers running the ISC BIND DNS server software. It works
best for companies that need to manage a medium-sized pool of domains
across a set of servers.
Changes: This release incorporates the changes made to the ProBIND2 fork
(now defunct), and contains cleanup work to allow ProBIND to function on
modern system configurations.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/probind/
- % - % - % - % -
[038] - Q7Z 0.7.0
by Chris Giles (http://freshmeat.net/users/C_B_G/)
Wed, Dec 26th 2007 23:09
System :: Archiving
System :: Archiving :: Compression
About: Q7Z is an archiving tool that can update existing archives quickly,
backup a folder to a storage location, create or extract a protected
archive, and increase efficiency by using archiving profiles.
Changes: It is now possible to ignore files and directories via wildcards.
Lists were provided for storing links to frequently archived directories
and files. A list mode can be invoked with the 'L' option to specify a
list file at the command line. An 'l' option is used for sending archives
to the current drive. In separate mode, a different archive is created for
each input. The 'http_proxy' environment variable is now respected while
updating. Tests are made for the existence of required external binaries
when starting. The position of the main window is now remembered between
sessions. MSI and WIM archives are now recognized.
License: GNU General Public License v2
URL: http://freshmeat.net/projects/q7z/
- % - % - % - % -
[039] - qlbar 0.1.2
by Pawel Prokop (http://freshmeat.net/users/pa810/)
Wed, Dec 26th 2007 06:59
Desktop Environment :: Window Managers :: Blackbox
Desktop Environment :: Window Managers :: Enlightenment
Desktop Environment :: Window Managers :: Window Maker
About: QLBar is a toolbar gadget for X11 that contains icons and allows
you to launch associated applications quickly. Normally, it appears as a
one pixel line high placed at the edge of the screen. When the mouse is
moved over this line, QLBar appears as a bar with icon images.
Changes: Some minor cosmetic enhancements and bugfixes were made. A new
option to daemonize qlbar was added.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/qlbar/
- % - % - % - % -
[040] - RefDB Publication List 1.1
by mhoenicka (http://freshmeat.net/users/mhoenicka/)
Wed, Dec 26th 2007 17:15
Text Processing :: Bibliography
Text Processing :: Markup :: DocBook
About: RefDB Publication List is an add-on for RefDB that provides a
simple way to dynamically create publication lists from the reference data
stored in your database. You can compile the publication list for your CV
or for your annual department report with a single command instead of
maintaining it manually.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/refdb-publist/
- % - % - % - % -
[041] - Simple Backup 1.1
by Patrick van Zweden (http://freshmeat.net/users/pvzweden/)
Wed, Dec 26th 2007 06:57
System :: Archiving :: Backup
About: Simple Backup is a shell script for creating basic backups. It
works by using a file that contains the folders to be backed up and a file
that contains expressions to exclude certain folders/files.
Changes: Support for pre and post scripts was added. The tar compression
option was moved towards a variable. A mysqldump pre script and an ncftp
post script were added as extras.
License: Freeware
URL: http://freshmeat.net/projects/simple_backup/
- % - % - % - % -
[042] - Snd 9.6
by Bill Schottstaedt (http://freshmeat.net/users/schottstaedt/)
Wed, Dec 26th 2007 13:59
Multimedia :: Sound/Audio :: Analysis
Multimedia :: Sound/Audio :: Editors
About: Snd is a sound editor modelled loosely after Emacs. It can
accommodate any number of sounds, each with any number of channels. It can
be customized and extended using Guile, Ruby, or Forth.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/snd/
- % - % - % - % -
[043] - Splashy 0.3.8
by lemsx1 (http://freshmeat.net/users/lems1/)
Wed, Dec 26th 2007 13:58
About: Splashy is a boot splash program that doesn't require patching the
Linux kernel. It paints graphic images directly to framebuffers using
libdirectfb.
Changes: /etc/lsb-base-logging.sh now checks whether it should unmount
$STEPS_DIR before doing so. /etc/lsb-base-logging.sh now checks whether it
should start keymap.sh/console-screen.sh on Debian systems.
console-tools/config.d/splashy touches /dev/shm/splashy* files to signal
lsb-base-loggin.sh that it needs to start a process like
keymap.sh/console-screen.sh.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/splashy/
- % - % - % - % -
[044] - Synergiser 1.2 (Stable)
by Kamatsu (http://freshmeat.net/users/kamatsu/)
Wed, Dec 26th 2007 17:16
Internet :: WWW/HTTP :: Dynamic Content
Internet :: WWW/HTTP :: Site Management
About: Synergiser is a content management system (CMS) that does not rely
on a database. It features a simple blog system, TinyMCE editors for all
relevant sections, complete with an image manager, a module architecture,
a simple menu, an RSS aggregator, a settings manager for module settings
and template/locale, a Content Pages panel for managing static pages, and
a template system with definable regions.
Changes: Changes include major security fixes, including a fix for the ..
substitution bug and improved password security, as well as an updated
menu system and UI, a customizable links menu, a file abstraction layer
that means that you don't ever have to deal with raw files in the panel,
faster and more secure page rendering and loading, and prettified modules
included in TinyMCE. Complete cross-server compatibility including IIS is
now available, as well as a more flexible settings panel. Numerous
bugfixes over 1.13 are included, and the entire platform should be more
stable than the last release.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/synergiser/
- % - % - % - % -
[045] - TAR GUI 0.0.1 alpha
by justXi (http://freshmeat.net/users/justXi/)
Wed, Dec 26th 2007 07:33
System :: Archiving
About: TAR GUI is a graphical user interface for GNU tar. It allows the
user to save and load configurations.
License: GNU General Public License v2
URL: http://freshmeat.net/projects/targui/
- % - % - % - % -
[046] - Task Coach 0.68.0
by Frank Niessink (http://freshmeat.net/users/fniessink/)
Wed, Dec 26th 2007 14:22
Office/Business :: Scheduling
About: Task Coach is a simple todo manager to manage personal tasks and
todo lists. It grew out of a frustration that well-known task managers,
such as those provided with Outlook or Lotus Notes, do not provide
facilities for composite tasks. Often, tasks and other things to do
consist of several activities. Task Coach is designed to deal with
composite tasks.
Changes: This release makes it possible to open a task from its reminder
dialog, adds a command line option to facilitate the PortableApps.com Task
Coach distribution, makes starting and stopping effort tracking quicker,
and fixes a number of bugs.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/taskcoach/
- % - % - % - % -
[047] - vitetris 0.3.4
by Victor Nilsson (http://freshmeat.net/users/vervex/)
Wed, Dec 26th 2007 17:00
Games/Entertainment :: Arcade
Games/Entertainment :: Puzzle Games
About: vitetris is a Tetris clone for the terminal that doesn't use
ncurses. It features configurable keys, a high score table, and 2-player
mode. Gameplay is much like the early Tetris games by Nintendo.
Changes: This release fixes missing flush of output when the winner is
shown in 2-player mode. The SIGWINCH signal is now handled, which means
that terminal resizing can be detected without using Xlib.
License: BSD License (revised)
URL: http://freshmeat.net/projects/vitetris/
- % - % - % - % -
[048] - webcrush 0.2
by Michael Adams (http://freshmeat.net/users/mpadams/)
Wed, Dec 26th 2007 23:20
Information Management
Internet :: WWW/HTTP :: Site Management
Multimedia :: Graphics :: Graphics Conversion
About: webcrush is a program that optimizes file content for space and
bandwidth reduction. One could use this on either a private file
collection to save drive space or on a live Website to reduce bandwidth
costs.
Changes: Basic gzip and gunzip support, and support for zip recompression
via advzip. JS optimization was moved to the AGGRO option. Routines were
rewritten to use separate arrays of comparable filetypes. It was made
easier to change the script to work on a non-Windows system.
License: GNU General Public License v2
URL: http://freshmeat.net/projects/webcrush/
- % - % - % - % -
[049] - webmontage 1.0.0
by nyarnon (http://freshmeat.net/users/nyarnon/)
Wed, Dec 26th 2007 17:13
Multimedia :: Graphics :: Capture
About: webmontage rips images from the Web to do things with them.
Currently, it can create an ever-changing image with the pictures on it
linked and the search term annotated, or change your desktop's background.
License: GNU General Public License v3
URL: http://freshmeat.net/projects/webmontage/
- % - % - % - % -
[050] - WikyBlog 1.5.7.2
by Josh Schmidt (http://freshmeat.net/users/oyejorge/)
Wed, Dec 26th 2007 10:36
Information Management
Internet :: WWW/HTTP :: Dynamic Content
Internet :: WWW/HTTP :: Dynamic Content :: News/Diary
About: WikyBlog is a Wiki/Blog CMS/groupware application with an AJAX
enhanced tabbed interface that enables users to view and edit multiple
files within the same page. UTF-8 support for multi-language abilities,
integrated custom template editing, file upload, a flexible user privilege
system, and Google Maps integration number among its many features.
Changes: A JavaScript option for keyboard shortcuts was added in addition
to improving plugin management scripts. A link editing bug and SQL
creation bug were also fixed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/wikyblog/
- ------------.-.--- - ----.- ----.- ----- --. --- ------ .--
--===============0016787938==
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
--===============0016787938==--
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]