This page is a slightly modified version of the following one-liner output. created_at: 2021-05-14T03:03:56+09:00
# git -C /usr/ports log --diff-filter=A --name-status --pretty="format:%aI %H" origin/master | perl -nlE '/^\d/ ? $d=$_ : print "$d\t$_"' | ack "\t[0-9a-z-]+/[^/ ]+/Makefile$"
timestamp | origin | comment / pkg-descr |
2010-12-31T17:13:44+00:00 | www/py-poster |
Streaming HTTP uploads and multipart/form-data encoding The modules in the Python standard library don't provide a way to upload large Files via HTTP without having to load the entire file into memory first. poster provides support for both streaming POST requests as well as multipart/form-data encoding of string or file parameters. WWW: http://atlee.ca/software/poster |
2010-12-31T16:54:30+00:00 | graphics/php5-swfed |
PHP extension to edit SWF file SWF Editor is an extension for PHP that edits contents in SWF file. WWW: http://sourceforge.jp/projects/swfed/ |
2010-12-31T13:57:09+00:00 | www/testlink |
Web based test management and test execution system TestLink is a web based Test Management tool. The application provides Test specification, Test plans and execution, Reporting, Requirements specification and collaborate with well-known bug trackers. WWW: http://testlink.org/ |
2010-12-31T06:35:59+00:00 | www/p5-Catalyst-Plugin-DateTime |
DateTime support for Catalyst This module makes DateTime easily accesible within a Catalyst application via the Catalyst::Plugin interface. WWW: https://metacpan.org/release/Catalyst-Plugin-DateTime |
2010-12-31T06:29:08+00:00 | mail/p5-Dancer-Plugin-Email |
Simple email handling for Dancer applications Dancer::Plugin::Email provides an easy way of handling text or html email messages with or without attachments. Simply define how you wish to send the email in your application's YAML configuration file, then call the email keyword passing the necessary parameters. WWW: https://metacpan.org/release/Dancer-Plugin-Email |
2010-12-31T03:36:02+00:00 | x11-themes/cursor-neutral-white-theme |
White cursor theme based on neutral Cursor theme based on Neutral (and jaguarx) theme, which changes all black cursors to white. WWW: http://gnome-look.org/content/show.php/Neutral%2B%2B+White?content=108143 |
2010-12-29T20:39:31+00:00 | multimedia/xbmc |
Award winning media center application XBMC Media Center (formerly named "XBox Media Center") is a free and open source cross-platform media-player and entertainment hub. WWW: http://xbmc.org/ |
2010-12-29T08:50:40+00:00 | science/p5-Geo-Coordinates-Converter |
Simple converter of geo coordinates Geo::Coordinates::Converter is a simple converter of geo coordinates, the format and datum of geo coordinates are simply converted. when it is insufficient in the coordinate system and the format of the standard, it is possible to add it easily. WWW: https://metacpan.org/release/Geo-Coordinates-Converter |
2010-12-28T20:16:19+00:00 | sysutils/cronolog-devel |
Web log rotation utility that provides datestamp filenames "cronolog" is a simple program that reads log messages from its input and writes them to a set of output files, the names of which are constructed using template and the current date and time. "cronolog" is intended to be used in conjunction with a Web server, such as Apache to split the access log into daily or monthly logs. E.g.: TransferLog "|/www/sbin/cronolog /www/logs/%Y/%m/%d/access.log" ErrorLog "|/www/sbin/cronolog /www/logs/%Y/%m/%d/errors.log" would instruct Apache to pipe its access and error log messages into separate copies of cronolog, which would create new log files each day in a directory hierarchy structured by date, i.e. on 31 December 1996 messages would be written to: /www/logs/1996/12/31/access.log /www/logs/1996/12/31/errors.log After midnight the following files would be used: /www/logs/1997/01/01/access.log /www/logs/1997/01/01/errors.log WWW: https://BSDforge.com/projects/sysutils/cronolog-devel |
2010-12-28T18:56:07+00:00 | textproc/ast-aspell |
Aspell Asturian dictionary Aspell Asturian dictionary. WWW: http://docu.softastur.org/Aspell |
2010-12-28T02:48:59+00:00 | devel/p5-MooseX-MultiMethods |
Multi Method Dispatch based on Moose type constraints MooseX::MultiMethods provides multi method dispatch based on Moose type constraints. It does so by providing a multi keyword that extends the method keyword provided by MooseX::Method::Signatures. When invoking a method declared as multi a matching variant is being searched in all the declared multi variants based on the passed parameters and the declared type constraints. If a variant has been found, it will be invoked. If no variant could be found, an exception will be thrown. WWW: https://metacpan.org/release/MooseX-MultiMethods |
2010-12-27T20:38:14+00:00 | www/rubygem-rest-client |
Simple Simple HTTP and REST client for Ruby A simple Simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete. WWW: https://github.com/rest-client/rest-client |
2010-12-27T12:15:19+00:00 | games/instead |
Simple Text Adventure, The Interpreter INSTEAD was designed to interpret the games that are the mix of visual novels, text quests and classical 90'ss quests. WWW: https://instead.syscall.ru/ |
2010-12-27T09:26:44+00:00 | databases/p5-Test-Fixture-DBI |
Perl extension to load fixture data into database Test::Fixture::DBI is fixture test library for DBI. WWW: https://metacpan.org/release/Test-Fixture-DBI |
2010-12-27T08:37:42+00:00 | devel/p5-MooseX-Types-VariantTable |
Type constraint based variant table MooseX::Types::VariantTable implements a simple dispatch table based on Moose type constraints. Subtypes will be checked before their parents, meaning that the order of the declaration does not matter. WWW: https://metacpan.org/release/MooseX-Types-VariantTable |
2010-12-27T06:54:48+00:00 | databases/py-riak |
Python client for Riak The official Python client for Riak. Riak is a Dynamo-inspired key/value store that scales predictably and easily. Riak also simplifies development by giving developers the ability to quickly prototype, test, and deploy their applications. A truly fault-tolerant system, Riak has no single point of failure. No machines are special or central in Riak, so developers and operations professionals can decide exactly how fault-tolerant they want and need their applications to be. WWW: https://github.com/basho/riak-python-client |
2010-12-27T06:33:26+00:00 | net/p5-XML-Compile-SOAP-WSA |
SOAP message messages with WSA fields The Web Service Addressing protocol is used to select certain service and port on a SOAP server, just like the "Host" header in "HTTP". The basic SOAP design uses the URI and the "soapAction" header of HTTP (in case it uses HTTP, by far the most often used transport mechanism) However, when the server is hidden behind firewalls and proxies, these fields are rewritten or replaced. This means that the definitions by the WSDL for the client can differ from the configuration of the WWW: https://metacpan.org/release/MARKOV/XML-Compile-SOAP-WSA-0.13 |
2010-12-27T01:02:12+00:00 | astro/py-RO |
Package of Python astronomical utilities RO is a package of python utilities with an emphasis on cross-platform support (MacOS X, Windows and unix), Astronomy, Tkinter GUI extensions and Tkinter-compatible networking. It was developed to support a telescope user interface (TUI). WWW: https://staff.washington.edu/rowen/ROPackage/Overview.html WWW: https://github.com/ApachePointObservatory/RO |
2010-12-26T15:45:15+00:00 | devel/p5-Regexp-Assemble-Compressed |
Perl extension to compress Regular Expression Regexp::Assemble::Compressed is a subclass of Regexp::Assemble. It assembles more compressed regular expressions. WWW: https://metacpan.org/release/Regexp-Assemble-Compressed |
2010-12-26T15:26:05+00:00 | databases/p5-SQL-Abstract-Plugin-InsertMulti |
Perl extension to add bulk insert for SQL::Abstract SQL::Abstract::Plugin::InsertMulti is enable bulk insert support for SQL::Abstract. Declare 'use SQL::Abstract::Plugin::InsertMulti;' with 'use SQL::Abstract;', exporting insert_multi() and update_multi() methods to SQL::Abstract namespace from SQL::Abstract::Plugin::InsertMulti. Plugin system is depends on 'into' options of Sub::Exporter. WWW: https://metacpan.org/release/SQL-Abstract-Plugin-InsertMulti |
2010-12-26T15:13:51+00:00 | databases/p5-DBIx-Inspector |
Perl extension to get information from $dbh Get information from $dbh. WWW: https://metacpan.org/release/DBIx-Inspector |
2010-12-26T15:10:20+00:00 | databases/p5-Test-postgresql |
Perl extension of postgresql runner for tests Test::postgresql automatically setups a postgresql instance in a temporary directory, and destroys it when the perl script exits. WWW: https://metacpan.org/release/SYSPETE/Test-postgresql-0.091 |
2010-12-26T07:48:10+00:00 | devel/pecl-dio |
PECL extension that provides direct access to low level IO DIO provides functions and stream wrappers which provide raw and serial low level IO support. The use of the DIO functions should be considered only when direct control of a device is needed. In all other cases, the standard filesystem functions are more than adequate. WWW: http://www.pecl.php.net/package/dio/ |
2010-12-25T21:49:12+00:00 | deskutils/vnc2flv |
Captures a VNC desktop session and saves as a flv Vnc2flv is a cross-platform screen recording tool for UNIX, Windows or Mac. It captures a VNC desktop session (either your own screen or a remote computer) and saves as a Flash Video (FLV) file. WWW: http://www.unixuser.org/~euske/python/vnc2flv |
2010-12-25T11:12:16+00:00 | databases/p5-DBIx-TransactionManager |
Perl extension for database transaction handling DBIx::TransactionManager is a simple transaction manager. Like DBIx::Class::Storage::TxnScopeGuard. WWW: https://metacpan.org/release/DBIx-TransactionManager |
2010-12-25T01:28:32+00:00 | devel/p5-DateTime-Event-Zodiac |
Return zodiac for a given date DateTime::Event::Zodiac returns the latin zodiac name or alternatively the unicode zodiac symbol for the given date. The zodiac may be calculated using either fixed dates or using the longitude/position of the sun. WWW: https://metacpan.org/release/DateTime-Event-Zodiac |
2010-12-24T19:10:30+00:00 | security/log2timeline |
Log file parser for computer forensic investigations log2timeline is a computer forensic tool to parse various log files and artifacts found on suspect systems and produce a timeline that can be analyzed by computer forensic examiners. WWW: http://log2timeline.net/ |
2010-12-24T19:01:10+00:00 | devel/p5-Mac-PropertyList |
Perl extension for parsing Mac OS X property lists Mac-PropertyList is a Perl extension for parsing Mac OS X property lists. WWW: https://metacpan.org/release/Mac-PropertyList |
2010-12-24T18:58:56+00:00 | devel/p5-Parse-Win32Registry |
Perl extension for parsing Win32Registry Parse::Win32Registry is a module for parsing Windows Registry files, allowing you to read the keys and values of a registry file without going through the Windows API. WWW: https://metacpan.org/release/Parse-Win32Registry |
2010-12-24T18:56:08+00:00 | devel/p5-Data-Hexify |
Perl extension for hexdumping arbitrary data Hexify formats arbitrary (possible binary) data into a format suitable for hex dumps in the style of xd or hexl. WWW: https://metacpan.org/release/Data-Hexify |
2010-12-24T18:50:05+00:00 | security/ssdeep |
Tool for computing context triggered piecewise hashes ssdeep is a tool for computing context triggered piecewise hashes. Unlike other hash calculators such as md5, it supports partial match between the original file and modified/truncated files. It can also compute the degree of similarity between files. WWW: https://ssdeep-project.github.io/ssdeep/ |
2010-12-23T16:41:19+00:00 | sysutils/downtimed |
System downtime monitoring and reporting tool downtimed is a program that monitors operating system downtime, uptime, shutdowns and crashes and keeps records of those events. downtimed(8) is a daemon process which is intended to be started automatically from system boot scripts every time when the operating system of a server starts. First the daemon logs its findings about the previous downtime to a specified logging destination as well as in a database file which can be displayed with downtimes(1). After that the daemon just keeps waiting in the background and periodically updates a time stamp file on the disk. downtimes(1) is a command-line tool which can be used to inspect previous downtime records. WWW: https://dist.epipe.com/downtimed/ |
2010-12-23T15:31:12+00:00 | devel/libzrtp |
ZRTP library from the Zfone SDK ZRTP library from the Zfone SDK. WWW: http://zfoneproject.com/prod_sdk.html |
2010-12-23T02:01:46+00:00 | databases/p5-Dancer-Plugin-Database |
Easy database connections for Dancer applications Dancer::Plugin::Database provides an easy way to obtain a connected DBI database handle by simply calling the database keyword within your Dancer application. Returns a Dancer::Plugin::Database::Handle object, which is a subclass of DBI's DBI::db connection handle object, so it does everything you'd expect to do with DBI, but also adds a few convenience methods. See the documentation for Dancer::Plugin::Database::Handle for full details of those. WWW: https://metacpan.org/release/Dancer-Plugin-Database |
2010-12-22T18:38:32+00:00 | security/p5-POE-Filter-SSL |
Esiest and flexiblest way to SSL in POEIntegrate SSL into POE This module allows to secure connections of POE::Wheel::ReadWrite with OpenSSL by a POE::Filter object, and behaves (beside of SSLing) as POE::Filter::Stream. WWW: https://metacpan.org/release/POE-Filter-SSL |
2010-12-22T14:40:12+00:00 | devel/p5-POE-Component-Cron |
Schedule POE Events using a cron spec This component extends POE::Component::Schedule by adding an easy way t specify event schedules using a simple cron spec. WWW: https://metacpan.org/release/POE-Component-Cron |
2010-12-22T10:31:37+00:00 | devel/p5-POE-Component-Schedule |
Schedule POE Events using a cron spec This component extends POE::Component::Schedule by adding an easy way t specify event schedules using a simple cron spec. WWW: https://metacpan.org/release/POE-Component-Schedule |
2010-12-21T04:03:39+00:00 | www/p5-Dancer-Plugin-DataFu |
Dancer HTML Form and Grid/Table engine with Input Validation Dancer::Plugin::DataFu is an HTML form and table rendering engine with data validation support. WWW: http://search.cpan.org/dist/Dancer-Plugin-DataFu/ |
2010-12-21T04:03:18+00:00 | devel/p5-Oogly |
A Data validation idea that just might be ideal Oogly is a different approach to data validation, it attempts to simplify and centralize data validation rules to ensure DRY (don't repeat yourself) code. It is not the intent of this module to provide validation routines but instead to provide a simplistic validation flow-control and promote code reuse. WWW: http://search.cpan.org/dist/Oogly/ |
2010-12-21T04:02:56+00:00 | net-p2p/p5-Net-DirectConnect-TigerHash |
Perl Direct Connect TigerHash module TigerHash module WWW: http://search.cpan.org/dist/Net-DirectConnect-TigerHash/ |
2010-12-21T04:02:34+00:00 | net-p2p/p5-Net-DirectConnect |
Perl Direct Connect lib and client Direct Connect perl module with sharing client WWW: https://metacpan.org/release/Net-DirectConnect |
2010-12-21T02:53:39+00:00 | devel/p5-Jonk |
Perl extension for simple job tank manager Jonk is simple job tanking system. Job is saved and taken out. Besides, nothing is done. You may use Jonk to make original Job Queuing System. WWW: https://metacpan.org/release/Jonk |
2010-12-20T22:37:17+00:00 | devel/bzr-upload |
Bzr plugin to incrementally upload changes to a dumb server Web sites are often hosted on servers where bzr can't be installed. In other cases, the web site must not give access to its corresponding branch (for security reasons for example). Finally, web hosting providers often provides only ftp access to upload sites. This plugin uploads only the relevant changes in your working tree since the last upload using ftp or sftp protocols. WWW: http://wiki.bazaar.canonical.com/BazaarUploadForWebDev |
2010-12-20T17:41:43+00:00 | french/tvdownloader |
Download podcasts and videos from French websites This project uses Python and Qt to create a small software to download podcasts and videos from French websites. It uses plugins to enlarge software possibilities. TVDownloader est un projet qui a pour but de permettre le téléchargement de podcasts et d'émissions librement disponibles sur Internet. On retrouvera, en autre, les podcasts de grands groupes radio comme Radio France ou télévisuel comme France Télévision. WWW: http://code.google.com/p/tvdownloader/ |
2010-12-20T13:00:28+00:00 | net-im/pidgin-skype |
Plugin to use Skype chat from Pidgin (with Skype running) This is a Skype Plugin for Pidgin/libpurple/Adium. It lets you view and chat with all your Skype buddies from within Pidgin/Adium. You still need Skype to be running to be able to use it, but it lets you keep a consistent user interface and use all the other nifty Pidgin/Adium plugins with it, like spell-checking or OTR encryption. -- Eion Robb WWW: http://eion.robbmob.com/ |
2010-12-20T09:06:28+00:00 | databases/firebird21-client |
Firebird-2 database client |
2010-12-20T09:05:05+00:00 | databases/firebird21-server |
Firebird-2 relational database (server) Firebird is a relational database offering many ANSI SQL-99 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names since 1981. Firebird is completely free of any registration, licensing or deployment fees. It may be deployed freely for use with any third-party software, whether commercial or not. WWW: http://sourceforge.net/projects/firebird/ WWW: http://www.firebirdsql.org/ |
2010-12-20T08:49:59+00:00 | databases/firebird25-client |
Firebird-2 database client |
2010-12-20T08:48:54+00:00 | databases/firebird25-server |
Firebird-2 relational database (server) Firebird is a relational database offering many ANSI SQL-99 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names since 1981. Firebird is completely free of any registration, licensing or deployment fees. It may be deployed freely for use with any third-party software, whether commercial or not. WWW: https://sourceforge.net/projects/firebird/ WWW: http://www.firebirdsql.org/ |
2010-12-20T00:17:58+00:00 | x11-wm/e17-module-eooorg |
OpenOffice.org preload module for e17 Preloads the openoffice process to save start time with the costs of some memory. WWW: http://www.enlightenment.org/ |
2010-12-18T21:32:03+00:00 | games/hexglass |
Tetris-like puzzle game based on a hexagonal grid The HexGlass is a Tetris-like puzzle game. Ten different types of blocks continuously fall from above and you must arrange them to make horizontal rows of hexagonal bricks. Completing any row causes those hexagonal blocks to disappear and the rest above move downwards. The blocks above gradually fall faster and the game is over when the screen fills up and blocks can no longer fall from the top. WWW: http://code.google.com/p/hexglass/ |
2010-12-17T22:48:55+00:00 | dns/bind98 |
BIND DNS suite with updated DNSSEC and DNS64 BIND version 9 is a major rewrite of nearly all aspects of the underlying BIND architecture. Some of the important features of BIND 9 are: DNS Security: DNSSEC (signed zones), TSIG (signed DNS requests) IP version 6: Answers DNS queries on IPv6 sockets, IPv6 resource records (AAAA) Experimental IPv6 Resolver Library DNS Protocol Enhancements: IXFR, DDNS, Notify, EDNS0 Improved standards conformance Views: One server process can provide multiple "views" of the DNS namespace, e.g. an "inside" view to certain clients, and an "outside" view to others. Multiprocessor Support BIND 9.8 includes a number of changes from BIND 9.7 and earlier releases, including: Preliminary DNS64 support (AAAA synthesis only initially) See the CHANGES file for more information on features. WWW: https://www.isc.org/software/bind |
2010-12-17T16:10:43+00:00 | databases/py-htsql |
Database Query Language (Core & SQLite Backend) HTSQL ("Hyper Text Structured Query Language") is a high-level query language for relational databases. The target audience for HTSQL is the accidental programmer -- one who is not a SQL expert, yet needs a usable, comprehensive query tool for data access and reporting. WWW: http://htsql.org/ |
2010-12-17T14:07:17+00:00 | devel/jwasm |
Fork of OpenWatcom x86 assembler with AMD64 support JWasm is a MASM v6 compatible assembler. It's a fork of Open Watcom's WASM and released under the Sybase Open Watcom Public License, which allows free commercial and non-commercial use. JWasm is written in C, source code is open. JWasm Features: - JWasm natively supports output formats Intel OMF, MS Coff (32- and 64-bit), Elf (32- and 64-bit), Bin and DOS MZ. - precompiled JWasm binaries are available for DOS, Windows and Linux. For OS/2 and FreeBSD, makefiles are supplied. - Instructions up to SSSE3 are supported. - The JWasm source is portable and has successfully been tested with Open Watcom, MS VC, GCC and more. - As far as programming for Windows is concerned, JWasm can be used with both Win32Inc and Masm32. - C header files can be converted to include files for JWasm with h2incX. WWW: https://github.com/Baron-von-Riedesel/JWasm |
2010-12-17T09:27:10+00:00 | mail/claws-mail-address_keeper |
Recipient addresses keeper plugin for Claws Mail This plugin allows saving outgoing addresses to a designated folder in the address book. Addresses are saved only if not found in the address book to avoid unwanted duplicates. WWW: https://www.claws-mail.org/plugins.php |
2010-12-17T09:24:56+00:00 | mail/claws-mail-clamd |
ClamAV based antivirus plugin for Claws Mail his plugin uses Clam AntiVirus to scan all messages that are received from an IMAP, LOCAL or POP account. When a message attachment is found to contain a virus it can be deleted or saved in a specially designated folder. Options can be found in /Configuration/Preferences/Plugins/Clam AntiVirus. WWW: https://www.claws-mail.org/plugins.php |
2010-12-17T08:40:31+00:00 | graphics/mahotas |
Computer vision and image processing library for Python Mahotas is a computer vision and image processing library for Python. It includes many algorithms implemented in C++ for speed while operating in numpy arrays and with a very clean Python interface. Notable algorithms: - Watershed - Convex points calculations - Hit & miss thinning - Zernike & Haralick, LBP, and TAS features - Freeimage-based numpy image loading - Speeded-Up Robust Features (SURF), a form of local features - Thresholding - Convolution - Sobel edge detection WWW: http://packages.python.org/mahotas/ |
2010-12-17T03:48:09+00:00 | print/rubygem-prawn-svg |
SVG renderer for Prawn PDF library An SVG renderer for the Prawn PDF library. This will take an SVG file as input and render it into your PDF. prawn-svg is in its infancy and does not support the full SVG specifications. WWW: https://github.com/mogest/prawn-svg |
2010-12-17T03:47:54+00:00 | print/rubygem-prawn-js |
Simplifies embedding JavaScript in your PDF files A small extension to prawn that simplifies embedding JavaScript in your PDF files WWW: http://pat.github.io/thinking-sphinx/ |
2010-12-17T03:47:18+00:00 | print/rubygem-prawn-graph |
Draw basic graphs and charts natively in your PDFs Prawn::Graph aims to add this functionality to Prawn by using the native PDF drawing tools Prawn exposes and a friendly single-method call to draw the graph. The graphs and the values plotted and drawn are all relatively sized within the bounds of the width and height you have set and should scale pretty well to any size of value. Of course, if things do end up looking too squashed, you can always just make your graph bigger. At the moment, only Bar and Line charts are implemented, with others coming soon. Both charts work in mostly the same way. WWW: http://prawn-graph.ryanstenhouse.jp/ |
2010-12-17T03:47:02+00:00 | print/rubygem-prawn-flexible-table |
Create tables with *span attributes for each cell with Prawn An extension to Prawn that provides flexible table support, that means be able to create tables with rowspan and colspan attributes for each cell WWW: https://github.com/blaxter/prawn-flexible-table |
2010-12-17T03:14:17+00:00 | net-im/openfetion |
An open source client for China Mobile's Fetion IM Fetion is an IM provided by China Mobile with features like text chat, voice call, file sharing, etc. Openfetion is an open source client of Fetion with limited features. It's small and fast, and it looks better. WWW: http://code.google.com/p/ofetion/ |
2010-12-16T22:16:00+00:00 | net/py-libcloud |
Standard client library for many popular cloud providers libcloud is a client library for interacting with many of the popular cloud server providers. It was created to make it easy for developers to build products that work between any of the services that it supports. WWW: http://libcloud.apache.org/ |
2010-12-16T18:24:45+00:00 | databases/pecl-handlersocket |
PECL extension for HandlerSocket A PECL extension for HandlerSocket WWW: http://code.google.com/p/php-handlersocket/ |
2010-12-16T18:23:34+00:00 | databases/libhsclient |
Client Library of HandlerSocket Plugin libhsclient is the client library of HandlerSocket for MySQL, which is a NoSQL plugin for MySQL. WWW: https://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL |
2010-12-16T17:57:01+00:00 | editors/jupp |
Portable version of Joe's Own Editor from MirBSD Jupp is the portable version of Joe's Own Editor. This version has been enhanced by several functions intended for programmers or other professional users, and has a lot of bugs fixed. It is based upon an older version of joe because these behave better overall. Jupp also does come with the editor flavours known from joe, specifically, jmacs, joe, jpico, jstar, and rjoe. Not all features of jupp are available for these though (but all the bugfixes, and syntax highlighting is still enabled by default for these, while it is not auto-enabled in jupp). WWW: http://www.mirbsd.org/jupp.htm |
2010-12-16T16:31:52+00:00 | sysutils/moreutils-parallel |
Run programs in parallel The 'parallel' utility from the moreutils suite. Runs multiple jobs at once. Made available as a separate port so the rest of the suite can be installed without conflicting with sysutils/parallel. moreutils is a growing collection of the unix tools that nobody thought to write thirty years ago. WWW: http://kitenet.net/~joey/code/moreutils/ |
2010-12-16T08:33:05+00:00 | devel/p5-MooseX-Types-Signal |
Type to represent valid UNIX or Perl signals MooseX::Types::Signal exports a type, Signal, that recognizes valid signals on your platform. The underlying type is a non-negative number, but there is a coercion from strings to numbers that recognizes signals by name. There are also more restrictive types, PerlSignal and UnixSignal. UnixSignal only understands signals that are in your system's signal.h header file. PerlSignal only understands signals that are in Perl's %Config hash. Signal is either/or, with preference to UnixSignal over PerlSignal when coercing. WWW: https://metacpan.org/release/MooseX-Types-Signal |
2010-12-16T02:55:19+00:00 | www/webtrees |
Online genealogy viewer (for PHP 5.3-7.3) webtrees is the web's leading online collaborative genealogy application. webtrees works from standard GEDCOM files, and is therefore compatible with every major desktop application. webtrees aims to be efficient and effective by using the right combination of third-party tools, design techniques and open standards. WWW: http://webtrees.net/ |
2010-12-15T23:37:33+00:00 | mail/rubygem-vmail |
Vim interface to Gmail Vmail is a Vim interface to Gmail. Why vmail? Because some people love using Vim 1000 times more than using a web browser or a GUI mail program. WWW: http://danielchoi.com/software/vmail.html |
2010-12-15T23:06:53+00:00 | devel/ros-nxt |
Robot Operating System - LEGO NXT interface This stack has basic interfaces for interacting with ROS and NXT. The software in this stack is intended to run on top of the default NXT firmware provided by LEGO. The following is currently not ported: - suport for communication over Bluetooth, in case if USB is not available - the nxt_rviz_plugin package, this requires the visualization stack which in turn requires the NVidia CG Toolkit to be ported. WWW: http://www.ros.org/wiki/nxt |
2010-12-15T18:36:41+00:00 | net/appkonference |
High-performance Asterisk voice/video conferencing plugin App_konference is a channel-independent conference application. It features efficient audio mixing algorithms as well as video selection support based on VAD, DTMF or CLI. WWW: https://sourceforge.net/projects/appkonference/ |
2010-12-15T16:48:09+00:00 | math/parmgridgen |
Library for obtaining a sequence of successive coarse grids ParMGridGen-1.0 is a highly optimized serial and parallel library for obtaining a sequence of successive coarse grids that are well suited for geometric multigrid methods. The quality of the elements of the coarse grids is optimized using a multilevel framework. The parallel library is based on MPI and is portable to a wide range of architectures. WWW: http://www.mgnet.org/mgnet-codes-parmgridgen.html |
2010-12-15T08:14:48+00:00 | textproc/pdfgrep |
Tool to search text in PDF files Pdfgrep is a tool to search text in PDF files. It works similar to grep. Features: * search for regular expressions. * support for some important grep options, including: o filename output. o page number output. o optional case insensitivity. o count occurrences. * and the most important feature: color output! WWW: https://pdfgrep.org |
2010-12-14T15:29:43+00:00 | security/xml-security |
Java library for XML Signature and Encryption The Apache-XML-Security-J supports XML-Signature Syntax and Processing, W3C Recommendation 12 February 2002 and XML Encryption Syntax and Processing, W3C Recommendation 10 December 2002. The Java library supports the standard Java API JSR-105: XML Digital Signature APIs for creating and validating XML Signatures. A standard Java API for XML Encryption JSR-106: XML Digital Encryption APIs is in progress and is not final, so this API is not yet supported. WWW: http://santuario.apache.org/javaindex.html |
2010-12-14T14:39:50+00:00 | graphics/zbar |
ZBar barcode reader ZBar Bar Code Reader is an open source software suite for reading bar codes from various sources, such as video streams, image files and raw intensity sensors. It supports EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 93, Code 39, Codabar, Interleaved 2 of 5, QR Code and SQ Code. Included with the library are basic applications for decoding captured bar code images and using a video device (eg, webcam) as a bar code scanner. For application developers, language bindings are included for C, C++, Python 2 and Perl as well as GUI widgets for Qt, GTK and PyGTK 2.0. Zbar also supports sending the scanned codes via dbus, allowing its integration with other applications. WWW: https://github.com/mchehab/zbar/ |
2010-12-14T13:18:04+00:00 | x11-themes/gtk3-oxygen-engine |
Oxygen GTK+ 3 engine and theme Oxygen-Gtk is a port of the default KDE widget theme (Oxygen) to gtk. WWW: http://kde-look.org/content/show.php/?content=136216 |
2010-12-14T13:18:04+00:00 | x11-themes/gtk-oxygen-engine |
Oxygen-Gtk engine and theme Oxygen-Gtk is a port of the default KDE widget theme (Oxygen) to gtk. WWW: http://kde-look.org/content/show.php/?content=136216 |
2010-12-14T08:08:43+00:00 | devel/p5-Test-Script-Run |
Test the script with run Test::Script::Run exports some subs to help test and run scripts in your dist's bin/ directory, if the script path is not absolute. Nearly all the essential code is stolen from Prophet::Test, we think subs like those should live below Test:: namespace, that's why we packed them and created this module. WWW: https://metacpan.org/release/Test-Script-Run |
2010-12-14T07:30:56+00:00 | x11/ecore-input_evas |
Enlightenment core abstraction library (evas input module) A core event abstracter layer and X abstraction layer that makes doing selections, Xdnd, general X stuff, and event loops, timeouts and idle handlers fast, optimised, and convenient. WWW: http://docs.enlightenment.org/auto/ecore/ |
2010-12-14T07:30:56+00:00 | x11/ecore-input |
Enlightenment core abstraction library (input module) A core event abstracter layer and X abstraction layer that makes doing selections, Xdnd, general X stuff, and event loops, timeouts and idle handlers fast, optimised, and convenient. WWW: http://docs.enlightenment.org/auto/ecore/ |
2010-12-14T07:30:56+00:00 | x11-wm/e17-modules |
Meta-port for e17 modules Meta-port for enlightenment 0.17 modules. WWW: http://enlightenment.org/ |
2010-12-14T07:30:56+00:00 | x11-wm/e17-module-wlan |
E17 wlan devices monitoring module AN e17 gadget to monitor wlan devices. WWW: http://www.enlightenment.org/ |
2010-12-14T07:30:56+00:00 | x11-wm/e17-module-tiling |
A tiling-like windows control module for e17 An e17 module that allows you to control windows like tiling window managers do. WWW: http://www.enlightenment.org/ |
2010-12-14T07:30:56+00:00 | x11-wm/e17-module-tclock |
Digital clock gadget module for e17 A digital clock gadget for e17. WWW: http://www.enlightenment.org/ |
2010-12-14T07:30:56+00:00 | x11-wm/e17-module-taskbar |
Classic taskbar module for e17 An e17 taskbar module. WWW: http://www.enlightenment.org/ |
2010-12-14T07:30:56+00:00 | x11-wm/e17-module-quickaccess |
An e17 module to provide quick access to applications This module aims to provide quick access to some applications given its name/class pair. It is based on the widely known "yakuake" (http://yakuake.uv.ro/), that drops konsole (kde's terminal emulator) instances from top just like Quake did. Unlike yakuake, this module should be extensible and fit any application, like urxvt to provide same functionality, but could also fit emacs/gvim, firefox or similar. WWW: http://www.enlightenment.org/ |
2010-12-14T07:30:56+00:00 | x11-wm/e17-module-places |
E17 module to manage disk volumes This module manages the volumes devices attached to the system. WWW: http://www.enlightenment.org/ |
2010-12-14T07:30:56+00:00 | x11-wm/e17-module-photo |
E17 photo slideshow module An e17 module to view photos or a mini slideshow within the gadget. WWW: http://www.enlightenment.org/ |
2010-12-14T07:30:56+00:00 | x11-wm/e17-module-penguins |
E17 module that displays fancy penguins walking around your desktop An e17 module to display fancy penguins walking around your desktop. WWW: http://www.enlightenment.org/ |
2010-12-14T07:30:56+00:00 | x11-wm/e17-module-notification |
An e17 notification daemon module This module provides a notification daemon for E17. WWW: http://www.enlightenment.org/ |
2010-12-14T07:30:56+00:00 | x11-wm/e17-module-net |
E17 NIC monitoring module An e17 NIC montoring module. WWW: http://www.enlightenment.org/ |
2010-12-14T07:30:56+00:00 | x11-wm/e17-module-mpdule |
MPD module for e17 Simple MPD module. Load it into your shelf. Set it to "Able to be Resized", and resize to a good size for best experience. To see more than just the artist and title, edit the theme (see comments in the theme for more info). WWW: http://www.enlightenment.org/ |
2010-12-14T07:30:56+00:00 | x11-wm/e17-module-itask-ng |
MacOS X like taskbar module for e17 This is the MacOS X like taskbar module for Enlightenment. It will hold all of your open applications for fast switching. There are three basic functionalities that you don't want to miss: 1. If you click on an icon it will be shown and raised to the top and if its on another desk, then you will be switched to it. 2. If you drag an icon out of ITask the App will be shown on the current desktop. 3. Drag an icon to a pagers desk to send it. WWW: http://www.enlightenment.org/ |
2010-12-14T07:30:56+00:00 | x11-wm/e17-module-iiirk |
Taskbar-like module for e17 This module act like a taskbar for selected applications only. The purpose of this, is having a module behaving like a tray would dock some icons. Due to the status of the system tray specification this module don't rely on it, but on .desktop and netwm icons only instead. It's highly recommended to make sure a .desktop match the border you want to dock in this module. See http://wiki.enlightenment.org/index.php/E17_and_Efreet#Border_Icons for further explanation on how do this matching. In order to add an icon to the module you have two ways. You can either drag and drop the border icon on it, or configure the "Iiirk source". Which is a list of .desktop to match automatically. Once the icon is in the module, a click on it will toggle show/hide on the corresponding window. Don't close your windows, what does the window when closed is up to the application, not to the module. Use the minimize instead. If the option "Hide window from any list when iconified" is enabled, minimize it even by using the border button will active the skip window list on it. Drop an icon outside the box will remove the match on the corresponding .desktop. WWW: http://www.enlightenment.org/ |
2010-12-14T07:30:56+00:00 | x11-wm/e17-module-forecasts |
E17 weather forecast display module The forecasts gadget will display the current weather conditions and a few days forecast. WWW: http://www.enlightenment.org/ |
2010-12-14T07:30:56+00:00 | x11-wm/e17-module-execwatch |
E17 module to show state of a periodically executed command Shows the last state of a periodically executed command. Useful as an update checker or for checking if a remote host is available (through ping). WWW: http://www.enlightenment.org/ |
2010-12-14T07:30:56+00:00 | x11-wm/e17-module-exebuf |
Exebuf program launcher module for e17 Exebuf program launcher module for e17. WWW: http://www.enlightenment.org/ |
2010-12-14T07:30:56+00:00 | x11-wm/e17-module-everything-websearch |
E17 websearch plugin for the "everything" module Helps to find stuff on Wikipedia, use Google suggestions and 'Google for it'(tm) action. Triggers can be configured, defaults are 'g ' and 'w '. WWW: http://www.enlightenment.org/ |
2010-12-14T07:30:56+00:00 | x11-wm/e17-module-everything-wallpaper |
E17 wallpaper plugin for the "everything" module An e17 wallpaper plugin for the "everything" module. WWW: http://www.enlightenment.org/ |
2010-12-14T07:30:56+00:00 | x11-wm/e17-module-everything-places |
E17 places plugin for the "everything" module An e17 places plugin for the "everything" module. WWW: http://www.enlightenment.org/ |
2010-12-14T07:30:56+00:00 | x11-wm/e17-module-everything-pidgin |
E17 pidgin plugin for the "everything" module An e17 module that allows to open chat windows and send files to buddies in Pidgin. WWW: http://www.enlightenment.org/ |
2010-12-14T07:30:56+00:00 | x11-wm/e17-module-everything-mpris |
E17 frontend module for mediaplayers that support mpris Everything-mpris plugin is a frontend for mediaplayers that support mpris. Supported players/daemons: - Amarok, Audacious, Exaile, Totem... - corn, simple sound server: http://incise.org/corn.html. - xmms2, via xmms2-mpris-bridge. WWW: http://www.enlightenment.org/ |
2010-12-14T07:30:56+00:00 | x11-wm/e17-module-engage |
MacOS X like taskbar module for e17 This is the MacOS X like taskbar module for Enlightenment. It will hold all of your open applications for fast switching. There are three basic functionalities that you don't want to miss: 1. If you click on an icon it will be shown and raised to the top and if its on another desk, then you will be switched to it. 2. If you drag an icon out of ITask the App will be shown on the current desktop. 3. Drag an icon to a pagers desk to send it. WWW: http://www.enlightenment.org/ |
2010-12-14T07:30:56+00:00 | x11-wm/e17-module-efm_pathbar |
An e17 module that provides a pathbar gadget A module that provide a pathbar gadget to navigate through the filesystem. WWW: http://www.enlightenment.org/ |
2010-12-14T07:30:56+00:00 | x11-wm/e17-module-efm_path |
An e17 module that allows a user to type a location into the filemanager A module that allows a user to type a location into the filemanager. WWW: http://www.enlightenment.org/ |
2010-12-14T07:30:56+00:00 | x11-wm/e17-module-efm_nav |
An e17 module that allows a user to navigate through the filesystem A module that allows a user to navigate through the filesystem. WWW: http://www.enlightenment.org/ |
2010-12-14T07:30:56+00:00 | x11-wm/e17-module-drawer |
An e17 module to display/organize different types of information A module to display/organize different types of information. WWW: http://www.enlightenment.org/ |
2010-12-14T07:30:56+00:00 | x11-wm/e17-module-diskio |
Disk I/O visualization module for E17 Disk I/O visualization module for e17. WWW: http://www.enlightenment.org/ |
2010-12-14T07:30:56+00:00 | x11-wm/e17-module-alarm |
Module to set Alarms in Enlightenment 17 A module to set Alarms in Enlightenment 17. WWW: http://www.enlightenment.org/ |
2010-12-14T07:30:56+00:00 | x11-toolkits/elementary |
Simple widget toolkit using EFL This is a VERY SIMPLE toolkit. It is not meant for writing extensive desktop applications (yet). Small simple ones with simple needs. WWW: http://docs.enlightenment.org/auto/elementary/ |
2010-12-14T07:30:56+00:00 | graphics/evas-loader-tga |
Hardware accelerated canvas API (TGA loader) A hardware-accelerated canvas API for X-Windows that can draw anti-aliased text, smooth super and sub-sampled images, alpha-blend, as well as drop down to using normal X11 primitives such as pixmaps, lines and rectangles for speed if your CPU or graphics hardware is too slow. WWW: http://docs.enlightenment.org/auto/evas/ |
2010-12-14T07:30:56+00:00 | graphics/evas-loader-pmaps |
Hardware accelerated canvas API (PMAPS loader) A hardware-accelerated canvas API for X-Windows that can draw anti-aliased text, smooth super and sub-sampled images, alpha-blend, as well as drop down to using normal X11 primitives such as pixmaps, lines and rectangles for speed if your CPU or graphics hardware is too slow. WWW: http://docs.enlightenment.org/auto/evas/ |
2010-12-14T07:30:56+00:00 | graphics/evas-loader-bmp |
Hardware accelerated canvas API (BMP loader) A hardware-accelerated canvas API for X-Windows that can draw anti-aliased text, smooth super and sub-sampled images, alpha-blend, as well as drop down to using normal X11 primitives such as pixmaps, lines and rectangles for speed if your CPU or graphics hardware is too slow. WWW: http://docs.enlightenment.org/auto/evas/ |
2010-12-14T07:30:56+00:00 | graphics/ethumb |
Thumbnail generator library Ethumb -- thumbnail generation library for e17. Create thumbnails with a predefined frame (possibly an edje frame). Have an option to create fdo-like thumbnails. Have a client/server utility. WWW: http://docs.enlightenment.org/auto/ethumb/ |
2010-12-14T07:30:56+00:00 | devel/eina |
Enlightenment API for data types Eina is a multi-platform library that provides optimized data types and a few tools that could be used for projects. WWW: http://docs.enlightenment.org/auto/eina/ |
2010-12-14T06:11:04+00:00 | net/minidlna |
Media-server compatible with "Digital Life Network Alliance" MiniDLNA (aka ReadyDLNA) is server software with the aim of being fully compliant with DLNA/UPnP-AV clients. The media files are listed in an SQLite database allowing prompt restarts. This is Gleb Smirnoff's fork of original project by Justin Maggard, created [temporarily] due to low activity of main project. WWW: http://minidlna.sourceforge.net |
2010-12-13T08:09:40+00:00 | emulators/mupen64plus-ui-console |
UI for Mupen64plus |
2010-12-12T22:07:45+00:00 | www/p5-Plack-Middleware-XForwardedFor |
Plack middleware to handle X-Forwarded-For headers Plack::Middleware::XForwardedFor will look for X-Forwarded-For header in the incomming request and change REMOTE_ADDR to the real client IP. WWW: https://metacpan.org/release/Plack-Middleware-XForwardedFor |
2010-12-12T21:38:33+00:00 | devel/p5-Const-Fast |
Facility for creating read-only scalars, arrays, and hashes This module was written because I stumbled on some serious issues of Readonly that aren't easily fixable without breaking backwards compatibility in subtle ways. In particular Readonly's use of ties is a source of subtle bugs and bad performance. Instead, this module uses the builtin readonly feature of perl, making access to the variables just as fast as any normal variable without the weird side-effects of ties. Readonly can do the same for scalars when Readonly::XS is installed, but chooses not to do so in the most common case. WWW: https://metacpan.org/release/Const-Fast |
2010-12-12T21:37:25+00:00 | devel/p5-File-SearchPath |
Search for a file in an environment variable path This module provides the ability to search a path-like environment variable for a file (that does not necessarily have to be an executable). WWW: https://metacpan.org/release/File-SearchPath |
2010-12-12T04:12:05+00:00 | multimedia/grake |
Command line tool for scanning webpages for Youtube links grake is a command line tool for scanning webpages for Youtube links. WWW: https://code.google.com/archive/p/grake/ |
2010-12-12T04:10:34+00:00 | databases/ruby-oci8 |
Ruby interface to Oracle OCI8 Ruby/OCI8 is a ruby interface for Oracle using OCI8 API. |
2010-12-11T21:54:28+00:00 | www/p5-Tatsumaki |
Non-blocking web framework based on Plack and AnyEvent Tatsumaki is a toy port of Tornado for Perl using Plack (with non-blocking extensions) and AnyEvent. It allows you to write a web application that does a immediate response with template rendering, IO-bound delayed response (like fetching third party API or XML feeds), server push streaming and long-poll Comet in a clean unified API. WWW: https://metacpan.org/release/Tatsumaki |
2010-12-11T21:54:08+00:00 | www/p5-Perlanet |
Program for creating programs that aggregate web feeds Perlanet is a program for creating programs that aggregate web feeds (both RSS and Atom). Web pages like this are often called "Planets" after the Python software which originally popularised them. Perlanet is a planet builder written in Perl - hence "Perlanet". WWW: https://metacpan.org/release/Perlanet |
2010-12-11T21:09:43+00:00 | sysutils/py-stdiff |
Spot The Difference is a file integrity checker Spot The Difference is a file integrity checker. Its goal is to detect signs of intrusion by looking for suspicious changes in system files. Crackers, in fact, to do their evil or just to make sure they can work their way back into the system, often change some configuration files, executables and/or log files (usually with rootkits); thus leaving signs of the break-in. WWW: http://www.kernel-panic.it/software/stdiff/ |
2010-12-11T18:18:03+00:00 | graphics/rubygem-image_science |
Ruby library that generates thumbnails ImageScience is a Ruby library that generates thumbnails. Supports square and proportional thumbnails, as well as arbitrary resizes. WWW: http://docs.seattlerb.org/ImageScience.html |
2010-12-11T16:50:46+00:00 | sysutils/graid5 |
RAID5 geom class FreeBSD GEOM class for RAID5. This is RAID5 geom class, originally written by Arne Worner <arne_woerner@yahoo.com>. Now maintained by Lev Serebryakov <lev@FreeBSD.org> WWW: http://lev.serebryakov.spb.ru/download/graid5/ |
2010-12-11T08:46:05+00:00 | www/qooxdoo |
Comprehensive and innovative Ajax application framework qooxdoo is a comprehensive and innovative Ajax application framework. Leveraging object-oriented JavaScript allows developers to build impressive cross-browser applications. No HTML, CSS nor DOM knowledge is needed. It includes a platform-independent development tool chain, a state-of-the-art GUI toolkit and an advanced client-server communication layer. WWW: http://qooxdoo.org/ |
2010-12-10T16:40:22+00:00 | comms/umcs7840 |
MosChip MCS7820 and MCS7840 USB to RS-232/485 gates driver FreeBSD driver for MosChip 7820/7840-based 2- and 4-ports USB serial ports adapters. This driver supports all basic operations and all baud speeds for 2- or 4-port devices. Support for advanced features, such as IrDA or RS-485 modes and fine-tuning will be added later. Note that this driver will work with FreeBSD 8.0 (with USB2) or superior only. WWW: http://lev.serebryakov.spb.ru/download/umcs7840/ |
2010-12-10T14:04:46+00:00 | multimedia/avidemux2-plugins |
Simple GUI based video editor (Plugins) |
2010-12-10T13:25:20+00:00 | devel/scalatest |
Regression testing utility for use with the Scala Language ScalaTest is a testing framework for Scala developed by Bill Venners, George Berger, Josh Cough, and other contributors starting in late 2007. WWW: http://www.scalatest.org/ |
2010-12-10T04:51:42+00:00 | net-mgmt/nagiosql |
Web based administration tool for Nagios NagiosQL is a web based administration tool for Nagios. It helps you to easily build a complex configuration with all options, manage and use them. NagiosQL is based on a webserver with PHP, MySQL and file access to the Nagios configuration files. WWW: https://gitlab.com/wizonet/nagiosql |
2010-12-10T04:51:19+00:00 | net-mgmt/nagios-check_hdd_health |
Nagios plug-in to check HDD health from S.M.A.R.T Check_hdd_health is a Nagios plug-in written in shell to check HDD health. This script check HDD from this S.M.A.R.T values: - Spin Retry Count - Reallocated Sector Ct - Reallocated Event Count - Current Pending Sector - Offline Uncorrectable - Total health test |
2010-12-10T04:50:56+00:00 | net/p5-Net-SMS-Clickatell |
Access to Clickatell SMS messaging service Net::SMS::Clickatell - Access to Clickatell SMS messaging service. Clickatell is a commercial service that allows its users to send SMS messages to anyone in the world. This service supports many ways to send messages, for example HTTP, SMTP and SMPP, among others. WWW: https://metacpan.org/release/Net-SMS-Clickatell |
2010-12-10T04:50:32+00:00 | www/trac-OhlohWidgetsMacro |
Trac macro to embed Ohloh widgets OhlohWidgetsMacro is a plugin for Trac which embeds Ohloh widgets. WWW: http://www.schwarz.eu/opensource/projects/ohloh_widgets_macro |
2010-12-10T03:53:07+00:00 | converters/p5-URI-UTF8-Punycode |
Punycode conversion of UTF-8 string Punycode conversion of UTF-8 string. WWW: https://metacpan.org/release/URI-UTF8-Punycode |
2010-12-10T01:33:59+00:00 | converters/p5-Encode-Punycode |
Encode plugin for Punycode This module provides an easy-to-use interface for encoding and decoding Internationalized Domain Names (IDNs) via Encode interface. WWW: https://metacpan.org/release/Encode-Punycode |
2010-12-10T01:22:19+00:00 | textproc/p5-Net-IDN-Encode |
Internationalizing Domain Names in Applications (RFC 3490) This module provides an easy-to-use interface for encoding and decoding Internationalized Domain Names (IDNs). IDNs use characters drawn from a large repertoire (Unicode), but IDNA allows the non-ASCII characters to be represented using only the ASCII characters already allowed in so-called host names today (letter-digit- hypen, "/[A-Z0-9-]/i"). WWW: https://metacpan.org/release/Net-IDN-Encode |
2010-12-10T01:08:12+00:00 | converters/p5-Net-IDN-Nameprep |
Normalization of domain names (Nameprep, RFC 3491) This module implements the nameprep specification, which describes how to prepare internationalized domain name (IDN) labels in order to increase the likelihood that name input and name comparison work in ways that make sense for typical users throughout the world. Nameprep is a profile of the stringprep protocol and is used as part of a suite of on-the-wire protocols for internationalizing the Domain Name System (DNS). WWW: https://metacpan.org/release/Net-IDN-Nameprep |
2010-12-10T00:39:46+00:00 | converters/p5-Unicode-Stringprep |
Preparation of Internationalized Strings (RFC 3454) This module implements the stringprep framework for preparing Unicode text strings in order to increase the likelihood that string input and string comparison work in ways that make sense for typical users throughout the world. The stringprep protocol is useful for protocol identifier values, company and personal names, internationalized domain names, and other text strings. The stringprep framework does not specify how protocols should prepare text strings. Protocols must create profiles of stringprep in order to fully specify the processing options. WWW: https://metacpan.org/release/Unicode-Stringprep |
2010-12-09T15:59:31+00:00 | www/googlebook_dl |
Command-line utility for downloading books from Google Books googlebook_dl is a command-line utility for downloading books from Google Books. |
2010-12-09T08:27:57+00:00 | textproc/p5-XML-Compile-Dumper |
Dump Compiled XML Translators p5-XML-Compile-Dumper is a perl module to dump compiled XML translators. WWW: https://metacpan.org/release/XML-Compile-Dumper |
2010-12-09T07:22:41+00:00 | textproc/p5-XML-Rewrite |
XML processing and rewriting Often, XML messages and schemas are created by automatic tools. These tools may provide very nice user interfaces, but tend to produce horrible XML. If you have to read these ugly products, you are in for pain. The purpose of this module (and the script "xmlrewrite" which is part of this distribution) is to be able to rewrite XML messages and Schema's into something maintainable. The main difference between this module and other beautifiers is that the clean-up is based on schema rules. For instance, it is permitted to remove blanks around and inside integers, but not in strings. Beautifiers which do not look into the schema have only limited possibilities for cleanup, or may accidentally change the message content. WWW: https://metacpan.org/release/XML-Rewrite |
2010-12-08T21:03:20+00:00 | textproc/p5-File-Inplace |
Perl module for in-place editing of files File::Inplace is a Perl module intended to ease the common task of editing a file in-place. Inspired by variations of Perl's -i option, this module is intended for somewhat more structured and reusable editing than command line Perl typically allows. File::Inplace endeavors to guarantee file integrity; that is, either all of the changes made will be saved to the file, or none will. It also offers functionality such as backup creation, automatic field splitting per-line, automatic chomping/unchomping, and aborting edits partially through without affecting the original file. WWW: https://metacpan.org/release/File-Inplace |
2010-12-08T20:03:48+00:00 | devel/rubygem-fast-stemmer |
Fast Porter stemmer based on a C version of algorithm Fast-stemmer is simply a wrapping around multithreaded Porter stemming algorithm. This gem adds a String#stem method, and it conflicts with the stemmer gem. It's in order of magnitude faster (and uses much less memory) than the latter. For the original work please see: tartarus.org/~martin/PorterStemmer/ WWW: https://github.com/romanbsd/fast-stemmer |
2010-12-08T19:18:29+00:00 | www/rubygem-cgi_multipart_eof_fix |
Fix an exploitable bug in CGI multipart parsing Fixes an exploitable bug in CGI multipart parsing which affects Ruby <= 1.8.5. When multipart boundary attributes contain non-halting regular expression strings, the boundary searcher in the CGI module does not properly escape the parameter and will execute arbitrary regular expressions. This fix adds escaping for the user data. * Affected application servers: standalone CGI, Mongrel, WEBrick * Unaffected: FastCGI, Ruby 1.8.6 (all servers) * Unknown: mod_ruby This fix will not modify versions of Ruby greater than 1.8.5, and is cumulative with previous CGI multipart vulnerability fixes. WWW: http://blog.evanweaver.com/pages/code#cgi_multipart_eof_fix |
2010-12-08T09:57:43+00:00 | www/rubygem-less |
The LESS Ruby gem compiles LESS code to CSS LESS extends CSS with: variables, mixins, operations and nested rules. Best of all, LESS uses existing CSS syntax. This means you can rename your current .css files to .less and they'll just work. WWW: http://lesscss.org |
2010-12-08T09:55:55+00:00 | devel/rubygem-mutter |
Tiny command-line interface library This Ruby gem is a tiny command-line interface library with lots of style. WWW: https://github.com/cloudhead/mutter |
2010-12-07T19:25:08+00:00 | www/apache22-itk-mpm |
Apache 2.2 with the itk MPM enabled. WWW: http://httpd.apache.org/ WWW: http://mpm-itk.sesse.net/ WWW: http://www.pvv.ntnu.no/~knuta/mpm-itk/ |
2010-12-07T19:24:44+00:00 | www/apache22-event-mpm |
Apache 2.2 with the event MPM enabled. WWW: http://httpd.apache.org/ |
2010-12-07T19:24:30+00:00 | www/apache22-worker-mpm |
Apache 2.2 with the worker MPM enabled. WWW: http://httpd.apache.org/ |
2010-12-07T19:24:16+00:00 | www/apache22-prefork-mpm |
Apache 2.2 with the prefork MPM enabled. WWW: http://httpd.apache.org/ |
2010-12-07T19:18:48+00:00 | devel/rubygem-image_science |
Ruby library that generates thumbnails ImageScience is a Ruby library that generates thumbnails. Supports square and proportional thumbnails, as well as arbitrary resizes. WWW: http://seattlerb.rubyforge.org/ImageScience.html |
2010-12-07T19:18:29+00:00 | www/p5-FCGI-Engine |
Flexible engine for running FCGI-based applications This module helps manage FCGI based web applications by providing a wrapper which handles most of the low-level FCGI details for you. It can run FCGI programs as simple scripts or as full standalone socket based servers who are managed by FCGI::Engine::ProcManager. WWW: https://metacpan.org/release/FCGI-Engine |
2010-12-07T19:18:08+00:00 | devel/p5-Declare-Constraints-Simple |
Declarative Validation of Perl Data Structures The main purpose of this module is to provide an easy way to build a profile to validate a data structure. It does this by giving you a set of declarative keywords in the importing namespace. WWW: https://metacpan.org/release/Declare-Constraints-Simple |
2010-12-07T06:13:59+00:00 | databases/java-mybatis |
SQL Mapping Framework MyBatis is a first class persistence framework with support for custom SQL, stored procedures and advanced mappings. MyBatis eliminates almost all of the JDBC code and manual setting of parameters and retrieval of results. MyBatis can use simple XML or Annotations for configuration and map primitives, Map interfaces and Java POJOs (Plain Old Java Objects) to database records. WWW: http://www.mybatis.org/ |
2010-12-07T04:11:05+00:00 | net/p5-Net-PubSubHubbub-Publisher |
Client library to ping a PubSubHubbub hub Net::PubSubHubbub::Publisher is a client library to ping a PubSubHubbub hub. WWW: https://metacpan.org/release/Net-PubSubHubbub-Publisher |
2010-12-07T04:10:42+00:00 | math/p5-Math-BigInt-FastCalc |
Math::BigInt::Calc with some XS for more speed Provides support for big integer calculations. Not intended to be used by other modules. Other modules which sport the same functions can also be used to support Math::BigInt, like Math::BigInt::GMP or Math::BigInt::Pari. WWW: https://metacpan.org/release/Math-BigInt-FastCalc |
2010-12-07T04:10:22+00:00 | devel/p5-ShipIt-Step-Manifest |
ShipIt step for recreating the MANIFEST This step recreates the MANIFEST by effectively running make manifest, or the equivalent in your build process. I use this as I don't have superfluous files lying around in the distribution directories, and have set the relevant svk ignore properties. To use it, just list in your .shipit file. WWW: https://metacpan.org/release/ShipIt-Step-Manifest |
2010-12-07T04:09:47+00:00 | devel/p5-Dist-Joseki |
Tools for the prolific module author "Joseki" is a japanese term from the game Go and means "a formulaic sequence of moves which is established for giving equal outcomes to both players", but it has come into general use to describe any fixed form of behaviour. Dist::Joseki offers you tools that help you in developing Perl module distributions if you stick to a certain formulaic style of structuring your distributions. WWW: https://metacpan.org/release/MARCEL/Dist-Joseki-0.20 |
2010-12-07T04:09:28+00:00 | devel/p5-Getopt-Attribute |
Attribute wrapper for Getopt::Long This module provides an attribute wrapper around Getopt::Long. Instead of declaring the options in a hash with references to the variables and subroutines affected by the options, you can use the Getopt attribute on the variables and subroutines directly. As you can see from the Synopsis, the attribute takes an argument of the same format as you would give as the hash key for Getopt::Long. See the Getopt::Long manpage for details. WWW: https://metacpan.org/release/Getopt-Attribute |
2010-12-07T04:09:03+00:00 | devel/p5-Class-Accessor-Complex |
Arrays, hashes, booleans, integers, sets, and more This module generates accessors for your class in the same spirit as Class::Accessor does. While the latter deals with accessors for scalar values, this module provides accessor makers for arrays, hashes, integers, booleans, sets and more. As seen in the synopsis, you can chain calls to the accessor makers. Also, because this module inherits from Class::Accessor, you can put a call to one of its accessor makers at the end of the chain. The accessor generators also generate documentation ready to be used with Sub::Documentation. WWW: https://metacpan.org/release/Class-Accessor-Complex |
2010-12-07T04:08:11+00:00 | devel/p5-Data-Rmap |
Recursive map, apply a block to a data structure Recursively evaluate a BLOCK over a list of data structures (locally setting $_ to each element) and return the list composed of the results of such evaluations. $_ can be used to modify the elements. Data::Rmap currently traverses HASH, ARRAY, SCALAR and GLOB reference types and ignores others. Depending on which rmap_* wrapper is used, the BLOCK is called for only scalar values, arrays, hashes, references, all elements or a customizable combination. WWW: https://metacpan.org/release/Data-Rmap |
2010-12-07T04:07:44+00:00 | devel/p5-Data-Miscellany |
Collection of miscellaneous subroutines This is a collection of miscellaneous subroutines useful in wide but varying scenarios; a catch-all module for things that don't obviously belong anywhere else. Obviously what's useful differs from person to person, but this particular collection should be useful in object-oriented frameworks, such as Class::Scaffold and Data::Conveyor. WWW: https://metacpan.org/release/Data-Miscellany |
2010-12-07T01:47:56+00:00 | databases/p5-DBIx-NoSQL |
NoSQL-ish overlay for an SQL database DBIx::NoSQL is a layer over DBI that presents a NoSQLish way to store and retrieve data. It does this by using a table called __Store__. Once connected to a database, it will detect if this table is missing and create it if necessary. When writing data to the store, the data (a HASH reference) is first serialized using JSON and then inserted/updated via DBIx::Class to (currently) an SQLite backend. Retrieving data from the store is done by key lookup or by searching an SQL-based index. Once found, the data is deserialized via JSON and returned. WWW: https://metacpan.org/release/DBIx-NoSQL |
2010-12-06T04:08:24+00:00 | databases/gomysql |
A MySQL client library written in Go A MySQL client library written in Go. The aim of this project is to provide a library with a high level of usability, good interal error handling and to emulate similar libraries available for other languages to provide an easy migration of MySQL based systems into the Go language. WWW: https://github.com/Philio/GoMySQL |
2010-12-05T21:09:41+00:00 | www/trac-TracGoogleAnalytics |
Trac plugin to enable logging by Google Analytics Previously known as Google Analytics Plugin, this plugin will enable your trac environment to be logged by Google Analytics. It adds the necessary javascript code to log your environment, plus, it also logs the downloads of regular filenames which end with a specific extension; these extensions are defined by you; and also external links. WWW: http://google.ufsoft.org/wiki/TracGoogleAnalytics |
2010-12-05T08:32:42+00:00 | graphics/lcms2 |
Accurate, fast, and small-footprint color management engine Little CMS intends to be a small-footprint color management engine, with special focus on accuracy and performance. It uses the International Color Consortium standard (ICC), which is the modern standard when regarding to color management. The ICC specification is widely used and is referred to in many International and other de-facto standards. It was approved as an International Standard, ISO 15076-1, in 2005. Since version 2.1, Little CMS fully implements ICC specification 4.2 plus all addendums; it fully supports all kind of V2 and V4 profiles, including abstract, devicelink, and named color profiles. Color management refers to techniques that ensure consistent colors while images are transferred from scanners or cameras to monitors and printers. WWW: https://www.littlecms.com/ WWW: https://github.com/mm2/Little-CMS |
2010-12-03T21:52:49+00:00 | net-mgmt/nagios-check_cpu_usage |
Nagios plug-in to check CPU usage check_cpu_usage is a plugin intended for use with the Nagios network monitoring system. This plugin checks the current CPU load and compares the current state to given thresholds, returning the result. It is written as shell script. |
2010-12-03T19:53:54+00:00 | textproc/p5-String-Flogger |
String munging for loggers String::Flogger::flog() args are mostly just like sprintf arguments, but non-strings (like references, objects, and undef) are converted to JSON, and we can defer evaluation of bits of the message so that it won't be evaluated unless needed. WWW: https://metacpan.org/release/String-Flogger |
2010-12-03T14:54:04+00:00 | devel/insight |
Gnu debugger with the Insight GUI front-end |
2010-12-03T06:27:39+00:00 | devel/p5-Parse-PlainConfig |
Perl module to use plain config files This perl module allows you to use generic config files in Perl applications. Syntax of the configuration file(s) to read is fully configurable including delimiters, maximum config size, ends of lines, and features include comments, associative arrays, types of variables with coercion WWW: https://metacpan.org/release/Parse-PlainConfig |
2010-12-02T19:47:17+00:00 | x11/qt4-graphicssystems-opengl |
Qt OpenGL rendering engine (experimental) Qt is a cross-platform application and UI framework for developers using C++ or QML, a CSS/JavaScript-like language. This port provides the OpenGL graphics backend, which is used for on-screen widgets and QPixmaps. See for details: http://qt-project.org/doc/qt-4.8/qapplication.html#setGraphicsSystem http://blog.qt.digia.com/blog/2008/10/22/so-long-and-thanks-for-the-blit WWW: http://qt-project.org |
2010-12-02T19:47:17+00:00 | devel/qt4-declarative |
Qt4 framework for building highly dynamic user interfaces Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html |
2010-12-02T19:47:17+00:00 | devel/py-qt4-declarative |
Python bindings for the Qt4 toolkit, QtDeclarative module PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtDeclarative module. WWW: https://riverbankcomputing.com/software/pyqt |
2010-12-02T15:08:15+00:00 | www/dwoo |
Dwoo is a PHP5 template engine Dwoo is a PHP5 Template Engine that was started in early 2008. The idea came from the fact that Smarty, a well known template engine, is getting older and older. It carries the weight of it's age, having old features that are inconsistent compared to newer ones, being written for PHP4 its Object Oriented aspect doesn't take advantage of PHP5's more advanced features in the area, etc. Hence Dwoo was born, hoping to provide a more up to date and stronger engine. So far it has proven to be faster than Smarty in many areas, and it provides a compatibility layer to allow developers that have been using Smarty for years to switch their application over to Dwoo progressively. WWW: http://dwoo.org/ |
2010-12-02T13:55:59+00:00 | ftp/p5-Net-FTPSSL |
FTP over SSL/TLS class Net::FTPSSL is a class implementing a simple FTP client over a Secure Sockets Layer (SSL) or Transport Layer Security (TLS) connection written in Perl as described in RFC959 and RFC2228. It will use TLS by default. WWW: https://metacpan.org/release/Net-FTPSSL |
2010-12-02T05:54:54+00:00 | databases/p5-AnyEvent-DBD-Pg |
Perl extension for AnyEvent interface to DBD::Pg async interface AnyEvent interface to DBD::Pg's async interface. WWW: https://metacpan.org/release/AnyEvent-DBD-Pg |
2010-12-01T15:47:47+00:00 | devel/py-bitstring |
Simple construction, analysis, and modification of binary data bitstring is a pure Python module designed to help make the creation and analysis of binary data as simple and natural as possible. BitStrings can be constructed from integers (big and little endian), hex, octal, binary, strings or files. They can be sliced, joined, reversed, inserted into, overwritten, etc. with simple functions or slice notation. They can also be read from, searched and replaced, and navigated in, similar to a file or stream. bitstring is open source software, and has been released under the MIT licence. WWW: https://pypi.org/project/bitstring/ |
2010-11-30T21:48:49+00:00 | www/py-django-profiles |
User-profile application for Django A user-profile application for Django. WWW: http://bitbucket.org/ubernostrum/django-profiles/ |
2010-11-30T07:25:00+00:00 | net/lvwimax |
Userland driver for Samsung WiMAX modems A userland driver for wimax modems: . Samsung SWC-U200; . Samsung SWC-E100. |
2010-11-29T15:37:26+00:00 | devel/ros-laser_pipeline |
Robot Operating System - laser data processing utilities Libraries from processing laser data, including converting laser data into 3D representations. WWW: http://www.ros.org/wiki/laser_pipeline |
2010-11-29T15:36:23+00:00 | devel/ros-image_common |
Robot Operating System - common image routines Common code for working with images in ROS: camera_calibration_parsers contains routines for reading and writing camera calibration parameters. camera_info_manager provides a C++ interface for camera calibration information. It provides CameraInfo, and handles SetCameraInfo service requests, saving and restoring the camera calibration data. image_transport should always be used to subscribe to and publish images. It provides transparent support for transporting images in low-bandwidth compressed formats. Examples (provided by separate plugin packages) include JPEG/PNG compression and Theora streaming video. polled_camera contains a service and C++ helper classes for implementing a polled camera driver node and requesting images from it. The package is currently for internal use as the API is still under development. WWW: http://www.ros.org/wiki/image_common |
2010-11-29T12:20:42+00:00 | devel/violet |
Easy to learn and use UML editor Violet is a UML editor with these benefits: * It is very easy to learn and use * It draws nice-looking class, sequence, state, object and use-case diagrams * It is completely free (distributed under the GNU General Public License) * It is cross-platform Violet is intended for students, teachers, and authors who need to produce simple UML diagrams quickly. It is not intended as an industrial strength tool. Here are some of the features that industrial-strength UML programs have and that Violet does not have: * Code generation. Violet does not generate any source code from UML diagrams. * Reverse engineering. Violet does not generate UML diagrams from source code * Semantic checking of models. You can use Violet to draw contradictory diagrams XMI export or import. Violet does not generate files that can be imported into other UML tools, nor can it read model files from other tools If you just want to draw simple UML diagrams without too much fuss, chances are you'll like Violet. If you have more serious needs, check out one of the other programs. WWW: http://horstmann.com/violet/ |
2010-11-29T10:27:24+00:00 | lang/dmd2 |
D 2.0 compiler, not officially validated for FreeBSD D is a systems programming language. Its focus is on combining the power and high performance of C and C++ with the programmer productivity of modern languages like Ruby and Python. Special attention is given to the needs of quality assurance, documentation, management, portability and reliability. The D language is statically typed and compiles directly to machine code. It's multiparadigm, supporting many programming styles: imperative, object oriented, and metaprogramming. It's a member of the C syntax family, and its appearance is very similar to that of C++. It is not governed by a corporate agenda or any overarching theory of programming. The needs and contributions of the D programming community form the direction it goes. This is an unofficial port that compiles directly from source, so it has not been officially validated or tested on the FreeBSD platform by the developer. This Software is copyrighted and comes with a single user license, and may not be redistributed. If you wish to obtain a redistribution license, please contact Digital Mars. WWW: http://digitalmars.com/d/2.0/ |
2010-11-29T10:27:24+00:00 | lang/dmd |
Official compiler for the D 1.0 programming language D is a systems programming language. Its focus is on combining the power and high performance of C and C++ with the programmer productivity of modern languages like Ruby and Python. Special attention is given to the needs of quality assurance, documentation, management, portability and reliability. The D language is statically typed and compiles directly to machine code. It's multiparadigm, supporting many programming styles: imperative, object oriented, and metaprogramming. It's a member of the C syntax family, and its appearance is very similar to that of C++. It is not governed by a corporate agenda or any overarching theory of programming. The needs and contributions of the D programming community form the direction it goes. WWW: http://digitalmars.com/d/1.0/ |
2010-11-28T23:04:14+00:00 | databases/p5-DBIx-Skinny-Mixin-DBHResolver |
Perl extension of DBIx::DBHResolver mixin for DBIx::Skinny DBIx::DBHResolver mixin for DBIx::Skinny. WWW: https://metacpan.org/release/DBIx-Skinny-Mixin-DBHResolver |
2010-11-28T22:39:15+00:00 | net-im/psimedia |
Voice and video API for Psi-like IM clients PsiMedia is an abstraction layer for providing audio and video RTP services to Psi-like IM clients. The implementation is based on GStreamer. WWW: http://delta.affinix.com/psimedia/ |
2010-11-27T17:19:54+00:00 | devel/ros-common |
Robot Operating System - common utilities This stack contains tools built on top of ROS core which are commonly used throughout the ROS ecosystem. It contains three types of packages: Filtering: * bfl: the Bayesian Filtering Library from the Orocos project * filters: a standardized C++ API for filters. It also has a class to chain filters at runtime based on parameters. Helper libraries: * actionlib: provides C++ and Python libraries for interacting with the Action API used by the executive. * bond: with C++ and Python bindings (bondcpp and bondpy). * nodelet: a way to run multiple algorithms within the same process abstracted with a ROS interface. * pluginlib: providea a C++ API for dynamically loading plugin classes. Parsers: * tinyxml: a C interface to the third-party tinyxml parser for ROS. * xacro: an XML macro language. * yaml_cpp: a C++ to the third-party YAML parser for ROS. WWW: http://www.ros.org/wiki/common |
2010-11-27T06:01:33+00:00 | mail/dovecot2-pigeonhole |
Sieve plugin for the Dovecot 'deliver' LDA and LMTP Sieve language support by a plugin for the Dovecot deliver LDA&LMTP * Mail filtering * Mail forwarding * Vacation auto-reply WWW: http://wiki2.dovecot.org/Pigeonhole |
2010-11-27T05:53:35+00:00 | mail/dovecot2 |
Secure, fast and powerful IMAP and POP3 server Dovecot is an open source IMAP and POP3 email server for Linux/UNIX-like systems, written with security primarily in mind. Dovecot is an excellent choice for both small and large installations. It's fast, simple to set up, requires no special administration and it uses very little memory. Dovecot is high-performing, self-optimizing, self-healing, and easily extensible. It includes IMAP4rev1 and POP3 support. IPv6, SSL and TLS are supported. It supports multiple commonly used IMAP extensions, including SORT, THREAD and IDLE. WWW: http://www.dovecot.org/ |
2010-11-27T03:32:41+00:00 | x11-toolkits/ruby-vte |
Ruby binding for VTE Ruby/VTE is a Ruby binding for VTE. WWW: http://ruby-gnome2.sourceforge.jp/ |
2010-11-27T03:32:41+00:00 | x11-toolkits/ruby-poppler |
Ruby binding for Poppler Ruby/Poppler is a Ruby binding for Poppler. WWW: http://ruby-gnome2.sourceforge.jp/ |
2010-11-27T03:32:41+00:00 | x11-toolkits/ruby-gtksourceview2 |
Ruby binding for GtkSourceView2 Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.0.x. WWW: http://ruby-gnome2.sourceforge.jp/ |
2010-11-27T03:32:41+00:00 | x11-toolkits/ruby-gstreamer |
Ruby binding for GStreamer Ruby/GStreamer is a Ruby binding for GStreamer. WWW: http://ruby-gnome2.sourceforge.jp/ |
2010-11-27T03:32:41+00:00 | x11-toolkits/ruby-goocanvas |
Ruby binding for goocanvas Ruby/Goocanvas is a Ruby binding of Goocanvas. WWW: http://ruby-gnome2.sourceforge.jp/ |
2010-11-27T02:07:50+00:00 | devel/py-mercurialserver |
Software for hosting mercurial repositories mercurial-server gives your developers remote read/write access to centralized Mercurial repositories using SSH public key authentication; it provides convenient and fine-grained key management and access control. All of the repositories controlled by mercurial-server are owned by a single user (the "hg" user in what follows), but many remote users can act on them, and different users can have different permissions. We don't use file permissions to achieve that - instead, developers log in as the "hg" user when they connect to the repository host using SSH, using SSH URLs of the form "ssh://hg@repository-host/repository-name". A restricted shell prevents them from using this access for unauthorized purposes. Developers are authenticated only using SSH keys; no other form of authentication is supported. To give a user access to the repository, place their key in an appropriately-named subdirectory of "/usr/lcoal/etc/mercurialserver/keys" and run "refresh-auth". You can then control what access they have to what repositories by editing the control file "/usr/local/etc/mercurialserver/access.conf", which can match the names of these keys against a glob pattern. For convenient remote control of access, you can instead (if you have the privileges) make changes to a special repository called "hgadmin", which contains its own "access.conf" file and "keys" directory. Changes pushed to this repository take effect immediately. The two "access.conf" files are concatenated, and the keys directories merged. WWW: http://www.lshift.net/mercurial-server.html |
2010-11-27T02:02:23+00:00 | www/py-flask-uploads |
Flexible and efficient upload handling for Flask Flask-Uploads allows your application to flexibly and efficiently handle file uploading and serving the uploaded files. WWW: https://pypi.org/project/Flask-Uploads/ |
2010-11-27T02:01:59+00:00 | devel/py-flask-babel |
Adds i18n/l10n support to Flask applications Add i18n/l10n support to Flask applications with the help of the Babel library. WWW: https://pypi.org/project/Flask-Babel/ |
2010-11-27T02:01:35+00:00 | databases/py-flask-sqlalchemy |
Adds SQLAlchemy support to Flask Flask-SQLAlchemy adds support for SQLAlchemy to your Flask application. WWW: https://github.com/pallets/flask-sqlalchemy |
2010-11-27T02:00:57+00:00 | www/py-flask |
Micro web framework Flask is a microframework for Python based on Werkzeug and Jinja2. WWW: http://flask.pocoo.org/ |
2010-11-27T00:37:30+00:00 | www/mod_tsa |
Time stamping authority (RFC 3161) module for apache Time stamping authority module for apache20 and apache22 WWW: http://opentsa.org/ |
2010-11-27T00:17:47+00:00 | textproc/rubygem-rchardet |
Character encoding auto-detection in Ruby Library to perform character encoding auto-detection in Ruby. WWW: https://github.com/jmhodges/rchardet |
2010-11-26T21:23:50+00:00 | devel/p5-App-GitHub |
GitHub Command Tools A command line tool wrap Net::GitHub. WWW: https://metacpan.org/release/App-GitHub |
2010-11-26T21:16:38+00:00 | dns/p5-Net-DNS-Lite |
Pure-Perl DNS resolver with support for timeout This module provides a replacement function for Socket::inet_aton, with support for timeouts. WWW: https://metacpan.org/release/Net-DNS-Lite |
2010-11-26T19:32:24+00:00 | editors/komodo-ide |
Multi-language editor from ActiveState IDE specialized in dynamic languages like TCL, Python, PHP, Ruby, Perl Also a web editor (JS/CSS/HTML/XML) Syntax highlighting, autocomplete, debug features, external tools. Built on the top of Mozilla. This port installs the linux commercial version. WWW: http://www.activestate.com/komodo-ide/ |
2010-11-26T17:38:22+00:00 | textproc/uim-kde4 |
KDE4 panel applet of uim input method KDE4 panel applet of uim input method. WWW: https://github.com/uim/uim |
2010-11-26T14:47:08+00:00 | net-p2p/eiskaltdcpp-qt |
EiskaltDC++ Direct Connect client Qt GUI EiskaltDC++ is a cross-platform program that uses the Direct Connect and ADC protocol. It is compatible with other DC clients, such as the original DC from Neomodus, DC++ and derivatives. EiskaltDC++ also interoperates with all common DC hub software. This port is Qt GUI that uses eiskaltdcpp-lib. WWW: http://code.google.com/p/eiskaltdc/ |
2010-11-26T14:47:08+00:00 | net-p2p/eiskaltdcpp-lib |
EiskaltDC++ shared library and header files EiskaltDC++ is a cross-platform program that uses the Direct Connect and ADC protocol. It is compatible with other DC clients, such as the original DC from Neomodus, DC++ and derivatives. EiskaltDC++ also interoperates with all common DC hub software. This port is DC++ core (customized) compiled as shared library. WWW: https://github.com/eiskaltdcpp/eiskaltdcpp |
2010-11-26T14:47:08+00:00 | net-p2p/eiskaltdcpp-gtk |
EiskaltDC++ client GTK graphic interface EiskaltDC++ is a cross-platform program that uses the Direct Connect and ADC protocol. It is compatible with other DC clients, such as the original DC from Neomodus, DC++ and derivatives. EiskaltDC++ also interoperates with all common DC hub software. This port is GTK GUI that uses eiskaltdcpp-lib. WWW: http://code.google.com/p/eiskaltdc/ |
2010-11-26T14:47:08+00:00 | net-p2p/eiskaltdcpp-data |
Shared data for EiskaltDC++ client GUIs EiskaltDC++ is a cross-platform program that uses the Direct Connect and ADC protocol. It is compatible with other DC clients, such as the original DC from Neomodus, DC++ and derivatives. EiskaltDC++ also interoperates with all common DC hub software. This port contains shared data for EiskaltDC++ GUIs. WWW: http://code.google.com/p/eiskaltdc/ |
2010-11-26T13:53:56+00:00 | www/redmine-http-auth |
HTTP authentication plugin for Redmine HTTP authentication plugin for Redmine. WWW: https://github.com/AdamLantos/redmine_http_auth/ |
2010-11-26T09:32:21+00:00 | graphics/boxer |
GUI for Box the figure description language A graphical user interface for the Box vector graphics language WWW: http://boxc.sourceforge.net/ |
2010-11-26T02:13:58+00:00 | x11-themes/qt4-style-phase |
Widget style for Qt 4 and KDE 4 Phase is a widget style for Qt 4 and KDE 4. It is designed to be functional but not drab, and aesthetic but not distracting. Artistic design draws upon the genius of earlier masters. This is particularly true for minimalistic designs. Therefore I cannot in good conscience claim this look to be truly original. But I have done my best. I hope you like it! Phase is now being maintained in kdeartwork. These are only "snapshot" releases. This is a "pure" Qt style, in that it does not require KDE. WWW: http://kde-look.org/content/show.php?content=11402 |
2010-11-26T02:11:45+00:00 | x11-themes/qt4-style-float |
Style for Qt 4 and KDE Style for Qt 4 and KDE. WWW: https://store.kde.org/content/show.php?content=54477 |
2010-11-26T02:10:43+00:00 | x11-themes/qt4-style-quantumstyle |
SVG themeable style for Qt 4 and KDE QuantumStyle is an SVG themable style for Qt 4 and KDE. WWW: http://kde-look.org/content/show.php?content=101088 |
2010-11-25T22:38:01+00:00 | graphics/box |
Compiler for box, the figure description language Box is a programming language that puts special emphasis on graphics. It is intended to be for vector graphics what LaTeX is for writing scientific documents. WWW: http://boxc.sourceforge.net |
2010-11-25T15:29:19+00:00 | games/openarena-oax |
OpenArena Mod: OpenArena Xpanded OpenArena Expanded is the development version of OpenArena. Its purpose is both to create improve the basic OpenArena gameplay but also to create a good starting point for any OpenArena or Quake III:Arena mods. It does not include engine or platform specific code. The source code is GPL v2 or later but some of the tools are not. WWW: http://code.google.com/p/oax/ |
2010-11-25T15:29:19+00:00 | games/openarena-data |
OpenArena game data files This is the game data port for the ioquake3 engine based game OpenArena. WWW: http://openarena.ws/ |
2010-11-25T08:27:57+00:00 | devel/p5-MooseX-Attribute-ENV |
Set default of an attribute to a value from %ENV MooseX-Attribute-ENV is a Moose attribute trait that you use when you want the default value for an attribute to be populated from the %ENV hash. WWW: https://metacpan.org/release/MooseX-Attribute-ENV |
2010-11-25T06:23:27+00:00 | www/webgo |
Simplest way to write web applications in the Go programming language web.go is the simplest way to write web applications in the Go programming language. It's ideal for writing simple, performant backend web services. web.go should be familiar to people who've developed websites with higher-level web frameworks like sinatra, pylons, or web.py. It is designed to be a lightweight web framework that doesn't impose any scaffolding on the user. Some features include: * Routing to url handlers based on regular expressions * Secure cookies * Support for fastcgi and scgi * Web applications are compiled to native code. This means very fast execution and page render speed * Serving static files WWW: https://github.com/hoisie/web |
2010-11-25T04:12:51+00:00 | accessibility/redshift |
Adjusts the color temperature of your screen Redshift adjusts the color temperature of your screen according to your surroundings. This may help your eyes hurt less if you are working in front of the screen at night. WWW: http://jonls.dk/redshift/ |
2010-11-24T17:24:37+00:00 | games/corsix-th |
Open source clone of Theme Hospital This project aims to reimplement the game engine of Theme Hospital, and be able to load the original game data files. This means that you will need a purchased copy of Theme Hospital, or a copy of the demo, in order to use CorsixTH. After most of the original engine has been reimplemented, the the project will serve as a base from which extensions and improvements to the original game can be made. WWW: https://github.com/CorsixTH/CorsixTH |
2010-11-24T16:06:52+00:00 | math/ros-geometry |
Robot Operating System - geometric and math libraries The basic geometry and math libraries used in ROS. angles: Provides a set of simple math utilities to work with angles. The utilities cover simple things like normalizing an angle and conversion between degrees and radians, but also functions to calculate things like the shortest angular distance between two joinst space positions of your robot, with the joint motion constrained by joint limits. bullet: Contains the Bullet professional free 3D Game Multiphysics Library. The Bullet library provided by this ROS package is slightly different from the official Bullet release. eigen: This package contains the Eigen C++ template library for linear algebra. KDL: This package contains the Kinematics and Dynamics Library (KDL), distributed by the Orocos Project. tf: This package lets you keep track of multiple coordinate frames over time. tf maintains the relationship between coordinate frames in a tree structure buffered in time, and lets the user transform points, vectors, etc between any two coordinate frames at any desired point in time. WWW: http://www.ros.org/wiki/geometry |
2010-11-24T16:06:52+00:00 | math/geometry |
Robot Operating System - geometric and math libraries The basic geometry and math libraries used in ROS. angles: Provides a set of simple math utilities to work with angles. The utilities cover simple things like normalizing an angle and conversion between degrees and radians, but also functions to calculate things like the shortest angular distance between two joinst space positions of your robot, with the joint motion constrained by joint limits. bullet: Contains version 2.76 of the Bullet professional free 3D Game Multiphysics Library. The Bullet library provided by this ROS package is slightly different from the official Bullet release. eigen: This package contains version 2.0.15 of the Eigen C++ template library for linear algebra. KDL: This package contains a recent version of the Kinematics and Dynamics Library (KDL), distributed by the Orocos Project. For stability reasons, this package is currently locked to revision 31715, but this revision will be updated on a regular basis to the latest available KDL trunk. tf: tf is a package that lets the user keep track of multiple coordinate frames over time. tf maintains the relationship between coordinate frames in a tree structure buffered in time, and lets the user transform points, vectors, etc between any two coordinate frames at any desired point in time. WWW: http://www.ros.org/wiki/geometry |
2010-11-24T10:25:51+00:00 | mail/spamass-ixhash |
Plugin for SpamAssassin supporting iXhash iXhash is a plugin for the popular spam filter SpamAssassin. It computes MD5 checksums of fragments of the body of an e-mail and compares them to those of know spam. As such it works similar to the now standard plugins that use the Pyzor, Razor and DCC software packages from within SpamAssassin. WWW: http://ixhash.sourceforge.net/ |
2010-11-24T05:31:08+00:00 | devel/p5-Object-Destroyer |
Make objects with circular references DESTROY normally Object::Destroyer allows for the creation of "Destroy" handles. The handle is "attached" to the circular relationship, but is not a part of it. When the destroy handle falls out of scope, it will be cleaned up correctly, and while being cleaned up, it will also force the data structure it is attached to be destroyed as well. Object::Destroyer can call a specified release method on an object (or method DESTROY by default). Alternatively, it can execute an arbitrary user code passed to constructor as a code reference. WWW: https://metacpan.org/release/Object-Destroyer |
2010-11-24T05:21:18+00:00 | net-mgmt/2ping |
Bi-directional ping utility 2ping is a bi-directional ping utility. It uses 3-way pings (akin to TCP SYN, SYN/ACK, ACK) and after-the-fact state comparison between a 2ping listener and a 2ping client to determine which direction packet loss occurs. WWW: https://www.finnie.org/software/2ping/ |
2010-11-24T05:20:58+00:00 | lang/p5-Parse-Perl |
Interpret string as Perl source This module provides the capability to parse a string at runtime as Perl source code, so that the resulting compiled code can be later executed. This is part of the job of the string form of the eval operator, but in this module it is separated out from the other jobs of eval. Parsing of Perl code is generally influenced by its lexical context, and this module provides some explicit control over this process, by reifying lexical environments as Perl objects. WWW: http://search.cpan.org/dist/Parse-Perl/ |
2010-11-24T05:20:36+00:00 | www/p5-Blog-Spam |
Blog & Forum SPAM Detection The blogspam site exists to provide a service which allows you to test whether a submitted blog/forum comment is SPAM or not, in real-time. We can identify many common SPAM characteristics and using them allow comments to be blocked - cutting down on the SPAM that might otherwise affect your site. WWW: https://metacpan.org/release/SKX/Blog-Spam-1.0.2 WWW: https://blogspam.net/ |
2010-11-24T05:20:16+00:00 | net/p5-Net-Dropbox-API |
Dropbox API interface The Dropbox API is a OAuth based API. I try to abstract as much away as possible so you should not need to know too much about it. WWW: https://metacpan.org/release/Net-Dropbox-API |
2010-11-24T05:19:50+00:00 | net/p5-Net-Riak |
Interface to Riak Interface to Riak. WWW: https://metacpan.org/release/Net-Riak |
2010-11-23T15:58:03+00:00 | mail/davmail |
POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway DavMail is a POP/IMAP/SMTP/Caldav/Carddav/LDAP exchange gateway allowing users to use any mail/calendar client (e.g. Thunderbird with Lightning or Apple iCal) with an Exchange server, even from the internet or behind a firewall through Outlook Web Access. WWW: http://davmail.sourceforge.net/ |
2010-11-23T14:53:51+00:00 | www/p5-Perlbal-Plugin-PSGI |
Perl extension for PSGI web server on Perlbal This is a Perlbal plugin to allow any PSGI application run natively inside Perlbal process. WWW: https://metacpan.org/release/Perlbal-Plugin-PSGI |
2010-11-23T13:05:11+00:00 | devel/ros-common_msgs |
Robot Operating System - common messages common_msgs contains messages that are widely used by other ROS packages. These includes messages for actions (actionlib_msgs), diagnostics (diagnostic_msgs), geometric primitives (geometry_msgs), robot navigation (nav_msgs), and common sensors (sensor_msgs), such as laser range finders, cameras, point clouds. WWW: http://www.ros.org/wiki/common_msgs |
2010-11-23T13:05:11+00:00 | devel/common_msgs |
Robot Operating System - common messages common_msgs contains messages that are widely used by other ROS packages. These includes messages for actions (actionlib_msgs), diagnostics (diagnostic_msgs), geometric primitives (geometry_msgs), robot navigation (nav_msgs), and common sensors (sensor_msgs), such as laser range finders, cameras, point clouds. WWW: http://www.ros.org/wiki/common_msgs |
2010-11-23T11:17:16+00:00 | www/p5-Flea |
Perl extension for minimalistic sugar for your Plack PSGI/Plack is where it's at. Dancer's routing syntax is really cool, but it does a lot of things I don't usually want. What I really want is Dancer-like sugar as an extremely thin layer over my teeth^H^H^H^H^H PSGI apps. WWW: https://metacpan.org/release/Flea |
2010-11-23T10:26:40+00:00 | archivers/pxz |
Parallel LZMA compressor using liblzma Parallel XZ is a compression utility that takes advantage of running LZMA compression of different parts of an input file on multiple cores and processors simultaneously. Its primary goal is to utilize all resources to speed up compression time with minimal possible influence on compression ratio. WWW: http://jnovy.fedorapeople.org/pxz/ |
2010-11-23T09:50:13+00:00 | chinese/phpbb3-tw |
The Traditional Chinese version of phpBB3 phpBB is a free flat-forum bulletin board software solution that can be used to stay in touch with a group of people or can power your entire website. With an extensive database of user-created modifications and styles database containing hundreds of style and image packages to customise your board, you can create a very unique forum in minutes. No other bulletin board software offers a greater complement of features, while maintaining efficiency and ease of use. Best of all, phpBB is completely free. We welcome you to test it for yourself today*. If you have any questions please visit our Community Forum where our staff and members of the community will be happy to assist you with anything from configuring the software to modifying the code for individual needs. Learn more about phpBB. WWW: https://www.phpbb.com/ |
2010-11-23T09:32:02+00:00 | www/sit |
PHP incident tracking system / Helpdesk Support Incident Tracker (or SiT!) is a Free Software/Open Source (GPL) web based application which uses PHP and MySQL for tracking technical support calls/emails (also commonly known as a 'Help Desk' or 'Support Ticket System'). Manage contacts, sites, technical support contracts and support incidents in one place. Send emails directly from SiT!, attach files and record every communication in the incident log. SiT is aware of Service Level Agreements and incidents are flagged if they stray outside of them. WWW: http://sitracker.org |
2010-11-23T07:42:11+00:00 | devel/p5-Exporter-Declare |
Perl extension for exporting done right Exporter::Declare is a meta-driven exporting tool. Exporter::Declare tries to adopt all the good features of other exporting tools, while throwing away horrible interfaces. Exporter::Declare also provides hooks that allow you to add options and arguments for import. Finally, Exporter::Declare's meta-driven system allows for top-notch introspection. WWW: https://metacpan.org/release/Exporter-Declare |
2010-11-23T06:54:34+00:00 | finance/prestashop |
Open-Source e-Commerce Software for Web 2.0 Conceived in PHP and MySQL, PrestaShop is a really modular and customizable solution, as well as technically than graphically. Find on the PrestaShop official marketplace, addons.prestashop.com, an unlimited quantity of extensions or templates for our e-commerce solution. WWW: http://www.prestashop.com/ |
2010-11-23T05:08:57+00:00 | devel/p5-Devel-Declare-Parser |
Perl extension for higher level interface to Devel-Declare Devel-Declare-Parser is a higher-level API sitting on top of Devel::Declare. It is used by Devel::Declare::Exporter to simplify exporting of Devel::Declare magic. Writing custom parsers usualy only requires subclassing this module and overriding a couple methods. WWW: https://metacpan.org/release/Devel-Declare-Parser |
2010-11-23T03:36:18+00:00 | devel/p5-Meta-Builder |
Perl extension for creating Meta objects to track custom metrics Meta::Builder is designed to be a generic tool for writing Meta objects. Unlike specialized tools, Meta::Builder makes no assumptions about what metrics you will care about. Meta::Builder also mkaes it simple for others to extend your meta-object based tools by providing hooks for other packages to add metrics to your meta object. WWW: https://metacpan.org/release/Meta-Builder |
2010-11-23T03:22:17+00:00 | devel/p5-Fennec-Lite |
Perl extension for minimalist Fennec, the commonly used bits Fennec does a ton, but it may be hard to adopt it all at once. It also is a large project, and has not yet been fully split into component projects. Fennec::Lite takes a minimalist approach to do for Fennec what Mouse does for Moose. Fennec::Lite is a single module file with no non-core dependencies. It can easily be used by any project, either directly, or by copying it into your project. The file itself is less than 300 lines of code at the time of this writing, that includes whitespace. WWW: https://metacpan.org/release/Fennec-Lite |
2010-11-23T00:12:21+00:00 | net/rubygem-tweetstream |
TweetStream provides simple Ruby access to Twitter Streaming API TweetStream provides simple Ruby access to Twitter's Streaming API WWW: https://github.com/tweetstream/tweetstream |
2010-11-22T22:20:44+00:00 | www/p5-HTML-TableContentParser |
Do interesting things with the contents of tables This module can be used to parse the content of tables in HTML text. The parser returns an arrayref consisting of data for each table found within the passed-in text. WWW: https://metacpan.org/release/HTML-TableContentParser |
2010-11-22T18:01:07+00:00 | www/p5-CGI-Thin |
Lightweight Parser for CGI Forms This module is a very lightweight parser of CGI forms. And it has a special feature that it will return an array if the same key is used twice in the form. You can force an array even if only one value returned to avoid complications. The hash %cgi_data will have all the form data from either a POST or GET form and will also work for "multipart/form-data" forms necessary for uploading files. WWW: https://metacpan.org/release/CGI-Thin |
2010-11-22T15:01:55+00:00 | devel/p5-Devel-BeginLift |
Perl extension to make selected sub calls evaluate at compile time Devel::BeginLift 'lifts' arbitrary sub calls to running at compile time - sort of a souped up version of "use constant". It does this via some slightly insane perlguts magic. WWW: https://metacpan.org/release/Devel-BeginLift |
2010-11-22T14:58:19+00:00 | www/p5-AnyEvent-Mojo |
Perl extension to start async Mojo servers easily This module allows you to integrate Mojo applications with the AnyEvent framework. For example, you can run a web interface for a long-lived AnyEvent daemon. WWW: https://metacpan.org/release/MELO/AnyEvent-Mojo-0.8003 |
2010-11-22T02:33:54+00:00 | www/p5-HTTP-Exception |
Perl extension to throw HTTP-Errors as (Exception::Class-) Exceptions Every HTTP::Exception is a Exception::Class - Class. So the same mechanisms apply as with Exception::Class-classes. In fact have a look at Exception::Class' docs for more general information on exceptions and Exception::Class::Base for information on what methods a caught exception also has. HTTP::Exception is only a factory for HTTP::Exception::XXX (where X is a number) subclasses. That means that HTTP::Exception->new(404) returns a HTTP::Exception::404 object, which in turn is a HTTP::Exception::Base - Object. WWW: https://metacpan.org/release/HTTP-Exception |
2010-11-22T02:14:39+00:00 | devel/p5-B-Hooks-OP-Check-EntersubForCV |
Perl extension to invoke callback on construction of entersub OPs Invoke callbacks on construction of entersub OPs for certain CVs. WWW: https://metacpan.org/release/B-Hooks-OP-Check-EntersubForCV |
2010-11-22T00:24:31+00:00 | devel/p5-Sub-Signatures |
Use proper signatures for subroutines, including dispatching One of the strongest complaints about Perl is its poor argument handling. Simply passing everything in the @_ array is a serious limitation. This module aims to rectify that. With this module, we can specify subroutine signatures and automatically dispatch on the number of arguments. WWW: https://metacpan.org/release/Sub-Signatures |
2010-11-21T18:15:00+00:00 | textproc/qgoogletranslator |
Qt gui for google translate based on ajax api Qt gui for google translate based on ajax api WWW: http://code.google.com/p/qgt |
2010-11-21T15:18:57+00:00 | devel/p5-B-Compiling |
Perl extension to expose PL_compiling to perl This module exposes the perl interpreter's PL_compiling variable to perl. WWW: https://metacpan.org/release/B-Compiling |
2010-11-21T12:17:40+00:00 | audio/p5-Audio-Ecasound |
Perl extension for ecasound sampler, recorder, fx-processor Audio::Ecasound provides perl bindings to the ecasound control interface of the ecasound program. You can use perl to automate or interact with ecasound so you don't have to turn you back on the adoring masses packed into Wembly Stadium. Ecasound is a software package designed for multitrack audio processing. It can be used for audio playback, recording, format conversions, effects processing, mixing, as a LADSPA plugin host and JACK node. Version >= 2.2.X must be installed to use this package. "SEE ALSO" for more info. WWW: https://metacpan.org/release/Audio-Ecasound |
2010-11-21T11:52:42+00:00 | databases/p5-DBIx-Class-MooseColumns |
Allow write DBIC add_column definitions as attribute options This module allows you to put the arguments to "add_column" in DBIx::Class::ResultSource right into your attribute definitions and will automatically call it when it finds an add_column attribute option. It also replaces the DBIx::Class-generated accessor methods (these are Class::Accessor::Grouped-generated accessor methods under the hood) with the Moose-generated accessor methods so that you can use more of the wonderful powers of Moose (eg. type constraints, triggers, ...). WWW: https://metacpan.org/release/DBIx-Class-MooseColumns |
2010-11-20T22:22:58+00:00 | www/p5-CGI-Application-Plugin-Apache |
Provides easy access to Apache::* modules for CGI::Application CGI::Application::Plugin::Apache provides easy access to Apache::* modules for CGI::Application. WWW: https://metacpan.org/release/CGI-Application-Plugin-Apache |
2010-11-20T18:25:22+00:00 | www/htmlcompressor |
HTML/XML Compressor Java HTML/XML Compressor is a very small, fast and easy to use library that minifies given HTML or XML source by removing extra whitespaces, comments and other unneeded characters without breaking the content structure. As a result pages become smaller in size and load faster. A command-line version of the compressor is also included. WWW: https://github.com/serg472/htmlcompressor |
2010-11-20T18:03:28+00:00 | devel/p5-Data-Rx |
Perl implementation of Rx schema system Data::Rx is the perl implementation of Rx schema system. WWW: https://metacpan.org/release/Data-Rx |
2010-11-20T17:52:43+00:00 | www/p5-HTML-GenerateUtil |
Perl5 module for generating HTML on the fly HTML::GenerateUtil is a module provides C language version of various helper routines for generating HTML output. WWW: https://metacpan.org/release/HTML-GenerateUtil |
2010-11-20T17:40:04+00:00 | devel/dconf |
Configuration database system for GNOME GConf extends the concept of a configuration registry. It provides a simple way for applications and administrators to store data; often GConf is used to store preferences for applications. Some of the features of GConf are: GConf provides: * Documentation for each configuration key, so that administrators can better modify the value. * Notifications to interested applications when configuration data is changed. The notification service works across networks, affecting all login sessions for a single user. * Proper locking so that configuration data doesn't get corrupted when accessed by multiple applications at the same time. WWW: https://wiki.gnome.org/Projects/dconf |
2010-11-20T16:35:31+00:00 | devel/p5-Number-Tolerant |
Provides inexact number comparisons with tolerance ranges Number::Tolerant provides tolerance ranges for inexact numbers. WWW: https://metacpan.org/release/Number-Tolerant |
2010-11-20T15:37:08+00:00 | net-im/telepathy-logger |
Logger utility library for the Telepathy framework Logger utility library for the Teleparthy framwork. WWW: https://telepathy.freedesktop.org/ |
2010-11-20T15:37:08+00:00 | net-im/folks |
Library to aggregates people from multiple sources libfolks is a library that aggregates people from multiple sources (eg, Telepathy connection managers and eventually evolution data server, Facebook, etc.) to create metacontacts. It's written in Vala (in part to evaluate Vala). The initial goal is for GObject/C support, though the Vala bindings should basically automatic. WWW: https://wiki.gnome.org/Projects/Folks |
2010-11-20T15:37:08+00:00 | lang/vala-vapigen |
The vapigen program from vala vapigen is a utility which generates Vala API (vapi) from gobject-introspection (GI) files. WWW: https://wiki.gnome.org/Projects/Vala |
2010-11-20T15:37:08+00:00 | graphics/gdk-pixbuf2 |
Graphic library for GTK+ The GdkPixBuf library provides a number of features: - Image loading facilities. - Rendering of a GdkPixBuf into various formats: drawables (windows, pixmaps), GdkRGB buffers. - A cache interface WWW: https://developer.gnome.org/gdk-pixbuf/ |
2010-11-20T15:37:08+00:00 | devel/libsoup-gnome |
GNOME wrapper for libsoup Soup is a SOAP (Simple Object Access Protocol) implementation in C. It provides a queued asynchronous callback-based mechanism for sending and servicing SOAP requests, and a WSDL (Web Service Definition Language) for C compilers which generates client stubs and server skeletons for easily calling and implementing SOAP methods. It uses GLib and is designed to work well with GTK applications. Features: * Completely Asynchronous * Connection cache * HTTP chunked transfer and persistent connections * Authenticated HTTP, SOCKS4, and SOCKS5 proxy support * SSL Support using OpenSSL * Apache module server support * Client digest authentication |
2010-11-20T15:37:08+00:00 | accessibility/atkmm |
C++ wrapper for ATK API library C++ wrapper for Atk. WWW: https://www.gtkmm.org/ |
2010-11-20T11:30:22+00:00 | textproc/groonga |
Open-source fulltext search engine and column store Groonga is an open-source fulltext search engine and column store. It lets you write high-performance applications that requires fulltext search. WWW: http://groonga.org/ |
2010-11-20T11:23:10+00:00 | databases/p5-DBIx-Skinny-InflateColumn-DateTime |
Perl extension to inflate/deflate DateTime for DBIx::Skinny DBIx::Skinny::InflateColumn::DateTime provides inflate/deflate settings for *_at/*_on columns. If you want to set created_XX and updated_XX automatically, you can use DBIx::Class::InflateColumn::DateTime::Auto. WWW: https://metacpan.org/release/DBIx-Skinny-InflateColumn-DateTime |
2010-11-20T10:52:36+00:00 | databases/p5-DBIx-Skinny-Schema-Loader |
Perl extension to load schema for DBIx::Skinny DBIx::Skinny::Schema::Loader is schema loader for DBIx::Skinny. It can dynamically load schema at run-time or statically publish them. It supports MySQL and SQLite, and PostgreSQL. WWW: https://metacpan.org/release/DBIx-Skinny-Schema-Loader |
2010-11-20T10:24:00+00:00 | databases/p5-DBIx-Skinny-Pager |
Perl extension of resultset pager for DBIx::Skinny DBIx::Skinny::Pager is resultset pager interface for DBIx::Skinny. This module is not support for search_by_sql or search_named. WWW: https://metacpan.org/release/DBIx-Skinny-Pager |
2010-11-19T19:44:49+00:00 | net/gogoc |
GogoCLIENT, connect to Freenet6 tunnel gogoc is gogoCLIENT, which is needed to connect to Freenet6 tunnel. Freenet6 Tunnel is an IPv6 access service which enables thousands of people from all over the world to experience the best solution for a smooth and incremental deployment of IPv6. Freenet6 Tunnel users can get IPv6 connectivity from anywhere, including from behind any NAT device or from outside of their home network. WWW: http://www.gogo6.com/freenet6 |
2010-11-19T17:34:51+00:00 | sysutils/hfsexplorer |
HFSExplorer read Mac-formatted harddisks and disk images HFSExplorer is an application that can read Mac-formatted hard disks and disk images. It can read the file systems HFS (Mac OS Standard), HFS+ (Mac OS Extended) and HFSX (Mac OS Extended with case sensitive file names). HFSExplorer allows you to browse your Mac volumes with a graphical file system browser, extract files (copy to hard disk), view detailed information about the volume and create disk images from the volume. HFSExplorer can also read most .dmg disk images created on a Mac, including zlib / bzip2 compressed images and AES-128 encrypted images. It supports the partition schemes Master Boot Record, GUID Partition Table and Apple Partition Map natively. WWW: http://www.catacombae.org/hfsexplorer/ |
2010-11-19T12:30:22+00:00 | databases/p5-DBIx-Skinny |
Perl extension for simple DBI wrapper/ORMapper DBIx::Skinny is simple DBI wrapper and simple O/R Mapper. It aims to be lightweight, with minimal dependencies so it's easier to install. WWW: https://metacpan.org/release/DBIx-Skinny |
2010-11-19T09:44:17+00:00 | sysutils/goaccess |
Real-time Apache web log analyzer GoAccess is an open source real-time Apache web log analyzer and interactive viewer that runs in a terminal and provides fast and valuable HTTP statistics for system administrators that require a visual report on the fly. WWW: http://goaccess.io |
2010-11-19T06:32:11+00:00 | www/p5-Catalyst-Plugin-ErrorCatcher |
Catch application errors and emit them somewhere Catalyst::Plugin::ErrorCatcher allows you to do More Stuff with the information that would normally only be seen on the Catalyst Error Screen courtesy of the Catalyst::Plugin::StackTrace plugin. WWW: https://metacpan.org/release/Catalyst-Plugin-ErrorCatcher |
2010-11-19T06:24:17+00:00 | www/p5-Rose-HTML-Objects |
Object-oriented interfaces for HTML Rose::HTML::Objects is a framework for creating a reusable set of HTML widgets as mutable Perl objects that can be serialized to HTML or XHTML for display purposes. The Rose::HTML::Object class may be used directly to represent a generic tag with an explicitly set element name and arbitrary attributes. There are also methods for parent/child manipulation. WWW: https://metacpan.org/release/Rose-HTML-Objects |
2010-11-18T16:12:37+00:00 | deskutils/x-tile |
GNOME applet to tile the opened windows X-tile is a gnome applet for your panel (or optionally a standalone application, working with kde as well) that allows you to select a number of windows and tile them in different ways. This is especially useful for comparing products in separate web pages, or for programmers refering to documentation as they are programming. WWW: http://www.giuspen.com/x-tile/ |
2010-11-18T14:51:28+00:00 | devel/bzr-pipeline |
Bzr tools for working with a sequence of branches The Bazaar pipeline plugin helps you organize your changes into sections called "pipes". Pipelines can help you: * focus on each set of changes as a coherent piece, without being distracted by other sets of changes. * respect diff size limits when submitting changes * avoid reviewer fatigue when submitting changes for code review * maintain a set of patches against an upstream branch WWW: http://wiki.bazaar.canonical.com/BzrPipeline |
2010-11-18T14:02:45+00:00 | net/p5-Rose-URI |
Easy and efficient manipulation of URI components Rose::URI is an alternative to URI. It provides a rich set of query string manipulation methods. Query parameters can be added, removed, and checked for their existence. URI allows the entire query to be set or returned as a whole via the query_form or query methods, and the URI::QueryParam module provides a few more methods for query string manipulation. WWW: https://metacpan.org/release/Rose-URI |
2010-11-18T13:43:33+00:00 | devel/p5-Time-Out |
Easily timeout long running operations Time::Out provides an easy interface to alarm(2) based timeouts. Nested timeouts are supported. WWW: https://metacpan.org/release/Time-Out |
2010-11-18T04:49:48+00:00 | net/asio |
Cross-platform C++ library for network and low-level I/O programming Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach. WWW: http://think-async.com/Asio/ |
2010-11-18T00:17:40+00:00 | misc/p5-Array-LineReader |
Access lines of a file via an array Array::LineReader gives you the possibility to access lines of some file by the elements of an array. This modul inherites methods from Tie::Array (see Tie::Array). You save a lot of memory, because the file's content is read only on demand, i.e. in the case you access an element of the array. The offset and length of all the lines is hold in memory as long as you tie your array. WWW: https://metacpan.org/release/Array-LineReader |
2010-11-17T16:57:21+00:00 | databases/mariadb |
A database server - drop-in replacement functionality for MySQL MariaDB is a database server that offers drop-in replacement functionality for MySQL1. MariaDB is built by some of the original authors of MySQL, with assistance from the broader community of Free and open source software developers. In addition to the core functionality of MySQL, MariaDB offers a rich set of feature enhancements including alternate storage engines, server optimizations, and patches. MariaDB is primarily driven by developers at Monty Program, a company founded by Michael "Monty" Widenius, the original author of MySQL, but this is not the whole story about MariaDB. On the "About MariaDB" page you will find more information about all participants in the MariaDB community, including storage engines XtraDB and PBXT. WWW: http://mariadb.org/ |
2010-11-17T16:57:21+00:00 | databases/mariadb-server |
Database server - drop-in replacement for MySQL MariaDB is a database server that offers drop-in replacement functionality for MySQL1. MariaDB is built by some of the original authors of MySQL, with assistance from the broader community of Free and open source software developers. In addition to the core functionality of MySQL, MariaDB offers a rich set of feature enhancements including alternate storage engines, server optimizations, and patches. MariaDB is primarily driven by developers at Monty Program, a company founded by Michael "Monty" Widenius, the original author of MySQL, but this is not the whole story about MariaDB. On the "About MariaDB" page you will find more information about all participants in the MariaDB community, including storage engines XtraDB and PBXT. WWW: http://mariadb.org/ |
2010-11-17T16:57:21+00:00 | databases/mariadb-scripts |
Scripts for mariadb - drop-in replacement for MySQL MariaDB is a database server that offers drop-in replacement functionality for MySQL1. MariaDB is built by some of the original authors of MySQL, with assistance from the broader community of Free and open source software developers. In addition to the core functionality of MySQL, MariaDB offers a rich set of feature enhancements including alternate storage engines, server optimizations, and patches. MariaDB is primarily driven by developers at Monty Program, a company founded by Michael "Monty" Widenius, the original author of MySQL, but this is not the whole story about MariaDB. On the "About MariaDB" page you will find more information about all participants in the MariaDB community, including storage engines XtraDB and PBXT. WWW: http://mariadb.org/ |
2010-11-17T16:57:21+00:00 | databases/mariadb-client |
Database client - drop-in replacement for MySQL MariaDB is a database server that offers drop-in replacement functionality for MySQL1. MariaDB is built by some of the original authors of MySQL, with assistance from the broader community of Free and open source software developers. In addition to the core functionality of MySQL, MariaDB offers a rich set of feature enhancements including alternate storage engines, server optimizations, and patches. MariaDB is primarily driven by developers at Monty Program, a company founded by Michael "Monty" Widenius, the original author of MySQL, but this is not the whole story about MariaDB. On the "About MariaDB" page you will find more information about all participants in the MariaDB community, including storage engines XtraDB and PBXT. WWW: http://mariadb.org/ |
2010-11-17T14:10:45+00:00 | devel/rubygem-yajl-ruby |
Streaming JSON parsing and encoding library for Ruby This gem is a C binding to the excellent YAJL JSON parsing and generation library. Features: * JSON parsing and encoding directly to and from an IO stream (file, socket, etc) or String. Compressed stream parsing and encoding supported for Bzip2, Gzip and Deflate. * Parse and encode multiple JSON objects to and from streams or strings continuously. * JSON gem compatibility API - allows yajl-ruby to be used as a drop-in replacement for the JSON gem * Basic HTTP client (only GET requests supported for now) which parses JSON directly off the response body *as it's being received* * ~3.5x faster than JSON.generate * ~1.9x faster than JSON.parse * ~4.5x faster than YAML.load * ~377.5x faster than YAML.dump * ~1.5x faster than Marshal.load * ~2x faster than Marshal.dump WWW: https://github.com/brianmario/yajl-ruby |
2010-11-17T12:44:25+00:00 | net-p2p/transmission-qt4 |
Fast and lightweight Qt4 BitTorrent client A fast and lightweight Qt4 BitTorrent client, loosely based on the GTK+ client. This is the only Transmission client that can act as its own self-contained session (as the GTK+ and Mac clients do), and can also connect to a remote session (as the web client and transmission-remote terminal client do). Transmission has been built from the ground up to be a lightweight, yet powerful BitTorrent client. Its simple, intuitive interface is designed to integrate tightly with whatever computing environment you choose to use. Transmission strikes a balance between providing useful functionality without feature bloat. Furthermore, it is free for anyone to use or modify. WWW: http://www.transmissionbt.com/ |
2010-11-17T08:40:48+00:00 | devel/elfkickers |
Collection of programs to manipulate ELF files This distribution is a collection of programs that are generally unrelated, except in that they all deal with the ELF file format. The main purpose of these programs is to be illustrative and educational -- to help fellow programmers understand the ELF file format and something of how it works under the Linux platform. WWW: http://www.muppetlabs.com/~breadbox/software/elfkickers.html |
2010-11-16T20:39:48+00:00 | devel/gdb |
GNU Project Debugger GDB is a source-level debugger for Ada, C, C++, Objective-C, Pascal and many other languages. GDB can target (i.e., debug programs running on) more than a dozen different processor architectures, and GDB itself can run on most popular GNU/Linux, Unix and Microsoft Windows variants. WWW: http://www.gnu.org/software/gdb/ |
2010-11-16T19:28:37+00:00 | net/ptpd2 |
Implementation of the precision time protocol IEEE 1588-2008 PTP daemon (PTPd) is an implementation the Precision Time Protocol (PTP) version 2 as defined by 'IEEE Std 1588-2008'. PTP provides precise time coordination of Ethernet LAN connected computers. It was designed primarily for instrumentation and control systems. WWW: https://github.com/ptpd/ptpd |
2010-11-16T06:13:59+00:00 | devel/py-speaklater |
Lazy string Python module for translations Speaklater is a Python module that provides lazy strings for translations. WWW: https://pypi.org/project/speaklater/ |
2010-11-16T03:04:48+00:00 | devel/p5-Array-Unique |
Tie-able array that allows only unique values This package lets you create an array which will allow only one occurrence of any value. In other words no matter how many times you put in 42 it will keep only the first occurrence and the rest will be dropped. You use the module via tie and once you tied your array to this module it will behave correctly. Uniqueness is checked with the 'eq' operator so among other things it is case sensitive. As a side effect the module does not allow undef as a value in the array. WWW: https://metacpan.org/release/Array-Unique |
2010-11-16T03:04:20+00:00 | math/p5-Math-CDF |
Generate probabilities and quantiles This module provides a perl interface to the DCDFLIB. See the section on DCDFLIB for more information. Functions are available for 7 continuous distributions (Beta, Chi-square, F, Gamma, Normal, Poisson and T-distribution) and for two discrete distributions (Binomial and Negative Binomial). Optional non-centrality parameters are available for the Chi-square, F and T-distributions. Cumulative probabilities are available for all 9 distributions and quantile functions are available for the 7 continuous distributions. WWW: https://metacpan.org/release/Math-CDF |
2010-11-16T02:53:29+00:00 | devel/p5-App-GitGot |
Tool to make it easier to manage multiple git repositories got is a script to make it easier to manage all the version controlled repositories you have on all the computers you use. It can operate on all, some, or just one repo at a time, to both check the status of the repo (up to date, pending changes, dirty, etc.) and sync it with any upstream master. WWW: https://metacpan.org/release/App-GitGot |
2010-11-16T02:53:09+00:00 | devel/p5-MooseX-App-Cmd |
Mashes up MooseX::Getopt and App::Cmd This module marries App::Cmd with MooseX::Getopt. Use it like App::Cmd advises (especially see App::Cmd::Tutorial), swapping App::Cmd::Command for MooseX::App::Cmd::Command. Then you can write your moose commands as moose classes, with MooseX::Getopt defining the options for you instead of opt_spec returning a Getopt::Long::Descriptive spec. WWW: https://metacpan.org/release/MooseX-App-Cmd |
2010-11-16T02:52:43+00:00 | devel/p5-Git-Wrapper |
Wrap git(7) command-line interface Git::Wrapper provides an API for git(7) that uses Perl data structures for argument passing, instead of CLI-style --options as Git does. WWW: https://metacpan.org/release/Git-Wrapper |
2010-11-15T20:11:25+00:00 | devel/p5-Test-Fatal |
Incredibly simple helpers for testing code with exceptions Test::Fatal is an alternative to the popular Test::Exception. It does much less, but should allow greater flexibility in testing exception-throwing code with about the same amount of typing. WWW: https://metacpan.org/release/Test-Fatal |
2010-11-15T16:38:24+00:00 | audio/gstreamer-plugins-gme |
Gstreamer game-music-emu (libgme) frontend |
2010-11-15T16:03:49+00:00 | net/p5-Phone-Info |
Provides a nicer CLI interface to Net::WhitePages Phone::Info provides a nicer CLI interface to Net::WhitePages. WWW: https://metacpan.org/release/Phone-Info |
2010-11-15T13:55:04+00:00 | net/rubygem-ipaddress |
IP address manipulation library for rubygems IPAddress is a Ruby library designed to make manipulation of IPv4 and IPv6 addresses both powerful and simple. It mantains a layer of compatibility with Ruby's own IPAddr, while addressing many of its issues WWW: https://github.com/bluemonk/ipaddress |
2010-11-15T08:43:36+00:00 | devel/rubygem-ncurses |
Wrapper to the ncurses library This Gem provides access to the functions, macros, global variables and constants of the ncurses library. These are mapped to a Ruby Module named "Ncurses". Functions and external variables are implemented as singleton functions of the Module Ncurses. WWW: http://ncurses-ruby.berlios.de/ |
2010-11-15T07:44:50+00:00 | devel/pecl-libevent |
Libevent extension for PHP This is a PHP binding for libevent library. WWW: https://pecl.php.net/package/libevent |
2010-11-14T11:57:11+00:00 | net/rubygem-twitter-stream |
Twitter realtime API client Simple Ruby client library for twitter streaming API. Uses EventMachine for connection handling. Adheres to twitter's reconnection guidline. JSON format only. WWW: https://github.com/voloko/twitter-stream |
2010-11-14T07:28:47+00:00 | security/rubygem-roauth |
Simple Ruby OAuth library A simple OAuth library that supports OAuth header signing, and header verifying. WWW: https://github.com/maccman/roauth |
2010-11-13T21:40:45+00:00 | science/py-biolccc |
Python bindings for BioLCCC libBioLCCC is an open source library for prediction of peptide and protein retention time in liquid chromatography. It is based on BioLCCC model (Liquid Chromatography of Biomacromolecules at Critical Conditions). pyBioLCCC is set of Python wrappings around libBioLCCC. WWW: http://theorchromo.ru/lib/ |
2010-11-13T15:38:25+00:00 | devel/svnmerge |
Python script to managing merges in a Subversion repository This is a python script to help manage merges in the repository. This script is part of the Subversion distribution and it is assumed that it can be used under the same license terms as Subversion itself. WWW: http://subversion.tigris.org/tools_contrib.html#client_side |
2010-11-13T13:40:40+00:00 | net/p5-Net-uFTP |
Universal interface for FTP-like modules (FTP, SFTP, SCP) NET::uFTP is a Perl5 module providing a universal interface for FTP-like modules (FTP, SFTP, SCP), in most cases Net::FTP compatible. WWW: https://metacpan.org/release/Net-uFTP |
2010-11-13T13:22:10+00:00 | net/p5-Net-WhitePages |
Provides access to the XML API for WhitePages.com Provides access to the XML API for WhitePages.com. WWW: https://metacpan.org/release/Net-WhitePages |
2010-11-13T12:53:15+00:00 | sysutils/p5-File-Stat-ModeString |
Converts file stat(2) mode to/from string representation File::Stat::ModeString is a Perl5 module provides a few functions for conversionbetween binary and literal representations of file mode bits, including file type. WWW: https://metacpan.org/release/File-Stat-ModeString |
2010-11-12T10:19:04+00:00 | deskutils/x026 |
IBM 026 Keypunch Emulator for the X Window System IBM 026 Keypunch Emulator for the X Window System. * Requires slow, deliberate typing or input will be lost (typeahead can be enabled if you insist) * Overpunches available by backspacing or holding down Alt or Meta * Tab set for FORTRAN * Automatic sequence numbers in columns 73-80 (can be disabled) * Paste X11 selection with middle mouse button * Can save deck in file, either in ASCII or in Douglas Jones's standard format * Can select from several card and keypunch types WWW: http://x3270.bgp.nu/x026.html |
2010-11-12T08:23:49+00:00 | deskutils/horde-klutz |
Comic strip viewer for horde Horde-Klutz is a comic strip aggregator and viewer. It lets you browse comic strips by date or by strip. Features include automatic updating of comics, and various methods for obtaining the strips. WWW: http://horde.org/ |
2010-11-12T08:20:54+00:00 | net/p5-Net-FTP-AutoReconnect |
Perl5 FTP client class with automatic reconnect on failure Net::FTP::AutoReconnect is a Perl5 module providing a FTP client class with automatic reconnect on failure. WWW: https://metacpan.org/release/Net-FTP-AutoReconnect |
2010-11-11T20:55:31+00:00 | devel/pire |
Perl Incompatible Regular Expressions library This is PIRE, Perl Incompatible Regular Expressions library. This library is aimed at checking a huge amount of text against relatively many regular expressions. Roughly speaking, it can just check whether given text maches the certain regexp, but can do it really fast (more than 400 MB/s on our hardware is common). Even more, multiple regexps can be combined together, giving capability to check the text against apx.10 regexps in a single pass (and mantaining the same speed). Since Pire examines each character only once, without any lookaheads or rollbacks, spending about five machine instructions per each character, it can be used even in realtime tasks. On the other hand, Pire has very limited functionality (compared to other regexp libraries). Pire does not have any Perlish conditional regexps, lookaheads & backtrackings, greedy/nongreedy matches; neither has it any capturing facilities. WWW: https://github.com/yandex/pire |
2010-11-11T20:04:54+00:00 | sysutils/p5-File-Signature |
Detect changes to a file's content or attributes This perl library uses perl5 objects to assist in determining whether a file's contents or attributes have changed. It maintains several pieces of information about the file: a digest (currently only MD5 is supported), its inode number, its mode, the uid of its owner, the gid of its group owner, and its last modification time. WWW: https://metacpan.org/release/File-Signature |
2010-11-11T15:45:20+00:00 | devel/bzr-rewrite |
Bzr plugin that provides rewriting existing revisions Plugin for Bazaar that provides various ways of rewriting existing revisions, including a rebase command similar to git's rebase. WWW: https://launchpad.net/bzr-rewrite |
2010-11-11T15:36:18+00:00 | java/jta |
Java Transaction API (JTA) Java Transaction API (JTA) specifies standard Java interfaces between a transaction manager and the parties involved in a distributed transaction system: the resource manager, the application server, and the transactional applications. The JTA specification was developed by Sun Microsystems in cooperation with leading industry partners in the transaction processing and database system arena. See JSR 907. WWW: http://www.oracle.com/technetwork/java/javaee/tech/jta-138684.html |
2010-11-11T06:08:16+00:00 | net/p5-Net-IP-RangeCompare |
Perl extension for IP Range Comparisons Fast scalable ip range aggregation and summary tool kit. Find intersections across multiple lists of IP ranges, fast. Although similar in functionality to Net::CIDR::Compare, Net::Netmask and NetAddr::IP, Net::IP::RangeCompare is a completely range driven ip management and evaluation tool allowing more flexibility and scalability when dealing with the somewhat organic nature of IP-Ranges. If you have a large number of ipv4 ranges and need to inventory lists of ranges for intersections, this is the Module for you! WWW: https://metacpan.org/release/Net-IP-RangeCompare |
2010-11-11T06:07:52+00:00 | devel/p5-Data-Range-Compare |
Find gaps and intersections in lists of ranges This package provides a universal framework for calculating the intersections and gaps in/of 2 dimensional ranges. WWW: https://metacpan.org/release/Data-Range-Compare |
2010-11-11T06:07:26+00:00 | net/p5-Data-IPV4-Range-Parse |
Perl extension parsing IPv4 ranges Simple Interface for getting start and ending address of ranges as integers. WWW: https://metacpan.org/release/Data-IPV4-Range-Parse |
2010-11-11T06:07:07+00:00 | net/p5-Net-Todoist |
Todoist API Todoist API. Read http://todoist.com/API/help for more details. WWW: https://metacpan.org/release/Net-Todoist |
2010-11-11T06:06:44+00:00 | graphics/p5-Image-Imgur |
Perl extension for uploading images to http://imgur.com Image::Imgur intends to make programmatically possible to upload image files to the website http://imgur.com. WWW: https://metacpan.org/release/Image-Imgur |
2010-11-11T05:09:03+00:00 | www/mod_auth_mellon |
Apache module with a simple SAML 2.0 service provider mod_auth_mellon is an authentication module for Apache. It authenticates the user against a SAML 2.0 IdP, and grants access to directories depending on attributes received from the IdP. WWW: https://github.com/latchset/mod_auth_mellon |
2010-11-11T05:08:40+00:00 | www/mod_whatkilledus |
Logs a report when a child process crashes mod_whatkilledus is an experimental module for Apache httpd 2.x which tracks the current request and logs a report of the active request when a child process crashes. Requirements: Apache httpd >= 2.0.49 must be built with the --enable-exception-hook configure option and mod_so enabled. Activating mod_whatkilledus: 1. Load it like any other DSO. LoadModule whatkilledus_module modules/mod_whatkilledus.so 2. Enable exception hooks for modules like mod_whatkilledus: EnableExceptionHook On 3. Choose where the report on current activity should be written. If you want it reported to some place other than the error log, use the WhatKilledUsLog directive to specify a fully-qualified filename for the log. Note that the web server user id (e.g., "nobody") must be able to create or append to this log file, as the log file is not opened until a crash occurs. WWW: https://emptyhammock.com/projects/httpd/diag/legacy_exception_hook.html |
2010-11-11T05:08:18+00:00 | www/mod_backtrace |
Collects backtraces when a child process crashes mod_backtrace is an experimental module for Apache httpd 2.x which collects backtraces when a child process crashes. Currently it is implemented only on Linux and FreeBSD, but other platforms could be supported in the future. Requirements: Apache httpd >= 2.0.49 must be built with the --enable-exception-hook configure option and mod_so enabled. Activating mod_backtrace: 1. Load it like any other DSO: LoadModule backtrace_module modules/mod_backtrace.so 2. Enable exception hooks for modules like mod_backtrace: EnableExceptionHook On 3. Choose where backtrace information should be written. If you want backtraces from crashes to be reported some place other than the error log, use the BacktraceLog directive to specify a fully-qualified filename for the log to which backtraces will be written. Note that the web server user id (e.g., "nobody") must be able to create or append to this log file, as the log file is WWW: http://people.apache.org/~trawick/exception_hook.html |
2010-11-11T03:19:27+00:00 | devel/rubygem-daemon_controller |
Library for implementing daemon management capabilities A library for implementing daemon management capabilities. WWW: https://github.com/FooBarWidget/daemon_controller/tree/master |
2010-11-10T08:15:48+00:00 | textproc/tralics |
LaTeX to XML translator Tralics is a free software whose purpose is to convert a LaTeX document into an XML file. WWW: http://www-sop.inria.fr/marelle/tralics/ |
2010-11-09T09:02:35+00:00 | sysutils/p5-Tail-Stat |
Real-time log statistics server Real-time log statistics server. WWW: https://metacpan.org/release/Tail-Stat |
2010-11-09T01:48:00+00:00 | devel/kdevelop-pg-qt |
Parser-generator from KDevplatform KDevelop-PG-Qt is a parser generator written in readable source-code and generating readable source-code. Its syntax was inspirated by AntLR. It implements the visitor-pattern and uses the Qt library. That is why it is ideal to be used in Qt-/KDE-based applications like KDevelop. WWW: http://techbase.kde.org/Development/KDevelop-PG-Qt_Introduction |
2010-11-08T21:46:57+00:00 | games/tbe |
The Butterfly Effect The Butterfly Effect is a physics game about cause and effect. You build complex mechanical systems using levers, rocket-like cola bottles and ordinary objects like tennis balls and bikes to accomplish simple tasks like toppling a Bowling Pin. This is also known as a Rube Goldberg machine or a Heath Robinson contraption. This type of game was pioneered by the game series The Incredible Machine in the 1990s. WWW: http://the-butterfly-effect.org/ |
2010-11-08T16:57:58+00:00 | net-mgmt/check_mysql_health |
Nagios plugin to check various parameters of a MySQL database Plugin to check various parameters of a MySQL database. The english site is at /en/, but not as up2date. WWW: https://labs.consol.de/de/nagios/check_mysql_health/ |
2010-11-08T13:51:36+00:00 | www/p5-Facebook-Graph |
Perl extension to integrate your apps with Facebook A fast and easy way to integrate your apps with Facebook. This is a Perl interface to the Facebook Graph API http://developers.facebook.com/docs/api. With this module you can currently query public Facebook data, query privileged Facebook data, and build a privileged Facebook application. See the TODO for all that this module cannot yet do. WWW: https://metacpan.org/release/Facebook-Graph |
2010-11-07T12:11:13+00:00 | security/openssl_tpm_engine |
OpenSSL TPM engine This is a forked version of OpenSSL TPM engine from the original upstream, TrouSerS project. This package contains two sets of code, a command-line utility used to generate a TSS key blob and write it to disk and an OpenSSL engine which interfaces with the TSS API. WWW: https://github.com/mgerstner/openssl_tpm_engine |
2010-11-07T12:10:03+00:00 | security/tpm-tools |
Provides a basic set of TPM tools tpm-tools package provides a basic TPM management suite. WWW: http://trousers.sourceforge.net |
2010-11-07T12:08:52+00:00 | emulators/tpm-emulator |
Trusted Platform Module (TPM) emulator The project aims to create a fully working Trusted Platform Module (TPM) emulator follwing the specifications of the Trusted Computing Group. The port provides a driver library libtddl which can be linked against programs providing a Trusted Software Stack to redirect TPM calls to the emulator. WWW: http://tpm-emulator.berlios.de/ |
2010-11-07T12:07:17+00:00 | security/opencryptoki |
Open PKCS\#11 implementation library openCryptoki is a PKCS#11 implementation. WWW: https://sourceforge.net/projects/opencryptoki/ |
2010-11-07T12:05:27+00:00 | security/trousers |
Open-source TCG Software Stack TrouSerS is an CPL (Common Public License) licensed Trusted Computing Software Stack. It is mostly compliant with the TSS 1.2 specification. WWW: https://sourceforge.net/projects/trousers/ |
2010-11-06T19:13:24+00:00 | audio/rubyripper |
Digital audio CD extraction tool for accurate ripping Rubyripper is a digital audio extraction tool that uses cdparanoia error correcting power and its own secure ripping algorithm to ensure that the rip is done successfully and accurately. It is very similar to and much inspired by EAC for Windows, the golden standard of CD ripping software. Some of the main features: - Graphical (GTK+2) and command line interfaces - Secure (accurate) ripping method - Editable FreeDB tag fetching - FLAC, Ogg/Vorbis, MP3, WAV format support; more codecs can be passed - Multiple codec encoding in one run - Drive offset support (http://www.accuraterip.com/driveoffsets.htm) - Playlist and cue sheet creation - Logfile with analysis of corrected and impossible to correct positions - MD5 sum for each track included in the logfile WWW: http://code.google.com/p/rubyripper/ |
2010-11-05T15:49:20+00:00 | textproc/clucene-contrib |
CLucene Contrib Code and Tools CLucene is a C++ port of Lucene: the high-performance, full-featured text search engine written in Java. CLucene is faster than lucene as it is written in C++. WWW: http://sourceforge.net/projects/clucene/ |
2010-11-05T08:24:39+00:00 | devel/py-apipkg |
Namespace control and lazy-import mechanism With apipkg you can control the exported namespace of a python package and greatly reduce the number of imports for your users. It is a small pure python module that works on virtually all Python versions, including CPython2.3 to Python3.1, Jython and PyPy. It co-operates well with Python's help() system, custom importers (PEP302) and common command line completion tools. WWW: https://bitbucket.org/hpk42/apipkg |
2010-11-05T01:14:44+00:00 | sysutils/p5-File-Log |
Simple Object Orientated Logger File::Log is a class providing methods to log data to a file. There are a number of parameters that can be passed to allow configuration of the logger. WWW: https://metacpan.org/release/File-Log |
2010-11-04T21:08:20+00:00 | www/ach |
Free, open source tool for complex research problems A software companion to a 30+ year-old CIA research methodology, Open Source Analysis of Competing Hypotheses (ACH) will help you think objectively and logically about overwhelming amounts of data and hypotheses. It can also guide research teams toward more productive discussions by identifying the exact points of contention. WWW: http://www.competinghypotheses.org/ |
2010-11-04T19:19:08+00:00 | devel/p5-Test-Inter |
Framework for more readable interactive test scripts This is another framework for writing test scripts. It is loosely inspired by Test::More, and has most of its functionality, but it is not a drop-in replacement. WWW: https://metacpan.org/release/Test-Inter |
2010-11-04T19:17:48+00:00 | games/opensfx |
Free alternative sounds for OpenTTD game engine OpenSFX is free alternative sounds for OpenTTD game engine. WWW: https://github.com/OpenTTD/OpenSFX |
2010-11-04T19:17:44+00:00 | games/openmsx |
Free alternative music for OpenTTD game engine OpenMSX is free alternative music for OpenTTD game engine. WWW: https://github.com/OpenTTD/OpenMSX |
2010-11-04T19:17:39+00:00 | games/opengfx |
Free alternative graphics for OpenTTD game engine OpenGFX is free alternative graphics for OpenTTD game engine. WWW: https://github.com/OpenTTD/OpenGFX |
2010-11-04T05:20:41+00:00 | devel/pear-HTML_QuickForm_Renderer_Tableless |
Implementation of Tableless Renderer for HTML_QuickForm Replacement for the default renderer of HTML_QuickForm that uses only XHTML and CSS but no table tags, and generates fully valid XHTML output. WWW: https://pear.php.net/package/HTML_QuickForm_Renderer_Tableless |
2010-11-04T05:13:17+00:00 | databases/pecl-dbase |
dBase database file access functions for PHP These functions allow you to access records stored in dBase-format (dbf) databases from within PHP. |
2010-11-04T00:57:22+00:00 | lang/rexx-regutil |
Implementation of IBM's RexxUtil function library for Regina RegUtil is an implementation of IBM's RexxUtil for Regina. According to the author, it is not complete; however, it implements a large number of the RexxUtil functions, and is very useful. Note that any scripts which load RegUtil must be run with the 'regina' command, rather than 'rexx'; the latter does not support the use of external function packages. WWW: http://pages.interlog.com/~pjtm/ |
2010-11-03T16:34:25+00:00 | devel/py-sysv_ipc |
System V IPC for Python Sysv_ipc gives Python programs access to System V semaphores, shared memory and message queues. WWW: http://semanchuk.com/philip/sysv_ipc/ |
2010-11-03T08:06:45+00:00 | textproc/p5-XML-Entities |
Generic classes for simplistic and perlish handling of XML data XML::Entities provides a mapping from the standard XML entities to their Unicode characters. A function for decoding is provided. The mapping can be generated from a DTD file with entity definitions. WWW: https://metacpan.org/release/XML-Entities |
2010-11-02T17:39:02+00:00 | devel/eclipse-eclemma |
Java code coverage tool for Eclipse EclEmma is a free Java code coverage tool for Eclipse, available under the Eclipse Public License. Internally it is based on the great EMMA Java code coverage tool, trying to adopt EMMA's philosophy for the Eclipse workbench. WWW: http://www.eclemma.org/ |
2010-11-02T09:51:12+00:00 | sysutils/pam_mount |
PAM module that can mount volumes for a user session pam_mount is a Pluggable Authentication Module that can mount volumes for a user session. This module is aimed at environments with central file servers that a user wishes to mount on login and unmount on logout, such as (semi-)diskless stations where many users can logon and where statically mounting the entire /home from a server is a security risk, or listing all possible volumes in /etc/fstab is not feasible. WWW: http://pam-mount.sourceforge.net/ |
2010-11-02T07:18:55+00:00 | www/p5-Plack-Middleware-AddDefaultCharset |
Perl extension to port Apache2 AddDefaultCharset for Plack Plack::Middleware::AddDefaultCharset is a port of the AddDefaultCharset configuration directive of the Apache HTTP server. WWW: https://metacpan.org/release/Plack-Middleware-AddDefaultCharset |
2010-11-02T03:31:50+00:00 | www/p5-Plack-Middleware-Status |
Perl extension to map urls to status code-driven responses for Plack Plack Middleware for mapping urls to status code-driven responses. WWW: https://metacpan.org/release/Plack-Middleware-Status |
2010-11-01T20:45:55+00:00 | net-mgmt/nagvis |
Visualization addon for Nagios NagVis is a visualization addon for the well known network managment system Nagios. NagVis can be used to visualize Nagios Data, e.g. to display IT processes like a mail system or a network infrastructure. Key features * Display of single Hosts and Services * Visualize a complete Host- or Servicegroup with one icon * Display the summary state of a Host and all its services * Display only the real problems * Sub-map icons which represent a complete NagVis Map in one icon * Visualization of complete IT processes using self drawn graphics * Online documentation of IT environments including current states * Multilingual capabilities * Web configuration interface (WUI) WWW: http://www.nagvis.org/ |
2010-11-01T14:11:20+00:00 | sysutils/hextools |
Useful tools for dealing with hex files reversible hexdump is a hexdump/hex2bin-toolkit that dumps to a special readable and reversible hexadecimal byte-dump, where you can not only change bytes, but also insert or delete bytes. It has a flush-switch, where it will output hexbytes for each single char it reads. This is especially useful for watching output from slow devices (e.g., serial devices like mice). The hex2bin-utility (the reverse-hexdump) not only accepts hexbytes for input, but also double-quoted strings with most of the escape-chars known from C and makes good attempts at undumping even hexdumps with repetition-lines (a "*" on its own line). It's written in ANSI C. WWW: http://gnuwin32.sourceforge.net/packages/hextools.htm |
2010-11-01T13:52:47+00:00 | misc/amanda-perl-wrapper |
Perl wrapper to use with Amanda (with libthr.so.* linked) Simple wrapper for perl5 with LD_PRELOAD=libthr. |
2010-11-01T12:47:33+00:00 | devel/ros_tutorials |
Robot Operating System - tutorials ros_tutorials contains packages that demonstrate various features of ROS, as well as support packages which help demonstrate those features. This includes using messages, servers, parameters, etc. This package accompagnies the tutorials at http://www.rog.org/wiki/ROS/Tutorials WWW: http://www.ros.org/wiki/ros_tutorials |
2010-11-01T03:17:14+00:00 | devel/rubygem-holidays |
Collection of Ruby methods to deal with statutory and other holidays The Ruby Holidays Gem allows you to look up holidays in multiple regions based on customisable definition lists. It also extends Ruby's built-in Date class. WWW: https://github.com/holidays/holidays |
2010-11-01T03:04:40+00:00 | devel/bzr-git |
Plugin for bzr to work with git trees bzr-git is a plugin for bzr to work with git trees. All operations except for "push" are supported. WWW: https://launchpad.net/bzr-git |
2010-10-30T23:27:31+00:00 | net/liboauth |
C library implementing the OAuth Core standard OAuth is an open protocol to allow secure API authorization in a simple and standard method from desktop and web applications. liboauth is a collection of POSIX-c functions implementing the OAuth Core RFC 5849 standard. liboauth provides functions to escape and encode parameters according to OAuth specification and offers high-level functionality to sign requests or verify OAuth signatures as well as perform HTTP requests. WWW: http://liboauth.sourceforge.net/ |
2010-10-30T21:23:47+00:00 | audio/mangler |
Ventrilo VOIP compatible client Mangler is an open source VOIP client capable of connecting to Ventrilo 3.x servers. WWW: http://www.mangler.org |
2010-10-30T21:22:50+00:00 | x11-themes/gtk-equinox-engine |
Equinox GTK+ 2.x engine and themes A heavily modified version of the beautiful Aurora engine 1.4. WWW: http://gnome-look.org/content/show.php?content=121881 |
2010-10-29T13:31:41+00:00 | devel/dragon |
Combined C++ scanner/parser generator for LR compliant grammars Combined scanner/parser generator for LR compliant grammar definitions. The generated C++ parser class is used as a super class from which a parser implementation class must be derived. The implementation class implements the scanner feed methods but also all required semantic action method. dragon has been used for several large projects with complex grammar definitions (about 200 productions/ 80 tokens ). Since for those grammar defintions, the analyse phase to build up the parse table is quite CPU intensive, it is recommended to use state of the art hardware. dragon requires the base package to get compiled but also for the compilation of the generated C++ code. It can be used for databases/cego and probably other applications. Many more details are available at: WWW: http://www.lemke-it.com/ |
2010-10-29T10:37:59+00:00 | devel/pep8 |
Python style guide checker pep8 is a tool to check your Python code against some of the style conventions in PEP 8. WWW: https://pypi.org/project/pep8/ |
2010-10-29T06:32:40+00:00 | devel/p5-perlbrew |
Perl Environment manager perlbrew is a program to automate the building and installation of perl in the users HOME. By default, it installs everything to $ENV{HOME}/perl5/perlbrew, and requires you to tweak your PATH by including a bashrc/cshrc file it provides. You then can benefit from not having to run 'sudo' commands to install cpan modules because those are installed inside your HOME too. It's a completely separate perl environment. WWW: http://search.cpan.org/dist/App-perlbrew/ |
2010-10-29T00:55:21+00:00 | graphics/uniconvw |
Gtk+ frontend for UniConvertor Gtk+ frontend for UniConvertor - a universal vector graphics translator. WWW: https://sk1project.net/ |
2010-10-28T16:14:05+00:00 | textproc/p5-CSS-Simple |
Interface through which to read/write/manipulate CSS files CSS::Simple is an interface through which to read/write/manipulate CSS files while respecting the cascade order. WWW: https://metacpan.org/release/CSS-Simple |
2010-10-28T13:20:08+00:00 | math/py-apgl |
Fast python graph library with some machine learning features Another Python Graph Library is a simple, fast and easy to use graph library with some machine learning features. The main features are as follows: * Directed, undirected and multigraphs designed under a hierarchical class structure * Sparse and Dense graph structures using numpy and scipy for fast linear algebra computations * Many operations on graphs such as subgraphs, search, Floyd-Warshall, Dijkstras algorithm * Erdos-Renyi, Small-World and Albert-Barabasi random graphs * Write to Pajek, and simple CSV files * Some machine learning features - data preprocessing, kernels, PCA, KCCA, wrappers for LibSVM, and some mlpy learning algorithms * Unit tested using the Python unittest framework WWW: http://packages.python.org/apgl/ |
2010-10-28T09:37:55+00:00 | www/kplaylist |
PHP based music database kPlaylist is a free PHP system that makes your music collection available via the Internet. kPlaylist is a music database that you manage via the web. With kPlaylist you can stream your music (ogg, mp3, wav, wma, etc.), you can upload, make playlists, share, search, download and a lot more. WWW: http://www.kplaylist.net/ |
2010-10-27T13:18:13+00:00 | mail/imaptools |
Tools and scripts to use with IMAP servers A number of tools and scripts for use with IMAP servers. WWW: http://www.athensfbc.com/imap_tools/ |
2010-10-27T10:40:13+00:00 | www/jinzora |
Web based media streaming and management system Jinzora is the premiere web based media management system. It allows you to easily stream your media, both audio and video from your webserver to virtualy any media player that supports streaming (WMP, Winamp, Foobar, XMMS, iTunes, etc). WWW: http://www.jinzora.com/ |
2010-10-27T01:26:24+00:00 | dns/pear-Net_DNS2 |
PHP5 Resolver library used to communicate with a DNS server pear-Net_DNS2 provides (roughly) the same functionality as Net_DNS, but using PHP5 objects, exceptions for error handling, better sockets support. This release is (in most cases) 2x - 10x faster than Net_DNS, as well as includes more RR's (including DNSSEC RR's), and improved sockets and streams support. WWW: https://pear.php.net/package/Net_DNS2 |
2010-10-27T00:27:31+00:00 | graphics/sk1libs |
Set of python libraries for sK1 Project sk1libs is a set of python libs for sK1 Project. The package includes multiplatform non-GUI extensions which are usually native extensions. WWW: https://sk1project.net/ |
2010-10-26T14:28:21+00:00 | www/node-devel |
V8 JavaScript for client and server node - evented I/O for V8 javascript WWW: http://nodejs.org/ |
2010-10-26T02:41:58+00:00 | net/samba35 |
A free SMB and CIFS client and server for UNIX The Samba suite is a set of programs which run under the FreeBSD operating system. These programs deliver most of the important functionality of a Microsoft Lan Manager server. That is, they support remote access to FreeBSD filespace and FreeBSD printers from Lan Manager compatible clients. In practical terms, this means that such clients can connect to and use FreeBSD filespace as if it was a local disk drive, or FreeBSD printers as if they were local printers. Some of the most popular Lan Manager compatible clients include Lan Manager itself, Windows for Workgroups, OS/2 and Windows NT. WWW: http://www.samba.org/ |
2010-10-25T18:03:59+00:00 | x11-fonts/proggy_fonts-ttf |
The perfect monospaced bitmap programming fonts, TTF version The proggy programmer's fonts (Proggy Clean, Proggy Square, Proggy Small, and Proggy Tiny) are a set of fixed-width screen fonts that are designed for code listings. Each font only comes in one size that it looks good at. The fonts were optimized while coding in C or C++. For this reason, characters like the '*' were placed vertically centered, as '*' usually means dereference or multiply, but never 'to the power of' like in Fortran. The {}s are centered horizontally (as the author's coding style aligns braces vertically), the zero looks different from the capital oh, and there is never any confusion between ells, ones, and eyes. Additionally, the arithmetic operators (+ - * < >) are all axis aligned. WWW: http://upperbounds.net/ |
2010-10-25T15:08:10+00:00 | devel/dissy |
Graphical frontend to the objdump disassembler Dissy is a graphical frontend to the objdump disassembler. Dissy can be used for debugging and browsing compiler-generated code. WWW: https://github.com/SimonKagstrom/dissy |
2010-10-25T13:13:41+00:00 | net/hexinject |
Versatile packet injector and sniffer HexInject is a very versatile packet injector and sniffer, that provide a command-line framework for raw network access. It's designed to work together with others command-line utilities, and for this reason it facilitates the creation of powerful shell scripts capable of reading, intercepting and modifying network traffic in a transparent manner. WWW: http://hexinject.sourceforge.net |
2010-10-25T06:18:51+00:00 | multimedia/mkclean |
Clean and optimize Matroska and WebM files mkclean is a command line tool to clean and optimize Matroska files that have already been muxed. WWW: https://www.matroska.org/downloads/mkclean.html |
2010-10-25T04:20:23+00:00 | net/wackford-squeers |
Plain text network hypertext server and client Wackford and Squeers are the client and server, respectively, of the SHYTE plain text network hypertext system. SHYTE is a plain text alternative to the web. The very first SHYTE site may be visited via wackford at <mammothcheese.ca/root>. SHYTE is _S_imple _HY_per_TE_xt. Read the wackford(1), squeers(8), and shyte(5) manuals for details. WWW: http://www.mammothcheese.ca/ |
2010-10-22T09:13:00+00:00 | devel/ros_comm |
Robot Operating System - communication-related utilities The ros_comm stack contains the ROS middleware/communications packages. This packages are collectively known as the ROS "Graph" layer. They provide implementations and tools for topics, nodes, services, and parameters. This includes the supported ROS client libraries: roscpp, rospy, and roslisp. WWW: http://www.ros.org/wiki/ros_comm |
2010-10-22T09:13:00+00:00 | devel/ros |
Robot Operating System - core utilities Robot Operating System (ROS) is a meta-operating system for your robot. It provides several services for a robot control system, including but not limited to: * language-independent and network-transparent communication * hardware abstraction * low-level device control * implementation of commonly-used functionality * message-passing between processes * package management * visualizers This port provides the core part of ROS: the base system and the tools to develop additional nodes. These additional nodes can be installed manually or via the Ports Collection. WWW: http://www.ros.org/wiki/ros |
2010-10-22T09:13:00+00:00 | devel/ros-rx |
Robot Operating System - GUI related tools The rx stack contains GUI-related tools for using ROS, including: * rxbag: ROS bag recording, playback and visualization * rxgraph: ROS graph visualization * rxplot: ROS topic data visualization * rxconsole: ROS/rosout logging output WWW: http://www.ros.org/wiki/rx |
2010-10-22T09:13:00+00:00 | devel/ros-documentation |
Robot Operating System - documentation utilities The documentation stack houses documentation tools for ROS. This stack exists separately from the main ros stack in order to minimize heavyweight dependencies, such as Doxygen, LaTeX, Epydoc, and Sphinx. WWW: http://www.ros.org/wiki/documentation |
2010-10-21T09:07:53+00:00 | graphics/p5-Graphics-GnuplotIF |
Dynamic Perl interface to gnuplot Graphics::GnuplotIF is a simple and easy to use dynamic Perl interface to gnuplot. gnuplot is a freely available, command-driven graphical display tool for Unix. WWW: https://metacpan.org/release/Graphics-GnuplotIF |
2010-10-20T21:31:54+00:00 | net-mgmt/p5-Nagios-Object |
Perl objects to represent Nagios configuration Nagios::Object - Creates perl objects to represent Nagios objects WWW: https://metacpan.org/release/Nagios-Object |
2010-10-20T09:09:33+00:00 | sysutils/zfs-stats |
Display human-readable ZFS statistics zfs-stats displays ZFS statistics in human-readable format including ARC, L2ARC, zfetch (DMU) and vdev cache statistics. This script is a fork of Jason J. Hellenthal's <jhell@DataIX.net> arc_summary.pl: http://code.google.com/p/jhell/ WWW: http://www.vx.sk/zfs-stats/ |
2010-10-20T08:43:59+00:00 | www/p5-URI-Encode |
Simple URI Encoding/Decoding This modules provides simple URI (Percent) encoding/decoding. WWW: https://metacpan.org/release/URI-Encode |
2010-10-20T08:17:42+00:00 | devel/p5-File-Path-Tiny |
Lightweight File::Path alternative Provides recursive versions of mkdir() and rmdir() with as little code and overhead as possible. WWW: https://metacpan.org/release/File-Path-Tiny |
2010-10-19T18:09:06+00:00 | devel/p5-Perl-Unsafe-Signals |
Allow unsafe handling of signals in selected blocks In Perl 5.8.0 the so-called "safe signals" were introduced. This means that Perl no longer handles signals immediately but instead "between opcodes", when it is safe to do so. The earlier immediate handling easily could corrupt the internal state of Perl, resulting in mysterious crashes. It's possible since perl 5.8.1 to globally disable this feature by using the PERL_SIGNALS environment variables (as specified in "PERL_SIGNALS" in perlrun); but there's no way to disable it locally, for a short period of time. That's however something you might want to do, if, for example, your Perl program calls a C routine that will potentially run for a long time and for which you want to set a timeout. This module therefore allows you to define UNSAFE_SIGNALS blocks in which signals will be handled "unsafely". WWW: https://metacpan.org/release/Perl-Unsafe-Signals |
2010-10-19T15:50:02+00:00 | ports-mgmt/distilator |
Command-line script to check the availability of a ports distfiles A command-line script to check the availability of a FreeBSD ports distfiles in parallel. WWW: https://critical.ch/distilator/ |
2010-10-19T14:53:51+00:00 | www/py-surl |
URL shortening command line application surl is a URL shortening command line application that supports various sites. It supports stdin or filename input. It grabs the URLs, converts them, and returns the same text that was used in the input. It is known to work with a wealth of services, such as bit.ly, goo.gl, tinyurl.com and tr.im. WWW: https://launchpad.net/surl |
2010-10-19T11:00:55+00:00 | math/libtsnnls |
Fast Sparse Nonnegative Least Squares Solver libtsnnls is a fast solver for least-squares problems in the form Ax = b under the constraint that all entries in the solution vector x are non-negative. WWW: http://www.jasoncantarella.com/webpage/index.php?title=Tsnnls |
2010-10-19T02:47:42+00:00 | devel/p5-Git-Repository |
Perl interface to Git repositories Git::Repository is a Perl interface to Git, for scripted interactions with repositories. It's a low-level interface that allows calling any Git command, whether porcelain or plumbing, including bidirectional commands such as git commit-tree. A Git::Repository object simply provides context to the git commands being run. Is it possible to call the command()and run() methods against the class itself, and the context (typically current working directory) will be obtained from the options and environment. WWW: https://metacpan.org/release/Git-Repository |
2010-10-19T00:28:57+00:00 | net/p5-Net-CascadeCopy |
Rapidly propagate files to many servers in multiple locations This module implements a scalable method of quickly propagating files to a large number of servers in one or more locations via rsync or scp. This module and the included script, ccp, take a much more efficient approach that is O(log n). Once the file(s) are been copied to a remote server, that server will be promoted to be used as source server for copying to remaining servers. Thus, the rate of transfer increases exponentially rather than linearly. Servers can be specified in groups (e.g. datacenter) to prevent copying across groups. This maximizes the number of transfers done over a local high-speed connection (LAN) while minimizing the number of transfers over the WAN. The number of multiple simultaneous transfers per source point is configurable. The total number of simultaneously forked processes is limited via Proc::Queue, and is currently hard coded to 32. WWW: https://metacpan.org/release/Net-CascadeCopy |
2010-10-19T00:28:31+00:00 | devel/p5-Class-Std-Utils |
Utility subroutines for building "inside-out" objects This module provides three utility subroutines that simplify the creation of "inside-out" classes. See Chapters 15 and 16 of "Perl Best Practices" (O'Reilly, 2005) for details. WWW: https://metacpan.org/release/Class-Std-Utils |
2010-10-18T19:06:23+00:00 | devel/bzr-colo |
Plugin for bzr to support colocated branches In order to provide a faster and simpler working model, this plugin tries to support a configuration similar to git and Mercurial's colocated branches, where there is a single working tree that can be switched between multiple branches that all co-exist in the same directory. This working model is entirely possible using Bazaar's existing technology, and this plugin aims to make it as simple as possible to use that model. WWW: https://launchpad.net/bzr-colo |
2010-10-17T12:47:23+00:00 | german/mediathek |
Filme der oeff. rechtlichen Sender herunterladen und ansehen Mediathek searches the archives of several German speakingTV stations (ARD, ZDF, Arte, 3Sat, MDR, NDR, ORF, SF), downloads, manages and plays their archived video footage and podcasts. -- Das Programm durchsucht die Mediathek verschiedener Sender (ARD, ZDF, Arte, 3Sat, MDR, NDR, ORF, SF), laedt Beitraege mit einem Programm eigener Wahl und kann Themen als Abos anlegen und neue Beitraege automatisch downloaden. Es gibt auch eine Moeglichkeit, Podcast zu verwalten und zu downloaden. WWW: http://zdfmediathk.sourceforge.net/ |
2010-10-17T00:45:25+00:00 | databases/p5-DBIx-DBHResolver |
Perl extension to resolve DB connection with many database servers DBIx::DBHResolver resolves database connection on the environment has many database servers. The resolution algorithm is extensible and pluggable, because of this you can make custom strategy module easily. This module can retrieve DBI's database handle object or connection information (data source, user, credential...) by labeled name and treat same cluster consists many nodes as one labeled name, choose fetching strategy. WWW: https://metacpan.org/release/DBIx-DBHResolver |
2010-10-16T19:51:03+00:00 | games/colorcode |
Advanced MasterMind game and solver ColorCode is a free advanced MasterMind clone with lots of different game variants, from the very easy up to really challenging ones. You can combine any color count from 2-10 with any column count from 2-5 and allow or not pegs of the same color. Or you may select one of the 5 predefined levels of difficulty. ColorCode has also a rather intelligent built-in MasterMind solver. WWW: http://colorcode.laebisch.com/ |
2010-10-16T07:03:34+00:00 | databases/p5-DBIx-Connector |
Perl extension for fast, safe DBI connection management DBIx::Connector provides a simple interface for fast and safe DBI connection and transaction management. Connecting to a database can be expensive; you don't want your application to re-connect every time you need to run a query. The efficient thing to do is to hang on to a database handle to maintain a connection to the database in order to minimize that overhead. DBIx::Connector lets you do that without having to worry about dropped or corrupted connections. WWW: https://metacpan.org/release/DBIx-Connector |
2010-10-15T04:56:04+00:00 | deskutils/sshmenu |
GNOME panel applet for managing ssh connections SSHMenu is a GNOME panel applet that keeps all your regular SSH connections within a single mouse click WWW: http://sshmenu.sourceforge.net/ |
2010-10-14T00:58:43+00:00 | devel/p5-ReadLine-TTYtter |
Perl5 module for Term::ReadLine allowing rich editing ReadLine::TTYtter is a fork of the Term::ReadLine::Perl module, allowing to edit a command line. This module have UTF-8 support, let erase or repaint the prompt and to hook a process to further line control. WWW: http://search.cpan.org/dist/Term-ReadLine-TTYtter/ |
2010-10-13T18:54:31+00:00 | www/chromium |
Google web browser based on WebKit Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web. The Chromium website contains design documents, architecture overviews, testing information, and more to help you learn to build and work with the Chromium source code. WWW: https://www.chromium.org/Home |
2010-10-13T16:41:24+00:00 | lang/libobjc2 |
Replacement Objective-C runtime supporting modern Objective-C features Replacement for the GNU Objective-C runtime supporting the features of modern dialects of Objective-C for use with GNUstep and other Objective-C programs. This runtime is based on the Etoile Objective-C Runtime, an earlier research prototype, and includes support for non-fragile instance variables, type-dependent dispatch, and object planes. It is fully compatible with the FSF's GCC Objective-C ABI and also implements a new ABI that is supported by Clang and is required for some of the newer features. |
2010-10-12T06:21:13+00:00 | www/trac-announcer |
A plugin for making user-customizable notifications The AnnouncerPlugin is meant to provide an extensible, user-customizable notification system that can be used to completely replace Trac's default notifications. WWW: http://trac-hacks.org/wiki/AnnouncerPlugin |
2010-10-12T03:11:42+00:00 | devel/rubygem-pkg-config |
pkg-config implementation for Ruby A pkg-config implementation for Ruby WWW: https://github.com/ruby-gnome/pkg-config |
2010-10-12T02:54:01+00:00 | devel/py-pycerberus |
Highly flexible, no magic input validation library Pycerberus is a framework to check user data thoroughly so that you can protect your application from malicious (or just garbled) input data. * Remove stupid code which converts input values: After values are validated, you can work with real Python types instead of strings - e.g. 42 instead of '42', convert database IDs to model objects transparently. * Implement custom validation rules: Writing custom validators is straightforward, everything is well documented and pycerberus only uses very little Python magic. * Focus on your value-adding application code: Save time by implementing every input validation rule only once, but 100% right instead of implementing a dozen different half-baked solutions. * Ready for global business: i18n support (based on GNU gettext) is built in, adding custom translations is easy. * Tune it for your needs: You can implement custom behavior in your validators, e.g. fetch translations from a database instead of using gettext or define custom translations for built-in validators. * Use it wherever you like: pycerberus is used in a SMTP server, trac macros as well as web applications - there are no dependecies on a specific context like web development. WWW: http://www.schwarz.eu/opensource/projects/pycerberus |
2010-10-11T21:20:56+00:00 | lang/rubinius |
LLVM based ruby language implementation Rubinius is an implementation of the Ruby programming language. The Rubinius bytecode virtual machine is written in C++, incorporating LLVM to compile bytecode to machine code at runtime. The bytecode compiler and vast majority of the core classes are written in pure Ruby. To interact with the rest of the system, the VM provides primitives which can be attached to methods and invoked. Additionally, FFI provides a direct call path to most C functions. Rubinius uses a precise, compacting, generational garbage collector. It includes a compatible C-API for C extensions written for the standard Ruby interpreter (often referred to as MRI Matz's Ruby Implementation). WWW: https://rubinius.com/ |
2010-10-11T18:25:02+00:00 | mail/p5-Email-Sender-Transport-SQLite |
Deliver mail to an SQLite db for testing This transport makes deliveries to an SQLite database, creating it if needed. The SQLite transport is intended for testing programs that fork or that otherwise can't use the Test transport. It is not meant for robust, long-term storage of mail. WWW: https://metacpan.org/release/Email-Sender-Transport-SQLite |
2010-10-11T08:20:25+00:00 | devel/p5-Log-Any-Adapter-Syslog |
Send Log::Any logs to syslog Log::Any is a generic adapter for writing logging into Perl modules; this adapter uses the Unix::Syslog module to direct that output into the standard Unix syslog system. WWW: http://search.cpan.org/dist/Log-Any-Adapter-Syslog/ |
2010-10-11T02:14:48+00:00 | www/p5-WebService-GData |
Google data protocol v2 base object to inherit from WebService::GData is a blueprint that you should inherit and extend. It offers a basic hashed based object creation via the word new. All sub classes should be hash based. If you want to pock into the instance, it's easy but everything that is not documented should be considered private. If you play around with undocumented properties/methods and that it changes, upgrading to the new version with all the extra new killer features will be very hard to do. WWW: https://metacpan.org/release/WebService-GData |
2010-10-11T02:09:53+00:00 | devel/pear-Validate_US |
PEAR data validation class for US A PEAR data validation class for US. The package includes SSN, Postal Code, Regions (States), Phone Numbers. WWW: https://pear.php.net/package/Validate_US |
2010-10-11T01:55:13+00:00 | graphics/py-openexr |
Python module for ILM's OpenEXR image format and library OpenEXR is an image format developed by ILM. Its main innovation is support for high dynamic range; it supports floating point pixels. This Python module provides bindings for the OpenEXR C++ libraries. They allow you to read and write OpenEXR files from Python. WWW: http://www.excamera.com/sphinx/articles-openexr.html |
2010-10-10T18:50:32+00:00 | www/xpi-tagzilla |
Lets you add a tagline to the end of an email or newsgroup posting TagZilla is an add-on to Mozilla that lets you add a tagline, random or specifically chosen by you, to the end of an email or newsgroup posting, or to the clipboard for pasting into a Web-based email or message board. What is a tagline? A tagline is a one-line joke, witticism, factoid, what have you. It can be about any subject (although it's good to ensure it's appropriate to the forum in question). The random quotes that can be found at the end of web pages like Slashdot or the MozDev home page could be considered taglines. WWW: http://tagzilla.mozdev.org/ |
2010-10-10T18:50:02+00:00 | www/xpi-jslib |
Library of common useful routines for XPI developers Mozilla gives a great flexibility and power to Javascript. This popular client side scripting language can be used to create application level logic and services for cross platform application development. By creating libraries of common useful routines, application developers can focus on creating original functionality for their own applications instead of dealing w/ complex xpconnect wrapper objects and worrying about which IDL methods do what and which are implemented on what platforms. Goal: jslib has a simple goal, "Make life easier for Mozilla Application Development by creating logical, easy to use API's for general purpose routines that lend themselves to living in library code." WWW: http://jslib.mozdev.org/ |
2010-10-10T12:51:06+00:00 | devel/p5-Method-Signatures-Simple |
Basic method declarations with signatures, without source filters Basic method declarations with signatures, without source filters WWW: https://metacpan.org/release/Method-Signatures-Simple |
2010-10-10T11:04:23+00:00 | www/p5-POEx-Role-PSGIServer |
Perl extension for encapsulated PSGI server behaviors for POE POEx::Role::PSGIServer encapsulates the core PSGI server behaviors into an easy to consume and extend role. It is based on previous POEx work such as POEx::Role::TCPServer which provides basic TCP socket multiplexing via POE::Wheel::SocketFactory and POE::Wheel::ReadWrite, and POEx::Role::SessionInstantiation which transforms plain Moose objects into POE sessions. WWW: https://metacpan.org/release/POEx-Role-PSGIServer |
2010-10-10T05:56:04+00:00 | net/p5-POEx-Role-TCPServer |
Perl extension for TCPServer Moose role on POE POEx::Role::TCPServer bundles up the lower level SocketFactory/ReadWrite combination of wheels into a simple Moose::Role. It builds upon other POEx modules such as POEx::Role::SessionInstantiation and POEx::Types. The events for SocketFactory for and for each ReadWrite instantiated are methods that can be advised in any way deemed fit. Advising these methods is actually encouraged and can simplify code for the consumer. The only method that must be provided by the consuming class is handle_inbound_data. WWW: https://metacpan.org/release/NPEREZ/POEx-Role-TCPServer-1.102740 |
2010-10-10T05:40:39+00:00 | devel/p5-POEx-Role-Streaming |
Perl extension for streaming from one filehandle to another POEx::Role::Streaming provides a common idiom for streaming data from one filehandle to another. It accomplishes this by making good use of sysread and POE::Wheel::ReadWrite. This Role errs on the side of doing as many blocking reads of the "input_handle" as possible up front (until the high water mark is hit on the Wheel). If this default isn't suitable for the consumer, simply override "get_data_from_input_handle". After Streamer has exhausted the source, and flushed the last of the output, it will clean up after itself by closing the wheel, the handles, and sending all of them out of scope. If an exception happens, it will clean up after itself, and let the DIE signal propagate. WWW: https://metacpan.org/release/NPEREZ/POEx-Role-Streaming-1.102610 |
2010-10-10T01:15:10+00:00 | devel/p5-POEx-Role-SessionInstantiation |
Perl extension of Moose role for turning objects into POE sessions POEx::Role::SessionInstantiation provides a nearly seamless integration for non-POE objects into a POE environment. It does this by handling the POE stuff behind the scenes including allowing per instances method changes, session registration to the Kernel, and providing some defaults like setting an alias if supplied via the attribute or constructor argument, or defining a _default that warns if your object receives an event that it does not have. This role exposes your class' methods as POE events. WWW: https://metacpan.org/release/NPEREZ/POEx-Role-SessionInstantiation-1.102610 |
2010-10-10T00:36:34+00:00 | devel/p5-MooseX-CompileTime-Traits |
Perl extension to allow compile time traits for classes/roles MooseX::CompileTime::Traits allows role application at compile time via use statements. What this class does is provide an import method that will apply each of the roles (along with any arguments for parameterized roles). Roles and their arguments should be provided as an ArrayRef of tuples. Simply 'with' the role to gain the functionality. WWW: https://metacpan.org/release/MooseX-CompileTime-Traits |
2010-10-09T22:29:11+00:00 | devel/qconf |
Tool to create configure script for qmake-based project QConf allows you to have a nice configure script for your qmake-based project. It is intended for developers who don't need (or want) to use the more complex GNU autotools. With qconf/qmake, it is easy to maintain a cross-platform project that uses a familiar configuration interface on Unix. WWW: https://github.com/psi-im/qconf |
2010-10-09T18:10:19+00:00 | deskutils/xfce4-volstatus-icon |
Notification area icon that allows safe removal of removable devices xfce4-volstatus-icon is a program that sits around and does nothing until a removable device is inserted. It becomes an icon in the systray, which allows you to unmount/eject this device. WWW: http://goodies.xfce.org/projects/applications/xfce4-volstatus-icon |
2010-10-09T15:20:04+00:00 | devel/p5-POEx-Types |
Perl extension to provide MooseX::Types types for modern POE This modules exports the needed subtypes, and coercions for POEx modules and is based on Sub::Exporter, so see that module for options on importing. WWW: https://metacpan.org/release/NPEREZ/POEx-Types-1.100910 |
2010-10-08T23:37:46+00:00 | audio/pianobar |
Command-line Pandora online radio player pianobar is a free/open-source, console-based client for the personalized online radio Pandora. It offers the following features: - Play and manage stations (create, add music, delete, rename, etc.) - Rate songs and explain why they have been selected - Upcoming songs/song history - Customize key bindings and text output - Remote control and eventcmd interface (e.g., send tracks to last.fm) - Proxy support for listeners outside the USA WWW: https://6xq.net/pianobar/ |
2010-10-08T20:14:58+00:00 | x11/cl-clx |
X11 client library for Common Lisp CLX is to Common Lisp as Xlib is to C - it provides low-level X calls on top of which a Graphics Toolkit can be based. WWW: http://www.cliki.net/CLX |
2010-10-08T20:14:58+00:00 | x11/cl-clx-sbcl |
X11 client library for Common Lisp CLX is to Common Lisp as Xlib is to C - it provides low-level X calls on top of which a Graphics Toolkit can be based. This package contains the fasl files generated by SBCL. WWW: http://www.cliki.net/CLX |
2010-10-08T17:49:58+00:00 | astro/gpxloggerd |
Daemon that connects to the GPSD daemon and logs GPS traces The gpxloggerd is a tiny daemon that connects to gpsd(8) and logs received fix information in the GPX format. |
2010-10-08T14:21:50+00:00 | net/p5-Net-TcpDumpLog |
Read tcpdump/libpcap network packet logs Read tcpdump/libpcap network packet logs. WWW: https://metacpan.org/release/Net-TcpDumpLog |
2010-10-08T10:59:20+00:00 | www/p5-HTML-Declare |
Very simple micro language to generate HTML HTML::Declare is a very simple micro language to generate HTML. WWW: https://metacpan.org/release/HTML-Declare |
2010-10-08T07:19:54+00:00 | graphics/commons-utilities |
Wikimedia Commons (MediaWiki) utilities for bulk image uploading This is a port for Wikimedia Commons, or MediaWiki similar installations power users, to allow bulk images upload to a wiki from the command line. * commons-csv-creator allows to get metadata from images Exif tags * commons-upload allows to upload in batch images to Wikimedia Commons or MediaWiki site WWW: https://bitbucket.org/dereckson/commons-utilities |
2010-10-08T06:51:16+00:00 | devel/p5-Object-Pluggable |
Base class for creating plugin-enabled objects Object::Pluggable is a base class for creating plugin enabled objects. It is a generic port of POE::Component::IRC's plugin system. If your object dispatches events to listeners, then Object::Pluggable may be a good fit for you. WWW: https://metacpan.org/release/Object-Pluggable |
2010-10-07T15:45:18+00:00 | devel/php5-thrift |
PHP interface to Thrift PHP interface to Thrift. WWW: http://thrift.apache.org/ |
2010-10-07T08:44:28+00:00 | lang/gnustep-libobjc |
GNUstep Objective-C runtime for GCC and LLVM GNUstep Objective-C Runtime The GNUstep Objective-C runtime is designed as a drop-in replacement for the GCC runtime. It supports both a legacy and a modern ABI, allowing code compiled with old versions of GCC to be supported without requiring recompilation. The modern ABI adds the following features: - Non-fragile instance variables. - Protocol uniquing. - Object planes support. - Declared property introspection. Both ABIs support the following feature above and beyond the GCC runtime: - The modern Objective-C runtime APIs, introduced with OS X 10.5. - Blocks (closures). - Low memory profile for platforms where memory usage is more important than speed. - Synthesised property accessors. - Efficient support for @synchronized() - Type-dependent dispatch, eliminating stack corruption from mismatched selectors. LICENSE: MIT |
2010-10-07T00:21:56+00:00 | devel/p5-Parallel-Iterator |
Simple parallel execution This module provides a 'parallel map'. Multiple worker processes are forked so that many instances of the transformation function may be executed simultaneously. WWW: https://metacpan.org/release/Parallel-Iterator |
2010-10-06T12:42:24+00:00 | textproc/ruby-rttool |
RT into HTML and plain text converter RT is a simple and human-readable table format. RTtool is a converter from RT into various formats. RT can be incorporated into RD. At this time, RTtool can convert RT into HTML and plain text. To convert into plain text, you need w3m. WWW: http://www.rubyist.net/~rubikitch/computer/rttool/index.en.html |
2010-10-06T09:09:02+00:00 | devel/p5-Uniq |
Perl extension for managing a uniq list of values Perl extension for managing list of values. WWW: https://metacpan.org/release/Uniq |
2010-10-06T05:16:46+00:00 | games/inform7 |
Inform 7 programming language (CLI edition) Inform7 for FreeBSD is a CLI implementation of the Inform 7 programming language and environment by Graham Nelson. Inform is a design system for interactive fiction (IF) based on natural language. WWW: http://www.inform7.com/ |
2010-10-05T06:23:11+00:00 | ftp/atftp |
Advanced TFTP server and client Atftp is a client/server implementation of the TFTP protocol that implements RFCs 1350, 2090, 2347, 2348, and 2349. The server is multi-threaded and the client presents a friendly interface using libreadline. The current server implementation lacks IPv6 support. |
2010-10-04T10:32:45+00:00 | devel/jzmq |
Java bindings for ZeroMQ Java bindings for the ZeroMQ message queue library. WWW: http://github.com/zeromq/jzmq |
2010-10-03T13:24:47+00:00 | mail/archiveopteryx |
Advanced PostgreSQL-based IMAP/POP server Archiveopteryx is an Internet mail server, optimised to support long-term archival storage. It seeks to make it practical not only to manage large archives, but to use the information therein on a daily basis instead of relegating it to offline storage. WWW: http://www.archiveopteryx.org/ |
2010-10-03T10:05:15+00:00 | devel/jna |
Java access to native shared libraries JNA provides Java programs easy access to native shared libraries without writing anything but Java code - no JNI or native code is required. This functionality is comparable to Windows' Platform/Invoke and Python's ctypes. Access is dynamic at runtime without code generation. JNA allows you to call directly into native functions using natural Java method invocation. The Java call looks just like it does in native code. Most calls require no special handling or configuration; no boilerplate or generated code is required. WWW: https://github.com/twall/jna |
2010-10-01T15:21:07+00:00 | graphics/webp |
Google WebP image format conversion tool WebP is a new image format that provides lossless and lossy compression for images on the web. WebP lossless images are 26% smaller in size compared to PNGs. WebP lossy images are 25-34% smaller in size compared to JPEG images at equivalent SSIM index. WebP supports lossless transparency (also known as alpha channel) with just 22% additional bytes. Transparency is also supported with lossy compression and typically provides 3x smaller file sizes compared to PNG when lossy compression is acceptable for the red/green/blue color channels. Webmasters and web developers can use the WebP image format to create smaller and richer images that can help make the web faster. WWW: https://developers.google.com/speed/webp/ |
2010-10-01T13:35:36+00:00 | irc/rubygem-net-irc |
Ruby library for implementing IRC server and client IRC library. This is mostly conform to RFC 1459 but partly not for convenience. WWW: https://github.com/cho45/net-irc |
2010-10-01T12:27:11+00:00 | print/latex-logreq |
Support for automation of the LaTeX workflow A package to support the automation of LaTeX workflows. WWW: http://www.ctan.org/tex-archive/macros/latex/contrib/logreq/ |
2010-10-01T11:21:23+00:00 | math/jtransforms |
Multithreaded FFT library written in pure Java JTransforms is the first, open source, multithreaded FFT library written in pure Java. Currently, four types of transforms are available: Discrete Fourier Transform (DFT), Discrete Cosine Transform (DCT), Discrete Sine Transform (DST) and Discrete Hartley Transform (DHT). The code is derived from General Purpose FFT Package written by Takuya Ooura and from Java FFTPack written by Baoshe Zhang. WWW: http://sites.google.com/site/piotrwendykier/software/jtransforms |
2010-09-30T20:57:21+00:00 | print/pdfmod |
A tool for modifying PDF documents PDF Mod can rotate, extract, and remove pages, and supports reordering pages via drag and drop. You can edit the title, subject, author, and keywords, and you can combine documents via drag and drop. WWW: http://live.gnome.org/PdfMod |
2010-09-30T20:55:30+00:00 | devel/hyena |
Library of GUI and non-GUI C-sharp code This is a library of GUI and non-GUI C# code, originally used in Banshee. WWW: http://live.gnome.org/Hyena |
2010-09-30T18:23:42+00:00 | security/gnome-keyring-sharp |
Fully managed implementation of gnome-keyring gnome-keyring-sharp is a fully managed implementation of libgnome-keyring. When the gnome-keyring-daemon is running, you can use this to retrieve/store confidential information such as passwords, notes or network services user information. WWW: http://andrew.jorgensenfamily.us/2008/08/gnome-keyring-sharp/ |
2010-09-30T18:20:48+00:00 | devel/flickrnet |
Flickr .Net API Library The Flickr.Net API is a .Net Library for accessing the Flickr API, written entirely in C#. WWW: http://www.codeplex.com/FlickrNet |
2010-09-30T15:33:11+00:00 | devel/bzr-svn |
Plugin for bzr to work with svn bzr-svn is a plugin that adds support for foreign Subversion repositories. This allows committing changes to Subversion branches as if they were native Bazaar branches. WWW: https://launchpad.net/bzr-svn |
2010-09-30T14:39:33+00:00 | sysutils/lxterminal |
Lightweight terminal emulator from the LXDE project LXterminal is a VTE-based terminal emulator with support for multiple tabs. It is completely desktop-independent and does not have any unnecessary dependencies. In order to reduce memory usage and increase the performance all instances of the terminal are sharing a single process. WWW: https://wiki.lxde.org/en/LXTerminal |
2010-09-30T14:34:47+00:00 | sysutils/lxinput |
Keyboard and mouse settings LXInput is a program to configure keyboard and mouse settings for LXDE. WWW: https://lxde.org/ |
2010-09-30T14:27:00+00:00 | x11/lxmenu-data |
Menu data used by lxpanel This package provides files required to build freedesktop.org menu spec-compliant desktop menus for LXDE. WWW: https://lxde.org/ |
2010-09-30T14:22:59+00:00 | x11/libfm |
Core library of PCManFM file manager Library which provides the core functionality to PCManFM. WWW: https://wiki.lxde.org/en/Libfm |
2010-09-30T14:20:22+00:00 | devel/p5-Regexp-Grammars |
Add grammatical parsing features to Perl 5.10 regexes Regexp-Grammars adds grammatical parsing features to Perl 5.10 regexes. WWW: https://metacpan.org/release/Regexp-Grammars |
2010-09-30T14:17:21+00:00 | x11/menu-cache |
Library used to read freedesktop.org menus Libmenu-cache is a library creating and utilizing caches to speed up the manipulation for freedesktop.org defined application menus. WWW: https://lxde.org/ |
2010-09-30T13:55:53+00:00 | x11-themes/lxde-icon-theme |
LXDE Icon Theme LXDE icon-theme used by the LXDE desktop. WWW: http://lxde.org/ |
2010-09-29T20:36:31+00:00 | sysutils/massadmin |
Send system commands to a group of remote servers simultaneously This program is used to send multiple system commands to a group of UNIX-like remote servers simultaneously using concurrent processes. Supported protocols: FTP, SFTP, TELNET, SSH and SCP. With telnet and ssh all system command are supported provided that they are not interactive. Its main usage is to send repetitive sysadmin tasks to a group of servers but you can also use it for automatic ftp or scp backup and much more. Commands are exactly those you type on your terminal. It also allow you to use 'su -' to execute your commands under the TELNET and SSH protocols. WWW: http://massadmin.darold.net/ |
2010-09-29T13:11:08+00:00 | sysutils/duply |
Shell front end for the duplicity backup tool Duply is a shell front end for the duplicity backup tool. It greatly simplifies its usage by implementing backup job profiles, batch commands and more. Who says secure backups on non-trusted spaces are no child's play. WWW: http://duply.net |
2010-09-27T09:02:56+00:00 | games/daimonin-music |
Music for daimonin client Daimonin is a free open source Massively Multiplayer On-line Role-playing Game (MMORPG) under the GPL license. Daimonin was created in the year 2002 by using the Crossfire project source as a base. The original idea was to create a isometric branch of Crossfire but soon Daimonin appeared as its own project. In the years Daimonin has become a very unique game and one of the very few open source MMORPGs which are fully playable and still growing. WWW: http://www.daimonin.org/ |
2010-09-26T22:11:22+00:00 | graphics/linux-f10-glew |
OpenGL Extension Wrangler Library (Linux Fedora 10) The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library. GLEW provides efficient run-time mechanisms for determining which OpenGL extensions are supported on the target platform. OpenGL core and extension functionality is exposed in a single header file. GLEW has been tested on a variety of operating systems, including Windows, Linux, Mac OS X, FreeBSD, Irix, and Solaris. This is the linux verson. WWW: http://glew.sourceforge.net/ |
2010-09-26T10:07:50+00:00 | devel/safe-iop |
Safe integer operation library for C This library provides a collection of (macro-based) functions for performing safe integer operations across platform and architecture with a straightforward API. It supports two modes of use: header-only and linked dynamic library. The linked, dynamic library supplies a format-string based interface which is in pre-alpha. The header-only mode supplies integer and sign overflow and underflow pre-condition checks using checks derived from the CERT secure coding guide. The checks do not rely on twos complement arithmetic and should not at any point perform an arithmetic operations that may overflow. It also performs basic type agreement checks to ensure that the macros are being used (somewhat) correctly. WWW: https://BSDforge.com/projects/devel/safe-iop/ |
2010-09-26T08:48:39+00:00 | net/sqtop |
Console-based display of Squid proxy connections sqtop is a console applicaton to display information about currently active client connections for a Squid proxy in a convenient way. WWW: https://github.com/paleg/sqtop/ |
2010-09-24T19:06:26+00:00 | multimedia/vdpauinfo |
Tool to query VDPAU capabilities VDPAU is the Video Decode and Presentation API for UNIX. It provides an interface to video decode acceleration and presentation hardware present in modern GPUs. This port provides a tool to query VDPAU capabilities. WWW: http://freedesktop.org/wiki/Software/VDPAU |
2010-09-24T19:06:00+00:00 | multimedia/libvdpau |
VDPAU wrapper and tracing library VDPAU is the Video Decode and Presentation API for UNIX. It provides an interface to video decode acceleration and presentation hardware present in modern GPUs. WWW: http://freedesktop.org/wiki/Software/VDPAU |
2010-09-24T01:34:07+00:00 | net/qoauth |
Qt 4 support for OAuth-powered network services QOAuth is an attempt to support interaction with OAuth-powered network services in a Qt way WWW: https://github.com/ayoy/qoauth |
2010-09-23T21:35:22+00:00 | devel/py-subvertpy |
Python bindings for subversion This is an implementation of Python bindings for the Subversion version control system, aiming to be complete, fast and feel native to Python programmers. Bindings are provided for the working copy, client, delta, remote access and repository APIs. A hookable server side implementation of the custom Subversion protocol (svn_ra) is also provided. WWW: https://launchpad.net/subvertpy |
2010-09-23T17:30:03+00:00 | www/ckeditor |
WYSIWYG editor to be used inside web page CKEditor is a text editor to be used inside web pages. It's a WYSIWYG editor, which means that the text being edited on it looks as similar as possible to the results users have when publishing it. It brings to the web common editing features found on desktop editing applications like Microsoft Word and OpenOffice. WWW: https://ckeditor.com/ |
2010-09-23T15:59:11+00:00 | databases/c3p0 |
Library for augmenting JDBC drivers with JNDI-bindable DataSources c3p0 is an easy-to-use Java library for augmenting traditional (DriverManager-based) JDBC drivers with JNDI-bindable DataSources, including DataSources that implement Connection and Statement Pooling, as described by the jdbc3 spec and jdbc2 std extension. WWW: https://www.mchange.com/projects/c3p0/ |
2010-09-23T15:17:17+00:00 | audio/decibel-audio-player |
Fast GTK+ audio player with an clean and user friendly interface Decibel audio player is a very fast GTK+ audio player with an emphasis on being very clean and user friendly. * Utilizes the GStreamer plugins system * Lighter footprint than most audio players * Follows the Gnome Human Interface Guidelines * Has quite a few plugins of it's own WWW: http://decibel.silent-blade.org/ |
2010-09-23T03:52:13+00:00 | devel/py-yum-metadata-parser |
Fast metadata parser for yum Fast metadata parser for yum implemented in C. WWW: http://yum.baseurl.org/ |
2010-09-23T03:46:37+00:00 | sysutils/parallel |
Shell tool for executing jobs in parallel GNU Parallel is a shell tool for executing jobs in parallel using one or more machines. 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, or a list of tables. If you use xargs today you will find GNU Parallel very easy to use. 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 jobs in parallel. If you use ppss or pexec you will find GNU Parallel will often make the command easier to read. GNU Parallel also 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. WWW: https://www.gnu.org/software/parallel/ |
2010-09-23T03:44:32+00:00 | sysutils/backuppc |
Multi-platform backup to disk-based storage BackupPC is a fast, enterprise-grade backup system. It provides a web-based user interface. It supports several platforms (Unix-like, Windows, MacOSX) to backup to a disk-based storage. No client-side software is necessary, as the BackupPC server uses several protocols (smb, rsync, tar and ftp) native to the client OS. File-level deduplication combined with optional compression minimizes the disk space needed to store the backups and disk I/O and enables synthetic backups to reduce network traffic. BackupPC is not a block-level backup system but performs file-based backup and restore. Thus it is not suitable for backup of disk images or raw disk partitions. BackupPC supports laptop environments with clients on dynamic IP addresses (DHCP) not always connected to the network. WWW: https://backuppc.github.io/backuppc/ |
2010-09-23T03:36:00+00:00 | x11/keyboardcast |
Broadcast keystrokes to multiple X windows for Gnome2 The purpose of keyboardcast is to allow you to send keystrokes to multiple X windows at once. This allows you, for example, to control a number of terminals connected to different but similar hosts for purposes of mass- administration. You can also select non-terminals. If you come up with a reasonable use for this ability I'd be interested in hearing about it. The program can select windows to send to either by matching their titles (using a substring) or by clicking on them (in a method similar to GIMP's screenshot feature). The program also features the ability to spawn off multiple instances of gnome-terminal executing a single command on multiple arguments (for example executing 'ssh' on several hosts). The gnome-terminals are invoked with the profile 'keyboardcast' if it exists (so, for example, your font size can be smaller). WWW: https://launchpad.net/keyboardcast |
2010-09-23T02:41:19+00:00 | www/p5-WebService-Linode |
Perl Interface to the Linode.com API This module implements the Linode.com api methods. Linode methods have had dots replaced with underscores to generate the perl method name. All keys and parameters have been lower cased but returned data remains otherwise the same. WWW: https://metacpan.org/release/WebService-Linode |
2010-09-23T02:40:26+00:00 | www/CKeditor |
CKEditor is a WYSIWYG editor to be used inside web page CKEditor is a text editor to be used inside web pages. It's a WYSIWYG editor, which means that the text being edited on it looks as similar as possible to the results users have when publishing it. It brings to the web common editing features found on desktop editing applications like Microsoft Word and OpenOffice. WWW: http://ckeditor.com/ |
2010-09-23T02:40:02+00:00 | www/tt-rss |
Tiny Tiny RSS: web-based news feed (RSS/Atom) aggregator Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible. It can be seen as a replacement for Google Reader. WWW: http://tt-rss.org/ |
2010-09-23T02:38:51+00:00 | security/spass |
Secure password generator with a true random number generator spass is a random password generator written by Guy Rutenberg WWW: http://www.guyrutenberg.com/2010/08/13/statistical-tests-for-my-audio-based-random-number-generator/ |
2010-09-23T02:38:24+00:00 | security/ccsrch |
Is a tool that searches for credit card numbers (PAN) and track data ccsrch is a tool that searches for and identifies unencrypted and contiguous credit card numbers (PAN) and track data on Windows and UNIX operating systems. It will also identify the location of the PAN data in the files and record MAC times. WWW: http://ccsrch.sourceforge.net/ |
2010-09-23T02:37:55+00:00 | devel/p5-Getopt-Compact |
Getopt processing in a compact statement with long and short options This is yet another Getopt related module. Getopt::Compact is geared towards compactly and yet quite powerfully describing an option syntax. Options can be parsed, returned as a hashref of values, and/or displayed as a usage string or within the script POD. WWW: https://metacpan.org/release/Getopt-Compact |
2010-09-23T02:36:19+00:00 | net/gnu-dico |
Flexible modular implementation of DICT server GNU Dico is a flexible modular implementation of DICT server (RFC 2229). It handles database accesses using loadable modules, and does not depend on particular database format. The package includes several loadable modules for interfacing with various database formats, among them a module for dict.org databases. New modules can be written in C, Guile or Python. The package also includes a console client program for querying remote dictionary servers. WWW: http://www.gnu.org/software/dico/ |
2010-09-23T02:35:54+00:00 | databases/mysql-xql |
Library provides XML output functions to MySQL server The lib_mysqludf_xql library provides an array of functions, which can be used to create XML output directly from MySQL using a single SQL query. This prevents having to convert a MySQL result to XML in a PHP script, Ruby script, etc. The library provides the same functionality as SQL/XML, seen in MS SQL server and Oracle. However it uses normal functions. By using subqueries the same results as SQL/XML can be generated. WWW: http://www.mysqludf.org/lib_mysqludf_xql/index.php |
2010-09-23T02:34:14+00:00 | audio/jokosher |
Multi-track non-linear audio editing Jokosher is a simple yet powerful multi-track studio. With it you can create and record music, podcasts and more, all from an integrated simple environment. WWW: http://www.jokosher.org/ |
2010-09-23T00:44:23+00:00 | audio/libaacplus |
HE-AAC+ Codec as Shared Library HE-AAC+ Codec as Shared Library WWW: http://tipok.org.ua/node/17/ |
2010-09-22T22:49:16+00:00 | german/MT |
German localization of the MovableType publishing system Movable Type is a web-based personal publishing system. It is designed to ease maintenance of regularly-updated news, journal sites and weblogs. Author: Ben & Mena Trott WWW: http://movabletype.org/ |
2010-09-22T22:49:16+00:00 | french/MT |
French localization of the MovableType publishing system Movable Type is a web-based personal publishing system. It is designed to ease maintenance of regularly-updated news, journal sites and weblogs. Author: Ben & Mena Trott WWW: http://movabletype.org/ |
2010-09-22T14:15:17+00:00 | devel/py-crcmod |
Module for Cyclic Redundancy Check (CRC) calculations This is a Python module for generating objects that compute the Cyclic Redundancy Check (CRC). It includes a (optional) C extension for fast calculation, as well as a pure Python implementation. 8, 16, 24, 32, and 64 bit CRC are supported. WWW: http://crcmod.sourceforge.net/ |
2010-09-22T03:44:54+00:00 | devel/rubygem-deprecated2 |
Version 2 of this library intended to aid working with deprecated code rubygem-deprecated is a small library intended to aid developers working with deprecated code. The idea comes from the 'D' programming language, where developers can mark certain code as deprecated, and then allow/disallow the ability to execute deprecated code. This is a legacy copy in ports of the 2.x series for compatibility with some other Ruby ports. WWW: https://github.com/erikh/deprecated |
2010-09-22T02:53:52+00:00 | devel/rubygem-gemcutter |
Extensions to RubyGems for managing gems and more on RubyGems.org Adds several commands to RubyGems for managing gems and more on RubyGems.org. WWW: https://github.com/rubygems/gemcutter |
2010-09-22T02:53:18+00:00 | devel/rubygem-shoulda |
Making tests easy on the fingers and eyes Making tests easy on the fingers and eyes WWW: https://github.com/thoughtbot/shoulda |
2010-09-22T02:52:47+00:00 | www/rubygem-webmock |
Allows stubbing HTTP requests and setting expectations on the requests WebMock allows stubbing HTTP requests and setting expectations on HTTP requests. WWW: https://github.com/bblimke/webmock |
2010-09-22T02:51:45+00:00 | devel/rubygem-rr |
Double framework with lots of double techniques and terse syntax RR (Double Ruby) is a double framework that features a rich selection of double techniques and a terse syntax. http://xunitpatterns.com/Test%20Double.html WWW: http://rr.github.io/rr/ |
2010-09-22T01:14:24+00:00 | devel/libserver |
Generic TCP server in a library Libserver provides generic multi-process, multi-threaded, and event-driven TCP or UNIX-domain servers. The libraries handle network and concurrency tasks. You write code to service connections. WWW: http://mammothcheese.ca/ |
2010-09-22T00:19:40+00:00 | devel/qoauth |
QT support for OAuth-powered network services QOAuth is an attempt to support interaction with OAuth-powered network services in a Qt way WWW: http://github.com/ayoy/qoauth |
2010-09-21T15:29:52+00:00 | math/giacxcas |
Computer algebra system General purpose computer algebra system released under GPLv3. French documentation by Renee De Graeve is for non-commercial use only. The package consists of: - C++ library (libgiac). It is build on C and C++ libraries: PARI, NTL (arithmetic), CoCoA (Groebner basis), GSL (numerics), GMP (big integers), MPFR (bigfloats) and provides algorithms for basic polynomial operations (product, GCD) and symbolic computations (simplifications, limits/series, symbolic integration, summation, ...). The library can be configured to accept Maple or TI syntax to ease the transition for users of these systems. - Command line interpreter (icas or giac). It can be called from texmacs. - FLTK-based GUI (xcas). It is a GUI for symbolic computation with several modules added: 2-d and 3-d graphics, dynamic 2-d and 3-d geometry (exact or numeric), spreadsheet, programming environment. WWW: http://www-fourier.ujf-grenoble.fr/~parisse/giac.html |
2010-09-21T14:59:50+00:00 | www/speedtest-mini |
Mini bandwidth speed test on your own server Speedtest.net Mini is a package that allows to free speed test on your own server that uses the same technology as Speedtest.net. WWW: http://www.speedtest.net/mini.php |
2010-09-21T14:17:23+00:00 | benchmarks/netperfmeter |
Network Performance Meter NetPerfMeter is a network performance meter for the UDP, TCP, SCTP and DCCP transport protocols over IPv4 and IPv6. It simultaneously transmits bidirectional flows to an endpoint and measures the resulting flow bandwidths and QoS. The results are written as vector and scalar files. The vector files can e.g. be used to create plots of the results. WWW: https://www.uni-due.de/~be0001/netperfmeter/ |
2010-09-21T07:26:28+00:00 | archivers/p5-IO-Compress |
Perl5 compression modules (bzip2, deflate, gzip, zlib, zip) This module contains the base, bzip2, deflate, gzip, zip and zlib classes for IO::Compress and IO::Uncompress modules and the Compress::Zlib module. WWW: https://metacpan.org/release/IO-Compress |
2010-09-20T13:46:47+00:00 | databases/postgresql90-contrib |
The contrib utilities from the PostgreSQL distribution This is the port for all stuff that comes in the contrib subtree of the postgresql distribution. This subtree contains porting tools, analysis utilities, and plug-in features that are not part of the core PostgreSQL system, mainly because they address a limited audience or are too experimental to be part of the main source tree. This does not preclude their usefulness. Each subdirectory contains a README file with information about the module. Some directories supply new user-defined functions, operators, or types. After you have installed the files you need to register the new entities in the database system by running the commands in the supplied .sql file. For example, $ psql -d dbname -f module.sql The .sql files are installed into /usr/local/share/postgresql/contrib For more information, please see /usr/local/share/doc/postgresql/contrib/README* This software is part of the standard PostgreSQL distribution. WWW: http://www.postgresql.org/ |
2010-09-20T13:46:47+00:00 | databases/postgresql90-client |
PostgreSQL database (client) |
2010-09-20T08:51:42+00:00 | textproc/p5-Text-CSV-Encoded |
Perl module for Encoding aware CVS files parsing Text::CSV::Encoded is a perl module of encoding aware Text::CSV. It inherits Text::CSV and is aware of input/output encodings. WWW: https://metacpan.org/release/Text-CSV-Encoded |
2010-09-19T13:33:44+00:00 | graphics/jogamp-jogl |
Java bindings for OpenGL The JOGL project hosts the development version of the Java (TM) Binding for the OpenGL API (JSR-231), and is designed to provide hardware-supported 3D graphics to applications written in Java. JOGL provides full access to the APIs in the OpenGL 1.3 - 3.0, >= 3.1, ES 1.x and ES 2.x specification as well as nearly all vendor extensions. It integrates with the AWT and Swing widget sets, as well with custom windowing toolkits using the NativeWindow API. It is part of a suite of open-source technologies initiated by the Game Technology Group at Sun Microsystems. WWW: https://jogamp.org/jogl |
2010-09-19T13:01:45+00:00 | multimedia/gtk-recordmydesktop |
GTK+ frontend to recordMyDesktop GTK+ frontend to recordMyDesktop. WWW: http://recordmydesktop.sourceforge.net/ |
2010-09-19T07:38:32+00:00 | japanese/rubygem-jpmobile-terminfo |
Carrier terminal information List for jpmobile jpmobile-terminfo is a plugin for jpmobile. It is used to get terminal informations as bellows. * display width * display height WWW: https://github.com/jpmobile/jpmobile-terminfo |
2010-09-19T07:34:57+00:00 | japanese/rubygem-jpmobile-ipaddresses |
Carrier IP Address List for jpmobile jpmobile-ipaddresses is a plugin for jpmobile. It is used to validate an access from a mobile carrier IP address. WWW: https://github.com/jpmobile/jpmobile-ipaddresses |
2010-09-18T04:33:05+00:00 | devel/p5-Hash-AutoHash |
Object-oriented access to real and tied hashes This is yet another module that lets you access or change the elements of a hash using methods with the same name as the element's key. It follows in the footsteps of Hash::AsObject, Hash::Inflator, Data::OpenStruct::Deep, Object::AutoAccessor, and probably others. The main difference between this module and its forebears is that it supports tied hashes, in addition to regular hashes. This allows a modular division of labor: this class is generic and treats all hashes the same; any special semantics come from the tied hash. WWW: https://metacpan.org/release/Hash-AutoHash |
2010-09-17T23:42:11+00:00 | audio/p5-Test-Corpus-Audio-MPD |
Automate launching of fake mdp for testing purposes Test::Corpus::Audio::MPD will try to launch a new mpd server for testing purposes. This mpd server will then be used during POE::Component::Client::MPD or Audio::MPD tests. In order to achieve this, the module will create a fake mpd.conf file with the correct pathes (ie, where you untarred the modulE tarball). It will then check if some mpd server is already running, and stop it if the MPD_TEST_OVERRIDE environment variable is true (die otherwise). Last it will run the test mpd with its newly created configuration file. WWW: https://metacpan.org/release/Test-Corpus-Audio-MPD |
2010-09-17T03:13:32+00:00 | databases/py-swift |
Highly available, distributed, eventually consistent object/blob store Swift is a highly available, distributed, eventually consistent object/blob store. WWW: https://launchpad.net/swift |
2010-09-16T19:41:13+00:00 | www/monast |
Monitoring and an operator panel interface for AsteriskTM Monast is a monitoring interface which acts as an operator panel for AsteriskTM to display extensions status and calls details going through your IP-PBX. It was develop in Python, PHP and uses prototype.js to handle AJAX calls and YUI (Yahoo User Interface). Monast can originate, transfer, park and hangup calls, Manage queue members (add, remove, pause and unpause members) and meetme conference rooms. (all using drag&drop feature from YUI) Licensed under BSD, it has been created by Diego Aguirre (DagMoller). WWW: http://monast.sf.net |
2010-09-16T10:38:39+00:00 | math/R-cran-psych |
Psych package for the R project R-psych provides a number of routines for personality, psychometrics and experimental psychology. Functions are primarily for scale construction using factor analysis, cluster analysis and reliability analysis, although others provide basic descriptive statistics. Functions for simulating particular item and test structures are included. Several functions serve as a useful front end for structural equation modeling. Graphical displays of path diagrams, factor analysis and structural equation models are created using basic graphics. Some of the functions are written to support a book on psychometrics as well as publications in personality research. WWW: http://cran.r-project.org/web/packages/psych/index.html |
2010-09-15T22:42:51+00:00 | deskutils/tnote |
Small note taking program for the terminal A small note taking program for the terminal. Tnote aims to be a small, quick and easy to use note taking app for the terminalsimilar to sticky style gui note taking apps such as Tomboy notes. WWW: https://sourceforge.net/projects/tnote/ |
2010-09-15T22:37:41+00:00 | emulators/visualboyadvance-m |
Game Boy Advance emulator with GTK frontend VisualBoyAdvance-M is an emulator of the Game Boy, Super Game Boy, Game Boy Color, and Game Boy Advance. The -M fork is a collection of community patches to the original VisualBoyAdvance. It includes an optional GTK frontend. WWW: https://vba-m.com/ |
2010-09-15T18:35:24+00:00 | devel/automake111 |
GNU Standards-compliant Makefile generator (1.11) Automake is a tool for automatically generating Makefiles compliant with the GNU Coding Standards. It was inspired by the 4.4BSD make and include files, but aims to be portable and to conform to the GNU standards for Makefile variables and targets. Automake is a Perl script. The input files are called Makefile.am. The output files are called Makefile.in; They are intended for use with Autoconf. Automake requires certain things to be done in your configure.in. This package also includes the "aclocal" program. aclocal is a program to generate an 'aclocal.m4' based on the contents of 'configure.in'. It is useful as an extensible, maintainable mechanism for augmenting autoconf. WWW: http://www.gnu.org/software/automake/ -- AlanE <alane@freebsd.org> |
2010-09-15T16:36:09+00:00 | devel/py-distribute |
Python packages installer and Setuptools replacement Distribute is intended to replace Setuptools as the standard method for working with Python module distributions. The project has two goals: - Providing a backward compatible version to replace Setuptools and make all distributions that depend on Setuptools work as before, but with less bugs and behavioral issues. - Re-factoring the code, and releasing it in several distributions. This work is being done in the 0.7.x series but not yet released. WWW: https://pypi.python.org/pypi/distribute |
2010-09-15T13:27:01+00:00 | databases/soci |
C++ Database Access Library SOCI is a database access library for C++ that makes the illusion of embedding SQL queries in the regular C++ code, staying entirely within the Standard C++. The idea is to provide C++ programmers a way to access SQL databases in the most natural and intuitive way. If you find existing libraries too difficult for your needs or just distracting, SOCI can be a good alternative. WWW: http://soci.sourceforge.net/ |
2010-09-14T20:46:48+00:00 | games/openpref |
Preferans game OpenPref is an open source implementation of European trick-taking game Preferans (also known as Preference). It is written using cross-platform Qt4 framework and is portable between many operating systems including Windows and major Unix flavours. WWW: http://openpref.sourceforge.net |
2010-09-14T13:33:53+00:00 | net/vblade |
Virtual EtherDrive(R) blade AoE target The vblade is the virtual EtherDrive (R) blade, a program that makes a seekable file available over an ethernet local area network (LAN) via the ATA over Ethernet (AoE) protocol. The seekable file is typically a block device like /dev/md0 but even regular files will work. Sparse files can be especially convenient. When vblade exports the block storage over AoE it becomes a storage target. Another host on the same LAN can access the storage if it has a compatible aoe kernel driver. WWW: http://aoetools.sourceforge.net/ |
2010-09-14T13:30:54+00:00 | net/aoe |
FreeBSD driver for ATA over Ethernet (AoE) FreeBSD driver for ATA over Ethernet (AoE) WWW: http://www.coraid.com/support/freebsd/ |
2010-09-14T11:16:24+00:00 | devel/coccinelle |
Program matching and transformation engine Coccinelle is a program matching and transformation engine which provides the language SmPL (Semantic Patch Language) for specifying desired matches and transformations in C code. Coccinelle was initially targeted towards performing collateral evolutions in Linux. Such evolutions comprise the changes that are needed in client code in response to evolutions in library APIs, and may include modifications such as renaming a function, adding a function argument whose value is somehow context-dependent, and reorganizing a data structure. Beyond collateral evolutions, Coccinelle is successfully used (by us and others) for finding and fixing bugs in systems code. WWW: http://coccinelle.lip6.fr/ |
2010-09-14T09:27:53+00:00 | print/dot2tex |
Graphviz to LaTeX converter The purpose of dot2tex is to give graphs generated by Graphviz a more LaTeX friendly look and feel. This is accomplished by converting xdot output from Graphviz to a series of PSTricks or PGF/TikZ commands. This approach allows: - Typesetting labels with LaTeX, allowing mathematical notation. - Using native PSTricks and PGF/TikZ commands for drawing arrows (optional). - Using backend specific styles to customize the output WWW: https://github.com/kjellmf/dot2tex |
2010-09-13T22:42:14+00:00 | www/py-dojango |
Django application for building dojo Dojango is a reusable django application that helps you to use the client-side framework dojo within your django project. It provides capabilites to easily switch between several dojo versions and sources (e.g. aol, google, local) Delivers helping utilities, that makes the development of rich internet applications in combination with dojo more comfortable. It makes the building of your own packed dojo release easier. WWW: https://github.com/klipstein/dojango |
2010-09-13T16:05:50+00:00 | x11/gstreamer-plugins-vdpau |
Gstreamer nvidia vdpau plugin |
2010-09-13T16:05:50+00:00 | multimedia/gstreamer-plugins-vp8 |
Gstreamer vp8 codec plugin |
2010-09-13T16:05:50+00:00 | multimedia/gstreamer-plugins-schroedinger |
Gstreamer Dirac high-speed codec plugin |
2010-09-13T16:05:50+00:00 | multimedia/gstreamer-plugins-resindvd |
Gstreamer resindvd plugin |
2010-09-13T02:10:09+00:00 | sysutils/pcpustat |
Per-CPU usage statistics pcpustat provides per-cpu usage statistics in a format that can be piped. WWW: https://bitbucket.org/sterlingcamden/pcpustat |
2010-09-12T23:40:56+00:00 | french/fortune-mod-zarathoustra |
Compilation of quotes from Nietzsche's Thus spoke Zarathustra fortune-mod-zarathoustra is a collection of quotes from Nietzsche's "Thus spoke Zarathustra", processed into the fortune format. Original text is in the public domain. WWW: https://www.ebooksgratuits.com/html/nietzsche_ainsi_parlait_zarathoustra.html |
2010-09-12T23:31:50+00:00 | games/caph |
Physics-based sandbox game It is a sandbox game, based on physics. The game aim is to make contact red object with green object. You can use various objects, solid, wire (rope), and bendable objects. Gravitation will help you. WWW: http://caphgame.sourceforge.net/ |
2010-09-11T20:14:41+00:00 | databases/rubygem-dm-mysql-adapter |
MySQL Adapter for DataMapper MySQL Adapter for DataMapper WWW: https://github.com/datamapper/dm-mysql-adapter |
2010-09-11T20:14:14+00:00 | databases/rubygem-dm-do-adapter |
DataObjects Adapter for DataMapper DataObjects Adapter for DataMapper WWW: https://github.com/datamapper/dm-do-adapter |
2010-09-11T19:49:14+00:00 | www/p5-WebService-Google-Reader |
Perl interface to Google Reader WebService::Google::Reader provides an interface to the Google Reader service through the unofficial (as-yet unpublished) API. WWW: https://metacpan.org/release/WebService-Google-Reader |
2010-09-11T14:07:18+00:00 | devel/p5-Log-Log4perl-Appender-RabbitMQ |
Perl module which allows logging to RabbitMQ via log4perl Perl module which allows logging to RabbitMQ WWW: https://metacpan.org/release/Log-Log4perl-Appender-RabbitMQ |
2010-09-11T13:31:06+00:00 | devel/p5-Test-Net-RabbitMQ |
Perl mock RabbitMQ implementation for use when testing A Perl mock RabbitMQ implementation for use when testing. WWW: https://metacpan.org/release/Test-Net-RabbitMQ |
2010-09-11T11:23:24+00:00 | www/trac-keywords |
Plugin for using pre-configured keywords This plug-in allows you to add entries to the Keywords entry field from a configured list of keywords by clicking on them. WWW: https://trac-hacks.org/wiki/TracKeywordsPlugin |
2010-09-11T04:24:31+00:00 | devel/p5-Tie-Hash-MultiValue |
Store multiple values per key Tie::Hash::MultiValue allows you to have hashes which store their values in anonymous arrays, appending any new value to the already-existing ones. This means that you can store as many items as you like under a single key, and access them all at once by accessing the value stored under the key. WWW: https://metacpan.org/release/Tie-Hash-MultiValue |
2010-09-11T00:02:13+00:00 | games/steelstorm |
Old school top down arcade shooter Steel Storm is an old school top down arcade shooter with score oriented competitive gameplay, and is designed for people who like fast paced action and have limited amounts of time to play computer games. The events take place in an alternative universe where you control an advanced hovertank, packed with the most advanced and sophisticated weapons. Your task is simple, but, nevertheless, is not trivial. In the fight with presumed extraterrestrial invaders, you must prevail! WWW: http://www.steel-storm.com |
2010-09-10T20:16:08+00:00 | audio/spek |
Acoustic spectrum analyser Spek helps to analyse your audio files by showing their spectrogram. Spek supports all popular lossy and lossless audio file formats. WWW: http://spek.cc/ |
2010-09-10T14:10:54+00:00 | misc/sssnips |
Shell script snippets written by Peter Pentchev From sssnips's README file: Peter Pentchev's Shell Script Snippets This is a collection of simple - and, in a couple of cases, simply trivial - shell scripts that I use in my day-to-day work. WWW: http://devel.ringlet.net/misc/sssnips/ |
2010-09-10T06:31:09+00:00 | textproc/sigil |
WYSIWYG ePub editor Sigil is a multi-platform EPUB ebook editor with the following features: * Free and open source software under GPLv3 * Multi-platform * Full UTF-16 support * EPUB 2 spec support with limited EPUB 3 support * Multiple Views: Book View, Code View and Preview View * WYSIWYG editing in Book View * Complete control over directly editing EPUB syntax in Code View * Table of Contents generator with multi-level heading support * Metadata editor * User interface translated into many languages * Spell checking with default and user configurable dictionaries * Full Regular Expression (PCRE) support for Find & Replace * Supports import of EPUB and HTML files, images, and style sheets * Documents can be validated for EPUB compliance with the integrated * All imported files have their formatting corrected, and your editing can be optionally cleaned * Plugins! WWW: https://sigil-ebook.com/ |
2010-09-09T22:28:03+00:00 | devel/pecl-xhprof |
Hierarchical Profiler for PHP XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based navigational interface. The raw data collection component is implemented in C (as a PHP extension). The reporting/UI layer is all in PHP. It is capable of reporting function-level inclusive and exclusive wall times, memory usage, CPU times and number of calls for each function. Additionally, it supports ability to compare two runs (hierarchical DIFF reports), or aggregate results from multiple runs. WWW: https://pecl.php.net/package/xhprof |
2010-09-09T21:19:13+00:00 | lang/algol68g |
Algol 68 Genie compiler The development of Algol played an important role in establishing computer science as an academic discipline. The Algol 68 Genie project preserves Algol 68 out of educational as well as scientific-historical interest, by making available Algol 68 Genie; a recent, well-featured implementation written from scratch. WWW: http://www.xs4all.nl/~jmvdveer/algol.html |
2010-09-09T09:56:24+00:00 | net/yconalyzer |
TCP Traffic Analyzer Yconalyzer is a low-overhead pcap utility that provides a bird's eye view of traffic on a particular TCP port, displaying a distribution of duration, volume and throughput over all connections while being able to narrow down to a connection as well. WWW: http://yconalyzer.sourceforge.net/ |
2010-09-09T03:21:49+00:00 | www/mod_rivet |
Embeds a Tcl interpreter in the Apache server mod_rivet brings together the full power of the Tcl programming language and the Apache HTTP server. You can use Tcl to manage Apache, respond to requests for web pages and much more. mod_rivet gives you a persistent Tcl interpreter embedded in your web server. This lets you avoid the overhead of starting an external interpreter and avoids the penalty of Tcl start-up time, giving you super-fast dynamic content. As you'd expect from the Tcl community, there are hundreds of modules written for mod_rivet, everything from persistent database connections, to templating sytems, to complete XML content delivery systems. Web sites like FlightAware use mod_rivet. WWW: http://tcl.apache.org/rivet/ |
2010-09-09T00:26:13+00:00 | science/p5-Physics-Unit |
Manipulate Physics units and dimensions Objects of class Physics::Unit define units of measurement that correspond to physical quantities. This module allows you to manipulate these units, generate new derived units from other units, and convert from one unit to another. WWW: https://metacpan.org/release/Physics-Unit |
2010-09-08T21:26:18+00:00 | www/rubygem-rack-cache |
Rack middleware to enable HTTP caching Rack::Cache is suitable as a quick drop-in component to enable HTTP caching for Rack-based applications that produce freshness (Expires, Cache-Control) and/or validation (Last-Modified, ETag) information. * Standards-based (see RFC 2616 / Section 13). * Freshness/expiration based caching * Validation * Vary support * Portable: 100% Ruby / works with any Rack-enabled framework. * Disk, memcached, and heap memory storage backends. WWW: https://github.com/rtomayko/rack-cache |
2010-09-08T20:42:19+00:00 | mail/rubygem-smtp_tls |
Provides SMTP STARTTLS support for Ruby 1.8.6 Provides SMTP STARTTLS support for Ruby 1.8.6, this functionality is built-in for Ruby 1.8.7+. To use simply: require 'smtp_tls' and use the Net::SMTP#enable_starttls method to talk to servers that use STARTTLS. WWW: http://seattlerb.rubyforge.org/smtp_tls |
2010-09-08T18:06:51+00:00 | sysutils/rubygem-sys-proctable |
Ruby interface for getting process information The sys-proctable library provides an interface for gathering information about processes on your system, i.e. the process table. Most major platforms are supported and, while different platforms may return different information, the external interface is identical across platforms. WWW: https://github.com/djberg96/sys-proctable |
2010-09-08T15:27:32+00:00 | www/twms |
Tiny WMS server tWMS is a tiny WMS server written in Python and using tiles as a backend storage WWW: https://github.com/Komzpa/twms |
2010-09-08T14:09:57+00:00 | devel/magit |
Interface to Git for Emacs Magit is an interface to the version control system Git, implemented as an Emacs extension. Unlike Emacs' native Version Control package which strives to provide a unified interface to various version control systems, Magit only supports Git and can therefore better take advantage of its native features. WWW: https://magit.vc/ |
2010-09-08T10:33:43+00:00 | textproc/ml1 |
Original general purpose macro processor This is a port of ML/I (Macro Language I) which is the grand-daddy of nearly all macro processors. It is still maintained and ported to a large number of systems. WWW: http://www.ml1.org.uk |
2010-09-08T03:44:23+00:00 | net/p5-Net-RabbitMQ |
Perl module to interact with RabbitMQ over AMQP using librabbitmq Perl interface to RabbitMQ WWW: https://metacpan.org/release/Net--RabbitMQ |
2010-09-08T03:09:31+00:00 | science/epte |
Electronic Periodic Table of the Elements epte is a curses-based periodic table of the elements. It provides a set of examples of the basic sets of constants and procedures needed to understand the behavior of matter. WWW: http://www.toddmiller.com/epte/ |
2010-09-08T02:18:02+00:00 | textproc/py-MarkupSafe |
Implements XML/HTML/XHTML Markup safe string for Python MarkupSafe implements a text object that escapes characters so it is safe to use in HTML and XML. Characters that have special meanings are replaced so that they display as the actual characters. This mitigates injection attacks, meaning untrusted user input can safely be displayed on a page. WWW: https://github.com/pallets/markupsafe |
2010-09-07T22:40:58+00:00 | textproc/py-Pootle |
Python Translation Suite Pootle is used to create program translations. It uses the Translate Toolkit to get access to translation files and therefore can edit a variety of files (including PO and XLIFF files). WWW: http://translate.sourceforge.net/wiki/pootle/index |
2010-09-07T21:37:02+00:00 | devel/libfreefare |
MIFARE contactless tag access library A library for easy manipulation of MIFARE NFC targets. WWW: https://github.com/nfc-tools/libfreefare/ |
2010-09-07T20:47:41+00:00 | graphics/shotwell |
Open source photo manager for GNOME Shotwell is an image organizer designed to provide personal photo management for the GNOME desktop environment. Shotwell can import photos and videos from a digital camera directly, group photos and videos automatically by date, and supports tagging. Its image editing features allow users to straighten, crop, eliminate red eye, and adjust levels and color balance. It also features an auto "enhance" option that will attempt to guess appropriate levels for the image. Shotwell allows users to publish their images and videos to Facebook, Flickr, Picasa Web Albums, Piwigo, and YouTube. WWW: https://wiki.gnome.org/Apps/Shotwell |
2010-09-07T14:30:03+00:00 | sysutils/php5-fileinfo |
|
2010-09-07T06:52:39+00:00 | graphics/gstreamer-plugins-gl |
GStreamer OpenGL video plugin This port provides OpenGL video elements for Gstreamer. WWW: http://gstreamer.freedesktop.org/ |
2010-09-07T02:49:13+00:00 | graphics/gexiv2 |
GObject-based wrapper around Exiv2 library gexiv2 is a GObject wrapper around the Exiv2 photo metadata library. It allows for GNOME applications to easily inspect and update EXIF, IPTC, and XMP metadata in photo and video files of various formats. WWW: https://wiki.gnome.org/Projects/gexiv2 |
2010-09-06T21:10:50+00:00 | audio/gstreamer-plugins-twolame |
Gstreamer High-quality free MP2 encoder plugin |
2010-09-06T21:10:50+00:00 | audio/gstreamer-plugins-amrwbdec |
Gstreamer OpenCore based Adaptive Multi-Rate Wide-Band Decoder plugin |
2010-09-06T21:10:50+00:00 | audio/gstreamer-plugins-amrnb |
Gstreamer OpenCore based Adaptive Multi-Rate Narrow-Band plugin |
2010-09-06T13:57:51+00:00 | print/gnome-specimen |
Gnome Specimen is a simple tool to preview and compare installed fonts Gnome Specimen is a simple tool to preview and compare installed fonts. WWW: https://launchpad.net/gnome-specimen |
2010-09-06T08:28:59+00:00 | mail/firetray |
System tray add-on for firefox, thunderbird, seamonkey, etc Firetray is a system tray add-on for firefox. WWW: http://code.google.com/p/firetray/ |
2010-09-04T14:22:29+00:00 | www/p5-Template-Stash-AutoEscape |
Perl extension to escape automatically in Template-Toolkit Escape automatically in Template-Toolkit. WWW: https://metacpan.org/release/Template-Stash-AutoEscape |
2010-09-04T13:45:20+00:00 | www/p5-Plack-Middleware-Throttle |
Perl extension of rate-limiting incoming HTTP requests for Plack A Plack Middleware for rate-limiting incoming HTTP requests. WWW: https://metacpan.org/release/Plack-Middleware-Throttle |
2010-09-03T18:09:49+00:00 | devel/py-testtools |
Extensions to the Python standard library unit testing framework testtools is a set of extensions to the Python standard library's unit testing framework. These extensions have been derived from years of experience with unit testing in Python and come from many different sources. WWW: https://pypi.org/project/testtools/ WWW: https://github.com/testing-cabal/testtools |
2010-09-03T16:02:57+00:00 | devel/vxlog |
C++ logging library C++ logging library. WWW: https://sourceforge.net/projects/vxlog/ |
2010-09-03T15:43:42+00:00 | net-im/zephyr |
Enterprise-scale distributed messaging system This is an enterprise-class instant messaging/notification system. It was developed as part of MIT's Project Athena, and has a unique design that leads to the ability to develop a unique sense of community. WWW: http://zephyr.1ts.org/ |
2010-09-03T12:40:47+00:00 | lang/picoc |
Very small C interpreter for scripting PicoC is a very small C interpreter for scripting. It was originally written for scripting a UAV's on-board flight system and it's also very suitable for other robotic, embedded and non-embedded applications too. WWW: https://github.com/zsaleeba/picoc |
2010-09-03T11:52:00+00:00 | www/p5-WWW-GitHub-Gist |
Perl interface to Gist Perl interface to Gist. WWW: https://metacpan.org/release/ALEXBIO/WWW-GitHub-Gist-0.17 |
2010-09-02T21:06:27+00:00 | misc/kde4-l10n-ia |
Interlingua messages and documentation for KDE SC 4 Localized messages and documentation for KDE4. WWW: http://i18n.kde.org/ |
2010-09-02T16:30:20+00:00 | games/avp-demo |
Aliens versus predator unofficial port from icculus.org Unofficial port from icculus.org of "Aliens versus predator" game, demo from Alien. WWW: http://www.icculus.org/avp/ |
2010-09-02T02:43:28+00:00 | www/rubygem-railties |
Rails internals bootup, plugins, generators, and rake tasks Rails internals: application bootup, plugins, generators, and rake tasks. WWW: http://rubyonrails.org/ |
2010-09-02T02:43:28+00:00 | databases/rubygem-arel |
Relational Algebra for Ruby A toolkit for building modeling frameworks like Active Record and Active Resource. Rich support for attributes, callbacks, validations, observers, serialization, internationalization, and testing. WWW: https://github.com/rails/arel |
2010-09-02T02:43:28+00:00 | databases/rubygem-activemodel |
Toolkit for building modeling frameworks A toolkit for building modeling frameworks like Active Record and Active Resource. Rich support for attributes, callbacks, validations, observers, serialization, internationalization, and testing. WWW: http://rubyonrails.org/ |
2010-09-02T02:26:18+00:00 | www/rubygem-rack-mount |
Stackable dynamic tree based Rack router Stackable dynamic tree based Rack router WWW: https://github.com/josh/rack-mount |
2010-09-02T02:25:21+00:00 | www/rubygem-rack-test |
Small, simple testing API for Rack apps Rack::Test is a small, simple testing API for Rack apps. It can be used on its own or as a reusable starting point for Web frameworks and testing libraries to build on. Most of its initial functionality is an extraction of Merb 1.0's request helpers feature. WWW: https://github.com/rack-test/rack-test |
2010-09-02T02:23:53+00:00 | devel/rubygem-i18n |
New wave Internationalization support for Ruby New wave Internationalization support for Ruby. WWW: https://github.com/ruby-i18n/i18n |
2010-09-02T02:22:40+00:00 | devel/rubygem-thor |
Scripting framework that replaces rake, sake, and rubigen A scripting framework that replaces rake, sake and rubigen WWW: https://github.com/erikhuda/thor |
2010-09-01T21:39:33+00:00 | devel/re2 |
Fast C++ regex library RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. RE2 uses automata theory to guarantee that regular expression searches run in time linear in the size of the input. RE2 implements memory limits, so that searches can be constrained to a fixed amount of memory. RE2 is engineered to use a small fixed C++ stack footprint no matter what inputs or regular expressions it must process; thus RE2 is useful in multithreaded environments where thread stacks cannot grow arbitrarily large. WWW: https://github.com/google/re2 |
2010-09-01T21:19:27+00:00 | net-p2p/libktorrent |
Torrent library from KTorrent project KTorrent has been split into the application ktorrent and the library libktorrent. Libktorrent contains all the torrent downloading code, and ktorrent contains all application code and plugins. The goal is to make libktorrent an independent library (though still closely related to ktorrent), which can be used by other applications. WWW: http://ktorrent.org/ |
2010-09-01T21:17:04+00:00 | net/cagibi |
KDE SSDP/uPNP proxy Cagibi is an experimental cache/proxy system for the SSDP* (Simple Service Discovery Protocol) part of UPnP. Cagibi aims to be to SSDP what Avahi is to DNS-SD/Zeroconf: a cache caching all service/device announcements on the network in a local process as well as being a broker serving local announcements to the network. Both should be done by a single daemon process, accessable via D-Bus on the system bus. The cache should offer active queries, so another process is only informed about changes about UPnP devices it is interested in. |
2010-09-01T21:14:34+00:00 | devel/libdbusmenu-qt |
Qt5 implementation of the DBusMenu protocol A library that provides Qt4 implementation of the DBusMenu protocol. The DBusMenu protocol makes it possible for applications to export and import their menus over DBus. WWW: https://launchpad.net/libdbusmenu-qt |
2010-09-01T19:02:38+00:00 | net-im/pidgin-privacy-please |
Privacy plugin for the pidgin instant messenger Privacy please is a pidgin plugin to stop spammers from annoying you. It currently offers the following features: * Block individual users (with an optional auto-reply) * Block messages from people who are not on your contact list (with an optional auto-reply) * Suppress repeated authorization requests This plugin was formerly known as gaim-blocky. WWW: https://github.com/cockroach/pidgin-privacy-please |
2010-09-01T17:54:57+00:00 | deskutils/sciplore-mindmapping |
Mind Mapping tool with Reference and PDF Management SciPlore MindMapping is based on FreeMind but extended with features for students & researchers. It integrates mind maps with reference and pdf management (BibTeX support & PDF Bookmark import). WWW: http://www.sciplore.org/software/sciplore_mindmapping/ |
2010-09-01T15:31:52+00:00 | security/suricata |
High Performance Network IDS, IPS and Security Monitoring engine The Suricata Engine is an Open Source Next Generation Intrusion Detection and Prevention Engine developed by the Open Information Security Foundation (OISF). This engine is not intended to just replace or emulate the existing tools in the industry, but will bring new ideas and technologies to the field. OISF is part of and funded by the Department of Homeland Security's Directorate for Science and Technology HOST program (Homeland Open Security Technology), by the Navy's Space and Naval Warfare Systems Command (SPAWAR), as well as through the very generous support of the members of the OISF Consortium. More information about the Consortium is available, as well as a list of our current Consortium Members. WWW: https://suricata-ids.org |
2010-09-01T14:36:07+00:00 | devel/geany-plugins |
Geany plugins (meta port) Plenty of plugins for different purposes from the Geany-Plugins project. WWW: https://plugins.geany.org/ |
2010-09-01T10:35:12+00:00 | astro/fowsr |
Fine Offset Weather Station Reader fowsr is an application that reads from wireless weather stations * WH1080 / WH1081 / WH1090 / WH1091 / WH2080 / WH2081 * Watson W-8681 * Scientific Sales Pro Touch Screen Weather Station * TOPCOM NATIONAL GEOGRAPHIC 265NE * PCE-FWS 20 * ... and other similar USB devices from Fine Offset Electronics Co., LTD. compatible with the EasyWeather application . The result is a weather history log file that can be uploaded to a central server for further processing. Example script files for uploads is included. So far the following formats are supported: * Weather Underground * pywws * XML fowsr performs a complete read out of the weather station memory using its USB port, and stores the result in a cache file to speed up later read-outs. Rain data is then calculated per hour, day, week and month if data for these periods exist. No further data processing is performed. This makes fowsr very small and well suited for running in embedded devices at remote locations. WWW: https://github.com/apachler/fowsr |
2010-09-01T07:15:59+00:00 | dns/dnscheckengine |
DNS checker from the folks that run the .SE top level domain DNSCheck is a program that is designed to help people check, measure and hopefully also understand the workings of the Domain Name System. When used to check an domain (aka zone) is submitted to DNSCheck, it will investigate the general health by performing various tests and sanity checks. WWW: http://dnscheck.iis.se/ |
2010-08-31T02:04:59+00:00 | textproc/simplexml |
C++ XML parser library A C++ XML parser library. WWW: http://bitbucket.org/klepa/simplexml |
2010-08-30T23:24:57+00:00 | security/p5-Auth-YubikeyDecrypter |
Decrypting the output from the yubikey token Decrypt the output from the yubikey token The hardware can be found at http://www.yubico.com/home/index/ The decryption module does only one thing - decrypt the AES encrypted OTP from the Yubikey. To this, it requires the OTP, and the AES key. Please note - this module does not perform authentication - it is a required component to decrypt the token first before authentication can be performed. WWW: https://metacpan.org/release/Auth-Yubikey_Decrypter |
2010-08-30T21:49:13+00:00 | mail/rubygem-pony |
Express way to send mail from Ruby The express way to send mail from Ruby. Send email in one command: Pony.mail(:to => 'someone@example.com', :body => 'hello') Pony uses /usr/sbin/sendmail to send mail if it is available, otherwise it uses SMTP to localhost. Also, you may need rubygem-smtp_tls if you want to send via tls/ssl and are using ruby < 1.8.7 WWW: https://github.com/benprew/pony |
2010-08-30T21:48:50+00:00 | mail/rubygem-mail |
Ruby email handler Mail is an library for Ruby to handle email generation, parsing and sending in a simple, rubyesque manner. WWW: https://github.com/mikel/mail |
2010-08-30T21:26:48+00:00 | devel/bzr-externals |
Support external branches like svn:externals This is a plugin for bzr. Using hooks, this plugin supports external branches for the following commands: * branch * checkout * commit * pull * push * update WWW: https://launchpad.net/bzr-externals |
2010-08-29T15:34:55+00:00 | math/octave-forge-dataframe |
Octave-forge package ${OCTAVE_PKGNAME} The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is dataframe. Data manipulation toolbox similar to R data.frame. WWW: http://octave.sourceforge.net/ |
2010-08-28T15:56:43+00:00 | textproc/jarnal |
Tool to take notes, annotate documents (including PDF), and more Jarnal is an open-source application for notetaking, sketching, keeping a journal, making a presentation, annotating a document - including pdf - or collaborating using a stylus, mouse or keyboard. It is similar to Microsoft Windows Journal and to the earlier Mimeo whiteboarding and Palm notepad applications. WWW: http://www.dklevine.com/general/software/tc1000/jarnal.htm |
2010-08-27T18:50:23+00:00 | www/lighttpd-mod_h264_streaming |
H264 streaming module for lighttpd This is the H264 Streaming Module for the lighttpd webserver. Its features are as follows: * Timeshifting seek * Virtual video clips * Network efficiency * Encoding WWW: http://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Lighttpd-Version2 |
2010-08-27T18:49:00+00:00 | www/lighttpd-mod_geoip |
GeoIP module for lighttpd mod_geoip is a lighttpd module that looks up the country code for the IP address making the request without using reverse DNS. WWW: http://redmine.lighttpd.net/wiki/1/Docs:ModGeoip |
2010-08-27T01:29:50+00:00 | databases/rubygem-bigrecord |
Intended to work as a drop-in for Rails applications BigRecord is built from ActiveRecord, and intended to seamlessly integrate into your Ruby on Rails applications. WWW: http://www.bigrecord.org |
2010-08-27T01:09:44+00:00 | databases/rubygem-dm-validations |
Library for performing validations on DM models and pure Ruby object Library for performing validations on DM models and pure Ruby object WWW: https://github.com/datamapper/dm-validations |
2010-08-27T01:09:44+00:00 | databases/rubygem-dm-transactions |
Makes transaction support available for adapters that support them Makes transaction support available for adapters that support them WWW: https://github.com/datamapper/dm-transactions |
2010-08-27T01:09:44+00:00 | databases/rubygem-dm-timestamps |
DataMapper plugin for magical timestamps DataMapper plugin for magical timestamps WWW: https://github.com/datamapper/dm-timestamps |
2010-08-27T01:09:44+00:00 | databases/rubygem-dm-serializer |
DataMapper plugin for serializing Resources and Collections DataMapper plugin for serializing Resources and Collections WWW: https://github.com/datamapper/dm-serializer |
2010-08-27T01:09:44+00:00 | databases/rubygem-dm-migrations |
DataMapper plugin for writing and specifying migrations DataMapper plugin for writing and speccing migrations WWW: https://github.com/datamapper/dm-migrations |
2010-08-27T01:09:44+00:00 | databases/rubygem-dm-constraints |
DataMapper plugin constraining relationships DataMapper plugin constraining relationships WWW: https://github.com/datamapper/dm-constraints |
2010-08-26T14:57:15+00:00 | mail/scam-backscatter |
Address verification milter to prevent spam backscatter scam-backscatter milter Scam-backscatter prevents spam backscatter (accept and bounce) on mail servers which don't host mailboxes locally. It validates mailboxes by verifying the recipient addresses hosted on a different mail server. WWW: http://www.elandsys.com/scam/scam-backscatter/ |
2010-08-26T13:40:11+00:00 | security/strongswan |
Open Source IKEv2 IPsec-based VPN solution Strongswan is an open source IPsec-based VPN solution. Strongswan for FreeBSD implements both the IKEv1 and IKEv2 (RFC 5996) key exchange protocols. WWW: http://www.strongswan.org |
2010-08-26T13:20:17+00:00 | textproc/exmpp |
Fast and scalable library for XMPP written in Erlang/OTP exmpp is a fast and scalable library for the Extensible Messaging and Presence Protocol (XMPP) written in Erlang/OTP. Main features: - Based on Erlang message reception and pattern matching. The programming style is close to Erlang approach and lead to very short pieces of code. - Support for both formating of client and server packets. - Based on Erlang atoms and binary to limit memory consumption. It can be used to write a highly scalable XMPP proxy or XMPP server. - SSL support. - Several different XML parsers can be used (expat, libxml2). WWW: https://support.process-one.net/doc/display/EXMPP/exmpp+home |
2010-08-26T13:12:40+00:00 | net/p5-Net-Google-Code |
Simple client library for Google code Net::Google::Code is a simple client library for projects hosted in Google Code. WWW: https://metacpan.org/release/Net-Google-Code |
2010-08-26T10:49:27+00:00 | devel/lua-alien |
Lua -> C FFI Alien lets a Lua application call load dynamic libraries and call C functions in a portable way, using libffi. WWW: http://mascarenhas.github.com/alien |
2010-08-26T08:20:47+00:00 | deskutils/hebcal |
Perpetual Jewish calendar Jewish holidays calendar and date converter. WWW: https://hebcal.github.io |
2010-08-25T13:42:26+00:00 | www/trac-downloads |
Trac plugin providing a downloads section This plugin provides downloads section which may contain releases or other files. It is administrated via WebAdminPlugin and there is an interface to the trac-admin tool that may help during automatic server maintenance. The Downloads section of Trac displays a table with information about the uploaded files such as description, component, version, size, architecture, type and optionally assigned tags which the download is related to. It also collects information about number of downloads which can be displayed on wiki page together with direct links to the specified download. WWW: https://trac-hacks.org/wiki/DownloadsPlugin |
2010-08-25T06:42:48+00:00 | math/levmar |
GPL-licensed library implementing the Levenberg-Marquardt algorithm levmar is a GPL-licensed library written in C, that implements the Levenberg-Marquardt (LM) optimization algorithm, one of the most effective methods for solving nonlinear least squares problems. WWW: http://www.ics.forth.gr/~lourakis/levmar/ |
2010-08-24T13:58:14+00:00 | x11-toolkits/fox17 |
Fast and extensive C++ GUI toolkit (development version) FOX is a C++ based Toolkit for developing Graphical User Interfaces easily and effectively. It offers a wide, and growing, collection of Controls, and provides state of the art facilities such as drag and drop, selection, as well as OpenGL widgets for 3D graphical manipulation. FOX also implements icons, images, and user-convenience features such as status line help, and tooltips. Tooltips may even be used for 3D objects! WWW: http://www.fox-toolkit.org/ |
2010-08-24T07:53:40+00:00 | editors/fxite |
Advanced cross-platform text editor FXiTe is an advanced cross-platform text editor built with the Fox GUI toolkit and the FXScintilla text widget. It features built-in syntax highlighting for 40+ languages, an embedded Lua scripting engine, macro recording and playback, multi-line regular expression search and replace, rudimentary ctags and calltip support, a flexible interface to external tools, and a built-in "message window" to capture the output of external commands such as compiler error messages, etc. WWW: https://github.com/yetanothergeek/fxite |
2010-08-23T11:20:59+00:00 | benchmarks/randomio |
Multithreaded disk i/o microbenchmark Randomio is a multithreaded disk i/o microbenchmark. It requires O_DIRECT, pread/pwrite, and pthreads. WWW: http://www.arctic.org/~dean/randomio/ |
2010-08-23T04:11:32+00:00 | devel/rubygem-unicode |
Unicode string manipulation library for Ruby Unicode string manipulation library for Ruby. This library is based on UTR #15 Unicode Normalization Forms[1]. [1] http://www.unicode.org/unicode/reports/tr15/ WWW: http://www.yoshidam.net/Ruby.html#unicode |
2010-08-23T04:08:53+00:00 | www/rubygem-domainatrix |
Library for parsing domain names and canonicalizing URLs The Domainatrix library is used for parsing domain names, canonicalizing URLs, and a few other things. It uses the list of domain names from the Public Suffix List to know what constitutes a subdomain, domain, and public suffix. WWW: https://github.com/pauldix/domainatrix |
2010-08-23T02:40:15+00:00 | sysutils/swapmon |
Add/remove swapspace as needed swapmon will check the current swapusage and if more than SWAP_HIGH per- cent of swapspace is in use it will create a new swapfile with a size of size of SWAP_STEP percent of the current swapspace and activate it. If less than SWAP_LOW percent of swapspace is in use it will deactivate a previously added swapspace file and remove it. WWW: http://www.nagilum.net/swapmon/ freebsd@nagilum.org |
2010-08-22T21:34:57+00:00 | devel/bzr-builder |
Bzr plugin to construct a bzr branch based on a "recipe" A "recipe" specifies a number of branches to combine in a certain way. This plugin will take the recipe and give you the resulting branch. It also has a command to then build a source package from the resulting branch and optionally upload it somewhere. WWW: https://launchpad.net/bzr-builder |
2010-08-22T21:34:28+00:00 | devel/bzr-loom |
Bazaar plugin to assist in developing focused patches Loom is a Bazaar plugin to assist in developing focused patches. It adds a 'loom' to a bzr branch. A loom allows the development of multiple patches at once, while still giving each patch a branch of its own. WWW: https://launchpad.net/bzr-loom |
2010-08-22T21:33:27+00:00 | textproc/libcue |
CUE Sheet Parser Library Libcue is intended to parse a so called cue sheet from a char string or a file pointer. For handling of the parsed data a convenient API is available. This project is meant as a fork of cuetools by Svend Sorensen which saw it last release in 02/2006. WWW: https://github.com/lipnitsk/libcue |
2010-08-22T16:54:24+00:00 | sysutils/gdisk |
GPT fdisk GPT fdisk (aka gdisk) by Roderick W. Smith, rodsmith@rodsbooks.com This software is intended as a (somewhat) fdisk-workalike program for GPT-partitioned disks. Specific advantages of gdisk, cgdisk and sgdisk include: * Edit GUID partition table (GPT) definitions in Linux, FreeBSD, MacOS X, or Windows * Convert MBR to GPT or back without data loss * Convert BSD disklabels to GPT without data loss * Create hybrid MBR, which permits GPT-unaware OSes to access up to three GPT partitions on the disk * Repair damaged GPT data structures * The ability to specify sector-exact partition sizes * Clear identification of the number of unallocated sectors on a disk WWW: http://www.rodsbooks.com/gdisk/ http://www.rodsbooks.com/fixparts/ |
2010-08-22T16:28:30+00:00 | security/clamd-stream-client |
Standalone clamav client Small client to ask a clamav antivirus server if a file containt a virus. May be used with procmail or maildrop rules. Clamav library is not required to be installed on the running host. WWW: http://clamd-stream-cl.sourceforge.net/ |
2010-08-22T15:07:57+00:00 | devel/maven-ant-tasks |
Allows Maven artifact handling to be used from within an Ant build The Maven Ant Tasks allow several of Maven's artifact handling features to be used from within an Ant build. These include: - Dependency management - including transitive dependencies, scope recognition and SNAPSHOT handling - Artifact deployment - deployment to a Maven repository (file integrated, other with extensions) - POM processing - for reading and writing a Maven 2 pom.xml file WWW: http://maven.apache.org/ant-tasks/index.html |
2010-08-22T14:49:17+00:00 | x11-fonts/droid-fonts-ttf |
Droid typeface family The Droid typeface family was designed in the fall of 2006 by Ascender's Steve Matteson, as a commission from Google to create a set of system fonts for its Android platform. The goal was to provide optimal quality and comfort on a mobile handset when rendered in application menus, web browser and for other screen text. WWW: https://www.droidfonts.com/ |
2010-08-22T14:27:13+00:00 | devel/p5-indirect |
Lexically warn about using the indirect object syntax indirect - Lexically warn about using the indirect object syntax in Perl 5 My working version of this port is at: https://github.com/drench/FreeBSD-p5-indirect WWW: https://metacpan.org/release/indirect |
2010-08-22T14:15:00+00:00 | emulators/pcsxr |
Playstation (PSX) emulator Pcsx-reloaded is a Playstation (PSX) emulator. It is an improved version of pcsx-df, which is itself of fork of pcsx. WWW: http://pcsxr.codeplex.com |
2010-08-22T13:00:09+00:00 | net/rubygem-net-ldap |
Pure Ruby LDAP support library with most client features Net::LDAP is an LDAP support library written in pure Ruby. It supports most LDAP client features and a subset of server features as well. * Standards-based (going for RFC 4511) * Portable: 100% Ruby WWW: https://github.com/ruby-ldap/ruby-net-ldap |
2010-08-22T12:52:07+00:00 | databases/my2cego |
Imports mysqldump files into cego my2cego is a tool to import mysql database dumps into Cego, a Relational Database Management System (RDBMS). Many more details are available at: WWW: http://www.lemke-it.com/ |
2010-08-22T12:29:38+00:00 | net-p2p/py-transmissionrpc |
Python module that communicates with Transmission through JSON-RPC This is a python module that can communicate with Transmission through json-rpc. WWW: https://bitbucket.org/blueluna/transmissionrpc/wiki/Home |
2010-08-22T11:41:18+00:00 | sysutils/fusefs-fusexmp_fh |
Dummy driver from fusefs-libs example fusexmp_fh is a example from fusefs-libs, could be a dummy driver for using fuse modules. For example: `fusexmp_fh -omodules=iconv:subdir,from_code=big5,to_code=utf8,subdir=/mnt/big5 /mnt/utf8` WWW: https://sourceforge.net/projects/fuse/ |
2010-08-22T07:28:00+00:00 | multimedia/bangarang |
Media player for KDE 4 A light media player for KDE 4, fully integrated with Nepomuk semantic desktop. WWW: http://bangarangkde.wordpress.com/ |
2010-08-22T03:41:56+00:00 | net/py-eventlet |
Highly concurrent networking library Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it. It uses epoll or libevent for highly scalable non-blocking I/O. Coroutines ensure that the developer uses a blocking style of programming that is similar to threading, but provide the benefits of non-blocking I/O. The event dispatch is implicit, which means you can easily use Eventlet from the Python interpreter, or as a small part of a larger application. WWW: https://eventlet.net/ WWW: https://github.com/eventlet/eventlet |
2010-08-21T22:24:43+00:00 | www/py-rssdler |
Automatically grab link elements of an RSS feed A utility to automatically download enclosures and other objects linked to from various types of RSS feeds. Works well on podcasts, videocasts, and torrents. WWW: http://code.google.com/p/rssdler/ |
2010-08-21T16:04:45+00:00 | math/x12arima |
X-12-ARIMA seasonal adjustment program X-12-ARIMA is seasonal adjustment software produced, distributed, and maintained by the U.S. Census Bureau, where it is used for all official seasonal adjustments. WWW: http://www.census.gov/srd/www/x12a/ |
2010-08-21T15:42:26+00:00 | sysutils/hatop |
Interactive real-time monitoring tool for the HAProxy unix socket HATop is an interactive ncurses client and real-time monitoring statistics displaying tool for the HAProxy Unix socket. HATop's appearance is similar to top. It supports various modes for detailed statistics of all configured proxies and services in near realtime. In addition, it features an interactive CLI for the haproxy Unix socket. This allows administrators to control the given haproxy instance (change server weight, put servers into maintenance mode, etc.) directly out of hatop (using keybinds or the CLI) and monitor the results immediately. WWW: https://github.com/jhunt/hatop |
2010-08-21T09:27:45+00:00 | security/blindelephant |
Fingerprint the web applications used by a web site The BlindElephant Web Application Fingerprinter attempts to discover the version of a (known) web application by comparing static files at known locations against precomputed hashes for versions of those files in all available releases. The technique is fast, low-bandwidth, non-invasive, generic, and highly automatable. WWW: http://blindelephant.sourceforge.net/ |
2010-08-20T13:56:30+00:00 | audio/mp3-archive-tools |
Set of tools to ease organising a collection of audio files MP3 Archive Tools is a set of tools to ease organising a collection of mp3 (and other audio) files. WWW: https://erislabs.net/ianb/projects/mp3-archive-tools/ |
2010-08-20T13:48:23+00:00 | audio/mp3lint |
Configurable tool to check collections of audio files mp3lint is a tool to check collections of audio files for various problems. It is highly configurable, allowing you to specify your preferred format for filenames, minimum bitrate, tests to ignore, etc. Formats checked are currently mp3, ogg, wav, flac, au, and m3u playlists. mp3lint is implemented as separate tools (perl modules), each of which implements a set of tests. There are a total of 32 different tests. WWW: https://erislabs.net/ianb/projects/mp3lint/ |
2010-08-20T13:42:22+00:00 | audio/libmp3-archive-perl |
Perl module to manipulate filenames containing music metadata MP3::Archive (packaged as libmp3-archive-perl) is a perl module to encapsulate the parsing and creation of filenames containing music metadata (artist, album, etc). It is used by mp3-archive-tools and mp3lint. WWW: https://erislabs.net/ianb/projects/libmp3-archive-perl/ |
2010-08-20T12:06:27+00:00 | editors/wordgrinder |
Simple Unicode-aware console and X11-based word processor WordGrinder is an ultra-clean and uncluttered word processor that runs in a terminal or an X11 window. The author made WordGrinder to have something to write novels on. It supports just enough character and paragraph style support to let you get the job done, while not enough to let you waste time configuring them. WWW: http://cowlark.com/wordgrinder/ |
2010-08-20T11:13:23+00:00 | databases/hypertable |
High performance distributed data storage system Hypertable is a high performance distributed data storage system designed to support applications requiring maximum performance, scalability, and reliability. Hypertable will be particularly invaluable to any organization that needs to manage rapidly evolving data to support demanding real-time applications. Modeled after Google's well known Bigtable project, Hypertable is designed to manage the storage and processing of information on a large cluster of commodity servers, providing resilience to machine and component failures. Hypertable seeks to set the open source standard for highly available, petabyte scale, database systems. WWW: http://hypertable.org/ |
2010-08-20T01:31:47+00:00 | devel/p5-Child |
Object oriented simple interface to fork() Child - a Perl 5 OO interface to fork() My working version of this port is at: https://github.com/drench/FreeBSD-p5-Child WWW: https://metacpan.org/release/Child |
2010-08-19T20:09:06+00:00 | audio/linux-f10-openal-soft |
A 3D positional spatialized sound library (Linux Fedora 10) ${.CURDIR}/../${PORTNAME}/pkg-descr |
2010-08-19T15:39:16+00:00 | lang/ldc-devel |
D frontend for llvm, with the Tango standard library LDC is a compiler for the D programming Language. It is based on the DMD frontend and uses LLVM as the backend. LLVM provides a fast and modern backend for high quality code generation. LDC is released under a BSD license with exceptions for the DMD frontend and code from GDC. The development takes place mostly on x86-32 and x86-64 Linux and that is where LDC works best. Support for other platforms and architectures is under development, but we are still looking for people to help test and adjust LDC for those platforms! LDC already compiles a lot of D code, but should still be considered beta quality. Take a look at the tickets to get a better impression of what still needs to be implemented. WWW: http://www.dsource.org/projects/ldc |
2010-08-19T14:43:59+00:00 | devel/checkheaders |
Checks headers in C/C++ programs This software checks the headers in a C/C++ program, and detects unnecessary inclusions. A "#include" is needed if any symbol names match. If there are no matching symbol names, it is not needed. This tool will work best if all classes, variables, constants, functions, etc. have unique names. WWW: http://code.google.com/p/checkheaders/ WWW: https://github.com/anastmag/checkheaders/ |
2010-08-19T01:29:41+00:00 | audio/ctronome |
Programmable console-based metronome A very simple yet powerful programmable console metronome. WWW: http://ctronome.kign.org/ |
2010-08-18T19:16:50+00:00 | net/rsplib |
RSerPool Framework and Example Applications RSerPool client/server API library for load distribution and Reliable Server Pooling (RSerPool) is the IETF's standard (RFC 5351 to RFC 5356) for a lightweight server pool and session management framework. It provides highly available pool management (that is registration handling and load distribution/balancing) by components called Registrar and a client-side/server-side API for accessing the service of a pool. WWW: https://www.uni-due.de/~be0001/rserpool/ |
2010-08-18T19:14:53+00:00 | x11-fonts/mondulkiri |
Mondulkiri Khmer fonts A collection of Mondulkiri Opentype fonts. The package contains: - Mondulkiri Normal text font - Mondulkiri Bold form of normal text font - Mondulkiri Very bold font for titles etc. - Mondulkiri 4 characters have the shapes found in the Chuon Nath dictionary - Mondulkiri high line-spacing font - Mondulkiri diagnostic font showing spaces and zero-width (non-)joiner WWW: https://sourceforge.net/projects/khmer/ |
2010-08-18T18:12:02+00:00 | devel/htable |
Lightweight implementation of hash tables in C htable is a lightweight implementation of hash tables in C, greatly inspired by the implementations of spray and red-black trees found in *BSD kernels. To use it, you only need to copy the header file "htable.h" into your project. WWW: http://culot.org/public/Code/htable.html |
2010-08-18T17:43:31+00:00 | sysutils/monitorix |
Web based monitoring system Monitorix is a free, open source, lightweight system monitoring tool designed to monitor as many services and system resources as possible. It has been created to be used under production UNIX/Linux servers, but due to its simplicity and small size may also be used to monitor embedded devices as well. It mainly consists mainly of two programs: a collector, called monitorix, which is a Perl daemon that is started automatically like any other system service, and a CGI script called monitorix.cgi. WWW: https://www.monitorix.org/ |
2010-08-18T16:56:10+00:00 | multimedia/youtube-viewer |
Search and play YouTube videos streaming in MPlayer Youtube Viewer is a CLI application dedicated for searching and streaming Youtube Videos with MPlayer. It has been written in Perl and plays videos from Youtube at the best quality available without using a flash player. WWW: https://code.google.com/p/trizen/ |
2010-08-18T15:45:03+00:00 | audio/jack_mixer |
Mixer for the jack audio connection kit jack_mixer is a GTK+ JACK audio mixer app with a look similar to its hardware counterpart. It has lot of useful features, apart from being able to mix multiple JACK audio streams. WWW: http://home.gna.org/jackmixer/ |
2010-08-18T13:41:08+00:00 | devel/bzr-grep |
Bazaar plugin to grep files bzr-grep is a plugin for bzr to grep files. Its purpose is to print lines matching PATTERN for specified files and revisions. WWW: https://launchpad.net/bzr-grep |
2010-08-18T07:44:33+00:00 | sysutils/plasma-applet-apcups |
Plasma applet to monitor the status of APC UPS A KDE Plasma applet that monitors uninterruptible power supplies controlled by apcupsd <http://www.apcupsd.com/>. It can connect to any UPS (or more precisely: any apcupsd daemon) which is reachable over the network. WWW: http://code.google.com/p/plasma-apcups/ |
2010-08-17T23:00:22+00:00 | sysutils/sievelog |
Syslog message filter Sievelog is a message dispatcher inspired by swatch but more focused on the following problems: * Having a clean syntax * Directing a raw syslog stream to different files based on content * Mailing out alerts based on content * Being fast Sievelog's syntax is as simple as "<regex>" -> /some/file. WWW: http://sievelog.googlecode.com/ |
2010-08-17T20:32:16+00:00 | devel/cmph |
Minimal perfect hashes for C A perfect hash function maps a static set of n keys into a set of m integer numbers without collisions, where m is greater than or equal to n. If m is equal to n, the function is called minimal. Minimal perfect hash functions are widely used for memory efficient storage and fast retrieval of items from static sets, such as words in natural languages, reserved words in programming languages or interactive systems, universal resource locations (URLs) in Web search engines, or item sets in data mining techniques. Therefore, there are applications for minimal perfect hash functions in information retrieval systems, database systems, language translation systems, electronic commerce systems, compilers, operating systems, among others. WWW: http://cmph.sourceforge.net/ |
2010-08-17T19:56:28+00:00 | devel/p5-Class-Accessor-Lite |
Minimalistic variant of p5-Class-Accessor Class::Accessor::Lite is a variant of Class::Accessor. It is fast and requires less typing, has no dependencies to other modules, and does not mess up the @ISA. WWW: https://metacpan.org/release/Class-Accessor-Lite |
2010-08-17T10:27:36+00:00 | devel/libdisorder |
Simple C library for entropy measurement Disorder and chaos are interesting phenomena. Calculating the amount of entropy, information, or disorder in an information stream or data collection has many interesting applications. libdisorder provides a simple C library for calculating classic Shannon entropy (more to come in future releases). WWW: http://libdisorder.freshdefense.net/ |
2010-08-16T19:02:43+00:00 | net/x2goclient |
Qt client for the X2Go system x2goclient is a GUI application for launching server-side X2Go sessions. WWW: http://www.x2go.org/ |
2010-08-16T18:37:33+00:00 | sysutils/fpc-uuid |
Free Pascal uuid unit |
2010-08-16T18:35:46+00:00 | audio/fpc-sndfile |
Free Pascal Interface to sndfile library |
2010-08-16T18:34:01+00:00 | graphics/fpc-rsvg |
Free Pascal interface to librsvg2 library |
2010-08-16T18:31:59+00:00 | lang/fpc-rexx |
Free Pascal interface to the rexx-regina library |
2010-08-16T18:30:13+00:00 | graphics/fpc-proj4 |
Free Pascal interface to proj library |
2010-08-16T18:28:34+00:00 | audio/fpc-openal |
Free Pascal interface to openal library |
2010-08-16T18:26:44+00:00 | audio/fpc-oggvorbis |
Free Pascal interface to ogg & vorbis libraries |
2010-08-16T18:24:16+00:00 | devel/fpc-newt |
Free Pascal interface to newt library |
2010-08-16T18:22:32+00:00 | audio/fpc-modplug |
Free Pascal interface to modplug library |
2010-08-16T18:20:37+00:00 | multimedia/fpc-matroska |
Free Pascal interface to matroska library |
2010-08-16T18:18:47+00:00 | audio/fpc-mad |
Free Pascal interface to mad library |
2010-08-16T18:17:11+00:00 | lang/fpc-lua |
Free Pascal interface to the lua interpreter |
2010-08-16T18:14:38+00:00 | textproc/fpc-libxml2 |
Interface to xml2 library |
2010-08-16T18:12:29+00:00 | net/fpc-ldap |
Free Pascal interface to OpenLDAP |
2010-08-16T18:10:02+00:00 | graphics/fpc-hermes |
Free Pascal hermes unit |
2010-08-16T18:07:49+00:00 | math/fpc-gmp |
Free Pascal interface to gmp library |
2010-08-16T18:05:28+00:00 | graphics/fpc-fpvectorial |
Free Pascal fpvectorial unit |
2010-08-16T18:02:33+00:00 | devel/fpc-fcl-res |
Free Pascal resource handlers (FCL) |
2010-08-16T17:58:39+00:00 | multimedia/fpc-dts |
Free Pascal interface to the dts library |
2010-08-16T17:56:07+00:00 | devel/fpc-dbus |
Free Pascal interface to dbus library |
2010-08-16T17:53:02+00:00 | audio/fpc-a52 |
Free Pascal interface to a52 library |
2010-08-16T17:51:09+00:00 | archivers/fpc-bzip2 |
Free Pascal bzip2 unit |
2010-08-16T17:46:57+00:00 | www/fpc-fastcgi |
Free Pascal fastcgi unit |
2010-08-16T15:43:58+00:00 | www/trafficserver |
Fast, scalable and extensible HTTP proxy server Apache Traffic Server is a high-performance web proxy cache that improves network efficiency and performance by caching frequently-accessed information at the edge of the network. WWW: https://trafficserver.apache.org/ |
2010-08-15T08:47:04+00:00 | archivers/p5-IO-Compress-Lzma |
Write lzma files / buffers IO::Compress::Lzma is a perl module for reading/writing lzma files/buffer. WWW: https://metacpan.org/release/IO-Compress-Lzma |
2010-08-15T08:46:24+00:00 | archivers/p5-Compress-Raw-Lzma |
Low-Level Interface to lzma compression library Compress::Raw::Lzma is a low-Level interface to lzma compression library. WWW: https://metacpan.org/release/Compress-Raw-Lzma |
2010-08-15T08:44:23+00:00 | www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging |
Helps you paginate, search, sort, and more easily using DBIx::Class Catalyst::TraitFor::Controller::DBIC::DoesPaging - Helps you paginate, search, sort, and more easily using DBIx::Class. This module helps you to map various DBIx::Class features to CGI parameters. For the most part that means it will help you search, sort, and paginate with a minimum of effort and thought. WWW: https://metacpan.org/release/Catalyst-TraitFor-Controller-DBIC-DoesPaging |
2010-08-14T19:31:02+00:00 | misc/freeswitch-pizzademo |
FreeSwitch pizza demo FreeSwitch PockectSphinx Pizza Demo |
2010-08-14T19:06:13+00:00 | misc/freeswitch-scripts |
FreeSwitch Scripts port for Various Freeswitch scripts . |
2010-08-14T15:48:51+00:00 | security/openvpn-beta |
Secure IP/Ethernet tunnel daemon This is a BETA build for OpenVPN. This means that this port may not function properly in a production environment, but we've made strong efforts toward making this as releasble as possible. Please use this port to aid OpenVPN to test and make this next release as stable as possible. OpenVPN is a robust, scalable and highly configurable VPN (Virtual Private Network) daemon which can be used to securely link two or more private networks using an encrypted tunnel over the internet. It can operate over UDP or TCP, can use SSL or a pre-shared secret to authenticate peers, and in SSL mode, one server can handle many clients. DO NOT USE IN PRODUCTION WITHOUT CAUTION WWW: http://openvpn.net/ |
2010-08-14T12:02:48+00:00 | games/atanks |
2D tank game with large, cartoonish weapons This is a port of Atomic Tanks, a 2D tank game where small tanks use cartoonishly large weapons to blow up each other. Atomic Tanks is loosely based on the classic DOS game, Scorched Earth. The game is very flexible, allowing anywhere from two to ten players, variable environments and a wide range of weapons and other items. To work, this game requires that the Allegro graphics library be installed. WWW: http://atanks.sourceforge.net/ |
2010-08-13T14:02:57+00:00 | vietnamese/x-unikey |
Vietnamese input method for X UniKey is a very small and easy-to-use Vietnamese keyboard for Windows. X-Unikey is Unikey ported to Linux and FreeBSD. X-Unikey lets you type Vietnamese in X Window environment. WWW: http://www.unikey.org/linux.php |
2010-08-13T05:55:54+00:00 | archivers/squeeze |
Squeeze is a modern and advanced archive manager Squeeze is a modern and advanced archive manager for the Xfce Desktop Environment. Its design adheres to the Xfce philosophy, which basically means Squeeze is designed to be both fast and easy to use. WWW: http://squeeze.xfce.org/ |
2010-08-12T20:51:33+00:00 | security/dradis |
Opensource framework to enable effective information gathering dradis is an open source framework to enable effective information sharing. dradis is a self-contained web application that provides a centralised repository of information to keep track of what has been done so far, and what is still ahead. Features include: * Easy report generation. * Support for attachments. * Integration with existing systems and tools through server plugins. * Platform independent. WWW: http://dradisframework.org/ |
2010-08-12T20:20:23+00:00 | net/gpxe |
Open Source (GPL) gPXE network bootloader gPXE is an open-source PXE implementation and bootloader. Create network booting code that allows computers to load their operating system from a network or to extend an existing PXE implementation with support for additional protocols, such iSCSI, HTTP, TFTP, NFS, FTP and ATA over Ethernet. WWW: http://etherboot.org/wiki/index.php |
2010-08-12T12:47:33+00:00 | devel/p5-Devel-CheckLib |
Check that a library is available Devel::CheckLib provides a way of checking whether a particular library and its headers are available, by attempting to compile a simple program and link against it. WWW: https://metacpan.org/release/Devel-CheckLib |
2010-08-12T12:32:38+00:00 | devel/p5-MooseX-FollowPBP |
Name your accessors get_foo() and set_foo() This module does not provide any methods. Simply loading it changes the default naming policy for the loading class so that accessors are separated into get and set methods. The get methods are prefixed with "get_" as the accessor, while set methods are prefixed with "set_". This is the naming style recommended by Damian Conway in Perl Best Practices. WWW: https://metacpan.org/release/MooseX-FollowPBP |
2010-08-11T14:39:09+00:00 | databases/sqlite-ext-mobigroup |
Mobigroup functions library for SQLite These SQLite extension libraries provide the following functions: Compress content into a blob using libz (loaded with ".load libsqlitecompress.so"): COMPRESS, UNCOMPRESS IPv4 functions (loaded with ".load libsqliteipv4.so"): ISINNET, ISSAMENET IP2INT, INT2IP NETFROM, NETTO NETLENGTH, NETMASKLENGTH Shell environment functions (loaded with ".load libsqliteenv.so"): CURRENT_USER CURRENT_LOCALE GETENV MD5 message-digest algorithm functions (loaded with ".load libsqlitemd5.so"): GROUP_MD5 MD5 MD5FILE WWW: http://sqlite.mobigroup.ru/wiki?name=extensions |
2010-08-10T21:50:13+00:00 | textproc/uim-qt4 |
Qt4 modules of uim input method Qt4 IM modules of uim input method. WWW: https://github.com/uim/uim |
2010-08-10T03:21:10+00:00 | net/remmina-plugin-xdmcp |
Remmina plugin for XDMCP protocol |
2010-08-10T03:17:50+00:00 | net/remmina-plugin-vnc |
Remmina plugin for VNC protocol |
2010-08-10T03:14:29+00:00 | net/remmina-plugin-telepathy |
Remmina plugin for Telepathy support |
2010-08-10T03:09:05+00:00 | net/remmina-plugin-rdp |
Remmina plugin for RDP protocol |
2010-08-10T03:05:13+00:00 | net/remmina-plugin-i18n |
Localized messages for Remmina plugins |
2010-08-10T02:56:20+00:00 | net/remmina-plugins |
Remmina plugin system Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistant user interface. WWW: https://www.remmina.org/ |
2010-08-09T05:41:22+00:00 | devel/buildbot-slave |
Continuous Integration Framework (Slave) This port is the slave part of BuildBot. For the buildmaster, install the devel/buildbot port For more information, please see: http://buildbot.net/trac WWW: http://buildbot.net |
2010-08-09T05:38:04+00:00 | devel/p5-Package-DeprecationManager |
Manage deprecation warnings for your distribution This module allows you to manage a set of deprecations for one or more modules. WWW: https://metacpan.org/release/Package-DeprecationManager |
2010-08-09T05:36:37+00:00 | www/rubygem-sinatra-respond_to |
Respond_to style Rails block for Sinatra A respond_to style Rails block for baked-in web service support in Sinatra. WWW: https://github.com/cehoffman/sinatra-respond_to |
2010-08-09T05:36:05+00:00 | www/rubygem-emk-sinatra-url-for |
Construct absolute paths and full URLs for a Sinatra application sinatra-url-for constructs absolute paths and full URLs for handlers in a Sinatra application. Assuming that your application is running on example.com, and that it has been mapped to /myapp, you should be able call url_for from within a handler as follows: url_for "/" # Returns "/myapp/" url_for "/foo" # Returns "/myapp/foo" url_for "/foo", :full # Returns "http://example.com/myapp/foo" WWW: https://github.com/emk/sinatra-url-for |
2010-08-09T05:33:56+00:00 | irc/p5-POE-Session-Irssi |
Emit POE events for Irssi signals This POE::Session subclass helps you integrate POE and Irssi scripting. It connects the signals and commands handlers you define as POE events with the Irssi machinery. WWW: https://metacpan.org/release/POE-Session-Irssi |
2010-08-09T05:33:25+00:00 | devel/p5-POE-Loop-Glib |
Bridge that supports Glib event loop from POE A bridge that supports Glib's event loop from POE. WWW: https://metacpan.org/release/POE-Loop-Glib |
2010-08-09T05:30:51+00:00 | devel/p5-Devel-ArgNames |
Figure out the names of variables passed into subroutines Figure out the names of variables passed into subroutines. WWW: https://metacpan.org/release/Devel-ArgNames |
2010-08-09T04:54:33+00:00 | sysutils/rubygem-sys-uptime |
Provides uptime and boot time information The sys-uptime library is a simple interface for gathering uptime information. You can retrieve data in seconds, minutes, days, hours, or all of the above. WWW: https://github.com/djberg96/sys-uptime |
2010-08-09T04:53:54+00:00 | sysutils/rubygem-sys-admin |
Unified, cross platform replacement for the Etc module A unified, cross-platform replacement for the Etc module that allows you to get information about users and groups. WWW: https://github.com/djberg96/sys-admin |
2010-08-09T04:52:14+00:00 | sysutils/rubygem-sys-filesystem |
Ruby interface for getting filesystem information The sys-filesystem library provides an interface for gathering filesystem information, such as disk space and mount point data. WWW: https://github.com/djberg96/sys-filesystem |
2010-08-09T04:51:45+00:00 | sysutils/rubygem-sys-uname |
Ruby interface for getting system information A Ruby interface for getting system information along the lines of the uname Unix command WWW: https://github.com/djberg96/sys-uname |
2010-08-09T04:51:12+00:00 | sysutils/rubygem-sys-host |
Provides hostname, IP address, and other information for a given host Provides hostname, ip address, and other information for a given host. WWW: https://github.com/djberg96/sys-host |
2010-08-09T04:50:27+00:00 | devel/rubygem-test-unit |
Improved version of Test::Unit bundled in Ruby An xUnit family unit testing framework for Ruby. Test::Unit (test-unit) is unit testing framework for Ruby, based on xUnit principles. These were originally designed by Kent Beck, creator of extreme programming software development methodology, for Smalltalk's SUnit. It allows writing tests, checking results and automated testing in Ruby. WWW: https://github.com/test-unit/test-unit |
2010-08-08T18:04:52+00:00 | games/stonesoup-sdl |
|
2010-08-08T13:36:48+00:00 | audio/linux-musicipserver |
Application for generating playlists based upon musical content This is an application for generating playlists based upon musical content. WWW: http://www.amplifiedmusicservices.com/ |
2010-08-08T04:11:09+00:00 | www/linux-libgtkembedmoz |
HTML rendering library This port is for providing Linux version of libgtkembedmoz.so library used by some applications such as Adobe Reader. |
2010-08-07T16:07:21+00:00 | graphics/py-aafigure |
ASCII art to image converter written in Python aafigure is an ASCII art to image converter. ASCII art figures can be parsed and output as SVG, PNG, JPEG, PDF and more. This project provides a Python package, a command line script as well as Docutils and MoinMoin plugins. WWW: https://launchpad.net/aafigure/ |
2010-08-07T12:35:37+00:00 | graphics/visionworkbench |
General purpose image processing and computer vision library The NASA Vision Workbench (VW) is a general purpose image processing and computer vision library. WWW: http://ti.arc.nasa.gov/tech/asr/intelligent-robotics/nasa-vision-workbench/ |
2010-08-06T08:46:05+00:00 | editors/paredit-mode.el |
Minor mode for performing editing of S-expression data ParEdit (paredit.el) is a minor Emacs mode for performing structured editing of S-expression data. The typical example of this would be Lisp, Scheme or Clojure source code. ParEdit helps keep parentheses balanced and adds many keys for moving S-expressions and moving around in S-expressions. WWW: https://www.emacswiki.org/emacs/ParEdit |
2010-08-05T22:55:13+00:00 | audio/libfishsound |
Programming interface to decode/encode audio data libfishsound provides a simple programming interface for decoding and encoding audio data using the Xiph.org codecs (FLAC, Speex and Vorbis). libfishsound by itself is designed to handle raw codec streams from a lower level layer such as UDP datagrams. When these codecs are used in files, they are commonly encapsulated in Ogg to produce Ogg FLAC, Speex and Ogg Vorbis files. libfishsound is a wrapper around the existing codec libraries and provides a consistent, higher-level programming interface. It has been designed for use in a wide variety of applications; it has no direct dependencies on Ogg encapsulation, though it is most commonly used in conjunction with liboggz to decode or encode FLAC, Speex or Vorbis audio tracks in Ogg files, including Ogg Theora and Annodex. WWW: https://www.xiph.org/fishsound/ |
2010-08-05T17:41:00+00:00 | devel/p5-Module-Version |
Get module versions This module fetches the version of any other module. WWW: https://metacpan.org/release/Module-Version |
2010-08-05T15:48:51+00:00 | devel/p5-File-ShareDir-Install |
Install read-only data files from a distribution File::ShareDir::Install allows you to install read-only data files from a distribution. It is a companion module to File::ShareDir, which allows you to locate these files after installation. It is a port Module::Install::Share to ExtUtils::MakeMaker with the improvement of only installing the files you want; .svn and other source-control junk will be ignored. WWW: https://metacpan.org/release/File-ShareDir-Install |
2010-08-05T14:13:30+00:00 | mail/squirrelmail-squirrel_logger-plugin |
Logging functionality for your webmail interface This plugin implements logging functionality for your webmail interface. You can choose to log to a database, a file, your system log, or any combination thereof. You can also choose which kinds of events to log, including login events, logout events, login error events, all outgoing messages, possible outgoing spam messages, and other error events. Also included is monitoring functionality that will send alert emails to the administrator when certain events trigger. If you use the timeout_user plugin, logout events caused by user timeouts will be captured. Log message format is also completely custom-defined to meet your needs in the configuration file. WWW: http://www.squirrelmail.org/plugin_view.php?id=52 |
2010-08-04T20:00:20+00:00 | net/subnetcalc |
IPv4/IPv6 Subnet Calculator SubNetCalc is an IPv4/IPv6 subnet address calculator. For given IPv4 or IPv6 address and netmask or prefix length, it calculates network address, broadcast address, maximum number of hosts and host address range. The output is colourized for better readability (e.g. network part, host part). Also, it prints the addresses in binary format for better understandability. Furthermore, it can identify the address type (e.g. multicast, unique local, site local, etc.) and extract additional information from the address (e.g. type, scope, interface ID, etc.). Finally, it can generate IPv6 unique local prefixes. WWW: https://www.uni-due.de/~be0001/subnetcalc/ |
2010-08-04T11:36:51+00:00 | x11-themes/gnome-icons-dropline-neu |
Dropline Neu Icons for Gnome The Dropline Neu iconset for Gnome. WWW: https://www.silvestre.com.ar/ |
2010-08-04T07:54:37+00:00 | devel/p5-ParseTemplate |
Processor for templates containing Perl expressions The Parse::Template class evaluates Perl expressions placed within a text. This class can be used as a code generator, or a generator of documents in various document formats (HTML, XML, RTF, etc.). Parse::Template was initially created to serve as a code generator for the Parse::Lex class. The class is now available as a separate module. WWW: https://metacpan.org/release/ParseTemplate |
2010-08-04T04:08:04+00:00 | net/freerdp |
Free implementation of Remote Desktop Protocol FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Enjoy the freedom of using your software wherever you want, the way you want it, in a world where interoperability can finally liberate your computing experience. WWW: https://www.freerdp.com/ |
2010-08-03T17:39:21+00:00 | sysutils/zfsnap |
Simple sh script to make zfs rolling snaphosts with cron zfSnap is a simple sh script for creating ZFS snapshots. When called from cron rolling snapshots can be created and deleted automatically. The main advantage of zfSnap is that it is written in 100% pure /bin/sh, does not require any additional software to run, and is simple to use. zfSnap keeps all information about snapshot in snapshot name. zfs snapshot names are in form: Timestamp--TTL where timestamp is date and time of snapshot creation and TTL is Time To Live in human readable form. WWW: https://github.com/zfsnap/zfsnap |
2010-08-03T13:45:22+00:00 | misc/kbdscan |
Show scancodes of keys pressed and released kbdscan is a small program to set the FreeBSD console keyboard in raw scancode mode and show scancodes of keys pressed and released. Five seconds of inactivity resets the console to the original mode and quits the program. WWW: https://hack.org/mc/hacks/kbdscan/ |
2010-08-03T11:47:04+00:00 | x11-fonts/moveable-type-fonts |
Collection of open source fonts We're done with the tired old fontstacks of yesteryear. Enough with the limitations of the web, we won't have it. It's time to raise our standards. Here, you'll find only the most well-made, free & open-source, @font-face ready fonts. WWW: http://www.theleagueofmoveabletype.com/ |
2010-08-03T11:01:40+00:00 | sysutils/zfSnap |
Simple sh script to make zfs rolling snaphosts with cron zfSnap is very simple sh script to make periodic zfs snapshots with cron. It will also delete old snapshots. WWW: http://aldis.git.bsdroot.lv/zfSnap -- Aldis Berjoza <aldis@bsdroot.lv> |
2010-08-03T10:26:57+00:00 | graphics/libecwj2 |
Erdas ECW and JPEG2000 support library ECW JPEG2000 Codec SDK allows software developers to add support for the JPEG200 and ECW image formats into their own applications (commercial, internal, server based workflow, etc). JPEG2000 is an International Organization of Standardization (ISO) image format. ECW is an industry standard for handling large geospatial imagery. WWW: http://www.erdas.com/products/ERDASECWJPEG2000SDK/Details.aspx |
2010-08-03T10:19:19+00:00 | devel/buildapp |
A simple wrapper for creating executables with sbcl Allows building executables simply from sbcl. Also allows for ARGV so programs generated behave like normal unix programs. WWW: http://www.xach.com/lisp/buildapp/ |
2010-08-03T09:45:10+00:00 | x11-themes/cursor-chameleon-white |
Chameleon Xcursors theme Collection of smooth semitransparent cursors with shadows. WWW: http://kde-look.org/content/show.php/Chameleon+Xcursors?content=38459 |
2010-08-03T09:45:10+00:00 | x11-themes/cursor-chameleon-skyblue |
Chameleon Xcursors theme Collection of smooth semitransparent cursors with shadows. WWW: http://kde-look.org/content/show.php/Chameleon+Xcursors?content=38459 |
2010-08-03T09:45:10+00:00 | x11-themes/cursor-chameleon-pearl |
Chameleon Xcursors theme Collection of smooth semitransparent cursors with shadows. WWW: http://kde-look.org/content/show.php/Chameleon+Xcursors?content=38459 |
2010-08-03T09:45:10+00:00 | x11-themes/cursor-chameleon-darkskyblue |
Chameleon Xcursors theme Collection of smooth semitransparent cursors with shadows. WWW: http://kde-look.org/content/show.php/Chameleon+Xcursors?content=38459 |
2010-08-03T09:45:10+00:00 | x11-themes/cursor-chameleon-anthracite |
Chameleon Xcursors theme Collection of smooth semitransparent cursors with shadows. WWW: http://kde-look.org/content/show.php/Chameleon+Xcursors?content=38459 |
2010-08-02T20:55:31+00:00 | net/scribe |
Aggregating log data streamed in real time Scribe is a server for aggregating log data streamed in real time from a large number of servers. It is designed to be scalable, extensible without client-side modification, and robust to failure of the network or any specific machine. This is an archived project and is no longer supported or updated by Facebook. Please do not file issues or pull-requests. If you wish to continue to develop this code yourself, we recommend you fork it. WWW: https://github.com/facebookarchive/scribe |
2010-08-02T20:17:37+00:00 | x11-fonts/khmeros |
Khmer OS fonts A collection of Khmer OS TrueType fonts. The package contains: - KhmerOS - KhmerOS Battambang - KhmerOS Bokor - KhmerOS Content - KhmerOS Fasthand - KhmerOS Freehand - KhmerOS Metalchrieng - KhmerOS Muol - KhmerOS Muollight - KhmerOS Muolpali - KhmerOS Siemreap - KhmerOS Sys WWW: https://sourceforge.net/projects/khmer/ |
2010-08-02T20:17:17+00:00 | x11-fonts/padauk |
Unicode font supporting all the Myanmar characters Padauk is a fully capable Unicode 5.1 font supporting all the Myanmar characters in the standard. Thus it provides support for minority languages as well, in both local and Burmese rendering style. WWW: http://scripts.sil.org/Padauk |
2010-08-02T20:15:46+00:00 | x11-fonts/pingwi |
PingWi Typography fonts PingWi Typography (PWT) font package contains PWT Tahion, PWT Arion, PWT Courant, PWT Verde and PWT Timer fonts that are supposed to substitute Microsoft's Tahoma, Arial, Courier, Verdana and Times New Roman respectively. They are designed to resolve formatting problems with documents created in MS Office, when they are opened in OpenOffice.org. WWW: http://www.pingwinsoft.ru/pages/resheniya |
2010-08-02T19:45:30+00:00 | sysutils/dtpstree |
Display a tree of processes DT PS Tree shows running processes as a tree. It is a reimplementation of pstree from PSmisc for FreeBSD, NetBSD, OpenBSD, DragonFly BSD, and possibly other modern BSD variants. It also works without /proc and will show the full set of processes in a jail even if init is not present. WWW: http://code.douglasthrift.net/trac/dtpstree |
2010-08-02T18:38:06+00:00 | textproc/scim-kmfl-khmer |
KMFL SCIM IMEngine keyboard for Khmer language This is an KMFL keyboard for Khmer language. It use the same keyboard layout as the "Khmer Unicode" provided for MS Windows by http://www.khmeros.info/ (Refer: http://www.khmer.ws/unicode/khmerkeyboard.pdf) WWW: http://github.com/buganini/kmfl-khmer/ |
2010-08-02T12:43:49+00:00 | devel/libtpl |
Library for serializing C data You can use tpl to store and reload your C data quickly and easily. Tpl works with files, memory buffers and file descriptors so it's suitable for use as a file format, IPC message format or any scenario where you need to store and retrieve your data. WWW: http://troydhanson.github.io/tpl/ |
2010-08-02T10:18:44+00:00 | graphics/php-libpuzzle |
PHP extension for Puzzle library to find similar pictures This is the PHP extension of the Puzzle library, which is designed to quickly find visually similar images (GIF, PNG, JPG), even if they have been resized, recompressed, recolored or slightly modified. The library is free, lightweight yet very fast, configurable, easy to use and it has been designed with security in mind. WWW: http://libpuzzle.pureftpd.org/project/libpuzzle/php |
2010-08-01T11:18:47+00:00 | www/p5-HTTP-Session-State-MobileAgentID |
Perl extension to maintain session IDs using mobile phone unique id Maintain session IDs using mobile phone's unique id. WWW: https://metacpan.org/release/HTTP-Session-State-MobileAgentID |
2010-08-01T01:06:50+00:00 | misc/rabbit |
An RD-document-based presentation application Rabbit is an RD-document-based presentation application. Rabbit has some features which set it apart from other presentation tools: * Use plain Ruby to define the look of your slides * Lots of keyboard commands * Mouse gesture support * and more... WWW: http://rabbit-shockers.org/ |
2010-07-31T18:34:32+00:00 | japanese/font-migmix |
Mixed Japanese font with IPA Gothic and M-plus outline This package includes a mixed font consisting of Japanese TrueType fonts distributed by Infomation-technology Promotion Agency (IPA) Japan and M+ outline font. WWW: http://mix-mplus-ipa.sourceforge.jp/migmix/ |
2010-07-31T10:07:19+00:00 | graphics/aeskulap |
Medical image viewer Aeskulap is a medical image viewer. It is able to load a series of special images stored in the DICOM format for review. Additionally Aeskulap is able to query and fetch DICOM images from archive nodes (also called PACS) over the network. The goal of this project is to create a full open source replacement for commercially available DICOM viewers. WWW: https://github.com/pipelka/aeskulap |
2010-07-31T03:08:34+00:00 | devel/google-styleguide |
Tool to assist with Google style guide compliance This project holds the C++ Style Guide, Objective-C Style Guide, Java Style Guide, Python Style Guide, R Style Guide, Shell Style Guide, HTML/CSS Style Guide, JavaScript Style Guide, AngularJS Style Guide, Common Lisp Style Guide, and Vimscript Style Guide. This project also contains: - cpplint, a tool to assist with style guide compliance - google-c-style.el, an Emacs settings file for Google style - google_python_style.vim, a Vim settings to indent Python in the Google way If your project requires that you create a new XML document format, the XML Document Format Style Guide may be helpful. In addition to actual style rules, it also contains advice on designing your own vs. adapting an existing format, on XML instance document formatting, and on elements vs. attributes. WWW: https://github.com/google/styleguide |
2010-07-30T14:58:58+00:00 | textproc/p5-PPIx-Utilities |
Extensions to PPI This is a collection of functions for dealing with PPI objects, many of which originated in Perl::Critic. They are organized into modules by the kind of PPI class they relate to, by replacing the "PPI" at the front of the module name with "PPIx::Utilities", e.g. functionality related to PPI::Nodes is in PPIx::Utilities::Node. WWW: https://metacpan.org/release/PPIx-Utilities |
2010-07-28T23:07:06+00:00 | net/p5-Net-CIDR-MobileJP |
Perl extension for mobile IP address in Japan Net::CIDR::MobileJP is an utility to detect an ip address is mobile (cellular) ip address or not. WWW: https://metacpan.org/release/Net-CIDR-MobileJP |
2010-07-28T18:37:00+00:00 | www/p5-Google-Code-Upload |
Uploading files to a Google Code project Google::Code::Upload uploads files to a Google Code project. WWW: http://search.cpan.org/dist/Google-Code-Upload/ |
2010-07-28T14:27:05+00:00 | japanese/asterisk16-sounds |
Japanese sound files for Asterisk 1.6 This is a port of Japanese sound files for Asterisk 1.6. Under the restriction of using Asterisk(tm) The Open Source PBX only, you can use them royalty-free. For more information about the license, you have to refer to README.txt written in Japanese. WWW: http://voip-info.jp/ |
2010-07-28T09:45:02+00:00 | devel/dcmtk |
Toolkit to work with DICOM objects DCMTK is a collection of libraries and applications implementing large parts of the DICOM standard. DCMTK includes software for examining, constructing and converting DICOM image files, handling offline media, sending and receiving images over a network connection, as well as demonstrative image storage and worklist servers. DCMTK comes in complete source code and is written in a mixture of ANSI C and C++. WWW: http://dicom.offis.de/dcmtk.php.en |
2010-07-28T07:01:13+00:00 | multimedia/audiopreview |
Command-line tool to play previews of audio and video files Audiopreview is a command-line tool that can play previews of your audio files as well as video files, and even internet media streams. It will play your whole media library without any problem and can also be used as a regular media player. WWW: http://audiopreview.codealpha.net/audiopreview/ |
2010-07-28T00:31:52+00:00 | security/ncrack |
High-speed network authentication cracking tool Ncrack is a high-speed network authentication cracking tool. Ncrack was designed using a modular approach, a command-line syntax similar to Nmap and a dynamic engine that can adapt its behaviour based on network feedback. It allows for rapid, yet reliable large-scale auditing of multiple hosts. WWW: https://nmap.org/ncrack/ |
2010-07-27T08:23:28+00:00 | www/phpvirtualbox |
AJAX Web Interface for VirtualBox An open source, AJAX implementation of the VirtualBox user interface written in PHP. As a modern web interface, it allows you to access and control remote VirtualBox instances WWW: https://sourceforge.net/projects/phpvirtualbox/ |
2010-07-26T22:26:37+00:00 | devel/hexcompare |
Compare and identify differences between two binary files hexcompare is a curses-based utility to compare and identify differences between two binary files. These differences are then represented visually with an interactive block diagram. WWW: https://sourceforge.net/projects/hexcompare/ |
2010-07-24T21:37:21+00:00 | net-p2p/qbittorrent-23 |
Bittorrent client using Qt4 and libtorrent-rasterbar qBittorrent v2 is the closest open source (GNU GPL v2 license) equivalent to utorrent. It is based on the Qt4 toolkit and libtorrent-rasterbar. Features: Well-integrated and extensible Search Engine Simultaneous search in most famous BitTorrent search sites Per-category-specific search requests (e.g. Books, Music, Movies) All Bittorrent extensions * DHT, Peer Exchange, Full encryption, Magnet URI Remote control through a Web user interface * Nearly identical to the regular UI, all in Ajax Advanced control over trackers, peers and torrents * Torrents queueing and prioritizing * Torrent content selection and prioritizing UPnP / NAT-PMP port forwarding support Available in ~25 languages (Unicode support) uTorrent spoofing to bypass private trackers whitelisting Advanced RSS support with download filters (inc. regex) IP Filtering (eMule and PeerGuardian compatible) WWW: http://www.qbittorrent.org/ |
2010-07-24T21:34:59+00:00 | games/oldrunner |
Textmode remake of Broderbund's LodeRunner Oldrunner is a remake of Broderbund's Loderunner which contains the 150 original game levels. It is written in C and has a textmode interface. WWW: http://culot.org/public/Code/oldrunner.html |
2010-07-24T21:15:00+00:00 | multimedia/phonon-vlc |
VLC backend for Phonon Phonon is the multimedia framework for KDE Software Compilation. This port provides the VLC backend. WWW: https://invent.kde.org/libraries/phonon-vlc |
2010-07-24T16:14:32+00:00 | deskutils/epoch |
Small and handy timeline application Epoch is small and handy timeline application. The time scale is accurate in the range from 1sec to several million years. Events can be positioned absolutely or relatively linked to another era. WWW: http://code.google.com/p/gepoch/ |
2010-07-24T15:59:51+00:00 | x11-toolkits/qwt6-designerplugin |
Qt Designer plugin for Qwt The Qwt library contains GUI Components and utility classes which are primarily useful for programs with a technical background. Beside a 2D plot widget it provides scales, sliders, dials, compasses, thermometers, wheels and knobs to control or display values, arrays, or ranges of type double. This port installs Qt Designer plugin for Qwt library version 6. WWW: http://qwt.sourceforge.net |
2010-07-24T15:59:51+00:00 | x11-toolkits/qwt5-designerplugin |
Qt Designer plugin for Qwt The Qwt library contains GUI Components and utility classes which are primarily useful for programs with a technical background. Beside a 2D plot widget it provides scales, sliders, dials, compasses, thermometers, wheels and knobs to control or display values, arrays, or ranges of type double. This port installs Qt Designer plugin for Qwt library version 5. WWW: http://qwt.sourceforge.net |
2010-07-24T09:27:27+00:00 | devel/cutter |
Unit Testing Framework for C and C++ Cutter is a xUnit family Unit Testing Framework for C and C++. This is a list of features of Cutter: - easy to write tests; - outputs result with useful format for debugging; - tests are built as shared libraries. WWW: http://cutter.sourceforge.net/ |
2010-07-24T08:52:02+00:00 | devel/lcov |
Linux Test Project GCOV extension LCOV is a graphical front-end for GCC's coverage testing tool gcov. It collects gcov data for multiple source files and creates HTML pages containing the source code annotated with coverage information. It also adds overview pages for easy navigation within the file structure. WWW: http://ltp.sourceforge.net/coverage/lcov.php |
2010-07-23T20:05:17+00:00 | games/sea-defender |
Simple missile command clone Simple missile command clone in 96k for Linux/Windows/OS X. WWW: http://www.pouet.net/prod.php?which=54272 |
2010-07-22T21:17:27+00:00 | games/searchandrescue |
Flight simulator in which the player rescues people This is a 3D flight simulator in which the player flies around the map rescuing people. The game has a selection of several different helicoptors and a jet airplane to choose from. The game includes training missions, more complete missions and a campaign mode as well as a free flight option for people who just want to explore. WWW: http://searchandrescue.sourceforge.net/ |
2010-07-22T21:17:14+00:00 | games/searchandrescue-data |
The data files for SearchAndRescue flight simulator This port contains the data files the SearchAndRescue flight simulator needs. WWW: http://searchandrescue.sourceforge.net/ |
2010-07-21T09:57:57+00:00 | cad/qelectrotech |
Application to design electric diagrams QElectroTech is a Qt4 application to design electric diagrams. It uses XML files for elements and diagrams, and includes both a diagram editor and an element editor. WWW: http://qelectrotech.org/ |
2010-07-21T03:27:25+00:00 | science/qelectrotech |
QElectroTech is application to design electric diagrams QElectroTech is a Qt4 application to design electric diagrams. It uses XML files for elements and diagrams, and includes both a diagram editor and an element editor. WWW: http://qelectrotech.org/ |
2010-07-20T13:03:00+00:00 | www/fcgiwrap |
Simple FastCGI wrapper for CGI scripts fcgiwrap is a simple server for running CGI applications over FastCGI. It hopes to provide clean CGI support to Nginx (and other web servers that may need it). Features: * very lightweight (84KB of private memory per instance) * fixes broken CR/LF in headers * handles environment in a sane way (CGI scripts get HTTP-related env. vars * from FastCGI parameters and inherit all the others from fcgiwrap's * environment) * no configuration, so you can run several sites off the same fcgiwrap pool * passes CGI stderr output to fcgiwrap's stderr (this is by design but * stderr could be also passed to FastCGI stderr stream) WWW: http://nginx.localdomain.pl/wiki/FcgiWrap |
2010-07-20T11:31:42+00:00 | www/p5-Google-Search |
Interface to the Google AJAX Search API and suggestion API Google::Search is an interface to the Google AJAX Search API. Currently, their API looks like it will fetch you the top 64 results for your search query. WWW: https://metacpan.org/release/Google-Search |
2010-07-18T13:30:18+00:00 | www/py-formalchemy |
Toolkit for creating HTML form elements FormAlchemy greatly speeds development with SQLAlchemy mapped classes (models) in a HTML forms environment. FormAlchemy eliminates boilerplate by autogenerating HTML input fields from a given model. FormAlchemy will try to figure out what kind of HTML code should be returned by introspecting the model's properties and generate ready-to-use HTML code that will fit the developer's application. WWW: https://github.com/FormAlchemy/formalchemy |
2010-07-17T19:17:42+00:00 | irc/kvirc-qt4 |
Qt 4 based IRC client |
2010-07-17T14:53:07+00:00 | converters/drg2sbg |
Convert proprietary .drg file format into SBaGen format This program converts the .drg propiatary file format into the open source SBaGen format. WWW: https://github.com/manuel-arguelles/drg2sbg |
2010-07-16T21:18:23+00:00 | x11-themes/linux-f10-qtcurve-gtk2 |
QtCurve GTK2 Theme Engine (Linux Fedora 10) QtCurve is a set of widget styles for Qt4/KDE4, KDE3 and Gtk2 based apps. This port provides Linux version of GTK2 theme engine. WWW: http://www.kde-look.org/content/show.php?content=40492 |
2010-07-16T14:18:48+00:00 | www/cblog |
Simple weblog in C using markdown simple weblog written in C using markdown to write posts and tinycdb to store them WWW: https://fossil.etoilebsd.net/cblog |
2010-07-16T09:19:34+00:00 | devel/lamson |
Python mail server built like a web application server Lamson is a modern Pythonic mail server built like a web application server. WWW: http://pypi.python.org/pypi/lamson/ |
2010-07-16T01:32:15+00:00 | games/frogatto |
Old-school 2D classic adventure platformer game Frogatto is a "platformer", or "jump-and-run" videogame. Like many classic games, the world is viewed as a cross-section seen from the side, and your character walks and jumps between solid platforms, whilst avoiding monsters. Frogatto is not a clone of any specific game; although, being a platformer, it is impossible not to have something in common with titles like Mario or Sonic, but authors are trying to innovate a bit. Frogatto is also the protagonist's name. It's eponymous. WWW: http://www.frogatto.com/ |
2010-07-15T16:32:04+00:00 | www/trac-discussion |
Discussion forum plugin for Trac The DiscussionPlugin adds discussion forums to Trac. An arbitrary number of forums can be added, organised to forum groups. Users can create topics in forums and reply to them which together creates discussion threads. Threaded or flat view to topics and its replies is supported. Each forum has a list of moderators who can delete topics, replies, etc. Appending new forums and topics either as new replies shows up in timeline. Searching capability in topics and replies is supported too. WWW: https://trac-hacks.org/wiki/DiscussionPlugin |
2010-07-15T15:39:45+00:00 | devel/p5-File-Tail-Dir |
Tail all matching files in a given set of directories This module monitors and processes any lines appended to the end of one or more files in a given list of directories and keeping state between sessions. WWW: https://metacpan.org/release/File-Tail-Dir |
2010-07-15T08:50:08+00:00 | devel/p5-Log-Dispatch-File-Stamped |
Logging to date/time stamped files This module provides a Log::Dispatch style interface to log to date/time stamped files. WWW: https://metacpan.org/release/Log-Dispatch-File-Stamped |
2010-07-14T02:18:53+00:00 | net/kwooty |
Usenet binary downloader for KDE4 Kwooty is a .nzb usenet binary downloader for KDE4. It supports automatic file verifying/repairing with par2 files and automatic .rar archive extraction. WWW: http://kwooty.sourceforge.net/ |
2010-07-11T18:57:42+00:00 | misc/py-xdelta3 |
Python module for xdelta3 |
2010-07-11T10:16:10+00:00 | sysutils/py-zfs |
Python ZFS library The Python ZFS library is a Python interface to ZFS functions. Since ZFS v15, the following functionality of the "zfs" command requires this library and the pyzfs utility: zfs allow zfs unallow zfs userspace zfs groupspace |
2010-07-10T11:08:45+00:00 | graphics/jbig2dec |
Decoder implementation of the JBIG2 image compression format jbig2dec is a decoder implementation of the JBIG2 image compression format. JBIG2 is designed for lossy or lossless encoding of 'bilevel' (1-bit monochrome) images at moderately high resolution, and in particular scanned paper documents. In this domain it is very efficient, offering compression ratios on the order of 100:1. WWW: https://github.com/ArtifexSoftware/jbig2dec |
2010-07-09T20:53:12+00:00 | devel/py-mock |
Rolling backport of unittest.mock for all Pythons mock is a library for testing in Python. It allows you to replace parts of your system under test with mock objects and make assertions about how they have been used. mock is now part of the Python standard library, available as unittest.mock in Python 3.3 onwards. This package contains a rolling backport of the standard library mock code compatible with Python 2.7 and 3.4 and up. WWW: https://mock.readthedocs.org/en/latest/ |
2010-07-09T18:59:18+00:00 | devel/py-daemon |
Well-behaved daemon framework for Python Library to implement a well-behaved Unix daemon process. This library implements the well-behaved daemon specification of PEP 3143, "Standard daemon process library". A well-behaved Unix daemon process is tricky to get right, but the required steps are much the same for every daemon program. A DaemonContext instance holds the behaviour and configured process environment for the program; use the instance as a context manager to enter a daemon state. WWW: https://pypi.org/project/python-daemon/ |
2010-07-09T18:29:51+00:00 | sysutils/etcupdate |
Manage updates to /etc automatically The etcupdate utility is a tool for managing updates to files that are not updated as part of `make installworld' such as files in /etc. It manages updates by doing a three-way merge of changes made to these files against the local versions. It is also designed to minimize the amount of user intervention with the goal of simplifying upgrades for clusters of machines. The primary difference from mergemaster is that etcupdate requires less manual work. The primary difference from etcmerge is that etcupdate updates files in-place similar to mergemaster rather than building a separate /etc tree. |
2010-07-09T03:47:44+00:00 | devel/p5-Sys-Trace |
Interface to system call tracing interfaces Sys::Trace provides a way to programmatically run or trace a program and see the system calls it makes. This can be useful during testing as a way to ensure a particular file is actually opened, or another hard to test interaction actually occurs. Currently supported tracing mechanisms are ktrace, strace and truss. WWW: https://metacpan.org/release/Sys-Trace |
2010-07-07T15:27:20+00:00 | audio/minitunes |
Just another music player Minitunes is just another music player, only better. Minitunes unclutters your music listening experience with a clean and innovative interface. WWW: http://flavio.tordini.org/minitunes |
2010-07-07T14:43:26+00:00 | multimedia/p5-Audio-M4P |
M4P / MP4 / m4a Quicktime audio and video tools Slice, dice, deconstruct, markup, and decrypt MP4 / M4P / M4V / M4A (Apple Quicktime) audio and video. WWW: https://metacpan.org/release/Audio-M4P |
2010-07-07T14:06:02+00:00 | databases/p5-DBD-cego |
Cego DBI driver for Perl 5 A DBI driver for the Cego database for Perl 5 Many more details are available at: WWW: http://www.lemke-it.com/ |
2010-07-06T00:13:06+00:00 | net-p2p/mktorrent |
Command-line utility for creating BitTorrent metainfo files mktorrent is a simple command-line utility to create BitTorrent metainfo files. It supports multiple trackers, private trackers, custom comments, and is multi-threaded to support multiple CPUs. WWW: https://github.com/Rudde/mktorrent |
2010-07-05T17:36:12+00:00 | graphics/zathura |
Customizable lightweight pdf viewer zathura is a highly customizable and functional PDF viewer based on the poppler rendering library and the gtk+ toolkit. The idea behind zathura is an application that provides a minimalistic and space saving interface as well as an easy usage that mainly focuses on keyboard interaction. WWW: https://pwmt.org/projects/zathura/ |
2010-07-05T08:18:12+00:00 | math/py-numexpr |
Fast numerical array expression evaluator for Python and NumPy numexpr - Fast numerical array expression evaluator for Python and NumPy. The numexpr package evaluates multiple-operator array expressions many times faster than NumPy can. It accepts the expression as a string, analyzes it, rewrites it more efficiently, and compiles it to faster Python code on the fly. It's the next best thing to writing the expression in C and compiling it with a specialized just-in-time (JIT) compiler, i.e. it does not require a compiler at runtime. Also, numexpr has support for the Intel VML (Vector Math Library) -- integrated in Intel MKL (Math Kernel Library) --, allowing nice speed-ups when computing transcendental functions (like trigonometrical, exponentials...) on top of Intel-compatible platforms. This support also allows to use multiple cores in your computations. WWW: https://github.com/pydata/numexpr |
2010-07-05T07:43:03+00:00 | www/shellinabox |
Publish command line shell through AJAX interface Shell In A Box is a web server that can export arbitary command line tools to a web based terminal emulator. WWW: https://github.com/shellinabox/shellinabox |
2010-07-04T10:01:00+00:00 | textproc/ibus-el |
IBus client for GNU Emacs ibus.el is IBus client for GNU Emacs. ibus.el provides ibus-mode minor mode, which allows users on-the-spot style input with IBus on Emacs. The input statuses are individually kept for each buffer, and prefix-keys such as C-x and C-c can be used even if IBus is active. So you can input various languages fast and comfortably. WWW: http://www.emacswiki.org/emacs/IBusMode |
2010-07-04T03:36:12+00:00 | databases/p5-PostgreSQL-PLPerl-Trace |
Simple way to trace execution of Perl statements in PL/Perl PostgreSQL::PLPerl::Trace is a simple way to trace execution of Perl statements in PL/Perl. WWW: https://metacpan.org/release/PostgreSQL-PLPerl-Trace |
2010-07-04T02:55:25+00:00 | databases/p5-PostgreSQL-PLPerl-Call |
Simple interface for calling SQL functions from PostgreSQL PL/Perl PostgreSQL::PLPerl::Call is a simple interface for calling SQL functions from PostgreSQL PL/Perl. WWW: https://metacpan.org/release/PostgreSQL-PLPerl-Call |
2010-07-02T20:29:18+00:00 | textproc/p5-Validator-Custom |
Validator::Custom for simple data validation Validator::Custom validate HTML form data easy and flexibly. The features are the following ones. - Many constraint functions are available by default, such as not_blank, int, defined, in_array, length. - Several filter functions are available by default, such as trim, datetime_to_timepiece, date_to_timepiece. - You can register your constraint function. - You can set error messages for invalid parameter value. The order of messages is keeped. - Support OR condtion constraint and negativate constraint. WWW: https://metacpan.org/release/Validator-Custom |
2010-07-02T17:23:30+00:00 | net/x2goclient-cli |
The x2go perl client CLI client for x2go WWW: http://www.x2go.org/ |
2010-07-02T17:18:31+00:00 | net/nxproxy |
Helper program for x2go NXProxy is a program required by the x2go client. WWW: https://wiki.x2go.org/doku.php |
2010-07-02T13:46:19+00:00 | russian/MT |
Russian localization of the MovableType publishing system Movable Type is a web-based personal publishing system. It is designed to ease maintenance of regularly-updated news, journal sites and weblogs. WWW: http://movable-type.ru/ |
2010-07-02T08:54:56+00:00 | textproc/p5-HTML-HTML5-Parser |
Named entity list for HTML parser HTML::HTML5::Parse is substantially the same as the non-CPAN module Whatpm::HTML. Changes include: * Provides an XML::LibXML-like DOM interface. If you usually use XML::LibXML's DOM parser, this should be a drop-in solution for tag soup HTML. * Constructs an XML::LibXML::Document as the result of parsing. * Via bundling and modifications, removed external dependencies on non-CPAN packages. WWW: https://metacpan.org/release/HTML-HTML5-Parser |
2010-07-01T07:19:44+00:00 | net-p2p/libtorrent-rasterbar-15-python |
Python bindings for libtorrent-rasterbar-15 |
2010-07-01T05:49:29+00:00 | databases/cego |
Relational and transactional database system Cego is a Relational Database Management System (RDBMS). Cego supports transactional SQL query requests in a multithreaded architecture. For high availability requirements, Cego supports a database shadowing feature. Several compute nodes can be defined in a Cego database configuration, where each node is able to manage a number of so called table sets. For each tableset, a backup node can be defined, which runs is recover mode for the corresponding tableset. If required, the tableset can be switched to the backup node and this node gets the active node for the tableset. Many more details are available at: WWW: http://www.lemke-it.com/ |
2010-07-01T05:48:51+00:00 | devel/lfcxml |
C++ XML library, used for databases/cego This is a C++ XML library, used for databases/cego and probably other applications Many more details are available at: WWW: http://www.lemke-it.com/ |
2010-07-01T05:48:51+00:00 | devel/cego-xml |
C++ XML library, used for databases/cego This is a C++ XML library, used for databases/cego and probably other applications Many more details are available at: WWW: http://www.lemke-it.com/ |
2010-07-01T05:47:37+00:00 | devel/lfc |
Collection of basic c++ classes, used for databases/cego This is a collection of basic c++ classes, used for devel/lfcxml and databases/cego and probably other applications. Many more details are available at: WWW: http://www.lemke-it.com/ |
2010-07-01T05:47:37+00:00 | devel/cego-base |
A collection of basic c++ classes, used for databases/cego This is a collection of basic c++ classes, used for devel/cego-xml and databases/cego and probably other applications. Many more details are available at: WWW: http://www.lemke-it.com/ |
2010-07-01T05:27:58+00:00 | net-im/mbpurple |
Integrate Twitter with Pidgin (AKA microblog-purple) This plugin allows you to set up your twitter accounts as buddies in pidgin. It supports OAuth authentication and HTTPS. You will see messages from your timeline which you can reply to, retweet, etc. WWW: https://BSDforge.com/projects/net-im/mbpurple/ |
2010-07-01T04:16:41+00:00 | math/p5-Algorithm-KMeans |
Clustering multi-dimensional data with a pure-Perl implementation Algorithm::KMeans is a perl5 module for the clustering of numerical data in multidimensional spaces. Since the module is entirely in Perl (in the sense that it is not a Perl wrapper around a C library that actually does the clustering), the code in the module can easily be modified to experiment with several aspects of automatic clustering. For example, one can change the criterion used to measure the "distance" between two data points, the stopping condition for accepting final clusters, the criterion used for measuring the quality of the clustering achieved, etc. WWW: https://metacpan.org/release/Algorithm-KMeans |
2010-06-30T15:45:35+00:00 | editors/yasnippet |
YASnippet is a template system for Emacs YASnippet is a template system for Emacs. It allows you to type an abbreviation and automatically expand it into function templates. Bundled language templates includes: C, C++, C#, Perl, Python, Ruby, SQL, LaTeX, HTML, CSS and more. The snippet syntax is inspired from TextMate's syntax, you can even import most TextMate templates to YASnippet. WWW: http://code.google.com/p/yasnippet/ |
2010-06-29T12:08:25+00:00 | math/octave-forge-gnuplot |
Octave-forge package ${OCTAVE_PKGNAME} The octave-forge package is the result of The GNU Octave Repository project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is gnuplot. Scripts to save data in gnuplot-readable formats, specify gnuplot commands that will be used to produce graphics, and call gnuplot. See help g_ez quickly produce the most common plots. WWW: http://octave.sourceforge.net/ |
2010-06-29T12:03:07+00:00 | math/octave-forge-fenv |
Octave-forge package ${OCTAVE_PKGNAME} The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is fenv. On supported architectures, change the rounding mode of the floating point arithmetics (to nearest, up, down, to zero) or change the precision of the arithmetical operations (single, double, double extended). Experimentally test the properties of the floating point arithmetics. WWW: http://octave.sourceforge.net/ |
2010-06-29T11:58:05+00:00 | math/octave-forge-es |
Octave-forge package ${OCTAVE_PKGNAME} The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is es. Spanish package for the construction of native language translations of Octave functions. WWW: http://octave.sourceforge.net/ |
2010-06-29T11:53:37+00:00 | math/octave-forge-octproj |
Octave-forge package ${OCTAVE_PKGNAME} The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is octproj. This package allows to call functions of PROJ.4 library for cartographic projections transformations. WWW: http://octave.sourceforge.net/ |
2010-06-29T08:48:24+00:00 | www/drupal6-content_access |
Drupal 6.x Content Access module This module allows you to manage permissions for content types by role and author. It allows you to specifiy custom view, edit and delete permissions for each content type. Optionally you can enable per content access settings, so you can customize the access for each content node. WWW: http://drupal.org/project/content_access |
2010-06-29T08:47:32+00:00 | www/drupal6-ckeditor |
Drupal 6.x Ckeditor WYSIWYG HTML editor This module will allow Drupal to replace textarea fields with the CKEditor - a visual HTML editor, sometimes called WYSIWYG editor. This HTML text editor brings many of the powerful WYSIWYG editing functions of known desktop editors like Word to the web. It's very fast and doesn't require any kind of installation on the client computer. WWW: http://drupal.org/project/ckeditor |
2010-06-29T07:40:56+00:00 | devel/jiic |
Streaming-based Java implementation of ISO 9660 JIIC is a Java-based implementation for creating CD-ROM filesystem images according to ISO 9660, also known as ECMA-119. It provides support for the El Torito, Joliet and Rock Ridge extensions. WWW: http://jiic.berlios.de/ |
2010-06-29T01:22:16+00:00 | science/jstrack |
Freeware hurricane tracking program JStrack is written by and for people who are in areas that are prone to hits from tropical systems (currently only in the Tropical Atlantic). It's intended to display the NHC/TPC data and give you what you need to make decisions, etc. It does NOT, nor will it ever, attempt to do any forecasting on its own -- I leave that to the gurus at the NHC/TPC. WWW: http://www.jstrack.org/jstrack/ |
2010-06-28T10:58:49+00:00 | devel/sabre |
Simple API for Binary REpresentations and an UDF Library This project provides the Java-based implementation of the Simple API for Binary REpresentations (SABRE). The library defines observer-pattern interfaces for processing hierarchically structured, binary-oriented documents, comparable to the Simple API for XML (SAX). Processing can be modularized into a streaming pipeline composed of separate stages, enabling the parsing, transformation and serialization of large binary documents. UDFLib is a Java-based implementation for creating UDF filesystem images for DVDs according to ISO 13346, also known as ECMA-167. WWW: http://sabre-library.sourceforge.net/ |
2010-06-28T07:58:08+00:00 | net/bird6 |
Dynamic IP routing daemon (IPv6 version) The BIRD project aims to develop a fully functional dynamic IP routing daemon. - Both IPv4 and IPv6 - Multiple routing tables - BGP - RIP - OSPF - Static routes - IPv6 Router Advertisements - Inter-table protocol - Command-line interface - Soft reconfiguration - Powerful language for route filtering WWW: http://bird.network.cz/ |
2010-06-28T02:22:18+00:00 | devel/fossil |
DSCM with built-in wiki, http interface and server, tickets database Fossil is an easy-to-use Distributed Source Control Management system (DSCM) which supports access and administration over HTTP CGI or via a built-in HTTP server, has a built-in wiki, file browser, ticket system, and more. WWW: http://fossil-scm.org/ |
2010-06-27T01:21:47+00:00 | dns/p5-Net-DNS-TestNS |
Perl extension for simulating simple Nameservers Class to setup a number of nameservers that respond to specific DNS queries (QNAME,QTYPE) by prespecified answers. This class is to be used in test suites where you want to have servers to show predefined behavior. If the server will do a lookup based on QNAME,QTYPE and return the specified data. If there is no QNAME, QTYPE match the server will return a SERVFAIL. A log will be written to STDERR it contains time, IP/PORT, QNAME, QTYPE, RCODE. WWW: https://metacpan.org/release/Net-DNS-TestNS |
2010-06-26T10:20:28+00:00 | japanese/scim-mozc |
Mozc engine for SCIM Mozc is a Japanese Input Method Editor (IME) designed for multi-platform such as Chromium OS, Windows, Mac and Linux. This open-source project originates from Google Japanese Input. WWW: http://code.google.com/p/mozc/ |
2010-06-26T08:08:01+00:00 | japanese/mozc-tool |
Mozc tool for IBus, SCIM, and others Mozc is a Japanese Input Method Editor (IME) designed for multi-platform such as Chromium OS, Windows, Mac and Linux. This open-source project originates from Google Japanese Input. WWW: http://code.google.com/p/mozc/ |
2010-06-26T08:06:48+00:00 | japanese/mozc-server |
Mozc Japanese Input Method, Server Mozc is a Japanese Input Method Editor (IME) designed for multi-platform such as Chromium OS, Windows, Mac and Linux. This open-source project originates from Google Japanese Input. WWW: https://github.com/google/mozc |
2010-06-26T03:13:24+00:00 | japanese/mozc-additions |
Additional tools and images for Mozc Japanese Input Method Additional tools and images for Mozc Japanese Input Method. |
2010-06-26T01:36:06+00:00 | devel/py-gyp-devel |
Generate Your Projects gyp - Generate Your Projects - a python based build tool WWW: http://code.google.com/p/gyp/ |
2010-06-25T16:49:48+00:00 | devel/luafilesystem |
Library to access directory structure and file attributes LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution. LuaFileSystem offers a portable way to access the underlying directory structure and file attributes. WWW: http://www.keplerproject.org/luafilesystem/index.html |
2010-06-25T16:46:20+00:00 | net-im/komclean |
Web based LysKOM client KOMclean as a LysKOM client gives you a tray icon which can be used to open your browser to view the UI. The UI is HTML based. WWW: http://komclean.sourceforge.net |
2010-06-25T07:32:02+00:00 | devel/py-iterpipes |
Library for running shell pipelines using shell-like syntax A library for running shell pipelines using shell-like syntax WWW: https://pypi.org/project/iterpipes/ |
2010-06-24T12:49:39+00:00 | multimedia/libvpx |
VP8/VP9 reference encoder/decoder libvpx is the VP8/VP9 Codec SDK. WWW: https://www.webmproject.org/ |
2010-06-23T01:00:29+00:00 | devel/p5-AnyEvent-DBus |
Seamlessly integrate Net::DBus into AnyEvent Loading this module will install the necessary magic to seamlessly integrate Net::DBus into AnyEvent. It does this by quite brutally hacking Net::DBus::Reactor so that all dbus connections created after loading this module will automatically be managed by this module. WWW: https://metacpan.org/release/AnyEvent-DBus |
2010-06-22T01:55:00+00:00 | math/liblbfgs |
Library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno This library is a C port of the implementation of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method written by Jorge Nocedal. The original FORTRAN source code is available at: http://www.ece.northwestern.edu/~nocedal/lbfgs.html WWW: http://www.chokkan.org/software/liblbfgs/ |
2010-06-21T14:02:19+00:00 | multimedia/mythplugin-mythvideo |
Video playback and browsing plugin for MythTV MythVideo allows for cataloguing and playback of a variety of video file formats. It can perform automatic metadata look ups on themoviedb.org or The TV DB as well as retrieve poster, fanart, banner, and screenshot artwork. You can also add your own Meta data to your own videos and add custom poster artwork to videos. WWW: http://www.mythtv.org/wiki/MythVideo |
2010-06-21T13:47:26+00:00 | audio/mythplugin-mythmusic |
Music playing plugin for MythTV MythMusic is a sophisticated MythTV plugin that allows you to play and manage music and audio files .i.e MP3, Ogg, FLAC, wav etc. It is specifically designed to be operated by a normal remote control. WWW: https://www.mythtv.org/wiki/MythMusic |
2010-06-21T10:58:30+00:00 | devel/p5-Directory-Queue |
Object oriented interface to a directory based queue in Perl The goal of this module is to offer a simple queue system using the underlying filesystem for storage, security and to prevent race conditions via atomic operations. It focuses on simplicity, robustness and scalability. WWW: https://metacpan.org/release/Directory-Queue |
2010-06-19T21:50:18+00:00 | multimedia/sms1xxx-kmod |
Native FreeBSD driver for Siano-based USB DVB devices Native FreeBSD driver for Siano-based USB DVB devices. This driver have been tested with the following devices : * Terratec Cinergy Piranha * Hauppauge WinTV MiniStick (HD) However, other Siano-based USB devices should work, just give a try (you may want to add new VIDs/PIDs to make your device detected) ! WWW: http://contribs.martymac.org |
2010-06-19T21:48:29+00:00 | math/octave-forge-actuarial |
Octave-forge package ${OCTAVE_PKGNAME} The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is actuarial. Actuarial functions for Casualty and Property lines. WWW: http://octave.sourceforge.net/ |
2010-06-19T07:13:58+00:00 | net/googlecl |
Command line tools for the Google Data APIs The Google Data APIs allow programmatic access to various Google services. This package wraps a subset of those APIs into a command-line tool that makes it easy to do things like posting to a Blogger blog, uploading files to Picasa, or editing a Google Docs file. WWW: https://github.com/vinitkumar/googlecl/ |
2010-06-17T13:27:18+00:00 | devel/swank-clojure |
Swank/SLIME support for Clojure Swank Clojure is a server that allows SLIME (the Superior Lisp Interaction Mode for Emacs) to connect to Clojure projects. To use it you must launch a swank server, then connect to it from within Emacs using M-x slime-connect. For example: (ns user (:use [swank.swank :as swank])) (clojure.main/with-bindings (swank/ignore-protocol-version "2010-06-04") (swank/start-server "/dev/null" :port 4005)) Just replace "user" with your preferred namespace. WWW: https://github.com/technomancy/swank-clojure |
2010-06-15T20:03:33+00:00 | ftp/plasma-applet-ftpmonitor |
KDE4 Plasma applet, which monitors connections to ftp daemons Ftpmonitor is a simple plasmoid for KDE 4, which monitors incoming connections to ftp daemons. It acts as a frontend to pure-ftpwho, ncftpd_spy and ftpwho for pure-ftpd, ncftpd and proftpd ftp daemons. For vsftpd it looks for output of ps ax. WWW: https://code.google.com/archive/p/ftpmonitor/ |
2010-06-15T17:28:05+00:00 | ports-mgmt/wanted-ports |
Just depend on a configurable, arbitrary set of other ports A special meta-port to do nothing but register dependencies on those ports you specifically want to have installed. The normal dependency checking in programs like pkg_delete(1) will prevent easy deletion of ports that other ports depend on. Keeps egg off face. Protects feet from being shot. |
2010-06-14T20:47:50+00:00 | russian/gimp-help |
GIMP User Manual in Russian |
2010-06-14T20:47:50+00:00 | polish/gimp-help |
The GIMP User Manual in Polish |
2010-06-14T20:47:50+00:00 | misc/gimp-help-sv |
GIMP User Manual in Swedish |
2010-06-14T20:47:50+00:00 | misc/gimp-help-nn |
GIMP User Manual in Norwegian:Ninorsk |
2010-06-14T20:47:50+00:00 | misc/gimp-help-nl |
GIMP User Manual in Dutch |
2010-06-14T20:47:50+00:00 | misc/gimp-help-it |
GIMP User Manual in Italian |
2010-06-14T20:47:50+00:00 | misc/gimp-help-es |
GIMP User Manual in Spanish |
2010-06-14T20:47:50+00:00 | misc/gimp-help-en |
GIMP User Manual in English GIMP-Help is a help system designed for use with the internal GIMP help browser, external web browser and HTML renderers, and human eyeballs. Docbook is used to create a highly customizable system for all needs. WWW: https://docs.gimp.org/ |
2010-06-14T20:47:50+00:00 | korean/gimp-help |
GIMP User Manual in Korean |
2010-06-14T20:47:50+00:00 | japanese/gimp-help |
GIMP User Manual in Japanese |
2010-06-14T20:47:50+00:00 | german/gimp-help |
GIMP User Manual in German |
2010-06-14T20:47:50+00:00 | french/gimp-help |
GIMP User Manual in French |
2010-06-14T20:47:50+00:00 | chinese/gimp-help-zh_CN |
GIMP User Manual in Simplified Chinese |
2010-06-14T10:30:14+00:00 | devel/build |
Massively-parallel build system implemented on top of GNU make build is a massively-parallel software build system implemented on top of GNU make. Build is designed with the following tasks in mind: * configuration * building * testing * installation Some of its features include: * position-independent makefiles. * non-recursive multi-makefile include-based structure. * leaf makefiles are full-fledged GNU makefiles, not just variable definitions. * complete dependency graph. * inter-project dependency tracking. * extensible language/compiler framework. WWW: https://www.codesynthesis.com/projects/build/ |
2010-06-14T00:42:52+00:00 | security/libassuan-1 |
IPC library used by GnuPG and gpgme This is the IPC library used by GnuPG 1.9, gpgme and the old newpg package. |
2010-06-12T16:39:54+00:00 | lang/clojure-contrib |
Extensions and enhancements to the Clojure libraries Extensions and enhancements to the Clojure libraries. Contributions are made here only under the Clojure Contributor Agreement, and may become part of the main Clojure distribution. WWW: http://code.google.com/p/clojure-contrib/ |
2010-06-12T01:11:12+00:00 | net/activemq |
Messaging and Integration Patterns provider Apache ActiveMQ is the most popular and powerful open source messaging and Integration Patterns provider. WWW: http://activemq.apache.org |
2010-06-11T22:33:44+00:00 | audio/freeswitch-sounds |
FreeSwitch Sounds (All Bitrates) FreeSwitch Sounds for English Russian and French Canadian |
2010-06-11T22:30:12+00:00 | audio/freeswitch-music |
FreeSwitch Music - All Bitrates FreeSWITCH Music This port installs default music files for FreeSWITCH music-on-hold. |
2010-06-11T22:26:45+00:00 | net/freeswitch-core |
FreeSwitch SoftSwitch Port FreeSwitch Voip SoftSwitch & OpenSource PBX WWW: http://www.freeswitch.org/ |
2010-06-11T20:44:55+00:00 | devel/rubygem-uuidtools |
Simple universally unique ID generation library A simple universally unique ID generation library. WWW: https://github.com/sporkmonger/uuidtools |
2010-06-11T20:42:49+00:00 | devel/rubygem-stringex |
Some useful extensions to the Ruby String class Some [hopefully] useful extensions to Ruby's String class. Stringex is made up of three libraries: ActsAsUrl [permalink solution with better character translation], Unidecoder [Unicode to Ascii transliteration], and StringExtensions [miscellaneous helper methods for the String class]. WWW: https://github.com/rsl/stringex |
2010-06-11T11:06:20+00:00 | sysutils/grub2 |
Multiboot boot loader GNU GRUB is a multiboot boot loader. It was derived from GRUB, the GRand Unified Bootloader, which was originally designed and implemented by Erich Stefan Boleyn. This port does not install GRUB on the master boot record of your hard drive. To do this you will need to read the info page that is installed by the port. WWW: http://www.gnu.org/software/grub/ |
2010-06-10T18:30:26+00:00 | textproc/ibus-kmfl |
KMFL IMEngine for IBus framework This is the KMFL IMEngine for IBus (Intelligent Input Bus) framework. It allows you to use layouts written in KMN keyboard language through standard IBus interface, through KMFL compiler (textproc/kmflcomp) and KMFL library (textproc/libkmfl). KMFL aims to bring Tavultesoft Keyman functionality to *nix operating systems. KMFL is being jointly developed by SIL International (http://www.sil.org) and Tavultesoft (http://www.tavultesoft.com). The powerful KMN keyboard language supports contextual deadkeys, pre- and post-processing of keystrokes, rules grouping, 'storing' of character classes for use in similar rules, custom and Unicode character constants, SIL Ethnologue language codes, etc. Official Tavultesoft repository contains keyboards that cover more than 220 languages. Significant number of them are open source. The keyboard ports are textproc/kmfl-*. WWW: http://kmfl.sourceforge.net/ |
2010-06-10T08:14:17+00:00 | textproc/p5-Text-Xslate |
High performance template engine Text::Xslate is a template engine tuned for persistent applications. This engine introduces the virtual machine paradigm. That is, templates are compiled into xslate intermediate code, and then executed by the xslate virtual machine. WWW: https://metacpan.org/release/Text-Xslate |
2010-06-09T18:21:20+00:00 | net/rabbitmq-c-devel |
RabbitMQ C AMQP client library This is a C-language AMQP client library for use with AMQP servers speaking protocol versions 0-8 and 0-9-1. This port only speaks the 0-9-1 protocol version, for 0-8 use net/rabbitmq-c. WWW: https://github.com/alanxz/rabbitmq-c WWW: http://www.rabbitmq.com/ WWW: http://www.amqp.org/ |
2010-06-09T18:03:54+00:00 | net/rabbitmq-c |
RabbitMQ C AMQP client library This is a C-language AMQP client library for use with AMQP servers speaking protocol versions 0-8 and 0-9-1. This port only speaks the 0-9-1 protocol version, for 0-8 use net/rabbitmq-c. WWW: https://github.com/alanxz/rabbitmq-c WWW: http://www.rabbitmq.com/ WWW: http://www.amqp.org/ |
2010-06-09T13:22:00+00:00 | ports-mgmt/portshaker-config |
Simple configuration manager for portshaker The portshaker-config port provides a simple config-based interface to generate and maintain a portshaker configuration throught the ports system. It is designed to ease using portshaker for users who want to merge portshaker powered ports overlays in their FreeBSD ports tree. |
2010-06-09T13:21:18+00:00 | ports-mgmt/portshaker |
Maintain ports tree using multiple sources portshaker(8) is a tool designed for merging partial ports trees into the FreeBSD ports tree. In other words, it implements some kind of overlay for the FreeBSD ports. WWW: https://github.com/smortex/portshaker |
2010-06-09T08:10:14+00:00 | www/py-django-extensions |
Global custom management extensions for the Django Framework Global custom management extensions for the Django Framework. WWW: https://github.com/django-extensions/django-extensions |
2010-06-09T05:44:52+00:00 | databases/p5-Ima-DBI-Contextual |
Lightweight context-aware dbi handle cache and utility methods If you like Ima::DBI but need it to be more context-aware i (eg: tie dbi connections to more than the name and process id) then you need Ima::DBI::Contextual. WWW: http://search.cpan.org/dist/Ima-DBI-Contextual/ |
2010-06-09T03:26:36+00:00 | devel/p5-Package-Stash |
Routines for manipulating stashes Manipulating stashes (Perl's symbol tables) is occasionally necessary, but incredibly messy, and easy to get wrong. This module hides all of that behind a simple API. WWW: https://metacpan.org/release/Package-Stash |
2010-06-08T22:51:42+00:00 | www/rubygem-feedzirra |
Feed fetching and parsing library Feedzirra is a feed library that is designed to get and update many feeds as quickly as possible. The fetching and parsing logic have been de-coupled so that either of them can be used in isolation if you'd prefer not to use everything that Feedzirra offers. WWW: https://github.com/pauldix/feedzirra |
2010-06-07T11:18:02+00:00 | www/thundersnarf |
Web reporting and trending analysis for Thunder Cache Pro ThunderSnarf is a web reporting and trending tool for Thunder Cache Pro which has the main goal to provide a strategic overview of how Thunder is caching and what it is caching, aggregating value and helping on decision making regarding the real web acceleration rates and allowing one to identify unefficient cache patterns, plugins, as well as domains which should have a plugin written for and, off course, the top efficient domains and caching patterns as well. WWW: http://www.thundercache.com.br |
2010-06-07T06:59:09+00:00 | security/p5-Crypt-PBKDF2 |
PBKDF2 password hashing algorithm PBKDF2 is a secure password hashing algorithm that uses the techniques of "key strengthening" to make the complexity of a brute-force attack arbitrarily high. PBKDF2 uses any other cryptographic hash or cipher (by convention, usually HMAC-SHA1, but Crypt::PBKDF2 is fully pluggable), and allows for an arbitrary number of iterations of the hashing function, and a nearly unlimited output hash size (up to 2**32 - 1 times the size of the output of the backend hash). The hash is salted, as any password hash should be, and the salt may also be of arbitrary size. See also: RFC2898, PKCS#5 version 2.0: http://tools.ietf.org/html/rfc2898 WWW: https://metacpan.org/release/Crypt-PBKDF2 |
2010-06-07T06:07:04+00:00 | net-mgmt/mk-livestatus |
Nagios event broker module MK Livestatus - a Nagios event broker module that allows quick, direct and comfortable access to your status data. Livestatus is concepted and tuned to reduce disk, memory and cpu loads caused by live-data processing on the Nagios system. Just as NDO, Livestatus makes use of the Nagios Event Broker API and loads a binary module into the Nagios process. But other than NDO, Livestatus does not actively write out data e.g. to the disk. Instead, it opens a socket for external applications to connect to and fetch the current status information from Nagios. WWW: http://mathias-kettner.de/checkmk_livestatus.html |
2010-06-07T03:58:17+00:00 | devel/hs-vector-algorithms |
Efficient algorithms for vector arrays Efficient algorithms for vector arrays. WWW: http://code.haskell.org/~dolio/ |
2010-06-07T03:55:25+00:00 | devel/hs-vector |
Efficient Arrays An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop fusion optimization framework. WWW: https://github.com/haskell/vector |
2010-06-07T03:51:31+00:00 | net/hs-network-bytestring |
Fast, memory-efficient, low-level networking Fast, memory-efficient, low-level socket functions that use 'Data.ByteString's instead of 'String's. WWW: http://github.com/tibbe/network-bytestring |
2010-06-07T03:47:52+00:00 | devel/hs-Boolean |
Generalized Booleans and numbers Some classes for generalized boolean operations. WWW: http://hackage.haskell.org/package/Boolean |
2010-06-07T03:44:28+00:00 | devel/hs-primitive |
Primitive memory-related operations This package provides wrappers for primitive memory-related operations. WWW: https://github.com/haskell/primitive |
2010-06-06T20:46:20+00:00 | net/rubygem-whois |
Ruby whois library Whois is an intelligent pure Ruby WHOIS client and parser. It provides a flexible and programmable API to query WHOIS servers and look up IP/domain WHOIS information. It also offers command-line interface to run WHOIS queries from the console. It is a OS-independent library and does not require external C libraries or Gems. WWW: http://www.ruby-whois.org |
2010-06-06T15:52:12+00:00 | deskutils/xfce4-generic-slider |
Slider plugin to adjust and/or monitor any numeric variable A slider for the Xfce panel that can be used to adjust and/or monitor any numeric variable. You set whatever "variable" this is by setting an adjust command which will run when the slider is clicked or scrolled. An option is provided to pass the value of the slider (the fraction times an adjustable normalization factor) to the command. You get the value of the "variable" by setting a sychronize command. The command should return a numeric value and this value will be regarded as a fraction of a second adjustable normalization factor. WWW: https://gitlab.xfce.org/panel-plugins/xfce4-generic-slider |
2010-06-06T08:37:10+00:00 | devel/py-mongoengine |
Object-Document-Mapper for working with MongoDB MongoEngine is an ORM-like layer on top of PyMongo. It allows you to define schemas for documents and query collections using syntax inspired by the Django ORM. WWW: http://mongoengine.org/ |
2010-06-06T08:26:56+00:00 | www/py-django-livesettings |
Configure Django project settings via admin interface Django-Livesettings is a project split from the 'Satchmo Project'. It provides the ability to configure settings via an admin interface, rather than by editing "settings.py". WWW: http://bitbucket.org/bkroeze/django-livesettings/ |
2010-06-06T08:26:32+00:00 | www/py-django-keyedcache |
Simplified, speedy way to manage caching in Django apps Django-keyedcache provides a simplified, speedy way to manage caching in Django apps. WWW: http://bitbucket.org/bkroeze/django-keyedcache/ |
2010-06-05T22:06:01+00:00 | irc/p5-POE-Component-IRC-Plugin-Blowfish |
POE::Component::IRC plugin tthat provides blowfish encryption POE::Component::IRC::Plugin::Blowfish is a POE::Component::IRC plugin that provides blowfish encryption. WWW: https://metacpan.org/release/POE-Component-IRC-Plugin-Blowfish |
2010-06-05T21:57:56+00:00 | devel/p5-File-Iterator |
Module for iterating across files in a directory tree File::Iterator wraps a simple iteration interface around the files in a directory or directory tree. It builds a list of filenames, and maintains a cursor that points to one filename in the list. The user can work through the filenames sequentially by repeatedly doing stuff with the next filename that the cursor points to until their are no filenames left. WWW: https://metacpan.org/release/File-Iterator |
2010-06-05T21:22:25+00:00 | security/retranslator |
The update utility for Kaspersky applications The update utility is designed to download and save updates and modules of the Kaspersky Lab's applications into a separate folder. With the help of the utility you can download updates for selected Kaspersky Lab's applications installed either in your network or at a home PC. The utility has a function for saving downloaded updates and autopatches in a local folder, a network folder connected as a disc to the computer file system, or onto a flash-carrier. WWW: http://support.kaspersky.com/updater?level=2 |
2010-06-05T16:19:03+00:00 | graphics/geglmm |
C++ bindings for GEGL C++ bindings for GEGL. WWW: http://ftp.gnome.org/pub/gnome/sources/geglmm/ |
2010-06-05T16:15:34+00:00 | devel/p5-Config-Wrest |
Perl module for reading and writing configuration data This module allows you to read configuration data written in a human-readable and easily-editable text format and access it as a perl data structure. It also allows you to write configuration data from perl back to this format. The data format allows key/value pairs, comments, escaping of unprintable or problematic characters, sensible whitespace handling, support for Unicode data, nested sections, or blocks, of configuration data. WWW: https://metacpan.org/release/Config-Wrest |
2010-06-05T16:14:51+00:00 | mail/p5-CGP-CLI |
CommunigatePro Command Line Interface perl module CommunigatePro Command Line Interface perl module. WWW: https://metacpan.org/release/CGP-CLI |
2010-06-05T16:14:15+00:00 | security/p5-Crypt-Simple |
Perl encrypt stuff simply Perl encrypt stuff simply WWW: https://metacpan.org/release/Crypt-Simple |
2010-06-05T16:12:49+00:00 | net/p5-IPC-Session |
Drive ssh or other interactive shell, local or remote (like 'expect') Drive ssh or other interactive shell, local or remote (like 'expect') WWW: https://metacpan.org/release/IPC-Session |
2010-06-05T16:10:31+00:00 | devel/p5-Data-Average |
Hold Data Set To Calculate Average Hold Data Set To Calculate Average WWW: https://metacpan.org/release/DMAKI/Data-Average-0.03000 |
2010-06-05T14:08:01+00:00 | irc/smuxi |
Smart MUltipleXed Irc Smuxi is an irssi-inspired, flexible, user-friendly and cross-platform IRC client for sophisticated users, targeting the GNOME desktop. Smuxi is based on the client-server model: The core application (engine) can be placed onto a server which is connected to the Internet around-the-clock; one or more frontends then connect to the core. This way, the connection to IRC can be kept up even when all frontends have been closed. The combination of screen and irssi served as example for this architecture. Smuxi also supports the regular single application mode. This behaves like a typical IRC client; it doesn't need separate core management and utilizes a local engine that is used by the local frontend client. WWW: https://smuxi.im/ |
2010-06-05T13:13:38+00:00 | irc/smartirc4net |
Multi-layered IRC library SmartIrc4net is a multi-threaded and thread-safe IRC library written in C#. It allows you to communicate with IRC servers. The API features full channel syncing and is splitted in 3 layers: IrcConnection, IrcCommands and IrcClient. WWW: http://smartirc4net.meebey.net/jaws/ |
2010-06-05T13:00:22+00:00 | devel/nini |
NET configuration library Nini is an uncommonly powerful .NET configuration library designed to help build highly configurable applications quickly. WWW: http://nini.sourceforge.net |
2010-06-05T12:49:01+00:00 | audio/alsa-utils |
ALSA compatibility utilities The Advanced Linux Sound Architecture (ALSA) utils WWW: http://www.alsa-project.org/ |
2010-06-05T12:46:16+00:00 | audio/alsa-plugins |
ALSA compatibility library plugins The Advanced Linux Sound Architecture (ALSA) plugins WWW: http://www.alsa-project.org/ |
2010-06-05T12:43:25+00:00 | audio/alsa-lib |
ALSA compatibility library The Advanced Linux Sound Architecture (ALSA) library WWW: http://www.alsa-project.org/ |
2010-06-05T09:40:21+00:00 | net/libfb |
FoneBRIDGE configuration library A foneBRIDGE configuration library. WWW: http://red-fone.com/ |
2010-06-05T09:40:21+00:00 | net/fonulator |
FoneBRIDGE configuration utility A foneBRIDGE configuration utility. WWW: http://red-fone.com/ |
2010-06-04T21:23:08+00:00 | deskutils/silence |
Information management tool Silence is an information management tool. It does not just store your data, it provides sophisticated search mechanisms so you are able to find the information you are looking for. WWW: http://silence.sekalura.net |
2010-06-04T21:22:15+00:00 | audio/kstreamripper |
Program for recording streams for KDE4 KStreamRipper is a program for recording Internet radios and other streams. For streams that provide information about the song title, it can split the stream and create an own file for each track with a corresponding file name and corresponding metadata. WWW: http://kstreamripper.sourceforge.net |
2010-06-04T01:54:58+00:00 | graphics/py-graphy |
Simple chart library for Python Graphy is a simple Python library for generating charts. It tries to get out of the way and let you just work with your data. At the moment, it produces charts using the Google Chart API. WWW: http://graphy.googlecode.com/ |
2010-06-03T17:08:20+00:00 | sysutils/retail |
Program for incremental logfile reader Re-Tail is a command line program which is intended as an intelligent incremental logfile reader. It will read a file or group of files given on the command line, and output any changes since last time it read the file(s) in question. It will attempt to compensate if the filesize changes unexpectedly, and will also attempt to compensate if the file contents changes as well. It is not a very complex program. WWW: http://xjack.org/retail/ |
2010-06-03T17:07:57+00:00 | databases/mysqlsniffer |
Tcpdump clone specifically for MySQL mysqlsniffer is a tcpdump clone specifically for dumping/sniffing/watching MySQL network protocol traffic over TCP/IP networks. mysqlsniffer is coded in C using the pcap library and works with MySQL version 4.0 and newer. mysqlsniffer is the only MySQL-specific network sniffer. WWW: http://hackmysql.com/mysqlsniffer |
2010-06-03T17:07:13+00:00 | textproc/rubygem-sax-machine |
Declarative sax parsing library backed by Nokogiri A declarative SAX parsing library backed by Nokogiri. WWW: https://github.com/pauldix/sax-machine |
2010-06-03T17:06:22+00:00 | textproc/rubygem-loofah |
Library for manipulating HTML/XML documents and fragments Loofah is a general library for manipulating HTML/XML documents and fragments. It's built on top of Nokogiri and libxml2, so it's fast and has a nice API. Loofah excels at HTML sanitization (XSS prevention). It includes some nice HTML sanitizers, which are based on HTML5lib's whitelist. WWW: https://github.com/flavorjones/loofah |
2010-06-03T17:05:50+00:00 | mail/listadmin |
Command-line alternative to Mailman Web interface listadmin is a command-line alternative to Mailman's Web interface for administering mailing lists. It allows you to inspect messages or subscription requests, approve or discard them manually, or discard messages automatically when certain conditions are true. listadmin can also be configured to run out of cron to do routine cleaning. WWW: http://heim.ifi.uio.no/kjetilho/hacks/#listadmin |
2010-06-03T01:58:07+00:00 | astro/p5-GPS-OID |
Package for GPS PRN - Object ID conversions GPS::OID maps GPS PRN number to Satellite OID and vice versa. WWW: https://metacpan.org/release/GPS-OID |
2010-06-02T21:01:10+00:00 | sysutils/ckl |
A command line tool for noting when something was changed on a machine A command line tool for noting when something was changed on a machine. The contents of the message are POST'ed to another server for logging. WWW: http://github.com/pquerna/ckl |
2010-06-02T16:49:51+00:00 | textproc/rubygem-augeas |
Ruby bindings for Augeas Ruby bindings for Augeas WWW: http://augeas.net/ |
2010-06-02T16:48:12+00:00 | textproc/augeas |
Configuration editing tool Augeas is a configuration editing tool. It parses configuration files in their native formats and transforms them into a tree. Configuration changes are made by manipulating this tree and saving it back into native config files. WWW: http://augeas.net/ |
2010-06-02T16:35:17+00:00 | deskutils/tomboy-plugin-wordcount |
Counts lines, words, and characters in your notes Tomboy-Wordcount is a Tomboy plugin (or âaddinâ) which will count the lines, words, and characters in a note, much like the Unix âwcâ (word count) tool. WWW: http://www.proven-corporation.com/software/tomboy-wordcount/ |
2010-06-02T16:33:55+00:00 | deskutils/tomboy-plugin-todo |
Highlight FIXME, TODO, and XXX in your notes A Tomboy addin for highlighting FIXME, TODO and XXX markers in your notes. WWW: http://romain.blogreen.org/Projects/Tomboy-Todo |
2010-06-02T16:32:44+00:00 | deskutils/tomboy-plugin-reminder |
Automatically open notes at a given date and time This plugin looks for notes with lines like ``Remind 23 october'' and will open the note containing this on the corresponding date and time. WWW: http://flukkost.nu/blog/tomboy-reminder/ |
2010-06-02T16:28:12+00:00 | deskutils/tomboy-plugin-latex |
LaTeX math plugin for Tomboy Tomboy-LaTeX is a plugin for the desktop note-taking application Tomboy. It automatically converts LaTeX math code enclosed in \[...\] into inline images. Clicking on the image or moving the cursor over the image reveals the markup again. WWW: http://www.reitwiessner.de/programs/tomboy-latex.html |
2010-06-02T16:27:50+00:00 | www/uwsgi |
Developer-friendly WSGI server which uses uwsgi protocol uWSGI is a fast (pure C), self-healing, developer-friendly WSGI server, aimed for professional python webapps deployment and development. Over time it has evolved in a complete stack for networked/clustered python applications, implementing message/object passing, RPC and process management. WWW: http://projects.unbit.it/uwsgi/ |
2010-06-02T15:41:16+00:00 | ftp/rubygem-curb |
Ruby bindings for libcurl Curb (probably CUrl-RuBy or something) provides Ruby-language bindings for libcurl, a fully-featured client-side URL transfer library. WWW: https://github.com/taf2/curb |
2010-06-02T15:40:49+00:00 | devel/rubygem-spruz |
Small Ruby library of mixed utils/extensions This is a small mixed library of some useful stuff for and extensions of Ruby that are not really good/big enough for a real library. WWW: https://github.com/flori/spruz |
2010-06-02T15:33:46+00:00 | archivers/plzip |
Parallel, lossless data compressor based on the LZMA algorithm Plzip is a massively parallel (multi-threaded), lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Plzip uses the lzip file format; the files produced by plzip are fully compatible with lzip-1.4 or newer. WWW: http://www.nongnu.org/lzip/plzip.html |
2010-06-02T15:33:22+00:00 | archivers/lzlib |
In-memory LZMA compression and decompression library The lzlib compression library provides in-memory LZMA compression and decompression functions, including integrity checking of the uncompressed data. The compressed data format used by the library is the lzip format. WWW: http://www.nongnu.org/lzip/lzlib.html |
2010-06-02T15:30:23+00:00 | www/drupal6-services |
Provide an API for creating drupal web services A standardized solution of integrating external applications with Drupal. Service callbacks may be used with multiple interfaces like XMLRPC, JSON, JSON-RPC, REST, SOAP, AMF, etc. This allows a Drupal site to provide web services via multiple interfaces while using the same callback code. WWW: http://drupal.org/project/services |
2010-06-02T12:33:13+00:00 | x11-drivers/xf86-input-egalax |
eGalax touch screen input driver for X.Org This package contains the X.Org xf86-input-egalax driver. See also uep(4). |
2010-06-02T10:51:00+00:00 | astro/weather |
Utility to provide current weather conditions and forecasts This command-line utility is intended to provide quick access to current weather conditions and forecasts. Presently, it is capable of returning data for localities throughout the USA by retrieving and formatting decoded METARs (Meteorological Aerodrome Reports) from NOAA (the USA National Oceanic and Atmospheric Administration) and forecasts from NWS (the USA National Weather Service). The tool is written to function in the same spirit as other command- line informational utilities like cal(1), calendar(1) and dict(1). It can retrieve arbitrary weather data via specific command-line switches (station ID, city, state), or aliases can be configured system wide and on a per-user basis. It can be freely used and redistributed under the terms of a BSD-like License. WWW: http://fungi.yuggoth.org/weather/ |
2010-06-02T07:18:07+00:00 | ports-mgmt/kpackagekit |
KDE interface for PackageKit KPackageKit is the KDE interface for PackageKit. It features everything Gnome PackageKit does except: - install catalog; - service pack; - a D-Bus session interface. These items are not mandatory since they are more features of the GUI itself than a feature in PackageKit. WWW: http://opendesktop.org/content/show.php/KPackageKit?content=84745 |
2010-06-02T06:42:42+00:00 | devel/bzr-explorer |
Desktop application for using bzr Bazaar Explorer is a desktop application for using the Bazaar Version Control System. It provides a high level interface to all commonly used features, launching "applets" from the QBzr plug-in to provide most of the functionality. Alternatively, the applets from the bzr-gtk plug-in can be used if it is installed. WWW: https://launchpad.net/bzr-explorer |
2010-06-02T02:32:18+00:00 | audio/ipod-sharp |
Manipulate iTunesDB used in Apple iPod devices ipod-sharp is a library that allows manipulation of the iTunesDB used in Apple iPod devices. |
2010-06-02T01:55:45+00:00 | devel/google-gdata |
DOT NET library for the Google Data API The GData .NET Client Library includes source code to make it easy to access data through Google Data APIs (e.g. Contacts, Calendar). WWW: http://code.google.com/p/google-gdata/ |
2010-06-02T01:53:28+00:00 | misc/ipod-sharp |
Manipulate iTunesDB used in Apple iPod devices ipod-sharp is a library that allows manipulation of the iTunesDB used in Apple iPod devices. |
2010-06-02T01:50:01+00:00 | misc/podsleuth |
Tool to discover detailed model information about an iPod PodSleuth aims to probe, identify, and expose properties and metadata bound to iPods. |
2010-06-01T21:35:38+00:00 | devel/kdebindings4-python-pykdeuic4 |
An enhanced version of pyuic4 Python bindings for KDE. This port provides pykdeuic4 utility. pykdeuic4 is an enhanced version of pyuic4 which supports KDE4 widgets and i18n. It compiles Designer Qt .ui files to Python classes. WWW: http://www.kde.org/ |
2010-06-01T21:35:38+00:00 | astro/marble |
Virtual globe and world atlas for KDE Marble is a Virtual Globe and World Atlas that you can use to learn more about Earth: You can pan and zoom around and you can look up places and roads. WWW: https://marble.kde.org/ |
2010-06-01T15:16:46+00:00 | security/quantis |
Libraries and utilities to access Quantis devices Quantis is a physical random number generator exploiting an elementary quantum optics process. This port contains the user library and a CLI/GUI application to access such devices. WWW: http://www.idquantique.com/ |
2010-06-01T15:16:12+00:00 | security/quantis-kmod |
Kernel driver for Quantis PCI/PCIe random number generator Quantis is a physical random number generator exploiting an elementary quantum optics process. This port contains the kernel driver to access Quantis PCI and PCIe devices. WWW: https://www.idquantique.com/ |
2010-06-01T05:50:11+00:00 | math/p5-Math-RPN |
Reverse polish math expression evaluation The rpn function will take a scalar or list of sclars which contain an RPN expression as a set of comma delimited values and operators, and return the result or stack, depending on context. WWW: https://metacpan.org/release/Math-RPN |
2010-06-01T03:04:53+00:00 | devel/qbzr |
Qt interface for bzr QBzr is a simple Qt cross-platform frontend for some of Bazaar commands. Purpose of this plugin is to provide a graphical user interface for those Bazaar commands where it can simplify the usage. Highlighting of differences between files, "browsable" log view, possibility to commit only some files without listing them all on the command line, etc. WWW: http://bazaar-vcs.org/QBzr |
2010-05-31T21:21:31+00:00 | games/jfsw |
Jonathon Fowler's Shadow Warrior Port This is JonoF's Shadow Warrior port. WWW: http://www.jonof.id.au/jfsw |
2010-05-31T14:42:33+00:00 | devel/runawk |
Wrapper for AWK interpreter to write standalone programs in AWK A small wrapper for AWK interpreter that helps to write the standalone programs in AWK. It provides MODULES for AWK similar to PERL's "use" command and other powerful features. Dozens of ready to use modules are also provided. WWW: http://sourceforge.net/projects/runawk/ Author: Aleksey Cheusov (cheusov at users.sourceforge.net) |
2010-05-31T13:01:23+00:00 | textproc/irstlm |
The IRST Language Modeling Toolkit The IRST Language Modeling Toolkit features algorithms and data structures suitable to estimate, store, and access very large LMs. WWW: https://hlt-mt.fbk.eu/technologies/irstlm |
2010-05-30T04:41:50+00:00 | databases/flare |
Flare - distributed and persistent key-value storage Flare is distributed, and persistent key-value storage compatible w/ memcached, and has more features(as follows): * persistent storage (you can use flare as persistent memcached) * pluggable storage (currently only Tokyo Cabinet is available, though:) * data replication (synchronous or asynchronous) * data partitioning (automatically partitioned according to # of master servers (clients do not have to care about it)) * dynamic reconstruction, and partitioning (you can dynamically (I mean, without any service interruption) add slave servers and partition master servers) * node monitoring and failover (if any server is down, the server is automatically isolated from active servers and another slave server is promoted to master server) * request proxy (you can always get same result regardless of servers you connect to. so you can think flare servers as one big key-value storage) * over 256 bytes keys, and over 1M bytes values are available WWW: http://labs.gree.jp/Top/OpenSource/Flare-en.html |
2010-05-28T06:10:55+00:00 | devel/p5-File-SafeDO |
Safer do file for perl This is a fancy 'do file'. A safer one even! |
2010-05-27T08:47:16+00:00 | textproc/p5-Pod-Elemental |
Treating a Pod document as a tree of elements Pod::Elemental is a system for treating a Pod (plain old documentation) documents as trees of elements. This model may be familiar from many other document systems, especially the HTML DOM. Pod::Elemental's document object model is much less sophisticated than the HTML DOM, but still makes a lot of document transformations easy. WWW: https://metacpan.org/release/Pod-Elemental |
2010-05-27T08:09:17+00:00 | devel/p5-Sub-Exporter-ForMethods |
Helper routines for using Sub::Exporter to build methods Sub::Exporter::ForMethods is helper routines for using Sub::Exporter to build methods. WWW: https://metacpan.org/release/Sub-Exporter-ForMethods |
2010-05-27T06:19:49+00:00 | multimedia/mp4split |
Converts MP4 files to Fragmented MP4 and creates manifest files This tool converts MP4 files to Fragmented MP4 and also creates the necessary manifest files. WWW: http://smoothstreaming.code-shop.com |
2010-05-26T22:37:46+00:00 | sysutils/p5-Plugtools-Plugins-HomeOU |
Automatically handles the home OU for when adding/removing users Adds/removes the home OU for when adding/removing a user. WWW: https://metacpan.org/release/Plugtools-Plugins-HomeOU |
2010-05-26T20:46:28+00:00 | sysutils/p5-Samba-SIDhelper |
Create SIDs based on G/UIDs A simple automated system for choosing SIDs from posix G/UIDs. WWW: https://metacpan.org/release/Samba-SIDhelper |
2010-05-26T02:17:35+00:00 | textproc/p5-POD2-Base |
Base module for translations of Perl documentation p5-POD2-Base is an abstraction of the code in POD2::IT and POD2::FR. These modules belong to the Italian and the French translation projects of core Perl pods. WWW: https://metacpan.org/release/POD2-Base |
2010-05-26T02:14:37+00:00 | textproc/p5-PPIx-Regexp |
PPI regular expression parser The purpose of the PPIx-Regexp package is to parse regular expressions in a manner similar to the way the PPI package parses Perl. WWW: https://metacpan.org/release/PPIx-Regexp |
2010-05-25T21:12:46+00:00 | www/mod_smooth_streaming |
Apache smooth streaming module Smooth Streaming Module for Apache. Encode your content once and playback on Silverlight, iPhone and Flash 10.1. Advantages & features: * It's HTTP-based, so no problems with firewalls. * It's cache/proxy friendly, so you can use generic HTTP caches/proxies. * It's cheap, there is no need for additional media streaming services offered by hosting providers. * The end user will appreciate the fast starting and seeking anywhere in the video. * The video dynamically adapts to network conditions. * It uses the industry standard MPEG4 file format. * Use your favourite open source software (X264) to encode your videos. * Encoded content is compatible with both Smooth Streaming for Silverlight as well as for HTTP Streaming to the iPhone. WWW: http://smoothstreaming.code-shop.com/trac/wiki/Mod-Smooth-Streaming-Apache |
2010-05-25T20:14:18+00:00 | net-im/pwytter |
Free multi-platform Twitter client written in Python Pwytter is a multi-platform, standalone Twitter client written in Python using Tkinter. It currently features: - Switchable timelines: User (own tweets), Friends, Public, Replies, Direct messages, Composite - Clean and compact, themable user interface - Full Unicode support for all languages - Friends and Followers list display - Easy Replies and Direct Messages - In message URL detection - Image and request caching for fast UI response - Automatic and manual refresh - Pwytter update autodetection WWW: http://www.pwytter.com/ |
2010-05-25T19:05:47+00:00 | x11-themes/qtcurve-qt4 |
QtCurve widget style for Qt 4 QtCurve is a set of widget styles for Qt4/KDE4, KDE3 and Gtk2 based apps. This port provides Qt4 style plugin. WWW: http://www.kde-look.org/content/show.php?content=40492 |
2010-05-25T18:12:15+00:00 | databases/xtrabackup |
OpenSource version of InnoDB backup with support of Percona extensions Percona XtraBackup is OpenSource online (non-blockable) backup solution for InnoDB and XtraDB engines. It can back up data from InnoDB, XtraDB, and MyISAM tables on unmodified MySQL 5.1, 5.5 and 5.6 servers, as well as Percona Server with XtraDB. WWW: https://www.percona.com/doc/percona-xtrabackup/ |
2010-05-25T16:58:53+00:00 | mail/squirrelmail-askuserinfo-plugin |
Ask user to enter Full name and Email address at initial logon User is asked to enter Full Name and Email Address prior to reading or composing after logging in. This is used for users who log in for the first time and need to set up their preferences prior to getting started. WWW: http://squirrelmail.org/plugin_view.php?id=142 |
2010-05-24T21:54:40+00:00 | devel/rubygem-ruby-sdl-ffi |
Low-level binding to SDL and related libraries using Ruby-FFI Ruby-SDL-FFI is a low-level binding to SDL and related libraries using Ruby-FFI. It provides very basic access to SDL from Ruby without the need for a compiled C wrapper. It aims to be platform and Ruby implementation independent. WWW: https://github.com/jacius/ruby-sdl-ffi |
2010-05-24T21:54:05+00:00 | devel/rubygem-nice-ffi |
Convenience layer atop Ruby-FFI Nice-FFI is a layer on top of Ruby-FFI (and compatible FFI systems) to augment it with features to aid development of FFI-based libraries. WWW: https://github.com/jacius/nice-ffi |
2010-05-24T21:53:40+00:00 | devel/rubygem-ffi |
Extension for dynamic libraries and binding functions Ruby-FFI is a ruby extension for programmatically loading dynamic libraries, binding functions within them, and calling those functions from Ruby code. WWW: https://github.com/ffi/ffi/wiki |
2010-05-24T21:36:32+00:00 | x11-fonts/isabella |
Font by John Stracke based on the Isabella Breviary This font is called Isabella because it is based on the calligraphic hand used in the Isabella Breviary, made around 1497, in Holland, for Isabella of Castille, the first queen of united Spain. WWW: https://www.thibault.org/fonts/isabella/ |
2010-05-24T14:00:19+00:00 | cad/kicad-library |
Schematic and 3D libraries supported by KiCad team This port installs the official schematic and 3D libraries supported by the KiCad library team. The footprint libraries are the *.pretty repos themselves and are used online by default. If you want to download them locally, the library-repos-install.bat and library-repos-install.sh scripts in the KiCad source can do this automatically. WWW: https://github.com/KiCad/kicad-library |
2010-05-24T10:09:04+00:00 | sysutils/backupme |
Flexible and easy backup utility Flexible and easy backup utility. It can be used to backup your file system files, directories or even to backup databases. FEATURES: ** Can be used with different types of archiveres (tar, rar, zip, 7z etc.); ** Send backuped files using FTP or SCP protocol; ** Backup MySQL and PostgreSQL databases; ** Generate and send report via email or/and jabber. WWW: http://backupme.org.ua/ |
2010-05-24T00:33:07+00:00 | security/p5-Crypt-T_e_a |
The Tiny Encryption Algorithm in Perl and JavaScript The Tiny Encryption Algorithm in Perl and JavaScript. WWW: https://metacpan.org/release/PJB/Crypt-Tea-2.12 |
2010-05-23T19:01:05+00:00 | multimedia/szap-s2 |
Simple zapping tool for the Linux DVB S2 API szap-s2 is a command line channel zapping (i.e. tuning) utility similar to szap but including support for S2API a.k.a. DVB API version 5, which supports DVB-S2. When using szap-s2, one instructs it to change the channel to one of a list of channels supplied in a channels.conf type file. There is no manpage yet, but you can run szap-s2 without args to get a usage message. location of channel list file is ~/.szap/channels.conf one line of the szap channel file has the following format: name:frequency_MHz:polarization[coderate][delivery][modulation][rolloff]:sat_no:symbolrate:vpid:apid:service_id one line of the VDR channel file has the following format: name:frequency_MHz:polarization[coderate][delivery][modulation][rolloff]:sat_no:symbolrate:vpid:apid:tpid:?:service_id:?:?:? WWW: https://www.linuxtv.org/wiki/index.php/Szap-s2 |
2010-05-23T18:59:54+00:00 | multimedia/w_scan |
Perform frequency scans for DVB and ATSC transmissions w_scan is a small channel scan tool for vdr which generates ATSC, DVB-C, DVB-S/S2 and DVB-T channels.conf files. It's 50% "scan" from linuxtv-dvb-apps-1.1.0, the differences are: - no initial tuning data needed, because scanning without this data is exactly what a scan tool like this should do - it detects automatically which DVB/ATSC card to use. |
2010-05-23T08:55:44+00:00 | japanese/ibus-mozc |
Mozc engine for IBus Mozc is a Japanese Input Method Editor (IME) designed for multi-platform such as Chromium OS, Windows, Mac and Linux. This open-source project originates from Google Japanese Input. WWW: http://code.google.com/p/mozc/ |
2010-05-22T21:41:52+00:00 | textproc/hs-libxml |
Binding to libxml2 Minimal binding to libxml2. Additional functions will be added when needed. WWW: http://hackage.haskell.org/package/libxml |
2010-05-22T15:18:29+00:00 | devel/p5-File-BOM |
Perl module to handle Unicode byte order marks This module provides functions for handling unicode byte order marks, which are to be found at the beginning of some files and streams. The intention of File::BOM is for files with BOMs to be readable as seamlessly as possible, regardless of the encoding used. WWW: https://metacpan.org/release/File-BOM |
2010-05-22T04:42:32+00:00 | audio/libbs2b |
Bauer Stereophonic-to-Binaural DSP The Bauer stereophonic-to-binaural DSP (bs2b) is designed to improve headphone listening of stereo audio records. WWW: http://bs2b.sourceforge.net/ |
2010-05-22T01:02:46+00:00 | www/p5-Plack-Middleware-AMF |
Perl extension to use AMF with Plack The great new Plack::Middleware::AMF! WWW: https://metacpan.org/release/Plack-Middleware-AMF |
2010-05-21T22:03:36+00:00 | devel/hs-test-framework-quickcheck2 |
QuickCheck2 support for the test-framework package QuickCheck2 support for the test-framework package. WWW: https://batterseapower.github.io/test-framework/ |
2010-05-21T22:00:21+00:00 | devel/hs-test-framework-hunit |
HUnit support for the test-framework package HUnit support for the test-framework package. WWW: http://batterseapower.github.com/test-framework/ |
2010-05-21T21:57:42+00:00 | devel/hs-test-framework |
Framework for running and organising tests, with HUnit and QuickCheck support Allows tests such as QuickCheck properties and HUnit test cases to be assembled into test groups, run in parallel (but reported in deterministic order, to aid diff interpretation) and filtered and controlled by command line options. All of this comes with colored test output, progress reporting and test statistics output. WWW: http://batterseapower.github.io/test-framework/ |
2010-05-21T21:53:38+00:00 | devel/hs-ansi-wl-pprint |
Wadler/Leijen Pretty Printer for colored ANSI terminal output This is a pretty printing library based on Wadler's paper "A Prettier Printer". It has been enhanced with support for ANSI terminal colored output using the ansi-terminal package. WWW: https://github.com/batterseapower/ansi-wl-pprint |
2010-05-21T21:49:50+00:00 | devel/hs-ansi-terminal |
Simple ANSI terminal support, with Windows compatibility ANSI terminal support for Haskell: allows cursor movement, screen clearing, color output showing or hiding the cursor, and changing the title. Compatible with Windows and those Unixes with ANSI terminals, but only GHC is supported as a compiler. WWW: https://github.com/feuerbach/ansi-terminal |
2010-05-21T21:44:44+00:00 | net/hs-hostname |
Cross-platform means of determining the hostname A very simple package providing a cross-platform means of determining the hostname. WWW: http://hackage.haskell.org/package/hostname |
2010-05-20T15:43:39+00:00 | databases/postgresql84-contrib |
The contrib utilities from the PostgreSQL distribution This is the port for all stuff that comes in the contrib subtree of the postgresql distribution. This subtree contains porting tools, analysis utilities, and plug-in features that are not part of the core PostgreSQL system, mainly because they address a limited audience or are too experimental to be part of the main source tree. This does not preclude their usefulness. Each subdirectory contains a README file with information about the module. Some directories supply new user-defined functions, operators, or types. After you have installed the files you need to register the new entities in the database system by running the commands in the supplied .sql file. For example, $ psql -d dbname -f module.sql The .sql files are installed into /usr/local/share/postgresql/contrib For more information, please see /usr/local/share/doc/postgresql/contrib/README* This software is part of the standard PostgreSQL distribution. WWW: http://www.postgresql.org/ |
2010-05-20T15:43:39+00:00 | databases/postgresql83-contrib |
The contrib utilities from the PostgreSQL distribution This is the port for all stuff that comes in the contrib subtree of the postgresql distribution. This subtree contains porting tools, analysis utilities, and plug-in features that are not part of the core PostgreSQL system, mainly because they address a limited audience or are too experimental to be part of the main source tree. This does not preclude their usefulness. Each subdirectory contains a README file with information about the module. Some directories supply new user-defined functions, operators, or types. After you have installed the files you need to register the new entities in the database system by running the commands in the supplied .sql file. For example, $ psql -d dbname -f module.sql The .sql files are installed into /usr/local/share/postgresql/contrib For more information, please see /usr/local/share/doc/postgresql/contrib/README* This software is part of the standard PostgreSQL distribution. WWW: http://www.postgresql.org/ |
2010-05-20T15:43:39+00:00 | databases/postgresql82-contrib |
The contrib utilities from the PostgreSQL distribution This is the port for all stuff that comes in the contrib subtree of the postgresql distribution. This subtree contains porting tools, analysis utilities, and plug-in features that are not part of the core PostgreSQL system, mainly because they address a limited audience or are too experimental to be part of the main source tree. This does not preclude their usefulness. Each subdirectory contains a README file with information about the module. Some directories supply new user-defined functions, operators, or types. After you have installed the files you need to register the new entities in the database system by running the commands in the supplied .sql file. For example, $ psql -d dbname -f module.sql The .sql files are installed into /usr/local/share/postgresql/contrib For more information, please see /usr/local/share/doc/postgresql/contrib/README* This software is part of the standard PostgreSQL distribution. WWW: http://www.postgresql.org/ |
2010-05-20T15:43:39+00:00 | databases/postgresql81-contrib |
The contrib utilities from the PostgreSQL distribution This is the port for all stuff that comes in the contrib subtree of the postgresql distribution. This subtree contains porting tools, analysis utilities, and plug-in features that are not part of the core PostgreSQL system, mainly because they address a limited audience or are too experimental to be part of the main source tree. This does not preclude their usefulness. Each subdirectory contains a README file with information about the module. Some directories supply new user-defined functions, operators, or types. After you have installed the files you need to register the new entities in the database system by running the commands in the supplied .sql file. For example, $ psql -d dbname -f module.sql The .sql files are installed into /usr/local/share/postgresql/contrib For more information, please see /usr/local/share/doc/postgresql/contrib/README* This software is part of the standard PostgreSQL distribution. WWW: http://www.postgresql.org/ |
2010-05-20T15:43:39+00:00 | databases/postgresql80-contrib |
The contrib utilities from the PostgreSQL distribution This is the port for all stuff that comes in the contrib subtree of the postgresql distribution. This subtree contains porting tools, analysis utilities, and plug-in features that are not part of the core PostgreSQL system, mainly because they address a limited audience or are too experimental to be part of the main source tree. This does not preclude their usefulness. Each subdirectory contains a README file with information about the module. Some directories supply new user-defined functions, operators, or types. After you have installed the files you need to register the new entities in the database system by running the commands in the supplied .sql file. For example, $ psql -d dbname -f module.sql The .sql files are installed into /usr/local/share/postgresql/contrib For more information, please see /usr/local/share/doc/postgresql/contrib/README* This software is part of the standard PostgreSQL distribution. WWW: http://www.postgresql.org/ |
2010-05-20T15:43:39+00:00 | databases/postgresql74-contrib |
The contrib utilities from the PostgreSQL distribution This is the port for all stuff that comes in the contrib subtree of the postgresql distribution. This subtree contains porting tools, analysis utilities, and plug-in features that are not part of the core PostgreSQL system, mainly because they address a limited audience or are too experimental to be part of the main source tree. This does not preclude their usefulness. Each subdirectory contains a README file with information about the module. Some directories supply new user-defined functions, operators, or types. After you have installed the files you need to register the new entities in the database system by running the commands in the supplied .sql file. For example, $ psql -d dbname -f module.sql The .sql files are installed into /usr/local/share/postgresql/contrib For more information, please see /usr/local/share/doc/postgresql/contrib/README* This software is part of the standard PostgreSQL distribution. WWW: http://www.postgresql.org/ |
2010-05-20T14:21:43+00:00 | science/netcdf3-ftn |
NetCDF (network Common Data Form), with Fortran support |
2010-05-20T09:43:14+00:00 | science/massxpert |
Software suite for (bio)chemists The massXpert project aims at providing (bio)chemists with a software package allowing the following: * User-specific atom definitions and polymer chemistry definitions; * Powerful sequence editing with user-defined glyphs for each monomer and monomer chemical modification. Multi-region selections; * Polymer sequence chemical/enzymatic cleavage; * Intramolecular cross-linking, like disulfide bonds with total resolution of the peptides generated upon enzymatic cleavage; * Gas-phase fragmentation of oligomers; * Mass-to-charge ratio calculations with inline change of ionization agent; * Calculation of net electrical charge and of isoelectric point (even by taking into account monomer modifications if polymer is a protein); * Simulation of isotopic patterns for any chemical formula and z charge; * A number of plugins allow 1) translation of the sequence from one format to another (using a dictionary, like between the 1-letter code and the 3-letter code of proteins) 2) conversion of number format according to any localized number format 3) sort mass lists. WWW: https://salsa.debian.org/debichem-team/massxpert |
2010-05-19T20:43:02+00:00 | audio/tepsonic |
TepSonic is a simple and fast audio player TepSonic is a simple and fast audio player but it has all the basic functions that every good audio player should have. TepSonic is not trying to be like Amarok or Banshee, it stays small and simple. WWW: http://www.tepsonic.org/ |
2010-05-19T16:04:25+00:00 | graphics/lightspark-devel |
An alternative Flash Player implementation Lightspark is an alternative Flash Player implementation with llvm-based ActionScript JIT compiler and support for hardware accelerated rendering. WWW: http://lightspark.sourceforge.net/ |
2010-05-19T13:09:45+00:00 | devel/dreampie |
Python shell which is designed to be reliable and fun DreamPie is a Python shell which is designed to be reliable and fun. WWW: http://www.dreampie.org/ |
2010-05-19T12:38:10+00:00 | japanese/p5-Encode-JP-Emoji |
Perl extension for Emoji encodings and cross-mapping tables Encode::JP::Emoji - Emoji encodings and cross-mapping tables in pure Perl. This module provides encodings which support emoji picture characters. WWW: https://metacpan.org/release/Encode-JP-Emoji |
2010-05-19T12:10:17+00:00 | net/hs-pcap |
System-independent interface for user-level packet capture A system-independent interface for user-level packet capture. WWW: https://github.com/bos/pcap |
2010-05-19T10:42:54+00:00 | audio/pms |
ncurses-based client for the Music Player Daemon Practical Music Search is an open source ncurses client for Music Player Daemon, written in C++. The target audience are power users who need an MPD client that is highly configurable and accessible. PMS features a simple but powerful interface similar to Vim, and runs on (at least) Linux and Mac OS X. WWW: http://pms.sourceforge.net/ |
2010-05-19T06:00:57+00:00 | dns/p5-Net-DNS-RR-SRV-Helper |
Orders SRV records by priority and weight for Net::DNS Net::DNS::RR::SRV::Helper is a perl module to order SRV records by priority and weight for Net::DNS. WWW: https://metacpan.org/release/Net-DNS-RR-SRV-Helper |
2010-05-19T05:31:44+00:00 | science/pynn |
Simulator-independent language for building neuronal network models PyNN (pronounced 'pine') is a simulator-independent language for building neuronal network models. WWW: http://neuralensemble.org/PyNN |
2010-05-18T08:14:12+00:00 | science/pyNN |
A simulator-independent language for building neuronal network models PyNN(pronounced 'pine') is a simulator-independent language for building neuronal network models. WWW: http://neuralensemble.org/trac/PyNN |
2010-05-18T03:20:55+00:00 | astro/mkgmap |
Convert OpenStreetMap data into a Garmin format This program converts OpenStreetMap data into a map that can be loaded onto a Garmin GPS device. It does the conversion in one step without depending on any other program. WWW: http://www.mkgmap.org.uk/index.html |
2010-05-17T23:53:03+00:00 | mail/spmfilter-clamav |
ClamAV plugin for spmfilter spmfilter-clamav is a plugin for spmfilter that enables spmfilter to check mails with the Clam AntiVirus open source toolkit for viruses. The major goal of this plugin is to provide an easy way for virus-scanning emails. If ClamAV detects malicious software like viruses the affected email is discarded by the plugin. Optionally notifications can be enabled to inform the recipients and sender (configurable) about the discarded message. WWW: http://www.spmfilter.org/ |
2010-05-17T23:51:50+00:00 | mail/spmfilter-spamassassin |
Spamassassin plugin for spmfilter spmfilter-spamassassin is a plugin for spmfilter that enables spmfilter to spam-check emails with the help of the daemonized version of Spamassassin (spamd). The major goal of this plugin is to provide an easy way for spam-checking messages. WWW: http://www.spmfilter.org/ |
2010-05-17T22:13:40+00:00 | devel/xc3sprog |
Free programmer for Xilinx Spartan S3E Starter Kit This tool should let you to program your Xilinx Spartan-3E Starter Kit and similar boards based on Xilinx USB programmers. WWW: https://sourceforge.net/projects/xc3sprog/ |
2010-05-16T18:05:28+00:00 | audio/hs-libmpd |
MPD client library A client library for MPD, the Music Player Daemon. WWW: https://github.com/vimus/libmpd-haskell#readme |
2010-05-16T12:40:17+00:00 | www/p5-Plack-Middleware-ConsoleLogger |
Perl extension to write logs to Firebug or Webkit Inspector Write logs to Firebug or Webkit Inspector. WWW: https://metacpan.org/release/Plack-Middleware-ConsoleLogger |
2010-05-16T09:23:35+00:00 | textproc/tidyp |
Library and program to validate and fix HTML tidyp is a fork of tidy on SourceForge at http://tidy.sf.net. The library name is "tidyp", and the command-line tool is also "tidyp" but all internal API stays the same. tidyp will validate your HTML, and output cleaned-up HTML. WWW: http://tidyp.com/ |
2010-05-16T09:16:46+00:00 | graphics/scantailor |
Interactive post-processing tool for scanned pages Scan Tailor Advanced is an interactive post-processing tool for scanned pages. It performs operations such as page splitting, deskewing, and removing garbage. All operations can be done automatically, however it's still possible to manually correct their results WWW: https://github.com/4lex4/scantailor-advanced |
2010-05-16T09:15:38+00:00 | audio/rubygem-librmpd |
Is a simple yet powerful Music Player Daemon library librmpd is a simple yet powerful Music Player Daemon library written entirely in Ruby. It provides callback functionality to create an event/listener type of setup, along with thread safety for threaded apps. WWW: https://rubygems.org/gems/librmpd |
2010-05-15T22:14:30+00:00 | textproc/hs-citeproc-hs |
Citation Style Language implementation in Haskell citeproc-hs is a library for rendering bibliographic reference citations into a variety of styles using a macro language called Citation Style Language (CSL) [1]. [1] http://xbiblio.sourceforge.net/ WWW: http://istitutocolli.org/repos/citeproc-hs/ |
2010-05-15T22:10:48+00:00 | textproc/hs-hxt |
Collection of tools for processing XML with Haskell The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but introduces a more general approach for processing XML with Haskell. The Haskell XML Toolbox uses a generic data model for representing XML documents, including the DTD subset and the document subset, in Haskell. It contains a validating XML parser, a HTML parser, namespace support, an XPath expression evaluator, an XSLT library, a RelaxNG schema validator and funtions for serialization and deserialization of user defined data. The library makes extensive use of the arrow approach for processing XML. WWW: https://github.com/UweSchmidt/hxt |
2010-05-15T19:41:48+00:00 | misc/fxload |
Firmware download for Cypress EZ-USB devices The utility allows you to download firmware into and upload firmware from the memory of a Cypress EZ-USB/FX2/FX3 chips. It is a de facto standard for programming this family of devices. This port is based on original fxload(8) program available from Linux Hotplug Project. Libusb support has been provided to correctly work on FreeBSD and patches for the FX3 have been merged in. WWW: https://bitbucket.org/DJOConnor/fxload |
2010-05-15T19:23:21+00:00 | textproc/hs-hs-bibutils |
Bindings to bibutils, the bibliography conversion utilities Haskell bindings to Chris Putnam's bibutils, a library that interconverts between various bibliography formats using a common MODS-format XML intermediate. WWW: http://istitutocolli.org/repos/hs-bibutils/ |
2010-05-15T19:14:33+00:00 | ftp/hs-curl |
Haskell binding to libcurl libcurl is a client-side URL transfer library, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE. libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume, http proxy tunneling and more! This package provides a Haskell binding to libcurl. WWW: http://hackage.haskell.org/package/curl |
2010-05-15T19:11:40+00:00 | devel/hs-terminfo |
Haskell bindings to the terminfo library This library provides an interface to the terminfo database (via bindings to the curses library). Terminfo allows POSIX systems to interact with a variety of terminals using a standard set of capabilities. WWW: http://code.haskell.org/terminfo |
2010-05-15T19:06:57+00:00 | devel/hs-hashed-storage |
Hashed file storage support code Support code for reading and manipulating hashed file storage (where each file and directory is associated with a cryptographic hash, for corruption-resistant storage and fast comparisons). The supported storage formats include darcs hashed pristine, a plain filesystem tree and an indexed plain tree (where the index maintains hashes of the plain files and directories). WWW: http://hackage.haskell.org/package/hashed-storage |
2010-05-15T18:56:33+00:00 | converters/hs-dataenc |
Data encoding library Data encoding library currently providing Base16, Base32, Base32Hex, Base64, Base64Url, Base85, Python string escaping, Quoted-Printable, URL encoding, uuencode, xxencode, and yEncoding. WWW: http://www.haskell.org/haskellwiki/Library/Data_encoding |
2010-05-15T15:24:06+00:00 | textproc/bibutils |
Program set interconverts between various bibliography formats The bibutils program set interconverts between various bibliography formats using a common MODS-format XML intermediate. For example, one can convert RIS-format files to Bibtex by doing two transformations: RIS->MODS->Bibtex. By using a common intermediate for N formats, only 2N programs are required and not N^2-N. These programs operate on the command line and are styled after standard UNIX-like filters. WWW: https://sourceforge.net/projects/bibutils/ |
2010-05-14T17:15:19+00:00 | deskutils/wammu |
GUI manager of contacts, todos, calendar, and messages in your phone Wammu Mobile Phone Manager It works with any phone that Gammu supports, including many models from Nokia, Siemens, and Alcatel. It has complete support (read, edit, delete, copy) for contacts, todo, and calendar. It can read, save, and send SMS. It includes an SMS composer for multi-part SMS messages, and it can display SMS messages that include pictures. Currently, only text and predefined bitmaps or sounds can be edited in the SMS composer. It can export messages to an IMAP4 server (or other email storage). This program does not support browsing files in phone. WWW: https://wammu.eu/ |
2010-05-14T15:08:54+00:00 | comms/gammu-python |
|
2010-05-14T13:56:24+00:00 | math/p5-GIS-Distance-Lite |
Calculate geographic distances in geodetic WGS84 format The module provides a method to calculate geographic distances between coordinates in geodetic WGS84 format using the Haversine formula. It is similar to GIS::Distance, but without the extra bells and whistles and without the additional dependencies. Same great taste, less filling. It exists for those who cannot, or prefer not to install Moose and its dependencies. WWW: https://metacpan.org/release/GIS-Distance-Lite |
2010-05-14T08:42:00+00:00 | sysutils/openipmi |
Complex IPMI management software OpenIPMI was designed to aid building "complex IPMI management software". OpenIPMI library will connect with an IPMI controller, detect any management controllers on the bus, get their SDRs, manage all the entities in the system, manage the event log, and a host of other things. OpenIPMI is also dynamic and event-driven. It will come up and start discovering things in the managed system. As it discovers things, it will report them to the software using it (assuming the software has asked for this reporting). WWW: http://openipmi.sourceforge.net/ |
2010-05-14T05:21:57+00:00 | devel/kdevplatform |
Set of libraries for KDE IDE-like programs Open source set of libraries that can be used as a foundation for IDE-like programs. It is programming-language independent, and it's planned to be used by programs like KDevelop, Quanta, Kile, KTechLab, etc. WWW: http://www.kdevelop.org |
2010-05-14T05:21:57+00:00 | devel/kdevelop-php |
PHP support for KDevelop Open source, feature-full, plugin extensible IDE for C/C++ and other programming languages. It is based on KDevPlatform and the KDE and Qt libraries, and it's under development since 1998. This package contains the PHP support plugin. WWW: http://www.kdevelop.org |
2010-05-14T05:21:57+00:00 | devel/kdevelop-php-docs |
PHP documentation for KDevelop Open source, feature-full, plugin extensible IDE for C/C++ and other programming languages. It is based on KDevPlatform and the KDE and Qt libraries, and it's under development since 1998. This package integrates PHP.net online documentation. WWW: http://www.kdevelop.org |
2010-05-14T05:21:57+00:00 | devel/kdevelop-kde4 |
Plugin extensible IDE for KDE Open source, feature-full, plugin extensible IDE for C/C++ and other programming languages. It is based on KDevPlatform and the KDE and Qt libraries, and it's under development since 1998. WWW: http://www.kdevelop.org |
2010-05-13T14:47:58+00:00 | graphics/apngasm |
Create Animated PNG from a sequence of files Standalone version of the popular APNG Assembler. Simple command-line interface. No size limits. WWW: https://sourceforge.net/projects/apngasm/ |
2010-05-13T07:51:02+00:00 | textproc/p5-Pod-Perldoc |
Look up Perl documentation in Pod format Look up Perl documentation in Pod format. WWW: https://metacpan.org/release/Pod-Perldoc |
2010-05-13T06:05:30+00:00 | audio/cuberok |
Music player and collection manager based on Qt4 Cuberok is a music player and a collection manager based on Qt4. It has lightweight interface, music collection support and many features, e.g. music autorating and Last.FM scrobbler. Features: -CUE support. Codepage selection for CUE sheets -Shoutcast/icecast support (for GStreamer and Phonon) -Support internet services Jamendo and MagnaTune (New in v.0.0.9) -Last.FM and Libre.FM scrobblers -Downloading images for albums and artists from Last.FM -Loading artist and album info from Last.FM, loading lyrics from LyricWiki.org -Auto rating for songs. Rating for albums, artists and genres automatically calculated from rating of songs. -Easy collection browsing. Just double click on genre to view all artist in this genre. -Smart playlists (custom SQL requests) -Support for AlbumArt as separate file on disk. Art can be assinged to genre and atrist too. -And etc... WWW: http://code.google.com/p/cuberok/ |
2010-05-13T03:38:12+00:00 | net-im/pickwick |
Small group plain-text chat server and client Pickwick is a plain text small group chat server. It uses a simple obfuscation scheme to keep traffic to and from the server unintelligible to casual perusal. A client program, named weller(1) is also provided. WWW: http://www.mammothcheese.ca/ |
2010-05-13T03:38:12+00:00 | net-im/chattahoochie |
Small group plain-text chat server Chattahoochie is a plain text small group chat server. WWW: http://www.mammothcheese.ca/ |
2010-05-12T22:49:44+00:00 | www/mod_remoteip |
Replaces the client IP address/hostname with that given by a proxy Backport of the Apache 2.3 module that replaces the apparent client remote IP address and hostname for the request with the IP address list presented by a proxy or load balancer via the request headers. WWW: http://httpd.apache.org/docs/2.3/mod/mod_remoteip.html |
2010-05-12T18:37:41+00:00 | www/rssdler |
Automatically grab link elements of an RSS feed A utility to automatically download enclosures and other objects linked to from various types of RSS feeds. Works well on podcasts, videocasts, and torrents. WWW: http://code.google.com/p/rssdler/ |
2010-05-12T13:25:37+00:00 | science/bddsolve |
BDD-based satisfiability and reachability solver Bddsolve is a BDD-based tool for solving satisfiability and reachability problems. It uses the BDD package Buddy as a backend. WWW: http://www.win.tue.nl/~wieger/bddsolve/ |
2010-05-12T09:32:42+00:00 | textproc/p5-Lingua-EN-Inflect-Phrase |
Perl extension to inflect short English Phrases Inflect short English Phrases. WWW: https://metacpan.org/release/Lingua-EN-Inflect-Phrase |
2010-05-11T15:31:01+00:00 | x11/plasma-scriptengine-ruby |
Plasma scriptengine for Ruby Plasma scriptengine for Ruby. WWW: http://www.kde.org/ |
2010-05-11T15:31:01+00:00 | x11/plasma-scriptengine-python |
Plasma scriptengine for Python Plasma scriptengine for Python. WWW: http://www.kde.org/ |
2010-05-11T14:41:11+00:00 | editors/koffice-kde4-l10n-ca_valencia |
Valencian (southern Catalan) messages and documentation for KOffice2 Localized messages and documentation for koffice. WWW: http://koffice.kde.org/ |
2010-05-11T14:41:11+00:00 | editors/calligra-l10n-ca_valencia |
Valencian (southern Catalan) messages and documentation for Calligra Localized messages and documentation for Calligra. WWW: http://calligra.org |
2010-05-11T14:21:05+00:00 | misc/kde4-l10n-si |
Sinhalese messages and documentation for KDE SC 4 Localized messages and documentation for KDE4. WWW: http://i18n.kde.org/ |
2010-05-11T14:21:05+00:00 | misc/kde4-l10n-id |
Indonesian messages and documentation for KDE SC 4 Localized messages and documentation for KDE4. WWW: http://i18n.kde.org/ |
2010-05-11T14:21:05+00:00 | misc/kde4-l10n-ca_valencia |
Valencian (southern Catalan) messages and documentation for KDE SC 4 Localized messages and documentation for KDE4. WWW: http://i18n.kde.org/ |
2010-05-11T14:21:05+00:00 | devel/kdebindings4-smoke |
Meta port of SMOKE bindings for KDE SMOKE bindings for KDE. WWW: http://www.kde.org/ |
2010-05-11T14:21:05+00:00 | devel/kdebindings4-ruby |
Meta port of Ruby bindings for KDE Ruby bindings for KDE. WWW: http://www.kde.org/ |
2010-05-11T14:21:05+00:00 | accessibility/ktts |
KDE text-to-speech subsystem KTTS -- KDE Text-to-Speech -- is a subsystem within the KDE desktop for conversion of text to audible speech. KTTS is currently under development and aims to become the standard subsystem for all KDE applications to provide speech output. WWW: http://www.kde.org/ |
2010-05-11T14:21:05+00:00 | accessibility/jovie |
KDE text-to-speech system KTTS -- KDE Text-to-Speech -- is a subsystem within the KDE desktop for conversion of text to audible speech. KTTS is currently under development and aims to become the standard subsystem for all KDE applications to provide speech output. WWW: http://www.kde.org/ |
2010-05-11T12:53:49+00:00 | www/kwebkitpart |
Web browser component for KDE SC based on QtWebKit KWebKitPart is a web browser component for KDE SC (KPart). You can use it for example for browsing the web in Konqueror. KWebKitPart is still in early development and thus not guaranteed to be in production quality yet. WWW: https://projects.kde.org/projects/extragear/base/kwebkitpart |
2010-05-11T12:46:44+00:00 | sysutils/polkit-qt |
Qt5 wrapper around Polkit libraries Polkit-Qt is a library that lets developers use the Polkit API through a nice Qt-styled API. It is mainly a wrapper around QAction and QAbstractButton that lets you integrate those two component easily with Polkit. WWW: http://projects.kde.org/projects/kdesupport/polkit-qt-1 |
2010-05-11T12:46:44+00:00 | sysutils/polkit-kde |
Polkit authentication UI for KDE Workspaces Polkit-KDE-agent provides a graphical authentication prompt so non-priviledged users can authenticate themselves for performing administrative tasks in KDE Workspaces. WWW: http://projects.kde.org/projects/extragear/base/polkit-kde-agent-1 |
2010-05-11T12:36:52+00:00 | x11-toolkits/attica |
Open Collaboration Services API library Attica is a Qt library that implements the Open Collaboration Services API version 1.4. The REST API is defined here: http://www.freedesktop.org/wiki/Specifications/open-collaboration-services It grants easy access to the services such as querying information about persons and contents. The library is used in KNewStuff3 as content provider. In order to integrate with KDE's Plasma Desktop, a platform plugin exists in kdebase. WWW: http://www.kde.org/ |
2010-05-11T06:43:46+00:00 | misc/p5-Software-License |
Packages that provide templated software licenses Software::License - packages that provide templated software licenses WWW: https://metacpan.org/release/Software-License |
2010-05-11T03:08:58+00:00 | ftp/py-tftpy |
Pure Python TFTP library Tftpy is a TFTP library for the Python programming language. It includes client and server classes, with sample implementations. Hooks are included for easy inclusion in a UI for populating progress indicators. It supports RFCs 1350, 2347, 2348 and the tsize option from RFC 2349. WWW: https://pypi.org/project/tftpy/ WWW: https://github.com/msoulier/tftpy |
2010-05-10T21:19:08+00:00 | textproc/libxml++26-reference |
This port contains the programming reference for textproc/libxml++26. WWW: http://libxmlplusplus.sourceforge.net/ |
2010-05-10T21:19:08+00:00 | sysutils/upower |
D-Bus daemon for simplifying power management tasks UPower is an abstraction for enumerating power devices, listening to device events and querying history and statistics. Any application or service on the system can access the org.freedesktop.DeviceKit.Power service via the system message bus. WWW: http://upower.freedesktop.org/ |
2010-05-10T21:19:08+00:00 | security/libgnome-keyring |
Program that keeps passwords and other secrets Gnome-keyring is a program that keep password and other secrets for users. The library libgnome-keyring is used by applications to integrate with the gnome keyring system. |
2010-05-10T21:19:08+00:00 | print/cups-pk-helper |
Helper that makes system-config-printer use PolicyKit Cups-pk-helper is an application which makes cups configuration interfaces available under control of PolicyKit. WWW: http://www.freedesktop.org/software/cups-pk-helper |
2010-05-10T21:19:08+00:00 | ports-mgmt/packagekit |
DBUS packaging abstraction layer PackageKit is a DBUS abstraction layer that allows the session user to manage packages in a secure way using a cross-distro, cross-architecture API. WWW: http://www.packagekit.org |
2010-05-10T21:19:08+00:00 | ports-mgmt/packagekit-qt4 |
Qt4 bindings to packagekit |
2010-05-10T21:19:08+00:00 | ports-mgmt/gnome-packagekit |
PackageKit client programs for the GNOME desktop gnome-packagekit is the name of the collection of graphical tools for PackageKit to be used in the GNOME desktop. WWW: http://www.packagekit.org/ |
2010-05-10T21:19:08+00:00 | misc/gnome-icon-theme-extras |
Additional collection of icons for the GNOME desktop gnome-icon-theme-extras is a collection of extra device and mime-type icons for use by the GNOME 2 desktop. |
2010-05-10T21:19:08+00:00 | accessibility/py-atspi |
Python API for the D-BUS based SPI framework This is the Gnome Accessibility Project's Assistive Technology Service Provider Interface. It allows accessibility applications and assistive technologies to announce their respective existence to each other. This port is the Python API to interface with the D-BUS based SPI framework. WWW: https://gitlab.gnome.org/GNOME/pyatspi2 |
2010-05-10T21:19:08+00:00 | accessibility/at-spi2-core |
Assistive Technology Service Provider Interface This is the Gnome Accessibility Project's Assistive Technology Service Provider Interface. It allows accessibility applications and assistive technologies to announce their respective existence to each other. This version of at-spi is a major break from previous versions. It has been completely rewritten to use D-Bus rather than ORBIT / CORBA for its transport protocol. WWW: https://gitlab.gnome.org/GNOME/at-spi2-core |
2010-05-10T21:19:08+00:00 | accessibility/at-spi2-atk |
Assisted Technology Provider module for GTK+ This is the Gnome Accessibility Project's Assistive Technology Service Provider Interface. It allows accessibility applications and assistive technologies to announce their respective existence to each other. This port contains the GTK+ module needed to interface with the SPI framework. WWW: https://gitlab.gnome.org/GNOME/at-spi2-atk |
2010-05-10T15:59:09+00:00 | deskutils/conkyforecast |
Weather forecast script for conky conkyForecast is a python script created to provide weather forecast information to be displayed in Conky. It uses the Weather.com XOAP service to retrieve data for all over the world. WWW: https://launchpad.net/~conkyhardcore WWW: https://code.launchpad.net/~m-buck/+junk/conkyforecast |
2010-05-10T13:11:35+00:00 | deskutils/fet |
Free timetabling software FET is open source free software for automatically scheduling the timetable of a school, high-school or university. It uses a fast and efficient timetabling algorithm. Usually, FET is able to solve a complicated timetable in maximum 5-20 minutes. For simpler timetables, it may take a shorter time, under 5 minutes (in some cases, a matter of seconds). For extremely difficult timetables, it may take a longer time, a matter of hours. FET can mean "Free Educational Timetabling" (the "E" in the middle may also stand for other words, based on your personal preference). WWW: https://lalescu.ro/liviu/fet/ |
2010-05-10T05:53:48+00:00 | security/pam_jail |
PAM module dropping users in jails after login This is a adaptation of pam_chroot to BSD jails : it drops users in jails after login. |
2010-05-10T05:47:48+00:00 | audio/libgme |
Collection of video game music emulators Game_Music_Emu is a collection of video game music file emulators that support the following formats and systems: AY ZX Spectrum/Amstrad CPC GBS Nintendo Game Boy GYM Sega Genesis/Mega Drive HES NEC TurboGrafx-16/PC Engine KSS MSX Home Computer/other Z80 systems (doesn't support FM sound) NSF/NSFE Nintendo NES/Famicom (with VRC 6, Namco 106, and FME-7 sound) SAP Atari systems using POKEY sound chip SPC Super Nintendo/Super Famicom VGM/VGZ Sega Master System/Mark III, Sega Genesis/Mega Drive,BBC Micro WWW: https://bitbucket.org/mpyne/game-music-emu |
2010-05-10T02:53:35+00:00 | security/pulledpork |
Script to update snort-2.8+ rules pulledpork is a Perl script which helps to update your Snort 2.9+ rules. -= Features and Capabilities =- * Automated downloading, parsing, state modification and rule modification for all of your snort rulesets. * Checksum verification for all major rule downloads * Automatic generation of updated sid-msg.map file * Capability to include your local.rules in sid-msg.map file * Capability to pull rules tarballs from custom urls * Complete Shared Object support * Complete IP Reputation List support * Capability to download multiple disparate rulesets at once * Maintains accurate changelog * Capability to HUP processes after rules download * Aids in tuning of rulesets * Verbose output so that you know EXACTLY what is happening * Minimal Perl Module dependencies * A sweet smokey flavor throughout the pork! WWW: https://github.com/shirkdog/pulledpork/ |
2010-05-10T02:39:55+00:00 | devel/p5-Cache-AgainstFile |
Cache data structures parsed from files, watching for updates A module that caches a data structure against a filename, statting the file to determine whether it has changed and needs to be re-parsed. You supply a routine to generate the data structure given the filename. This module is recommended for files which change infrequently but are read often, especially if they are expensive to parse. This approach has the advantage over lazy caching that multiple processes holding a cache will all update at the same time so you will not get inconsistent results if you request data from different processes. The module itself is simply a factory for various backend modules. The distribution includes backends for in-memory caching or file caching using Storable, plus an adaptor to use any modules offering the Cache or Cache::Cache interfaces as the cache implementation. Data structures are automatically serialised/deserialised by the backend modules if they are being persisted somewhere other than in memory (e.g. on the filesystem). WWW: https://metacpan.org/release/Cache-AgainstFile |
2010-05-10T02:24:54+00:00 | net/onioncat |
IP-transparent Tor Hidden Service connector OnionCat is a VPN-adapter which allows to connect two or more computers or networks through VPN-tunnels. It is designed to use the anonymization networks Tor or I2P as its transport, hence, it provides location-based anonymity while still creating tunnel end points with private unique IP addresses. OnionCat uses IPv6 as native layer 3 network protocol. The clients connected by it appear as on a single logical IPv6 network as being connected by a virtual switch. OnionCat automatically calculates and assigns unique IPv6 addresses to the tunnel end points which are derived from the hidden service ID (onion ID) of the hidden service of the local Tor client, or the local I2P server destination, respectively. This technique provides authentication between the onion ID and the layer 3 address, hence, defeats IP spoofing within the OnionCat VPN. If necessary, OnionCat can of course transport IPv4 as well. Although it has native IP support, the suggested way to do this is to configure an IPv4-in-IPv6 tunnel. WWW: https://www.onioncat.org/ |
2010-05-10T02:23:59+00:00 | devel/api-sanity-autotest |
Quickly generate sanity tests for the API of a C/C++ shared library API Sanity Autotest is a test generator for shared C/C++ libraries. It can quickly generate simple ("sanity" or "shallow"-quality) tests for functions from the library API, using the signatures and data type definitions from the library header files. The tests can detect critical errors in simple use cases, and can be improved with highly reusable specialized types. API Sanity Autotest can execute generated tests and detect all kinds of emitted signals, early program exits, program hanging and specified requirement failures. API Sanity Autotest also supports tests in the Template2Code format, and has a random test generation mode and other useful features. WWW: http://ispras.linux-foundation.org/index.php/API_Sanity_Autotest |
2010-05-09T20:15:49+00:00 | sysutils/tren |
Powerful File And Directory Batch Renaming Tool tren is a general purpose file and directory renaming tool. Unlike commands like mv, tren is particularly well suited for renaming batches of files and/or directories with a single command line invocation. tren eliminates the tedium of having to script simpler tools to provide higher-level renaming capabilities. WWW: https://www.tundraware.com/Software/tren/ |
2010-05-09T10:55:55+00:00 | www/p5-WWW-Tumblr |
Perl interface for the Tumblr API Perl interface for the Tumblr API WWW: https://metacpan.org/release/WWW-Tumblr |
2010-05-09T08:26:50+00:00 | math/libranlip |
Random variate generator for Lipschitz-continuous densities libranlip is a C++ library created by G. Beliakov, which generates random variates with arbitrary Lipschitz-continuous densities via the acceptance / rejection method. The density should have a dimension of no more than about five. The user needs to supply the density function using a simple syntax, and then call the methods of construction and generation provided in libranlip. WWW: http://www.deakin.edu.au/~gleb/ranlip.html |
2010-05-09T08:13:28+00:00 | sysutils/cdeploy |
Deploy a set of configuration files to a target file system This is a port of the cdeploy utility, a tool which can be used to deploy a directory sub-tree into another directory tree. cdeploy is currently maintained by the RootForum.org community. WWW: https://sourceforge.net/projects/root-tools/ |
2010-05-09T07:53:16+00:00 | audio/mp3val |
Program for MPEG audio stream validation MP3val is a small, high-speed, free software tool for checking MPEG audio files' integrity. It can be useful for finding corrupted files (e.g. incompletely downloaded, truncated, containing garbage). MP3val is also able to fix most of the problems. Being a multiplatform application, MP3val can be runned both under Windows and under Linux (or BSD). The most common MPEG audio file type is MPEG 1 Layer III (mp3), but MP3val supports also other MPEG versions and layers. The tool is also aware of the most common types of tags (ID3v1, ID3v2, APEv2). The core component of MP3val is an application with command-line interface. There are also two graphical frontends for it: MP3val-frontend is a native Windows application (it is also included in the latest binary releases for Windows), mp3valgui is a multi-platform Python script (can be downloaded separately), written by an independent developer. Installing the latter under Windows is a bit tricky, so for Windows the first frontend is recommended. WWW: http://mp3val.sourceforge.net/ |
2010-05-09T07:52:10+00:00 | net-im/vacuum-im |
Crossplatform Jabber client Vacuum IM - modular, crossplatform Jabber client The core program is just a plugin loader - all functionality is made available via plugins. This enforces modularity and ensures well defined component interaction via interfaces. WWW: https://github.com/Vacuum-IM |
2010-05-09T07:50:34+00:00 | deskutils/conkyemail |
Email script for conky conkyemail Email inbox count script with ssl capabilities, for use in Conky WWW: https://launchpad.net/~conkyhardcore WWW: https://code.launchpad.net/~m-buck/+junk/conkyemail |
2010-05-09T07:49:36+00:00 | x11-themes/cursor-ecliz |
Ecliz X cursor theme This is only a port from a cursorxp theme made by JJ. Ying. All credit goes to him. WWW: http://yingjunjiu.deviantart.com/art/Ecliz-Cursors-33874746 WWW: http://kde-look.org/content/show.php/Ecliz+(port)?content=76605 |
2010-05-09T07:48:43+00:00 | devel/rubygem-elif |
Read file in reverse order A port of File::ReadBackwards, the Perl module by Uri Guttman, for reading a file line by line in reverse order. This can often be helpful for things like log files, where the interesting information is usually at the end. WWW: http://elif.rubyforge.org/ |
2010-05-08T10:21:48+00:00 | www/p5-WWW-iTunesConnect |
Client interface for Apple's iTunes Connect service A Perl5 client interface for Apple's iTunes Connect service. WWW: https://metacpan.org/release/p5-WWW-iTunesConnect |
2010-05-08T10:21:06+00:00 | www/p5-Apache-Htgroup |
Manage Apache authentication group files Manage Apache htgroup files. Please note that this is not a mod_perl module. Please also note that there is another module that does similar things (HTTPD::UserManage) and that this is a more simplistic module, not doing all the things that one does. WWW: https://metacpan.org/release/Apache-Htgroup |
2010-05-08T10:20:40+00:00 | devel/p5-Data-JavaScript-Anon |
Dump big dumb Perl structs to anonymous JavaScript structs Data::JavaScript::Anon provides the ability to dump large simple data structures to JavaScript. That is, things that don't need to be a class, or have special methods or whatever. WWW: https://metacpan.org/release/Data-JavaScript-Anon |
2010-05-08T08:54:22+00:00 | devel/p5-File-Pid-Quick |
Associates a PID file with your script This module associates a PID file with your script for the purpose of keeping more than one copy from running (concurrency prevention). It creates the PID file, checks for its existence when the script is run, terminates the script if there is already an instance running, and removes the PID file when the script finishes. This module's objective is to provide a completely simplified interface that makes adding PID-file-based concurrency prevention to your script as quick and simple as possible; hence File::Pid::Quick. For a more nuanced implementation of PID files, please see File::Pid. WWW: https://metacpan.org/release/File-Pid-Quick |
2010-05-08T08:13:40+00:00 | math/R-cran-inline |
Inline C, C++, Fortran function calls from R R-cran-inline is a functionality to dynamically define R functions and S4 methods with in-lined C, C++ or Fortran code supporting .C and .Call calling conventions. WWW: http://cran.r-project.org/web/packages/inline/ |
2010-05-08T07:25:26+00:00 | mail/smtp-cli |
Powerful SMTP command line client smtp-cli is a powerful SMTP command line client with a support for advanced features, such as STARTTLS, SMTP-AUTH, or IPv6 and with a scriptable message composition capabilities supporting anything from simple plain-text messages right up to building complex HTML emails with alternative plain-text part, attachments and inline images. The MIME-Type of the attachments can either be guessed automatically or alternatively set on the command line, separately for each attachment if required. WWW: http://www.logix.cz/michal/devel/smtp-cli/ |
2010-05-07T03:01:21+00:00 | www/p5-Nginx-ReadBody |
Nginx embeded perl module to read and evaluate a request body Nginx::ReadBody is a nginx web server embeded perl module to read and evaluate a request body. WWW: https://metacpan.org/release/Nginx-ReadBody |
2010-05-06T20:37:48+00:00 | devel/py-virtualenvwrapper |
Enhancements to virtualenv virtualenvwrapper is a set of extensions to Ian Bicking's `virtualenv <http://pypi.python.org/pypi/virtualenv>`_ tool. The extensions include wrappers for creating and deleting virtual environments and otherwise managing your development workflow, making it easier to work on more than one project at a time without introducing conflicts in their dependencies. WWW: https://virtualenvwrapper.readthedocs.io/ |
2010-05-06T20:24:01+00:00 | net/isc-dhcp41-server |
The ISC Dynamic Host Configuration Protocol server The ISC Dynamic Host Configuration Protocol Distribution provides a freely redistributable reference implementation of all aspects of the DHCP protocol, through a suite of DHCP tools: * A DHCP server (this port) * A DHCP client * A DHCP relay agent WWW: http://www.isc.org/products/DHCP/ |
2010-05-06T20:24:01+00:00 | net/isc-dhcp41-relay |
The ISC Dynamic Host Configuration Protocol relay The ISC Dynamic Host Configuration Protocol Distribution provides a freely redistributable reference implementation of all aspects of the DHCP protocol, through a suite of DHCP tools: * A DHCP server * A DHCP client * A DHCP relay agent (this port) WWW: http://www.isc.org/products/DHCP/ |
2010-05-06T20:24:01+00:00 | net/isc-dhcp41-client |
The ISC Dynamic Host Configuration Protocol client The ISC Dynamic Host Configuration Protocol Distribution provides a freely redistributable reference implementation of all aspects of the DHCP protocol, through a suite of DHCP tools: * A DHCP server * A DHCP client (this port) * A DHCP relay agent WWW: http://www.isc.org/products/DHCP/ |
2010-05-06T16:29:43+00:00 | graphics/gimp-resynthesizer |
Gimp plug-in for texture synthesis Resynthesizer is a Gimp plug-in for texture synthesis. Given a sample of a texture, it can create more of that texture. This has a surprising number of uses: * Creating more of a texture * Removing objects from images * Creating themed images WWW: http://www.logarithmic.net/pfh/resynthesizer |
2010-05-06T08:14:51+00:00 | math/ann |
Library for Approximate Nearest Neighbor Searching ANN is a library written in C++, which supports data structures and algorithms for both exact and approximate nearest neighbor neighbor searching in arbitrarily high dimensions. WWW: http://www.cs.umd.edu/~mount/ANN/ |
2010-05-05T23:20:21+00:00 | devel/libunwind |
Generic stack unwinding library The primary goal of this project is to define a portable and efficient C programming interface (API) to determine the call-chain of a program. The API additionally provides the means to manipulate the preserved (callee-saved) state of each call-frame and to resume execution at any point in the call-chain (non-local goto). The API supports both local (same-process) and remote (across-process) operation. As such, the API is useful in a number of applications. Some examples include: - exception handling The libunwind API makes it trivial to implement the stack-manipulation aspects of exception handling. - debuggers The libunwind API makes it trivial for debuggers to generate the call-chain (backtrace) of the threads in a running program. - introspection It is often useful for a running thread to determine its call-chain. For example, this is useful to display error messages (to show how the error came about) and for performance monitoring/analysis. - efficient setjmp() With libunwind, it is possible to implement an extremely efficient version of setjmp(). Effectively, the only context that needs to be saved consists of the stack-pointer(s). WWW: https://www.nongnu.org/libunwind/ |
2010-05-05T18:19:43+00:00 | sysutils/squashfs-tools |
Set of tools to manipulate squashfs images Squashfs is a compressed read-only filesystem for Linux. Squashfs is intended for general read-only filesystem use, for archival use (i.e. in cases where a .tar.gz file may be used), and in constrained block device/memory systems (e.g. embedded systems) where low overhead is needed. The filesystem is currently stable, and has been tested on PowerPC, i586, Sparc and ARM architectures. squashfs-tools are the set of tools to manipulate squashfs images. WWW: http://squashfs.sourceforge.net/ |
2010-05-05T15:29:36+00:00 | deskutils/notify-osd |
On-screen-display notification agent using libnotify Notify OSD presents on-screen-display notifications as ephemeral overlays, which can be clicked through so they don't block your work. It queues notifications, to prevent them from flooding your screen. And as well as handling standard notification updates, Notify OSD introduces the idea of appending - allowing notifications to grow over time, for example in the case of instant messages from a particular person. WWW: https://launchpad.net/notify-osd |
2010-05-05T13:08:26+00:00 | security/p5-Crypt-CAST5 |
CAST5 block cipher This module provides an implementation of the CAST5 block cipher using compiled C code for increased speed. CAST5 is also known as CAST-128. It is a product of the CAST design procedure developed by C. Adams and S. Tavares. WWW: https://metacpan.org/release/Crypt-CAST5 |
2010-05-05T12:58:33+00:00 | net/p5-Net-Appliance-Session |
Run command-line sessions to network appliances Use this module to establish an interactive command-line session with a network appliance. There is special support for moving into privileged mode and configure mode, with all other commands being sent through a generic call to your session object. WWW: https://metacpan.org/release/Net-Appliance-Session |
2010-05-05T12:29:16+00:00 | net/p5-Net-Appliance-Phrasebook |
Network appliance command-line phrasebook If you use Perl to manage interactive sessions with the command-line interfaces of networked appliances, then you might find this module useful. Net::Appliance::Phrasebook is a simple module that contains a number of dictionaries for the command-line interfaces of some popular network appliances. It also supports the use of custom phrasebooks, and of hiearchies of dictionaries within phrasebooks. WWW: https://metacpan.org/release/Net-Appliance-Phrasebook |
2010-05-05T12:07:14+00:00 | devel/rubygem-notify |
Desktop notify for many platform rubygem-notify provides notification functionalities on cross platforms. WWW: https://github.com/jugyo/notify |
2010-05-05T11:54:02+00:00 | textproc/p5-Data-Phrasebook-Loader-YAML |
Loader class for phrasebook implementations using YAML This class loader implements phrasebook patterns using YAML. Phrases can be contained within one or more dictionaries, with each phrase accessible via a unique key. Phrases may contain placeholders, please see Data::Phrasebook for an explanation of how to use these. Groups of phrases are kept in a dictionary. In this implementation a single file is one complete dictionary. WWW: https://metacpan.org/release/Data-Phrasebook-Loader-YAML |
2010-05-05T11:39:03+00:00 | dns/p5-BIND-Config-Parser |
Parse BIND Config files BIND::Config::Parser provides a lightweight parser to the configuration file syntax of BIND v8 and v9 using a Parse::RecDescent grammar. WWW: https://metacpan.org/release/BIND-Config-Parser |
2010-05-05T11:34:27+00:00 | textproc/p5-Data-Phrasebook |
Accessing phrasebooks from various data sources Data::Phrasebook is a collection of modules for accessing phrasebooks from various data sources. Common uses of phrasebooks are in handling error codes, accessing databases via SQL queries and written language phrases. Examples are the mime.types file and the hosts file, both of which use a simple phrasebook design. WWW: https://metacpan.org/release/Data-Phrasebook |
2010-05-05T11:31:02+00:00 | devel/p5-Class-Accessor-Fast-Contained |
Fast accessors with data containment This module does two things differently to the venerable Class::Accessor::Fast: - Fields are stored at arms-length within a single hash value of $self, rather than directly in the $self blessed referent. - new() allows mixin into an existing object, rather than creating and returning a new blessed hashref. WWW: https://metacpan.org/release/Class-Accessor-Fast-Contained |
2010-05-05T11:20:55+00:00 | net/p5-Net-IRR |
Perl interface to the Internet Route Registry Daemon This module provides an object oriented perl interface to the Internet Route Registry. The interface uses the RIPE/RPSL Tool Query Language as defined in Appendix B of the IRRd User Guide. The guide can be found at http://www.irrd.net/, however an understanding of the query language is not required to use this module. WWW: https://metacpan.org/release/Net-IRR |
2010-05-05T07:05:56+00:00 | sysutils/py-psutil |
Process utilities module for Python psutil is a module providing an interface for retrieving information on running processes and system utilization (CPU, memory) in a portable way by using Python, implementing many functionalities offered by tools like ps, top and Windows task manager. WWW: https://github.com/giampaolo/psutil |
2010-05-05T06:45:58+00:00 | devel/hs-bsd-sysctl |
Access to the BSD sysctl(3) interface This module provides efficient access to the BSD sysctl(3) interface via the Haskell FFI. It allows to read and write both basic sysctl types, as well as complex opaque types (typically C structures) described via Storable instances. WWW: http://hackage.haskell.org/package/bsd-sysctl |
2010-05-04T11:41:50+00:00 | databases/p5-TokyoCabinet |
Perl extension for TokyoCabinet Perl extension for TokyoCabinet. WWW: https://dbmx.net/tokyocabinet/ |
2010-05-04T03:23:13+00:00 | graphics/apvlv |
PDF/DJVU Viewer that behaves like Vim Apvlv is a PDF/DJVU Viewer and its behaviour is like Vim's. WWW: http://naihe2010.github.com/apvlv/ |
2010-05-02T12:10:21+00:00 | sysutils/rubygem-sys-cpu |
Interface for getting information about the CPU The sys-cpu library provides an interface for gathering information about your system's CPU. This includes not only technical data such as processor type, but also CPU statistics, such as load average information. It is part of a library of a set libraries for various system administration tasks, such as gathering information about users, processes, your CPU, the filesystem, and so on. WWW: https://github.com/djberg96/sys-cpu |
2010-05-02T12:09:12+00:00 | devel/pecl-ncurses |
PECL extension for ncurses ncurses (new curses) is a free software emulation of curses in System V Rel 4.0 (and above). It uses terminfo format, supports pads, colors, multiple highlights, form characters and function key mapping. Because of the interactive nature of this library, it will be of little use for writing Web applications, but may be useful when writing scripts meant using PHP from the command line. WWW: http://www.gnu.org/software/ncurses/ncurses.html |
2010-05-02T12:08:37+00:00 | www/mawstats |
MAWStats is a Free Web Site Statistics tool MAWStats is a free site statistics and analytics package. It runs in conjunction with AWStats and produces clear and informative charts, graphs and tables about your website visitors. WWW: http://mawstats.lingnu.com/ |
2010-05-02T08:30:09+00:00 | www/drush |
Drupal command line and scripting interface Drush is a command line shell and Unix scripting interface for the Drupal CMS and is designed to make life easier for those who spend some of their working hours hacking away at the command prompt. WWW: https://github.com/drush-ops/drush |
2010-05-02T06:21:22+00:00 | editors/textroom |
Full screen text editor TextRoom and all other similar editors share one goal: to get you writing right away by providing distraction free environment to your liking, as well as familiar set of keyboard shortcuts to control its behavior. If you don't feel comfortable already with your editor of choice, you may find it useful. WWW: http://code.google.com/p/textroom/ |
2010-05-01T14:02:01+00:00 | audio/p5-Net-LibLO |
Perl extension for liblo Lightweight OSC library Perl interface for liblo Lightweight OSC library. WWW: https://metacpan.org/release/Net-LibLO |
2010-04-30T21:50:24+00:00 | databases/pecl-drizzle |
PHP wrapper for the libdrizzle library This PHP extension provides a wrapper for libdrizzle, the client and protocol library for the Drizzle database. WWW: https://pecl.php.net/package/drizzle |
2010-04-30T05:56:49+00:00 | devel/p5-Regexp-Subst-Parallel |
Perform multiple substitutions on a string in parallel Regexp::Subst::Parallel is a module that allows you to make multiple simultaneous substitutions safely. Using the sole exported "subst" function has a rather different effect from doing each substitution sequentially. WWW: https://metacpan.org/release/Regexp-Subst-Parallel |
2010-04-30T05:01:28+00:00 | textproc/p5-Text-Match-FastAlternatives |
Efficient search for many strings This module allows you to search for any of a list of substrings ("keys") in a larger string. It is particularly efficient when the set of keys is large. WWW: https://metacpan.org/release/Text-Match-FastAlternatives |
2010-04-30T03:38:20+00:00 | devel/p5-Tie-RegexpHash |
Use regular expressions as hash keys Tie::RegexpHash module allows one to use regular expressions for hash keys, so that values can be associated with anything that matches the key. WWW: https://metacpan.org/release/Tie-RegexpHash |
2010-04-30T01:57:58+00:00 | devel/p5-CPAN-Meta |
Distribution metadata for a CPAN dist Software distributions released to the CPAN include a META.json or, for older distributions, META.yml, which describes the distribution, its contents, and the requirements for building and installing the distribution. The data structure stored in the META.json file is described in CPAN::Meta::Spec. CPAN::Meta provides a simple class to represent this distribution metadata (or distmeta), along with some helpful methods for interrogating that data. WWW: https://metacpan.org/release/CPAN-Meta |
2010-04-29T15:29:32+00:00 | databases/drizzle |
A database optimized for Cloud and Net applications Drizzle is a high-performance microkernel DBMS for scale-out applications. It is a community-driven project based on the popular MySQL DBMS and focused on MySQL's original goals of ease-of-use, reliability and performance. WWW: http://drizzle.org/wiki/Main_Page |
2010-04-29T11:27:00+00:00 | net-mgmt/nagios-check_memcached_paranoid |
Nagios plugin for checking memcached This program checks memcached (or compatible) server by memcached protocol: SET, GET, DELETE and GET. WWW: https://github.com/hirose31/nagios-check_memcached_paranoid |
2010-04-29T11:18:25+00:00 | net-mgmt/nagios-check_kumofs |
Nagios plugin for kumofs manager/server This "check_kumofs" is Nagios plugin for monitoring kumofs server node and manager node. WWW: http://github.com/etolabo/nagios-check_kumofs |
2010-04-29T06:40:30+00:00 | games/gbrainy |
Brain teaser game and trainer Gbrainy is a brain teaser game and trainer to have fun and to keep your brain trained. WWW: https://live.gnome.org/gbrainy |
2010-04-29T06:17:49+00:00 | devel/p5-Version-Requirements |
A set of version requirements for a CPAN dist Version::Requirements object models a set of version constraints like those specified in the META.yml or META.json files in CPAN distributions. It can be built up by adding more and more constraints, and it will reduce them to the simplest representation. WWW: http://search.cpan.org/dist/Version-Requirements/ |
2010-04-29T06:02:39+00:00 | devel/p5-Paranoid |
Paranoia support for safer programs Paranoid is a collection of modules started out as modules which perform things (debatably) in a safer and taint-safe manner. Since then it's also grown to include functionality that fit into the same framework and conventions of the original modules, including keeping the debug hooks for command-line debugging. WWW: https://metacpan.org/release/Paranoid |
2010-04-28T05:28:59+00:00 | databases/ruby-kyotocabinet |
Ruby (1.9.1+) binding to Kyoto Cabinet This is a Ruby (1.9.1+) binding to Kyoto Cabinet, a straightforward implementation of DBM. Since the library is licensed under GPLv3 which is incompatible with the ruby runtime, binary distribution is inhibited. Author: Mikio Hirabayashi <hirarin@gmail.com> WWW: http://1978th.net/kyotocabinet/ |
2010-04-27T07:19:57+00:00 | editors/gwrite |
Simple HTML format editor gwrite is an HTML format text editor. Features: 1. HTML5 file format 2. Standard word processing user interface 3. Content structure oriented word processing 4. Title style table of contents production 5. Similar navigation/documentation views in Microsoft Word 6. Paragraph selection when double or right click in navigation view 7. Word count: for document or selections, count the words(with and without spaces), paragraphs, lines, English words, Chinese characters. 8. Images inclusion via Base64 WWW: http://code.google.com/p/gwrite |
2010-04-27T02:31:59+00:00 | mail/spmfilter |
High-performance mail filtering framework written in C spmfilter is a high-performance mail filtering framework, written in C. It attempts to be a general filtering framework for any purposes. Filtering mechanisms are provided by plugins, the API enables spmfilter plugins to access messages as they are being processed by the MTA. This allows them to examine and modify message content and meta-information during the SMTP transaction. Plugins are loaded at runtime and can be processed in any sequence, the processing chain can also be altered by a single plugin WWW: http://www.spmfilter.org/ |
2010-04-26T19:27:02+00:00 | graphics/libjpeg-turbo |
SIMD-accelerated JPEG codec library, provides libTurboJPEG This is the libjpeg-turbo library. libjpeg-turbo is a high-speed version of libjpeg for x86 and x86-64 processors which uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression and decompression. libjpeg-turbo is generally 2-4x as fast as the unmodified version of libjpeg, all else being equal. libjpeg-turbo was originally based on libjpeg/SIMD by Miyasaka Masaru, but the TigerVNC and VirtualGL projects made numerous enhancements to the codec, including improved support for Mac OS X, 64-bit support, support for 32-bit and big endian pixel formats (RGBA, ABGR, etc.), accelerated Huffman encoding/decoding, and various bug fixes. The goal was to produce a fully open source codec that could replace the partially closed source TurboJPEG/IPP codec used by VirtualGL and TurboVNC. libjpeg-turbo generally achieves 80-120% of the performance of TurboJPEG/IPP. It is faster in some areas but slower in others. WWW: http://libjpeg-turbo.virtualgl.org/ |
2010-04-26T08:31:41+00:00 | www/py-webkitgtk |
Python bindings for the WebKit GTK+ port Python bindings for the WebKit GTK+ port. WWW: http://code.google.com/p/pywebkitgtk/ |
2010-04-26T07:40:15+00:00 | databases/db51 |
The Oracle Berkeley DB, revision 5.1 Oracle Berkeley DB is a family of open source embeddable databases that allows developers to incorporate within their applications a fast, scalable, transactional database engine with industrial grade reliability and availability. As a result, customers and end-users will experience an application that simply works, reliably manages data, can scale under extreme load, but requires no ongoing database administration. As a developer, you can focus on your application and be confident that Oracle Berkeley DB will manage your persistence needs. WWW: http://www.oracle.com/us/products/database/berkeley-db/db/ |
2010-04-26T07:40:15+00:00 | databases/db50 |
The Oracle Berkeley DB, revision 5.0 Oracle Berkeley DB is a family of open source embeddable databases that allows developers to incorporate within their applications a fast, scalable, transactional database engine with industrial grade reliability and availability. As a result, customers and end-users will experience an application that simply works, reliably manages data, can scale under extreme load, but requires no ongoing database administration. As a developer, you can focus on your application and be confident that Oracle Berkeley DB will manage your persistence needs. WWW: http://www.oracle.com/us/products/database/berkeley-db/db/ |
2010-04-26T07:40:15+00:00 | databases/db5 |
Oracle Berkeley DB, revision ${BDBVER} Oracle Berkeley DB is a family of open source embeddable databases that allows developers to incorporate within their applications a fast, scalable, transactional database engine with industrial grade reliability and availability. As a result, customers and end-users will experience an application that simply works, reliably manages data, can scale under extreme load, but requires no ongoing database administration. As a developer, you can focus on your application and be confident that Oracle Berkeley DB will manage your persistence needs. WWW: https://www.oracle.com/database/berkeley-db/db.html |
2010-04-26T06:57:14+00:00 | www/p5-Pod-Site |
Build browsable HTML documentation for your app Pod::Site searches a list of directories and generates a jQuery-powered documentation site from all of the POD files it finds. It was originally designed for the Bricolage project but is has evolved for general use. Have a look at the Bricolage API Browser to see a sample documentation site in action. The generated documentation site supports Safari, Firefox, and IE7 and up. WWW: https://metacpan.org/release/Pod-Site |
2010-04-26T06:44:49+00:00 | www/py-jswebkit |
WebKit/JavaScriptCore Python bindings python-jswebkit is an cython wrapper for JSContextRef in pywebkitgtk, which makes it able to call JavaScript functions with WebKit/JavaScriptCore. WWW: http://code.google.com/p/gwrite |
2010-04-25T15:14:43+00:00 | lang/p5-Test-XPath |
Test XML and HTML content and structure with XPath expressions This library's module, Test::XPath, provides an interface for testing the content and structure of XML and HTML documents using XPath query expressions. This will be most useful for those who need to write TAP-emitting unit tests for HTML or XML output. WWW: https://metacpan.org/release/Test-XPath |
2010-04-25T12:07:11+00:00 | games/brainparty |
Family-friendly set of 36 puzzle games Brain Party is a fun, free puzzle game for all the family that's made up of 36 minigames designed to push your brain to its limits by testing memory, logic, mathematics, reaction time and more! Brain Party is split into two modes: test mode gives you five minigames in a row and adds up your brain weight to see how smart you are, and practise mode lets you play your favourite minigames as often as you want. If you do well enough, there are six extra minigames that can be unlocked as well as a new game mode designed to keep you playing and enjoying your favourite games even longer. WWW: http://www.tuxradar.com/brainparty |
2010-04-25T04:57:38+00:00 | lang/cdent |
Portable Module Programming Language C'Dent is a new Acmeist programming language for writing portable modules. It is based on the computer programming principle known as H.O.P.E. (Hack Once, Please Everyone) WWW: http://cdent.org/ |
2010-04-25T00:00:11+00:00 | lang/p5-TryCatch |
First class try catch semantics for Perl, without source filters This module aims to provide a nicer syntax and method to catch errors in Perl, similar to what is found in other languages (such as Java, Python or C++). The standard method of using eval {}; if ($@) {} is often prone to subtle bugs, primarily that its far too easy to stomp on the error in error handlers. And also eval/if isn't the nicest idiom. WWW: https://metacpan.org/release/TryCatch |
2010-04-24T20:03:03+00:00 | devel/libdombey |
SCGI application server in a library Libdombey provides multi-process and multi-threaded TCP or UNIX-domain SCGI application servers. The libraries handle network and concurrency tasks. You write code to service connections. WWW: http://mammothcheese.ca/ |
2010-04-24T15:08:16+00:00 | textproc/p5-Vroom |
Slide Shows in Vim Vroom lets you create your slides in a single file using a Wiki-like style, much like Spork and Sporx do. The difference is that your slides don't compile to HTML or JavaScript or XUL. They get turned into a set of files that begin with '0', like '03' or '07c' or '05b.pl'. The slides are named in alphabetic order. That means you can bring them all into a Vim session with the command: vim 0*. vroom --vroom does exactly that. Vroom takes advantage of Vim's syntax highlighting. It also lets you run slides that contain code. Since Vim is an editor, you can change your slides during the show. WWW: https://metacpan.org/release/Vroom |
2010-04-24T15:07:23+00:00 | www/p5-Template-Toolkit-Simple |
Simple Interface to Template Toolkit Template Toolkit is the best Perl template framework. The only problem with it is that using it for simple stuff is a little bit cumbersome. Also there is no good utility for using it from the command line. This module is a simple wrapper around Template Toolkit. It exports a function called tt which returns a new Template::Toolkit::Simple object. The object supports method calls for setting all the Template Toolkit options. This module also installs a program called tt-render which you can use from the command line to render templates with all the power of the Perl object. All of the object methods become command line arguments in the command line version. WWW: https://metacpan.org/release/Template-Toolkit-Simple |
2010-04-24T11:55:45+00:00 | sysutils/rubygem-ohai |
Ohai profiles your system and emits JSON Ohai detects data about your operating system. It can be used standalone, but it's primary purpose is to provide node data to Chef. Ohai will print out a JSON data blob for all the known data about your system. When used with Chef, that data is reported back via node attributes. WWW: https://docs.chef.io/ohai.html |
2010-04-24T11:55:10+00:00 | devel/rubygem-mixlib-cli |
Simple mixin for CLI interfaces, including option parsing Mixlib::CLI provides a class-based command line option parsing object, like the one used in Chef, Ohai and Relish. WWW: https://www.chef.io/ |
2010-04-24T11:54:06+00:00 | devel/rubygem-mixlib-config |
Class based config mixin, similar to the one found in Chef Mixlib::Config provides a class-based configuration object, like the one used in Chef. WWW: https://www.chef.io/ |
2010-04-24T11:53:38+00:00 | devel/rubygem-mixlib-authentication |
Mixes in simple per-request authentication Mixlib::Authentication provides a class-based header signing authentication object, like the one used in Chef. WWW: https://www.chef.io/ |
2010-04-24T11:52:48+00:00 | devel/rubygem-mixlib-log |
Provides a simple mixin for log functionality Mixlib::Log provides a mixin for enabling a class based logger object, a-la Merb, Chef, and Nanite. WWW: https://www.chef.io/ |
2010-04-24T11:52:07+00:00 | devel/rubygem-systemu |
Portable replacement for popen4 systemu is a portable replacement for popen4 in ruby. systemu can be used on any platform to return status, stdout, and stderr of any command. unlike other methods like open3/popen4 there is zero danger of full pipes or threading issues hanging your process or subprocess. WWW: https://github.com/ahoward/systemu |
2010-04-24T11:50:59+00:00 | net/rubygem-bunny |
Another synchronous Ruby AMQP client Bunny is an AMQP (Advanced Message Queuing Protocol) client, written in Ruby, that is intended to allow you to interact with AMQP-compliant message brokers/servers such as RabbitMQ in a synchronous fashion. It is based on a great deal of useful code from amqp by Aman Gupta and Carrot by Amos Elliston. You can use Bunny to : * Create and delete exchanges * Create and delete queues * Publish and consume messages Bunny is known to work with RabbitMQ versions 1.5.4 and above with version 0-8 of the AMQP specification. WWW: https://github.com/ruby-amqp/bunny |
2010-04-24T05:38:34+00:00 | databases/php52-pdo_firebird |
|
2010-04-24T05:38:34+00:00 | databases/php52-interbase |
|
2010-04-23T23:58:28+00:00 | lang/php52-extensions |
A "meta-port" to install PHP extensions This is a "meta-port" to install the extensions for PHP 5. Defaults to: ctype, dom, iconv, pcre, posix, session, simplexml, sqlite, tokenizer and xml. WWW: http://www.php.net/ |
2010-04-23T23:46:14+00:00 | textproc/php52-xsl |
|
2010-04-23T23:46:14+00:00 | net/php52-xmlrpc |
|
2010-04-23T23:43:41+00:00 | textproc/php52-wddx |
|
2010-04-23T22:34:59+00:00 | archivers/php52-zlib |
|
2010-04-23T22:34:59+00:00 | archivers/php52-zip |
|
2010-04-23T22:33:48+00:00 | textproc/php52-xmlwriter |
|
2010-04-23T22:33:48+00:00 | textproc/php52-xmlreader |
|
2010-04-23T22:31:51+00:00 | textproc/php52-xml |
|
2010-04-23T22:30:46+00:00 | devel/php52-sysvshm |
|
2010-04-23T22:30:46+00:00 | devel/php52-sysvsem |
|
2010-04-23T22:28:09+00:00 | devel/php52-sysvmsg |
|
2010-04-23T22:27:15+00:00 | devel/php52-tokenizer |
|
2010-04-23T22:25:27+00:00 | www/php52-tidy |
|
2010-04-23T22:25:27+00:00 | databases/php52-sybase_ct |
|
2010-04-23T22:25:27+00:00 | databases/php52-sqlite |
|
2010-04-23T22:21:56+00:00 | net/php52-sockets |
|
2010-04-23T22:21:56+00:00 | net/php52-soap |
|
2010-04-23T22:21:56+00:00 | devel/php52-spl |
|
2010-04-23T22:18:48+00:00 | www/php52-session |
|
2010-04-23T22:18:48+00:00 | textproc/php52-simplexml |
|
2010-04-23T22:18:48+00:00 | net-mgmt/php52-snmp |
|
2010-04-23T22:18:48+00:00 | devel/php52-shmop |
|
2010-04-23T22:18:48+00:00 | converters/php52-recode |
|
2010-04-23T22:10:37+00:00 | textproc/php52-pspell |
|
2010-04-23T22:10:37+00:00 | devel/php52-readline |
|
2010-04-23T16:34:39+00:00 | sysutils/php52-posix |
|
2010-04-23T16:34:39+00:00 | databases/php52-pgsql |
|
2010-04-23T16:34:39+00:00 | databases/php52-pdo_sqlite |
|
2010-04-23T16:30:34+00:00 | databases/php52-pdo_pgsql |
|
2010-04-23T16:29:44+00:00 | databases/php52-pdo_odbc |
|
2010-04-23T16:28:07+00:00 | databases/php52-pdo_oci |
|
2010-04-23T16:27:19+00:00 | databases/php52-pdo_mysql |
|
2010-04-23T16:25:56+00:00 | databases/php52-pdo_dblib |
|
2010-04-23T16:24:42+00:00 | databases/php52-pdo |
|
2010-04-23T16:23:44+00:00 | security/php52-openssl |
|
2010-04-23T16:23:44+00:00 | devel/php52-pcntl |
|
2010-04-23T16:23:44+00:00 | databases/php52-odbc |
|
2010-04-23T16:17:41+00:00 | databases/php52-oci8 |
|
2010-04-23T16:14:04+00:00 | devel/php52-ncurses |
|
2010-04-23T16:12:41+00:00 | databases/php52-mysqli |
|
2010-04-23T16:12:41+00:00 | databases/php52-mysql |
|
2010-04-23T16:10:11+00:00 | databases/php52-mssql |
|
2010-04-23T16:09:22+00:00 | security/php52-mhash |
|
2010-04-23T16:09:22+00:00 | security/php52-mcrypt |
|
2010-04-23T16:09:22+00:00 | graphics/php52-ming |
|
2010-04-23T16:02:44+00:00 | net/php52-ldap |
|
2010-04-23T16:02:44+00:00 | mail/php52-imap |
|
2010-04-23T16:02:44+00:00 | devel/php52-json |
|
2010-04-23T16:02:44+00:00 | converters/php52-mbstring |
|
2010-04-23T16:02:44+00:00 | converters/php52-iconv |
|
2010-04-23T15:53:34+00:00 | security/php52-hash |
|
2010-04-23T15:53:34+00:00 | security/php52-filter |
|
2010-04-23T15:53:34+00:00 | math/php52-gmp |
|
2010-04-23T15:53:34+00:00 | graphics/php52-gd |
|
2010-04-23T15:53:34+00:00 | ftp/php52-ftp |
|
2010-04-23T15:53:34+00:00 | devel/php52-gettext |
|
2010-04-23T15:40:05+00:00 | textproc/php52-dom |
|
2010-04-23T15:40:05+00:00 | graphics/php52-exif |
|
2010-04-23T15:40:05+00:00 | databases/php52-dbase |
|
2010-04-23T15:40:05+00:00 | databases/php52-dba |
|
2010-04-23T15:30:39+00:00 | ftp/php52-curl |
|
2010-04-23T15:21:26+00:00 | textproc/php52-ctype |
|
2010-04-23T15:21:26+00:00 | misc/php52-calendar |
|
2010-04-23T15:21:26+00:00 | math/php52-bcmath |
|
2010-04-23T15:21:26+00:00 | devel/php52-pcre |
|
2010-04-23T15:21:26+00:00 | archivers/php52-bz2 |
|
2010-04-23T15:03:13+00:00 | lang/php52 |
PHP Scripting Language PHP, which stands for "PHP: Hypertext Preprocessor" is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Its syntax draws upon C, Java, and Perl, and is easy to learn. The main goal of the language is to allow web developers to write dynamically generated webpages quickly, but you can do much more with PHP. WWW: http://www.php.net/ |
2010-04-23T10:42:27+00:00 | databases/kyotocabinet |
Straightforward implementation of DBM Kyoto Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. Each key must be unique within a database. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree. Kyoto Cabinet runs very fast. For example, elapsed time to store one million records is 0.9 seconds for hash database, and 1.1 seconds for B+ tree database. Moreover, the size of database of Kyoto Cabinet is very small. For example, overhead for a record is 16 bytes for hash database, and 4 bytes for B+ tree database. Furthermore, scalability of Kyoto Cabinet is great. The database size can be up to 8EB (9.22e18 bytes). Kyoto Cabinet is written in the C++ language, and provided as API of C++, C, Java, Python, Ruby, Perl, and Lua. Kyoto Cabinet is available on platforms which have API conforming to C++03 with the TR1 library extensions. Kyoto Cabinet is a free software licensed under the GNU General Public License. WWW: https://dbmx.net/kyotocabinet/ |
2010-04-22T22:04:22+00:00 | net/babeld |
Distance-vector routing protocol Babel is a distance-vector routing protocol for IPv6 and IPv4 with fast convergence properties. It is based on the ideas in DSDV, AODV and Cisco's EIGRP, but uses a variant of ETX link cost estimation rather than a simple hop-count metric. WWW: http://www.pps.jussieu.fr/~jch/software/babel/ |
2010-04-21T16:27:50+00:00 | www/p5-Catalyst-Plugin-Unicode-Encoding |
Unicode aware Catalyst On request, decodes all params from encoding into a sequence of logical characters. On response, encodes body into encoding. WWW: http://search.cpan.org/dist/Catalyst-Plugin-Unicode-Encoding/ |
2010-04-21T01:02:14+00:00 | devel/p5-JSON-RPC-Dispatcher |
JSON-RPC 2.0 server JSON::RPC::Dispatcher can make any PSGI/Plack aware server a JSON-RPC 2.0 server. This will allow you to expose your custom functionality as a web service in a relatiely tiny amount of code, as you can see above. This module follows the draft specficiation for JSON-RPC 2.0. More information can be found at: http://groups.google.com/group/json-rpc/web/json-rpc-2-0. WWW: https://metacpan.org/release/JSON-RPC-Dispatcher |
2010-04-20T22:11:37+00:00 | net/p5-AnyEvent-Twitter-Stream |
Perl module to receive Twitter streaming API in an event loop AnyEvent::Twitter::Stream - Receive Twitter streaming API in an event loop WWW: https://metacpan.org/release/AnyEvent-Twitter-Stream |
2010-04-20T21:12:59+00:00 | security/jbrofuzz |
Web application fuzzer JBroFuzz is a web application fuzzer for requests being made over HTTP or HTTPS. Its purpose is to provide a single, portable application that offers stable web protocol fuzzing capabilities. WWW: http://www.owasp.org/index.php/Category:OWASP_JBroFuzz |
2010-04-20T11:42:25+00:00 | devel/rubygem-moneta |
Unified interface to key/value stores Moneta provides a standard interface for interacting with various kinds of key/value stores. WWW: https://github.com/minad/moneta |
2010-04-20T11:37:50+00:00 | textproc/p5-Spreadsheet-WriteExcel-Styler |
Styles for formatting Spreadsheet::WriteExcel Styles for formatting Spreadsheet::WriteExcel WWW: https://metacpan.org/release/Spreadsheet-WriteExcel-Styler |
2010-04-19T13:38:34+00:00 | databases/memcached12 |
High-performance distributed memory object cache system memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. WWW: http://www.danga.com/memcached/ |
2010-04-19T11:12:11+00:00 | security/fuzzdb |
Comprehensive set of fuzzing patterns Fuzzdb is a comprehensive set of fuzzing patterns that can be used during discovery or security testing of web applications. WWW: http://code.google.com/p/fuzzdb/ |
2010-04-18T16:47:56+00:00 | devel/git-merge-changelog |
Git "merge" driver for GNU style ChangeLog files This is a Git "merge" driver for GNU style ChangeLog files. |
2010-04-18T06:54:24+00:00 | devel/py-coil |
Powerful configuration language for Python [ description from README.txt ] Coil: A Configuration Library. Introduction ============ Coil is a configuration file format that is parsed into a tree of dict like Struct objects. The format supports inheritance, allowing complicated configurations to be as compact as possible. Design Goals ============ General design/implementation goals, some have been met, others are still in progress. - Support Twisted and non-Twisted reactor driven Python programs. - Scalable to complex configurations, easily avoiding duplication. - Orthogonal to code; code should not be required to know about the config system used, it should be regular Python or Twisted code. - Minimal boilerplate. WWW: http://code.google.com/p/coil/ |
2010-04-17T11:36:54+00:00 | www/p5-Task-Plack |
Perl module bundle for Plack Plack bundle. WWW: https://metacpan.org/release/Task-Plack |
2010-04-17T09:45:04+00:00 | www/p5-Squatting-On-PSGI |
Perl extension to run Squatting app on PSGI Run Squatting app on PSGI. WWW: https://metacpan.org/release/Squatting-On-PSGI |
2010-04-17T05:27:34+00:00 | textproc/libroxml |
Minimum, easy-to-use, C implementation for xml file parsing This library is minimum, easy-to-use, C implementation for xml file parsing. Because XML parsing is always hard to reinvent. Because very often, xml libraries are too big to fit with little application. WWW: http://code.google.com/p/libroxml/ |
2010-04-17T00:57:35+00:00 | databases/php5-redis |
PHP5-Extension for Redis This extension provides an API for communicating with Redis database, a persistent key-value database with built-in net interface written in ANSI-C for Posix systems. It is a fork of alfonsojimenez's phpredis, adding many methods and fixing a lot of issues. WWW: https://github.com/nicolasff/phpredis |
2010-04-17T00:16:06+00:00 | www/p5-Plack-Handler-AnyEvent-SCGI |
Perl extension for PSGI handler on AnyEvent::SCGI PSGI handler on AnyEvent::SCGI. WWW: https://metacpan.org/release/Plack-Handler-AnyEvent-SCGI |
2010-04-16T15:05:53+00:00 | www/p5-AnyEvent-SCGI |
Perl extension for Event based SCGI server Event based SCGI server. WWW: https://metacpan.org/release/AnyEvent-SCGI |
2010-04-16T13:55:15+00:00 | www/p5-Dancer |
Perl extension for minimal-effort oriented web application framework A minimal-effort oriented web application framework. WWW: https://metacpan.org/release/Dancer |
2010-04-16T13:16:51+00:00 | devel/p5-IO-Handle-Util |
Perl extension for working with IO::Handle like objects This module provides a number of helpful routines to manipulate or create IO::Handle like objects. WWW: https://metacpan.org/release/IO-Handle-Util |
2010-04-16T13:11:23+00:00 | games/paintown |
Fighting game similar to Streets of Rage and TMNT Paintown is an open source fighting game in the same genre as Streets of Rage and Teenage Mutant Ninja Turtles. WWW: http://paintown.sourceforge.net/ |
2010-04-16T10:03:49+00:00 | devel/p5-asa |
Perl extension to say your class/object working like something else Lets your class/object say it works like something else. WWW: https://metacpan.org/release/asa |
2010-04-16T07:04:22+00:00 | devel/p5-Test-Taint |
Tools to test taintedness Tools to test taintedness: "Test::More"-style and helper functions. WWW: https://metacpan.org/release/Test-Taint |
2010-04-16T03:40:50+00:00 | www/p5-Plack-Middleware-File-Sass |
Perl extension for Sass support for all Plack frameworks Sass support for all Plack frameworks. WWW: https://metacpan.org/release/Plack-Middleware-File-Sass |
2010-04-15T20:23:37+00:00 | devel/p5-File-Map |
Memory mapping made simple and safe File::Map - Memory mapping made simple and safe WWW: https://metacpan.org/release/File-Map |
2010-04-15T18:00:49+00:00 | devel/gitg |
GTK-based git repository viewer An alternative Git GUI with an emphasis on graphical representation of data and actions. It can: * Browse revision history * Commit changes * Show colorized diff of changes in revisions * Handles extremely large projects very well WWW: https://wiki.gnome.org/Apps/Gitg |
2010-04-15T17:48:25+00:00 | www/php-plurk-api |
Plurk API Implementation with PHP Plurk is a popular Internet service, and many applications are designed for Plurk, including mobile and desktop applications. This is the PHP Plurk API client for interacting with the Plurk Internet service. WWW: http://code.google.com/p/php-plurk-api/ |
2010-04-15T11:54:26+00:00 | devel/cpuflags |
Determine compiler flags to best target current cpu cpuflags returns the appropriate gcc flags to optimise compilation for the current CPU. |
2010-04-15T06:05:30+00:00 | x11-drivers/xf86-video-rdc |
X.Org RDC display driver This package contains the X.Org driver for RDC Semiconductors video chip. WWW: http://www.rdc.com.tw/en/ |
2010-04-14T19:42:36+00:00 | irc/minbif |
IRC to instant messaging gateway Minbif aims to use the libpurple library from the Pidgin project to provide an IRC-friendly instant messaging client. It is very easy to setup, does not require any non-standard authentication, and just uses the server password feature of IRC clients. https://symlink.me/projects/minbif/wiki/ |
2010-04-14T15:28:28+00:00 | sysutils/bsdmoted |
Use Wii remote as mouse Wii remote is an innovative hci developed by Nintendo. This project intends to help FreeBSD users use wii remote as mouse. This project is based on bthidd, developed by Maksim Yevmenkin <m_evmenkin@yahoo.com>, and information from http://www.wiili.org. WWW: https://sourceforge.net/projects/bsdmoted/ |
2010-04-13T05:44:29+00:00 | devel/p5-App-Build |
Build and install Perl applications App::Build is a module which extends Module::Build. It is used to install whole applications rather than merely perl modules. WWW: https://metacpan.org/release/App-Build |
2010-04-13T00:24:21+00:00 | audio/clunk |
Real-time 3D sound generation library The CLUNK C++ library provides support for real-time 3D sound generation. It puts virtually no limitations on the developer; people who is experienced on working with other solutions (such as SDL_Mixer or Creative OpenAL) will respect this advantage. The library supports mixing of any number of sound channels and any number of objects that have sounds connected to them. The SDL library is used for sound output. The project is currently at beta testing stage, preparing to the first release. WWW: https://sourceforge.net/projects/clunk/ |
2010-04-12T20:15:22+00:00 | devel/p5-Parse-CPAN-Packages-Fast |
Parse CPAN package index parse CPAN's package index WWW: https://metacpan.org/release/Parse-CPAN-Packages-Fast |
2010-04-12T07:38:38+00:00 | security/whatweb |
Tool to fingerprint web site components WhatWeb can be used to detect the software packages that are used for a website. It can detect content management systems (CMS), blogging platforms, stats/analytics packages, javascript libraries, servers, etc. WWW: http://www.morningstarsecurity.com/research/whatweb |
2010-04-12T07:26:45+00:00 | www/node04 |
V8 JavaScript for client and server node - evented I/O for V8 javascript WWW: http://nodejs.org/ |
2010-04-12T07:26:45+00:00 | www/node |
V8 JavaScript for client and server Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world. WWW: https://nodejs.org/ |
2010-04-12T07:21:12+00:00 | www/rubygem-anemone |
Library that allows programs to spider websites Anemone is a Ruby library that makes it quick and painless to write programs that spider a website. It provides a simple DSL for performing actions on every page of a site, skipping certain URLs, and calculating the shortest path to a given page on a site. WWW: https://github.com/chriskite/anemone |
2010-04-12T07:08:55+00:00 | www/rubygem-robots |
Simple library to parse robots.txt files Robots is a simple Ruby library to parse robots.txt files. WWW: https://github.com/fizx/robots |
2010-04-12T04:47:55+00:00 | devel/ruby-progressbar |
A ruby library to display progressbars Ruby/ProgressBar is a text progress bar library for Ruby. It can indicate progress with percentage, a progress bar, and estimated remaining time. Author: Satoru Takabayashi <satoru@namazu.org> WWW: http://0xcc.net/ruby-progressbar/index.html.en |
2010-04-12T04:21:15+00:00 | www/lighttpd-mysqlauth |
lighttpd a secure, fast, compliant and very flexible web-server which has been optimized for high-performance environments. It has a very low memory footprint compared to other webservers and takes care of cpu-load. Its advanced feature-set (FastCGI, CGI, Auth, Output-Compression, URL-Rewriting and many more) make lighttpd the perfect webserver-software for every server that is suffering load problems. This version is patched to support: auth.backend = "mysql" WWW: http://www.lighttpd.net/ WWW: http://redmine.lighttpd.net/issues/752 |
2010-04-11T14:07:30+00:00 | x11-fonts/ecofont |
Environmentally friendly, ink saving typeface Ecofont is designed to conserve ink and toner by placing minute holes in the individual letters of the typeface. Ecofont claims to use up to 25% less ink, potentially saving larger institutions thousands of dollars every year without sacrificing legibility. WWW: https://www.ecofont.com/ |
2010-04-10T23:47:06+00:00 | textproc/p5-XML-Descent |
Recursive descent XML parsing Perl library for recursive descent XML parsing WWW: https://metacpan.org/release/XML-Descent |
2010-04-10T23:44:02+00:00 | textproc/p5-XML-TokeParser |
Simplified interface to XML::Parser Perl library that provides a simplified interface to XML::Parser WWW: https://metacpan.org/release/XML-TokeParser |
2010-04-10T16:12:05+00:00 | audio/aften |
ATSC A/52 audio encoder Aften is an audio encoder which generates compressed audio streams based on ATSC A/52 specification. This type of audio is also known as AC-3 or Dolby(R) Digital and is one of the audio codecs used in DVD-Video content. WWW: http://aften.sourceforge.net/ |
2010-04-09T20:15:47+00:00 | devel/p5-MooseX-Lists |
Treat arrays and hashes as lists treat arrays and hashes as lists WWW: https://metacpan.org/release/MooseX-Lists |
2010-04-09T08:40:35+00:00 | graphics/libosmesa |
Off-Screen Mesa implementation of the OpenGL API Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, Inc. However, the author makes no claim that Mesa is in any way a compatible replacement for OpenGL or associated with Silicon Graphics, Inc. This is a Off-Screen version of Mesa in order to do off-screen rendering in other packages like VTK. Offscreen rendering is useful for a number of things, such as batch processing, parallel processing, and remote processing. WWW: https://www.mesa3d.org/ |
2010-04-09T08:11:48+00:00 | chinese/wordpress-zh_TW |
State-of-the-art semantic personal publishing platform WordPress is a state-of-the-art semantic personal publishing platform with a focus on aesthetics, web standards, and usability. More simply, Wordpress is what you use when you want to work with your blogging software, not fight it. WWW: https://tw.wordpress.org/ |
2010-04-08T06:16:39+00:00 | net/p5-Net-Traceroute-PurePerl |
Traceroute(1) functionality in perl via raw sockets Net::Traceroute::PurePerl implements traceroute(1) functionality for perl5. It allows you to trace the path IP packets take to a destination. It is implemented by using raw sockets to act just like the regular traceroute. You must also be root to use the raw sockets. WWW: https://metacpan.org/release/Net-Traceroute-PurePerl |
2010-04-08T05:57:48+00:00 | devel/p5-AnyEvent-Subprocess |
Flexible, OO, asynchronous process spawning and management Flexible, OO, asynchronous process spawning and management. WWW: https://metacpan.org/release/AnyEvent-Subprocess |
2010-04-08T00:49:18+00:00 | textproc/p5-Text-Extract-Word |
Simple module for extracting the text from a Microsoft Word file Text::Extract::Word is a simple module for extracting the text from a Microsoft Word file. WWW: https://metacpan.org/release/Text-Extract-Word |
2010-04-08T00:22:46+00:00 | net/p5-Net-Cassandra-Easy |
Perlish interface to the Cassandra database aims to simplify the basic interactions with the Cassandra database. WWW: https://metacpan.org/release/TEODOR/Net-Cassandra-Easy-0.15 |
2010-04-08T00:08:20+00:00 | multimedia/umph |
YouTube video playlist parser for cclive and alike tools umph is a command line tool for parsing Youtube playlists. It prints playlist video links, each separated with a newline, to the standard output stream, while everything else gets printed to the standard error stream. umph can be run with a simple interactive prompt to select the printed video links. WWW: http://code.google.com/p/umph/ WWW: http://repo.or.cz/w/umph.git |
2010-04-07T16:42:48+00:00 | multimedia/py-openlp |
Open Source Lyrics Projection OpenLP is a free church presentation software, or lyrics projection software, used to display slides of songs, Bible verses, videos, images, and even presentations for church worship using a computer and a data projector. WWW: https://openlp.org |
2010-04-07T14:13:06+00:00 | misc/py-progressbar |
Text progressbar library for python This library provides a text mode progressbar. This is typically used to display the progress of a long running operation, providing a visual clue that processing is underway. The ProgressBar class manages the progress, and the format of the line is given by a number of widgets. A widget is an object that may display diferently depending on the state of the progress. There are three types of widget: - a string, which always shows itself; - a ProgressBarWidget, which may return a diferent value every time it's update method is called; and - a ProgressBarWidgetHFill, which is like ProgressBarWidget, except it expands to fill the remaining width of the line. WWW: https://pypi.org/project/progressbar/ WWW: https://github.com/niltonvolpato/python-progressbar |
2010-04-07T13:53:21+00:00 | news/py-pynzb |
Unified API for parsing NZB files NZB is an XML-based file format for retrieving posts from NNTP (Usenet) servers. Since NZB is XML-based, it's relatively easy to build one-off parsers to parse NZB files. This project is an attempt to consolidate those many one-off NZB parsers into one simple interface. WWW: https://pypi.org/project/pynzb/ |
2010-04-07T03:04:52+00:00 | sysutils/moosefs-client |
MooseFS client tools MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, network distributed file system. It spreads data over several physical commodity servers, which are visible to the user as one resource. For standard file operations MooseFS acts like any other Unix-like file system. This port provides: MooseFS clients: mfsmount and mfstools. WWW: https://moosefs.com/ |
2010-04-07T03:00:06+00:00 | sysutils/moosefs-chunkserver |
MooseFS data storage and synchronization component MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, network distributed file system. It spreads data over several physical commodity servers, which are visible to the user as one resource. For standard file operations MooseFS acts like any other Unix-like file system. This port provides: MooseFS data server. WWW: https://moosefs.com/ |
2010-04-07T02:54:15+00:00 | sysutils/moosefs-master |
Fault-tolerant distributed filesystem MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, network distributed file system. It spreads data over several physical commodity servers, which are visible to the user as one resource. For standard file operations MooseFS acts like any other Unix-like file system. This port provides: MooseFS master (metadata) server. WWW: https://moosefs.com/ |
2010-04-07T01:58:56+00:00 | net-im/py-jabberbot |
Simple Jabber Bot for Python python-jabberbot is a Jabber bot framework for Python that enables you to easily write simple Jabber bots. You can use your Jabber bots to provide information about your running systems, to make your website interact with your visitors or notify you about updates or changes you monitor with your Python scripts. WWW: http://thpinfo.com/2007/python-jabberbot/ |
2010-04-07T01:26:55+00:00 | www/p5-Plack-Handler-SCGI |
Perl extension for PSGI handler on SCGI daemon PSGI handler on SCGI daemon. WWW: https://metacpan.org/release/Plack-Handler-SCGI |
2010-04-06T15:24:39+00:00 | www/p5-Plack-Middleware-JSConcat |
Perl extension to concatenate JavaScripts Plack::Middleware::JSConcat allows you to concatenate multiple javascripts files into one. It provides a content-hashed key as the url for including all the javascript files you specified. You can also provide a filter program to minimize the concatenated file. WWW: https://metacpan.org/release/Plack-Middleware-JSConcat |
2010-04-06T15:18:10+00:00 | textproc/p5-Text-Sass |
Perl implementation of http://sass-lang.com/ Text-Sass - Perl implementation of http://sass-lang.com/. WWW: https://metacpan.org/release/Text-Sass |
2010-04-06T14:26:25+00:00 | sysutils/warden |
Warden jail management system utility A jail management utility, which uses ZFS extensively under the hood. WWW: https://github.com/pcbsd/pcbsd |
2010-04-06T14:02:34+00:00 | devel/p5-App-cpanminus |
Perl extension to get, unpack, build, and install modules from CPAN Get, unpack, build and install modules from CPAN. WWW: https://metacpan.org/release/App-cpanminus |
2010-04-06T09:06:36+00:00 | devel/py-distutils-extra |
Add support for i18n, documentation, and icons to distutils Enables you to easily integrate gettext support, themed icons and scrollkeeper based documentation into Python's distutils. WWW: https://launchpad.net/python-distutils-extra |
2010-04-05T23:35:09+00:00 | devel/p5-File-Touch |
Module to 'touch' files File::Touch - update access and modification timestamps, creating nonexistent files where necessary. WWW: https://metacpan.org/release/File-Touch |
2010-04-05T23:16:26+00:00 | lang/p5-Modern-Perl |
Enable all of the features of Modern Perl with one import Modern Perl programs use several modules to enable additional features of Perl and of the CPAN. WWW: https://metacpan.org/release/Modern-Perl |
2010-04-05T21:44:57+00:00 | databases/beansdb |
Yet another distributed key-value storage system from Douban Inc BeansDB is a major amount of data for large, high-availability storage systems distributed KeyValue using HashTree and simplified version number to quickly synchronize to ensure consistency in the final (weak), a simplified version of the Dynamo. WWW: https://github.com/douban/beansdb |
2010-04-05T20:37:03+00:00 | comms/p5-SMS-SMS77 |
Perl interface and script to send SMS via SMS77.de SMS::SMS77 consists of a perl interface and a script to send SMS via the german provider SMS77.de WWW: http://www.w3r3wolf.de/blog/2007/09/19/smssms77-version-001.html |
2010-04-05T13:57:51+00:00 | www/p5-Twiggy |
Perl extension of AnyEvent HTTP server for PSGI (like Thin) AnyEvent HTTP server for PSGI (like Thin). WWW: https://metacpan.org/release/Twiggy |
2010-04-05T13:45:06+00:00 | www/p5-CGI-Application-PSGI |
Perl extension of PSGI Adapter for CGI::Application PSGI Adapter for CGI::Application. WWW: https://metacpan.org/release/CGI-Application-PSGI |
2010-04-05T13:43:59+00:00 | www/p5-Plack-Handler-AnyEvent-HTTPD |
Perl extension for Plack handler to run PSGI apps on AnyEvent::HTTPD Plack handler to run PSGI apps on AnyEvent::HTTPD. WWW: https://metacpan.org/release/Plack-Handler-AnyEvent-HTTPD |
2010-04-04T09:12:33+00:00 | www/p5-Corona |
Perl extension for Coro based PSGI web server Coro based PSGI web server. WWW: https://metacpan.org/release/Corona |
2010-04-04T09:11:27+00:00 | www/p5-Plack-App-Proxy |
Plack extension for proxy requests Plack::App::Proxy is a middleware-aware proxy application for Plack. WWW: https://metacpan.org/release/Plack-App-Proxy |
2010-04-04T04:43:04+00:00 | net/dgd-kernel |
Kernel mudlib, for use with DGD The kernel library was written to solve the technical problems encountered when writing a DGD mudlib for users who will have programming access. It deals with resource control, file security and user management, and offers basic functionality in the form of events. The library is designed to be fully configurable, and should not have to be modified for use on any system. It can be used for both persistent and non-persistent systems. WWW: http://ftp.dworkin.nl/kernellib/ |
2010-04-04T01:22:23+00:00 | audio/clementine-player |
Cross-platform music player based on Amarok 1.4 Clementine is a modern music player and library organiser. Clementine is a port of Amarok 1.4, with some features rewritten to take advantage of Qt4. Features: - Listen to internet radio from Last.fm and SomaFM - Load M3U and XSPF playlists - Edit tags on MP3 and OGG files, organise your music - Download missing album cover art from Last.fm WWW: http://www.clementine-player.org |
2010-04-04T00:06:02+00:00 | www/p5-Plack-Middleware-Auth-Digest |
Plack extension for digest authentication Plack middleware for digest authentication. WWW: https://metacpan.org/release/Plack-Middleware-Auth-Digest |
2010-04-03T22:19:56+00:00 | astro/p5-Astro-Constants |
Physical constants for use in astronomy This module provides a large number of physical constants which are useful to astronomers. The module itself is essentially a wrapper around the ASTROCONST package of Jeremy Balin. WWW: https://metacpan.org/release/Astro-Constants |
2010-04-03T16:52:52+00:00 | lang/runawk |
Wrapper for AWK interpreter that implements a modules system runawk is a small wrapper for AWK that implements a modules system and helps one to write the standalone AWK programs. WWW: https://sourceforge.net/projects/runawk/ |
2010-04-03T14:02:25+00:00 | devel/p5-Test-WWW-Mechanize-PSGI |
Perl extension to test PSGI programs using WWW::Mechanize Test PSGI programs using WWW::Mechanize. WWW: https://metacpan.org/release/Test-WWW-Mechanize-PSGI |
2010-04-03T11:07:44+00:00 | www/p5-Plack-Middleware-Debug |
Perl extension to display information about current request/response Display information about the current request/response. WWW: https://metacpan.org/release/Plack-Middleware-Debug |
2010-04-03T10:38:18+00:00 | www/p5-Plack-Middleware-ReverseProxy |
Perl extension to support app to run as a reverse proxy backend Supports app to run as a reverse proxy backend. WWW: https://metacpan.org/release/Plack-Middleware-ReverseProxy |
2010-04-03T09:43:50+00:00 | mail/postpals |
Postpals is a simple policy daemon for Postfix Postpals is a simple policy daemon for Postfix. It keeps a database of outgoing mail, specifically recipients and relays associated to them. The main goal is to whitelist mail coming back from those senders and relays early in the postfix restriction chain, so it doesn't get hit with any client UCE checks you are using (RBL, helo, PTR, greylisting etc). WWW: http://mailfud.org/postpals/ |
2010-04-03T05:12:42+00:00 | devel/p5-Module-Versions |
Perl extension to handle versions of loaded modules Module::Versions handles versions of loaded modules with a flexible result interface. The main goal is to get as much version informations as possible about a module or module list with a simple call interface and an absolutely flexible result interface. Module::Versions handles *loaded* and *loadable* modules. WWW: https://metacpan.org/release/Module-Versions |
2010-04-02T16:53:24+00:00 | mail/sa-stats |
Generates top spam/ham rules fired for SpamAssassin installations This perl script generates top spam/ham rules fired for SpamAssassin installations: TOP SPAM RULES FIRED ---------------------------------------------------------------------- RANK RULE NAME COUNT %OFMAIL %OFSPAM %OFHAM ---------------------------------------------------------------------- 1 CMAE_1 30455 26.68 70.34 0.03 2 BAYES_99 24478 21.98 56.54 0.89 3 RAZOR2_CHECK 11910 10.61 27.52 0.29 ---------------------------------------------------------------------- TOP HAM RULES FIRED ---------------------------------------------------------------------- RANK RULE NAME COUNT %OFMAIL %OFSPAM %OFHAM ---------------------------------------------------------------------- 1 BAYES_00 44253 46.60 20.71 62.40 2 ALL_TRUSTED 34534 49.42 50.61 48.70 3 SPF_PASS 10880 17.43 20.82 15.35 ---------------------------------------------------------------------- WWW: http://www.rulesemporium.com/programs/ |
2010-04-02T16:25:32+00:00 | textproc/p5-Spreadsheet-ReadSXC |
Extract OpenOffice 1.x spreadsheet data Extract OpenOffice 1.x spreadsheet data WWW: https://metacpan.org/release/Spreadsheet-ReadSXC |
2010-04-02T16:24:25+00:00 | textproc/p5-Spreadsheet-Read |
Read the data from a spreadsheet Read the data from a spreadsheet WWW: https://metacpan.org/release/Spreadsheet-Read |
2010-04-02T16:16:52+00:00 | www/p5-Plack-Middleware-Header |
Perl extension to modify HTTP response headers Modify HTTP response headers. WWW: https://metacpan.org/release/Plack-Middleware-Header |
2010-04-02T15:36:26+00:00 | science/p5-PerlMol |
Perl modules for molecular chemistry Perl modules for molecular chemistry WWW: https://metacpan.org/release/PerlMol |
2010-04-02T15:35:47+00:00 | science/p5-Chemistry-File-SMILES |
SMILES linear notation parser/writer Perl module which parses a SMILES (Simplified Molecular Input Line Entry Specification) string. WWW: https://metacpan.org/release/Chemistry-File-SMILES |
2010-04-02T15:35:23+00:00 | science/p5-Chemistry-InternalCoords |
Represent the position of an atom using internal coordinates Perl module implements an object class for representing internal coordinates and provides methods for converting them to Cartesian coordinates. WWW: https://metacpan.org/release/Chemistry-InternalCoords |
2010-04-02T15:34:39+00:00 | science/p5-Chemistry-File-SMARTS |
SMARTS chemical substructure pattern linear notation parser Perl module which will parse a SMARTS (SMiles ARbitrary Target Specification) string, generating a Chemistry::Pattern object. It is a file I/O driver for the PerlMol toolkit. WWW: https://metacpan.org/release/Chemistry-File-SMARTS |
2010-04-02T15:34:39+00:00 | science/p5-Chemistry-File-MDLMol |
MDL molfile reader/write Perl module which will parse a SMARTS (SMiles ARbitrary Target Specification) string, generating a Chemistry::Pattern object. It is a file I/O driver for the PerlMol toolkit. WWW: https://metacpan.org/release/Chemistry-File-SMARTS |
2010-04-02T15:33:52+00:00 | science/p5-Chemistry-3DBuilder |
Generate 3D coordinates from a connection table Perl module which generates a three-dimensional molecular structure from a connection table, such as that obtained by a 2D representation of the molecule or from a SMILES string. WWW: https://metacpan.org/release/Chemistry-3DBuilder |
2010-04-02T15:33:24+00:00 | science/p5-Chemistry-File-SLN |
SLN linear notation parser/writer SLN linear notation parser/writer WWW: https://metacpan.org/release/Chemistry-File-SLN |
2010-04-02T15:32:24+00:00 | science/p5-Chemistry-File-Mopac |
MOPAC 6 input file reader/writer MOPAC 6 input file reader/writer WWW: https://metacpan.org/release/Chemistry-File-Mopac |
2010-04-02T15:32:03+00:00 | science/p5-Chemistry-Reaction |
Represent a ring as a substructure of a molecule Explicit chemical reactions WWW: https://metacpan.org/release/Chemistry-Reaction |
2010-04-02T15:31:34+00:00 | science/p5-Chemistry-FormulaPattern |
Match molecule by formula Match molecule by formula WWW: https://metacpan.org/release/Chemistry-FormulaPattern |
2010-04-02T15:29:58+00:00 | science/p5-Chemistry-MidasPattern |
Select atoms in macromolecules Select atoms in macromolecule WWW: https://metacpan.org/release/Chemistry-MidasPattern |
2010-04-02T15:29:35+00:00 | science/p5-Chemistry-Mok |
Molecular awk interpreter Perl molecular awk interpreter WWW: https://metacpan.org/release/Chemistry-Mok |
2010-04-02T15:28:42+00:00 | science/p5-Chemistry-File-XYZ |
XYZ molecule format reader/writer XYZ molecule format reader/writer WWW: https://metacpan.org/release/Chemistry-File-XYZ |
2010-04-02T15:28:04+00:00 | science/p5-Chemistry-File-VRML |
Generate VRML models for molecules Generate VRML models for molecules WWW: https://metacpan.org/release/Chemistry-File-VRML |
2010-04-02T15:27:22+00:00 | science/p5-Chemistry-Ring |
Represent a ring as a substructure of a molecule Perl module which provides some basic methods for representing a ring. WWW: https://metacpan.org/release/Chemistry-Ring |
2010-04-02T15:26:37+00:00 | science/p5-Chemistry-Isotope |
Table of the isotopes exact mass data Perl module which contains the exact mass data from the table of the isotopes. WWW: https://metacpan.org/release/Chemistry-Isotope |
2010-04-02T15:25:56+00:00 | science/p5-Chemistry-Pattern |
Chemical substructure pattern matching Perl module which implements basic pattern matching for molecules. WWW: https://metacpan.org/release/Chemistry-Pattern |
2010-04-02T15:25:12+00:00 | science/p5-Chemistry-Canonicalize |
Number the atoms in a molecule in a unique way Perl module which provides functions for "canonicalizing" a molecular structure; that is, to number the atoms in a unique way regardless of the input order. WWW: https://metacpan.org/release/Chemistry-Canonicalize |
2010-04-02T15:24:14+00:00 | science/p5-Chemistry-Bond-Find |
Detect bonds in a molecule and assign formal bond orders Perl module which provides functions for detecting the bonds in a molecule from its 3D coordinates by using simple cutoffs, and for guessing the formal bond orders. WWW: https://metacpan.org/release/Chemistry-Bond-Find |
2010-04-02T14:56:55+00:00 | textproc/p5-Text-MicroTemplate |
Perl extension for standalone, fast and intelligent template engine Text::MicroTemplate is a standalone, fast, intelligent, extensible template engine. WWW: https://metacpan.org/release/Text-MicroTemplate |
2010-04-02T14:42:08+00:00 | www/p5-Plack-Handler-AnyEvent-ReverseHTTP |
Perl extension to reversehttp gateway for PSGI application ReverseHTTP gateway for PSGI application. WWW: https://metacpan.org/release/Plack-Handler-AnyEvent-ReverseHTTP |
2010-04-02T14:35:29+00:00 | www/p5-POE-Component-Server-PSGI |
Perl extension to PSGI Server implementation for POE PSGI Server implementation for POE. WWW: https://metacpan.org/release/POE-Component-Server-PSGI |
2010-04-02T14:33:09+00:00 | www/p5-Plack-Middleware-AutoRefresh |
Perl extension to reload pages when files are modified Reload pages in browsers when files are modified. WWW: https://metacpan.org/release/Plack-Middleware-AutoRefresh |
2010-04-02T14:23:13+00:00 | www/p5-CGI-Application-Plugin-JSON |
Easy manipulation of JSON headers for CGI::Application Easy manipulation of JSON headers for CGI::Application WWW: https://metacpan.org/release/CGI-Application-Plugin-JSON |
2010-04-02T14:22:31+00:00 | www/p5-CGI-EncryptForm |
Implement trusted stateful CGI Form Data using cryptography Implement trusted stateful CGI Form Data using cryptography. WWW: https://metacpan.org/release/CGI-EncryptForm |
2010-04-02T14:21:11+00:00 | devel/p5-libxml-enno |
Group of Perl modules for XML parsing A group of Perl modules for parsing XML WWW: https://metacpan.org/release/libxml-enno |
2010-04-02T14:19:56+00:00 | www/p5-CGI-Application-Plugin-Config-YAML |
Add Config::YAML support to CGI::Application add Config::YAML support to CGI::Application WWW: https://metacpan.org/release/CGI-Application-Plugin-Config-YAML |
2010-04-02T14:18:48+00:00 | devel/p5-Spreadsheet-Read |
Read the data from a spreadsheet Read the data from a spreadsheet WWW: http://search.cpan.org/dist/Spreadsheet-Read/ |
2010-04-02T14:17:52+00:00 | devel/p5-Spreadsheet-ReadSXC |
Extract OpenOffice 1.x spreadsheet data Extract OpenOffice 1.x spreadsheet data WWW: http://search.cpan.org/dist/Spreadsheet-ReadSXC/ |
2010-04-02T14:16:37+00:00 | devel/p5-HOP-Stream |
Higher Order Perl Streams Higher Order Perl Streams WWW: https://metacpan.org/release/HOP-Stream |
2010-04-02T14:15:40+00:00 | devel/p5-HOP-Lexer |
Higher Order Perl Lexer Higher Order Perl Lexer WWW: https://metacpan.org/release/HOP-Lexer |
2010-04-02T13:06:43+00:00 | net/sslh |
SSL/SSH multiplexer sslh accepts HTTPS, SSH, OpenVPN, tinc and XMPP connections on the same port. This makes it possible to connect to any of these servers on port 443 while still serving HTTPS on that port. WWW: http://www.rutschle.net/tech/sslh.shtml |
2010-04-02T06:21:53+00:00 | devel/p5-Event-Join |
Join multiple "events" into one Event::Join is a perl module to join multiple "events" into one. WWW: https://metacpan.org/release/Event-Join |
2010-04-02T05:34:05+00:00 | www/p5-Starlet |
Perl extension for standalone HTTP/1.0 server Starlet is a standalone HTTP/1.0 server. The server supports several features, and is suitable for running HTTP application servers behind a reverse proxy. WWW: https://metacpan.org/release/Starlet |
2010-04-02T05:31:18+00:00 | devel/p5-AnyEvent-Filesys-Notify |
Perl extension for AnyEvent compat to monitor file/dir changes An AnyEvent compatible module to monitor files/directories for changes WWW: https://metacpan.org/release/AnyEvent-Filesys-Notify |
2010-04-02T05:21:36+00:00 | net/p5-Server-Starter |
Perl extension of superdaemon for hot-deploying server programs A superdaemon for hot-deploying server programs. WWW: https://metacpan.org/release/Server-Starter |
2010-04-02T05:07:10+00:00 | www/p5-CGI-Compile |
Perl extension to compile .cgi scripts to a code reference Compile .cgi scripts to a code reference like ModPerl::Registry. WWW: https://metacpan.org/release/CGI-Compile |
2010-04-02T04:52:05+00:00 | www/p5-Net-FastCGI |
Perl extension for FastCGI Toolkit Net::FastCGI module. WWW: https://metacpan.org/release/Net-FastCGI |
2010-04-02T04:46:37+00:00 | www/p5-FCGI-Client |
Perl extension for fastcgi protocol client library Client library for fastcgi protocol. WWW: https://metacpan.org/release/FCGI-Client |
2010-04-02T02:46:11+00:00 | dns/bind-tools |
The user space command line tools from the latest version of BIND: delv, dig, host, nslookup, nsupdate It also includes various dnssec related tools: dnssec-dsfromkey, dnssec-importkey, dnssec-keyfromlabel, dnssec-keygen, dnssec-revoke, dnssec-settime, dnssec-signzone, dnssec-verify WWW: https://www.isc.org/downloads/bind/ |
2010-04-01T15:08:33+00:00 | devel/cpan-upload-http |
Perl script to upload one or more files to CPAN, using PAUSE cpan-upload-http is a script which automates the process of uploading a file to CPAN using PAUSE, the Perl Authors Upload Server. WWW: https://metacpan.org/release/BRADFITZ/cpan-upload-http-2.4 |
2010-03-31T18:23:29+00:00 | devel/arduino |
Open-source electronics prototyping platform Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments. The Arduino software consists of a development environment (IDE) and the core libraries. WWW: https://www.arduino.cc/ |
2010-03-31T13:32:36+00:00 | sysutils/pbreg |
PC-BSD registry editor PC-BSD Registry Editor pbreg is a command-line front-end to QT's QSettings framework, allowing scripts and other command-line apps to get & set keys. This program can be used to easily interact between QT-based GUI's and command-line implementations of these applications. WWW: http://www.pcbsd.org/ |
2010-03-31T10:40:29+00:00 | multimedia/gstreamer-plugins-v4l2 |
Gstreamer Video 4 Linux 2 source plugin |
2010-03-31T06:59:08+00:00 | math/p5-Number-Fraction |
Perl extension to model fractions Number::Fraction is a Perl module which allows you to work with fractions in your Perl programs. WWW: https://metacpan.org/release/Number-Fraction |
2010-03-31T01:03:22+00:00 | devel/p5-AnyEvent-Run |
Run a process or coderef asynchronously Run a process or coderef asynchronously WWW: https://metacpan.org/release/AnyEvent-Run |
2010-03-31T00:59:17+00:00 | devel/p5-AnyEvent-DBI-Abstract |
AnyEvent::DBI + SQL::Abstract AnyEvent::DBI + SQL::Abstract WWW: https://metacpan.org/release/AnyEvent-DBI-Abstract |
2010-03-31T00:54:28+00:00 | devel/p5-AnyEvent-DBI |
Asynchronous DBI access AnyEvent::DBI - asynchronous DBI access WWW: https://metacpan.org/release/AnyEvent-DBI |
2010-03-30T18:13:51+00:00 | misc/xsw |
Tool for creating presentations xsw is a tool for generating presentations. It uses a simple language to describe the slides. An example xsw file is: slide: - "Hello" x:50 y:30 align:center + "World!" WWW: http://code.google.com/p/xsw/ |
2010-03-30T03:15:40+00:00 | math/p5-Math-SigFigs |
Do math with correct handling of significant figures Do math with correct handling of significant figures WWW: https://metacpan.org/release/Math-SigFigs |
2010-03-30T02:26:01+00:00 | devel/yajl |
Portable JSON parsing and serialization library in ANSI C Yet Another JSON Library. YAJL is a small event-driven (SAX-style) JSON parser written in ANSI C, and a small validating JSON generator. YAJL is released under the BSD license. WWW: http://lloyd.github.com/yajl/ |
2010-03-29T19:50:33+00:00 | audio/libsmf |
Standard MIDI File format library LibSMF is a BSD-licensed C library for handling SMF ("*.mid") files. It transparently handles timepulses conversions, tempo map handling etc. The only dependencies are C compiler and glib. Full API documentation and examples are included. WWW: https://github.com/nilsgey/libsmf |
2010-03-29T13:01:29+00:00 | devel/p5-Config-YAML |
Simple configuration automation Config::YAML is a somewhat object-oriented wrapper around the YAML module which makes reading and writing configuration files simple. WWW: https://metacpan.org/release/Config-YAML |
2010-03-29T10:36:48+00:00 | www/p5-Starman |
Perl extension for high-performance preforking PSGI web server High-performance preforking PSGI web server. WWW: https://metacpan.org/release/Starman |
2010-03-29T08:43:42+00:00 | devel/p5-Tie-Util |
Utility functions for fiddling with tied variables This module provides a few subroutines for examining and modifying tied variables, including those that hold weak references to the objects to which they are tied (weak ties). WWW: https://metacpan.org/release/Tie-Util |
2010-03-29T08:27:34+00:00 | net/p5-Net-Google-Spreadsheets |
Perl module for using Google Spreadsheets API A Perl module for using Google Spreadsheets API. WWW: https://metacpan.org/release/Net-Google-Spreadsheets |
2010-03-29T07:27:31+00:00 | textproc/py-paragrep |
Paragraph Grep Utility paragrep is a paragraph grep utility. It searches for a series of regular expressions in a text file (or several text files) and prints out the paragraphs containing those expressions. WWW: http://bmc.github.com/paragrep/ |
2010-03-29T04:13:12+00:00 | net/p5-Net-Google-DataAPI |
Base implementations for modules to negotiate with Google Data APIs Net::Google::DataAPI is base implementations for modules to negotiate with Google Data APIs. WWW: https://metacpan.org/release/Net-Google-DataAPI |
2010-03-29T03:13:30+00:00 | devel/py-grizzled |
The Grizzled Python Utility Library The Grizzled Utility Library is a general-purpose Python library with a variety of different modules and packages. It's roughly organized into subpackages that group different kinds of utility functions and classes. WWW: http://www.clapper.org/software/python/grizzled/ |
2010-03-29T03:04:20+00:00 | math/p5-Statistics-Frequency |
Simple counting of elements Statistics::Frequency is a simple class for counting elements, in other words, their frequencies. The goal of Statistics::Frequency is simply to be provide container for sets of elements and their respective frequencies. WWW: https://metacpan.org/release/Statistics-Frequency |
2010-03-27T22:13:00+00:00 | security/py-otr |
Python bindings for libotr Python-otr is a set of python bindings for libotr. This gives developers the flexibility to implement OTR encryption for their python-based Instant Messaging clients. WWW: http://python-otr.pentabarf.de/ |
2010-03-27T22:12:11+00:00 | mail/roundcube-mobilecube |
Theme for RoundCube Web Mail MobileCube is a simple and clean theme that fits perfect with the Roundcube Mail system. It includes mail, contacts, and calendar that displays it in a simple, yet elegant way. MobileCube works with RoundCube 0.3.1+ so if you have RoundCube set up and installed, download MobileCube today and try it out! It's free! We hope you enjoy it! WWW: http://phireware.com/projects/mobilecube/ |
2010-03-27T16:04:59+00:00 | audio/stymulator |
Command-line Yamaha YM2149 (.ym) chiptune player STYMulator is an Open Source player which plays music files in the YM chiptune format. In particular the YM files are Yamaha YM2149 soundchip music data registers dumped from the ATARI 16-bit computers. WWW: http://atariarea.krap.pl/stymulator/ |
2010-03-26T14:06:05+00:00 | graphics/php-facedetect |
Face detection extension for PHP using OpenCV library This extension provides a PHP implementation of the OpenCV library. The extension offers two new functions. In principle, they differ only by their return value. The first returns only the number of faces found on the given image and the other an associative array of their coordinates. WWW: https://www.xarg.org/project/php-facedetect/ |
2010-03-26T07:21:07+00:00 | graphics/zint |
Zint Barcode Generator A barcode encoding library supporting over 50 symbologies including Code 128, Data Matrix, USPS OneCode, EAN-128, UPC/EAN, ITF, QR Code, Code 16k, PDF417, MicroPDF417, LOGMARS, Maxicode, GS1 DataBar, Aztec, Composite Symbols and more. WWW: http://www.zint.org.uk/ |
2010-03-26T01:28:23+00:00 | www/p5-Catalyst-Model-Memcached |
Wrapper for memcached imitating Catalyst models Catalyst::Model::Memcached is a simple Model for Catalyst for storing data in memcached. WWW: https://metacpan.org/release/Catalyst-Model-Memcached |
2010-03-25T21:54:41+00:00 | archivers/gcpio |
GNU cpio copies files to and from archives GNU cpio copies files into or out of a cpio or tar archive. The archive can be another file on the disk, a magnetic tape, or a pipe. GNU cpio supports the following archive formats: binary, old ASCII, new ASCII, crc, HPUX binary, HPUX old ASCII, old tar, and POSIX.1 tar. The tar format is provided for compatibility with the tar program. By default, cpio creates binary format archives, for compatibility with older cpio programs. When extracting from archives, cpio automatically recognizes which kind of archive it is reading and can read archives created on machines with a different byte-order. Note that this port will install these utilities with a 'g' prefix, e.g. gcpio, but the texinfo documentation will refer to them without the 'g' prefix. WWW: http://www.gnu.org/software/cpio/ |
2010-03-25T13:55:21+00:00 | multimedia/cuse4bsd-kmod |
Cuse4BSD character device loopback driver for userspace Cuse4BSD is a kernel module which allows userland programs to create character devices under /dev. Cuse4BSD has full support for read, write, ioctl, mmap and poll system calls. WWW: http://www.selasky.org/hans_petter/cuse4bsd/ |
2010-03-25T09:05:51+00:00 | ports-mgmt/pkg_jail |
Manage your own package jail Manage your own packages build on a dedicated build system. The build system does the update of the ports tree, moving old packages out of the way, fetch and rebuild the packages you need. Its ports tree with packages is served to the production systems and desktops. On a system you can update installed ports with the clean build packages from the build system. WWW: https://people.freebsd.org/~dinoex/batch/README.txt |
2010-03-25T06:43:37+00:00 | security/skipfish |
Fully automated, active web application security reconnaissance tool A fully automated, active web application security reconnaissance tool. Key features: * High speed: pure C code, highly optimized HTTP handling, minimal CPU footprint - easily achieving 2000 requests per second with responsive targets. * Ease of use: heuristics to support a variety of quirky web frameworks and mixed-technology sites, with automatic learning capabilities, on-the-fly wordlist creation, and form autocompletion. * Cutting-edge security logic: high quality, low false positive, differential security checks, capable of spotting a range of subtle flaws, including blind injection vectors. WWW: http://code.google.com/p/skipfish |
2010-03-25T05:52:52+00:00 | devel/p5-BSD-devstat |
Perl extension of devstat(3) API Perl extension for devstat(3) API. WWW: https://metacpan.org/release/BSD-devstat |
2010-03-25T04:58:17+00:00 | www/p5-Plack-Middleware-Session |
Perl extension for session management middleware for Plack Middleware for session management WWW: https://metacpan.org/release/Plack-Middleware-Session |
2010-03-24T19:35:33+00:00 | russian/stardict-pc |
English-Russian PC-user dictionary English-Russian PC-user dictionary. WWW: http://download.huzheng.org/ru/ |
2010-03-24T19:35:22+00:00 | russian/stardict-engcom |
English-Russian Dictionary of Computer Terms The Open English-Russian Dictionary of Computer Terms. WWW: http://download.huzheng.org/ru/ |
2010-03-24T19:35:17+00:00 | russian/stardict-computer |
English-Russian Computer dictionary English-Russian Computer dictionary. WWW: http://download.huzheng.org/ru/ |
2010-03-24T11:28:57+00:00 | lang/ocaml-autoconf |
Autoconf module for ocaml This port contains standard, useful autoconf macros for detecting OCaml, findlib, OCaml packages, etc. WWW: http://forge.ocamlcore.org/projects/ocaml-autoconf/ |
2010-03-24T09:33:48+00:00 | audio/ym2wav |
Convert .ym (Yamaha YM2149 soundchip) music files to wav A program for converting Yamaha YM2149 soundchip music files to wav using the ST-Sound library. WWW: http://atariarea.krap.pl/stymulator/ |
2010-03-24T03:28:14+00:00 | astro/gmapcatcher |
Offline map viewer GMapCatcher is an offline maps viewer. It downloads CloudMade, OpenStreetMap or Yahoo Maps tiles automatically, display them using a specific GUI. User can view the maps while offline. WWW: http://code.google.com/p/gmapcatcher/ |
2010-03-24T02:09:28+00:00 | devel/p5-MooseX-NonMoose |
Easy subclassing of non-Moose classes MooseX::NonMoose allows for easily subclassing non-Moose classes with Moose, taking care of the annoying details connected with doing this, such as setting up proper inheritance from Moose::Object and installing (and inlining, at make_immutable time) a constructor that makes sure things like BUILD methods are called. It tries to be as non-intrusive as possible - when this module is used, inheriting from non-Moose classes and inheriting from Moose classes should work identically, aside from the few caveats mentioned below. One of the goals of this module is that including it in a Moose::Exporter-based package used across an entire application should be possible, without interfering with classes that only inherit from Moose modules, or even classes that don't inherit from anything at all. WWW: https://metacpan.org/release/MooseX-NonMoose |
2010-03-22T20:30:37+00:00 | graphics/flam3 |
Algorithmically generated fractal flames images and animations Fractal Flames are algorithmically generated images and animations. The shape of each image is specified by a long string of numbers - a genetic code of sorts. You can create your own flames with the Apophysis interactive designer (for windows), Qosmic (for Linux), or Oxidizer (for Mac OS X), or Apophysis-J (cross- platform in Java). Or you can use the Electric Sheep distributed screen saver to join the collective evolution of animated fractal flames. WWW: http://flam3.com/ |
2010-03-22T19:46:29+00:00 | sysutils/libsunacl |
Wrapper providing SunOS NFSv4 ACL API Libsunacl is a wrapper around FreeBSD NFSv4 ACL API (acl_get_file(3) etc), providing SunOS-compatible acl(3)/facl(3) functions. Its main purpose is to make it easier to port software such as Samba, which already supports SunOS ACL API. |
2010-03-21T13:16:59+00:00 | deskutils/cairo-dock-plugins |
Cairo-Dock-Plugins for Cairo-Dock Cairo-Dock-Plug-ins for Cairo-Dock is a light and eye-candy dock to launch your programs easily. It uses Cairo / OpenGL to render nice graphics (many in correlation with Compiz) with hardware acceleration. It's fully configurable and customizable and can be a taskbar too. You can easily plug applets into it or in a desklet mode. WWW: http://www.glx-dock.org/ |
2010-03-21T12:59:40+00:00 | deskutils/cairo-dock |
Lightweight and eye-candy dock (program launcher) Cairo-Dock is a light and eye-candy dock to launch your programs easily. It uses Cairo / OpenGL to render nice graphics (many in correlation with Compiz) with hardware acceleration. It's fully configurable and customizable and can be a taskbar too. You can easily plug applets into it or in a desklet mode. WWW: http://www.glx-dock.org/ |
2010-03-21T12:56:53+00:00 | textproc/htmlc |
Text file generator Htmlc is an HTML template files expander that produces regular HTML pages from source files that contain text fragments that require some computation to be written. Those fragments can be the output of an arbitrary Unix command, for instance the last modification date of a page, or parts of HTML pages to be included in the page, or pieces of the page that are common to the entire WEB site (a presentation header or a footer section for each page). Providing the automatic inclusion of those text fragments into your HTML source pages, Htmlc offers a server independent way of defining templates to factorize out the repetitive parts of HTML pages. Htmlc also provides a variable expansion facility (using definitions in the template file or in simple environment files using a syntax a la objective Caml). In short, Htmlc ensures the static verification and the static expansion of the Server Side Includes directives of the Web pages in the efficient and friendly way of a command-line compiler. WWW: http://htmlc.inria.fr/eng.htm |
2010-03-21T12:55:26+00:00 | math/ised |
Tool for generating number sequences and arithmetic evaluation ised is a command-line tool for generating number sequences and arithmetic evaluation. Unlike big gui-based software (e.g. Mathematica, Derive, Matlab, Octave,...) it is intended for use in shell scripting, together with gnu core utilities. Its main advantage is that all functions are generalized to operate on one-dimensional arrays. It can be used for loop indexing (much like seq), line-by-line arithmetic processing of files, floating point math for shells that don't support it natively, or interactively, as extended calculator. WWW: http://ised.sourceforge.net/ |
2010-03-21T12:54:28+00:00 | devel/p5-Debug-Client |
Client for the standard Perl debugger The primary use of Debug::Client is to provide debugger functionality for Padre 0.98 and beyond. WWW: https://metacpan.org/release/Debug-Client |
2010-03-20T19:36:43+00:00 | sysutils/gaffitter |
Binary packing utility that uses a genetic algorithm Genetic Algorithm File Fitter, or just GAFFitter, is a command-line software written in C++ that arranges -- via a genetic algorithm -- an input list of items or files/directories into volumes of a certain capacity (target), such as CD or DVD, in a way that the total wastage is minimized. By smartly arranging the input list, GAFFitter fits better the given items and so optimizes (reduces) the number of required volumes to pack them. WWW: http://gaffitter.sourceforge.net/ |
2010-03-20T19:25:22+00:00 | devel/rubygem-getopt |
Command line parsing with Ruby Implements a simple Getopt::Std class for command line parsing, as well as a Getopt::Long class for more advanced command line parsing. WWW: https://github.com/djberg96/getopt |
2010-03-20T18:58:28+00:00 | www/p5-HTTP-Server-Simple-PSGI |
PSGI handler for HTTP::Server::Simple HTTP::Server::Simple::PSGI is a HTTP::Server::Simple based HTTP server that can run PSGI applications. This module only depends on HTTP::Server::Simple, which itself doesn't depend on any non-core modules so it's best to be used as an embedded web server. WWW: https://metacpan.org/release/HTTP-Server-Simple-PSGI |
2010-03-20T18:55:54+00:00 | audio/mcplay |
Curses based front-end to various audio players mcplay is a curses based front-end for various audio players. It is a C language reimplementation of the well-known Python program, `cplay'. Supported players currently include: - mpg123 - ogg123 - sox WWW: http://www.yahuxo.de/mcplay/ |
2010-03-20T18:52:44+00:00 | textproc/p5-Template-Tiny |
Template Toolkit reimplemented in as little code as possible Template::Tiny is a reimplementation of a partial subset of the Template Toolkit in as few lines of code as possible. It is intended for use in light-usage, low-memory, or low-cpu templating situations, where you may need to upgrade to the full feature set in the future, or if you want the familiarity of TT-style templates. It is intended to have fully-compatible template and stash usage, with a limited by similar Perl API. Unlike Template Toolkit, Template::Tiny will process templates without a compile phase (but despite this is still quicker, owing to heavy use of the Perl regular expression engine. WWW: https://metacpan.org/release/Template-Tiny |
2010-03-20T17:05:56+00:00 | devel/gnulib |
GNU portability library Gnulib, the GNU portability library, offers a macro system and C declarations and definitions for commonly-used API elements and abstracted system behaviors. It can be used to improve portability and other functionality in your programs. Gnulib takes a different approach than libiberty. Gnulib components are intended to be shared at the source level, rather than being a library that gets built, installed, and linked against. Thus, there is no distribution tarball; the idea is to copy files from Gnulib into your own source tree. However, there are bimonthly stable snapshots of the Gnulib codebase published at http://erislabs.net/ianb/projects/gnulib/ WWW: http://www.gnu.org/software/gnulib/ |
2010-03-19T23:37:39+00:00 | devel/p5-Goo-Canvas |
Perl interface to the GooCanvas Perl interface to the GooCanvas WWW: https://metacpan.org/release/Goo-Canvas |
2010-03-18T18:35:20+00:00 | www/thundercache |
High-performance and high-efficiency caching proxy system ThunderCache Pro is an enhaced standalone high-performance web caching system. It's main goal is to be able to cache dynamic contents, the content most proxing systems are unable to do caching. This is how ThunderCache becomes high-performance and high-eficiency. ThunderCache is freeware up to 50 concurrent sessions, and needs commercial license to run more than 50 concurrent sessions. It's designed to run on FreeBSD. Advanced features include TProxy support (IP_BINDANY), ToS/DiffService marking. WWW: http://www.bmsoftware.org |
2010-03-18T18:03:13+00:00 | palm/jpilot-picsnvideos |
JPilot plugin to download photos and videos Plugin for JPilot (jpilot.org) to download pictures, photos and videos from Palm smartphones. Supports: Centro, Treo 600, Treo 650, Treo 680, Treo 700p, Treo 755p & xplor m68. WWW: https://sourceforge.net/projects/picsnvideos/ |
2010-03-18T01:02:40+00:00 | irc/tircd |
IRC proxy to Twitter tircd presents Twitter as an irc channel. You can connect to tircd with any IRC client, and tweet as if you were on IRC. The daemon supports authentication via OAuth or standard http and https authentication, and supports direct messages, automatic URL shortening, and Twitter searching. Quickstart: in irssi, "/connect localhost 6667 twitpass twituser" and join #twitter - @gavinatkinson WWW: http://code.google.com/p/tircd/ |
2010-03-17T20:08:56+00:00 | graphics/luxrender |
Physically based and unbiased rendering system LuxRender is a physically based and unbiased rendering engine. Based on state of the art algorithms, LuxRender simulates the flow of light according to physical equations, thus producing realistic images of photographic quality. Some of the main features of LuxRender are: * biased and unbiased rendering: Users can choose between physical accuracy (unbiased) and speed (biased); * full spectral rendering: Instead of the RGB colour spectrum, full spectra are used for internal calculations; * hierarchical procedural and image based texture system: Procedural and image based textures can be mixed in various ways, making it possible to create complex materials; * displacement mapping and subdivision: Based on procedural or image textures, object surfaces can be transformed; * network and co-operative rendering: Rendering time can be reduced by combining the processing power of multiple computers; * perspective (including shift lens), orthographic, and environment cameras; * HDR output: Render output can be saved in various file formats, including .png, .tga, and .exr. Fully functional exporters are available for Blender and Maya, while exporters for a growing number of 3D applications are under development. WWW: http://www.luxrender.net/ |
2010-03-16T07:14:57+00:00 | chinese/wordpress-zh_CN |
State-of-the-art semantic personal publishing platform WordPress is a state-of-the-art semantic personal publishing platform with a focus on aesthetics, web standards, and usability. More simply, Wordpress is what you use when you want to work with your blogging software, not fight it. WWW: https://cn.wordpress.org/ |
2010-03-16T06:56:48+00:00 | databases/p5-Class-DBI-Lite |
Lightweight ORM for Perl Class::DBI::Lite offers a simple way to deal with databases in an object-oriented way. One class (the Model class) defines your connection to the database (eg: connectionstring, username and password) and your other classes define interaction with one table each (your entity classes). The Entity classes subclass the Model class and automatically inherit its connection. WWW: http://search.cpan.org/dist/Class-DBI-Lite/ |
2010-03-15T22:40:58+00:00 | net-im/pidgin-bs |
Pidgin plugin to prevent instant message spam Bot Sentry is a Pidgin (libpurple) plugin to prevent Instant Message (IM) spam. It allows you to ignore IMs unless the sender is in your Buddy List, the sender is in your Allow List, or the sender correctly answers a question you have predefined. WWW: https://sourceforge.net/projects/pidgin-bs/ |
2010-03-15T17:36:44+00:00 | databases/libdrizzle |
Client and protocol library for the Drizzle database This is the client and protocol library for the Drizzle project. The server, drizzled, will use this as for protocol library. Client utilities and any new projects that require low-level protocol communication (like proxies). Other language interfaces (PHP extensions, Python DBI, Perl DBD, SWIG, ...) should be built off of this library. WWW: https://launchpad.net/libdrizzle |
2010-03-15T15:39:04+00:00 | multimedia/flvstreamer |
Open source command-line RTMP client flvstreamer is an open source command-line RTMP client intended to stream audio or video content from all types of flash or rtmp servers. Forked from rtmpdump v1.6 with encrypted rtmp and swf verification support removed. This tool provides free interoperability with the previously undocumented adobe RTMP protocol so widely in use on the internet today. It was developed entirely by reverse engineering methods and without access to any proprietary or restrictive-license protocol specifications. WWW: http://savannah.nongnu.org/projects/flvstreamer/ |
2010-03-15T14:38:59+00:00 | multimedia/rtmpdump |
RTMP streams download utility rtmpdump is a tool to download RTMP streams. All forms of RTMP are supported, including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://. WWW: http://rtmpdump.mplayerhq.hu/ |
2010-03-15T12:05:45+00:00 | net-im/pino |
A simple and fast Twitter and Identi.ca client Pino is a simple and fast Twitter and Identi.ca client using GTK2. It is written in Vala language and compiled to the native binary code. WWW: http://pino-app.appspot.com/ |
2010-03-14T20:22:26+00:00 | devel/libgee |
GObject collection library Libgee is a collection library providing GObject-based interfaces and classes for commonly used data structures. WWW: https://wiki.gnome.org/Projects/Libgee |
2010-03-13T12:08:33+00:00 | multimedia/linux-huludesktop |
Streaming video client for TV and movies on Hulu.com Hulu Desktop is a "lean-back viewing experince", providing streaming TV and movies directly from Hulu to your desktop without the need for a flash enabled web browser. Hulu Desktop provides full access to the Hulu Library. Signup not required except for viewing mature content. Hulu content may not be available outside of the US. WWW: http://www.hulu.com/labs/hulu-desktop |
2010-03-12T14:45:14+00:00 | devel/py-setproctitle |
Python module to customize the process title A setproctitle implementation for Python. The library allows a process to change its title (as displayed by system tools such as ps(1) and top(1). WWW: https://pypi.org/project/setproctitle/ WWW: https://github.com/dvarrazzo/py-setproctitle |
2010-03-12T06:18:55+00:00 | misc/p5-Geo-Coder-Multiple |
Perl module to tie together multiple Geo::Coder modules Geo::Coder::Multiple is a wrapper for multiple Geo::Coder::* modules. Most free geocoding datasource specify a limit to the number of queries which can be sent from an IP or made using an API key in a 24 hour period. This module balances the incoming requests across the available sources to ensure individual limits are exceeded only when the total limit is exceeded. The algorithm for load balancing takes into account the limit imposed by the source per 24 hour period. WWW: https://metacpan.org/release/FRIFFIN/Geo-Coder-Multiple-0.61 |
2010-03-12T06:08:52+00:00 | misc/p5-List-Util-WeightedRoundRobin |
Creates a list based on weighted input List::Util::WeightedRoundRobin is a utility for creating a weighted list based on the input and associated weights. WWW: https://metacpan.org/release/List-Util-WeightedRoundRobin |
2010-03-12T04:50:48+00:00 | www/p5-CGI-Emulate-PSGI |
Perl extension of PSGI adapter for CGI PSGI adapter for CGI. WWW: https://metacpan.org/release/CGI-Emulate-PSGI |
2010-03-11T22:46:39+00:00 | devel/p5-Hash-MultiValue |
Perl extension to store multiple values per key Store multiple values per key. WWW: https://metacpan.org/release/Hash-MultiValue |
2010-03-11T22:46:20+00:00 | graphics/darktable |
Virtual lighttable and darkroom for photographers Darktable is a virtual lighttable and darkroom for photographers: an open source photography workflow application and raw image developer. It manages digital negatives in a database and lets one view them through a zoomable lighttable. It also enables one to develop raw images and enhance them. Darktable tries to fill the gap between many excellent existing free raw converters and image management tools (such as UFRaw or F-Spot). The user interface is built around efficient caching of image metadata and mipmaps, all stored in a database. The user will always be able to interact, even if the full resolution image is not yet loaded. All editing is fully non-destructive and only operates on cached image buffers for display. The full image is only converted during export. The frontend is written in Gtk+/Cairo, the database uses SQLite3, raw image loading is done using libraw and rawspeed, high-dynamic range and standard image formats such as JPEG are also supported. The core operates completely on floating point values, so darktable can not only be used for photography but also for scientifically acquired images or output of renderers (high dynamic range). WWW: http://www.darktable.org/ |
2010-03-11T20:55:45+00:00 | devel/p5-File-CountLines |
Efficiently count the number of line breaks in a file Perlfaq5 answers the question on how to count the number of lines in a file. This module is a convenient wrapper around that method, with additional options. WWW: https://metacpan.org/release/File-CountLines |
2010-03-11T08:56:05+00:00 | multimedia/aegisub |
Cross-platform subtitle editor The Aegisub Project is a community-driven effort to write the BSDL licensed cross-platform subtitle editor Aegisub. Composed completely of volunteers passionate about subtitling, as a project it strives to be open, fair and most of all: free. WWW: http://www.aegisub.org/ |
2010-03-10T22:07:09+00:00 | security/webscarab |
Framework for analysing HTTP and HTTPS web application traffic WebScarab is a framework for analysing applications that communicate using the HTTP and HTTPS protocols. In its most common usage, WebScarab operates as an intercepting proxy, allowing the user to review and modify requests created by the browser before they are sent to the server, and to review and modify responses returned from the server before they are received by the browser. WWW: https://www.owasp.org/index.php/Category:OWASP_WebScarab_Project |
2010-03-10T21:18:44+00:00 | print/utopia |
Adobe Utopia typeface for Groff This port provides the PostScript Type 1 version of Adobe Utopia for use with GNU Troff, as it is configured in a FreeBSD basic install. For details on usage, invoke: man utopia_font. WWW: http://www.mammothcheese.ca/munger.html |
2010-03-10T17:55:09+00:00 | sysutils/pdsh |
Parallel Distributed Shell Pdsh is a high-performance, parallel remote shell utility. It uses a sliding window of threads to execute remote commands, conserving socket resources while allowing some connections to timeout if needed. It was originally written as a replacement for IBM's DSH on clusters at LLNL. WWW: http://code.google.com/p/pdsh/ |
2010-03-09T22:34:45+00:00 | textproc/tdhkit |
Set of programs for working with tabular ASCII data The TDH utilities are a set of programs and filters useful in working with ordinary tabular ascii data from the command line or in shell scripts. They were developed to supplement standard Unix utilities such as sort and uniq. Two of the utilities are designed to work specifically with tab-delimited exports from Excel/spreadsheets. A full-featured date and time package (libchron) is also included. WWW: http://quisp.sourceforge.net/tdhkit |
2010-03-09T22:34:08+00:00 | security/clamav-unofficial-sigs |
Update script for third-party ClamAV databases The clamav-unofficial-sigs script provides the capability to download, test, and update the third-party ClamAV signature databases provided by Sanesecurity, SecuriteInfo, MalwarePatrol, OITC, etc. WWW: https://github.com/extremeshok/clamav-unofficial-sigs |
2010-03-09T22:30:22+00:00 | devel/ioncube |
Loader for ionCube-encoded PHP files The ionCube Loader is a free application that runs the files encoded by the ionCube PHP Encoder, while enhancing the running speed of PHP applications. Benefits: - Enables users to run files encoded by the ionCube PHP Encoder WWW: http://www.ioncube.com/ |
2010-03-09T22:29:17+00:00 | math/prng |
Portable, high-performance ANSI-C pseudorandom number generators PRNG is a collection of portable, high-performance ANSI-C implementations of pseudorandom number generators such as linear congruential, inversive congruential, and explicit inversive congruential random number generators (LCG, ICG and EICG, respectively) created by Otmar Lendl and Josef Leydold. WWW: http://statistik.wu-wien.ac.at/software/prng/index.html |
2010-03-09T22:27:52+00:00 | www/drupal6-path_redirect |
Drupal module to allow redirects drupal6-path_redirect is a Drupal module which allows you to specify a redirect from one path to another path or an external URL, using any HTTP redirect status. WWW: http://drupal.org/project/path_redirect |
2010-03-09T22:26:17+00:00 | mail/mime-construct |
Construct and optionally send MIME messages from command line mime-construct constructs and (by default) mails MIME messages. It is entirely driven from the command line, it is designed to be used by other programs, or people who act like programs. WWW: http://www.argon.org/~roderick/ |
2010-03-09T22:25:31+00:00 | www/drupal6-zeropoint |
The zeropoint drupal theme Zero Point is an advanced theme developed by Dr. Radut to be ideal for a wide range of sites. It contains the same kinds of features you'll find in our other Drupal themes, plus many more. WWW: http://drupal.org/project/zeropoint |
2010-03-09T21:52:06+00:00 | security/dirbuster |
DirBuster allows file and directory brute forcing on web servers DirBuster is a multi threaded java application designed to brute force directories and files names on web/application servers. Often is the case now of what looks like a web server in a state of default installation is actually not, and has pages and applications hidden within. DirBuster attempts to find these. WWW: https://www.owasp.org/index.php/Category:OWASP_DirBuster_Project |
2010-03-09T16:12:40+00:00 | multimedia/oggvideotools |
Toolbox for manipulating Ogg video files The "Ogg Video Tools" is a toolbox for manipulating Ogg video files, which usually consist of a video stream (Theora) and an audio stream (Vorbis). It includes a number of handy command line tools for creating an manipulating these video files, such as for splitting the different streams. WWW: http://www.streamnik.de/oggvideotools.html |
2010-03-09T13:40:33+00:00 | devel/bpython |
Fancy interface to the Python interpreter bpython is a fancy interface to the Python interpreter for Unix-like operating systems. It has the following features: - In-line syntax highlighting. - Readline-like autocomplete with suggestions displayed as you type. - Expected parameter list for any Python function. - "Rewind" function to pop the last line of code from memory and re-evaluate. - Send the code you've entered off to a pastebin. - Save the code you've entered to a file. - Auto-indentation. WWW: https://bpython-interpreter.org/ |
2010-03-09T10:55:47+00:00 | devel/orc |
Library and toolset to operate arrays of data Orc - The Oil Runtime Compiler Orc is a library and set of tools for compiling and executing very simple programs that operate on arrays of data. The "language" is a generic assembly language that represents many of the features available in SIMD architectures, including saturated addition and subtraction, and many arithmetic operations. (OIL stands for Optimized Inner Loops) WWW: https://gstreamer.freedesktop.org/projects/orc.html |
2010-03-09T09:15:33+00:00 | math/p5-Math-Gradient |
Calculating gradients for color transitions and the like Math::Gradient is used to calculate smooth transitions between numerical values (also known as a "Gradient"). I wrote this module mainly to mix colours, but it probably has several other applications. Methods are supported to handle both basic and multiple-point gradients, both with scalars and arrays. WWW: https://metacpan.org/release/Math-Gradient |
2010-03-09T08:34:59+00:00 | devel/py-fudge |
Python module for using fake objects to test real ones Fudge is a Python module for using fake objects (mocks, stubs, etc) to test real ones. This module is designed for two specific situations: * Replace an object o Temporarily return a canned value for a method or allow a method to be called without affect. * Ensure an object is used correctly o Declare expectations about what methods should be called and what arguments should be sent. Fudge was inspired by Mocha which is a simpler version of jMock. But unlike Mocha, Fudge does not automatically hijack real objects; you explicitly patch them in your test setup. And unlike jMock, Fudge is only as strict about expectations as you want it to be. If you just want to expect a method call without worrying about its arguments or the type of the arguments then you can. WWW: http://farmdev.com/projects/fudge/ |
2010-03-08T23:35:51+00:00 | net/p5-Net-LDAP-AutoServer |
Automatically make some default decisions some LDAP server information Automatically figure out some server information automatically. WWW: https://metacpan.org/release/Net-LDAP-AutoServer |
2010-03-08T22:03:20+00:00 | security/burpsuite |
Burp Suite is an integrated platform for testing web applications Burp Suite is an integrated platform for performing security testing of web applications. Its various tools work seamlessly together to support the entire testing process, from initial mapping and analysis of an application's attack surface, through to finding and exploiting security vulnerabilities. WWW: http://www.portswigger.net/burp/ |
2010-03-08T22:02:53+00:00 | devel/p5-Acme-Damn |
Unblessing perl objects Acme::Damn provides a way to unbless objects. WWW: https://metacpan.org/release/Acme-Damn |
2010-03-08T01:56:59+00:00 | devel/p5-Config-AutoConf |
Perl module to implement some of AutoConf macros Config::AutoConf is a module to implement some of AutoConf macros in pure perl. WWW: https://metacpan.org/release/Config-AutoConf |
2010-03-08T00:02:51+00:00 | net/p5-Net-LimeLight-Purge |
LimeLight Purge Service API LimeLight Purge Service API. WWW: https://metacpan.org/release/Net-LimeLight-Purge |
2010-03-07T02:28:31+00:00 | games/critterding |
Evolving Artificial Life Critterding is a "Petri dish" universe in 3D that demonstrates evolving artificial life. Critters start out with completely random brains and bodies, but will automatically start evolving into something with much better survival skills. WWW: http://critterding.sourceforge.net/ |
2010-03-05T19:29:17+00:00 | databases/sqlite-ext-miscfuncs |
Math, string, and aggregate function library for SQLite Provide mathematical, string and aggregate functions for SQL queries using the SQLite loadable extensions mechanism. Math functions: acos, asin, atan, atn2, atan2, acosh, asinh, atanh, difference, degrees, radians, cos, sin, tan, cot, cosh, sinh, tanh, coth, exp, log, log10, power, sign, sqrt, square, ceil, floor, pi String functions: replicate, charindex, leftstr, rightstr, ltrim, rtrim, trim, replace, reverse, proper, padl, padr, padc, strfilter Aggregate functions: stdev, variance, mode, median, lower_quartile, upper_quartile WWW: https://www.sqlite.org/contrib |
2010-03-05T14:07:22+00:00 | devel/p5-autobox-Core |
Core functions exposed as methods in primitive types autobox::CORE defines methods for core operations such as join, print, most everything in perlfunc, some things from Scalar::Util and List::Util, and some Perl 5 versions of methods taken from Perl6. These methods expose as methods the built-in functions for minipulating numbers, strings, arrays, hashes, and code references. It can be handy to use built-in functions as methods to avoid messy dereferencing syntaxes and parentheses pile ups. WWW: https://metacpan.org/release/autobox-Core |
2010-03-05T04:28:22+00:00 | www/py-flexget |
Program to automate downloading from different sources FlexGet is a multipurpose automation tool for content like torrents, nzbs, podcasts, comics, etc. FlexGet is able to handle different kinds of sources like RSS-feeds, html pages and even csv files. There are even some plugins for sites that do not provide any kind of useful feeds. There are numerous plugins that allow utilizing FlexGet in interesting ways and more are being added continuously. FlexGet is extremely useful in conjunction with applications which have watch directory support. For example, it works with the following applications: - BitTorrent: rTorrent, uTorrent, Transmission and Deluge - Usenet: nzbget, sabnzb and hellanzb WWW: https://flexget.com/ |
2010-03-04T17:05:48+00:00 | devel/p5-ExtUtils-CChecker |
Configure-time utilities for using C headers, libraries, OS features Often Perl modules are written to wrap functionality found in existing C headers, libraries, or to use OS-specific features. It is useful in the Build.PL or Makefile.PL file to check for the existance of these requirements before attempting to actually build the module. Objects in this class provide an extension around ExtUtils::CBuilder to simplify the creation of a .c file, compiling, linking and running it, to test if a certain feature is present. It may also be necessary to search for the correct library to link against, or for the right include directories to find header files in. This class also provides assistance here. WWW: https://metacpan.org/release/ExtUtils-CChecker |
2010-03-04T14:20:19+00:00 | databases/pg_rman |
Online backup and restore tool for PostgreSQL pg_rman is an online backup and restore tool for PostgreSQL. The goal of the pg_rman project is providing a method for online backup and PITR as easy as pg_dump. Also, it maintains a backup catalog per database cluster. Users can maintain old backups including archive logs with one command. WWW: https://github.com/ossc-db/pg_rman |
2010-03-04T14:04:57+00:00 | databases/pglesslog |
Reduce size of PostgreSQL archive log files by replacing backup blocks This project aims to reduce the size of archive log files by replacing backup blocks (full page writes) marked as "removable" (introduced in 8.3) with corresponding incremental logs. WWW: http://pglesslog.projects.postgresql.org/ |
2010-03-03T13:14:16+00:00 | sysutils/p5-File-DirCompare |
Perl module to compare two directories using callbacks File::DirCompare is a perl module to compare two directories using a callback, invoked for all files that are 'different' between the two directories, and for any files that exist only in one or other directory ('unique' files). WWW: https://metacpan.org/release/File-DirCompare |
2010-03-03T12:45:47+00:00 | misc/dahdi |
DAHDI userland utilities and libraries DAHDi (Digium/Asterisk Hardware Device Interface) is the open source device interface technology used to control Digium and other telephony interface cards. WWW: http://www.asterisk.org/dahdi/ |
2010-03-03T12:45:47+00:00 | misc/dahdi-kmod |
Digium/Asterisk Hardware Device Interface DAHDi (Digium/Asterisk Hardware Device Interface) is the open source device interface technology used to control Digium and other telephony interface cards. WWW: http://www.asterisk.org/dahdi/ |
2010-03-03T07:51:00+00:00 | devel/gdcm |
Grassroots DICOM library GDCM is an open source DICOM library. It is meant to deal with DICOM files (as specified in part 10 of the DICOM standard). It offers some compatibility with ACR-NEMA 1.0 & 2.0 files (raw files). It is written in C++ and offers wrapping to other target languages such as Python, C#, Java and PHP. WWW: http://gdcm.sourceforge.net/ |
2010-03-03T02:29:54+00:00 | net/openmq-client |
|
2010-03-02T19:21:49+00:00 | net/openmq |
Open Message Queue - Java Message Service Broker ${CLIENT_COMMENT} Open Message Queue is a complete message-oriented middle-ware platform. High quality, enterprise ready messaging. WWW: https://mq.java.net/ |
2010-03-02T05:46:31+00:00 | devel/p5-Proc-WaitStat |
Interpret and act on wait() status values Proc::WaitStat contains functions for interpreting and acting on wait status values. WWW: https://metacpan.org/release/Proc-WaitStat |
2010-03-02T05:35:48+00:00 | www/p5-WWW-Contact |
Contact importer for all the major email systems Perl5 contact importer for use with all the major email systems, such as Yahoo!, Gmail, Hotmail, etc. WWW: https://metacpan.org/release/WWW-Contact |
2010-03-02T04:58:08+00:00 | japanese/font-ipaex |
IPAex Japanese fonts Japanese TrueType fonts distributed by Infomation-technology Promotion Agency (IPA) Japan. IPAex Mincho, the integration of IPA Mincho and IPA P Mincho, and IPAex Gothic, the integration of IPA Gothic and IPA P Gothic are newly developed. This new font series is strictly following Japanese printing font tradition, namely, Japanese characters (Kanji, Kana and punctuation marks) are full width mono-space pitch, and Western characters are proportional pitch. WWW: http://ossipedia.ipa.go.jp/ipafont/index.html |
2010-03-01T09:16:25+00:00 | biology/p5-Bio-Das-Lite |
Perl extension for the DAS (HTTP+XML) Protocol p5-Bio-Das-Lite is an implementation of a client for the DAS protocol (XML over HTTP primarily for biological-data). WWW: https://metacpan.org/release/Bio-Das-Lite |
2010-03-01T02:14:07+00:00 | www/magento |
Feature-rich eCommerce platform Magento is a feature-rich eCommerce platform built on open-source technology that provides online merchants with unprecedented flexibility and control over the look, content and functionality of their eCommerce store. Magento's intuitive administration interface features powerful marketing, search engine optimization and catalog-management tools to give merchants the power to create sites that are tailored to their unique business needs. WWW: http://www.magentocommerce.com/ |
2010-02-28T20:07:12+00:00 | textproc/stardict-oald |
Oxford Advanced Learner's Dictionary Oxford Advanced Learner's Dictionary. WWW: http://abloz.com/huzheng/stardict-dic/dict.org/ |
2010-02-28T20:07:04+00:00 | textproc/stardict-longman |
Longman Dictionary of Contemporary English Longman Dictionary of Contemporary English. WWW: http://abloz.com/huzheng/stardict-dic/dict.org/ |
2010-02-28T20:06:58+00:00 | textproc/stardict-OxfordCollocation |
Oxford English Collocation Dictionary Oxford English Collocation Dictionary. WWW: http://abloz.com/huzheng/stardict-dic/dict.org/ |
2010-02-28T20:06:12+00:00 | textproc/stardict-MerrianWebster |
Merrian Webster 10th dictionary Merrian Webster 10th dictionary. WWW: http://abloz.com/huzheng/stardict-dic/dict.org/ |
2010-02-28T20:06:05+00:00 | textproc/stardict-BritannicaConcise |
The Britannica Concise Encyclopedia The Britannica Concise Encyclopedia. WWW: http://abloz.com/huzheng/stardict-dic/dict.org/ |
2010-02-28T20:03:59+00:00 | russian/stardict-bars |
New Comprehensive English-Russian dictionary New Comprehensive English-Russian dictionary. WWW: http://download.huzheng.org/ru/ |
2010-02-28T20:03:53+00:00 | russian/stardict-dal |
Dal's Explanatory Dictionary V.I. Dal's Explanatory Dictionary of the Live Great Russian language. WWW: http://download.huzheng.org/ru/ |
2010-02-28T20:03:47+00:00 | russian/stardict-mueller7accent |
Mueller English-Russian dictionary with accents The 7th edition of Mueller English-Russian dictionary with accents. WWW: http://download.huzheng.org/ru/ |
2010-02-28T20:03:41+00:00 | russian/stardict-mueller7 |
Mueller English-Russian dictionary The 7th edition of Mueller English-Russian dictionary. WWW: http://download.huzheng.org/ru/ |
2010-02-28T03:25:51+00:00 | net/p5-Crypt-DH-GMP |
Crypt::DH Using GMP Directly Crypt::DH::GMP is a (somewhat) portable replacement to Crypt::DH, implemented mostly in C. Crypt::DH uses Math::BigInt, which is a very feature-full and fast interface to perform high-precision math. WWW: https://metacpan.org/release/Crypt-DH-GMP |
2010-02-26T21:06:16+00:00 | www/trac-scrumburndown |
Plugin to enable Scrum burndown chart capabilities This Trac plugin adds burndown chart capabilities, a common part of Scrum and other agile development methodologies. WWW: http://trac-hacks.org/wiki/ScrumBurndownPlugin |
2010-02-26T19:56:37+00:00 | www/trac-estimator |
Produce detailed range-based estimations for Trac tickets This Trac plugin implements a page for creating time estimates. The estimates will be attached to whatever tickets are specified in the tickets box. WWW: https://trac-hacks.org/wiki/EstimatorPlugin |
2010-02-26T18:15:19+00:00 | www/trac-timingandestimation |
Add estimation and time tracking functionality to Trac This is a plugin that adds (aspires to add) estimation and time tracking to Trac. This basically adds CustomFields and CustomReports and an interface for filling the dynamic variables for the report (requires Javascript). WWW: http://trac-hacks.org/wiki/TimingAndEstimationPlugin |
2010-02-25T13:48:10+00:00 | net/py-iplib |
Convert amongst many different IPv4 notations You can use this Python module to convert amongst many different notations and to manage couples of address/netmask in the CIDR notation. WWW: https://pypi.org/project/iplib/ |
2010-02-25T12:59:32+00:00 | textproc/libupskirt |
Flexible C library for markdown lightweight C library that can parse John Gruber's [markdown] (http://daringfireball.net/projects/markdown/) format and convert it into several formats and can be easily extended. It also provides two usage examples: - lace: markdown to xhtml conversion. - kilt: markdown to manpage conversion. WWW: http://fossil.instinctive.eu/libupskirt/index |
2010-02-25T12:59:32+00:00 | textproc/libsoldout |
Flexible C library for markdown lightweight C library that can parse John Gruber's [markdown] (http://daringfireball.net/projects/markdown/) format and convert it into several formats and can be easily extended. It also provides two usage examples: - mkd2html: markdown to xhtml conversion. - mkd2man: markdown to manpage conversion. WWW: http://fossil.instinctive.eu/libsoldout/index |
2010-02-24T20:58:04+00:00 | www/tokyopromenade |
Content management system Tokyo Promenade is a browser-based content management system with the following features: * simple and logical user interface : aims at conciseness like LaTeX * high accessibility : XHTML 1.0 compliant and considering WCAG 1.0 * hybrid data structure : available as BBS, blog, and Wiki * sufficient functionality : supports user management and file management * high performance : uses an embedded database, Tokyo Cabinet * lightweight : implemented by C99 and without any dependency on other libraries WWW: https://dbmx.net/tokyopromenade/ |
2010-02-24T17:14:58+00:00 | multimedia/linux-tsmuxer |
Utility to create TS and M2TS files for IP broadcasting tsMuxeR a software utility to create TS and M2TS files for IP broadcasting as well as for viewing at hardware video players (i.e., Dune HD Ultra, Sony Playstation3 and others). WWW: http://www.smlabs.net/en/products/tsmuxer/ |
2010-02-24T05:44:03+00:00 | math/matio |
Library for reading and writing Matlab MAT files matio is an ISO C library for reading and writing Matlab MAT files. WWW: https://sourceforge.net/projects/matio/ |
2010-02-24T01:44:34+00:00 | java/jrosetta |
API for building a graphical console in Swing JRosetta provides a common base for graphical component that could be used to build a graphical console in Swing with the latest requirements, such as command history, completion and so on for instance for scripting language or command line. This project can be seen as the evolution of the components developed in JyConsole. For now, JRosetta provides only API and graphical components. A Jython implementation for the scripting engine should be available during the first semester 2009. Functionalities * Generic abstract API for script engine * Completion window. * Command history. * Highly customisable, with external XML descriptor file. (Allow to specify the script engine to use, colors, font, shortcut...) Platform compatibility * JRosetta has been developed in pure Java, but relies on a JVM 1.5. * No specific hardware is needed. For further information, please contact us at the following address: contact at artenum.com WWW: http://dev.artenum.com/projects/JRosetta |
2010-02-23T13:55:00+00:00 | sysutils/munin-common |
Common components between a munin node and server Munin network-wide graphing framework (node) Munin is a tool for graphing all sorts of information about one or more servers and displaying it in a web interface. It uses the excellent RRDTool (written by Tobi Oetiker) and is written in Perl. Munin has a master/node architecture. The master connects to all the nodes at regular intervals, and asks them for data. It then stores the data in RRD-files, and (if needed) updates the graphs. One of the main goals have been ease of creating own "plugins" (graphs). This are the common components to drive both the server and the node components of munin. WWW: http://munin-monitoring.org/ |
2010-02-23T09:49:48+00:00 | java/javahelp |
Online help support for Java applications The JavaHelp system is an online help system that developers can use to add online help to their Java platform applications. The JavaHelp system is both a JCP specification (JSR 97) and a reference implementation of that specification. The JavaHelp system open source project includes the source to the reference implementation. WWW: https://javaee.github.io/javahelp/ |
2010-02-22T20:43:11+00:00 | www/cplanet |
RSS Feed Aggregator that generates static HTML cplanet is a RSS/ATOM feed aggregator written in C that generate static html files. WWW: https://fossil.etoilebsd.net/cplanet/ |
2010-02-22T18:38:12+00:00 | benchmarks/phoronix-test-suite |
Phoronix Benchmarking Suite The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available for the *nix operating system. This software is designed to effectively carry out both qualitative and quantitative benchmarks in a clean, reproducible, and easy-to-use manner. WWW: http://www.phoronix-test-suite.com |
2010-02-22T00:53:10+00:00 | net-p2p/libtorrent-rasterbar-15 |
C++ library implementing a BitTorrent client libtorrent is a C++ library that aims to be a good alternative to all the other bittorrent implementations around. It is a library and not a full featured client. The main goals of libtorrent are: * to be cpu efficient * to be memory efficient * to be very easy to use Note that this is NOT the same library as the libtorrent port! WWW: http://www.rasterbar.com/products/libtorrent/index.html |
2010-02-21T16:05:16+00:00 | japanese/gedy |
GNOME Edy Viewer GNOME Edy Viewer WWW: http://hito.music.coocan.jp/pasori/gedyviewer.html |
2010-02-21T16:03:32+00:00 | japanese/gsuica |
GNOME SUICA Viewer GNOME SUICA Viewer WWW: http://hito.music.coocan.jp/pasori/gsuica.html |
2010-02-21T15:59:57+00:00 | devel/libpafe-ruby |
Ruby binding for libpafe Ruby binding for libpafe WWW: http://homepage3.nifty.com/slokar/pasori/libpafe-ruby.html |
2010-02-21T15:55:49+00:00 | devel/libpafe |
FeliCa read/write library for Sony RC-S320 USB FeliCa R/W(PaSoRi) FeliCa read/write library for Sony RC-S320 USB FeliCa R/W(PaSoRi). This library is independent from the SDK for FeliCa. WWW: http://homepage3.nifty.com/slokar/pasori/libpafe.html |
2010-02-19T18:19:58+00:00 | japanese/font-takao |
Improved IPA Japanese fonts Takao Fonts are a community developed derivatives of IPA Fonts. The main purpose of this project is to secure the possibility to maintain the fonts by the community. WWW: https://launchpad.net/takao-fonts |
2010-02-18T22:22:48+00:00 | net/bwn-firmware-kmod |
Broadcom AirForce IEEE 802.11 Firmware Kernel Module Firmware kernel module for bwn(4) |
2010-02-18T18:33:10+00:00 | graphics/impressive |
Stylish way of giving presentations Impressive is a program that displays PDF presentation slides with style. Smooth alpha-blended slide transitions are provided for the sake of eye candy, but in addition to this, Impressive offers some unique tools that are very useful for presentations. WWW: http://impressive.sourceforge.net/ |
2010-02-17T13:45:48+00:00 | devel/py-deliciousapi |
Unofficial Python API for retrieving data from Delicious.com Unofficial Python API for retrieving data from Delicious.com. This module provides the following features plus some more: * retrieving a URL's full public bookmarking history including * users who bookmarked the URL including tags used for such bookmarks and the creation time of the bookmark (up to YYYY-MM-DD granularity) * top tags (up to a maximum of 10) including tag count * title as stored on Delicious.com * total number of bookmarks/users for this URL at Delicious.com * retrieving a user's full bookmark collection, including any private bookmarks if you know the corresponding password * retrieving a user's full public tagging vocabulary, i.e. tags and tag counts * retrieving a user's network information (network members and network fans) * HTTP proxy support * updated to support Delicious.com "version 2" (mini-relaunch as of August 2008) WWW: https://www.michael-noll.com/projects/delicious-python-api/ |
2010-02-17T07:47:05+00:00 | math/lll_spect |
LLL-spectral test of linear congruential random number generators This software calculates a normalized version of the classical spectral test for linear congruential pseudorandom number generators (LCGs), where the shortest vector is replaced by an approximation obtained with the Lenstra-Lenstra-Lovasz basis reduction algorithm, which can be calculated in polynomial time. The code is able to test in up to 24 dimensions, and includes an example of how to use the test to search for good LCG parameters. |
2010-02-17T03:57:40+00:00 | databases/p5-tokyotyrant |
Perl5 interface to the TokyoTyrant TokyoTyrant-perl is an extenstion to Perl which allows access to TokyoTyrant dataabses. WWW: https://dbmx.net/tokyotyrant/ |
2010-02-16T13:06:12+00:00 | sysutils/gather |
Utility to store and display system statistics gather utility can be used to store system statistics provided by variety of system utils and display it. It is just a wrapper around these utilities to make a work with system statistics more convenient. WWW: https://github.com/trociny/gather |
2010-02-16T09:53:39+00:00 | devel/p5-Test-HexString |
Test binary strings with hex dump diagnostics This testing module provides a single function, is_hexstr(), which asserts that the given string matches what was expected. When the strings match (i.e. compare equal using the eq operator), the behaviour is identical to the usual is() function provided by Test::More. WWW: https://metacpan.org/release/Test-HexString |
2010-02-15T23:43:55+00:00 | devel/p5-Throwable |
Easy-to-use class for error objects Throwable is a role for classes that are meant to be thrown as exceptions to standard program flow. It is very simple and does only two things: saves any previous value for $@ and calls die $self. WWW: https://metacpan.org/release/Throwable |
2010-02-15T00:54:32+00:00 | textproc/p5-Markapl |
Markup as Perl This is a new try to use Devel::Declare to change the Perl5 language. It learns pretty much everything from Template::Declare, and has similar interface. With only one difference: how element attributes are defined. WWW: https://metacpan.org/release/Markapl |
2010-02-14T14:04:04+00:00 | japanese/roundcube |
|
2010-02-13T22:03:39+00:00 | net-im/twitmail |
Curses-based mail-like interface to Twitter twitmail is a curses-based mail-like interface to twitter. It also can be used as a command line app for sending and receiving tweets. In both modes it remembers the last thing you read and only shows you newer posts (ie, it reports nothing when you have no updates to read). It'll collect all the new posts as well (up to a configurable limit), to ensure you haven't missed anything important. WWW: http://www.hardakers.net/code/twitmail/ |
2010-02-13T21:35:07+00:00 | devel/p5-Getopt-GUI-Long |
Wrapper around Getopt::Long This module is a wrapper around Getopt::Long that extends the value of the original Getopt::Long module to: 1) add a simple graphical user interface option screen if no arguments are passed to the program. 2) provide an auto-help mechanism such that -h and --help are handled automatically. It's designed to make the creation of graphical shells trivial without the programmer having to think about it much as well as providing automatic good-looking usage output without the programmer needing to write usage() functions. This also can turn normal command line programs into web CGI scripts as well (automatically). If the Getopt::GUI::Long program is installed as a CGI script then it will automatically prompt the user for the same variables. WWW: https://metacpan.org/release/Getopt-GUI-Long |
2010-02-13T20:20:00+00:00 | devel/py-mongokit |
Python ORM-like layer on top of pymongo MongoKit is a python module that brings structured schema and validation layer on top of the great pymongo driver. It has be written to be simpler and lighter as possible with the KISS and DRY principles in mind. WWW: http://namlook.github.com/mongokit/ |
2010-02-13T19:27:23+00:00 | devel/py-greenlet |
Light-weight microthreads for Python greenlet provides a primitive form of micro-threads in the form of a native extension module to Python. Higher-level primitives such as coroutine scheduling are not part of greenlet itself, but can be built upon it. WWW: https://github.com/python-greenlet/greenlet |
2010-02-13T18:45:55+00:00 | net/toonel |
Tunneling with data compression Toonel.net exploits a tunneling technique combined with data compression. It runs compressed data frames from toonel client to one of the toonel servers and then these are forwarded to the target host. Reducing the size of resources that are transferred between the server and the client makes more efficient use of the user's bandwidth. WWW: http://toonel.net |
2010-02-13T17:35:12+00:00 | games/spacejunk |
Video game about traveling in 2D planetary systems Spacejunk is a computer game about traveling in 2D planetary systems. The player must collect drifting garbage by navigating through the gravitational fields of planets and stars. A rough editor for planetary systems is provided too. WWW: http://spacejunk.sourceforge.net/ |
2010-02-13T14:56:50+00:00 | devel/py-anyjson |
JSON library wrapper for Python Anyjson loads whichever is the fastest JSON module installed and provides a uniform API regardless of which JSON implementation is used. WWW: https://bitbucket.org/runeh/anyjson/wiki/Home |
2010-02-13T12:07:03+00:00 | irc/qwebirc |
Fast, easy to use, free, and open source web IRC client qwebirc is a fast, easy to use, free and open source IRC client designed by and originally just for the QuakeNet IRC network. It incorporates SSL and notifications via favicon/titlebar flashing. WWW: http://qwebirc.org/ |
2010-02-13T11:27:29+00:00 | textproc/xml-commons |
Provides common XML code for Apache projects xml-commons is focussed on common code and guidelines for xml projects. The first focus will be to organize and have common packaging for the various externally-defined standards code relating to XML - things like the DOM, SAX, and JAXP interfaces. As the xml-commons community forms, we also hope to serve as a holding area for other common xml-related utilities and code, and to help promulgate common packaging, testing, documentation, and other guidelines across all xml.apache.org subprojects. WWW: https://xerces.apache.org/xml-commons/ |
2010-02-13T11:26:45+00:00 | graphics/xmlgraphics-commons |
Several reusable components used by Apache Batik and FOP Apache XML Graphics Commons is a library that consists of several reusable components used by Apache Batik and Apache FOP. Many of these components can easily be used separately outside the domains of SVG and XSL-FO. You will find components such as a PDF library, an RTF library, Graphics2D implementations that let you generate PDF & PostScript files, and much more. WWW: https://xmlgraphics.apache.org/commons/ |
2010-02-13T11:25:26+00:00 | math/jeuclid |
Java based MathML rendering solution JEuclid is a complete MathML rendering solution, consisting of: a MathViewer application, command line converters from MathML to other formats, an ant task for autmated conversion, display components for AWT and Swing and a component for Apache Cocoon. WWW: http://jeuclid.sourceforge.net/ |
2010-02-13T11:24:44+00:00 | math/jlatexmath |
Java API to display mathematical formulas written in LaTeX The goal of this Java API is to display mathematical formulas written in LaTeX. The default encoding is UTF-8. The most of LaTeX commands are available and : 1) macros from amsmath and symbols from amssymb and stmaryrd; 2) \includegraphics (without options); 3) the TeX macro \over; 4) accents from amsxtra package; 5) the macros \definecolor, \textcolor, \colorbox and \fcolorbox from the package color; 6) the macros \rotatebox, \reflectbox and \scalebox from the package graphicx; 7) the most of latin unicode characters are available and cyrillic or greek characters are detected for the loading of the different fonts; 8) the commands \newcommand and \newenvironment; 9) the environments array, matrix, pmatrix,..., eqnarray, cases; 10) the fonts are embedded in the jar file to be used by fop 0.95 to generate PDF, PS or EPS (SVG export with shaped fonts works fine too); 11) and probably other things I forgot... WWW: https://wiki.scilab.org/JLaTeXMath |
2010-02-13T11:21:53+00:00 | science/hdf-java |
Java interface to HDF5 The HDF Java Products include a visual tool for browsing and editing HDF files, a Java package providing an object-oriented interface to HDF data objects, and Java Native Interfaces to the standard HDF libraries. WWW: http://www.hdfgroup.org/hdf-java-html/index.html |
2010-02-13T09:57:35+00:00 | x11-toolkits/skinlf |
Allows Java developers to write skinnable applications in Swing Skin Look And Feel allows Java developers to write skinnable application using the Swing toolkit. Skin Look And Feel is able to load themepacks (a bundle of GTK - The Gimp Toolkit - and KDE - The K Desktop Environment - skins) to enhance your application GUI controls such as Buttons, Checks, Radios, Scrollbars, Progress Bar, Lists, Tables, Internal Frames, Colors, Background Textures, Regular Windows. WWW: http://www.l2fprod.com/skinlf/index.html |
2010-02-13T00:16:57+00:00 | multimedia/tsMuxeR |
Utility to create TS and M2TS files tsMuxeR a software utility to create TS and M2TS files for IP broadcasting as well as for viewing at hardware video players (i.e., Dune HD Ultra, Sony Playstation3 and others). WWW: http://www.smlabs.net/tsmuxer_en.html |
2010-02-12T22:17:21+00:00 | cad/salome |
Metaport for cad/salome SALOME is a free software that provides a generic platform for Pre and Post-Processing for numerical simulation. +Supports interoperability between CAD modeling and computation software (CAD-CAE link) +Makes easier the integration of new components on heterogeneous systems for numerical computation +Sets the priority to multi-physics coupling between computation software +Provides a generic user interface, user-friendly and efficient, which helps to reduce the costs and delays of carrying out the studies +Reduces training time to the specific time for learning the software solution which has been based on this platform +All functionalities are accessible through the programmatic integrated Python console This package contains meta-port. WWW: http://www.salome-platform.org |
2010-02-12T22:17:05+00:00 | cad/salome-yacs |
SALOME is a free software that provides a generic platform for Pre and Post-Processing for numerical simulation. +Supports interoperability between CAD modeling and computation software (CAD-CAE link) +Makes easier the integration of new components on heterogeneous systems for numerical computation +Sets the priority to multi-physics coupling between computation software +Provides a generic user interface, user-friendly and efficient, which helps to reduce the costs and delays of carrying out the studies +Reduces training time to the specific time for learning the software solution which has been based on this platform +All functionalities are accessible through the programmatic integrated Python console This package contains YACS module. WWW: http://www.salome-platform.org |
2010-02-12T22:16:48+00:00 | cad/salome-visu |
SALOME is a free software that provides a generic platform for Pre and Post-Processing for numerical simulation. +Supports interoperability between CAD modeling and computation software (CAD-CAE link) +Makes easier the integration of new components on heterogeneous systems for numerical computation +Sets the priority to multi-physics coupling between computation software +Provides a generic user interface, user-friendly and efficient, which helps to reduce the costs and delays of carrying out the studies +Reduces training time to the specific time for learning the software solution which has been based on this platform +All functionalities are accessible through the programmatic integrated Python console This package contains Post-pro (VISU) module. WWW: http://www.salome-platform.org |
2010-02-12T22:16:31+00:00 | cad/salome-smesh |
SALOME is a free software that provides a generic platform for Pre and Post-Processing for numerical simulation. +Supports interoperability between CAD modeling and computation software (CAD-CAE link) +Makes easier the integration of new components on heterogeneous systems for numerical computation +Sets the priority to multi-physics coupling between computation software +Provides a generic user interface, user-friendly and efficient, which helps to reduce the costs and delays of carrying out the studies +Reduces training time to the specific time for learning the software solution which has been based on this platform +All functionalities are accessible through the programmatic integrated Python console This package contains SMESH module. WWW: http://www.salome-platform.org |
2010-02-12T22:16:16+00:00 | cad/salome-sierpinsky |
SALOME is a free software that provides a generic platform for Pre and Post-Processing for numerical simulation. +Supports interoperability between CAD modeling and computation software (CAD-CAE link) +Makes easier the integration of new components on heterogeneous systems for numerical computation +Sets the priority to multi-physics coupling between computation software +Provides a generic user interface, user-friendly and efficient, which helps to reduce the costs and delays of carrying out the studies +Reduces training time to the specific time for learning the software solution which has been based on this platform +All functionalities are accessible through the programmatic integrated Python console This package contains SIERPINSKY module. WWW: http://www.salome-platform.org |
2010-02-12T22:16:00+00:00 | cad/salome-randomizer |
SALOME is a free software that provides a generic platform for Pre and Post-Processing for numerical simulation. +Supports interoperability between CAD modeling and computation software (CAD-CAE link) +Makes easier the integration of new components on heterogeneous systems for numerical computation +Sets the priority to multi-physics coupling between computation software +Provides a generic user interface, user-friendly and efficient, which helps to reduce the costs and delays of carrying out the studies +Reduces training time to the specific time for learning the software solution which has been based on this platform +All functionalities are accessible through the programmatic integrated Python console This package contains RANDOMIZER module. WWW: http://www.salome-platform.org |
2010-02-12T22:15:41+00:00 | cad/salome-multipr |
SALOME is a free software that provides a generic platform for Pre and Post-Processing for numerical simulation. +Supports interoperability between CAD modeling and computation software (CAD-CAE link) +Makes easier the integration of new components on heterogeneous systems for numerical computation +Sets the priority to multi-physics coupling between computation software +Provides a generic user interface, user-friendly and efficient, which helps to reduce the costs and delays of carrying out the studies +Reduces training time to the specific time for learning the software solution which has been based on this platform +All functionalities are accessible through the programmatic integrated Python console This package contains MULTIPR module. WWW: http://www.salome-platform.org |
2010-02-12T22:15:16+00:00 | cad/salome-med |
SALOME is a free software that provides a generic platform for Pre and Post-Processing for numerical simulation. +Supports interoperability between CAD modeling and computation software (CAD-CAE link) +Makes easier the integration of new components on heterogeneous systems for numerical computation +Sets the priority to multi-physics coupling between computation software +Provides a generic user interface, user-friendly and efficient, which helps to reduce the costs and delays of carrying out the studies +Reduces training time to the specific time for learning the software solution which has been based on this platform +All functionalities are accessible through the programmatic integrated Python console This package contains MED module. WWW: http://www.salome-platform.org |
2010-02-12T22:15:00+00:00 | cad/salome-light |
SALOME is a free software that provides a generic platform for Pre and Post-Processing for numerical simulation. +Supports interoperability between CAD modeling and computation software (CAD-CAE link) +Makes easier the integration of new components on heterogeneous systems for numerical computation +Sets the priority to multi-physics coupling between computation software +Provides a generic user interface, user-friendly and efficient, which helps to reduce the costs and delays of carrying out the studies +Reduces training time to the specific time for learning the software solution which has been based on this platform +All functionalities are accessible through the programmatic integrated Python console This package contains LIGHT module. WWW: http://www.salome-platform.org |
2010-02-12T22:14:42+00:00 | cad/salome-kernel |
SALOME is a free software that provides a generic platform for Pre and Post-Processing for numerical simulation. +Supports interoperability between CAD modeling and computation software (CAD-CAE link) +Makes easier the integration of new components on heterogeneous systems for numerical computation +Sets the priority to multi-physics coupling between computation software +Provides a generic user interface, user-friendly and efficient, which helps to reduce the costs and delays of carrying out the studies +Reduces training time to the specific time for learning the software solution which has been based on this platform +All functionalities are accessible through the programmatic integrated Python console This package contains KERNEL module. WWW: http://www.salome-platform.org |
2010-02-12T22:14:27+00:00 | cad/salome-gui |
SALOME is a free software that provides a generic platform for Pre and Post-Processing for numerical simulation. +Supports interoperability between CAD modeling and computation software (CAD-CAE link) +Makes easier the integration of new components on heterogeneous systems for numerical computation +Sets the priority to multi-physics coupling between computation software +Provides a generic user interface, user-friendly and efficient, which helps to reduce the costs and delays of carrying out the studies +Reduces training time to the specific time for learning the software solution which has been based on this platform +All functionalities are accessible through the programmatic integrated Python console This package contains GUI module. WWW: http://www.salome-platform.org |
2010-02-12T22:14:10+00:00 | cad/salome-geom |
SALOME is a free software that provides a generic platform for Pre and Post-Processing for numerical simulation. +Supports interoperability between CAD modeling and computation software (CAD-CAE link) +Makes easier the integration of new components on heterogeneous systems for numerical computation +Sets the priority to multi-physics coupling between computation software +Provides a generic user interface, user-friendly and efficient, which helps to reduce the costs and delays of carrying out the studies +Reduces training time to the specific time for learning the software solution which has been based on this platform +All functionalities are accessible through the programmatic integrated Python console This package contains GEOM module. WWW: http://www.salome-platform.org |
2010-02-12T19:27:38+00:00 | net-mgmt/rackmonkey |
Web-based tool for managing racks of equipment RackMonkey is a web-based tool for managing racks of equipment such as web servers, video encoders, routers and storage devices. Using a simple interface you can keep track of what's where, which OS it runs, when it was purchased, who it belongs and what it's used for. WWW: http://flux.org.uk/projects/rackmonkey/ |
2010-02-12T19:26:43+00:00 | databases/pgsphere |
Spherical data types, functions, and operators for PostgreSQL PgSphere provides spherical data types, functions, operators, and indexing for PostgreSQL. WWW: https://pgsphere.github.io/ |
2010-02-12T19:26:10+00:00 | devel/py-gevent |
Python co-routine networking library based on greenlet gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libevent event loop. Features include: - Fast event loop based on libevent (epoll on Linux, kqueue on FreeBSD). - Lightweight execution units based on greenlet. - API that re-uses concepts from the Python standard library (for example there are Events and Queues). - Cooperative sockets with SSL support. - DNS queries performed through libevent-dns. - Monkey patching utility to get 3rd party modules to become cooperative. - Fast WSGI server based on libevent-http gevent is inspired by eventlet but features more consistent API, simpler implementation and better performance. Read why others use gevent and check out the list of the open source projects based on gevent. WWW: https://www.gevent.org/ |
2010-02-12T19:25:43+00:00 | math/ggobi |
Data visualization system GGobi is an open source visualization program for exploring high-dimensional data. It provides highly dynamic and interactive graphics such as tours, as well as familiar graphics such as the scatterplot, barchart and parallel coordinates plots. Plots are interactive and linked with brushing and identification. WWW: http://www.ggobi.org/ |
2010-02-12T17:21:06+00:00 | converters/fondu |
Series of programs to interconvert between mac fonts A set of programs to interconvert between Mac font formats and PFB, TTF, OTF and BDF files on Unix. WWW: http://fondu.sourceforge.net/ |
2010-02-12T17:20:41+00:00 | databases/mydbf2mysql |
Flexible tool for DBF import into MySQL Flixible tool for inserting data from DBF into MySQL. WWW: http://mydbf2mysql.sourceforge.net/ |
2010-02-12T17:19:08+00:00 | x11-fonts/font-gost |
GOST TrueType fonts Standart GOST font. GOST 2.304-81 Pay attention to copyright issues before any commercial use this fonts. Copyright (c) 1996-2010. ASCON. All Rights Reserved. WWW: http://sd.ascon.ru/ftp/Public/Utils/DWG-DXF/ |
2010-02-12T17:18:08+00:00 | www/p5-Catalyst-Controller-RateLimit |
Protect your site from robots Protect your site from robots WWW: https://metacpan.org/release/Catalyst-Controller-RateLimit |
2010-02-12T15:59:55+00:00 | sysutils/hyperic-sigar |
SIGAR - System Information Gatherer and Reporter Hyperic's System Information Gatherer (SIGAR) is a cross-platform API for collecting software inventory data. SIGAR is core of HQ's auto-discovery functionality, and you can use it to extend auto-discovery behavior. SIGAR includes support for Linux, FreeBSD, Windows, Solaris, AIX, HP-UX and Mac OSX across a variety of versions and architectures. Users of the SIGAR API are given portable access to inventory and monitoring data including: * System memory, swap, cpu, load average, uptime, logins * Per-process memory, cpu, credential info, state, arguments, environment, open files * File system detection and metrics * Network interface detection, configuration information and metrics * TCP and UDP connection tables * Network route tables This information is available in most operating systems, but each OS has its own way(s) providing it. SIGAR provides developers with one API to access this information regardless of the underlying platform. WWW: http://support.hyperic.com/display/SIGAR/Home |
2010-02-12T14:39:14+00:00 | graphics/yed |
Editor for graphs and diagrams yEd is a very powerful graph editor that can be used to quickly and effectively generate drawings and to apply automatic layouts to a range of different diagrams and networks. yEd makes full use of the yFiles library. This is a Java class library enabling the viewing, editing, optimizing, drawing, and animating of a wide range of diagrams, networks, and other graph-like structures. WWW: https://www.yworks.com/products/yed |
2010-02-12T14:00:20+00:00 | www/drupal6-imce |
Drupal 6.x image/file uploader module IMCE is an image/file uploader and browser that supports personal directories and quota. Since its first release, IMCE has been used as a file browser in many popular rich text editors such as FCKEditor, TinyMCE, WYMEditor etc. WWW: http://drupal.org/project/imce |
2010-02-12T03:07:51+00:00 | mail/qwebirc |
Qwebirc is a fast, easy to use, free and open source Web IRC client qwebirc is a fast, easy to use, free and open source IRC client designed by and originally just for the QuakeNet IRC network. It incorporates SSL and notifications via favicon/titlebar flashing. WWW: http://qwebirc.org |
2010-02-11T20:59:20+00:00 | misc/libeatmydata |
Small library designed to transparently disable fsync libeatmydata is a small LD_PRELOAD library designed to (transparently) disable fsync (and friends, like open(O_SYNC)). This has two side-effects: making software that writes data safely to disk a lot quicker and making this software no longer crash safe. DO NOT use libeatmydata on software where you care about what it stores. It's called libEAT-MY-DATA for a reason. |
2010-02-11T16:46:49+00:00 | sysutils/hploscripts |
HP Lights-Out management perl scripts This is a set of sample XML scripts used to manage the configuration of HP Integrated Lights-Out (iLO) management processors and to control servers in which iLO devices are in use. |
2010-02-11T14:15:33+00:00 | mail/milter-callback |
Milter to perform a envelope-from sender verification on target MX milter-callback is a sendmail milter intended to: * perform a envelope-from sender verification on target MX * perform an optional envelope-from sender verification on sending peer * drop e-mails from nonexistent hostsparts, mail domains and nonexistent users * log to database all connections processed (only pgsql is supported at this time) WWW: http://unix.zhegan.in |
2010-02-11T13:26:48+00:00 | textproc/pecl-yaml |
YAML-1.1 parser and emitter pecl-yaml is a YAML-1.1 parser and emitter, it Support for YAML 1.1 (YAML Ain't Markup Language) serialization using the LibYAML library. WWW: https://pecl.php.net/package/yaml |
2010-02-11T11:25:47+00:00 | devel/p5-Test-More-UTF8 |
Enhancing Test::More for UTF-8-based projects Test::More::UTF8 is an enhancement of Test::More for UTF8-based projects. WWW: https://metacpan.org/release/Test-More-UTF8 |
2010-02-11T11:03:29+00:00 | devel/pear-VersionControl_Git |
OO interface to handle Git repository VersionControl_Git is a library that provides OO interface to handle Git repository. You can use Git command via the wrapper class. Some features are provided by high-featured interface. WWW: https://pear.php.net/package/VersionControl_Git |
2010-02-10T16:27:01+00:00 | net/jpcap |
JNI wrapper around libpcap Jpcap is a Java library for capturing and sending network packets. Using Jpcap, you can develop applications to capture packets from a network interface and visualize/analyze them in Java. You can also develop Java applications to send arbitrary packets through a network interface. # Note: the jpcap at SourceForge is a bit outdated. WWW: http://netresearch.ics.uci.edu/kfujii/jpcap/doc/index.html |
2010-02-10T14:43:45+00:00 | www/drupal6-panels |
Drupal 6.x panels module The Panels module allows a site administrator to create customized layouts for multiple uses. At its core it is a drag and drop content manager that let's you visually design a layout and place content within that layout. Integration with other systems allows you to create nodes that use this, landing pages that use this, and even override system pages such as taxonomy and the node page so that you can customize the layout of if your site with very fine grained permissions. WWW: http://drupal.org/project/panels |
2010-02-10T14:43:06+00:00 | www/drupal6-chaos |
Drupal 6.x Chaos tool suite module This suite is primarily a set of APIs and tools to improve the developer experience. It also contains a module called the Page Manager whose is to manage pages. In particular it manages panel pages, but as it grows it will be able to manage far more than just Panels. WWW: http://drupal.org/project/ctools |
2010-02-10T14:42:40+00:00 | www/drupal6-image |
Drupal 6.x image upload module This module allows users with proper permissions to upload images into Drupal Thumbnails and additional sizes are created automatically. Images could be posted individually to the front page, included in stories or grouped in galleries. WWW: http://drupal.org/project/image |
2010-02-10T14:41:55+00:00 | devel/p5-Test-Pod-Coverage-Permissive |
Checks for pod coverage regression Checks for pod coverage regression. WWW: https://metacpan.org/release/Test-Pod-Coverage-Permissive |
2010-02-09T23:23:27+00:00 | audio/deadbeef |
Ultimate music player for Unix-like systems DeaDBeeF (as in 0xDEADBEEF) is an audio player. Main features: - mp3, ogg vorbis, flac, ape, wv, wav, m4a, mpc, cd audio (and many more) - sid, nsf and lots of other popular chiptune formats - ID3v1, ID3v2.2, ID3v2.3, ID3v2.4, APEv2, xing/info tags support - character set detection for non-unicode id3 tags - supports cp1251 and iso8859-1 - unicode tags are fully supported as well (both utf8 and ucs2) - cuesheet (.cue files) support, with charset detection (utf8/cp1251/iso8859-1) - tracker modules like mod, s3m, it, xm, etc - HVSC song length database support for sid - minimize to tray, with scrollwheel volume control - drag and drop, both inside of playlist, and from filemanagers and such - control playback from command line - plugin support; bundled with lots of plugins, such as global hotkeys and last.fm scrobbler; sdk is included - duration calculation is as precise as possible for vbr mp3 files (with and without xing/info tags) - and etc... WWW: http://deadbeef.sourceforge.net/ |
2010-02-08T22:07:01+00:00 | databases/p5-HTML-FormHandler-Model-DBIC |
Model class for FormHandler unsing DBIx::Class This is a separate DBIx::Class model class for HTML::FormHandler WWW: https://metacpan.org/release/HTML-FormHandler-Model-DBIC |
2010-02-08T22:06:21+00:00 | databases/rubygem-dm-types |
DataMapper plugin providing extra data types DataMapper plugin providing extra data types WWW: https://github.com/datamapper/dm-types |
2010-02-08T22:05:59+00:00 | databases/rubygem-dm-aggregates |
DataMapper plugin providing support for aggregates DataMapper plugin providing support for aggregates, functions on collections and datasets WWW: https://github.com/datamapper/dm-aggregates |
2010-02-08T22:05:27+00:00 | databases/rubygem-dm-core |
Object/Relational Mapper for Ruby DataMapper is a Object Relational Mapper written in Ruby. The goal is to create an ORM which is fast, thread-safe and feature-rich. The core portion WWW: https://github.com/datamapper/dm-core |
2010-02-08T22:05:01+00:00 | www/rubygem-ramaze |
Simple and modular web framework Ramaze is a simple and modular web framework WWW: http://ramaze.net |
2010-02-08T22:04:34+00:00 | www/rubygem-innate |
Powerful web-framework wrapper for Rack Simple, straight-forward base for web-frameworks. WWW: https://github.com/manveru/innate |
2010-02-08T19:40:24+00:00 | print/openprinting |
Sun's implementation of the OpenPrinting API (PAPI) This package contains implentations of the Free Standards Group (FSG) Open Printing API (PAPI) (v1.0) and client software that uses it. The implemenations of the API are designed so that they can be used individually to support client application interaction with a particular type of print service or together to interact with a variety of different print service types. WWW: http://openprinting.sourceforge.net/ |
2010-02-08T14:52:39+00:00 | print/bsd_lpr |
BSD lpr suite This is a port of the BSD lpr sources. Like the compat ports, this allows lpr to be installed as a package, at a later date, even if the options were not built with the base FreeBSD system, i.e. when world was built and installed with WITHOUT_LPR defined in /etc/make.conf. It may also be of use to folk who are managing embedded systems. Currently it is used as a testbed for the OpenPrinting API with pfSense, to build a very tight embedded printing appliance. |
2010-02-07T15:20:54+00:00 | comms/uhso-kmod |
Driver for Option HSDPA modem (USB2 version) FreeBSD driver for newer Option HSDPA USB dongles. The driver have been tested with the following devices * Option GlobeSurfer iCON 7.2 (2.4.6Hd firmware) * Option GlobeSurfer iCON 225 * Option iCON 505 Older cards should work just fine with ubsa(4) or any similar USB-over-serial driver. Note that this driver should be considered beta and will work with FreeBSD 8.0 (with USB2) or superior only. Please use comms/hso-kmod for previous versions of FreeBSD. WWW: http://www.shapeshifter.se/code/hso/ |
2010-02-07T08:58:24+00:00 | chinese/stardict-dict-zh_TW |
English-Chinese(T)/Chinese(T)-English dictionaries for StarDict English-Chinese/Chinese-English dictionaries for StarDict. Traditional Chinese (a.k.a. BIG5 code) encoded. WWW: http://stardict.sourceforge.net/ |
2010-02-06T18:45:36+00:00 | sysutils/py-supervisor |
System for controlling process state under UNIX Supervisor is a client/server system that allows its users to monitor and control a number of processes on UNIX-like operating systems. It shares some of the same goals of programs like launchd, daemontools, and runit. Unlike some of these programs, it is not meant to be run as a substitute for init as "process id 1". Instead it is meant to be used to control processes related to a project or a customer, and is meant to start like any other program at boot time. WWW: http://supervisord.org/ |
2010-02-06T13:47:54+00:00 | textproc/gnugrep |
GNU version of popular pattern matching utility The grep command searches one or more input files for lines containing a match to a specified pattern. By default, grep prints the matching lines. WWW: http://www.gnu.org/software/grep/ |
2010-02-05T13:29:17+00:00 | www/p5-Catalyst-View-XML-Simple |
Perl extension for Catalyst XML View Class Catalyst View class for XML::Simple. WWW: http://catalyst.g.hatena.ne.jp/ikasam_a/20071202/1196581882 (Japanese) |
2010-02-05T07:21:10+00:00 | www/p5-Catalyst-View-REST-XML |
Perl extension for Catalyst XML View Class Catalyst View class with XML::Simple. WWW: https://metacpan.org/release/Catalyst-View-REST-XML |
2010-02-05T03:59:25+00:00 | lang/rakudo |
The Rakudo Perl 6 Compiler targets the Parrot Virtual Machine Rakudo is the Perl 6 implementation based on the Parrot VM. http://www.perlfoundation.org/perl6/index.cgi WWW: http://rakudo.org/ |
2010-02-05T01:08:29+00:00 | net/samba34 |
A free SMB and CIFS client and server for UNIX The Samba suite is a set of programs which run under the FreeBSD operating system. These programs deliver most of the important functionality of a Microsoft Lan Manager server. That is, they support remote access to FreeBSD filespace and FreeBSD printers from Lan Manager compatible clients. In practical terms, this means that such clients can connect to and use FreeBSD filespace as if it was a local disk drive, or FreeBSD printers as if they were local printers. Some of the most popular Lan Manager compatible clients include Lan Manager itself, Windows for Workgroups, OS/2 and Windows NT. WWW: http://www.samba.org/ |
2010-02-04T08:25:54+00:00 | dns/linux-f10-libasyncns |
C library for executing DNS queries asynchronously (Linux Fedora 10) libasyncns is a C library for Linux/Unix for executing name service queries asynchronously. It is an asynchronous wrapper around getaddrinfo(3), getnameinfo(3), res_query(3) and res_search(3) from libc and libresolv. In contrast to GNU's asynchronous name resolving API getaddrinfo_a(), libasyncns does not make use of UNIX signals for reporting completion of name queries. Instead, the API exports a standard UNIX file descriptor which may be integerated cleanly into custom main loops. In contrast to asynchronous DNS resolving libraries like libdenise, skadns, adns, libasyncns is just an asynchronous wrapper around the libc's synchronous getaddrinfo() API, which has the advantage of allowing name resolution using techniques like Multicast DNS, LDAP or NIS using standard libc NSS (Name Service Switch) modules. libasyncns is compatible with IPv6 if the underlying libc is. libasyncns is very tiny, consisting of just one header and one source file. It has no dependencies besides libc. WWW: http://0pointer.de/lennart/projects/libasyncns/ |
2010-02-04T04:53:58+00:00 | textproc/rubygem-ezamar |
Lightweight and simple templating engine for Ruby A light-weight and simple templating engine for Ruby. WWW: https://github.com/manveru/ezamar |
2010-02-04T02:49:17+00:00 | mail/squirrelmail-postfixadmin-plugin |
Lets users change password, vacation, and forwarding The Postfixadmin SquirrelMail plugin let users change their virtual alias, vacation status/message and password if you are using the great postfixadmin tool from http://high5.net/postfixadmin. This plugin uses the XmlRpc feature of Postfix Admin v2.3 and later. WWW: http://squirrelmail-postfixadmin.palepurple.co.uk/ |
2010-02-04T00:40:05+00:00 | devel/z80ex |
ZiLOG Z80 CPU emulator library Portable ZiLOG Z80 CPU emulator library. WWW: http://z80ex.sourceforge.net/ |
2010-02-03T21:38:42+00:00 | audio/cueplayer |
CUE player Lightweight media player based on Qt and Gstreamer WWW: http://code.google.com/p/cueplayer/ |
2010-02-03T12:47:33+00:00 | math/gnubc |
GNU bc/dc calculator bc is an arbitrary precision numeric processing language. Syntax is similar to C but differs in many substantial areas. It supports interactive execution of statements. The bc utility is included in the POSIX 1003.1-2008 standard. WWW: https://www.gnu.org/software/bc/ |
2010-02-03T09:10:37+00:00 | games/opensonic |
Game based on the "Sonic the Hedgehog" universe Game based on the "Sonic the Hedgehog" universe. It introduces a different style of gameplay called cooperative play, in which it's possible to control 3 characters simultaneously. Unlike most similar games, Open Sonic provides a greater level of interaction between the player and the levels. It's more than just a jump'n'run; the user must come up with some strategy in order to get through the levels. WWW: http://opensnc.sourceforge.net |
2010-02-03T04:52:10+00:00 | net/p5-OAuth-Lite |
Perl extension for OAuth framework OAuth framework. WWW: http://search.cpan.org/dist/OAuth-Lite/ |
2010-02-03T00:28:57+00:00 | multimedia/quvi |
Command line tool for parsing flash media stream URLs quvi is a command line tool for parsing flash media stream URLs. It supports many websites including YouTube and Dailymotion. Starting from 0.4.0, the quvi distribution has split into libquvi-scripts, libquvi and quvi. WWW: http://quvi.sourceforge.net/ WWW: https://github.com/legatvs/quvi-tool |
2010-02-03T00:27:04+00:00 | graphics/tumbler |
D-Bus service for generating thumbnails Tumbler is a D-Bus service for applications to request thumbnails for various URI schemes and MIME types. It is an implementation of the thumbnail management D-Bus specification described on Tumbler is used in Thunar, Xfce and is currently being prepared for Maemo 6. WWW: http://git.xfce.org/apps/tumbler |
2010-02-02T23:54:09+00:00 | devel/p5-Test-Synopsis |
Test your SYNOPSIS code in CPAN module Test::Synopsis is an (author) test module to find .pm or .pod files under your lib directory and then make sure the example snippet code in your SYNOPSIS section passes the perl compile check. WWW: https://metacpan.org/release/Test-Synopsis |
2010-02-02T19:03:51+00:00 | mail/p5-Net-IMAP-Client |
Not so simple IMAP client library Net::IMAP::Client provides methods to access an IMAP server. It aims to provide a simple and clean API, while employing a rigorous parser for IMAP responses in order to create Perl data structures from them. WWW: https://metacpan.org/release/Net-IMAP-Client |
2010-02-02T16:14:24+00:00 | finance/jgnash |
Free personal finance manager jGnash is a free (no strings attached!) personal finance manager with many of the same features as commercially-available software. It was created in order to make tracking your personal finances easy, but also provides the functionality required by advanced users. WWW: https://sourceforge.net/projects/jgnash/ |
2010-02-02T15:45:00+00:00 | net/rsmb |
Really Small Message Broker, an MQTT supporting server This is a port of IBM's Really Small Message Broker (RSMB). RSMB is a small message broker that implements the MQTT protocol (http://mqtt.org/). This port installs the Linux binary for use with the Linuxulator. WWW: http://www.alphaworks.ibm.com/tech/rsmb |
2010-02-02T03:15:19+00:00 | mail/squirrelmail-abook_import_export-plugin |
Allows for the importing of addressbooks from a CSV (comma separated values) file Allows for the importing of addressbooks from a CSV (comma separated values) file. This will be located at the bottom of the "Addresses" section. WWW: http://www.squirrelmail.org/plugin_view.php?id=29 |
2010-02-01T21:18:04+00:00 | devel/libnfc |
Near Field Communication (NFC) library The libnfc provides a simple yet complete low-level API for handling NFC devices and building NFC applications. WWW: http://www.libnfc.org |
2010-02-01T20:48:50+00:00 | math/p5-GIS-Distance-Fast |
C implementation of GIS::Distance formulas This distribution re-implements some, but not all, of the formulas that come with GIS::Distance in the C programming language. C code is generally much faster than the perl equivilent. WWW: https://metacpan.org/release/GIS-Distance-Fast |
2010-02-01T01:03:27+00:00 | www/p5-Catalyst-TraitFor-Request-BrowserDetect |
Browser detection for Catalyst::Requests Browser detection for Catalyst::Requests |
2010-02-01T00:22:47+00:00 | www/p5-CatalystX-RoleApplicator |
Apply roles to your Catalyst application-related classes Apply roles to your Catalyst application-related classes WWW: https://metacpan.org/release/Catalyst-Plugin-Browser |
2010-02-01T00:21:46+00:00 | devel/p5-MooseX-RelatedClassRoles |
Apply roles to a class related to yours Apply roles to a class related to yours WWW: https://metacpan.org/release/MooseX-RelatedClassRoles |
2010-01-31T22:46:12+00:00 | devel/p5-UDCode |
Does a set of code words form a uniquely decodable code? A code is a set of strings, called the code words. A code is "uniquely decodable" if any string S that is a concatenation of code words is so in exactly one way. The module provides functions that determine whether a given code is uniquely decodable or not. WWW: https://metacpan.org/release/UDCode |
2010-01-31T14:12:03+00:00 | multimedia/qt-faststart |
Convert QuickTime movie files to streamable format This utility rearranges a Quicktime file such that the moov atom is in front of the data, thus facilitating network streaming. This is needed to prepare .mp4 and .3gp files for playing on an Android device. |
2010-01-31T13:43:17+00:00 | security/nmapsi4 |
GUI frontend for the nmap scanning utility NmapSi4 is a complete Qt-based Gui with the design goals to provide a complete nmap interface for Users, in order to management all options of this powerful security net scanner! WWW: http://www.nmapsi4.org |
2010-01-31T13:19:53+00:00 | www/redmine-basecamp |
Basecamp Theme for Redmine The basecamp(R) theme is a Redmine-port of the famous 37signals(R) Basecamp(R) theme. It is derivated from the alternate theme but supports/includes most of recent changes in the default theme. WWW: http://www.redmine.org/wiki/redmine/ThemeBasecamp WWW: https://github.com/theill/redmine-basecamp-theme |
2010-01-31T13:17:15+00:00 | deskutils/znotes |
Simple notes managment application based on Qt Simple lightweight crossplatform application for notes managment based on Qt 4. WWW: http://znotes.sourceforge.net |
2010-01-31T13:07:19+00:00 | devel/p5-Cache-Memcached-Tie |
Use Cache::Memcached::Fast like hash Use Cache::Memcached::Fast like hash. WWW: https://metacpan.org/release/Cache-Memcached-Tie |
2010-01-31T10:28:11+00:00 | math/rpcalc |
Simple RPN calculator rpCalc started out as a little program written to try out various Python GUI toolkits. But I ended up using it all the time (it's much quicker to pull it up than to pull an actual HP calculator out of the desk), and I made several improvements. So I decided to make it available to others who also like RPN calculators. WWW: http://rpcalc.bellz.org/index.html |
2010-01-31T06:59:09+00:00 | comms/p5-SMS-Send-TW-Socket2Air |
SMS::Send driver for Socket2Air SMS::Send::TW::Socket2Air is a SMS::Send driver which allows you to send messages through http://sms.hinet.net/ WWW: https://metacpan.org/release/SMS-Send-TW-Socket2Air |
2010-01-31T01:49:51+00:00 | sysutils/desktop-installer |
Quickly configure a FreeBSD desktop system Desktop-installer is a post-install script to assist in setting up a FreeBSD desktop system using any of the mainstream desktop systems. It automatically installs essential software and configures subsystems such as HAL, CUPS, etc. for typical use. WWW: http://acadix.biz/desktop-installer.php |
2010-01-31T01:34:50+00:00 | x11/xbrightness |
Brightness and gamma correction through the X server This package contains xbrightness, a commandline tool for altering the brightness (and optionally gamma) through the X server. WWW: http://disjunkt.com/xbrightness/ |
2010-01-31T00:47:54+00:00 | mail/isbg |
Scan an IMAP inbox for spam using SpamAssassin IMAP Spam Begone (isbg) is a script that makes it easy to scan an IMAP inbox for spam using SpamAssassin and get your spam moved to another folder. Unlike the normal mode of deployments for SpamAssassin, isbg does not need to be involved in mail delivery, and can run on completely different machines to where your mailbox actually is. WWW: https://github.com/isbg/isbg |
2010-01-31T00:44:04+00:00 | www/extjs |
JavaScript platform for rapid development of cross-browser web apps Ext JS is a cross-browser JavaScript library for building rich internet applications.It includes: * High performance, customizable UI widgets. * Well designed and extensible Component model. * An intuitive, easy to use API. WWW: http://www.extjs.com/products/extjs/ |
2010-01-31T00:43:31+00:00 | www/yourls |
Your Own URL Shortener YOURLS stands for Your Own URL Shortener. It is a small set of PHP scripts that will allow you to run your own URL shortening service (a la TinyURL or bitly). Running your own URL shortener is fun, geeky and useful: you own your data and don't depend on third party services. It's also a great way to add branding to your short URLs, instead of using the same public URL shortener everyone uses. WWW: https://yourls.org/ |
2010-01-30T15:52:15+00:00 | devel/jansson |
C library for encoding, decoding, and manipulating JSON data Jansson is a C library for encoding, decoding and manipulating JSON data. Its main features and design principles are: - Simple and intuitive API and data model - Comprehensive documentation - No dependencies on other libraries - Full Unicode support (UTF-8) - Extensive test suite WWW: http://www.digip.org/jansson/ |
2010-01-30T14:27:27+00:00 | multimedia/py-qt4-multimedia |
Python bindings for the Qt4 toolkit, Multimedia module PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtMultimedia module. WWW: https://riverbankcomputing.com/software/pyqt |
2010-01-30T14:27:27+00:00 | devel/py-qt4 |
Python bindings for the Qt 4 toolkit (meta port) PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the PyQt4 metaport. WWW: https://riverbankcomputing.com/software/pyqt |
2010-01-30T02:36:25+00:00 | devel/p5-InlineX-CPP2XS |
Convert from Inline C++ code to XS InlineX::CPP2XS is a perl module to create an XS file from an Inline C++ file. WWW: https://metacpan.org/release/InlineX-CPP2XS |
2010-01-30T00:15:48+00:00 | games/intensityengine |
Engine that forms the basis of Syntensity, 3D games world The Intensity Engine is the open source project that forms the basis of Syntensity, and consists of a client, server, and master (metadata) server - everything you need to run your own games or even your own virtual world. WWW: http://www.syntensity.com/ |
2010-01-29T17:02:51+00:00 | games/chroma |
Abstract puzzle game Chroma is an abstract puzzle game. A variety of colourful shapes are arranged in a series of increasingly complex patterns, forming fiendish traps that must be disarmed and mysterious puzzles that must be manipulated in order to give up their subtle secrets. Initially so straightforward that anyone can pick it up and begin to play, yet gradually becoming difficult enough to tax even the brightest of minds. It features: * twenty one levels, ranging from beginner to expert * infinite undo and redo capability, as well as replay of solutions * a choice of smooth graphics or a minimal, text based version * a level editor to allow you to design your own puzzles * released under an open source licence, free to play Have you got what it takes to solve Chroma? WWW: http://www.level7.org.uk/chroma/ |
2010-01-28T10:21:43+00:00 | www/p5-WWW-Scripter-Plugin-Ajax |
WWW::Scripter plugin that provides the XMLHttpRequest object WWW::Scripter plugin that provides the XMLHttpRequest object. WWW: https://metacpan.org/release/WWW-Scripter-Plugin-Ajax |
2010-01-28T01:15:25+00:00 | databases/p5-DBIx-Custom |
Customizable DBI Customizable DBI WWW: https://metacpan.org/release/DBIx-Custom |
2010-01-28T01:14:48+00:00 | devel/p5-Object-Simple |
Simple class builder Simple class builder WWW: https://metacpan.org/release/Object-Simple |
2010-01-28T01:14:10+00:00 | devel/p5-Config-INI-MVP |
Multi-value capable .ini file reader (for plugins) The MVP INI file reader reads INI files, but can handle properties with multiple values. The identification of properties that may have multiple entries is done by section, on a plugin basis. following file: WWW: http://search.cpan.org/dist/Config-INI-MVP |
2010-01-28T01:11:25+00:00 | textproc/p5-Pod-Eventual |
Read a POD document as a series of trivial events POD is a pretty simple format to write, but it can be a big pain to deal with reading it and doing anything useful with it. Most existing POD parsers care about semantics, like whether a =item occurred after an =over but before a back, figuring out how to link a L<>, and other things like that. Pod::Eventual is much less ambitious and much more stupid. Fortunately, stupid is often better. (That's what I keep telling myself, anyway.) Pod::Eventual reads line-based input and produces events describing each POD paragraph or directive it finds. Once complete events are immediately passed to the handle_event method. This method should be implemented by Pod::Eventual subclasses. If it isn't, Pod::Eventual's own handle_event will be called, and will raise an exception. WWW: https://metacpan.org/release/Pod-Eventual |
2010-01-28T01:11:01+00:00 | devel/p5-Data-Section |
Read multiple hunks of data out of your DATA section read multiple hunks of data out of your DATA section WWW: https://metacpan.org/release/Data-Section |
2010-01-28T00:32:28+00:00 | games/irrlamb |
3D physics-based puzzle game irrlamb is a 3D game that probably involves a lot of physics and frustrating gameplay WWW: https://github.com/jazztickets/irrlamb |
2010-01-27T22:32:52+00:00 | devel/pecl-uuid |
UUID extension in PHP A wrapper around libuuid from the ext2utils project. WWW: https://pecl.php.net/package/uuid |
2010-01-27T22:30:47+00:00 | emulators/snes9x-gtk |
Super Nintendo Entertainment System (SNES) Emulator Super Nintendo Entertainment System (SNES) Emulator with GTK+2 GUI WWW: https://github.com/snes9xgit/snes9x |
2010-01-27T21:43:41+00:00 | graphics/xfractint-devel |
The Unix port of fractint, devel version Xfractint - The Unix port of fractint, devel version Fractint is an IBM PC program to generate fractals, and was written by the Stone Soup Group. The UNIX port was done by Ken Shirriff and modified by Scott D. Boyd. WWW: http://www.fractint.org |
2010-01-27T17:07:52+00:00 | textproc/uim-el-emacs22 |
Emacs lisp for uim input method library ${MASTERDIR}/pkg-descr |
2010-01-27T17:03:38+00:00 | japanese/migemo-emacs23 |
Japanese incremental search tool for emacs Migemo is a Japanese incremental search tool for Emacs. You can search Japanese words on Emacs without Kanji conversion. To use Migemo, you must set following elisp to your own .emacs file. (load-library "migemo") WWW: http://migemo.namazu.org/ |
2010-01-27T16:33:10+00:00 | mail/wanderlust-emacs22 |
Yet another message interface on Emacsen |
2010-01-27T16:25:21+00:00 | www/emacs-w3m-emacs22 |
Simple front-end to w3m for emacs22 |
2010-01-27T16:01:36+00:00 | www/p5-WWW-Scripter-Plugin-JavaScript |
JavaScript plugin for WWW::Scripter This module is a plugin for WWW::Scripter that provides JavaScript capabilities. WWW: https://metacpan.org/release/WWW-Scripter-Plugin-JavaScript |
2010-01-27T16:00:48+00:00 | www/p5-WWW-Scripter |
Module for scripting web sites that have scripts This is a subclass of WWW::Mechanize that uses the W3C DOM and provides support for scripting. WWW: https://metacpan.org/release/WWW-Scripter |
2010-01-27T15:59:46+00:00 | www/p5-JE |
Pure-Perl ECMAScript (JavaScript) Engine JE is a pure-Perl JavaScript engine. WWW: https://metacpan.org/release/JE |
2010-01-27T15:58:48+00:00 | www/p5-HTML-DOM |
Implementation of the HTML Document Object Model This module implements the HTML Document Object Model by extending the HTML::Tree modules. The HTML::DOM class serves both as an HTML parser and as the document class. WWW: https://metacpan.org/release/HTML-DOM |
2010-01-27T15:55:48+00:00 | editors/semi-emacs22 |
SEMI, Library of MIME feature for GNU Emacs for emacs22 |
2010-01-27T15:53:50+00:00 | editors/flim-emacs22 |
FLIM, message representation or encoding elisp library for emacs22 |
2010-01-27T15:46:39+00:00 | editors/apel-emacs22 |
Portable Emacs Library for emacs22 |
2010-01-27T13:09:16+00:00 | www/xpi-gwt-dev-plugin |
Google Web Toolkit Developer Plugin for Firefox The GWT developer plugin spans the gap between Java bytecode in the debugger and the browser's JavaScript. There's no compiling of code to JavaScript to view it in the browser. You can use the same edit-refresh-view cycle you're used to with JavaScript, while at the same time inspect variables, set breakpoints, and utilize all the other debugger tools available to you with Java. And because GWT's development mode is now in the browser itself, you can use tools like Firebug and Inspector as you code in Java. |
2010-01-27T13:04:35+00:00 | net-mgmt/ramond |
On-link IPv6 router advertisement monitoring and reporting daemon ramond monitors IPv6 networks for router advertisements. When an advert is received, a configurable action occurs. The tool was designed to `clear' (by sending spoofed zero lifetime adverts) rogue-routes sent by users running 6to4 gateways on a campus network. WWW: http://ramond.sourceforge.net Janos Mohacsi <janos.mohacsi@bsd.hu> |
2010-01-27T13:02:17+00:00 | misc/ondir |
Automatically executes scripts as you traverse directories On Dir is a program that automatically executes scripts as you traverse directories at a terminal. In addition to executing scripts in the directory you are entering or leaving, ondir also executes scripts in directories that are traversed on the way to that directory. WWW: http://swapoff.org/ondir.html |
2010-01-27T01:13:10+00:00 | x11/xwinwrap |
XWinWrap replace a desktop background with a movie or screensaver XWinWrap is a small utility written a loooong time ago that allowed you to stick most of the apps to your desktop background. What this meant was you could use an animated screensaver (like glmatrix, electric sheep, etc) or even a movie, and use it as your wallpaper. WWW: http://tech.shantanugoel.com/projects/linux/shantz-xwinwrap |
2010-01-27T01:12:11+00:00 | sysutils/dmg2img |
DMG2IMG convert tool DMG2IMG is a tool which allows converting Apple compressed dmg archives to standard (hfsplus) image disk files. This tool handles zlib and bzip2 compressed dmg images. WWW: http://vu1tur.eu.org/tools/ |
2010-01-27T01:11:13+00:00 | textproc/rubygem-kwalify |
Parser, schema validator, and data binding tool for YAML and JSON Kwalify is a parser, schema validator, and data binding tool for YAML and JSON. YAML and JSON are simple and nice format for structured data and easier for human to read and write than XML. But there have been no schema for YAML such as RelaxNG or DTD. Kwalify gets over this situation. WWW: http://www.kuwata-lab.com/kwalify/ |
2010-01-27T01:06:15+00:00 | textproc/simplehtmldom |
PHP Simple HTML DOM Parser PHP Simple HTML DOM Parser is a HTML DOM parser written in PHP5+, and it let you manipulate HTML in a very easy way! Features: * Supports invalid HTML. * Find tags on an HTML page with selectors just like jQuery. * Extract contents from HTML in a single line. WWW: http://simplehtmldom.sourceforge.net/ |
2010-01-26T17:47:10+00:00 | devel/p5-BZ-Client |
Client for the Bugzilla web services API A client for the Bugzilla web services API. WWW: https://metacpan.org/release/BZ-Client |
2010-01-25T08:58:02+00:00 | devel/qjson |
Library to manage JSON objects with Qt JSON (JavaScript Object Notation) is a lightweight data-interchange format. It can represent integers, real numbers, strings, an ordered sequence of values, and a collection of name/value pairs. QJson is a Qt-based library that maps JSON data to QVariant objects and vice versa. JSON arrays will be mapped to QVariantList instances, while JSON objects will be mapped to QVariantMap. WWW: http://qjson.sourceforge.net/ |
2010-01-25T08:49:07+00:00 | sysutils/pecl-proctitle |
PECL extension that allows changing the current process' name This extension allows changing the current process' name on Linux and *BSD systems. This is useful when using pcntl_fork() to identify running processes in process list WWW: http://www.pecl.php.net/package/proctitle/ |
2010-01-25T00:27:10+00:00 | science/meep |
FDTD simulation software to model electromagnetic systems Meep (or MEEP) is a free finite-difference time-domain (FDTD) simulation software package developed at MIT to model electromagnetic systems, along with our MPB eigenmode package. WWW: http://ab-initio.mit.edu/wiki/index.php/Meep |
2010-01-24T20:46:38+00:00 | security/isolate |
Runs processes in a restricted environment isolate runs processes in a chroot-ed environment, with constrained resource limits, as a random UID, and with limited access to the X server WWW: http://code.google.com/p/isolate/ |
2010-01-24T00:45:04+00:00 | finance/openerp-web |
OpenERP Web Client The Web client of OpenObject offers a high quality and ergonomy client for OpenObject and OpenERP. It is known to work with all major web browsers available today, including Firefox, IE6, IE7, Safari3 and Opera9. WWW: https://launchpad.net/openobject-client-web |
2010-01-23T17:44:55+00:00 | lang/go |
Go programming language Go is an open source programming environment that makes it easy to build simple, reliable, and efficient software. WWW: https://golang.org |
2010-01-23T07:17:30+00:00 | devel/p5-Data-Recursive-Encode |
Perl extension to encode/decode values in a structure Encode/Decode values in a structure. WWW: https://metacpan.org/release/Data-Recursive-Encode |
2010-01-23T01:33:52+00:00 | textproc/p5-Pod-HtmlEasy |
Generate personalized HTML from PODs Pod::HtmlEasy is a perl module to generate HTML data from POD in a easy and personalized mode. By default the HTML generated is similar to the CPAN site style for module documentation. WWW: https://metacpan.org/release/Pod-HtmlEasy |
2010-01-23T01:20:52+00:00 | devel/p5-Exporter-Easy |
Takes the drudgery out of Exporting symbols Exporter::Easy makes using Exporter easy. In it's simplest case it allows you to drop the boilerplate code that comes with using Exporter. WWW: https://metacpan.org/release/Exporter-Easy |
2010-01-22T06:47:02+00:00 | mail/p5-Net-POP3-SSLWrapper |
Perl extension for simple POP3S wrapper for Net::POP3 Net::POP3::SSLWrapper is simple POP3S wrapper for Net::POP3. You can easy to support POP3S, with very small code change. WWW: https://metacpan.org/release/Net-POP3-SSLWrapper |
2010-01-21T23:00:28+00:00 | www/p5-Net-YAP |
Conduit to communicate with the Yahoo! Application Platform Perl module to be used as a conduit to communicate with the Yahoo! Application Platform. WWW: https://metacpan.org/release/Net-YAP |
2010-01-21T21:13:21+00:00 | multimedia/qt4-multimedia |
Qt low-level multimedia API Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html |
2010-01-20T21:48:31+00:00 | devel/cl-cffi |
Portable foreign function interface for Common Lisp CFFI, the Common Foreign Function Interface, purports to be a portable foreign function interface for Common Lisp. The CFFI library is composed of a Lisp-implementation-specific backend in the CFFI-SYS package, and a portable frontend in the CFFI package. The CFFI-SYS backend package defines a low-level interface to the native FFI support in the Lisp implementation. It offers operators for allocating and dereferencing foreign memory, calling foreign functions, and loading shared libraries. The CFFI frontend provides a declarative interface for defining foreign functions, structures, typedefs, enumerated types, etc. It is implemented in portable ANSI CL making use of the low-level operators exported by CFFI-SYS. WWW: http://common-lisp.net/project/cffi/ |
2010-01-20T21:48:31+00:00 | devel/cl-cffi-sbcl |
Portable foreign function interface for Common Lisp CFFI, the Common Foreign Function Interface, purports to be a portable foreign function interface for Common Lisp. The CFFI library is composed of a Lisp-implementation-specific backend in the CFFI-SYS package, and a portable frontend in the CFFI package. The CFFI-SYS backend package defines a low-level interface to the native FFI support in the Lisp implementation. It offers operators for allocating and dereferencing foreign memory, calling foreign functions, and loading shared libraries. The CFFI frontend provides a declarative interface for defining foreign functions, structures, typedefs, enumerated types, etc. It is implemented in portable ANSI CL making use of the low-level operators exported by CFFI-SYS. This package is compiled with SBCL. WWW: http://common-lisp.net/project/cffi/ |
2010-01-20T21:48:31+00:00 | devel/cl-cffi-clisp |
Portable foreign function interface for Common Lisp CFFI, the Common Foreign Function Interface, purports to be a portable foreign function interface for Common Lisp. The CFFI library is composed of a Lisp-implementation-specific backend in the CFFI-SYS package, and a portable frontend in the CFFI package. The CFFI-SYS backend package defines a low-level interface to the native FFI support in the Lisp implementation. It offers operators for allocating and dereferencing foreign memory, calling foreign functions, and loading shared libraries. The CFFI frontend provides a declarative interface for defining foreign functions, structures, typedefs, enumerated types, etc. It is implemented in portable ANSI CL making use of the low-level operators exported by CFFI-SYS. This package is compiled with CLISP. WWW: http://common-lisp.net/project/cffi/ |
2010-01-20T15:01:08+00:00 | converters/cl-babel |
Charset encoding/decoding library written in Common Lisp Babel is a charset encoding/decoding library, not unlike GNU libiconv, but completely written in Common Lisp. WWW: http://www.cliki.net/Babel |
2010-01-20T15:01:08+00:00 | converters/cl-babel-sbcl |
Charset encoding/decoding library written in Common Lisp Babel is a charset encoding/decoding library, not unlike GNU libiconv, but completely written in Common Lisp. This package is compiled with SBCL. WWW: http://www.cliki.net/Babel |
2010-01-20T15:01:08+00:00 | converters/cl-babel-clisp |
Charset encoding/decoding library written in Common Lisp Babel is a charset encoding/decoding library, not unlike GNU libiconv, but completely written in Common Lisp. This package is compiled with CLISP. WWW: http://www.cliki.net/Babel |
2010-01-20T12:46:43+00:00 | devel/cl-infix-clisp |
Lisp macro to read math statements in infix notation This is an implementation of an infix reader macro. It should run in any valid Common Lisp and has been tested in Allegro CL 4.1, Lucid CL 4.0.1, MCL 2.0 and CMU CL. It allows the user to type arithmetic expressions in the traditional way (e.g., 1+2) when writing Lisp programs instead of using the normal Lisp syntax (e.g., (+ 1 2)). It is not intended to be a full replacement for the normal Lisp syntax. This package is compiled with CLISP. Written by Mark Kantrowitz, School of Computer Science, Carnegie Mellon University, March 1993. WWW: http://www.cliki.net/infix |
2010-01-20T12:09:53+00:00 | databases/p5-DBIx-VersionedDDL |
Upgrade and downgrade database schemas to a specified version DBIx::VersionedDDL is a perl module to upgrade and downgrade database schemas to a specified version. WWW: https://metacpan.org/release/DBIx-VersionedDDL |
2010-01-20T05:37:27+00:00 | misc/xyzcmd |
Pure console visual file manager XYZCommander is a pure console visual file manager. Main features: * Tight integration with python run-time system - most of the settings can be changed "on the fly" via management console. * Powerful configuration system - define own actions, aliases, internal commands, key bindings. * Extensible plug-in system - even core functionality implemented mainly using plug-ins, keeping base system small and clean. * Events & hooks subsystem - a flexible way of reacting on certain system events. * Customizable look-n-feel - every widget component look can be changed via skins. * Unicode support WWW: http://code.google.com/p/xyzcmd/ |
2010-01-19T23:24:44+00:00 | audio/liquidsoap |
The audio stream generator of the Savonet project Liquidsoap is the audio stream generator of the Savonet project, notably used for generating the stream of netradios. It has tons of features, it's free and it's open-source! Liquidsoap lets you to describe your streams in a powerful and flexible way. Allowing arbitrarily deep-nested composition of streams, it gives you more power than you need for creating an original netradio. But liquidsoap is still very light and easy to use, in the Unix tradition of simple strong components working together. WWW: http://savonet.sourceforge.net/ |
2010-01-19T14:52:14+00:00 | security/unssh |
Fast way to delete entries from OpenSSH known_hosts file Provide a fast way to delete entries from OpenSSH's known_hosts file. This is a simple automation of the things normally done by the user when having an "offending key" in his/her known_hosts file caused by a changing host key of the destination. WWW: http://unssh.sourceforge.net/ |
2010-01-19T11:03:18+00:00 | devel/cl-asdf-binary-locations |
Selects where your Common Lisp binaries (FASL files) should go ASDF-Binary-Locations is an ASDF-Extension that makes it easy to specify where your Common Lisp binaries (FASL files) should go. WWW: http://common-lisp.net/project/asdf-binary-locations/ |
2010-01-19T09:18:05+00:00 | audio/libbpm |
C-library contains low level beam position monitor signal processing libbpm is a C-library which contains low level beam position monitor (BPM) signal processing routines. It's aim is to form a complete set of routines needed to handle RF Cavity BPM data, from digital downmixing, sampling, calibrating analysing and simulating BPM data. This library has been developed in the context of the BPM work done by the accelerator physics groups at University College London, Royal Holloway University of London and the University of Cambridge (UK) (2006-2008) WWW: http://www.hep.ucl.ac.uk/~bino/libbpm/ |
2010-01-19T05:57:33+00:00 | java/jgraphx |
Java Graph Diagram Component version X JGraphX is a Java Swing diagramming (graph visualisation) library licensed under the BSD license. It provides functionality for visualisation and interaction with node-edge graphs (not charts). It also includes functionality like XML stencils support, various import/export and layouting (automatically node/edge positioning). Note: JGraphX is not actively developed nowadays. WWW: https://github.com/jgraph/jgraphx |
2010-01-19T03:52:31+00:00 | databases/kumofs |
Scalable and highly available distributed key-value store kumofs is a scalable and highly available distributed key-value store. WWW: http://github.com/etolabo/kumofs |
2010-01-19T03:28:26+00:00 | devel/rubygem-msgpack |
Gems for MessagePack MessagePack is a binary-based efficient data interchange format that is focused on high performance. It is like JSON, but very fast and small. WWW: https://msgpack.org/ WWW: https://github.com/msgpack/msgpack-ruby |
2010-01-18T07:47:39+00:00 | devel/msgpack |
Efficient binary serialization, like JSON but smaller and faster MessagePack is an efficient binary serialization format, which lets you exchange data among multiple languages like JSON, except that it's faster and smaller. Small integers are encoded into a single byte and short strings require only one extra byte in addition to the strings themselves. WWW: https://msgpack.org/ |
2010-01-18T07:34:30+00:00 | devel/p5-Data-Model |
Perl extension for model interface which had more data sources unified Model interface which had more data sources unified, a.k.a data/object mapper. WWW: https://metacpan.org/release/Data-Model |
2010-01-17T21:29:39+00:00 | devel/cl-trivial-gray-streams |
Thin compatibility layer for Gray streams trivial-gray-streams is a trivial library which provides an extremely thin compatibility layer for Gray streams. From David N. Gray's STREAM-DEFINITION-BY-USER proposal: "Common Lisp does not provide a standard way for users to define their own streams for use by the standard I/O functions. This impedes the development of window systems for Common Lisp because, while there are standard Common Lisp I/O functions and there are beginning to be standard window systems, there is no portable way to connect them together to make a portable Common Lisp window system. There are also many applications where users might want to define their own filter streams for doing things like printer device control, report formatting, character code translation, or encryption/decryption." WWW: http://www.cliki.net/trivial-gray-streams |
2010-01-17T21:29:39+00:00 | devel/cl-trivial-gray-streams-sbcl |
Thin compatibility layer for Gray streams trivial-gray-streams is a trivial library which provides an extremely thin compatibility layer for Gray streams. From David N. Gray's STREAM-DEFINITION-BY-USER proposal: "Common Lisp does not provide a standard way for users to define their own streams for use by the standard I/O functions. This impedes the development of window systems for Common Lisp because, while there are standard Common Lisp I/O functions and there are beginning to be standard window systems, there is no portable way to connect them together to make a portable Common Lisp window system. There are also many applications where users might want to define their own filter streams for doing things like printer device control, report formatting, character code translation, or encryption/decryption." This package is compiled with SBCL. WWW: http://www.cliki.net/trivial-gray-streams |
2010-01-17T21:29:39+00:00 | devel/cl-trivial-gray-streams-clisp |
Thin compatibility layer for Gray streams trivial-gray-streams is a trivial library which provides an extremely thin compatibility layer for Gray streams. From David N. Gray's STREAM-DEFINITION-BY-USER proposal: "Common Lisp does not provide a standard way for users to define their own streams for use by the standard I/O functions. This impedes the development of window systems for Common Lisp because, while there are standard Common Lisp I/O functions and there are beginning to be standard window systems, there is no portable way to connect them together to make a portable Common Lisp window system. There are also many applications where users might want to define their own filter streams for doing things like printer device control, report formatting, character code translation, or encryption/decryption." This package is compiled with CLISP. WWW: http://www.cliki.net/trivial-gray-streams |
2010-01-17T20:00:33+00:00 | www/ompload |
Upload files to omploader.org Ruby script for upload files on omploader.org WWW: http://omploader.org/ompload |
2010-01-17T15:48:42+00:00 | devel/cl-trivial-features-clisp |
Ensures consistent *FEATURES* in Common Lisp trivial-features ensures consistent *FEATURES* across multiple Common Lisp implementations. For example, on MacOS X platforms, while most Lisps push :DARWIN to *FEATURES*, CLISP and Allegro push :MACOS and :MACOSX instead, respectively. Some Lisps might not push any feature suggesting MacOS X at all. trivial-features will make sure all Lisps will have :DARWIN in the *FEATURES* list when running on MacOS X. This package is compiled with CLISP. WWW: http://www.cliki.net/trivial-features |
2010-01-17T15:48:11+00:00 | devel/cl-trivial-features-sbcl |
Ensures consistent *FEATURES* in Common Lisp trivial-features ensures consistent *FEATURES* across multiple Common Lisp implementations. For example, on MacOS X platforms, while most Lisps push :DARWIN to *FEATURES*, CLISP and Allegro push :MACOS and :MACOSX instead, respectively. Some Lisps might not push any feature suggesting MacOS X at all. trivial-features will make sure all Lisps will have :DARWIN in the *FEATURES* list when running on MacOS X. This package is compiled with SBCL. WWW: http://www.cliki.net/trivial-features |
2010-01-17T15:47:23+00:00 | devel/cl-trivial-features |
Ensures consistent *FEATURES* in Common Lisp trivial-features ensures consistent *FEATURES* across multiple Common Lisp implementations. For example, on MacOS X platforms, while most Lisps push :DARWIN to *FEATURES*, CLISP and Allegro push :MACOS and :MACOSX instead, respectively. Some Lisps might not push any feature suggesting MacOS X at all. trivial-features will make sure all Lisps will have :DARWIN in the *FEATURES* list when running on MacOS X. WWW: http://www.cliki.net/trivial-features |
2010-01-16T20:51:23+00:00 | multimedia/webcamd |
Port of Linux USB webcam and DVB drivers into userspace Webcamd is a daemon that enables use of hundreds of different USB based webcam and DVB USB devices under the FreeBSD operating system. The webcam daemon is basically an application which is a port of Linux USB device drivers into userspace on FreeBSD. The daemon currently depends on libc, pthreads, libusb and the CUSE kernel module. WWW: https://github.com/hselasky/webcamd |
2010-01-16T20:49:04+00:00 | multimedia/pwcview |
The Video4Linux PWC webcam viewer An application that you can use to view the video stream of your webcam, alter various settings of your webcam, take jpeg snapshots or output raw YUV420P data to stdout when motion is detected. WWW: http://raaf.atspace.org/ |
2010-01-16T20:47:32+00:00 | multimedia/video4bsd-kmod |
Video4BSD loopback driver for webcamd video4bsd is a kernel module which provides the /dev/video_daemonX interface for webcamd and the /dev/videoX interface for the application using the video device. The video4bsd kernel module transports all data between these two devices. WWW: http://www.selasky.org/hans_petter/video4bsd/ |
2010-01-16T20:46:33+00:00 | multimedia/libv4l |
Video4Linux library The Video4Linux library is a wrapper library for accessing Video4Linux compliant video devices. It allows for transcoding of capture streams in user space instead of kernel space and creates a standard interface mechanism for video devices. WWW: https://linuxtv.org/wiki/index.php/V4l-utils |
2010-01-16T19:12:31+00:00 | devel/cl-alexandria-sbcl |
Collection of portable public domain utilities for Common Lisp As a project Alexandria's goal is to reduce duplication of effort and improve portability of Common Lisp code according to its own idiosyncratic and rather conservative aesthetic. What this actually means is open to debate, but each project member has a veto on all project activities, so a degree of conservatism is inevitable. This package is compiled with SBCL. WWW: http://common-lisp.net/project/alexandria/ |
2010-01-16T19:12:05+00:00 | devel/cl-alexandria-clisp |
Collection of portable public domain utilities for Common Lisp As a project Alexandria's goal is to reduce duplication of effort and improve portability of Common Lisp code according to its own idiosyncratic and rather conservative aesthetic. What this actually means is open to debate, but each project member has a veto on all project activities, so a degree of conservatism is inevitable. This package is compiled with CLISP. WWW: http://common-lisp.net/project/alexandria/ |
2010-01-16T19:11:38+00:00 | devel/cl-alexandria |
Collection of portable public domain utilities for Common Lisp As a project Alexandria's goal is to reduce duplication of effort and improve portability of Common Lisp code according to its own idiosyncratic and rather conservative aesthetic. What this actually means is open to debate, but each project member has a veto on all project activities, so a degree of conservatism is inevitable. WWW: http://common-lisp.net/project/alexandria/ |
2010-01-16T11:31:56+00:00 | security/cl-md5-clisp |
Native MD5 implementation in Common Lisp A native MD5 implementation in Common Lisp. This package is compiled with CLISP. WWW: http://www.cliki.net/MD5 |
2010-01-16T11:30:03+00:00 | security/cl-md5-sbcl |
Native MD5 implementation in Common Lisp A native MD5 implementation in Common Lisp. This package is compiled with SBCL. WWW: http://www.cliki.net/MD5 |
2010-01-16T11:28:18+00:00 | security/cl-md5 |
Native MD5 implementation in Common Lisp A native MD5 implementation in Common Lisp. WWW: http://www.cliki.net/MD5 |
2010-01-16T09:49:18+00:00 | net-im/telepathy-qt4 |
High-level Qt binding for Telepathy This is a library for Qt-based Telepathy clients. Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. WWW: http://telepathy.freedesktop.org/doc/telepathy-qt |
2010-01-15T07:20:43+00:00 | science/p5-Geo-WebService-Elevation-USGS |
Perl extension for elevation queries against USGS web services Geo::WebService::Elevation::USGS executes elevation queries against the United States Geological Survey's web server. You provide the latitude and longitude in degrees, with south latitude and west longitude being negative. The return is typically a hash containing the data you want. Query errors are exceptions by default, though the object can be configured to signal an error by an undef response, with the error retrievable from the 'error' attribute. WWW: https://metacpan.org/release/Geo-WebService-Elevation-USGS |
2010-01-15T01:13:13+00:00 | games/jvgs |
Minimalistic platform game JVGS is a free, minimalistic platform game that runs on Windows, OS X, Linux and most other obscure systems out there. Some elements are loosely based on xkcd. The Ghosts album by Nine Inch Nails was chosen as soundtrack. WWW: http://jvgs.sourceforge.net/ |
2010-01-14T19:12:18+00:00 | graphics/yukon |
Real-time capture tool for OpenGL applications Yukon is a set of libraries and applications that are designed to capture realtime videos of OpenGL applications (games). The original design idea is based on Anandtech's FrameGetter, but was extended to suit today's high-performance computers. WWW: https://github.com/wereHamster/yukon |
2010-01-14T19:11:45+00:00 | graphics/seom |
Real-time capture library for OpenGL applications Yukon is a set of libraries and applications that are designed to capture realtime videos of OpenGL applications (games). The original design idea is based on Anandtech's FrameGetter, but was extended to suit today's high-performance computers. WWW: https://github.com/wereHamster/yukon |
2010-01-14T16:37:31+00:00 | devel/p5-Test-Module-Used |
Test required module is really used and vice versa Test dependency between module and META.yml. This module reads META.yml and get build_requires and requires. It compares required module is really used and used module is really required. WWW: https://metacpan.org/release/Test-Module-Used |
2010-01-14T14:58:03+00:00 | textproc/yali |
YALI: Yet Another LOLCODE Interpreter This is YALI, its a LOLCODE interpreter, written in perl. WWW: https://1.618034.com/yali-yet-another-lolcode-interpreter/index.php |
2010-01-14T04:27:35+00:00 | mail/sastatd |
SpamAssassin statistic collecting server SpamAssassin statistics collecting server WWW: http://search.cpan.org/dist/sastatd/ |
2010-01-14T04:27:10+00:00 | graphics/tumble |
Creates a PDF file from image files Tumble is a utility to construct PDF files from one or more image files. Supported input image file formats are JPEG, and black and white TIFF (single- or multi-page). Black and white images will be encoded in the PDF output using lossless Group 4 fax compression (ITU-T recommendation T.6). This provides a very good compression ratio for text and line art. JPEG images will be preserved with the original coding. The current version of Tumble will only work on little-endian systems, such as x86, VAX, and Alpha. The byte order dependencies will be fixed in a later release. WWW: http://tumble.brouhaha.com/ |
2010-01-14T04:26:41+00:00 | sysutils/geomWatch |
Watches for and e-mails admins about GEOM/ZFS state changes geomWatch is a program for monitoring the well-being of GEOM providers and ZFS pools. It checks the state of each configured provider and pool at a configured interval, and, if it notices that a component has been lost, or encounters a problem during the check, it will send an e-mail with details of the matter-- such as what components were lost and which remain, or, in the event of a problem, what the problem was--to an arbitrary number of recipients, so that corrective action can be taken (for example, replacing a failed disk). WWW: http://acm.poly.edu/wiki/GEOM_Watch -Boris Kochergin <spawk@acm.poly.edu> |
2010-01-14T04:26:05+00:00 | mail/sa-utils |
SpamAssassin nightly periodic maintenance Routine maintenance script for p5-Mail-SpamAssassin to run as a daily periodic job. * Check for updates to sa rules and download * Optionally use sa-compile to build a compiled set of rules * Optionally restart spamd whenever new rules are downloaded * Manage multiple update channels and GPG keys |
2010-01-14T02:47:37+00:00 | www/py-werkzeug |
Python utilities collection for building WSGI applications A Python utilities collection for building WSGI applications. Werkzeug does not try to be a framework, and instead started as a simple collection of various utilities useful for building WSGI applications. It has since become one of the most advanced collections of its kind. It includes a powerful debugger, fully featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community contributed add-on modules. WWW: https://palletsprojects.com/p/werkzeug/ |
2010-01-13T19:26:59+00:00 | science/qtresistors |
Calculate resistance of resistor by the colors on the resistor qtResistors - calculate resistance of resistor by the colors on the resistor WWW: http://qt-apps.org/content/show.php/qtResistors?content=118297 |
2010-01-13T17:05:36+00:00 | devel/p5-Pid-File-Flock |
PID file operations PID file operations WWW: https://metacpan.org/release/Pid-File-Flock |
2010-01-13T17:04:08+00:00 | devel/p5-Module-Used |
Find modules loaded by Perl code without running it Find modules loaded by Perl code without running it. WWW: https://metacpan.org/release/Module-Used |
2010-01-13T08:10:34+00:00 | emulators/virtualbox-ose-additions |
VirtualBox additions for FreeBSD guests These additions are for installation inside a FreeBSD guest. VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License. WWW: https://www.virtualbox.org/ |
2010-01-13T06:33:07+00:00 | dns/autotrust |
Tool to automatically update DNSSEC trust anchors Autotrust is a command line tool to automatically update your DNSSEC trust anchors. It is intended to run from a cron job and can run next to any validating resolver. It makes use of ldns and libunbound. WWW: http://www.nlnetlabs.nl/projects/autotrust/ |
2010-01-12T23:27:45+00:00 | security/hs-SHA |
Implementations of the SHA suite of message digest functions This library implements the SHA suite of message digest functions, according to NIST FIPS 180-2 (with the SHA-224 addendum), as well as the SHA-based HMAC routines. The functions have been tested against most of the NIST and RFC test vectors for the various functions. While some attention has been paid to performance, these do not presently reach the speed of well-tuned libraries, like OpenSSL. WWW: http://hackage.haskell.org/package/SHA |
2010-01-12T22:24:36+00:00 | devel/hs-unix-compat |
Portable POSIX-compatibility layer This package provides portable implementations of parts of the Unix package. This package re-exports the Unix package when available. When it isn't available, portable implementations are used. WWW: https://github.com/jystic/unix-compat |
2010-01-12T22:22:11+00:00 | textproc/hs-texmath |
Conversion between formats used to represent mathematics The texmath library provides functions to read and write TeX math, presentation MathML, and OMML (Office Math Markup Language, used in Microsoft Office). Support is also included for converting math formats to pandoc's native format (allowing conversion, via pandoc, to a variety of different markup formats). The TeX reader supports basic LaTeX and AMS extensions, and it can parse and apply LaTeX macros. WWW: https://github.com/jgm/texmath |
2010-01-12T22:20:16+00:00 | devel/hs-split |
Combinator library for splitting lists A collection of various methods for splitting lists into parts, akin to the "split" function found in several mainstream languages. Here is its tale: Once upon a time the standard Data.List module held no function for splitting a list into parts according to a delimiter. Many a brave lambda-knight strove to add such a function, but their striving was in vain, for Lo, the Supreme Council fell to bickering amongst themselves what was to be the essential nature of the One True Function which could cleave a list in twain (or thrain, or any required number of parts). And thus came to pass the split package, comprising divers functions for splitting a list asunder, each according to its nature. And the Supreme Council had no longer any grounds for argument, for the favored method of each was contained therein. Combinator library and utility functions for splitting lists. WWW: http://hackage.haskell.org/package/split |
2010-01-12T22:17:55+00:00 | textproc/hs-feed |
Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds in Haskell. WWW: https://github.com/bergmark/feed |
2010-01-12T22:16:04+00:00 | textproc/hs-xml |
Simple XML library for Haskell A simple XML library. WWW: http://code.galois.com/ |
2010-01-12T22:13:31+00:00 | devel/hs-datetime |
Utilities to make Data.Time.* easier to use Provides several utilities for easily converting among the various standard library Date and Time types, and for converting between these and standard external representations. WWW: http://hackage.haskell.org/package/datetime |
2010-01-12T22:11:25+00:00 | textproc/hs-Diff |
O(ND) diff algorithm in Haskell Implementation of the standard diff algorithm, and utilities for pretty printing. WWW: http://hackage.haskell.org/package/Diff |
2010-01-12T22:09:04+00:00 | devel/hs-filemanip |
Expressive file and directory manipulation for Haskell A Haskell library for working with files and directories. Includes code for pattern matching, finding files, modifying file contents, and more. WWW: https://github.com/bos/filemanip |
2010-01-12T22:09:04+00:00 | devel/hs-FileManip |
Expressive file and directory manipulation for Haskell A Haskell library for working with files and directories. Includes code for pattern matching, finding files, modifying file contents, and more. WWW: http://hackage.haskell.org/package/FileManip |
2010-01-12T22:06:50+00:00 | devel/hs-convertible |
Typeclasses and instances for converting between types convertible provides a typeclass with a single function that is designed to help convert between different types: numeric values, dates and times, and the like. The conversions perform bounds checking and return a pure Either value. This means that you need not remember which specific function performs the conversion you desire. Also included in the package are optional instances that provide conversion for various numeric and time types, as well as utilities for writing your own instances. Finally, there is a function that will raise an exception on bounds-checking violation, or return a bare value otherwise, implemented in terms of the safer function described above. Convertible is also used by HDBC 2.0 for handling marshalling of data to and from databases. Convertible is backed by an extensive test suite and passes tests on GHC and Hugs. WWW: http://hackage.haskell.org/package/convertible |
2010-01-12T22:03:14+00:00 | www/hs-scgi |
Haskell library for writing SCGI programs This Haskell library lets you write SCGI programs. This package reuses the cgi package API, making it very easy to port CGI programs to SCGI. WWW: http://github.com/esessoms/scgi |
2010-01-12T22:01:09+00:00 | www/hs-fastcgi |
Haskell library for writing FastCGI programs This Haskell library lets you write FastCGI programs. This package reuses the cgi package API, making it very easy to port CGI programs to FastCGI. The FastCGI C development kit is required to build this library. WWW: http://hackage.haskell.org/package/fastcgi |
2010-01-12T21:58:36+00:00 | devel/hs-utility-ht |
Various small helper functions for Lists, Maybes, Tuples, Functions Various small Haskell helper functions for Lists, Maybes, Tuples, Functions. Some of these functions are improved implementations of standard functions. They have the same name as their standard counterparts. WWW: http://hackage.haskell.org/package/utility-ht |
2010-01-12T21:55:40+00:00 | devel/hs-fgl |
Martin Erwig Functional Graph Library An inductive representation of manipulating graph data structures. WWW: http://hackage.haskell.org/package/fgl |
2010-01-12T21:53:30+00:00 | benchmarks/hs-criterion |
Robust, reliable performance measurement and analysis This library provides a powerful but simple way to measure sofware performance. It provides both a framework for executing and analysing benchmarks and a set of driver functions that makes it easy to build and run benchmarks, and to analyse their results. WWW: http://www.serpentine.com/criterion |
2010-01-12T21:51:03+00:00 | devel/hs-deepseq |
Fully evaluate Haskell data structures This package provides a "deep" version of seq, for fully evluating Haskell data structures. WWW: http://hackage.haskell.org/package/deepseq |
2010-01-12T21:48:58+00:00 | devel/hs-reactive |
Push-pull functional reactive programming Reactive is a simple foundation for programming reactive systems functionally. Like Fran/FRP, it has a notions of (reactive) behaviors and events. Unlike most previous FRP implementations, Reactive has a hybrid demand/data-driven implementation, as described in the paper: "Push-pull functional reactive programming", <http://conal.net/papers/push-pull-frp/>. This version of Reactive has some serious bugs. Import "FRP.Reactive" for FRP client apps. To make a Reactive adapter for an imperative library, import "FRP.Reactive.LegacyAdapters". WWW: http://haskell.org/haskellwiki/reactive |
2010-01-12T21:46:22+00:00 | math/hs-vector-space |
Vector and affine spaces, linear maps, and derivatives vector-space provides classes and generic operations for vector spaces and affine spaces in Haskell. It also defines a type of infinite towers of generalized derivatives. A generalized derivative is a linear transformation rather than one of the common concrete representations (scalars, vectors, matrices, etc). WWW: http://hackage.haskell.org/package/vector-space |
2010-01-12T21:44:15+00:00 | devel/hs-MemoTrie |
Trie-based memo functions Haskell MemoTrie provides a basis for memoized functions over some domains, using tries. It is based on some code got from Spencer Janssen. WWW: http://haskell.org/haskellwiki/MemoTrie |
2010-01-12T21:42:25+00:00 | devel/hs-unamb |
Unambiguous choice unamb contains the "unambiguous choice" operator "unamb", which wraps thread racing up in a purely functional, semantically simple wrapper. Originally a part of Reactive, the author moved unamb to its own Haskell package in order to encourage experimentation. WWW: http://haskell.org/haskellwiki/unamb |
2010-01-12T21:39:42+00:00 | devel/hs-checkers |
Check properties on standard classes and data structures 'Checkers' wraps up the expected properties associated with various standard type classes as QuickCheck properties. Also some morphism properties. It also provides arbitrary instances and generator combinators for common data types. WWW: http://hackage.haskell.org/package/checkers |
2010-01-12T21:37:43+00:00 | devel/hs-arrows |
Haskell arrow classes and transformers Several Haskell classes that extend the Arrow class, and some transformers that implement or lift these classes. WWW: http://www.haskell.org/arrows/ |
2010-01-12T21:35:17+00:00 | devel/hs-MissingH |
Large utility library MissingH is a library of all sorts of utility functions for Haskell programmers. It is written in pure Haskell and thus should be extremely portable and easy to use. WWW: http://software.complete.org/missingh |
2010-01-12T21:33:28+00:00 | devel/hs-hslogger |
Versatile logging framework hslogger is a logging framework for Haskell, roughly similar to Python's logging module. hslogger lets each log message have a priority and source be associated with it. The programmer can then define global handlers that route or filter messages based on the priority and source. hslogger also has a syslog handler built in. WWW: http://software.complete.org/hslogger |
2010-01-12T21:31:25+00:00 | devel/hs-testpack |
Test Utility Pack for HUnit and QuickCheck Haskell Test Utility Pack for HUnit and QuickCheck testpack provides utilities for both HUnit and QuickCheck. These include tools for running QuickCheck properties as HUnit test cases, allowing you to combine both approaches in a single program. It also includes tools for more helpful displays of running progress in both HUnit and QuickCheck, additional generators for other types for QuickCheck, and shortcuts for quickly defining new test cases. WWW: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/testpack |
2010-01-12T21:29:02+00:00 | devel/hs-DeepArrow |
Arrows for "deep application" This library provides a framework for type-directed composition of value editors (non-syntactic transformations). The tools enable "deep function application" in two senses: deep application of functions and application of deep functions. These tools generalize beyond values and functions, via the DeepArrow subclass of the Arrow type class. WWW: http://haskell.org/haskellwiki/DeepArrow |
2010-01-12T21:26:47+00:00 | devel/hs-TypeCompose |
Type composition classes and instances TypeCompose provides some classes and instances for forms of type composition, as well as some modules who have not yet found a home. WWW: https://github.com/conal/TypeCompose |
2010-01-12T21:24:10+00:00 | audio/hs-ALUT |
Binding for the OpenAL Utility Toolkit A Haskell binding for the OpenAL Utility Toolkit, which makes managing of OpenAL contexts, loading sounds in various formats and creating waveforms very easy. WWW: https://github.com/haskell-openal/ALUT |
2010-01-12T21:22:24+00:00 | audio/hs-OpenAL |
Binding to the OpenAL cross-platform 3D audio API A Haskell binding for the OpenAL cross-platform 3D audio API, appropriate for use with gaming applications and many other types of audio applications. WWW: https://github.com/haskell-openal/ALUT |
2010-01-12T05:23:04+00:00 | devel/rubygem-newgem |
Bundle ruby libraries into gems Quickly bundle any Ruby libraries into a RubyGem and share it with the world, your colleagues, or perhaps just with yourself amongst your projects. RubyGems are centrally stored, versioned, and support dependencies between other gems, so they are the ultimate way to bundle libraries, executables, associated tests, examples, and more. Within this gem, you get one thing - newgem - an executable to create your own gems. Your new gems will include designated folders for Ruby code, test files, executables, and even a default website page for you to explain your project, and which instantly uploads to RubyForge website (which looks just like this one by default) WWW: http://newgem.rubyforge.org |
2010-01-12T01:19:59+00:00 | databases/iplike |
C implementation of the OpenNMS iplike stored procedure A C implementation of the stored procedure written in plpgsql that's bundled with OpenNMS, this is the preferred version for use as is offers better performance WWW: http://www.opennms.org/wiki/IPLIKE |
2010-01-11T17:31:25+00:00 | mail/postfix-policyd-spf-python |
Pure Python Postfix policy daemon for SPF checking python-policyd-spf is a Postfix SMTPd policy engine for SPF checking. It is implemented in pure Python and uses the python-spf module. WWW: https://launchpad.net/pypolicyd-spf/ |
2010-01-11T12:53:04+00:00 | mail/enigmail-thunderbird3 |
A GnuPG extension for the Thunderbird mail client |
2010-01-11T12:53:04+00:00 | mail/enigmail-seamonkey2 |
A GnuPG extension for the Seamonkey mail client |
2010-01-11T05:04:14+00:00 | graphics/rawtherapee |
Powerful RAW image processing application RawTherapee is a powerful RAW image processing appliction. It features: High Image Quality - Various demosaicing algorithms: AMaZE, DCB, fast, AHD, EAHD, HPHD & VNG4. - Advanced color handling, including color management. - Enhanced exposure and tonality tools - Multiple denoising methods and several tools to enhance details. Efficiency - Multi-threaded algorithms for high performance - Batch processing: convert all the developed images at once without not loading the processor while you work. - Basic tools immediately at your hands. - Parallel editing of multiple images. - An optional secondary display can be used. Versatility - Wide variety of supported cameras - Advanced control over the algorithms with many fine-tuning parameters. - Command line usage besides the normal graphical interface. - Various layouts: single/multiple/vertical tab, with/without filmstrip. WWW: http://www.rawtherapee.com/ |
2010-01-10T12:02:09+00:00 | games/linux-skulltag |
Doom/Doom2/Heretic engine Skulltag is a port for the original Doom and Doom II by id Software. Skulltag brings classic Doom into the 21st century, maintaining the essence of what has made Doom great for so many years and, at the same time, adding new features to modernize it, creating a fresh, fun new experience. Here's why you should kill your time with Skulltag, versus vanilla Doom: * Excellent online play o Client/server architecture: play and switch between games with ease o Supports up to 32 players o Wide array of gameplay modes + Competitive: Team DM, Duel, CTF, Possession, LMS, Terminator, Skulltag + Cooperative: Survival, Invasion (or both!) + Modifiers, like Instagib and Buckshot, can be used to spice up any game. * Modern and beautiful o Choose between GZDoom's OpenGL renderer, or Doom Software o Useful features like a console, Quake-style key bindings, freelooking, and jumping o Full, enthusiastic support for ZDoom and GZDoom mods o Support for Heretic, Hexen, and Strife, as well as Linux/FreeBSD * Innovative new content o Announcers and skins for online play o Runes, new weapons, and new monsters for modders o 50 new, well designed stock maps for any game mode o Bots, and support for custom bots * So much more! WWW: http://skulltag.net/ |
2010-01-09T23:20:47+00:00 | textproc/glpi-plugins-DataInjection |
This glpi plugin allows data import into GLPI using CSV files glpi-plugins-DataInjection is a glpi plugin. It allows data import into GLPI using CSV files. It allows to create models of injection for a future re-use. It's been created in order to : * Import datas coming from others asset management softwares * Inject electronic delivery forms Datas to be imported using the plugains are : * Inventory datas (except softwares and licenses) * Management datas (contract, contact, supplier) * Configuration datas (user, group, entity) |
2010-01-09T23:20:23+00:00 | textproc/glpi-plugins-AdditionalReports |
This plugin enables additional reports glpi-plugins-AdditionalReports is a glpi plugin. It enables additional reports. Main features : * It also plugin allow you to add new reports in a simply way (one PHP script for the report and one for the translation). * It handle the right for each new report * It provides some new reports (as sample) |
2010-01-09T23:19:47+00:00 | net-mgmt/glpi-plugins-tracker-agent |
Agent get informations of networking devices by SNMP for GLPI glpi-plugin-tracker-agent in a program writen in perl. It receive informations from glpi server and query networking devices to get informations like serial number, name, cartridge and page counter of printers and on switchs, devices connected on each port. After it send them to glpi server. |
2010-01-09T23:19:17+00:00 | net-mgmt/glpi-plugins-tracker-server |
Plugin of glpi to get information of networking devices by SNMP glpi-tracker-server in a plugin for glpi witch make inventory of devices by SNMP and get informations like serial number, name, cartridge and page counter of printers and on switchs, devices connected on each port. |
2010-01-09T12:19:58+00:00 | science/py-DendroPy |
Phylogenetic computing library py-DendroPy is a python library for phylogenetic scripting, simulation, data processing and manipulation. WWW: http://packages.python.org/DendroPy/ |
2010-01-09T12:12:43+00:00 | databases/py-dbf |
Pure python package for reading/writing dbf files py-dbf is a pure python package for reading/writing dBase, FoxPro, and Visual FoxPro .dbf files (including memos). Currently supports dBase III, and FoxPro - Visual FoxPro 6 tables. Text is returned as unicode, and codepage settings in tables are honored. Documentation needs work, but author is very responsive to e-mails. WWW: https://pypi.org/project/dbf/ |
2010-01-08T21:57:12+00:00 | databases/tuning-primer |
MySQL performance tuning primer script This script takes information from "SHOW STATUS LIKE..." and "SHOW VARIABLES LIKE..." then attempts to produce sane recommendations for tuning server variables. It is compatible with all versions of MySQL 3.23 - 5.1. WWW: https://launchpad.net/mysql-tuning-primer |
2010-01-08T14:09:35+00:00 | databases/p5-DBIx-Class-QueryProfiler |
DBIx::Class profiler DBIx::Class::QueryProfiler is a profiler for DBIx::Class. Also it provides more usable output or queries. WWW: https://metacpan.org/release/DBIx-Class-QueryProfiler |
2010-01-08T14:01:01+00:00 | www/p5-HTML-FormFu-Imager |
Imager.pm helpers for HTML::FormFu file uploads Imager.pm helpers for HTML::FormFu file uploads. WWW: https://metacpan.org/release/HTML-FormFu-Imager |
2010-01-08T10:02:36+00:00 | www/uzbl |
Web interface tools which adhere to the unix philosophy Uzbl is a collection of web interface tools that follow the UNIX philosophy - "Write programs that do one thing and do it well. Write programs to work together. Write programs to handle text streams, because that is a universal interface." WWW: http://www.uzbl.org |
2010-01-08T08:24:00+00:00 | accessibility/speech-dispatcher |
Common interface to speech synthesis Speech Dispatcher is a device independent layer for speech synthesis, developed with the goal of making the usage of speech synthesis easier for application programmers. It takes care of most of the tasks necessary to solve in speech enabled applications. What is a very high level GUI library to graphics, Speech Dispatcher is to speech synthesis. WWW: http://devel.freebsoft.org/speechd |
2010-01-08T08:15:38+00:00 | audio/festival-freebsoft-utils |
Festival utilities focused on interaction with Speech Dispatcher festival-freebsoft-utils is a collection of Festival utilities that enhance Festival with some useful features. They provide all what is needed for interaction with Speech Dispatcher. WWW: http://www.freebsoft.org/festival-freebsoft-utils |
2010-01-08T02:11:32+00:00 | converters/p5-Format-Human-Bytes |
Perl module to format a bytecount and make it human readable Ever showed 12345678 bytes to the user instead of just saying 11MB? This module returns you a printable string which is more readable by humans than a simple bytecount. WWW: https://metacpan.org/release/Format-Human-Bytes |
2010-01-08T01:26:58+00:00 | graphics/picpuz |
Jigsaw puzzle program Picpuz is a free Linux "jigsaw puzzle" program. You can take almost any image (jpeg, tiff, png ...) and scramble it into many pieces (tens to hundreds). You can then reassemble the picture using the mouse to move the pieces around. WWW: http://kornelix.squarespace.com/picpuz/ |
2010-01-07T23:55:06+00:00 | devel/php5-pinba |
PHP-extension part of statistics server for PHP Pinba is a statistics server for PHP using MySQL as a read-only interface. It accumulates and processes data sent over UDP by multiple PHP processes and displays statistics in a nice human-readable form of simple "reports", also providing a read-only interface to the raw data to enable generation of more sophisticated reports. With the Pinba extension, users can also measure particular parts of the code using timers with arbitrary tags. Pinba is not a debugging tool in the common sense, since you're not supposed to do debugging on production servers, but its main goal is to help developers to locate bottlenecks in realtime and direct their attention to the code that really needs it. WWW: http://pinba.org/ |
2010-01-07T23:52:46+00:00 | devel/pinba_engine |
Mysql-engine part of statistics server for PHP Pinba is a statistics server for PHP using MySQL as a read-only interface. It accumulates and processes data sent over UDP by multiple PHP processes and displays statistics in a nice human-readable form of simple "reports", also providing a read-only interface to the raw data to enable generation of more sophisticated reports. With the Pinba extension, users can also measure particular parts of the code using timers with arbitrary tags. Pinba is not a debugging tool in the common sense, since you're not supposed to do debugging on production servers, but its main goal is to help developers to locate bottlenecks in realtime and direct their attention to the code that really needs it. WWW: http://pinba.org/ |
2010-01-07T13:51:03+00:00 | devel/e2fsprogs-libss |
Command-line interface parsing library from e2fsprogs This package includes a tool that parses a command table to generate a simple command-line interface parser, the include files needed to compile and use it, and the libraries needed to run programs that use it. It was originally inspired by the Multics SubSystem library. |
2010-01-07T07:44:48+00:00 | devel/p5-Gravatar-URL |
Make URLs for Gravatars from an email address Gravatar::URL is a perl module to make URLs for Gravatars from an email address. WWW: https://metacpan.org/release/Gravatar-URL |
2010-01-07T06:25:07+00:00 | dns/opendnssec |
Tool suite for maintaining DNSSEC OpenDNSSEC was created as an open-source turn-key solution for DNSSEC. It secures zone data just before it is published in an authoritative name server. WWW: http://www.opendnssec.org |
2010-01-07T05:07:21+00:00 | comms/p5-SMS-Send-TW-HiAir |
SMS::Send driver for http://hiair.hinet.net/ SMS::Send::TW::HiAir is a SMS::Send driver which allows you to send messages through http://hiair.hinet.net/ WWW: https://metacpan.org/release/SMS-Send-TW-HiAir |
2010-01-07T05:06:48+00:00 | comms/p5-SMS-Send-TW-chtsns |
SMS::Send driver for SNS service of CHT SMS::Send::TW::chtsns is a SMS::Send driver which allows you to send messages through SNS service of CHT WWW: https://metacpan.org/release/SMS-Send-TW-chtsns |
2010-01-06T22:02:33+00:00 | textproc/p5-CSS-Croco |
Quick CSS parser Quick CSS parser WWW: https://metacpan.org/release/CSS-Croco |
2010-01-06T21:45:08+00:00 | net/udpxy |
UDP-to-HTTP multicast traffic relay daemon udpxy is a UDP-to-HTTP multicast traffic relay daemon: it forwards UDP traffic from a given multicast subscription to the requesting HTTP client. WWW: http://udpxy.sourceforge.net/ |
2010-01-06T11:46:45+00:00 | audio/linux-fmodapi |
Music & Sound effects system The FMOD Ex Programmer's API and Designer are a world-leading library and toolkit for the creation and playback of interactive audio. FMOD products are widely used in the games industry and have gained a strong reputation for its ease of use, powerful software-mixed architecture and comprehensive cross-platform support. FMOD supports more hardware platforms than any other audio system - including the latest 'next gen' consoles. Consider the cost savings of not having to change code across any platform - Save months of development time. FMOD is actively developed, with regular releases of new features. Many new requested features have been provided to customers in a very short turnaround - if you want a new feature, just ask! WWW: http://www.fmod.org/ |
2010-01-05T21:36:34+00:00 | devel/bsdcflow |
Call graph generator for C and assembler code cflow reads files as C or assembler program source and prints a graph of the function call hierarchy. Called functions are indented according to their caller-callee relationship, in the order of occurrence. WWW: https://bitbucket.org/marcusva/cflow |
2010-01-05T20:02:37+00:00 | sysutils/pmt |
Small collection of filters which can be added to UNIX pipes The Pipe Magic Tools (PMT) are a small collection of filters which can be added to UNIX pipes. The filters include: speed Measures the speed of the data flowing through the pipe throttle Controls the speed of the data flowing through the pipe rot13 The famous rot13 algorithm rot47 The not-so-famous rot47 algorithm tolower Converts all alphabetic characters to lower case toupper Converts all alphabetic characters to upper case WWW: http://hansmi.ch/software/pipe-magic-tools |
2010-01-05T19:42:32+00:00 | x11-toolkits/hs-GLURaw |
Raw binding for the OpenGL graphics system GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is basically a 1:1 mapping of GLU's C API, intended as a basis for a nicer interface. OpenGL is the industry's most widely used and supported 2D and 3D graphics application programming interface (API), incorporating a broad set of rendering, texture mapping, special effects, and other powerful visualization functions. WWW: http://www.haskell.org/haskellwiki/Opengl |
2010-01-05T19:42:32+00:00 | x11-toolkits/hs-GLURaw-ghc |
A raw Haskell binding for the OpenGL Utility Toolkit GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is basically a 1:1 mapping of GLU's C API, intended as a basis for a nicer interface. WWW: http://www.haskell.org/HOpenGL/ |
2010-01-05T19:38:32+00:00 | x11-toolkits/hs-OpenGLRaw |
Raw binding for the OpenGL graphics system OpenGLRaw is a raw Haskell binding for the OpenGL 3.2 graphics system and lots of OpenGL extensions. It is basically a 1:1 mapping of OpenGL's C API, intended as a basis for a nicer interface. OpenGLRaw offers access to all necessary functions, tokens and types plus a general facility for loading extension entries. The module hierarchy closely mirrors the naming structure of the OpenGL extensions, making it easy to find the right module to import. All API entries are loaded dynamically, so no special C header files are needed for building this package. If an API entry is not found at runtime, a userError is thrown. OpenGL is the industry's most widely used and supported 2D and 3D graphics application programming interface (API), incorporating a broad set of rendering, texture mapping, special effects, and other powerful visualization functions. WWW: http://www.haskell.org/haskellwiki/Opengl |
2010-01-05T19:38:32+00:00 | x11-toolkits/hs-OpenGLRaw-ghc |
A raw Haskell binding for the OpenGL graphics system OpenGLRaw is a raw Haskell binding for the OpenGL 3.2 graphics system and lots of OpenGL extensions. It is basically a 1:1 mapping of OpenGL's C API, intended as a basis for a nicer interface. OpenGLRaw offers access to all necessary functions, tokens and types plus a general facility for loading extension entries. The module hierarchy closely mirrors the naming structure of the OpenGL extensions, making it easy to find the right module to import. All API entries are loaded dynamically, so no special C header files are needed for building this package. If an API entry is not found at runtime, a userError is thrown. WWW: http://www.haskell.org/HOpenGL/ |
2010-01-05T06:56:06+00:00 | devel/p5-App-CLI-Extension |
Extension for App::CLI extension module App::CLI::Extension is extension for App::CLI extension module. WWW: https://metacpan.org/release/App-CLI-Extension |
2010-01-05T05:08:29+00:00 | japanese/ibus-skk |
Japanese SKK input engine for IBus ibus-skk -- a Japanese SKK input engine for IBus ibus-skk is an implementation of the SKK (Simple Kana-Kanji) input method on the IBus input method framework. To learn about SKK, see: http://openlab.jp/skk/ https://secure.wikimedia.org/wikipedia/ja/wiki/SKK WWW: https://github.com/ueno/ibus-skk |
2010-01-04T22:56:48+00:00 | www/p5-Net-FreshBooks-API |
Easy OO access to the FreshBooks.com API http://www.freshbooks.com is a website that lets you create, send and manage invoices. This module is an OO abstraction of their API that lets you work with Clients, Invoices etc as if they were standard Perl objects. WWW: https://metacpan.org/release/Net-FreshBooks-API |
2010-01-04T22:54:13+00:00 | devel/p5-Class-Accessor-Children |
Automated child-class/accessor generation This module automagically generates child classes which have accessor/mutator methods. WWW: https://metacpan.org/release/Class-Accessor-Children |
2010-01-04T17:32:01+00:00 | www/surf |
Simple Web browser based on WebKit2/GTK+ surf is a simple web browser based on WebKit2/GTK+. It is able to display websites and follow links. It supports the XEmbed protocol which makes it possible to embed it in another application. Furthermore, one can point surf to another URI by setting its XProperties. WWW: http://surf.suckless.org |
2010-01-04T15:06:59+00:00 | www/mythweb |
A frontend for scheduling and managing recordings on your MythTV Box MythWeb provides a frontend for scheduling and managing recordings on your MythBox from a web browser located on another machine. Provided the security is set up correctly on your MythBox you can access your machine from anywhere on the internet, or even your mobile phone as long as you have a compatible browser. WWW: http://www.mythtv.org/wiki/MythWeb |
2010-01-04T15:06:59+00:00 | www/mythplugin-mythweb |
Frontend for scheduling and managing recordings on your MythTV Box MythWeb provides a frontend for scheduling and managing recordings on your MythBox from a web browser located on another machine. Provided the security is set up correctly on your MythBox you can access your machine from anywhere on the internet, or even your mobile phone as long as you have a compatible browser. WWW: http://www.mythtv.org/wiki/MythWeb |
2010-01-04T10:15:24+00:00 | databases/p5-DBD-mysql55 |
MySQL 5.5 driver for the Perl5 Database Interface (DBI) |
2010-01-04T10:07:01+00:00 | math/hs-statistics |
Library of statistical types, data, and functions This library provides a number of common functions and types useful in statistics. We focus on high performance, numerical robustness, and use of good algorithms. Where possible, we provide references to the statistical literature. The library's facilities can be divided into four broad categories: * Working with widely used discrete and continuous probability distributions. (There are dozens of exotic distributions in use; we focus on the most common.) * Computing with sample data: quantile estimation, kernel density estimation, histograms, bootstrap methods, significance testing, and autocorrelation analysis. * Random variate generation under several different distributions. * Common statistical tests for significant differences between samples. WWW: https://github.com/bos/statistics |
2010-01-04T09:32:22+00:00 | math/hs-mwc-random |
Fast, high-quality pseudo random number generation This package contains code for generating high quality random numbers that follow either a uniform or normal distribution. The generated numbers are suitable for use in statistical applications. The uniform PRNG uses Marsaglia's MWC256 (also known as MWC8222) multiply-with-carry generator, which has a period of 2^8222 and fares well in tests of randomness. It is also extremely fast, between 2 and 3 times faster than the Mersenne Twister. Compared to the mersenne-random package, this package has a more convenient API, is faster, and supports more statistical distributions. WWW: https://github.com/bos/mwc-random |
2010-01-04T09:13:47+00:00 | math/hs-probability |
Probabilistic Functional Programming The Library allows exact computation with discrete random variables in terms of their distributions by using a monad. The monad is similar to the List monad for non-deterministic computations, but extends the List monad by a measure of probability. Small interface to R plotting. WWW: http://www.haskell.org/haskellwiki/Probabilistic_Functional_Programming |
2010-01-04T08:54:14+00:00 | devel/hs-mueval |
Safely evaluate pure Haskell expressions Mueval is a Haskell interpreter. It uses the GHC API to evaluate arbitrary Haskell expressions. Importantly, mueval takes many precautions to defang and avoid "evil" code. It uses resource limits, whitelisted modules, special Show instances for IO, threads, processes, changes of directory, and so on to sandbox the Haskell code. It is, in short, intended to be a standalone version of Lambdabot's famous evaluation functionality. For examples and explanations, please see the README file. Mueval is POSIX-only. WWW: https://github.com/gwern/mueval |
2010-01-04T08:33:07+00:00 | devel/hs-hint |
Runtime Haskell interpreter (GHC API wrapper) This library defines an Interpreter monad. It allows to load Haskell modules, browse them, type-check and evaluate strings with Haskell expressions and even coerce them into values. The library is thread-safe and type-safe (even the coercion of expressions to values). It is, essentially, a huge subset of the GHC API wrapped in a simpler API. WWW: http://hub.darcs.net/jcpetruzza/hint |
2010-01-04T08:12:50+00:00 | devel/hs-ghc-mtl |
Mtl-compatible version of the Ghc-Api monads and monad-transformers Provides an 'mtl' compatible version of the 'GhcT' monad-transformer defined in the 'GHC-API' since version 6.10.1. WWW: http://hub.darcs.net/jcpetruzza/ghc-mtl |
2010-01-04T08:00:59+00:00 | devel/hs-transformers |
Concrete functor monad transformers A portable library of functor and monad transformers, inspired by the paper "Functional Programming with Overloading and Higher-Order Polymorphism" by Mark P Jones, in Advanced School of Functional Programming, 1995. This package contains: * the monad transformer class (in Control.Monad.Trans.Class) * concrete functor and monad transformers, each with associated operations and functions to lift operations associated with other transformers. It can be used on its own in portable Haskell code, or with the monad classes in the mtl or monads-tf packages, which automatically lift operations introduced by monad transformers through other transformers. WWW: http://hackage.haskell.org/package/transformers |
2010-01-04T07:58:07+00:00 | devel/hs-uvector-algorithms |
Efficient algorithms for uvector unboxed arrays in Haskell Efficient algorithms for uvector unboxed arrays for Haskell. Compilation with flags -O2, and -fvia-C -optc-O3 is recommended. WWW: http://code.haskell.org/~dolio/ |
2010-01-04T07:55:09+00:00 | devel/hs-uvector |
Fast unboxed arrays with a flexible interface for Haskell Fast unboxed arrays with a flexible interface for Haskell. The library is built of fusible combinators, as described in the paper "Stream Fusion: From Lists to Streams to Nothing at All". For best results, compile with your user programs with -O2 -fvia-C -optc-O3. WWW: http://code.haskell.org/~dons/code/uvector |
2010-01-04T06:41:09+00:00 | math/hs-erf |
The error function, erf, and friends for Haskell A type class for the error function, erf, and related functions for Haskell. Instances for Float and Double. WWW: http://hackage.haskell.org/package/erf |
2010-01-04T06:14:22+00:00 | devel/hs-MonadCatchIO-mtl |
Monad-transformer version of the Control.Exception module Provides a monad-transformer version of the Control.Exception.catch Haskell function. For this, it defines the MonadCatchIO class, a subset of MonadIO. It defines proper instances for most monad transformers in the 'mtl' library. WWW: http://darcsden.com/jcpetruzza/MonadCatchIO-mtl |
2010-01-04T05:51:11+00:00 | devel/hs-show |
'Show' instances for Lambdabot This Haskell package provides ShowQ, ShowFun, and SimpleReflect. * ShowFun gives a Typeable-dependent instance for showing functions as their type. * ShowIO does the same for IO actions. * ShowQ adds SmallCheck & QuickCheck support. * SimpleReflect allows us to literally see how functions 'expand', through appropriate Show magic. WWW: http://hackage.haskell.org/package/show |
2010-01-04T05:35:06+00:00 | devel/hs-smallcheck |
Property-based testing library SmallCheck is a testing library that allows to verify properties for all test cases up to some depth. The test cases are generated automatically by SmallCheck. WWW: https://github.com/feuerbach/smallcheck |
2010-01-04T05:09:10+00:00 | lang/hs-unlambda |
Unlambda interpreter This is an interpreter of the Unlambda language, written in the pure, lazy, functional language Haskell. WWW: http://hackage.haskell.org/package/unlambda |
2010-01-04T04:50:16+00:00 | lang/hs-brainfuck |
Brainfuck interpreter This is an interpreter of the brainf*ck language, written in the pure, lazy, functional language Haskell. WWW: http://hackage.haskell.org/package/brainfuck |
2010-01-04T03:26:20+00:00 | math/hs-Agda-executable |
Command-line program for type-checking and compiling Agda programs This package provides a command-line program for type-checking and compiling Agda programs. The program can also generate hyperlinked, highlighted HTML files from Agda sources. WWW: http://wiki.portal.chalmers.se/agda/ |
2010-01-04T03:24:25+00:00 | math/hs-Agda |
Dependently typed functional programming language and proof assistant Agda is a dependently typed functional programming language: It has inductive families, which are similar to Haskell's GADTs, but they can be indexed by values and not just types. It also has parameterised modules, mixfix operators, Unicode characters, and an interactive Emacs interface (the type checker can assist in the development of your code). Agda is also a proof assistant: It is an interactive system for writing and checking proofs. Agda is based on intuitionistic type theory, a foundational system for constructive mathematics developed by the Swedish logician Per Martin-Lof. It has many similarities with other proof assistants based on dependent types, such as Coq, Epigram and NuPRL. WWW: http://wiki.portal.chalmers.se/agda/ |
2010-01-03T21:00:15+00:00 | java/openjdk7 |
Java Development Kit 7 An open-source implementation of the Java Platform, Standard Edition, WWW: https://openjdk.java.net/ |
2010-01-03T16:17:30+00:00 | lang/ccl |
Clozure CL is a free Common Lisp implementation Clozure CL (formerly known as OpenMCL) is a free Common Lisp implementation. Features include: * A fast, precise, compacting, generational garbage collector written in hand-optimized C. The sizes of the generations are fully configurable. * Full native OS threads on all platforms. The API includes support for shared memory, locking, and blocking for OS operations such as I/O. * Full Unicode support. * Excellent debugging facilities. The names of all local variables are available in a backtrace. * A complete, mature foreign function interface. * Many extensions including: files mapped to Common Lisp vectors for fast file I/O; thread local hash tables and streams to eliminate locking overhead; cons hashing support. WWW: https://www.clozure.com/ccl |
2010-01-03T13:40:04+00:00 | astro/p5-Astro-Hipparcos |
Perl extension for reading the Hipparcos star catalog Astro::Hipparcos is a Perl extension for reading the Hipparcos star catalog. WWW: https://metacpan.org/release/Astro-Hipparcos |
2010-01-03T09:00:42+00:00 | sysutils/unstow |
Script to unstow packages much faster than stow -D unstow ------ This is a script to unstow packages much faster than stow -D. WWW: https://github.com/knu/stow-utils |
2010-01-03T08:13:38+00:00 | devel/py-dexml |
Dead-simple Object-XML mapper for Python The dexml module takes the obvious mapping between XML tags and Python objects and lets you capture that as cleanly as possible. Loosely inspired by Django's ORM, you write simple class definitions to define the expected structure of your XML document. WWW: http://www.rfk.id.au/software/ |
2010-01-03T05:12:17+00:00 | www/hs-http-server |
Library for writing Haskell web servers A library for writing Haskell web servers. WWW: https://github.com/GaloisInc/http-server |
2010-01-03T05:02:13+00:00 | science/hs-bio |
Bioinformatics library This is a collection of data structures and algorithms useful for building bioinformatics-related tools and utilities. Current list of features includes: a Sequence data type supporting protein and nucleotide sequences and conversion between them. As of version 0.4, different kinds of sequence have different types. Support for quality data, reading and writing Fasta formatted files, reading TwoBit and phd formats, and Roche/454 SFF files. Rudimentary (i.e. unoptimized) support for doing alignments - including dynamic adjustment of scores based on sequence quality. Also Blast output parsing. Partly implemented single linkage clustering, and multiple alignment. Reading Gene Ontology (GO) annotations (GOA) and definitions hierarchy. WWW: http://biohaskell.org/Libraries/Bio |
2010-01-03T04:59:15+00:00 | www/hs-oeis |
Interface to the Online Encyclopedia of Integer Sequences (OEIS) Interface to the Online Encyclopedia of Integer Sequences. WWW: http://hackage.haskell.org/package/oeis |
2010-01-03T04:53:50+00:00 | devel/hs-hoogle |
Haskell API Search Hoogle is a Haskell API search engine, which allows you to search many standard Haskell libraries by either function name, or by approximate type signature. WWW: http://www.haskell.org/hoogle/ |
2010-01-02T23:37:09+00:00 | devel/hs-haskell-src-exts |
Manipulating Haskell source Haskell-Source with Extensions (HSE, haskell-src-exts) is an extension of the standard haskell-src package, and handles most registered syntactic extensions to Haskell, including: * Multi-parameter type classes with functional dependencies * Indexed type families (including associated types) * Empty data declarations * GADTs * Implicit parameters * Template Haskell and a few more. All extensions implemented in GHC are supported. Apart from these standard extensions, it also handles regular patterns as per the HaRP extension as well as HSX-style embedded XML syntax. WWW: https://github.com/haskell-suite/haskell-src-exts |
2010-01-02T23:26:47+00:00 | converters/hs-json |
Support for serialising Haskell to and from JSON JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. This library provides a parser and pretty printer for converting between Haskell values and JSON. WWW: http://hackage.haskell.org/package/json |
2010-01-02T23:18:07+00:00 | textproc/hs-tagsoup |
Parsing and extracting information from HTML/XML documents TagSoup is a library for parsing HTML/XML. It supports the HTML 5 specification, and can be used to parse either well-formed XML, or unstructured and malformed HTML from the web. The library also provides useful functions to extract information from an HTML document, making it ideal for screen-scraping. WWW: http://community.haskell.org/~ndm/tagsoup/ |
2010-01-02T23:12:53+00:00 | www/hs-cgi |
Library for writing CGI programs This is a Haskell library for writing CGI programs. WWW: https://github.com/cheecheeo/haskell-cgi |
2010-01-02T23:10:04+00:00 | www/hs-url |
Library for working with URLs A library for working with URLs. WWW: http://www.haskell.org/haskellwiki/Url |
2010-01-02T23:07:12+00:00 | mail/hs-mime |
Working with MIME types Working with MIME types. WWW: https://github.com/GaloisInc/mime |
2010-01-02T23:04:15+00:00 | www/hs-HTTP |
Library for client-side HTTP The HTTP package supports client-side web programming in Haskell. It lets you set up HTTP connections, transmitting requests and processing the responses coming back, all from within the comforts of Haskell. It's dependent on the network package to operate, but other than that, the implementation is all written in Haskell. A basic API for issuing single HTTP requests + receiving responses is provided. On top of that, a session-level abstraction is also on offer (the BrowserAction monad); it taking care of handling the management of persistent connections, proxies, state (cookies) and authentication credentials required to handle multi-step interactions with a web server. The representation of the bytes flowing across is extensible via the use of a type class, letting you pick the representation of requests and responses that best fits your use. Some pre-packaged, common instances are provided for you (ByteString, String.) WWW: https://github.com/haskell/HTTP |
2010-01-02T22:59:58+00:00 | devel/hs-safe |
Library for safe (exception free) functions A library wrapping Prelude/Data.List functions that can throw exceptions, such as head and !!. This package is divided into three modules: * Safe contains safe variants of Prelude and Data.List functions. * Safe.Foldable contains safe variants of Foldable functions. * Safe.Exact creates crashing versions of functions like zip (errors if the lists are not equal) and take (errors if there are not enough elements), then wraps them to provide safe variants. WWW: https://github.com/ndmitchell/safe#readme |
2010-01-02T22:57:05+00:00 | devel/hs-uniplate |
Help writing simple, concise, and fast generic operations Uniplate is a library for writing simple and consie generic operations. Uniplate has similar goals to the original Scap Your Boilerplate work, but is substantially simpler and faster. WWW: http://community.haskell.org/~ndm/uniplate/ |
2010-01-02T22:53:14+00:00 | math/hs-category-extras |
Various Haskell modules and constructs inspired by category theory A vastly expanded collection of Haskell modules implementing various ideas from category theory. Notable bits include: comonads, adjunctions, and various recursion schemes a'la the research paper "Functional Programming with Bananas, Lenses, Envelopes and Barbed Wire". WWW: http://comonad.com/reader/ |
2010-01-02T22:50:17+00:00 | devel/hs-Tensor |
Tensor data types for Haskell This Haskell package contains tensor data types and their instances for some basic type classes. WWW: http://www.haskell.org/HOpenGL/ |
2010-01-02T22:47:28+00:00 | devel/hs-StateVar |
State variables This package contains state variables, which are references in the IO monad, like IORefs or parts of the OpenGL state. WWW: https://github.com/haskell-opengl/StateVar |
2010-01-02T22:44:04+00:00 | devel/hs-ObjectName |
Explicitly handled object names for Haskell This tiny Haskell package contains the class ObjectName, which corresponds to the general notion of explicitly handled identifiers for API objects, e.g. a texture object name in OpenGL or a buffer object name in OpenAL. WWW: https://github.com/svenpanne/ObjectName |
2010-01-02T14:53:41+00:00 | sysutils/zfs-snapshot-clean |
Tool to sieve ZFS snapshots as per given spec a la 'pdumpfs-clean' zfs-snapshot-clean ------------------ This is a tool to sieve ZFS snapshots as per given spec a la `pdumpfs-clean'. Typical usage is as follows: for vol in zpool/home zpool/var; do zfs snapshot "$vol@$(date +%Y-%m-%d)" && zfs-snapshot-clean "$vol" done Run `zfs-snapshot-clean -h' for details. WWW: https://github.com/knu/zfs-snapshot-clean |
2010-01-02T02:54:00+00:00 | science/harminv |
Solver of harmonic inversion Harminv is a free program (and accompanying library) to solve the problem of harmonic inversion - given a discrete-time, finite-length signal that consists of a sum of finitely-many sinusoids (possibly exponentially decaying) in a given bandwidth, it determines the frequencies, decay constants, amplitudes, and phases of those sinusoids. WWW: http://ab-initio.mit.edu/wiki/index.php/Harminv |
2010-01-01T18:25:01+00:00 | devel/log4net |
Port for .NET of the Apache Logging Services project log4net is a tool to help the programmer output log statements to a variety of output targets. In case of problems with an application, it is helpful to enable logging so that the problem can be located. With log4net it is possible to enable logging at runtime without modifying the application binary. The log4net package is designed so that log statements can remain in shipped code without incurring a high performance cost. It follows that the speed of logging (or rather not logging) is crucial. At the same time, log output can be so voluminous that it quickly becomes overwhelming. One of the distinctive features of log4net is the notion of hierarchical loggers. Using these loggers it is possible to selectively control which log statements are output at arbitrary granularity. log4net is designed with two distinct goals in mind: speed and flexibility. Features: * Support for multiple frameworks * Output to multiple logging targets * Hierarchical logging architecture * XML Configuration * Dynamic Configuration * Logging Context * Proven architecture * Modular and extensible design * High performance with flexibility WWW: http://logging.apache.org/log4net/ |