|
Source: Freshmeat Daily News Early Macintosh Image LoadEr (EMILE) makes it possible to boot linux-m68k from a floppy on a Macintosh such as a Mac II. It can be used to create rescue disks or remove the MacOS partition (required by the legacy penguin booter) from your hard drive. License: GNU General Public License (GPL) Changes: Multi-architecture support, preliminary PPC support, no MMU support, preliminary pure 68000 support (need a patched gcc), better memory initialisation in the first level, better quickdraw initialisation in the second level, and some partition tools to add Apple_Driver (experimental). A 68040 MMU bug has been fixed. It has been tested successfully on: Q610, LC45, IIci, Q650, Q800, LC, Performa 450, SE/30, Classic II, PB150, PB180, PB520, and PB540.
Source: Freshmeat Daily News minpair generates a complete list of minimal pairs (words differing in exactly one segment) for use in linguistic research from a list of words in UTF-8 Unicode. By default, only searches for pairs of words of the same length differing in exactly one segment. Command line options allow the addition of single insertions or deletions and single transpositions. In order to find all minimal pairs it is normally necessary for the input notation to use one character for each segment. Even in IPA transcription, this is often not the case. minpair provides for this situation by accepting definitions of multigraphs. License: GNU General Public License (GPL) Changes: A progress bar, estimate of time remaining, and abort button were added to the GUI.
Source: Freshmeat Daily News mnemo is an application that helps the user memorize large amounts of arbitrary information and retain it indefinitely. Items are drilled at progressively longer intervals to allow for new ones. License: GNU General Public License (GPL) Changes: The Baza Radikaro Oficiala for English has been completed. Some usability problems have been fixed. Item mixing has been improved.
Source: Freshmeat Daily News Diogene87 is a powerful job scheduling system. It features centralized management, jobs dependencies, start conditions, planning, a log of job activity, job monitoring, statistics for job durations, and resource control. License: GNU General Public License (GPL) Changes: A newly created task is linked by default with the target `localhost' and the queue `batch'. So calling the 'rtsq' command is not necessary if you want to run this task on localhost/batch. But if you want to run the task on another target and/or in another queue, you have to call the 'rtst' command. You can use the new commands 'tsn' (target set name) and 'qsn' (queue set name) command to rename a target or a queue.
     
