freshmeat.net

Syndicate content
Updated: 32 min 5 sec ago

ultimix 1.5.38

Mon, 2010-09-06 02:21
Ultimix is a framework for developing Web-based applications (CMS, portals, ERPs, etc.) It includes multi-language support, permits management, an MVC mini framework, package structure, a template engine, a Javascript library, a simple GUI library, a caching system, and CAPTCHA.

Changes: The installation script was updated. The package 'pmsg::pmsg_algorithms' was added. An error in the 'gui::context_set' was fixed. An error in the 'gui::paging' package was fixed. The state 'view_record' was removed from the 'gui::context_set'. An error in the 'page::static_content::static_content_access' was fixed. The package 'cache' was improved. Several errors in the 'core' package were fixed.

Tags: Web Framework, php framework, framework, frameworks

Licenses: BSD Revised, LGPL


nitro++ 1.3.40

Mon, 2010-09-06 02:20
nitro++ is a cross-platform, lightweight, and extremely fast C++ framework.

Changes: An error in the 'dynamic_lib_loader' was fixed. The compilation script 'mingw.bat' was added. Compilation scripts under MinGW and Cygwin were improved.

Tags: C++, framework

Licenses: BSD Revised, LGPL


imapsync 1.250

Mon, 2010-09-06 02:05
imapsync is a tool for facilitating incremental recursive IMAP transfers from one mailbox to another. It is useful for mailbox migration, and reduces the amount of data transferred by only copying messages that are not present on both servers. Read, unread, and deleted flags are preserved, and the process can be stopped and resumed. The original messages can optionally be deleted after a successful transfer.

Changes: This release adds TLSv1 support, new release checking, a --noreleasecheck option, and reconnect behavior. It removes the Date::Manip dependency. It is more efficient with large mailboxes. Duplicate messages on host2 are now deleted with --delete2. --skipsize is turned on by default. --debugimap1 and --debugimap2 have been added to permit IMAP output with only one host. Statistics have been added on average bandwidth rate and messages deleted. Flags are now exactly synced from host1 to host2 Filter flags sync with the list given by PERMANENTFLAGS on --host2.

Release Tags: Stable, Major feature enhancements

Tags: Communications, Email, Post-Office, IMAP, Archiving, Mirroring, Utilities

Licenses: WTFPL


Subs 1.1.8

Sun, 2010-09-05 23:14
Subs is a Scheme Lisp interpreter written in C++. The implementation is incomplete and naive, but aims to implement enough to be able to run every code sample in Structure and Interpretation of Computer Programs.

Changes: This release adds support for comparison between decimals and the log and exp mathematical functions, and fixes a bug with nested procedures.

Tags: Scheme, Lisp, C++, Interpreters, functional

Licenses: GPLv2


GNU Parallel 20100906

Sun, 2010-09-05 22:43
GNU parallel is a shell tool for executing jobs in parallel locally or using remote computers. A job is typically a single command or a small script that has to be run for each of the lines in the input. The typical input is a list of files, a list of hosts, a list of users, a list of URLs, or a list of tables. If you use xargs today you will find GNU parallel very easy to use, as GNU parallel is written to have the same options as xargs. If you write loops in shell, you will find GNU parallel may be able to replace most of the loops and make them run faster by running several jobs in parallel. If you use ppss or pexec you will find GNU parallel will often make the command easier to read. GNU parallel makes sure output from the commands is the same output as you would get had you run the commands sequentially. This makes it possible to use output from GNU parallel as input for other programs.

Changes: Using --shebang, GNU Parallel can be used as the parser for a script. Alt Linux package of GNU Parallel. Sunfreeware package of GNU Parallel. Untested CentOS, Fedora, Mandriva, RedHat, and SUSE packages available through the OpenSUSE build service. sql: a small script to access sql bases from the command line, which is a handy companion to parallel --colsep.

Tags: Text Processing, parallel, Parallel processing, Multicore, Clustering/Distributed Networks, Command Line Tools, Filters, System Administration

Licenses: GPLv3


FrontAccounting 2.3 RC

Sun, 2010-09-05 21:22
FrontAccounting is a Web-based accounting system for ERP chains. It is multiuser, multilingual, and multicurrency.

Changes: Major improvements. A new repository for languages, themes, charts of accounts, and extensions. Instead of a separate download and install, you can now install these items from FrontAccounting directly from a global repository. A new multi-language installer for FrontAccounting. Direct GRN and Direct Supplier Invoice. Revenue/Cost Accruals are included in the core. Much more.

Release Tags: major release

Tags: Office/Business, Financial, Accounting

Licenses: GPLv3


Tcpjunk 2.9.03

