Welcome to freshmeat.net
ruby-pdns is a simple framework to develop dynamic DNS records using the Ruby language hosted in a PowerDNS Pipe Backend. The framework abstracts the complexities of coding custom records away from the developer, enabling you to focus on the task.
Changes: Statistics for records were added; usage counts and time spent processing are recorded.
Converseen is a batch image converter and thumbnail creator. It supports more than 100 image formats, including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. It features a very simple user interface without strange options.
Changes: Shortcuts and language settings were fixed.
listparser is a Python library that parses subscription lists (also called reading lists) and returns all of the feeds and subscription lists that it finds. It currently supports OPML, RDF+FOAF, and the iGoogle exported settings format.
Changes: listparser now supports RDF+FOAF as a subscription list format. Duplicate URLs are now detected and their categories and tags are consolidated. distutils support was added for easier distribution and installation. "Opportunity" URLs are now also saved.
Fotoxx is a photo editing and collection management tool. It allows you to navigate a large image collection using a thumbnail image browser, import most camera RAW files and edit with 16-bit color, save edited images as TIFF-24/48 or JPEG, and edit the whole image or an outlined area with adjustable edge blending. Multiple undo/redo is supported. Tags, dates, and ratings can be added to images, and images can be searched using these criteria and file names. Functions include brightness and color adjustments, trim, rescale, rotate, warp, sharpen, blur, noise reduction, red-eye removal, and more.
Changes: A new function was added to select an area by color. This lets you click to select a contiguous area matching the clicked color within a controlled range. You can click or drag to accumulate new areas. A right-click will undo. Edit functions can then be used within the selected area. Panorama was improved to better compensate image scale changes due to a horizon difference or relative rotation in the images being joined. Auto-search for camera parameters was made more robust. A new method for noise reduction was added, based on variance. Blend-width control was made non-linear for better control of small values.
SableCC is a parser generator that generates fully featured object-oriented frameworks for building compilers, interpreters, and other text parsers. In particular, generated frameworks include intuitive strictly-typed abstract syntax trees and tree walkers. SableCC also keeps a clean separation between machine-generated code and user-written code, which leads to a shorter development cycle.
Changes: This beta version includes a first version of the lexer generator based on the new and powerful "lexical expression" engine. It also includes new targets (Scala and C) and additional operators for the ObjectMacro text generation system.
QuickBuild is a build lifecycle management server facilitating continuous integration and release management. It provides a central place to produce, deploy, test, and release builds. A build-centric process can be enforced to drive the smooth delivery of builds from developers to testers and from testers to release managers.
Changes: The most important features introduced in this version are the pre-commit test, advanced build grid, versatile build reports, graphical build workflow design, visual build promotion, source code view/diff, and build comparison. QuickBuild 2.0 also includes enormous improvements such as an intuitive user interface, fine-grained permission control, real time build progress and log monitoring, and variable prompting.
sdparm has a command line interface for getting and setting SCSI mode page fields. Fields can be referred to by an acronym or a numerical address. It has support for various SCSI transport and vendor-specific mode pages. It also decodes Vital Product Data (VPD) pages and can send some simple SCSI commands. sdparm was originally written for Linux with ports to FreeBSD, Solaris, Tru64, and Windows.
Changes: SCSI mode and VPD page changes in draft standards from www.t10.org up until September 2009 are tracked. One significant change for block devices is the addition of thin provisioning support.
sg3_utils is a package of utilities for accessing devices that use SCSI command sets. Most utilities issue a single command and display the response, while some work at a slightly higher level. There are utilities for fetching INQUIRY data and VPD, mode, and log pages. There is support for modern SCSI transports such as SAS and FCP. The package is written for Linux and has been ported to FreeBSD, Solaris, Tru64, and Windows. There is an earlier version of this package for Linux 2.2 series kernels called sg_utils.
Changes: Support for thin provisioning was added: sg_get_lba_status and sg_unmap plus associated log, mode, and VPD pages. The SCSI draft standards up until September 2009 are tracked.
The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel Image Processing Library) and utilizes Intel Integrated Performance Primitives for better performance.
Changes: A new C++ interface was added in addition to the existing OpenCV 1.x C API, bringing automatic memory management and many other advantages. A lot of new functionality, especially in the area of feature detectors and descriptors, was implemented. SSE2 optimization of many functions was made. The build system was modified to use CMake, and the directory structure was revised. The documentation was converted to LaTeX and improved.
Music Player Daemon (MPD) is a server that allows remote access for playing music in various formats and managing playlists. It makes a great desktop player with frontend options (Qt, GTK, ncurses, Windows, and Web clients are available). It is also appropriate as a console player that is scriptable, and is especially useful if X is restarted frequently. A set of rapid development tools for clients are being developed and include a C library, Python module, PHP class, Perl module, and Java Class. The goals are to be easy to install and use, to have minimal resource requirements, to be stable and flexible, and easy to interface.
Changes: This release fixes the Mac OS X 10.6 build, Ogg Vorbis issues, and a few other minor issues.
Patu Digua, or Digua for short, is a Web (HTML, JavaScript, and CSS) obfuscator and compressor. It will reduce the size of your Website, boosting performance, and it will make your JavaScript/HTML/CSS source code harder to understand.
Changes: HTML tags can be transformed to upper case, lower case, or randomly mixed. HTML attributes like style are processed like CSS. HTML attributes like onload are processed like JavaScript. An option was added to specify the suffixes for files that will be interpreted like JavaScript, CSS, or HTML. Some options were moved to the Advanced panel.
SOFA is a statistics, analysis, and reporting program with an emphasis on ease of use, learning as you go, and beautiful output. SOFA can connect directly to your database and lets you display results in an attractive format ready to share or put in a spreadÂsheet. SOFA will help you learn as you go, whether you are a student, business analyst, or researcher.
Changes: Users are now able to add data directly to SOFA Statistics by configuring new tables in the default SQLite database and adding data directly to them. An important bug was fixed for PostgreSQL when making report tables.
Domain Name Portfolio is a Web based application to help domain owners better organize their portfolio. It allows you to list your domains with their expiry date, registrar, price, status, and category. It also allows visitors to your portfolio to contact you about a given domain.
Changes: This release fixes several bugs, including an error with the contact form preventing email from being sent.
namebench automatically finds the best DNS servers to use on your machine, benchmarks them all, and outputs pretty graphs to tell you when and why they are optimal. It can use multiple source datasets such as Alexa, your browser history, or tcpdump replays in order to generate the most relevant and individualized recommendation.
Changes: The DNS server list has been updated with 200 new servers. The weighted distribution algorithm was adjusted to reduce the number of duplicate requests within a test run. If DNS hijacking is suspected, the unexpected address is output. The traffic congestion multiplier is now limited to 4X for improved performance. All known crash bugs were fixed.
rlwrap is a readline wrapper, a small utility that uses the GNU readline library to allow the editing of keyboard input for any other command. It maintains a separate input history for each command, and can TAB-expand words using all previously seen words and/or a user-specified file.
Changes: rlwrap can now use filters - external programs that re-write prompts, history, input, and/or output and can be used for programmable completion. A Perl module for easy filter writing is included.
Chronicle is a simple tool that will convert a directory of simple text files into a formatted and static HTML blog. In short, it compiles text entries into pretty HTML, complete with support for tagged entries, and RSS feeds.
Changes: This release updates all of the supplied template themes such that they validate fully. The themes themselves were also updated to support the use of include files, which allows simpler end-user customization.
sadlittlewebjournal is a Weblog written in Perl that utilizes PostgreSQL or MySQL and a straightforward ASCII interface. Site maintenance is done via an intuitive backend that allows one to add, delete, and modify previous entries. Other features include an integrated guestbook, a Web stat chart complete with ASCII bar graphs, and various other modularized features.
Changes: A bug in which blog postings submitted by email would fail if they contained an apostrophe was fixed. The RSS feed no longer escapes the URLs of articles in order to work when syndicated as Facebook Notes.
xslet is a collection of XSLT applets. It includes "xslbook", which displays a book-style document in Web browsers without any other transformation tools, and "xslui", which displays Web pages with modularized XML files in Web browsers without any other transformation tools.
Changes: This version fixes a bug where the numbers of clauses/sections in the TOC were not displayed.
AgileWiki is a composable platform for advanced Web-based and P2P networks. It allows multiple points of entry, where each node is an information fusion system with controlled access, pluggable applications, and native deductive reasoning.
Changes: The webtop now displays icons that can be selected and moved, where the selection and position of an icon is persisted. The test framework now validates server responses. Any number of languages can now be supported.
Virtual Token Descriptor for eXtensible Markup Language (VTD-XML) refers to a collection of efficient XML processing technologies centered around a non-extractive XML parsing technique called Virtual Token Descriptor (VTD). Depending on the perspective, VTD-XML can be viewed as either an XML parser, a native XML indexer or a file format that uses binary data to enhance the text XML, an incremental XML content modifier, an XML slicer/splitter/assembler, or an XML editor/eraser.
Changes: TD-XML's Core API was expanded. VTDNav now has toStringUpperCase, toStringLowerCase, contains(), endsWith(), and startsWith(). Extended VTD now has in-memory buffer support. Xpath was improved and the following XPath 2.0 functions were added: abs(), ends-with(), upper-case(), and lower-case(). Support for variable reference was added. Internal performance tuning was undertaken and bugs were fixed. Warning messages were fixed in the C version and a memory leak during Xpath expression parsing was fixed.
Conkeror is a keyboard-oriented, highly-customizable, highly-extensible Web browser based on Mozilla XULRunner, written mainly in JavaScript, and inspired by exceptional software such as Emacs and vi. Conkeror features a sophisticated keyboard system, allowing users to run commands and interact with content in powerful and novel ways, and it is self-documenting, featuring a powerful interactive help system.
Changes: This version includes many small bugfixes and implementations of small features, marking a stable point in development before some more major changes planned for the next version.
Xournal is a GTK+/GNOME application for notetaking, sketching, and keeping a journal using a stylus on Tablet PCs and other platforms. It aims to provide superior graphical quality (subpixel resolution) and overall functionality.
Changes: This release includes UI improvements and addresses compatibility issues with GTK+ 2.16/2.17. It also adds internationalization support and uses poppler instead of pdftoppm to render PDFs and gtk-print instead of libgnomeprint for printing.
muhttpd (mu HTTP deamon) is a simple but complete Web server written in portable ANSI C. It supports static pages, CGI scripts, and MIME type based handlers. It drops privileges before accepting any connections, and can log received requests. It has been tested on OpenBSD, GNU/Linux, NetBSD, FreeBSD, Mac OS X, and Cygwin. It runs successfully on 32-bits, 64-bit, little endian, and big endian systems.
Changes: Minor fixes to #include directives and documentation.
gmusicbrowser is a jukebox designed with large music libraries of over 10,000 MP3, Ogg, FLAC, and MPC files in mind. It has easy access to related songs (same artist, album, or title) and supports multiple genres per song, ratings, and labels. It has extensive filtering capabilities, customizable random modes, customizable window layouts, mass-tagging, and more.
Changes: This should be the last release for this branch. it consists of minor fixes and improvements and updates a few translations.
Bomns for Linux is a fast-paced multiplayer deathmatch arcade game. Its gameplay is best described as "old-school," as it is based on the popular text-based Bomns franchise. It has several modern conveniences, however, such as a level editor and GTK2 configuration tool. Despite the name, Bomns for Linux is quite portable and can easily be built on nearly any platform.
Changes: This version fixes a lot of stupid problems.