|
Source: Freshmeat Daily News omega t+ is a computer assisted translation (CAT) tool suite. It currently includes omegat, a translation editor tool with numerous features, extspell, an Apsell spell checker user interface, sentseg, for sentence segmenting of documents, and OmegaT packages, from which omegat is derived. License: GNU General Public License (GPL) Changes: A startup problem on Mac OS X and Windows with JRE 1.4.2xx was fixed along with missing scroll bars in Match/Glossary Viewer panes. A Simplified Chinese user interface localization that functions correctly on Windows and possibly Mac OS was added. It has been added as the zh locale instead of zh_CN to enable general accessibility to Chinese users. A Users Manual sub-menu was added to the Help menu and the English manual was updated.
Source: Freshmeat Daily News uni2ascii and ascii2uni convert between UTF-8 Unicode and more than a dozen 7-bit ASCII equivalents including: hexadecimal and decimal HTML numeric character references, \u-escapes, standard hexadecimal, raw hexadecimal, and RFC2396 URI format. Such ASCII equivalents are encountered in a variety of circumstances, such as when Unicode text is included in program source, when entering text into Web programs that can handle the Unicode character set but are not 8-bit safe, and when debugging. An optional GUI is provided. License: GNU General Public License (GPL) Changes: The SGML hexadecimal and decimal numeric character reference formats are now supported. The color scheme of the GUI was improved.
Source: Freshmeat Daily News Klicker is a KDE/QT based metronome that supports from 30 to 208 beats per minute, duple, tuple, and quartal time, and has DCOP interfaces for interprocess control. License: GNU General Public License (GPL) Changes: Output methods were refactored into polymorphic classes. A general code cleanup was undertaken and the annoying, badly hidden easter egg was removed. ADSR settings were added for the aRts output plugin.
Source: Freshmeat Daily News Diskless Remote Boot in Linux (DRBL) provides a diskless or systemless environment for client machines. It works on Debian, Mandriva, Red Hat, Fedora, and SuSE. Unlike LTSP, it uses distributed hardware resources and makes it possible for clients to fully access local hardware. It also includes Clonezilla, a partitioning and disk cloning utility similar to Symantec Ghost. License: GNU General Public License (GPL) Changes: Some bugs were fixed. A netinstall package name of "netinstall-$dist-$ver-$arch" is now used.
Source: Freshmeat Daily News Tellico is a collection manager for KDE. It includes default collections for books, bibliographies, comic books, videos, music, video games, coins, stamps, trading cards, and wines, and also allows custom collections. Unlimited user-defined fields are allowed. Filters are available to limit the visible entries by definable criteria. Full customization for printing is possible through editing the default XSLT file. It can import CSV, Bibtex, Bibtexml, RIS, MODS, CDDB, and audio file metadata and exports CSV, HTML, Bibtex, Bibtexml, ONIX, and PilotDB. Entries may be imported directly from Amazon.com, imdb.com, any z39.50 bibliographic server, PubMed, or an external script. License: GNU General Public License (GPL) Changes: The default behavior for saving images was changed back to putting them inside the data file, with a config option for writing them in the application directory for better performance. A Russian translation was added. Support for drag-and-drop from Mozilla and Firefox for images in the Entry Editor was added, and some of the entry templates were improved. The documentation was updated.
Source: Freshmeat Daily News HelpExplorer is a full-featured help viewer for both Windows and Linux. It features complete support for the WinHelp (.HLP), MS HTML Help 1.x (.CHM), and MS Help 2.0 (.HxS) help file formats, which are widely used on Windows, making it possible to use the same online help files for cross-platform applications. It is easily integrated into your applications and you can flexibly customize its user interface to build the appearance that fits your needs. License: Shareware Changes: MS-Help2 (.HxS) format is now supported. WinHelp (.HLP) and MS-Help1 (.CHM) support was improved.
Source: Freshmeat Daily News The Gecko-Delphi Framework is designed for development of cross-platform applications. This library enables to create easily applications of any level of difficulty in Windows and Linux. The idea consists of using XML to describe the user interface. This procedure increases the speed with which applications are developed several times as compared to classical methods. The library is based on the GRE (Gecko Runtime Environment) produced by the Mozilla Foundation. License: Shareware Changes: This version uses Mozilla Gecko Runtime 1.7.12. All known bugs were fixed.
Source: Freshmeat Daily News grml is a live CD based on Knoppix and Debian. It includes a collection of GNU/Linux software especially for users of texttools and system administrators. It provides automatic hardware detection, and its default shell is the zsh. You can use it e.g. as a rescue system, for analyzing systems/networks, or as a working environment. It is not necessary to install anything to a hard disk; you don't even need a hard disk to run it. Due to on-the-fly decompression, it includes about 2 GB of software and documentation on the CD. License: GNU General Public License (GPL) Changes: This release featured a kernel based on 2.6.15 with additional patches, new udev-based hardware recognition, Bluetooth mouse support via bt-hid, and 99 new packages.
Source: Freshmeat Daily News Chronojump uses a contact platform suitable for two events (in-platform and out-platform), as well as a chronometer printed circuit designed ad-hoc in order to obtain precise and trustworthy measurements. The flight time of a jump is an indicator of the elevation of the center of gravity of the jumper (as long as the starting and arrival position are the same). License: GNU General Public License (GPL) Changes: It is now possible to change the type, distance, and time of a run. The speed is changed automatically. The EditRunInterval widget was fixed. Alphabetical tree views were provided, and jumps and runs are scrolled automatically if required. The colors used in the graphs were adjusted. The stats window now fits in 640x480. A division by zero in the rjexecution GUI was fixed.
Source: Freshmeat Daily News Dual DHCP DNS Server is a combined DHCP/DNS server for small LANs. Dynamic DHCP allocates/renews host addresses, while the caching DNS server first tries resolving from DHCP-allotted names, then from cache, and only then forwarding to external DNS servers. It supports an optional static DHCP mode and static IPs, automatic dynamic DNS updates from DHCP, and the ability to co-exist with other DHCP servers. It is self-configuring and doesn't require the creation of zone files, and uses little memory and CPU. License: GNU General Public License (GPL) Changes: The server now supports 70 DHCP options.
Source: Freshmeat Daily News Aargh is a code generator written in C++. Based on specifications defined in an XML file, it generates C or C++ code to parse a command line, using the getopt() facility available in Unix, Linux, and similar environments. It supports command line options with integer arguments, string arguments, and no arguments. It optionally applies range tests to validate the option arguments, or calls a user-defined validation function. The generated code is commented and carefully indented for readability. License: GNU General Public License (GPL) Changes: This release offers a verbose mode (-v option) that provides a running commentary on what is happening. It also supports a "linkage" attribute on the Validator element, so that for generated C++ code you can specify that a validation function is extern "C".
Source: Freshmeat Daily News ZK is an AJAX/XUL Web framework designed to enable Web applications to have both rich user experiences and a simple programming model. It includes an AJAX-based event-driven engine to automate interactivity and a rich set of XUL-based components. License: GNU General Public License (GPL) Changes: com.potix.zk.ui.Path was added for representing a component path. The Listbox now supports listfoot and listfooter and Button supports the href attribute. DHtmlLayoutPortlet was added for working with Portal (JSR168). com.potix.zul.html.Space was added to simplify the addition of vertical spacing. Box, vbox, hbox, separator, and space now support the spacing attribute. The getPages, getPage, and getDesktopId methods were removed from Component. Performance was optimized by dropping redudant requests. UiException now derives from RuntimeException so there is no need to declare it as part of a signature.
Source: Freshmeat Daily News Stendhal is a multiplayer online adventure game (MMORPG) developed using the Arianne game development system. It features a rich and expanding world in which you can explore towns, buildings, plains, caves, and dungeons. You will meet NPCs and acquire tasks and quests for valuable experience and cold hard cash. Your character will develop and grow, and with each new level up become stronger and better. With the money you acquire, you can buy new items and improve your armour and weapons. You can also roam the world in search of evil monsters (and kill them). License: GNU General Public License (GPL) Changes: Configuration files are stored now in ~/stendhal. Carmen at Semos now sells potions and antidotes. Venomous rats are now weaker. Their poison hurts less and the antidote gives immunity for two minutes. An inventory bug was worked around by disabling left button dragging. Temple, Blacksmith, Kanmararn entrace, Or'ril dungeon level 3, and Jail areas were added along with six new creatures.
Source: Freshmeat Daily News BasKet is a desktop organization tool inspired by DropDrawers (from www.sigsoftware.com). It uses baskets and drawers for organizing various objects, such as text, URLs, images, sounds, or other documents. Objects in a basket can be edited, copied, moved, dragged, and so on. This allows you to stay organized and free your desktop, or to take notes with various types of content (not only text) in an easy way. License: GNU General Public License (GPL) Changes: This version corrected compilation failures, bugs, and crashes, and added some help to enhance usability. Importing from KNotes, KJots, and GNOME Sticky Notes now works again. A separate hack for creating your own tags is now available.
Source: Freshmeat Daily News PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. License: GNU General Public License (GPL) Changes: Source code cleanups. Solaris 2.7 and MingW support improvements. A GeometryCollection handling bug has been fixed. LRS function bugfixes and a postgis_restore.pl bugfix.
Source: Freshmeat Daily News Avahi is a framework for Multicast DNS Service Discovery (mDNS/DNS-SD a.k.a. Zeroconf) on Linux. It allows programs to publish and discover services running on a local network with no specific configuration. For example, you can plug into a network and instantly find printers to print to, files to look at, and people to talk to.
Source: Freshmeat Daily News rdiff-backup backs up one directory to another. The target directory ends up a copy of the source directory, but extra reverse diffs are stored in a special directory so you can still recover files lost some time ago. The idea is to combine the best features of a mirror and an incremental backup. rdiff-backup can also operate in a bandwidth- efficient manner over a pipe, like rsync. Thus you can use rdiff-backup and ssh to securely back up to a remote location, and only the differences will be transmitted. It can also handle symlinks, device files, permissions, ownership, etc., so it can be used on the entire file system. License: GNU General Public License (GPL) Changes: A few ACL fixes.
Source: Freshmeat Daily News Zoph is yet another photo album/gallery/management system, written using PHP and MySQL. It can store lots of information about your photos, including the regular EXIF info, photographer, location, title, description, rating, and the people in the photo. Photos can appear in multiple albums and categories. Additional features include search, slideshows, lightboxes, email, access privileges, and multiple languages. License: GNU General Public License (GPL) Changes: Locations are now hierarchical (like the albums and categories already were). This release can add watermarks to the high resolution version of the photo to prevent unauthorized use. Many improvements to zophImport.pl have been made. The search page has been updated to allow more complex searches. This release has SSL support. MySQL 4.1 is now supported.
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 release concentrates on bugfixes and cleanups. Several old and new crashing bugs have been resolved (e.g. a crash after menu popup, and selection too wide). Configure and the Makefiles contain a number of workarounds for various BSD bugs. A "tabbed" extension that creates a simple tabbed terminal and a "readline" extension that allows text cursor movement by clicking have been added. Shift-middle button now pastes the clipboard. pty/utmp, etc. handling is now done using the newly created libptytty.
Source: Freshmeat Daily News prbeditor is an editor for Java property resource bundle files. The application's intent is to help in the localization (l10n) of those programs that have been internationalized with Java's standard i18n mechanism. In contrast to other similar tools, it shows the keys and values of several languages at the same time in a spreadsheet, giving a global view of the resource files. The tool relies on the application of regular expresions to organize the keys and filter the visibility of the files. License: GNU General Public License (GPL) Changes: This release adds statistics based on keys matching user defined regular expressions. It improves FindForm by adding a search using regular expressions and restricting the search to a value area. There are a close button and popup button over view tabs.
Source: Freshmeat Daily News Cyphesis is a fantasy MMORPG server (and NPC engine for servers) using AI/A-Life techniques which doesn't have a predefined story. It is the Artificial Intelligence and Artificial Life server/client used by the WorldForge project. License: GNU General Public License (GPL) Changes: The scripting interface for combat systems and tasks is now complete, and a trivial example combat system is included. Server logging has been improved to make it easier for administrators to tell how their server is being used. If a client tries to create a new character of a type that does not exist, it will create a standard character anyway, to avoid the difficulties most people have with the client user interface. New action notifications are now sent to the client in a number of circumstances to trigger character animations. Many bugs have been fixed.
Source: Freshmeat Daily News Sifbuilder provides a scriptable installation framework and a PHP application that automates the creation of WCM Web sites. The installation packages, which may be updated from a master server, automatically download and activate modules, blocks, and themes. License: GNU General Public License (GPL) Changes: This release raises the level of abstraction of the program and widens its functional scope as a generic PHP program installer, introducing new functions such as the declarative generation of functional modules and the automatic update of Web sites.
Source: Freshmeat Daily News cb2Bib is a tool for rapidly extracting unformatted bibliographic references from email alerts, journal Web pages, and PDF files. It facilitates the capture of single references from unformatted sources. References are written in BibTeX. A PDF file with the article text, if available, can be easily linked and renamed by dragging it onto the cb2Bib window. Reference manager applications can later retrieve, import, and display these BibTeX references. License: GNU General Public License (GPL) Changes: The default text color is taken from the user's window manager instead of being hardcoded to black. Context and highlight colors are fully customizable. Minor bugs related to the BibTeX parser and abstract automatic guess have been fixed. Title and ISBN automatic guesses has been added.
Source: Freshmeat Daily News Lost Labyrinth is a rogue-like role-playing game. It uses a Zelda-like graphics engine, and has high replayability. License: GNU General Public License (GPL) Changes: You can do critical hits now with bows. The trader shows details of character items. New monster abilities: Breaks Weapons, Breaks Armor, and Throws stones. Items can be stacked from the belt into the backpack and vica versa. Items can be used from the belt by dragging them on the body skeleton. Items can be stacked and moved in the belt. The item menu responds only when you do not move an item. Speed Trainer is cheaper now. Bugfixes: trapdoor and avoiding it, Mimic only in higher levels, Mystic Bolt and incorrect graphics, and jumping water monsters.
Source: Freshmeat Daily News libdvdread provides a simple foundation for reading DVD video disks. It provides the functionality that is required to access many DVDs. It parses IFO files, reads NAV-blocks, and performs CSS authentication and descrambling. License: GNU General Public License (GPL) Changes: This release includes better error handling, memory leak fixes, bugfixes, and some support for multi-threaded apps.
Source: Freshmeat Daily News Ocrad is the GNU OCR (Optical Character Recognition) program, implemented as a filter and based on a feature extraction method. It reads a bitmap image in PBM or PGM formats and produces text in byte (8-bit) or UTF-8 formats. It also includes a layout analyzer that is able to separate the columns or blocks of text normally found on printed pages. Ocrad can be used as a stand-alone console application, or as a backend to other programs. License: GNU General Public License (GPL) Changes: This release is able to read PPM (color) files. The internal representation is now a 256-level greymap instead of a bitmap. Automatic and adaptive binarization has been added, allowing the removal of colored backgrounds. Two new chapters, "Image Format Conversion" and "Algorithm", have been added to the texinfo file. The target "check" has been added to Makefile. Some fixes and small improvements have been made.
Source: Freshmeat Daily News Gujin is a PC boot loader which can analyze your filesystems. It finds the Linux kernel images available, as well as other bootable partitions (for *BSD, MS-DOS, Windows, etc.), and displays a graphical menu for selecting which system to boot. Because it understands the structure of Linux kernel images, Gujin does not need LILO and can even load very big kernels. There is no need to execute anything after making a new kernel: just copy the kernel image file into the "/boot" directory. Gujin is written almost entirely in C with GCC, and it fully executes in real mode to be as compatible as possible. License: GNU General Public License (GPL) Changes: Fixes a problem loading compressed and uncompressed initrd. Fixes a problem on FAT32. Enables booting floppy images on ext2/3 (like /boot/memtest86.bdi). Enables loading the SYSLINUX ext2 loader. Adds @paramfile for the tiny.exe loader. Implements a quicker CRC32 computation and re-checks CRC32 to detect bad memory. Other small fixes.
Source: Freshmeat Daily News Wikalong is a Firefox extension that embeds a wiki in the sidebar of your browser, indexed off the URL of your current page. It is probably most simply described as a wiki-margin for the Internet. License: GNU General Public License (GPL) Changes: Firefox 1.5 support. Multiple backend support.
Source: Freshmeat Daily News FluxConf is a set of 3 programs for configuring fluxbox. It's simple but you can configure almost everything. License: GNU General Public License (GPL) Changes: This release adds recent actions for fluxkeys.
 
