|
| Wed, Aug 20th | home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop | 22:16 UTC |
|
login « register « recover password « |
About: The Meeting Room Booking System (MRBS) is a PHP/MySQL-based Web application for booking meeting rooms. It uses 'areas' to group rooms, and rooms within each area are shown side-by-side. Changes: Initial announcement.
About: gd is a library for creating and reading PNG, JPEG, GIF, WBMP, and XPM images. It has many features and can be used in scripts (e.g. PHP, Perl, Ruby, Lua, and Python) for dynamic image generation. PHP users should note that PHP 4.3.x includes its own distribution of gd, which is currently the best choice for PHP applications. Changes: Debugged and improved WBMP support, new WBMP tests in gdtest.c, removal of use of the platform-dependent 'install' command, and more.
About: The PTlink IRC daemon integrates some of the most advanced features needed to manage an IRC network into the stable core from Hybrid IRCd. It is fully integrated with PTlink IRC Services and PTlink Open Proxy Monitor, providing a great platform for anyone starting an IRC network. Changes: Recoded using StarChat IRCd as the base IRCd, v-lines for DCC SEND virus protection, a general code clean up and optimization, improved cuztomization, complete ircd help system using /helpsys, and lots of other changes.
About: Email Security through Procmail (the Procmail Sanitizer) provides methods to sanitize email, removing obvious exploit attempts and disabling the channels through which exploits are delivered. Facilities for detecting and blocking Trojan Horse exploits and worms are also provided. Changes: Some new executable extensions, and a fix for a bug that prevented macro scanning (no longer vulnerable to extremely long To: headers).
About: The GNU Debugger (GDB) is a source-level debugger for C, C++, Java, Modula-2, and several other languages. It runs on GNU/Linux, the BSD's, and almost every major proprietary OS. GDB can debug programs running on the same machine as itself, or it can communicate over a network or serial line with a debugging stub on another machine; thus, it can be used for embedded and kernel debugging. Changes: Improved support for debugging FP programs on x86 targets, improvements and bugfixes in hardware-assisted watchpoints, new native configurations (ARM and PowerPC GNU/Linux), Gould support removed, remote targets can connect to a sub-program, many C++ enhancements, Bbeakpoint commands accept ranges, a new MI interface, and a new 'apropos' command.
About: Sirobot is a Perl script that downloads Web pages recursively. The main advantage over wget is its ability to get them concurrently, and is able to continue aborted downloads and convert absolute links to relative ones. It uses curses, can do HTTPS, and has a pattern-matching filter to prevent you from downloading the whole Internet. Changes: HTTPS support.
About: Kwav2cd is a CDRDao frontend to create audio CDs from .wav or .mp3 files. Changes: Multiple selections in the filelist, a progressbar to the convert dialog when you use mpg123, and removal of unused code.
About: NanoXML is a very small XML parser for Java. It is non-validating (the DTD is ignored in version 1.6) and the interface is optimized to easily pull data from and write back to XML data. There is also a SAX1-compliant adapter for release 1.6. Changes: Bugfixes.
About: Stereograph is a stereogram generator that renders exclusively truecolor stereograms. It offers different effects to increase the quality of your artwork, including transparency effects. Changes: Fixes for a segmentation fault in the transparency renderer memory managment and standard input file parsing.
About: GTKWave is a fully featured GTK+ v1.2 based wave viewer for Unix and Win32 which can view industry standard VCD/EVCD files as well as Synopsys (EPIC) TimeMill and LXT format files. Changes: An updated "tree search" to use the CTree widget (signal hierarchies can be of unlimited size now).
About: 3dom stands for 3-Dimensional Object Modeler. The aim of 3dom is to offer a tool to model reality with user-chosen accuracy, and user-chosen inclination for a particular purpose, which can be gradually improved and extended. 3dom is designed to be a general-purpose modeler, however it is especially inclined to model scenes for Global Illumination purposes. Changes: A new constraint engine, a reworked plugin engine, and new plugins (surface of revolution, extrusions, and Python-generated objects).
About: Electric Death Ferret is a PHP3 script for entering new domains and virtual hosts online so that they can be set up automagically by the included Perl daemon in Apache, NcFTPd, and BIND. It includes a setup for suexec and another PHP3 script for setting up system users. These system accounts are for dialup customers and mail-only accounts. There is also an option for creating aliases in Sendmail and for converting a full dialup account into a mail-only one (this is done by editing the RADIUS file). Changes: Initial announcement.
About: lupengo is the most famous arcade game involving penguins, now without penguins, for one or two players (team). An Amiga version is also available. Changes: Sound effects, removal of GTK, and fixes for several compatibility problems.
About: jac is a command line CD player that allows you to play your CDs in any order with looping features (on track, playlist, or the entire CD), random playing, backwards playing, exclude from playing, crazy-playing, and many other features. It supports the Italian and English languages, CDDB, and CDIndex. Changes: readline support in console, a configuration file update for CD default option, long_option support, support for setting CD-ROM and mixer devices from command line, error description for CDDB and CdIndex, bugfixes, and more.
About: FoKS is a KiSS set viewer for Linux. It is able to load and display indexed, Cherry KiSS, and enhanced palette sets. It also has FKiSS support up to version 3. FoKS uses GTK+ for displaying KiSS sets and is written in GNU Sather. Changes: FKiSS1, 2, and 2.1 support has been added. Memory usage has been reduced and speed has been improved.
About: mod_log_spread is a patch to Apache's mod_log_config, which provides an interface for spread to multicast access logs and per-vhost logs. It utilizes the group communication toolkit Spread for reliable multicast transport. mod_log_spread was developed to solve the problem of collecting consolidated access logs for large web farms. In particular, the solution needed to be scalable to hundreds of machines, utilize a reliable network transport, allow machines to added or dropped on the fly, and impose minimal performance impact on the Web servers. Changes: Initial announcement.
About: The NetSaint Configuration Webmin Module gives an easy-to-use administration interface for the NetSaint CGI Monitor. It supports all configuration directives of NetSaint. This module is part of the LinuxMonitor Project. Changes: Initial freshmeat announcement.
About: BeeCrypt is an ongoing project to provide strong and fast cryptography in the form of a toolkit usable by commercial and open source projects. Included in the library are entropy sources, random generators, block ciphers, hash functions, message authentication codes, multiprecision integer routines, and public key primitives. Changes: A PowerPC assembler optimization has been added for multiprecision integers (80% faster on a PowerMac 7200/90), the /dev/random entropy provider has been fixed and the name name "SHA1" has been changed to "SHA-1" in fips180 for consistency.
About: WebEvent is a commercial Web calendar and scheduling program written in Perl. It features multiple calendar views and formats, repeating events, email reminders, public event submissions, meta-calendars, event change notifications, searchable calendars, and user authentication. Changes: This release fixes critical bugs in list view, author-only mode, the license key system, and HTML support.
About: HTML::Mason is a full-featured web site development and delivery system. Mason allows web pages and sites to be constructed from shared, reusable building blocks called components. Components contain a mix of Perl and HTML, and can call each other and pass values back and forth like subroutines. Components increase modularity and eliminate repetitive work. HTML::Mason is most powerful when used in conjunction with mod_perl, but can be used in standalone applications as well. Changes: Components now support an inheritance model, significant improvements have been made to autohandler functionality, the parser is now more modular and easier to extend, and Apache::Request support has been added.
About: PIKT is cross-categorical, multi-purpose software for monitoring and configuring computer systems, administering networks, organizing system security, and much more. PIKT is intended primarily for system monitoring, and secondarily for configuration management, but its versatility and extensibility evoke many other wide-ranging uses. PIKT consists of a sophisticated, feature-rich file preprocessor; an innovative scripting language with unique labor-saving features; a flexible, centrally directed process scheduler; a customizing file installer; a collection of powerful command-line extensions; and other useful tools. Changes: Much of the script processing code has been rewritten in a more modular, readable, and maintainable fashion, the implementation has been redone (introducing AWK-style associative arrays) #indent-#unindent preprocessor directives have been added (for automatic indentation of PIKT configurations), automatic assignment-to-var in #split() has been implemented, the value history mechanism has been revised (fixing a serious scalability problem), several other minor bugs have been fixed, and the PIKT Source Code OVERVIEW file has been added.
About: txt2html is a Perl program that uses the HTML::TextToHTML perl module to convert plain text to HTML. It supports headings, lists, tables, simple character markup, hyperlinking and is highly customizable. It recognizes some of the apparent structure of the source document (mostly whitespace and typographic layout) and attempts to mark that structure explicitly using HTML. Changes: Reserved characters in titles created with --titlefirst are now escaped properly. A preformatting bug introduced in 1.26 has been fixed. Regexps have been extended to allow additional characters in URLs and *emphasized* text.
About: XMail is an Internet and intranet mail server featuring an ESMTP server, POP3 server, finger server, TLS support for SMTP and POP3 (both server and client side), multiple domains, no need for users to have a real system account, SMTP relay checking, DNS based maps check, custom (IP based and address based) spam protection, SMTP authentication (PLAIN LOGIN CRAM-MD5 POP3-before-SMTP and custom), a POP3 account synchronizer with external POP3 accounts, account aliases, domain aliases, custom mail processing, direct mail files delivery, custom mail filters, mailing lists, remote administration, custom mail exchangers, logging, and multi-platform code. Changes: Bugfix in SysDepLinux.cpp in function SysMakeDir(), permission mask changed to 0700. Improved external programs execution behaviour under NT. Added option to setup domain message filters with external programs execution ( remember to add the filters subdirectory if You're upgrading an existing XMail ). This can help filter messages based on content to avoid mail worms and viruses that travel in attachments.
About: News Clipper allows web designers to automatically integrate dynamic information from the Internet into their own web pages. It allows individual users to create custom newspapers, or businesses to enliven otherwise static web pages. Its tag language gives users control of data acquisition, manipulation, and presentation, and can be extended by writing new "handlers". Changes: Support for FTPing output files to a remote server. Many cache improvements. Versioning prevents accidental download of incompatible handlers. Bugfix handler versions automatically downloaded. Handler format has changed radically.
About: mp3_check helps to identify in explicit detail MP3s that do not correctly follow the MP3 format. It also looks for invalid frame headers, missing frames, etc., and generates useful statistics. This can be especially important when building an archive, and you want high quality MP3s. Changes: Command-line options now behave more predictably. Dependencies for GNU libc have been removed so it now compiles/runs nicely under Solaris and others. Another ~10% speed improvement with more optimizations. Also, a '-p' option was added that sends all statistics to a single line for easier manipulation. Code cleanup.
About: gswitchit is a simple keyboard state indicator for the GNOME panel. It supports up to 4 keyboard groups and has customizable images for each group. Changes: Properties are now handled using Control Panel.
About: 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. Changes: Additions include day-at-a-glance, email notifications, and HTML/CSS improvements. Bugfixes for schedule conflicts, deleting events, and incorrect navigation links.
About: Tunez is an MP3/Ogg jukebox that works with a voting system. You can vote for your favorite tracks via the Web interface, and the Tunez daemon will take care of the rest. It is ideal for shared work environments and LAN parties. Tunez also works equally well as an interface to an Icecast server (v2.0 is supported via Ices v0.3). Tunez makes it easy to update ID3 tags for all your MP3s. Support for grabbing Amazon art in included for all of your favorite albums. A full user/group permission scheme is available so that you can customize Tunez for your own use. Changes: New feautures include a user system, a completely new layout, many bugfixes, and the ability to see who voted for which songs. The data model was also changed.
About: cksfv (Check SFV) creates simple file verification (.sfv) listings and tests existing sfv files. It uses the crc32 checksum. Changes: The verbose mode added will list which file is being worked upon and its status.
About: CCMATH is a mathematics library, coded in C, that contains functions for linear algebra, numerical integration, geometry and trigonometry, curve fitting, roots and optimization, Fourier analysis, simulation generation, statistics, special functions, sorts and searches, time series models, complex arithmetic, and high precision computations. Changes: Update hash storage to permit multiple hash array declarations in a program, and eliminate unnecessary external variables. Removes some anachronistic statements that could produce compiler warnings.
About: Courier-IMAP is a lightweight server that provides IMAP access to maildir mailboxes. It supports folders, custom authentication modules, and virtual mailboxes. A compatible POP3 server is also provided. The source code is based on the IMAP module in the Courier Mail Server, but this build is independently repackaged to work with any other MTA that delivers to maildir format mailboxes. Changes: Experimental support for IPv6. Option to automatically move deleted messages to Trash, instead of erasing them. Bugfixes.
About: LessTif is an implemention of the OSF/Motif standard GUI toolkit for X11. It aims to be source compatible with OSF/Motif. Most Motif apps should compile and run out of the box.
About: kcdfind is Kudla's CD Finder, a CD catalog search applet written in PerlQt. It includes cdfind, the command-line version. Currently it will scan CD's, let you search on a number of fields, display the results in a sortable table, and generate a summary. Changes: First public release.
About: CD::Info is a Perl module to extract data CD titles and other info from CD-ROMs. Changes: First release.
About: SaveBuddy is a GAIM plugin that saves your buddylist text file to ~/.gaim/SCREENNAME.savebuddy when you signoff and restores the saved list if your buddylist is lost from the server. Changes: Version 0.2 provides multiple screenname support and auto-restoring of buddylist if buddylist is lost from the server.
About: Tunez is an MP3/Ogg jukebox that works with a voting system. You can vote for your favorite tracks via the Web interface, and the Tunez daemon will take care of the rest. It is ideal for shared work environments and LAN parties. Tunez also works equally well as an interface to an Icecast server (v2.0 is supported via Ices v0.3). Tunez makes it easy to update ID3 tags for all your MP3s. Support for grabbing Amazon art in included for all of your favorite albums. A full user/group permission scheme is available so that you can customize Tunez for your own use. Changes: A user system where users can sign up for an account was added. The layout and data model have been changed. Lots of bugfixes and some code rewritten. Now logs on as tunez, no password.
About: Arla is a free AFS client and server implementation. The main goal is to make a fully functional client with all capabilities of normal AFS. Other implemented things are all the normal management tools and a server. Changes: Fixes added for FreeBSD and OSF. |