Sun, 2010-09-05 20:53
Tcpjunk can be used as an IPv4 or IPv6 client or server, and uses a predefined session file containing the data to send. Tcpjunk can be used as a general testing tool, a traffic generator, or a fuzzer, for protocols such as HTTP, SMTP, etc.

Changes: This release adds a Tamper tag and a max segment option. There are many updates to the GUI and some bugfixes.

Tags: Networking

Licenses: GPLv2


vian 2

Sun, 2010-09-05 20:39
Vian is a vi clone written completely in Javascript. It is mostly feature-complete, and has been tested in Firefox and Internet Explorer. Written as a Javascript object with no dependencies on any external library or server, it can easily be incorporated into Web pages and applications.

Changes: Completely re-written to be extensible and work with Google Docs. Includes customizable syntax highlighting and indentation. Load and save to Google Documents. Write your own major and minor modes in JavaScript, just like emacs and Lisp.

Tags: Text Editors

Licenses: MIT/X


Atomic Tanks 4.7

Sun, 2010-09-05 20:37
Atanks is a multi-platform Scorched Earth clone similar to the Worms series of games. Annihilate the other tanks to earn money, then spend it on bigger and better shields and weapons to wipe out the opposition. It features a wide array of weapons, AI players, destructible landscape, weather, parachutes, teleports and a wide range of other features.

Changes: This release focuses on polishing the experimental code introduced in 4.6. It also adds compatibility improvements for the Maemo and FreeBSD platforms.

Release Tags: Compatibility, Bugfixes

Tags: Games/Entertainment, Turn Based Strategy, Arcade

Licenses: GPL


JStock 1.0.5q

Sun, 2010-09-05 20:22
JStock is a stock market software for 24 countries. It provides a stock watchlist, an intraday stock price snapshot, a stock indicator editor, a stock indicator scanner, portfolio management, and market chit chat features. Free SMS/email alerts are supported.

Changes: Due to incorrect implementation of XML write encoding, the entire JStock application may have been corrupted when switching the language to Chinese or switching the country to China. This has been fixed.

Tags: Financial, Investment, Java

Licenses: GPLv2


Seed7 2010-09-05

Sun, 2010-09-05 20:11
Seed7 is a general purpose programming language. It is a higher level language compared to Ada, C++, and Java. In Seed7, new statements and operators can be declared easily. Functions with type results and type parameters are more elegant than a template or generics concept. Object orientation is used when it brings advantages and not in places when other solutions are more obvious. Although Seed7 contains several concepts of other programming languages, it is generally not considered as a direct descendant of any other programming language.

Changes: The chapter explaining the type 'time' in the manual was improved. The support for source level debugging in the compiler (comp.sd7) was improved. Now the option -g generates better #line directives, and the 'main' function was arranged such that the current line shown by a debugger is correct when the program is started. In the "seed7_05.s7i" library, the function "rpos" was overloaded to do a reverse search for a character in a string starting from a given position. The files "str_rtl.c", "strlib.c", "primitiv.c", and the compiler were improved to support the primitive action STR_RCHIPOS.

Release Tags: Minor feature enhancements

Tags: Software Development, Interpreters, Compilers

Licenses: GPL, LGPL


mod_asn 1.5

Sun, 2010-09-05 19:50
mod_asn is an Apache module that uses BGP routing data to look up the autonomous system (AS) and the network prefix (subnet) which contains a given (client's) IP address. mod_asn is highly scalable. To do lookups in high-speed, it uses the PostgreSQL ip4r datatype, which is indexable with a Patricia Trie algorithm to store network prefixes. This is the most suitable algorithm, being able to search through around 250,000 existing prefixes quickly. mod_asn is usable as a standalone module, and the lookup result can be used by scripts or other Apache modules. For instance, a download redirector could base its decisions on the lookup result provided by mod_asn.

Changes: An important bugfix regarding IPv6 connectivity. Lookups of IPv6 addresses could cause database server crashes. These lookups are now avoided. Furthermore, the compile-time check for the APR/APR-Util library version is now a runtime check.

Release Tags: Stable, Bugfixes, Feature Enhancements

Tags: Internet, Mirroring, Network

Licenses: Apache 2.0


LibRaw 0.10.0

Sun, 2010-09-05 17:59
LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others). LibRaw is based on the source codes of the dcraw utility, though some of the drawbacks of dcraw have been eliminated. The users of the library are provided with an API to be used when writing their software programs.

Changes: New cameras: Canon SX20 and 550D, Nikon D3s, Olympus E-P2, Panasonic GF1, G2 and G10, Samsung EX1, NX-10 and WB550, Sony A450, NEX-3 and NEX-5, Casio EX-Z1050, Fuji HS10/HS11, Kodak Z981, and Phase One P65. OpenMP speedup for PPG interpolation. Green_matching: suppression of 'color maze' on cameras with different green channels. Separate black levels for each color channel.