Source: Freshmeat Daily News MoreAmp is an audio player that loads memory or a vdisk with many songs so the hard disk can spin down while playing them (saving batteries and reducing noise). It plays and makes ogg, flac, wav, aif, mp3, and aac files and plays audio CDs and wma, mp1, mp2, m2a, and m4a files. It has an easy-to use 31-band equalizer, variable pitch/tempo, repeat loop, and more. License: GNU General Public License (GPL) Changes: The linux build was simplified. Configure options were added. Instructions for wxWidget on OS X were added. FLAC 1.1.2 is now used. Help and tools menu items were added to view log files. Flac Ogg Mp4 Wma tags are now displayed. A narrower eq window fits in an 800x600 screen. Drag and drop works on Windows. Less CPU usage; the GUI now sleeps instead of idle looping. OS9 moreamp is now only Carbon; 'MoreAmp Classic' is dropped. Linux moreamp can now be 'installed', and settings files are in the user's home dir. Multiple instances can be disabled. There are some bugfixes. The code was cleaned up and documentation updated.
Source: Freshmeat Daily News Myghty is a Python-based Web application framework originally ported from HTML::Mason. It supports the full feature set of Mason, allowing component-based Web development with Python-embedded HTML. It also features additional paradigms such as module components, environment-neutral session support, and many more language features. The HTTP connector API includes mod_python, CGI, WSGI, and standalone implementations. It also supports command line and custom non-HTTP environments. License: GNU Lesser General Public License (LGPL) Changes: Fixes to module memory management so that it works with in-memory components. A fix for a potential race condition in module memory management. Some cleanup of examples, and slight documentation tweaks.
Source: Freshmeat Daily News tnef unpacks those annoying Microsoft TNEF attachments. It is based upon Thomas Boll's original tnef.c. License: GNU General Public License (GPL) Changes: The --save-rtf feature has been generalized into the --save-body feature. You can now save the text or HTML formatted body as well as the RTF formatted body. There are other miscellaneous fixes.
Source: Freshmeat Daily News The purpose of SHAT (Source Hardware Address Translator) is to support wireless clients regardless of the configuration of their IP stack. The current approach lives in userland. The idea is to filter and forward data between an Ethernet interface and a TUN interface. TCP/IP port scanning between wireless clients can be prevented to some extrend by attracting all traffic using similar mechanisms as implemented with SHAT. License: GNU Lesser General Public License (LGPL) Changes: A segfault fix (e.g. the option -P 192.168.0.0/32).
Source: Freshmeat Daily News Linux is a clone of the Unix kernel, written from scratch by Linus Torvalds with assistance from a loosely-knit team of hackers across the Net. It aims towards POSIX and Single UNIX Specification compliance. It has all the features you would expect in a modern fully-fledged Unix kernel, including true multitasking, virtual memory, shared libraries, demand loading, shared copy-on-write executables, proper memory management, and TCP/IP networking.
Source: Freshmeat Daily News Graph-includes creates a graph of dependencies between source files and/or groups of source files, with an emphasis on getting readable and usable graphs even for large projects. Usability of the dependency graphs are currently improved by customizable grouping of several source files into a single node, and transitive reduction of the graph. License: GNU General Public License (GPL) Changes: Directory arguments are now searched for files, allowing you to handle projects with a large number of files. A regular expression matching files to consider during this search can be overridden on the command line. More statistics are written to the report file.
Source: Freshmeat Daily News mairix is a tool for indexing and searching email messages stored in Maildir, MH, or mbox folders. The index contains a map of which words occur in which parts of which messages. Searches on this index are fast and generate symlinks to the matching messages in a new Maildir or MH folder, or copies of matching messages in an mbox folder, which can be browsed normally in a mail client. License: GNU General Public License (GPL) Changes: Tilde and environment variable expansion was added to the configuration file parser. The ability to omit particular folders from wildcard folder lists was added. A new flag (-Q) skips database integrity checks for speed. Indexing no longer writes the database if no changes were required. The database is now protected against concurrent accesses by a dot lock. Left-anchored substring searching was added. Searching now avoids overwriting an indexed folder with the matches. Out of date information in the online help was fixed.
Source: Freshmeat Daily News ackerTodo is a Web-based todo list manager that supports multiple users, multiple languages, and themes. License: GNU General Public License (GPL) Changes: This release features a Dutch language file, the ability to edit comments, recurring tasks (Daily, Weekly, Monthly, and No Recurrence), and many other minor adjustments and bugfixes. There is also a very small database change, so please read the UPGRADE file if you're upgrading.
Source: Freshmeat Daily News SMILib is a Java class library for generating SMIL code in Java runtime environments. It attempts to conform to W3C standards, but also has the option to use certain extensions such as those used by RealPlayer. It was primarily developed as part of an info screen project for a cable TV program. License: GNU General Public License (GPL) Changes: This release adds PDF API documentation, adds a Colors Class for easy usage of color names, deletes obsolete code from CVSROOT, and merges the Linux and Win32 releases into one binary.
Source: Freshmeat Daily News GStreamer is a streaming media library and set of tools that enable applications to share a common set of plugins for things like video decoding and encoding, audio encoding and decoding, audio and video filters, audio visualisation, Web streaming and anything else that streams in real-time or otherwise. It is modelled after research software worked on at the Oregon Graduate Institute. License: GNU Lesser General Public License (LGPL) Changes: Aside from bugfixes, this release adds autodetection plugins for audio and video output.
Source: Freshmeat Daily News Balsa is an asynchronous circuit synthesis system. Balsa is built around the Handshake Circuits methology, and it can generate gate level netlists from high-level descriptions in the Balsa language. Both dual-rail (QDI) and single-rail (bundled data) circuits can be generated. License: GNU General Public License (GPL) Changes: Minor bugfixes in the simulator. Minor bugfixes in the scheme scripts search path.
Source: Freshmeat Daily News Jomic is a viewer for comic book archives. It can handle both CBZ and CBR archives and has a two page mode. Supported image formats are PNG, JFIF/JPEG, and GIF. License: GNU General Public License (GPL) Changes: This release fixes several minor bugs, in particular handling of archives with international characters in content file names. It also adds German localization and switches to the JavaHelp viewer to show the user guide.
Source: Freshmeat Daily News Outgun is a simple fast-paced multiplayer capture the flag game in 2D top view. It favors teamplay more than most team games: a map shows what every teammate sees. Servers of up to 32 players are supported. License: GNU General Public License (GPL) Changes: This release fixes many bugs, the worst of which caused crashes and error messages, others slow or buggy graphics. Among other things, it adds a server option for balancing uneven teams and includes many new maps.
Source: Freshmeat Daily News Mutt Folder List is a mutt patch that adds a sidebar showing all mail folders and the total and number of new messages each contains. It allows users to hide or display the sidebar with a single keystroke, and optionally highlights folders with new messages. Users can scroll up and down the list of folders and open the selected folder, and configure the sidebar width, colors, and key bindings. License: GNU General Public License (GPL) Changes: A patch for Mutt 1.5.9i.
Source: Freshmeat Daily News MailManager helps teams deal with large volumes of email by allocating mail to the right person, providing tools to help answer it (prioritisation, reply templates, and a knowledge base), and allowing managers to set service levels for different types of mail and report on performance against service levels and volumes received. MailManager is based on Zope which is required to use it. It is cross-platform, but most of the testing has been under Linux and Mac OS X. License: GNU General Public License (GPL) Changes: Support for retrieving POP3 mail over SSL and notifying all in a group of new messages. A whole slew of additional bugfixes.
Source: Freshmeat Daily News phpMyLinks is a PHP script which manages HTTP URLs. You can quickly add, delete, or modify your HTTP links and follow any link in the alphabetical list to reach your destination. License: GNU General Public License (GPL) Changes: The source has been rewritten from scratch to conform to an object oriented design. An alphabetical feature has been added. The function mysql_create_db is now obsolete with MySQL 4.x servers. It has been changed to mysql_query("CREATE DATABASE").
Source: Freshmeat Daily News Gnonlin is a library for creating non-linear video editors. It works together with the GStreamer multimedia framework to give developers a powerful and flexible set of tools for quickly assembling applications which need to handle non-linear video editing. License: GNU Lesser General Public License (LGPL) Changes: GNonlin elements can be handled using only the GStreamer API.
Source: Freshmeat Daily News gSwing is a Java program for viewing election results. It also includes a collection of tools for maintaining the election data. License: GNU General Public License (GPL) Changes: Functionality for regional results is now implemented. It has been tested with MySQL. A MySQL JDBC driver has been added. The database schema has been changed. If you created a database with a previous version, you will have to export your data, generate a new database, and re-import.
Source: Freshmeat Daily News HTML Form Genie is a CGI form handler, which can either send collected data through an MTA or store it with MySQL. It supports multiple forms, file uploads (with size and type restrictions), and both plain text and HTML email. License: GNU General Public License (GPL) Changes: This release adds support for multiple file uploads per form; how many is determined by the MAX_FILE_UPLOADS #define. The remaining temporary files have been removed, and the script now only saves attached files to disk. Memory allocation errors with mf.pp have been fixed, as well as some minor bugs here and there.
Source: Freshmeat Daily News AN JEstion LIbre de CArnicas (Anjelica) is an Enterprise Resource Planning application focused on meat companies. It allows the user to send faxes and mail, can create impressions of labels, connects to your tilt, and includes a barcode reader. License: GNU General Public License (GPL) Changes: Many corrected errors. The code has been cleaned up. The options in many programs have been increased (online help, new criteria for consultation, etc.). There are some new programs.
Source: Freshmeat Daily News BitDefender Mail Protection is a powerful mail filtering solution that provides antivirus and antispam capabilities to Linux mail servers. Both sent and received messages are scanned in real-time, avoiding possible infections and preventing anyone from sending an infected message. It claims a 100% detection rate for all viruses in the wild through its powerful scanning engines, which are certified by prestigious testing labs. License: Other/Proprietary License with Free Trial Changes: This package includes 7 BitDefender Antivirus and Antispam products for Linux Mail Servers (Sendmail, Sendmail with Milter interface, Postfix, qmail, Courier, CommuniGate Pro, and a generic SMTP Proxy for any other MTA). It also includes ALISE Installer to automatically detect the server configuration, pull necessary packages from servers, and install the security solution. A standalone Web-based management solution and RRD-based graphics about SMTP traffic activity are also included. The user can automatically subscribe to "Update Pushing" services or to update and product notifications.
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 format 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: A change in internal representation was made: the blockmap has been eliminated. The text inside tables delimited by solid lines is now recognized. Improvements in character recognition have been made. A possible integer overflow when loading pbm file has been fixed. The GPL has been updated to version 2.3.
Source: Freshmeat Daily News The ActiveBPEL engine is a robust runtime environment capable of executing process definitions created according to the Business Process Execution Language for Web Services (BPEL4WS, or just BPEL) 1.1 specifications. License: GNU General Public License (GPL) Changes: Array handling has been improved. A leak in the work manager was fixed. Some code refactoring was done.
Source: Freshmeat Daily News TCLP is a type checker for Prolog dialects. It is written in SICStus Prolog. Its goal is to statically trap programming errors like illegal arguments used in a call for a predicate or illegally built data structures with respect to a given typing for function symbols or predicates. TCLP is also capable of type inference for user predicates. Supported dialects include ISO-Prolog, GNU-Prolog, and SICStus Prolog. License: GNU Lesser General Public License (LGPL) Changes: The speed of type inference has been improved for large programs with a lot of mutually recursive predicates. TCLP now tries to type check prolog files for modules that don't have .typ files. The error messages have been updated so they can be understood by Emacs in a compilation buffer.
Source: Freshmeat Daily News Lunar-Linux is a source-based Linux distribution with a unique package management system that builds each software package or module for the machine it is being installed on. Although a complete installation can take some time, it tends to be quite fast once installed. License: GNU General Public License (GPL) Changes: This ISO marks a radical change in the development of lunar install ISOs and should be far easier and faster to install for everyone. The first 1.5.0 release is an i686 optimized ISO. The most important new features are a fast installer, precompiled all-purpose kernels, and seamless lilo and grub installations into the MBR. A typical 686 installation can be done in less than 10 minutes. A screenshot slideshow is now available.
 