Source: Freshmeat Daily News E-Badge Ticker is a tool for programming LED name badges using an IR (infrared) transmitter under GNU/Linux. It should work without major changes on almost all other Unix variants. This software has been created for the inFactory E-Badge IR sold by the German hardware/software/etc. supplier PEARL Agency. As the PEARL brand inFactory seems to be OEM reselling this product, it is very likely that this program will work for other devices. License: GNU General Public License (GPL) Changes: This release explicitly sets the serial communication parameters to 8N1 and supports a delayed transmission mode, solving problems with few E-Badge IR not working with E-Badge Ticker.
Source: Freshmeat Daily News Enterprise CRM and Groupware System is a PHP/PostgreSQL system that offers multi-layered access to data and the following features: advanced CRM, project management tools, email ticketing, Web site content management, domain management, group calendaring, file sharing, and ERP. License: GNU General Public License (GPL) Changes: This release fixes several bugs detailed on sourceforge.net, and there are several usability improvements. It is recommended for all users to update to this version.
Source: Freshmeat Daily News cryptmount is a utility for GNU/Linux operating systems which allows an ordinary user to mount an encrypted filesystem. cryptmount was written to address differences between the capabilities of the loopback device and the newer, preferred, device-mapper mechanisms of the 2.6 kernel series, which make it more difficult for a non-root user to configure the devices necessary for access to an encrypted filesystem. After the initial configuration of the encrypted filesystem, an ordinary user can mount and unmount the filesystem on demand, solely by providing the decryption password. License: GNU General Public License (GPL) Changes: A small bug in build scripts, mostly relevant to package builders, has been fixed. A .spec file was added to aid building of RPM packages.
Source: Freshmeat Daily News Recovery Is Possible (RIP) is a CD or USB boot/rescue/backup/maintenance system. It has support for a lot of filesystem types (Reiserfs, Reiser4, ext2/3, iso9660, UDF, XFS, JFS, UFS2, SMBFS, MS DOS, NTFS, and VFAT) and contains a bunch of utilities for system recovery. It also has IDE/SCSI/SATA, RAID, LVM2, and Ethernet/DSL/cable network support. License: GNU General Public License (GPL) Changes: The kernel and software were updated.
Source: Freshmeat Daily News PTlink IRC Services provides channel/nick registration services for IRC networks. Specially developed for the PTlink IRC Server, it uses modules and includes features like channel roles, nick groups for privilege management, and a Web interface for users. The data backend is a MySQL database. License: GNU General Public License (GPL) Changes: This version fixes a bug with the uevent gline action, adds the uevent kill action, and updates some language strings.
Source: Freshmeat Daily News WAVE Utilities is a set of three programs for dealing with WAVE format audio files. Some software is unable to parse complex WAVE files containing such things as playlists and padding. SimplifyWave converts complex files into files that such programs can read by stripping everything other than the data chunk. RepairWave inserts the required data chunk id and size information into ill-formed files in which the audio data directly follows the header. InfoWave extracts information from a RIFF/WAV or RIFX/WAV file and reports on the contents of the file. License: GNU General Public License (GPL) Changes: All three programs now take into account the data chunk padding byte required by the standard in certain cases. The package is now configured by the GNU autoconf system. The usage, version, and copyright messages have been updated.
Source: Freshmeat Daily News L7-filter is a Netfilter match module which classifies packets based on application layer (OSI layer 7) data. This means that it is able to classify packets as HTTP, FTP, Gnucleus, Kazaa, etc., regardless of ports. It complements existing matches that classify based on port numbers, packet length, TOS bits, and so on. Combined with Linux QoS, it allows for full layer 7 packet shaping. License: GNU General Public License (GPL) Changes: Improved definitions for DNS and MSN Messenger. A definition for The Circle has been added.
Source: Freshmeat Daily News Msort is a program for sorting files in sophisticated ways. Records need not be single lines. Key fields may be selected by position, tag, or character range. For each key, distinct exclusions, multigraphs, substitutions. and a sort order may be defined. Comparisons may be lexicographic, numeric, by string length, date, or time. Optional keys are supported. Msort uses the Unicode character set and provides full Unicode case-folding. The basic program has a somewhat complex command line interface, but may be driven by an optional GUI. License: GNU General Public License (GPL) Changes: If the machine/compiler combination supports the long double type, numeric keys are now stored as long doubles rather than doubles. This uses more memory but allows a much greater range of numeric keys to be distinguished.
Source: Freshmeat Daily News Beesoft Commander is a file manager (like Norton Commander) for Linux. It is based on Qt-GUI. License: GNU General Public License (GPL) Changes: Implementation of comparing of whole directories. After many changes, the program should be faster.
Source: Freshmeat Daily News moinupdate allows you to update a remote MoinMoin Wiki from files in the file system or another MoinMoin Wiki using an XML-RPC interface. License: GNU General Public License (GPL) Changes: Sending email containing overlaps is supported by the option - M/--merge-errors-to.
Source: Freshmeat Daily News Mach64 video4linux2 is a video4linux device driver for older Mach64 TV tuner cards. It is very alpha, and has only been tested with a few cards: a 4 MB All-in-wonder capture card, a 2 MB ATI Rage II+ with an ISA add-on TV card, and an ATI Rage Pro video card with an ISA add-on TV card. There are versions for 2.6.* and 2.4.* kernels. License: GNU General Public License (GPL) Changes: This release adds DMA support for AMD-64 machines.
Source: Freshmeat Daily News Jpgind is a command-line tool for generating static Web galleries from JPEG, Exif, and DSC raw image files. Galleries can be customised with various options and metadata. License: GNU General Public License (GPL) Changes: This release improves EXIF information display and options for navigation using HTML image maps. Cumulative internal changes are also included.
Source: Freshmeat Daily News YajHFC (Yet Another Java Hylafax Client) is a platform independent client for the Hylafax fax server. It supports sending new faxes, showing the server status, and displaying received and sent faxes. License: GNU General Public License (GPL) Changes: Support for sending multiple documents to multiple fax numbers and "direct" saving/forwarding of faxes was added.
Source: Freshmeat Daily News Stopmotion is an application for creating stop motion animations from images imported from a v4l (or similar) device. The animations can be saved as .sto files and exported as video files. Grabbing of images and video export is plug-in based, so it is easy to use your favourite programs such as mencoder, ffmpeg, dvgrab, and vgrabbj to do the job. License: GNU General Public License (GPL) Changes: A new option for video export using ffmpeg is added, and the Norwegian translation is updated. There are also small changes to how the image file is represented in the preferences menu.
Source: Freshmeat Daily News LibDsk is a library that attempts to create uniform functions for accessing floppy drives, raw "dd" disk images, and disk image files in various emulator formats. Its intended use is for emulator authors; it also includes some sample tools to read sectors from discs in CP/M, DOS, and Acorn formats. There is special-case code for direct access to the floppy controller under Linux, and to access the floppy driver under Windows. Java (JNI) bindings are included. License: GNU Lesser General Public License (LGPL) Changes: The rcpmfs driver now correctly handles files with a user number of 1. The example utilities now include a simple sector editor.
Source: Freshmeat Daily News ne is a free text editor that runs on (hopefully almost) any UN*X machine. ne is easy to use for the beginner, but powerful and fully configurable for the wizard, and most sparing in its resource usage. License: GNU General Public License (GPL) Changes: The file requester was positioning files in the wrong order, due to some assumption on the results of readdir(). This has been fixed.
Source: Freshmeat Daily News ASC is a turn-based strategy game in the tradition of Battle Isle 2/3. It can be played against the computer or against other human players (either hotseat or by mail). License: GNU General Public License (GPL) Changes: This is a maintenance release which fixes a bunch of bugs.
Source: Freshmeat Daily News Reverse Shell is used along a tunnel created with a Secure/Remote shell program. After a tunnel is created, commands and/or interactive shells can be launched back from the tunnel destination machine to the tunnel originating machine with the tunnel creator's credentials. License: GNU General Public License (GPL) Changes: Support for the Nokia 770 Internet Tablet was added with a GUI tool. The revcp command was added. Some minor functionality fixes and updates were done.
Source: Freshmeat Daily News Cyberduck is an SFTP (SSH Secure File Transfer) and FTP browser with an easy-to-use interface, integration with external editors, and support for many MacOS X system technologies, including Spotlight, Bonjour, the Keychain, and AppleScript. License: GNU General Public License (GPL) Changes: This release adds Thai Localization and several bugfixes for random crashes.
Source: Freshmeat Daily News Dnsmasq is a lightweight, easy to configure DNS forwarder and DHCP server. It is designed to provide DNS and (optionally) DHCP to a small network. It can serve the names of local machines which are not in the global DNS. The DHCP server integrates with the DNS server and allows machines with DHCP-allocated addresses to appear in the DNS with names configured either in each host or in a central configuration file. Dnsmasq supports static and dynamic DHCP leases and BOOTP for network booting of diskless machines. License: GNU General Public License (GPL) Changes: This release fixes a crash which occurred when a DHCP client attempted to renew a non-existent lease (for example, when a machine physically changed networks while configured). Users of version 2.25 should upgrade; earlier versions are not affected.
Source: Freshmeat Daily News KXDocker is an innovative docker for KDE. It is like the Dock in Mac OS X, but more powerful. It is based on the engine from osXBar 1.0.23. It works as a task manager, a mount-point manager, and a launcher. License: GNU General Public License (GPL) Changes: A full rewrite was done since version 0.39. The program was fully modularized with a .so autoloader and libkxdocker. A garbage collector was added. A new drag'n drop engine was created. A new configurator was implemented. This is the first step on the way to version 1.0.0.
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: Rsstail will now only retrieve the complete feed if anything changed, greatly reducing the traffic usage.
Source: Freshmeat Daily News WifiWare is a custom mini Slackware distribution intended for WiFi routers, VPN servers, and file servers. A full install will take about 320 MB of disk space. It includes the wlan-drivers package with support for rt2xxx, madwifi, Prism, and acx100 WiFi chipsets. Other utilities include Unreal IRC server, Hybrid IRC server, bridge-utils, glftpd, kismet, webmin, ndiswrapper, ipcalc, quagga, freeradius, and more. License: GNU General Public License (GPL) Changes: Support for imq (Intermediate Queueing Device) was added. wpa_supplicant is now in the default installation. The openvpn package was added. Many other minor upgrades were done.
Source: Freshmeat Daily News ccollect does (pseudo) incremental full backups with different exclude lists, using hard links and rsync. License: GNU General Public License (GPL) Changes: A "very_verbose" option was added. The normal "verbose" option is now less verbose. General "pre_exec" and "post_exec" support was added. Source-specfifc "pre_exec" and "post_exec" support was added.
Source: Freshmeat Daily News Phind is a fully-featured domain name server. It supports the PEAR database abstraction class as well as djbdns, tinydns, and bind configuration files. License: GNU General Public License (GPL) Changes: Tinydns config parsing now supports the libtai extension to PHP. The main phpdoc comments were updated to include a description for the files and their CVS version information. The phind daemon was updated to support forking request handling. General signal handling (HUP and TERM cleanup) was added. A signal handler was added for message handler reloading; this should work for reloading the tinydns configuration now. Print statements were replaced with trigger_error in the tinydns configuration loader.
Source: Freshmeat Daily News Services for IRC Networks (or just Services for short) provides for definitive nickname and channel ownership, automatic channel mode setting, memo (short message) storage and retrieval, and greater IRC operator control over the network. License: GNU General Public License (GPL) Changes: This version includes experimental support for the ircd-ratbox IRC server, and the convert-db tool has been updated to handle newer versions of other IRC service programs. A bug causing crashes on use of NickServ SET and UNSET has also been fixed.
Source: Freshmeat Daily News METAGRAPH is a small set of macros that help in drawing (un)directed graphs with METAPOST and the boxes package. It provides low-impact definitions that automatically produce (labelled) nodes/vertices and (labelled) edges/arcs that connect correctly boxed items. Moreover, circular boxes with fixed radius are available to produce more aesthetically pleasant graphs. License: GNU General Public License (GPL) Changes: Loops can now be custom-curled using a global parameter.
Source: Freshmeat Daily News Multiplication Station will teach your child to add, subtract, and multiply. It is a multi-user application with a simple admin interface. All parameters are configurable, like grid size and the fonts and colors of number ranges. A countdown timer is used to keep the player's attention focused. A list of high scores is maintained. License: GNU General Public License (GPL) Changes: This version has been totally overhauled. A new look was created and configurability was increased.
Source: Freshmeat Daily News froofyJIT is a C++ 'syntactic sugar' front-end for Paolo Bonzini's GNU lightning library for dynamic native code generation. It uses C++'s powerful language facilities to allow GNU lightning instructions to be expressed in a more concise way that approximates a 'real' assembly language. License: GNU General Public License (GPL) Changes: A bug in the binary floating point instructions has been fixed, and GNU lightning's delay slot scheduling facility has been added to the interface.
Source: Freshmeat Daily News SurrealServices is a full replacement NickServ/ChanServ/BotServ/MemoServ/OperServ. Features are loosely based on Anope and ConferenceRoom/Auspice, as well as NeoStats. Some security features are also available such as a TOR (http://tor.eff.org/) detector/banner, and a country detector (checks IP allocation). It is multithreaded to eliminate lag due to the asynchronous nature of MySQL and DNS lookups. License: GNU General Public License (GPL) Changes: A method to delete Services Roots was added. OS SVSKILL was added. Three more gTLD/ccTLD codes were added. The email validation regular-expression was updated. Several bugs were fixed.
  
Source: Freshmeat Daily News GBIND Admin is an easy to use GTK+ frontend for ISC BIND. It handles multiple domains and can switch from master to slave domain in three clicks. It can change the domain name for entire domains and subdomains, including domain resources such as MX, A, AAAA, CNAME, and NS. It can also generate and set up secret keys for rndc, construct a chroot environment, and handle DDNS operations. License: GNU General Public License (GPL) Changes: allow-updates and also-notify were added to the domain settings. The domain settings window now hides entries that cannot be used depending on the selected domain type. Path restructuring was undertaken and the path settings can now be used. The way PTR records are created was changed. DDNS should now work properly.
Source: Freshmeat Daily News Tudu Lists is a Web application for managing todo lists. With Tudu Lists, todo lists can be easily accessed, edited, and shared on the Web. It is a simple but effective project management tool. License: GNU General Public License (GPL) Changes: This release provides UTF-8 encoding for the whole application.
Source: Freshmeat Daily News GnoCHM is a CHM file viewer for GNOME. It is implemented in Python, using the PyCHM bindings for chmlib. License: GNU General Public License (GPL) Changes: New icons and logo were included. The contents tree now displays icons. It is now possible to copy text to the clipboard. A Japanese translation was added.
         
Source: Freshmeat Daily News The CMS - Bandits is a set of PHP scripts that implement an online HTML editor, calendar, search engine, RSS reader and editor, image gallery, comment system, and Web crawler (which can handle more than 2 million Web pages and ouput them to the Web in txt and cached versions with images.) License: GNU General Public License (GPL) Changes: Bugfixes were made in edit_news, actions, and functions. The server-side image manipulation using gd should now work on Debian.
Source: Freshmeat Daily News Peekko Chat is a Firefox extension that makes every Web page a location where people can congregate. It adds a toolbar that shows how many people are in that page's chat room and allows you to connect with them instantly. License: GNU General Public License (GPL) Changes: The extension was partially localized and a French translation was provided. There were also some bugfixes and UI refinements.
Source: Freshmeat Daily News myphile is an application that serves as a customizable generic front end to any MySQL table. It provides "view" control and user access privileges for editing, deleting, and adding records, and more. Field control allows default strings or MySQL calculations on adds or edits. All functions are provided in a single PHP file, which allows for simple installation and use. License: GNU General Public License (GPL) Changes: Many changes were made to the install-update routines. CSV file output was enhanced. Other minor fixes were made.
Source: Freshmeat Daily News books2burn is a text to audio program for converting texts like those from the Gutenberg project into books on CD. License: GNU General Public License (GPL) Changes: This release was recompiled for Intel and PPC (OSX 10.4.X).
Source: Freshmeat Daily News Emerde is a port of Gentoo's portage system that installs, removes, updates, and maintains your system rapidly and easily. On Slackware, it cooperates with the package database and allows you to install .tgz files directly using dependency checking. License: GNU General Public License (GPL) Changes: The portage was updated to portage 2.1_pre3. Updating is recommended because the new Gentoo's portage isn't compatible with the old ones.
Source: IceWalkers A linux firewall distribution
Source: Freshmeat Daily News Qucs is a circuit simulator with a graphical user interface. It aims to support all kinds of circuit simulation types, including DC, AC, S-parameter, and harmonic balance analysis. License: GNU General Public License (GPL) Changes: Digital simulations using FreeHDL are now possible. The new release includes a Turkish translation and truth table and timing diagrams. Matching circuits can be created and there is a dialog for changing the properties of several components at once. The filter synthesis tool now supports some additional filter types, many new models were added to the component libraries, and the DC bias can be annotated in the schematic. Digital gates, correlated noise sources, an ideal coupler, and mutual inductors are now supported.
Source: Freshmeat Daily News Piklab is an integrated development environment for applications based on PIC and dsPIC microcontrollers. Gputils tools are used for assembling. Microchip programmers (currently only ICD2 on serial and USB ports) and several direct programmers are supported. It also includes a command line programmer. License: GNU General Public License (GPL) Changes: Several fixes were made for the graphical interface. Direct programmers should now work. More reliable ICD2 was provided along with some fixes, memory blocks, and protected memory in the hex editor and programmer.
Source: Freshmeat Daily News The Linux e2compr package consists of a set of patches and utilities to provide transparent compression and decompression in the second extended (ext2) filesystem. License: GNU General Public License (GPL) Changes: This release is primarily a synchronisation point for 2.4 and 2.6 ports (possibly 2.2 also). It includes some minor bugfixes and some documentation and code cleanups, and improves the handling of compression algorithms as external modules.
Source: Freshmeat Daily News xen-tools is a collection of scripts that allow you to manipulate virtual images for the Xen virtualization software. With the tools installed, you may create new instances of Debian, complete with networking, OpenSSH, and user accounts, with one simple command. Images may also be easily updated, listed, or deleted. License: GNU General Public License (GPL) Changes: This release includes several minor cleanups and fixes. The most significant user-visible change is the introduction of a new option to specify whether downloaded Debian packages should be cached on the host system. Several scripts were also updated to fail gracefully if invoked by non-root users.
Source: Freshmeat Daily News Common Configuration Parser (CCP) is a program that reads configuration files and upgrades them. It takes an oldfile (typically the configuration file currently in use) and a newfile (typically the default new configuration file) and optionally a template (a file that describes how the generated configuration file should look) and merges the files into one, creating a new configuration file that has the changes made to the old file in addition to the new options included in the new file. It is completely independent of the program that created the configuration file, and can be used for many different purposes such as merging changes between an old user-edited configuration file and a .rpmnew file generated by RPM during upgrades. License: GNU General Public License (GPL) Changes: The program can now automatically uncomment options in --newfile that have been uncommented in --oldfile when using a template generated on the fly. A --bug option that outputs a file containing useful information that can help reproduce a bug or problem was added. Automated tests were added in an attempt to make sure no regressions happen between versions.
Source: Freshmeat Daily News Web.GET is a user-friendly Web tool for managing file downloads. It uses GNU wget as its downloading back-end. License: GNU General Public License (GPL) Changes: The URL check rule in the 'Add file' form was fixed with regard to '%' characters. The 'Messages' template was changed. Word-wrapping of "long" words was implemented. Admins can now stop or delete other users' transfers.
Source: Freshmeat Daily News The Wizard site framework is an integrated set of scripts in PHP for mounting and maintaining a dynamic standards-based site. It is very flexible, both in terms of your ability to customize the framework and in terms of the layouts possible. It includes a user authentication system, scripts for registering, changing passwords, contact forms, confirmation emails, listing users, editing their profiles, privacy statements, and more. Menus and site maps are automatically generated. License: GNU General Public License (GPL) Changes: Many major and minor bugs were fixed. The front and back ends are now W3C compliant. A Poll and Blog script was added. Preliminary support for the PostgreSQL database was added.
Source: Freshmeat Daily News mod_cband is an Apache 2 module that solves the problem of limiting the bandwidth usage of users, virtual hosts, and destinations. When the configured transfer limit is exceeded, mod_cband will redirect all further requests to a location specified in the configuration file. The module can also limit download speeds and maximal requests per second for virtualhosts, users, and remote clients. License: GNU General Public License (GPL) Changes: This version featured many improvements including a new speed limiter based on the "Fairness Bandwidth Sharing" algorithm designed for enabling fair bandwidth sharing between virtual hosts and users. There is now also a limiter for remote client speed based on remote IP or destination classes. It is now also possible to limit maximum simultanous connections for any virtual host or remote client.
Source: Freshmeat Daily News Lxbios is a utility for reading and writing LinuxBIOS parameters and displaying information from the LinuxBIOS table. It only works on x86-based Linux systems that use LinuxBIOS. License: GNU General Public License (GPL) Changes: The LB_TAG_OPTION_CHECKSUM LinuxBIOS entry is now recognized. The source code was reworked. Support for reading and writing CMOS parameters between 1 and 64 bits in size that are not necessarily aligned on byte boundaries was added along with several command-line options.
Source: Freshmeat Daily News Liquid Weather ++ is a superkaramba theme and desktop applet for displaying weather information and forecasts. You need superkaramba and the KDE desktop. It displays weather information in a compact and easy to read format. License: GNU General Public License (GPL) Changes: Users can now install their own backgrounds. Moon phases are now available to weather.com users. The old menu-based configuration was removed. The only configuration option remaining is the big configuration dialog. PyQt and ImageMagick are now required.
Source: Freshmeat Daily News GeSHi is a generic syntax highlighter for PHP that takes any source code and highlights it in XHTML and CSS. It features case-sensitive or insensitive highlighting, auto-caps/non-caps of any keyword, an unlimited scope for styling, the use of CSS in which almost any aspect of the source can be highlighted, the use of CSS classes to massively reduce the amount of output code, function-to-URL capabilities, line numbering, and much more. Over 50 languages are supported, including Java, C, PHP, HTML, CSS, SQL, Pascal, C++, XML, ASP, and ASM. License: GNU General Public License (GPL) Changes: This release has numerous small bugfixes and highlighting improvements for some languages.
Source: Freshmeat Daily News quilt is a tool for managing a series of patches by keeping track of the changes each patch makes. Patches can be applied, un-applied, refreshed, etc. gquilt is a PyGTK GUI wrapper for quilt. License: GNU General Public License (GPL) Changes: Execution of push/pop to/all was sped up. The editor invocation code was fixed so that optional arguments may be added to the environment variables specifying the editor to be used. A GQUILT_PERUSER environment variable that is checked when invoking the editor using the "peruse" button was added. The GQUILT_PERUSER, GQUILT_EDITOR, and EDITOR variables will be checked in that order and the first non-empty entry found will be used when perusing. When editing, only GQUILT_EDITOR and EDITOR will be checked.
Source: Freshmeat Daily News Endian Firewall is a "turn-key" Linux security distribution based on IPCop that turns every system into a full-featured security appliance. It features a stateful packet inspection firewall, application-level proxies for various protocols (HTTP, POP3, SMTP), antivirus support, virus and spam filtering for email traffic (POP and SMTP), content filtering of Web traffic, and a "hassle free" VPN system (based on OpenVPN). License: GNU General Public License (GPL) Changes: Many bugfixes and additional features including an SMTP proxy with anti-virus, anti-spam, and grey listing support, ISDN support, multiple interfaces per zone (as bridges), a modular extensible redesign of Red/WAN interface management, OpenVPN routed VPN support, and a lot more.
Source: Freshmeat Daily News 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 Gimp-Print on high end Epson Stylus printers matches or exceeds the quality of the drivers supplied for Windows and Macintosh. License: GNU General Public License (GPL) Changes: This release contains important bugfixes for the Postscript driver, usability fixes for the CUPS driver, robustness and performance improvements for escputil, substantial color improvements for many current Epson printers, support for additional printers, and more.
Source: Freshmeat Daily News Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It uses the Qt toolkit, but is able to use any other toolkit that a module is written for. License: GNU General Public License (GPL) Changes: The EXEC and SHELL instructions should now never freeze and the position of the current line in the debugger should now always be accurate. Drag and drop was fixed in the ListView, TreeView, ScrollView, ColumnView, and IconView controls.

Source: Freshmeat Daily News ttyrpld is a kernel-based TTY shell, screen, and key logger for Linux, FreeBSD/PCBSD, and OpenBSD. It has a real-time log analyzer. It supports any TTY type (vc (console), BSD/Unix98 pty (xterm/SSH), serial, ISDN, USB, etc.). License: GNU General Public License (GPL) Changes: A parameter that is potentially NULL on FreeBSD 6.0 is now handled. The '[' and ']' keys were added to ttyreplay.
Source: Freshmeat Daily News GBindAdmin is an easy to use GTK+ frontend for ISC BIND. It handles multiple domains and can switch from master to slave domain in three clicks. It can change the domain name for entire domains and subdomains, including domain resources such as MX, A, AAAA, CNAME, and NS. It can also generate and set up secret keys for rndc and construct a chroot environment. License: GNU General Public License (GPL) Changes: allow-updates and also-notify were added to the domain settings. The domain settings window now hides entries that cannot be used depending on the selected domain type. Path restructuring was undertaken and the path settings can now be used. The way PTR records are created was changed. DDNS should now work properly.
Source: Freshmeat Daily News gbsplay emulates the sound hardware of the Nintendo Gameboy. It is able to play the sounds from a Gameboy module dump (.GBS format) over /dev/dsp and NAS. Also included is an XMMS input plugin, a tool to display information about a .GBS file, and a demo file. License: GNU General Public License (GPL) Changes: The sound routine now uses a bandwidth limited synthesizer, which results in truer emulation. Channel 2 was updated to interpolation and dc offset. The NAS output now honors a requested endianness. Several enhancements were made to the player code, including for 64-bit architectures, and the build process was improved and now has an easier ebuild implementation.
Source: Freshmeat Daily News MIMP is a version of IMP intended for mobile phones and PDAs. It utilizes the Horde Application Framework. License: GNU General Public License (GPL) Changes: Many bugfixes and performance improvements were merged from IMP HEAD. PHP expressions can now be executed for user-defined headers. The maildomain setting was fixed. Italian and Hungarian translations were added along with a test script.
Source: Freshmeat Daily News Sound Converter is a simple sound converter application for the GNOME environment. It reads anything the GStreamer library can read, and writes WAV, FLAC, MP3, and Ogg Vorbis files. License: GNU General Public License (GPL) Changes: This release featured a new list display, a better UI, a more precise progress bar, and asynchronous tag reading. A gnomevfs problem with folders was fixed. A pause button was added. The French translation was updated. You can now only add the same file once. Filtering files by MIME type is now possible. File dropping and problems with MP3-VBR were fixed.
Source: Freshmeat Daily News DiskTool is a small, full-featured file manager for the Linux console or an xterm-style terminal. It features file copying, moving, and renaming, file marking for performing the same action on all marked files (such as copy or delete), full directory support such as moving, renaming, and deleting directories, permission and owner support (like chmod and chown), file editing and creation, an RPM manager for installing and inspecting .rpm files, an archive center supporting .tar, .gz, .tar.gz, and .zip files, and fully configurable colors and editor choices. All features are available with single keystroke commands and require very little understanding of Linux. DiskTool is written in Pascal and not in C. The source code is available upon email request, but you will need to install the FPC compiler to compile the modules.
Source: Freshmeat Daily News bzr is a simple distributed version control system. License: GNU General Public License (GPL) Changes: Minor bugfixes.
|