Rss Welcome to freshmeat.net

Icon-download-wh Icon-home-wh 15 Mar 11:11 Froxlor 0.9.3

No-screenshot

Froxlor is Web-based system administration software based on the system control panel SysCP. It focuses on simplicity and usability.

Changes: Froxlor is now compatible with PHP 5.3. A security issue in the safe_exec function was fixed. FreeBSD is now more or less supported. An issue was fixed with cronjobs when using awstats and awstats is not installed on the system. Cronjob-warnings because of nonexistent logfiles after adding a customer were removed. A major issue with the ticket system was fixed. A command was added to create the "deactivated users"-folder (if set) in configuration. An issue when changing docroot for a domain in admin_domains was fixed. The "dbserver" table-field is not added to "panel_databases" when updating from syscp-1.4.2.1 (stable).

Icon-download-wh Icon-home-wh 15 Mar 11:08 IndiMail 1.7.1

A00b0e859b2a0fadc6db242efd11c3f1_thumb

IndiMail is a mailing solution built upon qmail and other mailing software. IndiMail also provides management of virtual domains. IndiMail has the ability to distribute the users across multiple hosts. You can have multiple hosts hosting a domain placed anywhere and tied up by IndiMail. IndiMail has multiple queues (called a queue collection). The system IDs and configuration files used by IndiMail are all configurable through a set of environment variables, allowing you to customize IndiMail the way you want. IndiMail does not use hard-coded uid/gid in the executables and hence makes it easy to distribute a binary package. IndiMail has features that any modern email server should have - DKIM, BATV, greylisting, Filtering capability, SPAM/Virus control.

Changes: This release introduces sslerator, which is a TLS/SSL wrapper to encrypt a network connection using SSL/TLS, without requiring the application to deal with openssl libraries. The proxies for IMAP and POP3 now use sslerator to provide STARTTLS/STLS extension. The man page for IndiMail is now exhaustive, covering almost all applications which make up the IndiMail package.

Icon-download-wh Icon-home-wh 15 Mar 11:06 VFront 0.95f

880d01181cc90bed4dc7af998d7b2810_thumb

VFront is a dynamic Web-based front-end for MySQL or PostgreSQL databases. It is written in PHP and Javascript. With it, you can create masks to manage your data in AJAX style, different rules and privileges for groups, reports in XML, HTML, and PDF format, statistics, and much more.

Changes: The iSchema class was added, so VFront no longer uses the INFORMATION_SCHEMA with MySQL, resulting in better performance. A report with Apache FOP was fixed. The PosgreSQL VFront update script was fixed. Some JS translations in English were added. Some themes were added (Smoke and Dark Green). error_log.txt was fixed with Debug=false. The XSL generator was fixed. The "mediumint" type was added. The wildcard "%" was added as an alternative to "*" when searching by form. Publishing statistics were optionally added in the home page. Some little fixes were made to HTML and CSS code.

Icon-download-wh Icon-home-wh 15 Mar 10:56 TomatoCMS 2.0.3.1622

24e07cdee9c37ee009b8e994597e8c72_thumb

TomatoCMS is a powerful content management system. Its key feature is its Layout Editor and widget concepts. TomatoCMS also supports plugins/hooks, templates/skins, multiple languages, and has high performance. It supports a modular architecture with more than 10 built-in modules, such as ad, category, comment, menu, multimedia, news, poll, tag, and upload.

Changes: Session lifetime is now supported. Debug mode was added. Many bugs were fixed.

Icon-download-wh Icon-home-wh 15 Mar 10:52 ultimix 1.5.14

No-screenshot

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.

595195cfc0e21a4631176708e9d3f1d5_tiny

Changes: The "data_form" package was added. An error in the "menu::menu_item_access" was fixed. The "lang" package was improved (language switching is now performed using the "data_form" package). Documentation was updated.

Icon-download-wh Icon-home-wh 15 Mar 10:51 Ra Testing Manager 1.4.13

No-screenshot

Ra is a testing utility that provides numerous abilities for testers such as report generation (in different formats), statistics gathering, flexible running of test scripts, and others.

595195cfc0e21a4631176708e9d3f1d5_tiny

Changes: RaTM was ported to Python 2.4. Documentation was updated.

Icon-download-wh Icon-home-wh 15 Mar 10:50 nitro++ 1.3.17