Source: Freshmeat Daily News WebCalendar is a Web-based calendar application that can be configured as a single-user calendar, a multi-user calendar for groups of users, or as an event calendar viewable by visitors. WebCalendar requires a database such as MySQL, Oracle, PostgreSQL, MS SQL Server, ODBC, or Interbase. Features include email reminders, iCal/vCal import/export, remote subscriptions for Sunbird or Apple iCal, LDAP and NIS support, and translations for 29 languages. License: GNU General Public License (GPL) Changes: This is the first official 1.0 release of WebCalendar after six months of release candidates. Numerous minor bugs have been fixed in the last few months, and many of the translations have been updated. Documentation has been updated and now includes more troubleshooting tips.
Source: Freshmeat Daily News Jackbeat is an audio sequencer with support for the JACK Audio Connection Kit. Featuring a drum-machine-like interface, it is designed with real-time operation in mind: while playing, the pattern can be edited, the BPM rate modified, and new samples loaded. The number of tracks and beats is virtually unlimited, and though it is simple, it becomes a powerful tool when connected to other JACK applications providing mastering, effects plugins, etc. License: GNU General Public License (GPL) Changes: Pitch and volume controls are now included, providing a more complete working environment. Usability has been improved with a better sample history and buttons to mute, rewind, play, and pause the playback. A fast attack/release envelope has been added to remove clicks from the output. Resampling is now performed in realtime, and has been optimized. Some inconsistent behavior and serious bugs have been fixed, and debugging made easier.
Source: Freshmeat Daily News Every P2P user has their own preferred networks, user interface styles, operating systems, and downloading habits. Hydranode Project attempts to create a one-for-all type of P2P client with enough customizability/extendability to be usable for everyone. License: GNU General Public License (GPL) Changes: This release includes many bugfixes and greatly-improved performance on Windows platforms.
Source: Freshmeat Daily News Stager is a system for aggregating and presenting network statistics. Though tailored for using NetFlow data from the flow-tools package, it is generic and can be customized to present and process any kind of network statistics. The backend collects data with flow-tools and stores reports in a database, automatically handling the aggregation of hourly statistics into days, weeks, and months. The Web frontend presents data in tables, matrices, or plots. The reports are fully customizable, and their definitions are stored in the database. License: GNU General Public License (GPL) Changes: The main feature is the support for different types of backend modules to collect data to the same frontend. The backend modules supplied with this version are Netflow, MPing (new), and SNMP (new). The filestructure has been completely redesigned for the backend to better support the module concept. In addition, both the frontend and backend have several new features and bugfixes.
Source: Freshmeat Daily News JGraph is a robust and complete graph component that is better than many of its commercial competitors. With the JGraph zoomable component, you can display objects and relations (networks) in any Swing UI. It can also be used on the server-side to read an GXL graph, apply a custom layout algorithm, and return the result as an SVG image. License: GNU Lesser General Public License (LGPL) Changes: valueForCellChanged() has been added to the GraphModel interface to enable changing the value of the cell without performing typecasts. Edge labels that cross into negative coordinate space are moved back into the visible area, and in-place editing cannot now occur off the screen. Labels on self-references can now be moved. Various casts and type checks have been added and various minor bugs fixed.
Source: Freshmeat Daily News unicap is a library to access different kinds of capture devices. Device drivers are loaded with a plugin system so that new drivers can be easily added. Currently, it has support for video-4-linux, video-4-linux-2, IIDC cameras, and video-to-firewire converters, and provides GTK widgets for live video display and access to device properties. License: GNU General Public License (GPL) Changes: This release adds cropping functionality to the GTK video display widget. A sample demonstrating this feature is contained in this release. A property dialog widget has been added to the GTK library.
     