Tags: multimedia, Graphics, Graphics Conversion, Capture, Digital Camera, Software Development, Libraries

Licenses: LGPL, CDDL, LibRaw Software license


dxirc 0.60.0

Sun, 2010-09-05 17:38
dxirc is a easy-to-use yet capable cross-platform IRC client. Among its notable features are flexible configuration, a fully customizable look independent of system-wide settings, multiple server support with optional automated joining of selected channels, and the ability to connect via SSL.

Changes: This release introduces a support for spell checking and improves the Lua scripting capabilities.

Release Tags: Stable, features, Enhancements

Tags: Communications, Chat, IRC, IRC client

Licenses: GPLv2+


KDevelop 4.1 Beta 1

Sun, 2010-09-05 17:28
KDevelop is an integrated development environment which makes the creation and development of applications an easy task even for beginners. Highlights of the current release are: an application wizard for easy creation of KDE 4, Qt4, GNOME, and terminal C/C++ projects, full project management, a syntax-highlighting editor, code completion, an integrated dialog editor for the Qt/KDE GUI libraries, an internal debugger, a full-featured class browser with class tools, CVS and SVN support, an integrated HTML-based help system offering manuals and class-references, and extensive search mechanisms to browse sources and documentation.

Changes: Various new features including Git support and an External Script plugin. A lot of bugfixes, UI polishing, and performance improvements.

Release Tags: Unstable, 4.1

Tags: Text Editors, Integrated Development Environments (IDE), Desktop Environment, KDE, Software Development

Licenses: GPL


mintty 0.8.3

Sun, 2010-09-05 17:27
Mintty is a terminal emulator (i.e. command line window) for Cygwin with a native Windows user interface and minimalist design. It is based on parts of PuTTY by Simon Tatham and provides xterm-compatible terminal emulation. Its features include a simple options dialog, Unicode support, drag and drop of files and folders, and window transparency.

Changes: This bugfix release guards against the Windows DLL hijacking vulnerability and fixes a bug that occasionally caused the terminal window to stay open after the program running inside it had finished.

Tags: Terminals

Licenses: GPLv3


t2t 7.3.1

Sun, 2010-09-05 17:26
t2t can convert any delimited text file to an HTML table. It supports all attributes for the various table-related tags. It can read its input either from stdin, a file, or a whole directory. when t2t is passed in a directory, it will process all the files (except those with either .html or .htm extension), and all the files in all the sub-directories. It works on any system with Perl.

Changes: This release fixes an issue with HTML5 generation.

Release Tags: Minor bugfixes

Tags: Text Processing, Markup, HTML/XHTML

Licenses: LGPL


class.upload.php 0.30

Sun, 2010-09-05 16:40
class.upload.php manages file uploads for you. It manages the uploaded file and allows you to do whatever you want with the file as many times as you want. If the file is an image, you can convert and resize it, rotate it, crop it in many ways. You can also add borders, frames, bevels, text labels, and watermarks or apply graphic filters such as unsharp mask, contrast or brightness correction, colorization, negative, greyscale, reflections, and more. Security features and file management functions are provided. Flash uploaders are supported. The class can also work on local files, is useful for batch processing, and can circumvent open_basedir restrictions. Files can be output directly to the browser. The error messages are internationalized, and translations provided. It is compatible with PHP 4 and 5.

Changes: New features and bugfixes. An unsharp mask has been implemented, transparent watermarks are dealt with better, and it is now possible to resize the watermark depending on the picture.

Tags: Internet, Web, Dynamic Content, multimedia, Graphics, Software Development, Libraries, php classes

Licenses: GPL


FDRDF 0.1

Sun, 2010-09-05 16:34
FDRDF is a tool that builds a catalogue of descriptions in an RDF representation of the specified files. The descriptions currently include: file status (as per the stat system call); SHA-1 hash over the file contents; MIME type (as guessed by the file tool), geospatial metadata (as per GDAL), and GRIB file composition (as per GRIB API).

Changes: Initial public announcement. It's a “bare bones” version, which nevertheless may have some use.

Tags: RDF, Metadata, sha1

Licenses: FDL, GPLv3


fretscpp 0.30

Sun, 2010-09-05 16:32
fretscpp is strongly inspired by the original FoF, reusing artwork to a large extent, with the source code rewritten from scratch. C++ instead of python should improve performance and allow easier support for features like whammy. It is playable, but some non-critical features are still missing.

Changes: This release keeps track of scores. It enables the controller (joystick/guitar) in menus (only after selecting it in song options, though).

Tags: Games, music

Licenses: GPLv2