No-screenshot

nitro++ is a cross-platform, lightweight, and extremely fast C++ framework.

595195cfc0e21a4631176708e9d3f1d5_tiny

Changes: Compilation errors were fixed for Microsoft Visual Studio 7.1. A dependency error was fixed for the MSVS compilation scripts. Documentation was updated.

Icon-download-wh Icon-home-wh 15 Mar 10:49 DBSight 3.1.4

E0ade2ac50b4ff441290d0b2edd10533_thumb

DBSight is a J2EE search platform for instant scalable full-text search on any relational database, for both beginners and experts. It features a built-in database crawler that follows user-defined SQL, incremental indexing, configurable result ranking, highlighted search results (like Google), and categorized result counts (like Amazon). Scaffolding supports tag cloud, suggest-as-you-type, spell checker, and much more. It easily integrates with other languages through XML, JSON, and HTML. There is a UI for all operations, so no Java coding is necessary. Deleted or updated records in the database can be synchronized. Content outside the database can also be searched.

Changes: A configurable index file directory can be moved out of a Web application directory.

Icon-download-wh Icon-home-wh 15 Mar 10:48 MASH 0.8.1

No-screenshot

MASH is a modular, automated script harness. It allows users to implement simple harnesses that perform work external to a system. The framework will invoke that harness as outlined by an XML script. For example, when using the framework to test a system you could create a script that cleans and loads a database, FTPs some data, submits a login form, and verifies HTTP information. Harnesses can easily be built to do almost anything (many harnesses are provided), not just Web page verification. While harnesses are written in Java, the scripts may be run against any type of system as harnesses are intended to act as clients.

Changes: More harness implementations were added. Some logging was cleaned up. Support for JMS messaging was added on top of the original HTTP, FTP, DB, and utilities.

Icon-download-wh Icon-home-wh 15 Mar 10:43 Fulworx 2.2.4

No-screenshot

Fulworx uses simple annotations of XWork "Action" implementations to wire-expose restful interfaces. Each action is given a URL and attached as a resource using Restlets. Standard resources are represented by default as XML (or JSON), but any representation may be specified. Actions may be used in other frameworks such as Struts and Webwork, since they're just XWork implementations.