Source: Freshmeat Daily News JedABC is an extension to the JED editor that turns it into a powerful and easy to use IDE (Integrated Development Environment) for ABC files, with full integration with players, and previewers. It is similar in concept to BarFly or runabc, with several advantages. It works on Windows and Linux, and possibly other Unix variants. License: GNU General Public License (GPL) Changes: In addition to some minor bugfixes, this release has a much-improved Index mode for managing ABC collections.
Source: Freshmeat Daily News ccbuild is like a dynamic Makefile. It finds all programs in the current directory (containing "int main") and compiles them. For this, it reads the C++ source and looks at all local and global includes. All C++ files surrounding local includes are considered objects for the mean program. The global includes lead to compiler arguments like path includes and libraries to link to. The main goal of the project is to allow development without editing any scripts of any kind. Real deployment/distribution should still be done with the autotools. As an added bonus, it can create Makefiles and graph dependencies using DOT (graphviz) graphs. License: GNU General Public License (GPL) Changes: Resolution files may now contain any combination of linker and compiler options. This should allow the building of almost any type of well written C++ program. Resolution file loading is much more robust. Although the preprocessing is still missing, the changes made should allow any normal program to compile without any problems.
Source: Freshmeat Daily News fbnews is an RSS/RDF newsfetcher for Fluxbox. It creates a submenu structure in the Fluxbox menu and fills it with the content of the RSS sources you specify. License: GNU General Public License (GPL) Changes: HTML output was added. Minor bugs were fixed.
Source: Freshmeat Daily News GLiv is an OpenGL image viewer. Image loading is done via Gdk-pixbuf bundled with GTK+-2.4, rendering with OpenGL, and the graphical user interface uses GTK+ with GtkGLExt. GLiv is very fast and smooth at rotating, panning and zooming if you have an OpenGL accelerated graphics board. It supports thumbnails and navigating through them using two images menus. License: GNU General Public License (GPL) Changes: There is a new menu entry to open a directory. An initial Kinyarwanda translation and a Vietnamese translation were added. "Pause" is now used as a keybinding to toggle the slideshow. Files are sorted in natural order, such that 2.jpg comes before 10.jpg.
Source: Freshmeat Daily News Darcs is an advanced revision control system. It has two particularly distinctive features which differ from other revision control systems: each copy of the source is a fully functional branch, and underlying it is a consistent and powerful theory of patches. In spite of its power, darcs is simple to use, in part because of the symmetry that is restored by making each copy of the repository a branch. License: GNU General Public License (GPL) Changes: A number of bugs that were present in version 1.0.2 have been fixed. Most particularly, there was a (generally harmless) bug in darcs 1.0.2 which led to a frightening message about an error in writing pending changes. Besides bugfixes, there were also some interface enhancements, including an improved unpull/unrecord patch selection interface and finer-grained control over colorization and character escaping in darcs' output.
Source: Freshmeat Daily News UMLet is a lightweight Java tool for rapidly drawing UML diagrams, with a sound and pop-up-free user interface. UMLet lets you draw diagram sketches quickly, teach UML with a simple user interface, and export diagrams to SVG, JPG, PDF, and LaTeX-friendly EPS. It features a fast, text-based way of editing UML elements. License: GNU General Public License (GPL) Changes: Fast, text-based creation of sequence diagrams was added. File handling was cleaned up. A color bug in export was fixed.
Source: Freshmeat Daily News CDfs is a file system for Linux systems that `exports' all tracks and boot images on a CD as normal files. These files can then be mounted (e.g. for ISO and boot images), copied, played (audio tracks), etc. The primary goal for developing this file system was to `unlock' information in old ISO sessions. The file system also allows you to access data on faulty multi session disks, e.g. disks with multiple single sessions instead of a multi session. License: GNU General Public License (GPL) Changes: Removing the module now stops the daemon properly and no longer causes an oops in preemptible kernels. Discid is now correctly calculated if an audio CD contains data tracks.
Source: Freshmeat Daily News Feedisto is your personal newspaper. Your newspaper is collected from RSS feeds, parsed by a Bayesian filter to rate its relevance, and served as a static HTML page or on a Web server to train the filter. Writing plugins is very easy. License: GNU General Public License (GPL) Changes: The old bayes_server has been replaced by a new one. The config file and RSS feeds file are automatically created. The AdRemove plugin was added.
Source: Freshmeat Daily News Clash is a tool for making bootable Compact Flash/Mini ISO systems. It includes scripts for preparing the image, some essential root filesystems ready to use with the scripts, tools to help you build your own root filesystem from scratch, and documentation describing all the steps involved in preparing the image. The root filesystems supplied are all networking-oriented and include wireless tools. License: GNU General Public License (GPL) Changes: This release fixes numerous bugs introduced with the ISO image building capabilities. A newer kernel was added.
Source: Freshmeat Daily News Qucs is a circuit simulator with a graphical user interface. It aims to support all kinds of circuit simulation types, e.g. DC, AC, S parameter, and harmonic balance analysis. License: GNU General Public License (GPL) Changes: Qucs now comes with two additional tools: a transmission line calculator and a filter synthesis application. New types of diagrams have been added (3D cartesian and locus). The component properties can now be directly edited on the schematic. The SPICE component has been finished. The simulation backend supports some new coplanar waveguide components, i.e. coplanar short, open, gap, and step. Gain, noise, and stability circle formulas are available in the equation solver. The noise calculations of some passive components have been fixed.
Source: Freshmeat Daily News KnowledgeTree is a feature-rich document management system featuring knowledge management, document version control, hierarchical document management, support for common file formats (MS Word, MS Excel, PDF, TXT, HTML), extensible meta data, creation of custom document types, application managed document links that guarantees consistent data and eliminates emailing documents, easy publication of documents, subscription agents, archiving according to expiry date, expiry time period, or utilisation for enhanced speed, and much more. License: GNU General Public License (GPL) Changes: This release focuses mostly on a small number of minor bugfixes and the beginning of PHP5 support.
Source: Freshmeat Daily News pxview can display information about various kinds of Paradox files, and it can convert Paradox databases into several output formats. Currently, the output formats CSV, HTML, SQL, and SQLite are supported. License: GNU General Public License (GPL) Changes: This release can now create HTML versions of manual pages on request, use functions like PX_get_num_fields() and PX_get_value(), fixes various memory leaks, fixes many compiler warnings, surrounds field data of memoblobs by enclosure char (CSV output), uses delimeter char for fields if they contain a line break (CSV output), masks special chars in memoblobs (sql output), and checks return value of PX_get_data_alpha() and outputs an error message if needed.
Source: Freshmeat Daily News Mail Avenger is a highly-configurable, MTA-independent SMTP server. It lets users run messages through filters like ClamAV and SpamAssassin during SMTP transactions, so the server can reject unwanted email before assuming responsibility for its delivery. Other unique features include TCP SYN fingerprint and network route recording, SPF (sender policy framework) as a general policy language, qmail-style delivery of extension addresses, validation of sender addresses through SMTP callbacks, mail-bomb protection, integration with kernel firewalls, and more. License: GNU General Public License (GPL) Changes: This release fixes a bug in which SPF could incorrectly return "unknown" for include: directives with an underscore character in the domain name. It also makes Mail Avenger compile on hosts without libpcap (though this disables the SYN fingerprint feature).
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: This release fixes a bug where the "import" tool bar button was inoperative. It makes pop up menus sensitive to selection state, makes patch file display dialogs non modal, provides a mechanism to display patch file diffs, and allows the refresh of a selected patch in patch panel.
Source: Freshmeat Daily News Avidemux is a graphical tool to edit video. It can open AVI, openDML, MPEG, Nuppelvideo, and BMPs. Most common codecs are supported (M-JPEG, MPEG, DivX, Xvid, huffyuv, WMA, etc.) thanks to libavcodec and libmpeg2. Video can be edited, cut, appended, filtered (resize/crop/denoise), and re-encoded to either AVI (DivX/Xvid) or MPEG 1/2. License: GNU General Public License (GPL) Changes: This release fixes all known issues of 2.0.38, especially the crash problem when using mplayer resize.
Source: Freshmeat Daily News rlocate is an implementation of the "locate" command that is always up-to-date. The database that the original locate uses is usually updated only once a day, so newer files cannot be located right away. The behavior of rlocate is the same as slocate, but it also maintains a diff database that gets updated whenever a file is created or a directory is moved. The rlocate kernel module can be compiled only with Linux 2.6 kernels. License: GNU General Public License (GPL) Changes: Fast update was implemented. Fast update is run automatically every time, except the first time and every tenth time updatedb is started. Fast update takes 2 to 10 seconds to complete. Permissions for diff database and /proc/rlocate were fixed. module.cfg was moved to the var directory.
Source: Freshmeat Daily News Add all of your network devices into the Network Management Tool, and you can quickly find vital information about any of your network devices (serial numbers, support contact information, etc.). A log for each device is kept so that you can enter service information about each device. There is an automatic export feature which will create a spreadsheet or database-ready file. Each list is easily edited with a Web interface. License: GNU General Public License (GPL) Changes: This release fixes a display problem within the optimize screen.
Source: Freshmeat Daily News webCDwriter can be used to make the CD- and DVD-writer(s) connected to a Linux box available to all users in your network. It consists of the server CDWserver and the clients webCDcreator and rcdrecord. CDWserver stores the files transmitted by the clients, reserves the CD-writer and controls the CD-writer using cdrecord. webCDcreator is a Java applet that runs within your browser or by Java Web Start, assists you when putting together a CD, and transmits the files. Finally rcdrecord is a command line client that tries to offer the functionality of cdrecord over the network with full multi-user support. License: GNU General Public License (GPL) Changes: This release has reworked writer detection, adds the ability to use madplay for MP3 decoding, and adds several small enhancements. The commercial Pro version now uses SSL encrypted connections and offers more DVD options.
Source: Freshmeat Daily News GNU TeXmacs is a free scientific text editor, which was inspired by both TeX and GNU Emacs. The editor allows you to write structured documents via a "wysiwyg" and user friendly interface. The program implements high quality typesetting algorithms and TeX fonts. It is also possible to use TeXmacs as an interface to computer algebra systems. Finally, TeXmacs supports the Guile/Scheme extension language, which makes it possible to adapt the user interface to specific needs, and even to extend the editor. License: GNU General Public License (GPL) Changes: The code for dialogues with the user has been completely reorganized. New features include default answers to questions and the possibility to use popup windows for dialogues. Besides, the proclus plug-in for document annotations was promoted into the main distribution and arrows were added to the upcoming graphical mode.
Source: Freshmeat Daily News TlaLog is a GUI for users of Arch revision control system, intended to provide support for taking notes while you hack. It is like a specialised editor, which encapsulates the calls to "tla make-log" and "tla commit". Moreover, the log file you edit can be organised into sections like "bugfixes", "features", etc., which are rendered in different ways in the log file. (This is customizable.) The key features of TlaLog are a small editing window which can be kept in one corner of your screen and filled as you hack, structured and organised information about changes, and nice formatting of this information data. License: GNU General Public License (GPL) Changes: The section editors now present the text as it will be for the commit. The parsing of files has been simplified.
Source: Freshmeat Daily News HPGS is an HPGL/2 interpreter, which renders HPGL/2 and processes vector data through a Postscript-like API. It can render to EPS and PNG files. For rendering the scenery to pixel formats, it includes a rendering engine which draws vector graphics into pixel buffers. It also interprets inline PCL images. License: GNU Lesser General Public License (LGPL) Changes: This version fixes some minor problems with broken HPGL files. The streams API has been revised in order to ease using HPGS as a library. The experimental Cairo backend has been adapted to use the new Cairo API.
Source: Freshmeat Daily News Sysprof is a sampling CPU profiler that uses a Linux kernel module to profile the entire system, not just a single application. It handles shared libraries, and applications do not need to be recompiled. It profiles all running processes, not just a single application, has a nice graphical interface, shows the time spent in each branch of the call tree, can load and save profiles, and is easy to use.
Source: Freshmeat Daily News pxlib is a simple and small C library for reading and writing Paradox DB files. It supports all versions starting from 3.0. It currently has a very limited set of functions, like opening a DB file, reading its header, and reading every single record. It can also extract blob data and write it to a file. Support for writing Paradox DB files is still very experimental. License: GNU General Public License (GPL) Changes: This release fixes many compiler warnings and some potential errors, allows the user to turn off warnings, fixes reencoding, can now set the codepage when creating a database, adds the new function PX_create_blob_fp(), fixes PX_set_blob_file() so that it works when reading and writing a file, adds an overall man page for pxlib with many examples, and features the ability for PX_get_value() to return many fields from the header.
Source: Freshmeat Daily News OSCAR (Open Source Cluster Application Resources) is a snapshot of the best known methods for building, programming, and using clusters. It consists of a fully integrated and easy-to-install software bundle designed for high performance cluster computing. License: GNU General Public License (GPL) Changes: New to this version is support for Mandriva Linux (Mandrake Linux) 10.0 on ia32. There are also numerous bugfixes which improve the installation experience for Red Hat Enterprise Linux 3 on both ia32 and ia64 systems. The testing framework has also been extended by incorporating APITest. DepMan and PackMan are now fully integrated into the OSCAR installation mechanism.
Source: Freshmeat Daily News Hyper Estraier is a full-text search system. It can be used as a Web search engine, mailbox searching, etc. It features high performance searching, high scalability of target documents, a perfect recall ratio by the N-gram method, phrase searching, attribute searching, and similarity searching. Multilingualism is supported with Unicode. It is independent of file format and repository, and has a simple and powerful API. License: GNU Lesser General Public License (LGPL) Changes: Incremental searching was added. Some utility functions were added.
Source: Freshmeat Daily News GRAMPS is a genealogy program. It helps you organize your family tree, and is capable of exchanging data with other programs using the GEDCOM standard. License: GNU General Public License (GPL) Changes: This version provides minor bugfixes, along with improved date handling and column sorting.
Source: Freshmeat Daily News Scmbug is a system that integrates software configuration management (SCM) with bug-tracking. It aims to be a universal tool that will glue any source code version control system (such as CVS, Subversion, and Arch) with any bug-tracking system (such as Bugzilla and Mantis). License: GNU General Public License (GPL) Changes: This release supports hooks for Subversion 1.2 and no translation of usernames.
Source: Freshmeat Daily News Live Kernel Configuration Panel is an ncurses interface to the run-time Linux kernel configuration data that can be accessed through the /proc filesystem. License: GNU General Public License (GPL) Changes: This release now allows you to search for items in the /proc/ sys configuration directory and edit those items. The UI has been polished. All terminals are now supported. Core functions have been rewritten.
Source: Freshmeat Daily News PDFdirectory is a PHP/MySQL creation of a printable directory in PDF format. Uses could be for church groups, sports teams, etc. Selected members of the organization can directly enter information on members, teams, clubs, etc. Custom pages can be created offline, exported to PDF, and uploaded to be included in the document. These pages will be combined with the auto-generated output from the database to create the final document. License: GNU General Public License (GPL) Changes: This release features better organization for team management and includes icons for re-ordering of groups, teams, and titles for more intuitive feel.
|