Welcome to freshmeat.net
Cadaz GNU/Linux is an operating system designed for PHP developers who always work while mobile. With Cadaz, you can carry not just your work but your entire development environment including OS, complete server stack, and development tools on a flash drive.
Changes: This is the initial public release.
Graylog2 is an syslog implementation that stores logs in MongoDB. Messages are accepted via TCP or UDP. A Web interface allows you to view the log messages. It also implements GELF, the Graylog Extended Log Format, which is a simple JSON string that allows you to send long and structured syslog messages, which is very useful for customized application log monitoring.
Changes: This is the first packaged release.
Perf4CDI is an add-on package for implementations of CDI (Contexts and Dependency Injection for the Java EE platform, also known as JSR-299) providing convenient integration with Perf4j, a performance monitoring library for Java applications. For basic usage, it's enough to annotate the profiling method in CDI-based applications. Many settings can be customized.
Changes: The source code was tested with mock unit tests. This is the first version which is available in Maven Central Repository, so it is no longer necessary to download JARs manually.
Aftpd is an FTP server for anonymous access designed for Unix-like operating systems. It uses an asynchronous model of connection processing and provides service for all users within a single process; can use multiple threads to run more efficiently on multi-core systems, with each thread serving multiple clients simultaneously; uses effective mechanisms of transferring files, minimizing copying of data in RAM (sendfile or a combination of the system calls mmap/writev); uses effective event notification schemes (kqueue on FreeBSD and epoll on Linux); uses poll or select in older systems; and supports IPv6. For safety, it works as an unprivileged user and uses chroot.
Changes: A portability bug was fixed.
Icwri Tools for IBM WebSphere MQ is a group of services based on Icwri script to help IBM WebSphere MQ administration and development. It enables you to do more advanced and complex administration using Icwri Script with ease. The services allow you to read and write messages, clear the queue, get queue depth, resolve in-doubt transactions, resolve an in-doubt channel, get channel status, and get listener status. Icwri Script is a lightweight service oriented Java built-in script engine by the same author.
Changes: A sample of a Web based monitor of WebSphere MQ (using Icwri WebAs version 0.101) was added. The monitor is a very simple, easy to use, and easy to customize.
PHing Is Not GNU make; it's a project build system based on Apache Ant. You can do anything with it that you could do with a traditional build system like GNU make, and its use of simple XML build files and extensible PHP "task" classes make it an easy-to-use and highly flexible build framework. Features include file transformations (e.g. token replacement, XSLT transformation, Smarty template transformations), file system operations, interactive build support, SQL execution, CVS operations, and much more.
Changes: This release fixes numerous smaller issues.
TCExam is Web-based assessment software for generating and managing online tests and exams. It simplifies the exam cycle, including generation, execution, evaluation, presentation, and archiving.
Changes: This version includes the new version of the TCPDF library.
TCPDF is a PHP class for generating PDF documents without requiring external extensions. TCPDF supports all ISO page formats and custom page formats, custom margins and units of measure, UTF-8 Unicode, RTL languages, HTML, barcodes, TrueTypeUnicode, TrueType, OpenType, Type1, and CID-0 fonts, images, graphic functions, clipping, bookmarks, JavaScript, forms, page compression, digital signatures, and encryption.
Changes: This version fixes a bug related to objects IDs.
mod_vhs is an Apache 2.2+ Web server module allowing mass virtual hosting without the need for file-based configuration. The virtual host paths are translated from any database supported by mod_ldap or mod_dbd at request time from MySQL, LDAP, PAM, or a system password file. PHP security can be basically auto-configured from the database using this module. Requests are cached by mod_ldap when configured.
Changes: This version is now compatible with Apache 2.2 or newer. libhome was dropped in favor of using mod_ldap or mod_dbd as the backend. Caching is now supported when mod_ldap is used. UID and GID can be changed on the fly when Apache is compiled with mpm-itk. PHP 5.3 is now supported and options like safe_mode have been dropped. The code was split into three files to ease maintenance. Support was added for non-system users on su-php.
Check_MK is a complex addon for Nagios/Icinga and consists of three subprojects. The check and inventory system Check_MK is a general purpose Nagios plugin for retrieving data. It adopts a new approach for collecting data from operating systems and network components. It obsoletes NRPE, check_by_ssh, NSClient, and check_snmp. It has many benefits, the most important of which are significant reduction of CPU usage on the Nagios host and automatic inventory of items to be checked on hosts. The larger your Nagios installation is, the more helpful these improvements. The Nagios module "MK Livestatus" gives immediate and fast access to live status data of Nagios and to historic data in the Nagios logfile. It's a supported backend for many addons like NagVis, NagiosBP, Thruk, and others. The Nagios GUI "Check_MK Multisite" is a feature complete replacement for the classical Nagios GUI, and uses MK Livestatus as a backend. Multisite is very fast, and supports efficient distributed monitoring using Livestatus as transport layer.
Changes: This release contains two important bug fixes concerned with contact groups.
openmamba is a fully featured GNU/Linux distribution for desktops, notebooks, netbooks, and servers. It runs on computers based on the 32-bit Intel x86 architecture, or on 64-bit AMD processors in 32-bit mode. openmamba comes with both free and closed source drivers for the most frequently used video cards. It supports compiz out of the box. It has preinstalled multimedia codecs, and can install the most frequently used closed source applications for GNU/Linux (such as Flash Player or Skype) very easily.
Changes: A DVD version of the devel branch is now available.
Paludis is a package manager for Gentoo (and derived distributions) and Exherbo. It consists of a core library and a number of console-based clients. Package formats supported include Gentoo ebuilds and kdebuilds (as defined by the Package Manager Specification), the Exherbo exheres-0 format, and various miscellaneous utility pseudo-formats for managing accounts, unwritten and unavailable packages, and packages for which no package exists.
Changes: :* dependencies no longer count as matching every slot when testing removal safety. When 'cave resolve' changes from having made a decision to being unable to make a decision, and where dependencies from the previously made decision have already been tracked, a horrible error is no longer produced. 'cave display-resolution' now shows download sizes, and no longer displays empty descriptions. 'cave resolve' now has a '--fetch' option to skip non-fetch jobs. 'cave show' now has a '--no-versions' option.
GNU Smalltalk is a free implementation of the Smalltalk-80 language.
Changes: This release included fixes to gst-remote and the Emacs mode. Generational GC did not work on the SPARC and is now disabled. When compiling a 32-bit version on a 64-bit system, detection of which packages can be installed was improved.
DIY Zoning is a set of tools and instructions for controlling a state-of-the-art HVAC (Heating, Ventilation, and Air Conditioning) system. It covers airflow balancing, temperature control and zoning, energy conservation measures, remote access, 1-wire devices, and home automation.
Changes: XBee ZB hardware can now be used to control HVAC actuators. Seed Depot's Relay Shield is supported, along with any other designs that utilize XBee's digital output functionality.
miniDB is a small and fast isam/btree library/program for record based access, used as standalone or as client/server. It features a small footprint, multi-field indexes, autoincrement fields, and database logging.
Changes: mdb2json was added for producing JSON style output. The license terms were changed to the MIT license. Warnings on GCC 4.4 were fixed. The code was formatted to K&R style.
Blender is a free 3D animation studio. It includes tools for modeling, sculpting, texturing (painting, node-based shader materials, or UV mapped), UV mapping, rigging and constraints, weight painting, particle systems, simulation (fluids, physics, and soft body dynamics and an external crowd simulator), rendering, node-based compositing, and non linear video editing, as well as an integrated game engine for real-time interactive 3D, and game creation and playback with cross-platform compatibility.
Changes: Many fixes, API updates, and changes that went into finishing the Durian open movie project.
Vendetta Online is a multi-platform 3D space-combat MMO for Windows, Mac, Linux/32 and Linux/64. The game permits players to interact in a vast online galaxy; fighting, trading, and mining their way to success. A "twitch" type real-time combat model makes true player skill the deciding factor instead of character advancement. Massive capital-ship battles shake the foundations of the major nations at war, while others struggle to push back the encroachment of the AI "Hives". A no-strings free trial is available.
Changes: Eight new PCC missions were added. New drops from Hive bots were added: Synthetic Silksteel (most hive ships), Cybernetics Grade FF (mostly Guardians, Leviathan), andHive Nanite Replicator (mostly Collectors, Assaults, Leviathan). Many more diverse drops are coming, tying into crafting and other areas.
Open Validator verifies many aspects of conformance of Web pages to International Standard ISO/IEC 23026-2006(E) IEEE Std. 2001 - 2002, "Software Engineering - Recommended Practice for the Internet - Web Site Engineering, Web Site Management, and Web Site Life Cycle".
Changes: A bug in revalidation when using external HTML editors was corrected
memtester is a user-space utility for testing the memory subsystem in a computer to determine if it is faulty. It does a good job of finding intermittent faults and non-deterministic faults. It has many tests to help catch borderline memory. memtester should compile and run on any 32- or 64-bit Unix or Unix-like system.
Changes: _FILE_OFFSET_BITS is now defined as 64 bits by default in conf-cc, which causes some 32-bit systems with larger than 32-bit address spaces to have a 64-bit off_t, allowing testing of larger chunks of memory. Tests of 8 and 16-bit wide random writes were added to enable verification of the correct operation of hardware. If these tests trigger unaligned access problems on your platform, they can be eliminated by removing the -DTEST_NARROW_WRITES definition from the conf-cc file.
The trading shim is a command line interpreter with a DBMS backend to the socket-based 'binary format' API of the Interactive Brokers' Trader Workstation. It uses mnemonic ASCII text commands to permit downstream clients to easily access several worldwide securities markets and exchanges (stocks, options, futures, bonds, and Forex) for "tick" data and history (intraday and EoD). It also allows clients to initiate and supervise trades of securities, manage accounts, and more.
Changes: As part of ongoing work on extending API level version coverage, this release adds a generic tick type list argument to the market data command, enlarges the set of tick indices and labels, and extends the number of market tick message types. In brief: you may now add a generic tick type list, e.g.: [100, 101, 104, 106], as the last argument of your market data commands, after the contract expression, and before the semicolon; or not, as you wish. Note: there are other, not yet documented tick types, ticks, and tick message types that will be added later as discovered.
ERDialog is part of a simple Web based framework with Erlang. It is a Web browser interface and system for developing programs using the Yaws HTTP server and Erlang support programs. It will be able to ship applets for installation. Applets for wiki, music playing, and file launching exist now.
Changes: This release adds an Erlang toolbar for GUI startup and shutdown.
Distributed Checksum Clearinghouse (DCC) is a system of clients and servers that collect and count checksums related to mail messages. The counts can be used by SMTP servers and mail user agents to detect and reject bulk mail. DCC servers can exchange common checksums. The checksums include values that are "fuzzy", or constant across common variations in bulk messages.
Changes: Support for DNS whitelists. An example using dnswl.org is in the sample homedir/dcc_conf file.
Chocolate Doom is a Doom source port which aims to behave as closely as possible to the original DOS Doom executables ("Vanilla Doom"). It aims to be compatible with DOS Doom demos, configuration files, savegames, and bugs. As far as possible, it provides the same features that are available in the DOS version, along with the same "feel" of the original game.
Changes: This release includes the addition of the OPL emulation feature, which aims to play back music in a way that sounds identical to how the music sounded in Vanilla Doom with a Soundblaster / Adlib card. There are also bugfixes and improved install instructions.
Suricata is a network intrusion detection and prevention engine developed by the Open Information Security Foundation and its supporting vendors. The engine is multi-threaded and has native IPv6 support. It's capable of loading existing Snort rules and signatures and supports the Barnyard and Barnyard2 tools.
Changes: Detection accuracy was greatly improved. The stream engine was improved. Various other bugs were fixed.
RipIT is a command line program for ripping, encoding, and tagging MP3s that needs no user intervention. It is a wrapper for dagrab, cdparanoia, cdda2wav, LAME, Ogg Vorbis, Flac, Faac, Musepack, and mp4als. It supports the retrieval and submission of CDDB and MusicBrainz entries.
Changes: This release adds options to use Musepack and ffmpeg (e.g. for apple lossless) and provides a cover to add cover art to the tags. Various artist styles can be detected and tags will be written accordingly. To manipulate the track counter in file names, use the option trackoffset. Cue sheets can be written and detection of ISRCs for submission to Musicbrainz is supported.