Changes: Media (content) types were added to the URI template, allowing for versioning of resources without specifying an actual version in the URI. Existing resources default to "applicaton/xml" if no media type matches. Caches are now based on both URI and media/content type. The supplied representation builders were created and exposed for users of the framework. Media types will now also drive these (so you don't need ".xml", ".xsd", ".json", etc. at the end of a resource).

Icon-download-wh Icon-home-wh 15 Mar 10:37 sqlmap 0.8

No-screenshot

sqlmap is a penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of back-end database servers. It comes with a broad range of features lasting from database fingerprinting, over data fetching from the database, to accessing the underlying file system and executing commands on the operating system via out-of-band connections.

Changes: Support was added for enumerating and dumping all databases' tables containing user provided column(s). This can be useful to identify, for instance, tables containing custom application credentials. --priv-esc was enhanced to rely on new Metasploit Meterpreter's "getsystem" command to elevate privileges of the user running the back-end DBMS instance to SYSTEM on Windows. Much more was done.

Icon-download-wh Icon-home-wh 15 Mar 02:01 pgpry 0.1

No-screenshot

pgpry is a Pthreads-based password recovery program for private OpenPGP keys. It reads private key data from stdin and performs a brute-force attack in order to recover the pass phrase. Numerous options for restricting the key space are offered, including regular expression filtering and prefix/suffix filters.

Changes: Initial release.

Icon-download-wh Icon-home-wh 15 Mar 02:00 Piggydb 4.6

C8b35c9a845f25dfa0d39de07a055376_thumb

Piggydb is a Web notebook application that provides you with a platform to build your knowledge personally or collaboratively. With Piggydb, you can create highly structural knowledge by connecting knowledge fragments to each other to build a network structure, which is more flexible and expressive than a tree structure. Fragments can also be classified with hierarchical tags. Piggydb does not aim to be an input-and-search database application. It aims to be a platform that encourages you to organize your knowledge continuously to discover new ideas or concepts, and moreover enrich your creativity.

Changes: This release adds Atom feeds for knowledge fragments, such as feeds for fragments with a specific tag. The feeds are available on home.htm, tag.htm, filter.htm, and user.htm.

Icon-download-wh Icon-home-wh 15 Mar 01:59 FBZX 2.4.1

0219bf7b714262032ad32322ff8fe41b_thumb

FBZX is another Sinclair Spectrum emulator for Linux, but with an special feature: it works with the framebuffer, so it can work at full speed and full screen. Its main features are extremely accurate emulation of screen and sound (both speaker and AY-3-8912 sound chip), emulation of joysticks (kempston, cursor, and Sinclair), and emulation of 48K (both issue 2 and issue 3), classic 128K, Plus 2, and Plus 2A. It supports Z80 snapshot files (both loading and saving) and TAP files (allowing normal loading or fast-speed loading).

Changes: This release fixes a bug that could make FBZX fail on certain 64-bit architectures. .deb packages are available for both 32- and 64-bit Debian/Ubuntu.

Icon-download-wh Icon-home-wh 15 Mar 01:58 GetDP 2.0.0

Af96d22a13ddd62b7151713a01c26236_thumb

GetDP is a general finite element solver using mixed elements to discretize de Rham-type complexes in one, two, and three dimensions. The main feature of GetDP is the closeness between the input data defining discrete problems (written by the user in ASCII data files) and the symbolic mathematical expressions of these problems.

Changes: This release includes a general code cleanup and updates input file formats. Default solvers are now based on PETSc.

Icon-download-wh Icon-home-wh 15 Mar 01:57 KMid2 2.2.2

F32ed4cdb9e23c800e53d766df8244bf_thumb

KMid2 plays MIDI and karaoke files to hardware MIDI devices or software synthesizers. It supports playlists, MIDI mappers, tempo (speed) control, volume and pitch (transpose) controls, and configurable character encoding, font, and color for lyrics. The graphic views include a rhythm view (visual metronome), a channels window with solo/muting controls and instrument selectors, and a piano player window (pianola). KMid2 runs on Linux using the ALSA Sequencer.

Changes: This release fixes program termination, stopping active notes. It fixes a crash when shuffling an empty playlist. It fixes creation of examples and system songs bookmarks at runtime for file open dialog places. Bookmarks are created only when files are found. It fixes saving the initial MIDI connection dialog selection. It replaces the initial MIDI connection dialog with a new one that enables online help access and has a better design. The last directory used in several open/save dialogs is now saved between sessions.

Icon-download-wh Icon-home-wh 15 Mar 01:55 GeeXboX 2.0-alpha2

939cf78516a3ec57dd0a6188bc5e8c49_thumb

GeeXboX is a standalone media player Linux distribution, similar to MoviX. It's a small bootable CD that allows you to play your favorite video (DivX, XviD, H.264, MPEG 1/2, VCD, DVD, OggMedia, Windows Media, RealMedia, etc.) and audio (MP3, Audio CD, Ogg Vorbis, FLAC, MPC, etc.) files. It also supports networking, and is able to play media from Windows/Samba share, NFS, UPnP A/V Media Servers, RTP/RTSP servers, or SHOUTcast. It supports TV-out, TV tuners, DVB cards, and WiFi cards. It is based on MPlayer, and can be used on any x86, x86_64, or PowerPC computer. It's easy to modify the source to build your own GeeXboX or use an alternative boot method.

2a12dca584fd1d6bb04f64a012021286_tiny

Changes: This release has an Enna upgrade and multiple fixes over alpha1, including Linux and Xorg drivers. An initial port to the ARM architecture has been started.

Icon-download-wh Icon-home-wh 15 Mar 01:43 monotone 0.47

No-screenshot

monotone is a distributed version control system with a flat peer model, cryptographic version naming, meta-data certificates, decentralized authority, and overlapping branches. It works out of a transactional version database stored in a regular file, and uses a custom network protocol for efficient database synchronization.

Changes: This release features many bugfixes, a new translation (Portuguese), and major performance improvements for projects with larger trees.

Icon-download-wh Icon-home-wh 14 Mar 21:14 Data Crow 3.8.10

65b2a9e9d9440f31aee9293dd249ebb0_thumb

Data Crow is a movie, video, book, image, software, and music cataloger/media manager. Data Crow uses MusicBrainz, Amazon, IMDb, and many other Web services to retrieve the information for you. It is highly customizable, easy to use, and feature rich. It helps you to keep track of your loans, allows you to create reports, enables you to create your own modules (using wizards) and, most importantly, enables you to easily manage all your collections.

Changes: Minor bugfixes and an updated Italian language pack.

Icon-download-wh Icon-home-wh 14 Mar 21:13 Splice 2.1.0

No-screenshot

Splice is a label maker for CDs, DAT tapes, 8mm tapes, and analog cassette tapes. It is primarily intended for live music, but it can be used for any label need. The setlists are stored in a simple textual fashion consisting of a header, the songs, and an optional trailer. The setlist format is designed to both easy to use (both by splice and the person creating the setlist) and easy to read. Splice's output is either PS or PDF format.

Changes: This release fixes a bug with iTunes parsing and writing to stdout. Reading a large iTunes library file is now more efficient.

Icon-download-wh Icon-home-wh 14 Mar 21:13 DirSync Pro 1.24

75e407917431912c161795a0df537713_thumb

Directory Synchronize is a powerful, easy-to-configure tool to synchronize the contents of one directory with another. It can compare files by various attributes, such as size or modified-date. It can synchronize an unlimited number of directories, and has a detailed logging function.

Changes: Some improvements in log handling. Many fixes. New features for default paths. A new feature to clean messages.

Icon-download-wh Icon-home-wh 14 Mar 21:12 iDiet 1.0.5

Bb73a89eac5911479cfa0f15ece59844_thumb

iDiet is a diet management tool that helps people choose, customize, and follow their diet. Several diets are supported (e.g. Atkins, Summer Fresh, The Zone, Weight Watchers, Body for Life), with details for every one of them.

Changes: This release updates Food DB to sr22.

Icon-download-wh Icon-home-wh 14 Mar 21:12 ms-sys 2.1.5

No-screenshot

ms-sys is a Linux program for writing Microsoft compatible boot records. The program does the same as Microsoft's "fdisk /mbr" to a hard disk or "sys d:" to a floppy or FAT32 partition, except that it does not copy any system files (only the boot record is written).

Ea753ac490ffe5648659160b27163659_tiny

Changes: This release adds support for manually setting the number of heads in BPB.

Icon-download-wh Icon-home-wh 14 Mar 21:12 Lightscribe System Software and SDK 1.18.12.1

No-screenshot

Lightscribe System Software and SDK provides libraries and a software development kit for Lightscribe Direct Disc Labeling of special writable DVD media. It implements the hardware driver for burning. Linux kernels 2.6 or higher are required.

4df84efec5bffc88655f8a25874f5ee0_tiny

Changes: New drive support was added.

Icon-download-wh Icon-home-wh 14 Mar 21:10 v4l-utils and libv4l 0.7.91

No-screenshot

v4l-utils is a collection of various video4linux (V4L) and DVB utilities. libv4l is an accompanying collection of libraries that adds a thin abstraction layer on top of video4linux2 (V4L2) devices. The purpose of this layer is to make it easy for application writers to support a wide variety of devices without having to write separate code for different devices in the same class. It consists of 3 different libraries. libv4lconvert offers functions to convert from any (known) pixel format to V4l2_PIX_FMT_BGR24 or V4l2_PIX_FMT_YUV420. libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent of the drivers for those devices supporting v4l1 compatibility (which many v4l2 drivers do not). libv4l2 offers the v4l2 API on top of v4l2 devices, while adding support for the application transparent libv4lconvert conversion where necessary.

4df84efec5bffc88655f8a25874f5ee0_tiny

Changes: This development release combines utilities from the v4l-dvb mercurial kernel as v4l-utils with the previous libv4l into a common distribution. v4l-keytable has been renamed to ir-keytable, and now better supports IR. libv4l adds several laptop models to the list of upside-down devices. Pixart JPEG markers removal was fixed. The whitebalance and gamma defaults of various sonixj and sonixb based cams were improved. Gamma correction is now enabled by default on pac7302 based cams. Convert errors in the first few frames of a stream are now ignored.

Most Popular Projects

Most Vital Projects

No-screenshot

Project Spotlight

acgtools

A driver and developer tools for the ACG HF MultiISO RFID reader.

Af569e96b745de5f777d350236350228_thumb

Project Spotlight

Gnome Gmail

A way to set Gmail as your GNOME mail reader.