|
Source: Freshmeat Daily News Simple Groupware is a complete groupware package. Unlike other groupwares, Simple Groupware contains a new programming language called sgsML, which was created to quickly create powerful Web applications. License: GNU General Public License (GPL) Changes: A new console for SQL and PHP was added to make it easier to run those statements directly in a popup. vCard and LDIF (LDAP Data Interchange Format) were added as new export methods. PDAs having Opera Mobile 8.5 beta are now also supported. Folders can be moved. An XML-RPC server was added together with a small client library showing how to use it. A new efficient locking system was created to provide better protection against tree corruption. The unit-tests were converted to much simpler blackbox tests. URL validation and browser detection for the Mozilla suite was fixed.
Source: Freshmeat Daily News SubLib is a library for managing movie subtitles. It's being built to support numerous subtitle formats and includes error correction and subtitle editing, conversion, and synchronization. License: GNU General Public License (GPL) Changes: The MicroDVD parser now detects style tags anywhere inside subtitles' text. Some bugs related to style parsing in SubRip subtitles were fixed. The Parsing engine was optimized. Subtitle regular expressions are now case-insensitive by default. Subtitle text is now trimmed.
Source: Freshmeat Daily News GalaxyMage is a tactical/strategic RPG. A tactical RPG is a type of role-playing game where turn-based battles are fought on a 3D map. Examples of commercial tactical RPGs include Final Fantasy Tactics, Vandal Hearts, and Disgaea: Hour of Darkness. GalaxyMage is designed to be relatively simple to pick up and play without getting bogged down in the details of the battle mechanics. But it also allows for a lot of character development and customization. License: GNU General Public License (GPL) Changes: Units now have a "facing", and take more damage when hit from the sides or rear. Graphical HP and SP bars have been added. An input bug (which could cause a crash) on Mac OS X has been fixed.
Source: Freshmeat Daily News PCMan File Manager is a very fast and lightweight file manager which features tabbed browsing. License: GNU General Public License (GPL) Changes: File association support was implemented, which binds a default application to MIME-types. Thumbnail support was added. A "User Preference" dialog was added. The user is prompted before overwriting existing files. Icons are displayed in the application menu. Hidden files are not shown from the directory tree. Scrolling of folder view was improved. Directory loading was speeded up. Many bugfixes were made. The zh_CN locale was added.
Source: Freshmeat Daily News KeyWatcher is a daemon that monitors events from the Linux input event system and can perform actions based on certain events. Multimedia keys like play, stop, and mute can be made to do what they say. A GUI configuration utility called keyConfig is included, though the daemon itself does not require X. License: GNU General Public License (GPL) Changes: A problem with 100% CPU usage when unplugging or re-plugging an input device was fixed. A desktop entry file was added.
Source: Freshmeat Daily News Max is an application for creating high-quality audio files in various formats from CDs or files. When extracting audio from CDs, it uses cdparanoia. Once the audio is extracted, it can generate audio in over 20 compressed and uncompressed formats including MP3, Ogg Vorbis, FLAC, AAC, Apple Lossless, Speex, AIFF, and WAVE. It can also convert from one format to another. For many popular formats the artist and album metadata is transferred seamlessly between the old and new files. Max is integrated with FreeDB to permit automatic retrieval of CD information. For MP3, FLAC, Ogg FLAC, Ogg Vorbis, AAC, and Apple Lossless files, it will write this metadata to the output. License: GNU General Public License (GPL) Changes: This is primarily a feature-enhancement release. Max now supports cuesheets for MP3, WAV, and AIFF output. FLAC metadata handling is substantially improved, and there is preliminary FLAC cuesheet support. Finally, there is a new "convert in place" option which saves converted files to the same directory as the original.
Source: Freshmeat Daily News PCMan File Manager is a lightweight file manager which features tabbed browsing. License: GNU General Public License (GPL) Changes: File association support was implemented, which binds a default application to MIME-types. Thumbnail support was added. A "User Preference" dialog was added. The user is prompted before overwriting existing files. Icons are displayed in the application menu. Hidden files are not shown from the directory tree. Scrolling of folder view was improved. Directory loading was speeded up. Many bugfixes were made. The zh_CN locale was added.
Source: Freshmeat Daily News The Zild C Database Library implements a small, fast, and easy to use database API with thread-safe connection pooling. The library can connect transparently to multiple database systems. It has zero runtime configuration and connections are specified via a URL scheme. License: GNU General Public License (GPL) Changes: API changes were made. beginTransaction(), commit(), and rollback() now return int values. Minor bugs were fixed.
Source: Freshmeat Daily News sipsak is a command line tool for performing various tests on Session Initiation Protocol (SIP) applications and devices. It can make several different tests, send the contents of a file, and interpret and react on the responses. It supports (de-) registration with given contact URIs and digest authentication. License: GNU General Public License (GPL) Changes: A new option allows to add any header to the outgoing requests. The variable replacement option now accepts any number of attribute value pairs. Besides MD5 now SHA1 is support as digest authentication algorithm. The password for authentication can be read from stdin to prevent password disclosure in the process list. Fixed problems when executed as user root and compiles fine again under cygwin.
Source: Freshmeat Daily News XPertMailer is a PHP class that you can use to send encoded MIME type email messages (text, HTML, HTML embedded images, attachments) to a localhost, client, or relay SMTP servers with optional authorization. Cc and Bcc functionality are included. The data sending is done according to RFC 821 and RFC 2821, and the message type conforms with RFC 2045, RFC 2046, RFC 2047, RFC 2048, RFC 2049, and RFC 2822. License: GNU General Public License (GPL) Changes: Cc and Bcc functionality was added. A port number socket connection value was added with the port() function. A coresponding Microsoft Article ID 291828 for the "From:" header value was fixed. The auth method was fixed so that if AUTH_DETECT fails then it will attempt to use AUTH_LOGIN. The "@" was removed from function calls. The getmxrr() function was changed internally for Win32. The documentation was updated.
Source: Freshmeat Daily News aviManager helps you manage your (large) movie (DVD, DivX) collection. It ships with an intelligent voting system for many users, and attempts to find the best movie to watch. There is also a nice IMdb grabber for fast movie adding. License: GNU General Public License (GPL) Changes: Problems related to CGI::Session 4.0x were fixed. Grabbing covers from IMDb works again. Some translations were updated.
Source: Freshmeat Daily News Squirrel Shell is a cross-platform alternative to system shells like bash in *nix and command.com (cmd.exe) in MS Windows. It is based on a powerful scripting language named "Squirrel". License: GNU General Public License (GPL) Changes: Since no bugs were found, the status was changed to Beta. The "PLATFORM" constant was added. Symbolic access modes were implemented for the fopen() function. A function for listing directory contents, a function for determining the type of a directory entry, mathematical functions, and some examples were added.
Source: Freshmeat Daily News schedtool interfaces with the Linux CPU scheduler. It allows the user to set and query the CPU-affinity and nice-levels of processes, as well as all scheduling policies, like batch or real-time (RR/FIFO) classes and their priorities. License: GNU General Public License (GPL) Changes: A new scheduling policy, SCHED_IDLEPRIO, is now directly supported.
Source: Freshmeat Daily News CACAO is a JIT compiler for Java. It started as a research JavaVM to explore new implementation techniques. It is available for Alpha, Arm, i386, MIPS (32- and 64-bit), PowerPC (32-bit), and x86-64 architectures. License: GNU General Public License (GPL) Changes: Compilation of the interpreter and JIT compiler into one binary is now supported (but not enabled by default). The bootstrap ZIP code was rewritten, improving VM startup time. The JNI DirectByteBuffer functions were fixed, so jogl now works. Most third-party files were removed from the repository, since the program links to the libraries instead. The VM interface Java files which were identical to the GNU Classpath upstream versions were removed. defineClassWithTransformers was added to java.lang.VMClassLoader. A lot of bugfixes were made.
Source: Freshmeat Daily News Nmap ("Network Mapper") is a utility for network exploration, administration, and security auditing. It uses IP packets in novel ways to determine which hosts are available online (host discovery), which TCP/UDP ports are open (port scanning), and what applications and services are listening on each port (version detection). It can also identify remote host OS and device types via TCP/IP fingerprinting. Nmap offers flexible target and port specifications, decoy/stealth scanning for firewall and IDS evasion, and highly optimized timing algorithms for fast scanning. License: GNU General Public License (GPL) Changes: This is a pre-release for testing before the upcoming 4.0 release. Changes since version 3.99 include runtime interaction support for Windows (it already worked on UNIX), new nmap-mac-prefixis and nmap-protocols files, an updated (to 6.4) LibPCRE, and some fixes to enable compilation on the new Intel-based Macs.
Source: Freshmeat Daily News RSSTail is more or less an RSS reader. It monitors an RSS feed, and if it detects a new entry, it will emit only that new entry. License: GNU General Public License (GPL) Changes: A 100% CPU usage problem was fixed.
Source: Freshmeat Daily News Yoltia is a computer program for editing image files. It provides the functionality to do simple changes to a large number of pictures quickly and very comfortably and exactly. It can read and write PNG, XPM, BMP, and in most cases JPEG (depends on the Qt library). It can use and preview custom compression levels for JPEG and PNG, create new pictures, rotate pictures with 0.5 degree accuracy, perform color depth conversion with usage of different dithers, manipulate the RGB and HSV values and hotkey inverting, and perform resizing, cutting, and stretching. It has many user orientated zoom modes. A multi-document interface, quick editing of many pictures via browsing directories or self-defined file lists, mirroring, clipboard and drag-and-drop-interaction, and a simple and fast GUI with hotkey-orientated usage. License: GNU General Public License (GPL) Changes: Default paths were set for open translation file dialogs (/usr/share/yoltia/ and /usr/lib/qt3/translations/). "Save as " is no longer shown in the "Pictures" menu. Vertical mirroring can be done via the hotkey Ctrl+M. The integrated language was changed from German to English.
Source: Freshmeat Daily News Scapy is a powerful interactive packet manipulation tool, packet generator, network scanner, network discovery tool, and packet sniffer. It provides classes to interactively create packets or sets of packets, manipulate them, send them over the wire, sniff other packets from the wire, match answers and replies, and more. Interaction is provided by the Python interpreter, so Python programming structures can be used (such as variables, loops, and functions). Report modules are possible and easy to make. It is intended to do about the same things as ttlscan, nmap, hping, queso, p0f, xprobe, arping, arp-sk, arpspoof, firewalk, irpas, tethereal, tcpdump, etc. License: GNU General Public License (GPL) Changes: This version comes with a better color theme management that permits autorun functions for automatic testing and session reporting in text, ANSI, or HTML (see UTscapy, http://www.secdev.org/projects/UTscapy). Scapy now works on Solaris. Many fixes are included.
Source: Freshmeat Daily News gimmage is an image viewer that is perfect for command line usage as it accepts directories and image filenames as arguments. It has an in-application file browser that allows users to select and drag images and directories into the image viewing area in order to have them displayed. License: GNU General Public License (GPL) Changes: Functionality was added to support the spacebar as a hotkey to advance to the next image.
Source: Freshmeat Daily News SrvReport is a simple and featureful server monitoring and reporting system. It sends a daily email with information about the state of the server including traffic, CPU load, mail, HTTP, FTP reports, and other logs. It also supports multiple languages. Reports will be sent via email and can be written in HTML or XML files. License: GNU General Public License (GPL) Changes: Exim support was added. A graphical report for number of messages and bytes per hour was added. Comments for the configuration of apache2 and exim were added. Support for excluding lines via regex (exclude_regex) was added.
Source: Freshmeat Daily News wview is an application that controls a supported weather station to retrieve archive records and current conditions. Archive records may optionally be stored in a relational database (MySQL or PostgreSQL). At a user-defined interval, wview will use the archive history and current conditions to generate weather images (buckets and graphs) and Web pages based on configurable HTML templates. It supports serial and USB data loggers, as well as connectivity with a terminal server or serial server via TCP sockets. License: GNU General Public License (GPL) Changes: Station support was added for the Vaisala WXT-510 and the Simulator station. CWOP submission was changed so that it uses station pressure instead of sea level or barometric pressure. A bug with the moon phase calculator was fixed.
Source: Freshmeat Daily News Musicextras is a program for automatically retrieving extra information for songs. Currently it retrieves lyrics, album covers, artist images, and more. It was designed to make it easy to add other functionality. Information is obtained using plugins that parse Web page data. An example for having XMMS automatically load information for the currently playing MP3 is included. License: GNU General Public License (GPL) Changes: The synced_lyrics fetcher was added. Plugins for LyricsDomain and Lrcdb were added. The Allofmp3, LyricsTime, and Plyrics plugins were fixed. The --update option was added for downloading plugin updates.
Source: Freshmeat Daily News MMSRIP is a client for the proprietary protocol MMS://. It saves the content being streamed to a file. License: GNU General Public License (GPL) Changes: This release introduces many improvements and bugfixes such as a workaround for recalcitrant MMS servers, a switch which enables debug output and the display of the ripping speed. You may also compile MMSRIP on Solaris, Cygwin, and Win32 now.
Source: Freshmeat Daily News 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. License: GNU General Public License (GPL) Changes: This release fixes a number of annoying bugs and crashes in the previous version.
Source: Freshmeat Daily News rxvt-unicode is a clone of the well known terminal emulator rxvt, modified to store text in Unicode (either UCS-2 or UCS-4) and to use locale-correct input and output. It also supports mixing multiple fonts at the same time, including Xft fonts. License: GNU General Public License (GPL) Changes: This releases fixes the "background color" bug, which caused newly-scrolled-in lines to have the wrong background color. A debugging message left in the code in 7.3 has been removed, and a few very minor bugs have been fixed.
Source: Freshmeat Daily News phptelemeter is a script that can read the Web pages for the Web-based "quota" monitor for the Belgian ISP Telenet. These pages contain both the actual status (which is refreshed nightly), and a 30-day shifting window history. This history is what makes up the used quota. License: GNU General Public License (GPL) Changes: This release fixes some bugs in the telemeter4tools parser and adds an option to show a piece of output.
Source: Freshmeat Daily News Geany is a small C editor using GTK2 with basic features of an integrated development environment. It features syntax highlighting, code completion, call tips, many supported filetypes (including C, Java, PHP, HTML, DocBook, Perl, LateX, and Bash), and symbol lists. License: GNU General Public License (GPL) Changes: This release adds .cc, .hh, and .hxx extensions for filetype C++, new keywords for PHP5, a "Beep on errors" option to disable beeping, popup menus for sidebar lists (to quickly hide them), improved auto indention ("for ( ) {" now works), and symbol list support for filetypes LaTeX and DocBook. It eliminates compiler (gcc4) warnings, sets the Open File dialog directory to the same directory as the current file, and updates the included Scintilla to version 1.67. It fixes bugs which occurred when opening files with non UTF-8 filenames.
Source: Freshmeat Daily News JPartialDownloader is a program for downloading files using HTTP/FTP/BitTorrent protocols. It supports many features like resuming unfinished downloads, retrying, and multi-connection HTTP/FTP downloads. What makes this program different from similar programs is that you can download any range of a file. License: GNU General Public License (GPL) Changes: This release supports one connection per IP configuration for BitTorrent downloads. Interfaces for extracting and merging pieces was added to the GUI. Seeding after downloading torrent files was implemented. The dialogs for adding BitTorrent and HTTP/FTP downloads were separated.
Source: Freshmeat Daily News Franki and Earlgrey Linux are small but usable Linux distributions designed to demonstrate the full extent of STUBS, the Toolchain and Utility Build Suite. STUBS is a set of configuration files and scripts designed to build (and optionally employ) toolchains from just a list of desired packages, and has scripts capable of downloading sources as necessary beforehand. It is designed to both bootstrap and work within the Franki Linux environment, requiring just kernel headers and working make/gcc/binutils to do so. License: GNU General Public License (GPL) Changes: This release introduces a new set of extensions ('Black Dragon', for ncurses-based applications). Some minor bugs were fixed and URLs were revised in both the stable and development configurations. The build scripts for dnsmasq, libtool, man, nc6, ne, and shush were updated.
Source: Freshmeat Daily News Ecasound is a software package designed for multitrack audio processing. It can be used for simple tasks like audio playback, recording, and format conversions, as well as for multitrack effect processing, mixing, recording and signal recycling. It supports a wide range of audio inputs, outputs, and effect algorithms. Effects and audio objects can be combined in various ways, and their parameters can be controlled by operator objects like oscillators and MIDI-CCs. A versatile console-mode user interface is included in the package. License: GNU General Public License (GPL) Changes: A severe bug related to audio routing in the engine was fixed. It is now possible to set initial values for any MIDI-CC controlled effect parameters. Many minor bugfixes and improvements were made to the Ecasound Control Interface implementation. Some improvements were also made to the ecasignalview utility.
|