This page is a slightly modified version of the following one-liner output. created_at: 2021-05-14T03:11:17+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 |
2011-12-31T13:22:47+00:00 | sysutils/sysrc |
Utility to get or set rc.conf(5) values Sysrc is a robust utility for managing rc.conf(5) from the command-line without a text-editor. Feature-highlights include (but are not limited to): - Environment variable taint prevention - Shell taint checking (aka boot-regression prevention) - File-access race-condition prevention - File-structure sensitivity/preservation - Intelligent syntax handling - Execution performance optimizations - Detailed safety measures - Support for jails (both legacy and current) WWW: http://druidbsd.sourceforge.net/ |
2011-12-31T13:06:02+00:00 | sysutils/sysrc+ |
Utility to get or set rc.conf(5) values Sysrc is a robust utility for managing rc.conf(5) from the command-line without a text-editor. Feature-highlights include (but are not limited to): - Environment variable taint prevention - Shell taint checking (aka boot-regression prevention) - File-access race-condition prevention - File-structure sensitivity/preservation - Intelligent syntax handling - Execution performance optimizations - Detailed safety measures - Support for jails (both legacy and current) WWW: http://druidbsd.sourceforge.net/ |
2011-12-31T10:16:32+00:00 | devel/p5-Devel-Cover-Report-Clover |
Perl extension for Clover reporting of coverage statistics This module generates a Clover compatible coverage xml file which can be used in a variety of continuous integration software offerings. It is designed to be called from the cover program distributed with Devel::Cover. WWW: https://metacpan.org/release/Devel-Cover-Report-Clover |
2011-12-31T09:31:00+00:00 | www/p5-STF-Dispatcher-PSGI |
Perl extension for pluggable STF dispatcher interface STF::Dispatcher::PSGI implements the basic STF Protocol (http://stf-storage.github.com) dispatcher component. It does not know how to actually store or retrieve data, so you must implement that portion yourself. The reason this exists is mainly to allow you to testing systems that interact with STF servers. For example, setting up the main STF implementation is quite a pain if all you want to do is to test your application, but with this module, you can easily create a dummy STF dispatcher. WWW: https://metacpan.org/release/STF-Dispatcher-PSGI |
2011-12-31T09:29:12+00:00 | databases/p5-Test-mysqld |
Perl extension for mysqld test runner Test::mysqld automatically setups a mysqld instance in a temporary directory, and destroys it when the perl script exits. WWW: https://metacpan.org/release/Test-mysqld |
2011-12-31T08:45:26+00:00 | textproc/p5-String-Urandom |
Perl extension to convert /dev/urandom to 8-bit chars Using output of /dev/urandom. Simply convert bytes into 8-bit characters. WWW: https://metacpan.org/release/String-Urandom |
2011-12-31T08:42:18+00:00 | devel/p5-Perl-Metrics-Simple |
Perl extension to count packages, subs, lines, etc. of many files Perl::Metrics::Simple provides just enough methods to run static analysis of one or many Perl files and obtain a few metrics: packages, subroutines, lines of code, and an approximation of cyclomatic (mccabe) complexity for the subroutines and the "main" portion of the code. Perl::Metrics::Simple is far simpler than Perl::Metrics. Installs a script called countperl. WWW: https://metacpan.org/release/Perl-Metrics-Simple |
2011-12-31T08:33:38+00:00 | www/p5-Plack-Middleware-Reproxy |
Perl extension to handle X-Reproxy-URL from within Plack Plack::Middleware::Reproxy implements a simple reproxy mechanism via X-Reproxy-URL, like https://github.com/kazuho/mod_reproxy. WWW: https://metacpan.org/release/Plack-Middleware-Reproxy |
2011-12-31T08:29:14+00:00 | devel/p5-Parallel-Scoreboard |
Perl extension of scoreboard for monitoring status of many workers Parallel::Scoreboard is a pure-perl implementation of a process scoreboard. By using the module it is easy to create a monitor for many worker process, like the status module of the Apache HTTP server. Unlike other similar modules, Parallel::Scoreboard is easy to use and has no limitation on the format or the length of the statuses to be stored. Any arbitrary data (like JSON or frozen perl object) can be saved by the worker processes as their status and read from the manager process. WWW: https://metacpan.org/release/Parallel-Scoreboard |
2011-12-31T08:26:14+00:00 | www/p5-FurlX-Coro |
Perl extension for multiple HTTP requests with Coro This is a wrapper to Furl for asynchronous HTTP requests with Coro. WWW: https://metacpan.org/release/FurlX-Coro |
2011-12-31T08:16:48+00:00 | security/p5-Digest-MurmurHash |
Perl extension for XS interface to the MurmurHash algorithm The murmur hash algorithm by Austin Appleby is an exteremely fast algorithm that combines both excellent collision resistence and distribution characteristics. WWW: https://metacpan.org/release/Digest-MurmurHash |
2011-12-31T08:03:39+00:00 | www/p5-GunghoX-FollowLinks |
Perl extension to follow links within responses for Gungho The most common action that a crawler takes is to follow links on a page. This module helps you with that task. WWW: https://metacpan.org/release/GunghoX-FollowLinks |
2011-12-31T08:01:37+00:00 | devel/p5-Perl-Metrics-Lite |
Perl extension for pluggable Perl Code Metrics System Perl::Metrics::Lite is the pluggable perl code metrics system. Perl::Metrics::Lite provides just enough methods to run static analysis of one or many Perl files and obtain a few metrics. Perl::Metrics::Lite is far simpler than Perl::Metrics and more extensible than Perl::Metrics::Simple. WWW: https://metacpan.org/release/Perl-Metrics-Lite |
2011-12-30T21:16:25+00:00 | multimedia/vdr-plugin-eepg |
Video Disk Recorder - extended EPG plugin This VDR plugin parses the extended (2 to 10 day) EPG data which is send by providers on their portal channels. This EEPG data is transmitted in a non-standard format on a non-standard PID. Currently the following EEPG formats are supported: - Mediahighway 1 (CanaalDigitaalNL, CSat, Cyfra+) - Mediahighway 2 (Digital+) - Sky Italy - Sky UK - Freesat - Premiere - NagraGuide (CanaalDigitaalNL, only in test) WWW: https://projects.vdr-developer.org/projects/plg-eepg |
2011-12-30T18:44:27+00:00 | devel/rubygem-interact |
Simple API for command-line interaction A simple Ruby API for command-line interaction. Provides a novel 'rewinding' feature, allowing users to go back in time and re-enter a botched answer. Supports multiple-choice, password prompting, overriding input events, defaults, etc. WWW: https://github.com/vito/interact |
2011-12-29T20:29:46+00:00 | comms/amtterm |
Serial-over-lan client for Intel AMT This is a serial-over-lan (sol) client for Intel AMT. Includes a terminal and a graphical (gtk) version. Also comes with a perl script to gather informations about and remotely control AMT managed computers. WWW: https://www.kraxel.org/blog/linux/amtterm/ |
2011-12-28T15:59:51+00:00 | textproc/p5-Text-Prefix-XS |
Fast prefix searching Text::Prefix::XS implements something of an trie algorithm for matching (and extracting) prefixes from text strings. WWW: https://metacpan.org/release/Text-Prefix-XS |
2011-12-28T06:01:49+00:00 | math/slatec |
SLATEC Common Mathematical Library SLATEC is a comprehensive software library containing over 1400 general purpose mathematical and statistical routines written in Fortran 77. WWW: http://www.netlib.org/slatec/ |
2011-12-28T05:50:58+00:00 | net/p5-Net-Google-Analytics |
Perl extension for Google Analytics Data Export API This module provides a simple, straight-forward interface to the Google Analytics Data Export API, using LWP::UserAgent and XML::LibXML for the heavy lifting. WWW: https://metacpan.org/release/Net-Google-Analytics |
2011-12-28T02:44:51+00:00 | databases/p5-DBIx-Class-DeploymentHandler |
Perl extension for extensible DBIx::Class deployment DBIx::Class::DeploymentHandler is, as its name suggests, a tool for deploying and upgrading databases with DBIx::Class. It is designed to be much more flexible than DBIx::Class::Schema::Versioned, hence the use of Moose and lots of roles. WWW: https://metacpan.org/release/DBIx-Class-DeploymentHandler |
2011-12-27T20:38:35+00:00 | sysutils/ioping |
Simple disk I/0 latency measuring tool This tool allows one to monitor I/O latency in real time. It shows disk latency in the same way as ping(8) shows network latency. WWW: https://github.com/koct9i/ioping |
2011-12-27T20:06:19+00:00 | x11-themes/gnome-icons-faenza |
Faenza GNOME 2 icon themes This icon theme for Gnome provides monochromatic icons for panels, toolbars and buttons and colourful squared icons for devices, applications, folders, files and Gnome menu items. Six themes are included to fit with light or dark themes/panels. WWW: http://tiheum.deviantart.com/art/Faenza-Icons-173323228 |
2011-12-27T17:28:24+00:00 | converters/gbsdconv |
GUI for bsdconv GUI for bsdconv. Features: Auto choose the best from mutiple conversion Text conversion File name conversion File content conversion Meta tag conversion WWW: https://github.com/buganini/gbsdconv |
2011-12-27T15:32:44+00:00 | graphics/pear-IO_SWF |
PEAR library for reading/writing SWF binary PEAR library for reading/writing SWF binary WWW: http://openpear.org/package/IO_SWF |
2011-12-27T15:31:20+00:00 | devel/pear-IO_Bit |
PEAR bit utility PEAR bit utility WWW: http://openpear.org/package/IO_Bit |
2011-12-27T15:29:55+00:00 | devel/pear-channel-openpear |
PEAR channel ${PEAR_CHANNEL_HOST} PEAR channel for OpenPear WWW: http://openpear.org/ |
2011-12-26T21:32:20+00:00 | math/octave-forge-dicom |
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 dicom. Digital communications in medicine (DICOM) file io. Depends on Grassroots DICOM (GDCM). This package is not available in repos for all distros. Contributors: Judd Storrs, Kris Thielemans. WWW: http://octave.sourceforge.net/ |
2011-12-26T20:52:53+00:00 | sysutils/salt |
Distributed remote execution and configuration management system Salt : Remote Execution and State Manager ====================================== Salt is a powerful remote execution and state manager that can be used to administer servers in a fast and efficient way. WWW: http://saltstack.org |
2011-12-26T20:00:32+00:00 | databases/pg_reorg |
PostgreSQL utility to reorganize tables pg_reorg can reorganize tables of a PostgreSQL database without any locks, so that you can retrieve or update rows in tables being reorganized. The module is developed to be a better alternative to CLUSTER and VACUUM FULL. WWW: https://BSDforge.com/projects/databases/pg_reorg/ |
2011-12-26T19:15:23+00:00 | lang/x10 |
Object-oriented parallel programming language IBM Research is developing the open-source X10 programming language to provide a programming model that can address the architectural challenge of multiples cores, hardware accelerators, clusters, and supercomputers in a manner that provides scalable performance in a productive manner. WWW: http://x10-lang.org/ |
2011-12-26T15:35:06+00:00 | devel/ocaml-cppo |
Simple preprocessor for OCaml Cppo is an equivalent of the C preprocessor targeted at the OCaml language The main purpose of cppo is to provide a lightweight tool for simple macro substitution (#define) and file inclusion (#include) for the occasional case when this is useful in OCaml. Processing specific sections of files by calling external programs is also possible via #ext directives. The implementation of cppo relies on the standard library of OCaml and on the standard parsing tools Ocamllex and Ocamlyacc, which contribute to the robustness of cppo across OCaml versions. WWW: http://martin.jambon.free.fr/cppo.html |
2011-12-26T10:06:33+00:00 | devel/py-kss-core |
KSS (Kinetic Style Sheets) core framework KSS (Kinetic Style Sheets) core framework. WWW: http://kssproject.org |
2011-12-25T20:16:14+00:00 | ports-mgmt/portsreinstall |
Ports upgrading utility for massive forced reinstall This is a ports upgrading utility as a replacement of portupgrade and portmaster to facilitate the perfect upgrade of the whole packages in heavly customized systems by configuration compatible with portupgrade. Most of the issues in /usr/ports/UPDATING are resolved automatically. Robust restarting functionality against manual/sudden termination is implemented for facilitating package build in busy or low- performance machines. Utilities for building packages in a chroot environment are also provided for safe upgrade. WWW: http://www.mwghennndo.com/software/portsreinstall/ |
2011-12-25T19:58:39+00:00 | devel/ocaml-react |
OCaml module for functional reactive programming React is an Ocaml module for functional reactive programming. It provides support to programs with time varying values: applicative events and signals. React doesn't define any primitive event or signal, this lets the client choose the concrete timeline. WWW: https://erratique.ch/software/react |
2011-12-25T19:50:34+00:00 | audio/gmusicbrowser |
Jukebox for large collections of mp3/ogg/flac/mpc files Jukebox for large collections of mp3/ogg/flac/mpc files Uses mpg123/ogg123 or mplayer for playback Main features : - customizable window layouts - artist/album lock : easily restrict playlist to current artist/album - easy access to related songs (same artist/album/title) - simple mass-tagging and mass-renaming - support multiple genres for each song - customizable labels can be set for each song - filters with unlimited nesting of conditions - customizable weighted random mode WWW: http://gmusicbrowser.org/ |
2011-12-25T19:25:29+00:00 | www/cas |
C++ Application Server, version 2 C++ Application Server, version 2 WWW: http://ctpp.havoc.ru/ |
2011-12-25T11:26:30+00:00 | net-p2p/ncdc |
Lightweight direct connect client with ncurses interface Ncdc is a modern and lightweight direct connect client with a friendly ncurses interface. WWW: http://dev.yorhel.nl/ncdc |
2011-12-25T10:46:22+00:00 | www/py-plone.uuid |
UUIDs for content items UUIDs for content items. WWW: https://pypi.org/project/plone.uuid/ |
2011-12-25T10:46:22+00:00 | www/py-plone.transformchain |
Hook into repoze.zope2 for third party packages Hook into repoze.zope2 that allows third party packages to register a sequence of hooks that will be allowed to modify the response before it is returned to the browser. WWW: https://pypi.org/project/plone.transformchain/ |
2011-12-25T10:46:22+00:00 | www/py-plone.subrequest |
Subrequests for Zope2 Subrequests for Zope2. WWW: https://pypi.org/project/plone.subrequest/ |
2011-12-25T10:46:22+00:00 | www/py-plone.registry |
Registry for storing application settings A debconf-like (or about:config-like) registry for storing application settings. WWW: https://pypi.org/project/plone.registry/ |
2011-12-25T10:46:22+00:00 | www/py-plone.portlets |
Extension of zope.viewlet to support dynamic portlets An extension of zope.viewlet to support dynamic portlets. WWW: https://pypi.org/project/plone.portlets/ |
2011-12-25T10:46:22+00:00 | www/py-plone.memoize |
Decorators for caching the values of functions and methods Decorators for caching the values of functions and methods. WWW: https://pypi.org/project/plone.memoize/ |
2011-12-25T10:46:22+00:00 | www/py-plone.locking |
WebDAV locking support WebDAV locking support. WWW: https://pypi.org/project/plone.locking/ |
2011-12-25T10:46:22+00:00 | www/py-plone.folder |
BTree-based folder implementation with order support BTree-based folder implementation with order support. WWW: https://pypi.org/project/plone.folder/ |
2011-12-25T10:46:22+00:00 | www/py-plone.browserlayer |
Browser layer management for Zope 2 applications Browser layer management for Zope 2 applications. WWW: https://pypi.org/project/plone.browserlayer/ |
2011-12-25T10:46:22+00:00 | www/py-plone.app.folder |
Integration package for plone.folder into Plone Integration package for `plone.folder` into Plone. WWW: https://pypi.org/project/plone.app.folder/ |
2011-12-25T05:10:28+00:00 | devel/firmware-utils |
Create device firmware images A collection of utilities to create firmware images for embedded devices, including many wireless routers from many vendors. The utilities are collected and maintained by the OpenWrt router project. WWW: http://www.openwrt.org/ |
2011-12-25T02:41:07+00:00 | devel/libhtp |
Security-aware parser for the HTTP protocol LibHTP is a security-aware parser for the HTTP protocol and the related bits and pieces. The goals of the project, in the order of importance, are as follows: 1. Completeness of coverage; LibHTP must be able to parse virtually all traffic that is found in practice. 2. Permissive parsing; LibHTP must never fail to parse a stream that would be parsed by some other web server. 3. Awareness of evasion techniques; LibHTP must be able to detect and effectively deal with various evasion techniques, producing, where practical, identical or practically identical results as the web server processing the same traffic stream. 4. Performance; The performance must be adequate for the desired tasks. Completeness and security are often detremental to performance. Our idea of handling the conflicting requirements is to put the library user in control, allowing him to choose the most desired library characteristic. WWW: https://github.com/ironbee/libhtp |
2011-12-23T19:52:28+00:00 | www/py-zope.app.wsgi |
WSGI application for the zope.publisher WSGI application for the zope.publisher. WWW: https://pypi.org/project/zope.app.wsgi/ |
2011-12-23T19:52:28+00:00 | textproc/py-zope.app.locales |
Zope locale extraction and management utilities Zope locale extraction and management utilities. WWW: https://pypi.org/project/zope.app.locales/ |
2011-12-23T19:52:28+00:00 | devel/py-zope.globalrequest |
Global way of retrieving the currently active request Global way of retrieving the currently active request. WWW: https://pypi.org/project/zope.globalrequest/ |
2011-12-23T19:52:28+00:00 | devel/py-zope.app.zopeappgenerations |
Zope Application ZODB Update Generations Zope Application ZODB Update Generations. WWW: https://pypi.org/project/zope.app.zopeappgenerations/ |
2011-12-23T19:52:28+00:00 | devel/py-zope.app.zcmlfiles |
Zope application server ZCML files Zope application server ZCML files. WWW: https://pypi.org/project/zope.app.zcmlfiles/ |
2011-12-23T19:52:28+00:00 | devel/py-zope.app.rotterdam |
Zope 3 ZMI Skin A Zope 3 ZMI Skin. WWW: https://pypi.org/project/zope.app.rotterdam/ |
2011-12-23T19:52:28+00:00 | devel/py-z3c.formwidget.query |
Source query widget for z3c.form A source query widget for z3c.form. WWW: https://pypi.org/project/z3c.formwidget.query/ |
2011-12-23T19:52:28+00:00 | devel/py-kss.core |
KSS (Kinetic Style Sheets) core framework KSS (Kinetic Style Sheets) core framework. WWW: http://kssproject.org |
2011-12-23T19:52:28+00:00 | devel/py-five.globalrequest |
Zope 2 integration for zope.globalrequest Zope 2 integration for zope.globalrequest. WWW: https://pypi.org/project/five.globalrequest/ |
2011-12-23T19:52:28+00:00 | devel/py-Products.CMFDynamicViewFTI |
Product for dynamic views in CMF CMFDynamicViewFTI is a product for dynamic views in CMF. WWW: https://pypi.org/project/Products.CMFDynamicViewFTI/ |
2011-12-23T16:56:30+00:00 | x11-toolkits/c++-gtk-utils |
Lightweight library for programming GTK+ programs c++-gtk-utils is a lightweight library containing a number of classes and functions for programming GTK+ programs using C++ in POSIX (UNIX-like) environments, where the user does not want to use a full-on wrapper such as gtkmm or wxWidgets, or is concerned about exception safety or thread safety of the wrapper and their documentation. WWW: http://cxx-gtk-utils.sourceforge.net |
2011-12-23T15:38:05+00:00 | www/p5-HTML-ExtractMain |
Perl extension to extract main content of a web page HTML::ExtractMain is a module which takes HTML content, and uses the Readability algorithm to detect the main body of the page, usually skipping headers, footers, navigation, etc. WWW: https://metacpan.org/release/HTML-ExtractMain |
2011-12-23T12:13:55+00:00 | emulators/kcemu |
KC85 emulator KCemu is an emulator for the KC85 homecomputer series and other Z80 based microcomputers like Z1013, LC80, Polycomputer 880 and BIC A5105. The emulation supports a number of additional hardware, e.g. floppy disk drives and extended graphic modules. WWW: http://kcemu.sourceforge.net |
2011-12-23T09:13:21+00:00 | sysutils/scalpel |
Frugal, high performance file carver Scalpel is a fast file carver that reads a database of header and footer definitions and extracts matching files or data fragments from a set of image files or raw device files. Scalpel is filesystem-independent and will carve files from FATx, NTFS, ext2/3, HFS+, or raw partitions. It is useful for both digital forensics investigation and file recovery. WWW: http://www.digitalforensicssolutions.com/Scalpel/ |
2011-12-22T14:38:23+00:00 | security/py-zope.app.securitypolicy |
ZMI-based management views for zope.securitypolicy ZMI-based management views for zope.securitypolicy. WWW: https://pypi.org/project/zope.app.securitypolicy/ |
2011-12-22T14:38:23+00:00 | security/py-zope.app.security |
ZMI Views For Zope3 Security Components ZMI Views For Zope3 Security Components. WWW: https://pypi.org/project/zope.app.security/ |
2011-12-22T14:38:23+00:00 | security/py-zope.app.principalannotation |
Bootstrap subscriber and browser menu item for zope.principalannotation Bootstrap subscriber and browser menu item for zope.principalannotation. WWW: https://pypi.org/project/zope.app.principalannotation/ |
2011-12-22T14:38:23+00:00 | security/py-zope.app.localpermission |
Local Persistent Permissions for zope.security Local Persistent Permissions for zope.security. WWW: https://pypi.org/project/zope.app.localpermission/ |
2011-12-22T14:38:23+00:00 | security/py-zope.app.authentication |
Principals and groups management for the pluggable authentication Principals and groups management for the pluggable authentication utility. WWW: https://pypi.org/project/zope.app.authentication/ |
2011-12-22T14:38:23+00:00 | security/py-plone.session |
Session based authentication for Zope Session based authentication for Zope. WWW: https://pypi.org/project/plone.session/ |
2011-12-22T14:38:23+00:00 | security/py-plone.openid |
OpenID authentication support for PAS OpenID authentication support for PAS. WWW: https://pypi.org/project/plone.openid/ |
2011-12-22T14:38:23+00:00 | security/py-plone.app.openid |
Plone OpenID authentication support Plone OpenID authentication support. WWW: https://pypi.org/project/plone.app.openid/ |
2011-12-22T14:38:23+00:00 | security/py-Products.PluggableAuthService |
Pluggable Zope2 authentication / authorization framework Pluggable Zope2 authentication / authorization framework. WWW: https://pypi.org/project/Products.PluggableAuthService/ |
2011-12-22T14:38:23+00:00 | devel/py-zope.app.component |
Local Zope Component Support Local Zope Component Support. WWW: https://pypi.org/project/zope.app.component/ |
2011-12-21T17:34:52+00:00 | net/ng_mikrotik_eoip |
Netgraph node for Mikrotik EoIP tunneling Netgraph node for Mikrotik Ethernet-over-IP tunneling support WWW: http://imax.in.ua/ng_mikrotik_eoip/ |
2011-12-21T17:04:33+00:00 | games/minecraft-client |
Client for the block building game This is the popular block building game Minecraft. WWW: https://minecraft.net/ |
2011-12-21T16:59:16+00:00 | games/minecraft-server |
Dedicated server for the game Minecraft This is the dedicated server for the popular block building game Minecraft. WWW: http://www.minecraft.net/ |
2011-12-21T12:47:47+00:00 | security/p5-CACertOrg-CA |
CACert.org CA root certificate in PEM format CACertOrg::CA provides a copy of Certificate Authority certificate for CACert.org. This is the Class 1 PKI Key. sha1 13:5C:EC:36:F4:9C:B8:E9:3B:1A:B2:70:CD:80:88:46:76:CE:8F:33 md5 A6:1B:37:5E:39:0D:9C:36:54:EE:BD:20:31:46:1F:6B WWW: https://metacpan.org/release/CACertOrg-CA |
2011-12-21T02:58:24+00:00 | math/alt-ergo |
Automatic solver of mathematical formulas for program verification Alt-Ergo is an automatic theorem prover dedicated to program verification. Alt-Ergo is based on CC(X), a congruence closure algorithm parameterized by an equational theory X. Currently, CC(X) can be instantiated by the empty equational theory and by the linear arithmetics. Alt-Ergo contains also a home made SAT-solver and an instantiation mechanism. Alt-Ergo is compact, safe, and modular. Each component is described by a small set of inference rules and is implemented as an Ocaml functor. WWW: http://alt-ergo.lri.fr |
2011-12-20T23:54:32+00:00 | emulators/mupen64plus-plugins |
Third party plugins for Mupen64plus This is the metaport to install third party plugins of the mupen64plus. WWW: http://code.google.com/p/mupen64plus/ |
2011-12-20T23:51:31+00:00 | emulators/mupen64plus-video-z64 |
Low-level RDP plugin for the Mupen64Plus |
2011-12-20T23:50:04+00:00 | emulators/mupen64plus-video-glide64 |
Glide64 video plugin for Mupen64Plus |
2011-12-20T23:48:21+00:00 | emulators/mupen64plus-video-arachnoid |
The arachnoid video plugin for Mupen64plus |
2011-12-20T23:46:34+00:00 | emulators/mupen64plus-rsp-z64 |
Low-level RSP processor plugin for the Mupen64Plus |
2011-12-20T21:41:42+00:00 | www/volta |
High performance, low resource URI rewriter for Squid Volta is a high performance, low resource URI rewriter for use with the Squid caching proxy server (http://www.squid-cache.org) With it, you can dynamically alter URI requests that pass through Squid based on various criteria. It uses a state machine to parse URIs and rules, and a constant database to store and access those rules. It can then either perform conditional rewrites internally, or by evaluating Lua scripts. WWW: http://projects.martini.nu/volta/ |
2011-12-20T21:12:37+00:00 | databases/mysql-udf-sys |
System access UDFs This package contains a number of functions that allows one to interact with the operating system from MySQL: sys_eval - executes an arbitrary command, and returns it's output. sys_exec - executes an arbitrary command, and returns it's exit code. sys_get - gets the value of an environment variable. sys_set - create an environment variable, or update the value of an existing environment variable. Use lib_mysqludf_sys_info() to obtain information about the currently installed version of lib_mysqludf_sys. WWW: http://www.mysqludf.org/lib_mysqludf_sys |
2011-12-20T09:51:58+00:00 | devel/py-zope.app.testing |
Zope Application Testing Support Zope Application Testing Support. WWW: https://pypi.org/project/zope.app.testing/ |
2011-12-20T09:51:58+00:00 | devel/py-zope.app.renderer |
Text Renderer Framework Text Renderer Framework. WWW: https://pypi.org/project/zope.app.renderer/ |
2011-12-20T09:51:58+00:00 | devel/py-zope.app.publication |
Zope publication Zope publication. WWW: https://pypi.org/project/zope.app.publication/ |
2011-12-20T09:51:58+00:00 | devel/py-zope.app.pagetemplate |
PageTemplate integration for Zope 3 PageTemplate integration for Zope 3. WWW: https://pypi.org/project/zope.app.pagetemplate/ |
2011-12-20T09:51:58+00:00 | devel/py-zope.app.generations |
ZMI UI for zope.generations ZMI UI for zope.generations. WWW: https://pypi.org/project/zope.app.generations/ |
2011-12-20T09:51:58+00:00 | devel/py-zope.app.dependable |
Simple Dependency API Simple Dependency API. WWW: https://pypi.org/project/zope.app.dependable/ |
2011-12-20T09:51:58+00:00 | devel/py-zope.app.debug |
Zope Debug Mode Zope Debug Mode. WWW: https://pypi.org/project/zope.app.debug/ |
2011-12-20T09:51:58+00:00 | devel/py-zope.app.container |
Zope Container Zope Container. WWW: https://pypi.org/project/zope.app.container/ |
2011-12-20T09:51:58+00:00 | devel/py-zope.app.cache |
Zope Caching Framework Zope Caching Framework. WWW: https://pypi.org/project/zope.app.cache/ |
2011-12-20T09:51:58+00:00 | devel/py-zope.app.appsetup |
Zope app setup helper Zope app setup helper. WWW: https://pypi.org/project/zope.app.appsetup/ |
2011-12-20T03:21:09+00:00 | security/py-ssh |
Python SSH2 protocol library This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too. WWW: https://pypi.org/project/ssh/ |
2011-12-19T21:12:59+00:00 | devel/py-zope.app.publisher |
Means for configuration of Zope 3 style views and resources Implementations and means for configuration of Zope 3 style views and resources. WWW: https://pypi.org/project/zope.app.publisher/ |
2011-12-19T21:12:59+00:00 | devel/py-five.formlib |
zope.formlib integration for Zope 2 zope.formlib integration for Zope 2. WWW: https://pypi.org/project/five.formlib/ |
2011-12-19T21:12:59+00:00 | devel/py-Products.validation |
Data validation package for Archetypes Data validation package for Archetypes. WWW: https://pypi.org/project/Products.validation/ |
2011-12-19T21:12:59+00:00 | devel/py-Products.contentmigration |
Generic content migration framework for Plone A generic content migration framework for Plone. WWW: https://pypi.org/project/Products.contentmigration/ |
2011-12-19T21:12:59+00:00 | devel/py-Products.ResourceRegistries |
Registry for managing CSS and JS Registry for managing CSS and JS. WWW: https://pypi.org/project/Products.ResourceRegistries/ |
2011-12-19T21:12:59+00:00 | devel/py-Products.PluginRegistry |
Configure application plugins based on interfaces Configure application plugins based on interfaces. WWW: https://pypi.org/project/Products.PluginRegistry/ |
2011-12-19T21:12:59+00:00 | devel/py-Products.CMFTestCase |
Integration testing framework for CMF Integration testing framework for CMF. WWW: http://plone.org/products/cmftestcase/ |
2011-12-19T21:12:59+00:00 | devel/py-Products.CMFEditions |
Versioning for Plone Versioning for Plone. WWW: https://pypi.org/project/Products.CMFEditions/ |
2011-12-19T21:12:59+00:00 | devel/py-Products.CMFDefault |
Default product for the Zope Content Management Framework Default product for the Zope Content Management Framework. WWW: https://pypi.org/project/Products.CMFDefault/ |
2011-12-19T21:12:59+00:00 | devel/py-Products.CMFCalendar |
Calendar product for the Zope Content Management Framework Calendar product for the Zope Content Management Framework. WWW: https://pypi.org/project/Products.CMFCalendar/ |
2011-12-19T20:54:24+00:00 | devel/py-Products.MimetypesRegistry |
MIME type handling for Zope MIME type handling for Zope. WWW: https://pypi.org/project/Products.MimetypesRegistry/ |
2011-12-19T20:54:24+00:00 | devel/py-Products.ExternalEditor |
Zope external editor Zope External Editor. WWW: https://pypi.org/project/Products.ExternalEditor/ |
2011-12-19T20:54:24+00:00 | devel/py-Products.ExtendedPathIndex |
Zope catalog index for paths Zope catalog index for paths. WWW: https://pypi.org/project/Products.ExtendedPathIndex/ |
2011-12-19T20:54:24+00:00 | devel/py-Products.DCWorkflow |
DCWorkflow product for the Zope Content Management Framework DCWorkflow product for the Zope Content Management Framework. WWW: https://pypi.org/project/Products.DCWorkflow/ |
2011-12-19T20:54:24+00:00 | devel/py-Products.CMFUid |
Uid product for the Zope CMF Uid product for the Zope Content Management Framework. WWW: https://pypi.org/project/Products.CMFUid/ |
2011-12-19T20:54:24+00:00 | devel/py-Products.CMFQuickInstallerTool |
Facility for activation/deactivation of Zope CMF products CMFQuickInstallerTool is a facility for comfortable activation/deactivation of CMF compliant products WWW: https://pypi.org/project/Products.CMFQuickInstallerTool/ |
2011-12-19T20:54:24+00:00 | devel/py-Products.CMFFormController |
Form validation mechanism for Zope CMF CMFFormController provides a form validation mechanism for CMF. WWW: https://pypi.org/project/Products.CMFFormController/ |
2011-12-19T20:54:24+00:00 | devel/py-Products.CMFDiffTool |
Diff tool for Plone Diff tool for Plone. WWW: https://pypi.org/project/Products.CMFDiffTool/ |
2011-12-19T20:54:24+00:00 | devel/py-Products.CMFCore |
Zope Content Management Framework core components Zope Content Management Framework core components. WWW: https://pypi.org/project/Products.CMFCore/ |
2011-12-19T20:54:24+00:00 | devel/py-Products.CMFActionIcons |
Action icons product for the Zope CMF Action icons product for the Zope Content Management Framework. WWW: https://pypi.org/project/Products.CMFActionIcons/ |
2011-12-19T03:33:00+00:00 | devel/hwloc |
Portable Hardware Locality software package The Portable Hardware Locality (hwloc) software package provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including as follows: - NUMA memory nodes; - sockets; - shared caches; - cores and simultaneous multithreading. It also gathers various system attributes such as cache and memory information as well as the locality of I/O devices (such as network interfaces, InfiniBand HCAs or GPUs). It primarily aims at helping applications with gathering information about modern computing hardware so as to exploit it accordingly and efficiently [1]. [1] Portable Hardware Locality (hwloc) WWW. WWW: http://www.open-mpi.org/projects/hwloc/ |
2011-12-18T22:04:13+00:00 | devel/pyside-tools |
Utilities for creating PySide applications Utilities for creating PySide applications. WWW: http://wiki.qt.io/PySide |
2011-12-18T22:03:04+00:00 | devel/pyside |
Python bindings for the Qt applications and UI framework PySide is Python library to create cross-platform graphical user interfaces by providing access to the underlying Qt framework. PySide and its complete generation toolchain is available under LGPL license. This allows developers to create Qt and Qt Quick applications in Python programming language at no cost. WWW: http://qt-project.org/wiki/PySide |
2011-12-18T22:01:26+00:00 | devel/shiboken |
C++ code generator for CPython extensions Shiboken is a GeneratorRunner plugin that outputs C++ code for CPython extensions. WWW: http://www.pyside.org/docs/shiboken/ |
2011-12-18T21:59:39+00:00 | devel/generatorrunner |
Tool to create binding generators for C++ and Qt libraries GeneratorRunner is a tool that eases the development of binding generators for C++ and Qt-based libraries by providing a framework to help automating most of the process. It uses the ApiExtractor library to parse the header files and manipulate the classes information while generating the binding code using front-end modules provided by the user. GeneratorRunner is based on the QtScriptGenerator project WWW: http://www.pyside.org/docs/generatorrunner/ |
2011-12-18T21:58:21+00:00 | devel/apiextractor |
API Extractor library to build PySide API Extractor library to build PySide The API Extractor library is used by the binding generator to parse headers of a given library and merge this data with information provided by typesystem (XML) files, resulting in a representation of how the API should be exported to the chosen target language. The generation of source code for the bindings is performed by specific generators using the API Extractor library. The API Extractor is based on QtScriptGenerator WWW: http://www.pyside.org/docs/apiextractor/ |
2011-12-18T19:27:58+00:00 | textproc/py-zope.app.i18n |
Persistent translation domains and message catalogs Persistent translation domains and message catalogs. WWW: https://pypi.org/project/zope.app.i18n/ |
2011-12-18T19:27:58+00:00 | textproc/py-wicked |
Compact syntax for doing wiki-like content linking and creation wicked is a compact syntax for doing wiki-like content linking and creation in zope and plone. WWW: https://pypi.org/project/wicked/ |
2011-12-18T19:27:58+00:00 | security/py-zope.session |
Client identification and sessions for Zope Client identification and sessions for Zope. WWW: https://pypi.org/project/zope.session/ |
2011-12-18T19:27:58+00:00 | security/py-zope.securitypolicy |
Default security policy for Zope3 Default security policy for Zope3. WWW: https://pypi.org/project/zope.securitypolicy/ |
2011-12-18T19:27:58+00:00 | security/py-zope.principalregistry |
Global principal registry component for Zope3 Global principal registry component for Zope3. WWW: https://pypi.org/project/zope.principalregistry/ |
2011-12-18T19:27:58+00:00 | security/py-zope.principalannotation |
Annotations for Zope Principals Annotations for Zope Principals. WWW: https://pypi.org/project/zope.principalannotation/ |
2011-12-18T19:27:58+00:00 | security/py-zope.pluggableauth |
Pluggable Authentication Utility Pluggable Authentication Utility. WWW: https://pypi.org/project/zope.pluggableauth/ |
2011-12-18T19:27:58+00:00 | security/py-zope.login |
Login helpers for zope.publisher / authentication Login helpers for zope.publisher / authentication. WWW: https://pypi.org/project/zope.login/ |
2011-12-18T19:27:58+00:00 | security/py-zope.authentication |
Definition of authentication basics for the Zope Framework Definition of authentication basics for the Zope Framework. WWW: https://pypi.org/project/zope.authentication/ |
2011-12-18T19:27:58+00:00 | security/py-plone.protect |
Security for browser forms Security for browser forms. WWW: https://pypi.org/project/plone.protect/ |
2011-12-18T19:27:58+00:00 | security/py-plone.keyring |
Manage secrets Manage secrets. WWW: https://pypi.org/project/plone.keyring/ |
2011-12-18T19:27:58+00:00 | devel/py-zope.ramcache |
Zope RAM Cache Zope RAM Cache. WWW: https://pypi.org/project/zope.ramcache/ |
2011-12-18T19:27:58+00:00 | devel/py-zope.generations |
Zope application schema generations Zope application schema generations. WWW: https://pypi.org/project/zope.generations/ |
2011-12-18T19:27:58+00:00 | devel/py-zope.formlib |
Form generation and validation library for Zope Form generation and validation library for Zope. WWW: https://pypi.org/project/zope.formlib/ |
2011-12-18T19:27:58+00:00 | devel/py-zope.error |
Error reporting utility for Zope3 An error reporting utility for Zope3. WWW: https://pypi.org/project/zope.error/ |
2011-12-18T19:27:58+00:00 | devel/py-zope.dublincore |
Zope Dublin Core implementation Zope Dublin Core implementation. WWW: https://pypi.org/project/zope.dublincore/ |
2011-12-18T19:27:58+00:00 | devel/py-zope.copypastemove |
Copy, Paste, and Move support for content components Copy, Paste and Move support for content components. WWW: https://pypi.org/project/zope.copypastemove/ |
2011-12-18T19:27:58+00:00 | devel/py-zope.componentvocabulary |
Zope Component vocabularies Component vocabularies. WWW: https://pypi.org/project/zope.componentvocabulary/ |
2011-12-18T19:27:58+00:00 | devel/py-zope.cachedescriptors |
Method and property caching decorators Method and property caching decorators. WWW: https://pypi.org/project/zope.cachedescriptors/ |
2011-12-18T19:27:58+00:00 | devel/py-zope.applicationcontrol |
Zope applicationcontrol Zope applicationcontrol. WWW: https://pypi.org/project/zope.applicationcontrol/ |
2011-12-18T19:27:58+00:00 | devel/py-zope.app.schema |
Component Architecture based Vocabulary Registry Component Architecture based Vocabulary Registry. WWW: https://pypi.org/project/zope.app.schema/ |
2011-12-18T19:27:58+00:00 | devel/py-zope.app.http |
HTTP Behavior for the Zope Publisher HTTP Behavior for the Zope Publisher. WWW: https://pypi.org/project/zope.app.http/ |
2011-12-18T19:27:58+00:00 | devel/py-zope.app.form |
The Original Zope 3 Form Framework The Original Zope 3 Form Framework. WWW: https://pypi.org/project/zope.app.form/ |
2011-12-18T19:27:58+00:00 | devel/py-zope.app.folder |
Folder Content Type for Zope 3 Folder Content Type for Zope 3. WWW: https://pypi.org/project/zope.app.folder/ |
2011-12-18T19:27:58+00:00 | devel/py-zope.app.exception |
Zope 3 exception views Zope 3 exception views. WWW: https://pypi.org/project/zope.app.exception/ |
2011-12-18T19:27:58+00:00 | devel/py-zope.app.error |
Error reporting utility management UI for Zope3 Error reporting utility management UI for Zope3. WWW: https://pypi.org/project/zope.app.error/ |
2011-12-18T19:27:58+00:00 | devel/py-zope.app.content |
Zope Content Type Zope Content Type. WWW: https://pypi.org/project/zope.app.content/ |
2011-12-18T19:27:58+00:00 | devel/py-zope.app.broken |
Zope Broken (ZODB) Object Support Zope Broken (ZODB) Object Support. WWW: https://pypi.org/project/zope.app.broken/ |
2011-12-18T19:27:58+00:00 | devel/py-zope.app.basicskin |
Zope ZMI Basic Skin Zope ZMI Basic Skin. WWW: https://pypi.org/project/zope.app.basicskin/ |
2011-12-18T19:27:58+00:00 | devel/py-zope.app.applicationcontrol |
Zope application control Zope application control. WWW: https://pypi.org/project/zope.app.applicationcontrol/ |
2011-12-18T19:27:58+00:00 | devel/py-z3c.zcmlhook |
Easily hook into the ZCML processing machinery Easily hook into the ZCML processing machinery. WWW: https://pypi.org/project/z3c.zcmlhook/ |
2011-12-18T19:27:58+00:00 | devel/py-z3c.form |
Advanced form and widget framework for Zope 3 An advanced form and widget framework for Zope 3. WWW: https://pypi.org/project/z3c.form/ |
2011-12-18T19:27:58+00:00 | devel/py-z3c.caching |
Caching infrastructure for web apps Caching infrastructure for web apps. WWW: https://pypi.org/project/z3c.caching/ |
2011-12-18T19:27:58+00:00 | devel/py-z3c.batching |
Simple sequence batching This module implements a simple batching mechanism that allows you to split a large sequence into smaller batches. WWW: https://pypi.org/project/z3c.batching/ |
2011-12-18T19:27:58+00:00 | devel/py-z3c.autoinclude |
Automatically include ZCML Automatically include ZCML. WWW: https://pypi.org/project/z3c.autoinclude/ |
2011-12-18T19:27:58+00:00 | devel/py-five.localsitemanager |
Local site manager implementation for Zope 2 Local site manager implementation for Zope 2. WWW: https://pypi.org/project/five.localsitemanager/ |
2011-12-18T19:27:58+00:00 | devel/py-Products.statusmessages |
Handling of internationalized status messages for Zope statusmessages provides an easy way of handling internationalized status messages managed via an BrowserRequest adapter storing status messages in client-side cookies. WWW: https://pypi.org/project/Products.statusmessages/ |
2011-12-18T19:27:58+00:00 | devel/py-Products.ZopeVersionControl |
Zope Version Control Zope Version Control. WWW: https://pypi.org/project/Products.ZopeVersionControl/ |
2011-12-18T19:27:58+00:00 | devel/py-Products.ZSQLMethods |
SQL method support for Zope 2 SQL method support for Zope 2. WWW: https://pypi.org/project/Products.ZSQLMethods/ |
2011-12-18T19:27:58+00:00 | devel/py-Products.GenericSetup |
Read Zope configuration state from profile dirs / tarballs Read Zope configuration state from profile dirs / tarballs. WWW: https://pypi.org/project/Products.GenericSetup/ |
2011-12-18T18:38:56+00:00 | multimedia/xbmc-addon-xvdr |
XBMC xvdr pvr addon This is a PVR add-on for XBMC to add VDR (http://www.cadsoft.de/vdr) as a TV/PVR Backend to XBMC. It adds support for Live TV watching, replaying of Recordings, programming Timers and EPG TV Guide to use on same computer or over the Network. This add-on requires the installed "vdr-plugin-xvdr" plugin on the VDR server. VDR itself doen't need any patches or modification to use all the current features. WWW: https://github.com/pipelka/xbmc-addon-xvdr |
2011-12-18T18:32:02+00:00 | multimedia/xbmc-pvr |
XBMC is an award winning media center application - PVR branch XBMC Media Center (formerly named "XBox Media Center") is a free and open source cross-platform media-player and entertainment hub. This is a tagged release of the XBMC pvr-ppa-odk branch that adds PVR functionality using tvheadend (not ported to FreeBSD yet but can be used over the network), MythTV (currently broken), or VDR (via external plugins multimedia/xbmc-addon-xvdr and multimedia/vdr-plugin-xvdr), and is located at: https://github.com/opdenkamp/xbmc See also: http://wiki.freebsd.org/VDR WWW: http://xbmc.org/ |
2011-12-18T17:44:38+00:00 | net-mgmt/zenpack-ntpmonitor |
Monitors the offset between system time and a target NTP servers time NTPMonitor monitors the offset between system time and a target NTP (Network Time Server) server's time. More details can be found at provided url. WWW: http://community.zenoss.org/docs/DOC-3469 |
2011-12-18T17:23:38+00:00 | multimedia/vdr-plugin-xvdr |
Video Disk Recorder - XVDR server plugin VDR plugin to handle XBMC clients. The vdr-plugin-xvdr is able to handle serveral XBMC clients connecting via the XVDR addon. WWW: https://github.com/pipelka/vdr-plugin-xvdr |
2011-12-18T09:09:16+00:00 | devel/p5-Thrift-XS |
Faster Thrift binary protocol encoding and decoding Thrift::XS provides faster versions of Thrift::BinaryProtocol and Thrift::MemoryBuffer. Thrift compact protocol support is also available, just replace Thrift::XS::BinaryProtocol with Thrift::XS::CompactProtocol. To use, simply replace your Thrift initialization code with the appropriate Thrift::XS version. WWW: https://metacpan.org/release/Thrift-XS |
2011-12-18T09:04:41+00:00 | textproc/py-rstyoutube |
Embed YouTube videos in reStructuredText documents rstyoutube is a package for embedding YouTube videos in reStructuredText documents. WWW: http://bitbucket.org/cliff/rstyoutube |
2011-12-18T04:18:01+00:00 | emulators/wxmupen64plus |
Mupen64Plus 2.0 GUI frontend written using wxWidgets wxMupen64plus is A Mupen64Plus v2 frontend written with wxWidgets WWW: https://bitbucket.org/auria/wxmupen64plus |
2011-12-17T16:08:51+00:00 | mail/claws-mail-gdata |
Plugin providing Google Contacts in the Tab-address completion Provides access to GData (Google services) for Claws Mail. The only currently implemented feature is inclusion of Google contacts into the address completion. WWW: https://www.claws-mail.org/plugins.php |
2011-12-17T00:46:21+00:00 | www/rubygem-chef-server-webui |
Systems integration framework A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure. WWW: http://www.opscode.com/chef/ |
2011-12-16T22:56:30+00:00 | www/rubygem-chef-server-api |
Systems integration framework. Server API A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure. WWW: http://www.opscode.com/chef/ |
2011-12-16T22:31:48+00:00 | devel/rubygem-yajl-ruby077 |
A 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 |
2011-12-16T22:24:14+00:00 | sysutils/rubygem-chef-expander |
Systems integration framework. Expander Chef is a systems integration framework, built to bring the benefits of configuration management to your entire infrastructure. With Chef, you can: * Manage your servers by writing code, not by running commands. * Integrate tightly with your applications, databases, LDAP directories, and more. * Easily configure applications that require knowledge about your entire infrastructure ("What systems are running my application?" "What is the current master database server?") WWW: http://wiki.opscode.com/display/chef |
2011-12-16T22:23:34+00:00 | textproc/rubygem-fast_xs |
Systems integration framework. Expander fast_xs provides C extensions for escaping text. The original String#fast_xs method is based on the xchar code by Sam Ruby: o intertwingly.net/stories/2005/09/28/xchar.rb o intertwingly.net/blog/2005/09/28/XML-Cleansing _why also packages an older version with Hpricot (patches submitted). The version here should be compatible with the latest version of Hpricot code. Ruby on Rails will automatically use String#fast_xs from either Hpricot or this gem version with the bundled Builder package. String#fast_xs is an almost exact translation of Sam Ruby's original implementation (String#to_xs), but it does escape """ (which is an optional, but all parsers are able ot handle it. XML::Builder as packaged in Rails 2.0 will be automatically use String#fast_xs instead of String#to_xs available. WWW: http://fast-xs.rubyforge.org/ |
2011-12-16T22:22:45+00:00 | textproc/rubygem-escape_utils |
Faster string escaping routines for your web apps Async (EventMachine) HTTP client, with support for: o Asynchronous HTTP API for single & parallel request execution o Keep-Alive and HTTP pipelining support o Auto-follow 3xx redirects with max depth o Automatic gzip & deflate decoding o Streaming response processing o Streaming file uploads o HTTP proxy and SOCKS5 support o Basic Auth & OAuth o Connection-level & Global middleware support o HTTP parser via http_parser.rb o Works wherever EventMachine runs: Rubinius, JRuby, MRI WWW: https://github.com/brianmario/escape_utils |
2011-12-16T22:22:16+00:00 | www/rubygem-em-http-request |
EventMachine based, async HTTP Request client Async (EventMachine) HTTP client, with support for: o Asynchronous HTTP API for single & parallel request execution o Keep-Alive and HTTP pipelining support o Auto-follow 3xx redirects with max depth o Automatic gzip & deflate decoding o Streaming response processing o Streaming file uploads o HTTP proxy and SOCKS5 support o Basic Auth & OAuth o Connection-level & Global middleware support o HTTP parser via http_parser.rb o Works wherever EventMachine runs: Rubinius, JRuby, MRI WWW: https://github.com/igrigorik/em-http-request |
2011-12-16T22:21:37+00:00 | sysutils/rubygem-chef-solr |
Systems integration framework. Client part chef-solr is a Ruby container for SOLR that starts up the Search Engine for the Chef Server under Jetty. For more information, see the following pages on the Chef Wiki: o wiki.opscode.com/display/chef/Search o wiki.opscode.com/display/chef/Chef+Indexer WWW: http://wiki.opscode.com/display/chef |
2011-12-16T22:21:15+00:00 | sysutils/rubygem-chef-server |
Systems integration framework. Server A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure. WWW: http://www.opscode.com/chef/ |
2011-12-16T22:20:47+00:00 | net/rubygem-amqp067 |
Implementation of the AMQP protocol for RabbitMQ clients Simple asynchronous AMQP driver for Ruby/EventMachine. This library works with Ruby 1.8, Ruby 1.9, JRuby and Rubinius. This library was tested primarily with RabbitMQ, although it should be compatible with any server implementing the AMQP 0-8 spec. WWW: http://rubyamqp.info/ |
2011-12-16T22:18:26+00:00 | www/rubygem-merb-core |
Merb. Pocket rocket web framework Merb is a web development framework for fast, simple, and powerful development. merb-core provides core functionality needed to bootstrap and run an application. WWW: https://github.com/merb/merb-core |
2011-12-16T22:17:59+00:00 | www/rubygem-merb-param-protection |
Merb plugin that helps protecting sensible parameters Merb is a web development framework for fast, simple, and powerful development. merb-param-protection allows filtering request parameters in controllers and logs. |
2011-12-16T22:17:35+00:00 | devel/rubygem-dep_selector |
Find a valid assignment of package versions The gem takes as input a representation of packages and their dependencies and finds a binding of packages to versions that satisfies desired constraints. WWW: https://github.com/algorist/dep_selector |
2011-12-16T22:17:14+00:00 | devel/rubygem-rake-compiler |
Build and package Ruby extensions (C, Java) using Rake Provide a standard and simplified way to build and package Ruby extensions (C, Java) using Rake as glue. WWW: https://github.com/rake-compiler/rake-compiler |
2011-12-16T22:16:34+00:00 | www/rubygem-merb-helpers |
Merb plugin containing view helpers Merb is a web development framework for fast, simple, and powerful development. merb-helpers provides helpers for text and HTML formatting. |
2011-12-16T22:16:10+00:00 | www/rubygem-merb-haml |
Merb plugin for HAML support Merb is a web development framework for fast, simple, and powerful development. merb-haml provides support for HAML |
2011-12-16T22:14:57+00:00 | www/rubygem-url_escape |
Fast replacement for CGI.escape and Rack::Utils.escape Fast replacement for CGI.escape and Rack::Utils.escape WWW: https://github.com/bougyman/seedling |
2011-12-16T22:14:34+00:00 | www/rubygem-merb-assets |
Merb plugin for supporting assets Merb is a web development framework for fast, simple, and powerful development. merb-assets provides supports for asset handling. |
2011-12-16T18:40:25+00:00 | sysutils/iogen |
Lightweight tool to generate heavily fragmented I/O iogen is a lightweight tool that generates heavily fragmented I/O. It accomplishes this by forking a number of children that run I/O to a filesystem. This tool is intended to test storage stacks under stress and worst case scenarios. However due to heavy fragmentation of the I/O files, it tends to bypass caching algorithms in storage stacks. WWW: http://www.peereboom.us/iogen/ |
2011-12-16T08:26:27+00:00 | devel/py-TGScheduler |
Turbogears Scheduler TGScheduler is a pure Python scheduler that can be used in any application. Tasks can be run in-process (within threads), forked (as new processes) or synchronously into the code. The scheduler makes it easy to have one-time or recurring tasks run as needed. WWW: https://bitbucket.org/xcg/tgscheduler |
2011-12-15T22:50:58+00:00 | games/sumwars |
Role-playing game, featuring both a single and a multiplayer mode Summoning Wars is an open source role-playing game, featuring both a single-player and a multiplayer mode for about 2 to 8 players. WWW: http://sumwars.org |
2011-12-15T09:22:16+00:00 | math/p5-Math-Int64 |
Manipulate 64 bits integers in Perl Math::Int64 adds support for 64 bit integers, signed and unsigned, to Perl. WWW: https://metacpan.org/release/Math-Int64 |
2011-12-15T07:13:01+00:00 | devel/p5-Test-BinaryData |
Compare two things, give hex dumps if they differ Sometimes using Test::More's is test isn't good enough. Its diagnostics may make it easy to miss differences between strings. By using is_binary instead of is, the "!" tells us that the lines differ, and we can quickly scan the bytes that make up the line to see which differ. When comparing very long strings, we can stop after we've seen a few differences. WWW: https://metacpan.org/release/Test-BinaryData |
2011-12-15T01:20:35+00:00 | science/R-cran-epicalc |
Epidemiological calculator R-cran-epicalc is functions making R easy for epidemiological calculation. WWW: http://cran.r-project.org/web/packages/epicalc/ |
2011-12-14T23:29:47+00:00 | net-p2p/solidcoin |
Alternative Bitcoin peer-to-peer currency client SolidCoin is an open source digital currency, originally based on Bitcoin, but now heavily modified and improved. SolidCoin works over a distributed peer-to-peer network to offer irreversible, low-cost, anonymous and decentralized monetary transactions. WWW: http://solidcoin.info |
2011-12-14T09:03:23+00:00 | sysutils/xen-tools |
Xen management tools The xl program is the new tool for managing Xen guest domains. The program can be used to create, pause, and shutdown domains. It can also be used to list current domains, enable or pin VCPUs, and attach or detach virtual block devices WWW: https://wiki.xen.org/wiki/XL |
2011-12-14T02:04:05+00:00 | devel/p5-Test-Without-Module |
Test fallback behaviour in absence of modules This module allows you to deliberately hide modules from a program even though they are installed. This is mostly useful for testing modules that have a fallback when a certain dependency module is not installed. WWW: https://metacpan.org/release/Test-Without-Module |
2011-12-14T02:00:38+00:00 | devel/p5-Test-Harness-Straps |
Detailed analysis of test results for Perl Test::Harness is limited to printing out its results. This makes analysis of the test results difficult for anything but a human. To make it easier for programs to work with test results, we provide Test::Harness::Straps. Instead of printing the results, straps provide them as raw data. You can also configure how the tests are to be run. WWW: https://metacpan.org/release/Test-Harness-Straps |
2011-12-14T01:45:39+00:00 | devel/p5-MRO-Define |
Define your own method resolution order Define your own method resolution order in Perl WWW: https://metacpan.org/release/MRO-Define |
2011-12-13T16:26:40+00:00 | graphics/showimage |
Simple KDE based image viewer ShowImage is a simple KDE based image viewer using the maximum space inside its window without cluttering the window with menubar, toolbar or statusbar. WWW: http://kde-apps.org/content/show.php/ShowImage?content=143977 |
2011-12-13T15:37:36+00:00 | lang/pypy |
Fast, compliant implementation of the Python language PyPy is a fast, compliant alternative implementation of the Python language (2.7.13). It has several advantages and distinct features: - Speed: thanks to its Just-in-Time compiler, Python programs often run faster on PyPy. - Memory usage: large, memory-hungry Python programs might end up taking less space than they do in CPython. - Compatibility: PyPy is highly compatible with existing python code. It supports ctypes and can run popular python libraries like twisted and django. - Sandboxing: PyPy provides the ability to run untrusted code in a fully secure way. - Stackless: PyPy can be configured to run in stackless mode, providing micro-threads for massive concurrency. - As well as other features. WWW: http://pypy.org |
2011-12-13T06:24:57+00:00 | science/py-obspy.iris |
IRIS Web service client for ObsPy The obspy.iris package contains a client for the DMC Web services provided by IRIS (http://www.iris.edu/ws/). WWW: http://www.obspy.org/ |
2011-12-12T17:26:41+00:00 | devel/ninja-ide |
Cross-platform integrated development environment (IDE) NINJA-IDE (from the recursive acronym: "Ninja-IDE Is Not Just Another IDE"), is a cross-platform integrated development environment (IDE). NINJA-IDE runs on *BSD, Linux/X11, Mac OS X and Windows desktop operating systems, and allows developers to create applications for several purposes using all the tools and utilities of NINJA-IDE, making the task of writing software easier and more enjoyable. WWW: http://ninja-ide.org/ |
2011-12-12T16:36:50+00:00 | devel/p5-MooseX-Types-DateTime-MoreCoercions |
Extensions to MooseX::Types::DateTime MooseX::Types::DateTime::MoreCoercions builds on MooseX::Types::DateTime to add additional custom types and coercions. Since it builds on an existing type, all coercions and constraints are inherited. WWW: https://metacpan.org/release/MooseX-Types-DateTime-MoreCoercions |
2011-12-12T11:29:13+00:00 | devel/p5-MooseX-Types-DateTime |
DateTime related constraints and coercions for Moose MooseX::Types::DateTime packages several Moose::Util::TypeConstraints with coercions, designed to work with the DateTime suite of objects. WWW: https://metacpan.org/release/MooseX-Types-DateTime |
2011-12-12T11:25:50+00:00 | devel/p5-MouseX-App-Cmd |
Mashes up MouseX::Getopt and App::Cmd MouseX::App::Cmd marries App::Cmd with MouseX::Getopt. It is a direct port of MooseX::App::Cmd to Mouse. Use it like App::Cmd advises (especially see App::Cmd::Tutorial), swapping App::Cmd::Command for MouseX::App::Cmd::Command. Then you can write your Mouse commands as Mouse classes, with MouseX::Getopt defining the options for you instead of opt_spec returning a Getopt::Long::Descriptive spec. WWW: https://metacpan.org/release/MouseX-App-Cmd |
2011-12-11T14:50:25+00:00 | graphics/renrot |
Program to rename and rotate image files according to EXIF tags RenRot is utility written in Perl, aiming to carry out different processing tasks upon the image files (especially those containing EXIF data). RenRot renames files according to the flexible name template (allowing the DateTimeOriginal and FileModifyDate EXIF tags, if they exist, otherwise, the name will be set according to the current time stamp). Furthermore, RenRot can aggregate files according to the shooting time period. Additionally, it can losslessly rotate JPEGs and their thumbnails, based on the Orientation EXIF tag, or a given angle. The script can also put commentary into the Commentary and UserComment tags. Personal details can be specified via XMP tags defined in a configuration file. WWW: http://puszcza.gnu.org.ua/projects/renrot/ |
2011-12-10T18:49:25+00:00 | sysutils/vimpager |
Use Vim/NeoVim as a pager Vimpager uses the power of Vim to provide a powerful pager. It runs Vim (or NeoVim, or even GVim) and acts as a frontend, allowing for full Vim syntax highlighting, navigation, and configurability. To make Vimpager look for anything other than `vim', set VIMPAGER_VIM=nvim or VIMPAGER_VIM=gvim. To set Vimpager as your default pager, export PAGER=vimpager in your shell. WWW: https://github.com/rkitover/vimpager |
2011-12-10T05:03:25+00:00 | devel/p5-Log-Contextual |
Perl extension for simple logging interface with a contextual log This module is a simple interface to extensible logging. It is bundled with a really basic logger, Log::Contextual::SimpleLogger, but in general you should use a real logger instead of that. For something more serious but not overly complicated, try Log::Dispatchouli (see "SYNOPSIS" for example.) The reason for this module is to abstract your logging interface so that logging is as painless as possible, while still allowing you to switch from one logger to another. WWW: https://metacpan.org/release/Log-Contextual |
2011-12-09T08:59:34+00:00 | science/py-obspy.db |
A seismic waveform indexer and database for ObsPy The obspy.db package contains a waveform indexer collecting metadata from a file based waveform archive and storing in into a standard SQL database. Supported waveform formats depend on installed ObsPy packages. WWW: http://www.obspy.org/ |
2011-12-09T08:26:43+00:00 | net/py-novaclient |
Client for the OpenStack Nova API This is a client for the OpenStack Nova API. There's a Python API (the novaclient module), and a command-line script (nova). Each implements 100% of the OpenStack Nova API. WWW: https://pypi.python.org/pypi/python-novaclient |
2011-12-08T19:46:29+00:00 | databases/php52-rrdtool |
A php 52 rrdtool glue Contained herein are bindings to allow you to interface php scripts with RRD tool directly via RRD tool's 'librrd' library, thus avoiding the need to use system() calls to the rrdtool binary. WWW: http://oss.oetiker.ch/rrdtool/pub/contrib/php_rrdtool.txt |
2011-12-08T18:32:10+00:00 | devel/py-prettytable |
Library for displaying tabular data in an ASCII table format PrettyTable is a simple Python library designed to make it quick and easy to represent tabular data in visually appealing ASCII tables. It was inspired by the ASCII tables used in the PostgreSQL shell psql. PrettyTable allows for selection of which columns are to be printed, independent alignment of columns (left or right justified or centred) and printing of "sub-tables" by specifying a row range. WWW: https://github.com/jazzband/prettytable |
2011-12-08T12:57:59+00:00 | x11/i3status |
Small program for generating a status bar i3status is a small program (about 1500 SLOC) for generating a status bar for dzen2, xmobar or similar programs. It is designed to be very efficient by issuing a very small number of system calls, as one generally wants to update such a status line every second. This ensures that even under high load, your status bar is updated correctly. Also, it saves a bit of energy by not hogging your CPU as much as spawning the corresponding amount of shell commands would. WWW: https://i3wm.org/i3status/ |
2011-12-07T14:24:20+00:00 | net-mgmt/nagios-check_netsnmp |
Nagios plug-in to get some common NetSNMP-exported information A plugin for Nagios to query common NetSNMP-exported information: -- disk status; -- processes status; -- swap status; -- load averages; -- anything else exported via NetSNMP's exec or extend directives. |
2011-12-07T07:03:16+00:00 | devel/py-wsgitools |
Useful middlewares and filters for wsgi as well as scgi servers wsgitools is a set of tools working with WSGI (see PEP 333). It includes classes for filtering content, middlewares for caching, logging and tracebacks as well as two backends for SCGI. Goals in writing it were portability and simplicity. WWW: http://subdivi.de/~helmut/wsgitools/ |
2011-12-06T14:02:20+00:00 | security/p5-App-TLSMe |
Perl extension for TLS/SSL tunnel TLS/SSL proxy in front of the application creates a transparent encryption tunnel. WWW: https://metacpan.org/release/App-TLSMe |
2011-12-06T11:40:17+00:00 | devel/p5-Set-CrossProduct |
Work with the cross product of two or more sets Create a list by taking one item from each array, and do that for all possible ways that can be done, so that the first item in the list is always from the first array, the second item from the second array, and so on. WWW: https://metacpan.org/release/Set-CrossProduct |
2011-12-06T03:42:27+00:00 | misc/p5-Geo-Coder-Geocoder-US |
Geocode a location using http://geocoder.us/ Geo::Coder::Geocoder::US geocodes addresses by looking them up on the http://geocoder.us/ website. Because this site throttles access, this class does to, to one request every 15 seconds. WWW: http://search.cpan.org/dist/Geo-Coder-Geocoder-US/ |
2011-12-05T22:48:34+00:00 | devel/ruby-gio2 |
Ruby binding of GIO Ruby/GIO2 is a Ruby binding of gio-2.0.x. WWW: http://ruby-gnome2.sourceforge.jp/ |
2011-12-05T20:31:53+00:00 | x11-toolkits/fltk11 |
Cross-platform C++ graphical user interface toolkit The Fast Light ToolKit ("FLTK", pronounced "fulltick") is a LGPL'd C++ graphical user interface for X. FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL and its built-in GLUT emulation. WWW: http://www.fltk.org/ |
2011-12-05T11:44:19+00:00 | databases/p5-DBIx-Safe |
Safer access to your database through a DBI database handle The purpose of DBIx::Safe is to give controlled, limited access to an application, rather than simply passing it a raw database handle through DBI. DBIx::Safe acts as a wrapper to the database, by only allowing through the commands you tell it to. It filters all things related to the database handle - methods and attributes. The typical usage is for your application to create a database handle via a normal DBI call to new(), then pass that to DBIx::Safe->new(), which will return you a DBIx::Safe object. After specifying exactly what is and what is not allowed, you can pass the object to the untrusted application. The object will act very similar to a DBI database handle, and in most cases can be used interchangeably. By default, nothing is allowed to run at all. There are many things you can control. You can specify which SQL commands are allowed, by indicating the first word in the SQL statement (e.g. 'SELECT'). You can specify which database methods are allowed to run (e.g. 'ping'). You can specify a regular expression that allows matching SQL statements to run (e.g. 'qr{SET TIMEZONE}'). You can specify a regular expression that is NOT allowed to run (e.g. qr(UPDATE xxx}). Finally, you can indicate which database attributes are allowed to be read and changed (e.g. 'PrintError'). For all of the above, there are matching methods to remove them as well. WWW: https://metacpan.org/release/DBIx-Safe |
2011-12-05T11:32:45+00:00 | textproc/p5-String-ToIdentifier-EN |
Convert Strings to English Program Identifiers String::ToIdentifier::EN provides a utility method, "to_identifier" for converting an arbitrary string into a readable representation using the ASCII subset of \w for use as an identifier in a computer program. The intent is to make unique identifier names from which the content of the original string can be easily inferred by a human just by reading the identifier. If you need the full set of \w including Unicode, see the subclass String::ToIdentifier::EN::Unicode. Currently, this process is one way only, and will likely remain this way. The default is to create camelCase identifiers, or you may pass in a separator char of your choice such as _. Binary char groups will be separated by _ even in camelCase identifiers to make them easier to read, e.g.: foo_2_0xFF_Bar. WWW: https://metacpan.org/release/String-ToIdentifier-EN |
2011-12-05T05:14:26+00:00 | devel/mingw32-openssl |
The OpenSSL library cross-compiled for MinGW32 This is the OpenSSL library cross-compiled for MinGW32. WWW: http://www.openssl.org/ WWW: http://sctp.fh-muenster.de/dtls-patches.html |
2011-12-04T18:30:18+00:00 | devel/mingw32-libffi |
The libffi library cross-compiled for MinGW32 This is the libffi library cross-compiled for MinGW32. WWW: http://sources.redhat.com/libffi/ |
2011-12-04T18:03:56+00:00 | devel/mingw32-libyaml |
The libyaml library cross-compiled for MinGW32 This is the libyaml library cross-compiled for MinGW32. WWW: http://pyyaml.org/wiki/LibYAML |
2011-12-04T13:57:27+00:00 | devel/mingw32-zlib |
The zlib library cross-compiled for MinGW32 This is the zlib library cross-compiled for MinGW32. WWW: http://zlib.net/ |
2011-12-04T11:38:17+00:00 | www/p5-Fliggy |
Perl extension for Fliggy: Twiggy with inlined flash policy server Fliggy inherits Twiggy and adds support for inlined Flash Policy server (useful for Plack::Middleware::SocketIO or Flash WebSocket fallback). No need to run Flash Policy server as root on 843 port! Usage is exactly the same as Twiggy, whenever you run twiggy command, replace it with fliggy and you're ready to go. WWW: https://metacpan.org/release/Fliggy |
2011-12-04T10:05:29+00:00 | www/p5-Template-Simple |
Fast templating module Template::Simple is a flexible, efficient and fast templating module for mod_perl written by Uri Guttman. It has a very simple markup scheme, but does nearly any templating task you could want as installed (and provides for callbacks if you want to extend it). WWW: https://metacpan.org/release/Template-Simple |
2011-12-02T14:53:56+00:00 | devel/p5-Sepia |
Simple Emacs-Perl Interface Sepia is a set of features to make Emacs a better tool for Perl development. This package contains the Perl side of the implementation, including all user-serviceable parts (for the cross-referencing facility see Sepia::Xref). WWW: https://metacpan.org/release/Sepia |
2011-12-02T06:31:04+00:00 | www/p5-Router-Simple |
Simple HTTP Router Router::Simple is a simple router class. Its main purpose is to serve as a dispatcher for web applications. Router::Simple can match against PSGI $env directly, which means it's easy to use with PSGI supporting web frameworks. WWW: https://metacpan.org/release/Router-Simple |
2011-12-02T01:27:24+00:00 | chinese/opencc |
Open Chinese Convert library and utilities Open Chinese Convert (OpenCC) is an open source Simplified-Traditional Chinese conversion project, providing high quality thesaurus and libopencc, as well as a conversion utility and a dictionary generator. WWW: https://github.com/BYVoid/OpenCC |
2011-12-01T23:32:06+00:00 | graphics/py-blockdiagcontrib-cisco |
Networking shapes for blockdiag designed by Cisco A plugin for blockdiag that provides shapes for networking. The shapes are using Network Topology Icons designed by Cisco Systems, Inc. o Network Topology Icons: http://www.cisco.com/web/about/ac50/ac47/2.html o Cisco Systems, Inc: http://www.cisco.com/ WWW: https://pypi.org/project/blockdiagcontrib-cisco/ |
2011-12-01T20:08:27+00:00 | net/openvswitch |
Production quality, multilayer virtual switch Open vSwitch is a production quality, multilayer virtual switch licensed under the open source Apache 2.0 license. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, sFlow, RSPAN, ERSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. WWW: http://openvswitch.org/ |
2011-12-01T20:01:57+00:00 | security/scannedonly |
Samba VFS virus scanning daemon Scannedonly is a samba VFS module and a scanning daemon that ensure that only files that have been scanned for viruses are visible and accessible to the end user. Scannedonly was developed because of scalability problems with samba-vscan: high server loads when (the same) files were requested often, and timeouts when large zip files were requested. Scannedonly doesn't have these problems, but it does introduce some other issues. Choose the product that suits you best. Scannedonly is available under the open source GPL licence. The source code repository is available on Sourceforge. WWW: http://olivier.sessink.nl/scannedonly/ |
2011-12-01T09:39:49+00:00 | comms/p5-SMS-Send-NexmoUnicode |
SMS::Send driver for www.nexmo.com (Unicode) SMS::Send::NexmoUnicode is a SMS::Send driver which allows you to send messages through www.nexmo.com WWW: https://metacpan.org/release/SMS-Send-NexmoUnicode |
2011-11-30T22:20:54+00:00 | sysutils/feather |
Python script for managing tarsnap backups Feather is a tarsnap wrapper script that performs and maintains a set of backups as defined by a YAML configuration file. Features: - Dynamic scheduling - Keep an arbitrary number of backups of each schedule type - Restrict schedules based on time of day - Restrict feather run to a certain amount of wall time (max_runtime) - Multiple backup paths per tarsnap - Multiple exclude list per tarsnap WWW: https://github.com/danrue/feather |
2011-11-30T17:24:33+00:00 | devel/p5-DateTime-Astro |
Functions For Astromical Calendars DateTime::Astro implements functions used in astronomical calendars: - Solar Longitude - Solar Terms - Lunar Longitude - New Moons ... etc This module is best used in environments where a C compiler and the MPFR arbitrary precision math library is installed. It can fallback to using Math::BigInt, but that would pretty much render it useless because of its speed and loss of accuracy that may creep up while doing Perl to C struct conversions. WWW: https://metacpan.org/release/DateTime-Astro |
2011-11-30T15:18:01+00:00 | x11-fonts/anonymous-pro |
Fixed width sans designed especially for coders Anonymous Pro (2009) is a family of four fixed-width fonts designed especially with coding in mind. Characters that could be mistaken for one another (O, 0, I, l, 1, etc.) have distinct shapes to make them easier to tell apart in the context of source code. WWW: http://www.ms-studio.com/FontSales/anonymouspro.html |
2011-11-30T04:49:03+00:00 | sysutils/easypbi |
Graphical PBI module and package creator EasyPBI makes creating Push Button Installer modules and packages a simple process by using a point-n-click interface. WWW: http://makeapbi.sf.net |
2011-11-29T22:32:18+00:00 | x11-fonts/anonymousPro |
A fixed width sans designed especially for coders Anonymous Pro (2009) is a family of four fixed-width fonts designed especially with coding in mind. Characters that could be mistaken for one another (O, 0, I, l, 1, etc.) have distinct shapes to make them easier to tell apart in the context of source code. Author: Mark Simonson <mark@marksimonson.com> WWW: http://www.ms-studio.com/FontSales/anonymouspro.html |
2011-11-28T17:06:32+00:00 | sysutils/rubygem-SyslogLogger |
Logger replacement that logs to syslog SyslogLogger is a Logger replacement that logs to syslog. It is almost drop-in with a few caveats. WWW: https://github.com/seattlerb/sysloglogger |
2011-11-28T09:18:26+00:00 | devel/p5-Test-Refcount |
Assert reference counts on objects The Perl garbage collector uses simple reference counting during the normal execution of a program. This means that cycles or unweakened references in other parts of code can keep an object around for longer than intended. To help avoid this problem, the reference count of a new object from its class constructor ought to be 1. This way, the caller can know the object will be properly DESTROYed when it drops all of its references to it. Test::Refcount provides two test functions to help ensure this property holds for an object class, so as to be polite to its callers. If the assertion fails; that is, if the actual reference count is different to what was expected, a trace of references to the object can be printed, if Marc Lehmann's Devel::FindRef module is installed. This may assist the developer in finding where the references are. WWW: https://metacpan.org/release/Test-Refcount |
2011-11-28T09:17:35+00:00 | devel/p5-Test-Identity |
Assert the referential identity of a reference Test::Identity provides a single testing function, identical. It asserts that a given reference is as expected; that is, it either refers to the same object or is undef. It is similar to Test::More::is except that it uses refaddr, ensuring that it behaves correctly even if the references under test are objects that overload stringification or numification. It also provides better diagnostics if the test fails. WWW: https://metacpan.org/release/Test-Identity |
2011-11-28T07:12:06+00:00 | devel/p5-Sys-Virt |
Perl bindings for libvirt The Sys::Virt module provides a Perl XS binding to the libvirt virtual machine management APIs. This allows machines running within arbitrary virtualization containers to be managed with a consistent API. WWW: https://metacpan.org/release/Sys-Virt |
2011-11-27T13:14:56+00:00 | net/p5-WebService-Dropbox |
Perl interface to Dropbox API WebService::Dropbox is Perl interface to Dropbox API It includes the following features: - Supports Dropbox v2 REST API - Supports Furl (Fast!!!) - Streaming IO (Low Memory) WWW: https://metacpan.org/pod/WebService::Dropbox |
2011-11-25T19:06:23+00:00 | devel/php5-dav |
The PHP WebDAV extension The PHP WebDAV extension WWW: http://php-webdav.pureftpd.org/project/php-webdav |
2011-11-25T18:45:35+00:00 | www/py-django_compressor |
Compresses linked and inline JavaScript/CSS into a single cached file Django Compressor combines and compresses linked and inline Javascript or CSS in a Django template into cacheable static files by using the compress template tag. WWW: https://github.com/jezdez/django_compressor |
2011-11-25T18:36:29+00:00 | devel/libk8055 |
Velleman K8055 USB experimental board support and command line tool Port for libk8055 to provide support for the Velleman K8055 USB Experiment Board. Package also include k8055 command line tool. Now you can use it with shells scripts/cron jobs. WWW: http://www.horizon9.org/~geroy/ |
2011-11-25T16:43:07+00:00 | devel/p5-AnyEvent-Graphite |
Non-blocking Graphite client A non-blocking Graphite client WWW: https://metacpan.org/release/AnyEvent-Graphite |
2011-11-25T15:48:57+00:00 | archivers/php5-phar |
|
2011-11-25T14:09:12+00:00 | net/quagga-re |
Branch of popular quagga software pointed at stability Quagga-RE (Release Engineering) is a process established on the base of the well-known Quagga Routing Suite project. The aim of this process is to deliver better tested version releases, in the first turn focused on OSPF and BGP stability. WWW: http://sourceforge.net/projects/quagga/files/Quagga-RE/ |
2011-11-25T12:56:22+00:00 | sysutils/fpart |
Sort and pack files into partitions Fpart is a tool that helps you sort files and pack them into bags ("partitions"). It is developped in C and available under the BSD license. It splits a list of directories and files into a certain number of partitions, trying to produce partitions with the same size and number of files. It can also produce partitions with a given number of files or a limited size. WWW: http://contribs.martymac.org |
2011-11-25T07:03:39+00:00 | comms/p5-Nexmo-SMS |
Send SMS via http://www.nexmo.com/ API Nexmo::SMS is a perl module which allow you to send SMS via http://www.nexmo.com/ WWW: https://metacpan.org/release/Nexmo-SMS |
2011-11-25T01:58:39+00:00 | net/p5-IO-Socket-IP |
Drop-in replacement for IO::Socket::INET supporting IPv4 and IPv6 IO::Socket::IP provides a protocol-independent way to use IPv4 and IPv6 sockets, as a drop-in replacement for IO::Socket::INET. Most constructor arguments and methods are provided in a backward-compatible way. For a list of known differences, see the IO::Socket::INET INCOMPATIBILITES section below. It uses the getaddrinfo(3) function to convert hostnames and service names or port numbers into sets of possible addresses to connect to or listen on. This allows it to work for IPv6 where the system supports it, while still falling back to IPv4-only on systems which don't. WWW: https://metacpan.org/release/IO-Socket-IP |
2011-11-24T18:15:21+00:00 | ports-mgmt/pkg-plist |
Generate a pkg-plist for a port Make a pkg-plist for a FreeBSD port. Try to be as "automatic" as possible. That's all it does ;-) Basic usage =========== 1. Build your port to the staging directory: `make stage`. 2. Run this from your port's directory (or set `-p`). Alternatively, you can install your ports to a "fake" prefix, this is the "old" from before staging support, but it has the added advantage that you've tested whether your port works when installing to a different prefix. 1. Build & install your port with a different `PREFIX`: `make install PREFIX=/var/tmp/ptest`. 2. Run this from your port's directory with `-x` set to `PREFIX`. WWW: http://code.arp242.net/pkg-plist |
2011-11-24T15:06:22+00:00 | www/xpi-server_spy |
Indicates what brand of HTTP server runs on the visited site Server Spy indicates what brand of HTTP server (e.g. Apache, IIS, etc.) runs on the visited sites. WWW: http://releases.mozilla.org/pub/mozilla.org/addons/2036/ |
2011-11-24T15:00:59+00:00 | www/xpi-showip |
Show the IP address of the current page in the status bar Show the IP address of the current page in the status bar. WWW: http://code.google.com/p/firefox-showip/ |
2011-11-24T14:16:47+00:00 | dns/py-idnkit2 |
Python bindings for Internationalized Domain Name toolkit 2 Internationalized Domain Name toolkit 2 (idnkit-2) provides useful APIs (libraries) for application developers to make softwares IDNA2008-compliant, and also provides tools for system administrators to process IDNs appropriately according to IDNA2008 specification. The idnkit-2 is a toolkit revised by JPRS from the idnkit-1.0 developed by JPNIC, and it is released as an open source free software modified to comply with IDNA2008. idnkit-2 consists from its main part written in C and additional API packages for other languages (Java, Python, and Perl). WWW: http://jprs.co.jp/idn/index-e.html |
2011-11-23T17:12:04+00:00 | games/p5-Algorithm-Pair-Best2 |
Select tournament pairings Algorithm::Pair::Best2 is a re-write of Algorithm::Pair::Best. The interface is simplified and the implementation is significantly streamlined. After creating an Algorithm::Pair::Best2 object (with->new), add items to the list of items (i.e: players) to be paired. The final list must contain an even number of items or picking the pairs will throw an exception. Algorithm::Pair::Best2->pick explores all combinations of items and returns the pairing list with the best (lowest) score. WWW: https://metacpan.org/release/Algorithm-Pair-Best2 |
2011-11-23T14:37:15+00:00 | security/oath-toolkit |
Library, tools, and PAM module for OATH authentication The OATH Toolkit contains a shared library, command line tool and a PAM module that makes it possible to build one-time password authentication systems. Supported technologies include the event-based HOTP algorithm and the time-based TOTP algorithm. OATH is the Open AuTHentication organization which specify the algorithms. The components included in the package is: - liboath: A shared and static C library for OATH handling. - oathtool: A command line tool for generating and validating OTPs. - pam_oath: A PAM module for pluggable login authentication for OATH. WWW: http://www.nongnu.org/oath-toolkit/ |
2011-11-23T11:29:11+00:00 | www/xpi-gdata_provider |
Allows bidirectional access to Google Calendar The GDATA Provider is an adapter that connects the internals of Mozilla's Lightning calendar add-on to Google Calendar RESTful data services. This allows you to view, edit and manipulate Google calendars within Lightning. WWW: https://wiki.mozilla.org/Calendar:GDATA_Provider |
2011-11-23T04:32:53+00:00 | devel/py-ordereddict |
Drop-in substitute for Py2.7's new collections Drop-in substitute for Py2.7's new collections.OrderedDict. The recipe has big-oh performance that matches regular dictionaries (amortized O(1) insertion/deletion/lookup and O(n) iteration/repr/copy/equality_testing). WWW: https://pypi.org/project/ordereddict/ |
2011-11-23T01:53:31+00:00 | sysutils/fusefs-ifuse |
FUSE-based filesystem for mounting iOS devices over USB iFuse is a tool for reaching iOS devices filesystems over USB, without the need of jailbreaking and installing an SSH server on your iGadget. iFuse is useful if you want to mount the device manually or if you don't have GNOME with GVFS nor KDE with kio-ufc installed. WWW: http://www.libimobiledevice.org |
2011-11-22T22:27:48+00:00 | www/trac-email2trac-postfix |
|
2011-11-21T16:32:19+00:00 | databases/mysql-connector-c++ |
MySQL database connector for C++ MySQL Connector/C++ is a MySQL database connector for C++ implementing a subset of the JDBC 4.0 API. The MySQL Connector/C++ currently features the following classes: * Connection * DatabaseMetaData * Driver * PreparedStatement * ResultSet * ResultSetMetaData * Savepoint * Statement The JDBC 4.0 API defines approximately 450 methods for the above mentioned classes. MySQL Connector/C++ implements around 80% of these and makes them available in the current release. WWW: http://dev.mysql.com/doc/relnotes/connector-cpp/en/index.html |
2011-11-21T15:15:54+00:00 | emulators/virtio-kmod |
virtio kernel modules port for 8.[234]/9.[01] Port for package building of virtio kernel loadable modules. This port support only 8.[234] and 9.[01] releases. WWW: http://people.FreeBSD.org/~kuriyama/virtio/ |
2011-11-20T20:53:34+00:00 | deskutils/xpad-current |
Virtual note-pad system for your X11 desktop xpad is a sticky note application written using GTK+ 3.0 that strives to be simple, fault-tolerant, and customizable. xpad consists of independent pad windows; each is basically a text box in which notes can be written. Despite being called xpad, all that is needed to run or compile it is the GTK+ 3.0 libraries. Here is a list of major features in the current xpad current release: * GTK+ 3.0 powered text view. * Fault tolerant. All information is kept on the hard drive, not memory. * xpad is very customizable. The color scheme (text, background, and window borders) and the font can be changed. * A customizable toolbar puts the most frequently used commands at your fingertips. * Support for the X session management protocol. * Support for the www.freedesktop.org system tray proposal. WWW: https://launchpad.net/xpad |
2011-11-19T18:14:53+00:00 | graphics/electrix |
Application to view PDF files eLectrix is an application to view Portable Document Format (PDF) files. Features: - zoom an rotation - basic text search - basic navigation history - fullscreen mode - tabs WWW: http://electrix.sourceforge.net/ |
2011-11-19T14:25:52+00:00 | security/clamav-milter |
|
2011-11-18T18:36:29+00:00 | audio/osd-lyrics |
On-screen lyrics display program for various media players OSD Lyrics is a lyrics display program compatible with various media players. It is not a plugin but a standalone program. OSD Lyrics shows lyrics on your desktop, in the style similar to KaraOK. It also provides another displaying style, in which lyrics scroll from bottom to top. OSD Lyrics can download lyrics from the network automatically. WWW: https://code.google.com/archive/p/osd-lyrics/ |
2011-11-18T18:24:34+00:00 | audio/deadbeef-mpris-plugin |
MPRIS plugin for DeaDBeeF music player This is MPRIS (Media Player Remote Interfacing Specification) plugin for DeaDBeeF music player. The Media Player Remote Interfacing Specification is a standard D-Bus interface which aims to provide a common programmatic API for controlling media players. It provides a mechanism for compliant media players discovery, basic playback, and media player state control as well as a tracklist interface which is used to add context to the current item. WWW: http://code.google.com/p/deadbeef-mpris-plugin/ |
2011-11-18T08:39:20+00:00 | textproc/p5-Pod-Markdown |
Module to convert POD to Markdown This module subclasses Pod::Parser and converts POD to Markdown. WWW: https://metacpan.org/release/Pod-Markdown |
2011-11-17T17:07:49+00:00 | devel/p5-Symbol-Util |
Additional utils for Perl symbols manipulation Additional utils for Perl symbols manipulation WWW: https://metacpan.org/release/Symbol-Util |
2011-11-16T17:48:53+00:00 | dns/idnkit2 |
Internationalized Domain Name toolkit 2 Internationalized Domain Name toolkit 2 (idnkit-2) provides useful APIs (libraries) for application developers to make softwares IDNA2008-compliant, and also provides tools for system administrators to process IDNs appropriately according to IDNA2008 specification. The idnkit-2 is a toolkit revised by JPRS from the idnkit-1.0 developed by JPNIC, and it is released as an open source free software modified to comply with IDNA2008. idnkit-2 consists from its main part written in C and additional API packages for other languages (Java, Python, and Perl). WWW: https://jprs.co.jp/idn/index-e.html |
2011-11-16T16:57:13+00:00 | www/rubygem-unicorn |
HTTP server for Rack applications Unicorn is an HTTP server for Rack applications designed to only serve fast clients on low-latency, high-bandwidth connections and take advantage of features in Unix/Unix-like kernels. Slow clients should only be served by placing a reverse proxy capable of fully buffering both the request and response in between Unicorn and slow clients. WWW: https://yhbt.net/unicorn/ |
2011-11-16T16:38:00+00:00 | www/rubygem-raindrops |
Real-time stats toolkit to show statistics for Rack HTTP servers Raindrops is a real-time stats toolkit to show statistics for Rack HTTP servers. It is designed for preforking servers such as Rainbows! and Unicorn, but should support any Rack HTTP server under Ruby 1.9, 1.8 and Rubinius on platforms supporting POSIX shared memory. It may also be used as a generic scoreboard for sharing atomic counters across multiple processes. WWW: https://yhbt.net/raindrops/ |
2011-11-16T16:29:48+00:00 | devel/rubygem-kgio |
Provides non-blocking I/O methods kgio provides non-blocking I/O methods for Ruby without raising exceptions on EAGAIN and EINPROGRESS. It is intended for use with the Unicorn and Rainbows! Rack servers, but may be used by other applications (that run on Unix-like platforms). WWW: https://yhbt.net/kgio/ |
2011-11-16T14:15:15+00:00 | www/py-django-annoying |
Eliminate annoying things in the Django framework This is a django application that tries to eliminate annoying things in the Django framework. Features: render_to decorator - reduce typing in django views. signals decorator - allow use signals as decorators. ajax_request decorator - returns JsonResponse with this dict as content. autostrip decorator - strip text form fields before validation. get_object_or_None function - similar to get_object_or_404, but returns None if object not found. get_config function - get settings from django.conf if exists, return default value otherwise. AutoOneToOne field - creates related object on first call if it doesn't exist yet. HttpResponseReload - reload and stay on same page from where request was made. StaticServer middleware - instead of configuring urls.py, just add this middleware and it will serve you static files. JSONField - custom field that lets you easily store JSON data in one of your model fields. WWW: https://github.com/skorokithakis/django-annoying |
2011-11-16T13:37:19+00:00 | security/p5-Net-SSL-ExpireDate |
Obtain expiration date of certificate Net::SSL::ExpireDate get certificate from network (SSL) or local file and obtain its expiration date. WWW: https://metacpan.org/release/Net-SSL-ExpireDate |
2011-11-16T06:44:36+00:00 | devel/py-Products.StandardCacheManagers |
Cache managers for Zope 2 This package provides two cache managers for Zope 2. A RAMCacheManager and an Accelerated HTTP cache manager, which adds HTTP cache headers to responses. WWW: https://pypi.org/project/Products.StandardCacheManagers/ |
2011-11-16T06:39:13+00:00 | devel/py-Products.PythonScripts |
Support for restricted execution of Python scripts in Zope 2 The Python Scripts product provides support for restricted execution of Python scripts, exposing them as callable objects within the Zope environment. WWW: https://pypi.org/project/Products.PythonScripts/ |
2011-11-16T06:34:29+00:00 | devel/py-zope.testbrowser |
Programmable browser for functional black-box tests zope.testbrowser provides an easy-to-use programmable web browser with special focus on testing. It is used in Zope, but it's not Zope specific at all. For instance, it can be used to test or otherwise interact with any web site. WWW: https://pypi.org/project/zope.testbrowser/ |
2011-11-16T06:29:00+00:00 | devel/py-zope.viewlet |
Zope Viewlets Viewlets provide a generic framework for building pluggable user interfaces. WWW: https://pypi.org/project/zope.viewlet/ |
2011-11-16T06:21:46+00:00 | devel/py-zope.site |
Local registries for zope component architecture This package provides a local and persistent site manager implementation, so that one can register local utilities and adapters. It uses local adapter registries for its adapter and utility registry. The module also provides some facilities to organize the local software and ensures the correct behavior inside the ZODB. WWW: https://pypi.org/project/zope.site/ |
2011-11-16T05:26:57+00:00 | devel/p5-Class-Load-XS |
XS implementation of parts of Class::Load Class::Load::XS provides an XS implementation for portions of Class::Load. See Class::Load for API details. WWW: https://metacpan.org/release/Class-Load-XS |
2011-11-16T03:26:39+00:00 | devel/py-zope.ptresource |
Page template resource plugin for zope.browserresource This package provides a "page template" resource class, a resource which content is processed with Zope Page Templates engine before returning to client. WWW: https://pypi.org/project/zope.ptresource/ |
2011-11-16T03:20:12+00:00 | devel/py-zope.processlifetime |
Zope process lifetime events This package provides interfaces/implementations for events relative to the lifetime of a server process (startup, database opening, etc.) WWW: https://pypi.org/project/zope.processlifetime/ |
2011-11-16T03:14:47+00:00 | devel/py-zope.contentprovider |
Content Provider Framework for Zope Templates This package provides a framework to develop componentized Web GUI applications. Instead of describing the content of a page using a single template or static system of templates and METAL macros, content provider objects are dynamically looked up based on the setup/configuration of the application. WWW: https://pypi.org/project/zope.contentprovider/ |
2011-11-15T09:03:57+00:00 | mail/py-zope.sendmail |
Zope sendmail zope.sendmail is a package for email sending from Zope3 applications. WWW: https://pypi.org/project/zope.sendmail/ |
2011-11-15T07:47:28+00:00 | devel/py-Products.MIMETools |
Provides the <!--#mime--> tag for DocumentTemplate MIMETools provides the <!--#mime--> tag for DocumentTemplate. WWW: https://pypi.org/project/Products.MIMETools/ |
2011-11-15T07:40:26+00:00 | devel/py-Products.ExternalMethod |
Support for external Python methods within a Zope 2 environment This package provides support for external Python methods within a Zope 2 environment. WWW: https://pypi.org/project/Products.ExternalMethod/ |
2011-11-15T07:33:27+00:00 | devel/py-Products.BTreeFolder2 |
BTree based implementation for Zope 2's OFS BTreeFolder2 is a Zope product that acts like a Zope2 OFS folder but can store many more items. WWW: https://pypi.org/project/Products.BTreeFolder2/ |
2011-11-15T07:28:16+00:00 | devel/py-zope.browserresource |
Browser resources implementation for Zope This package provides an implementation of browser resources. It also provides directives for defining those resources using ZCML. WWW: https://pypi.org/project/zope.browserresource/ |
2011-11-15T07:15:40+00:00 | devel/py-zope.browserpage |
ZCML directives for configuring browser views for Zope This package provides ZCML directives for configuring browser views. WWW: https://pypi.org/project/zope.browserpage/ |
2011-11-15T07:07:53+00:00 | devel/py-zope.container |
Zope Container This package define interfaces of container components, and provides container implementations such as a BTreeContainer and OrderedContainer, as well as the base class used by zope.site.folder for the Folder implementation. WWW: https://pypi.org/project/zope.container/ |
2011-11-15T07:01:34+00:00 | devel/py-zope.tales |
Zope Template Application Language Expression Syntax (TALES) Zope Template Application Language Expression Syntax (TALES). WWW: https://pypi.org/project/zope.tales/ |
2011-11-15T06:55:45+00:00 | devel/py-zope.pagetemplate |
Zope Page Templates Page Templates provide an elegant templating mechanism that achieves a clean separation of presentation and application logic while allowing for designers to work with templates in their visual editing tools (FrontPage, Dreamweaver, GoLive, etc.). WWW: https://pypi.org/project/zope.pagetemplate/ |
2011-11-15T06:48:35+00:00 | devel/py-zope.browsermenu |
Browser menu implementation for Zope This package provides an implementation of browser menus and ZCML directives for configuring them. WWW: https://pypi.org/project/zope.browsermenu/ |
2011-11-15T06:33:15+00:00 | devel/py-six |
Python 2 and 3 compatibility utilities Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided. WWW: https://github.com/benjaminp/six |
2011-11-15T01:25:04+00:00 | devel/py-zope.traversing |
Resolving paths in the object hierarchy The zope.traversing package provides adapteres for resolving object paths by traversing an object hierarchy. WWW: https://pypi.org/project/zope.traversing/ |
2011-11-15T01:13:23+00:00 | devel/py-Products.ZCatalog |
Zope2's indexing and search solution The ZCatalog is Zope2's built in search engine. It allows you to categorize and search all kinds of Zope objects. It comes with a variety of indexes for different types of data. WWW: https://pypi.org/project/Products.ZCatalog/ |
2011-11-15T01:05:40+00:00 | devel/py-Products.ZCTextIndex |
Full text indexing for ZCatalog/Zope2 This package contains a full text indexing facility for Zope2 and more specifically for Products.ZCatalog. WWW: https://pypi.org/project/Products.ZCTextIndex/ |
2011-11-14T06:55:34+00:00 | devel/py-Products.OFSP |
General Zope 2 help screens OFSP provides the general Zope 2 help. WWW: https://pypi.org/project/Products.OFSP/ |
2011-11-14T06:47:28+00:00 | devel/py-MultiMapping |
Special MultiMapping objects used in Zope2 MultiMapping provides special objects used in some Zope2 internals like ZRDB. WWW: https://pypi.org/project/MultiMapping/ |
2011-11-14T06:41:30+00:00 | devel/py-DocumentTemplate |
Document Templating Markup Language (DTML) This package implements the original Document Templating Markup Language (DTML). It uses custom SGML tags to implement simple programmatic features, such as variable replacement, conditional logic and loops. Inside Zope environments page templates and TAL have superseded DTML for most use cases. WWW: https://pypi.org/project/DocumentTemplate/ |
2011-11-14T06:34:55+00:00 | textproc/py-zope.structuredtext |
StructuredText parser This package provides a parser and renderers for the classic Zope "structured text" markup dialect (STX). STX is a plain text markup in which document structure is signalled primarily by identation. WWW: https://pypi.org/project/zope.structuredtext/ |
2011-11-14T06:29:15+00:00 | devel/py-zope.sequencesort |
Very Advanced Sequence Sorting This package provides a very advanced sequence sorting feature. WWW: https://pypi.org/project/zope.sequencesort/ |
2011-11-14T06:24:25+00:00 | www/py-selenium |
Python bindings for Selenium Selenium Python Client Driver is a Python language binding for Selenium Remote Control (version 1.0 and 2.0). Currently the remote protocol, Firefox and Chrome for Selenium 2.0 are supported, as well as the Selenium 1.0 bindings. As work will progresses we'll add more "native" drivers. WWW: https://www.seleniumhq.org/ |
2011-11-14T03:35:33+00:00 | devel/p5-MetaCPAN-API |
Comprehensive, DWIM-featured API to MetaCPAN This is a hopefully-complete API-compliant interface to MetaCPAN (https://metacpan.org) with DWIM capabilities, to make your life easier. * Provide 100% of the beta MetaCPAN API * Be lightweight, to allow flexible usage * DWIM (Do What I mean) WWW: http://search.cpan.org/dist/MetaCPAN-API/ |
2011-11-14T03:08:07+00:00 | devel/p5-Test-TinyMocker |
Simple tool to mock external modules Test::TinyMocker - a very simple tool to mock external modules Available method: * mock($module, $method_or_methods, $sub) * unmock($module, $method_or_methods) * method * methods * should WWW: https://metacpan.org/release/Test-TinyMocker |
2011-11-14T00:49:01+00:00 | chinese/fcitx-cloudpinyin |
Cloud-based Pinyin module for Fcitx fcitx-cloudpinyin is not an input method engine. It adds candidates from the cloud-based Pinyin services (Sogou, QQ, Baidu, Google) to any Pinyin IMEs in Fcitx. WWW: https://fcitx-im.org/wiki/Fcitx |
2011-11-13T16:56:26+00:00 | textproc/p5-XML-LibXML-Cache |
Document cache for XML::LibXML XML::LibXML::Cache is a cache for XML::LibXML documents loaded from files. It is useful to speed up loading of XML files in persistent web applications. This module caches the document object after the first load and returns the cached version on subsequent loads. Documents are reloaded whenever the document file changes. Changes to other files referenced during parsing also cause a reload. This includes external DTDs, external entities or XIncludes. WWW: https://metacpan.org/release/XML-LibXML-Cache |
2011-11-13T13:22:44+00:00 | textproc/p5-Marpa-HTML |
High-level HTML Parser Marpa::HTML does "high-level" parsing of HTML. It allows handlers to be specified for elements, terminals and other components in the hierarchical structure of an HTML document. Marpa::HTML is an extremely liberal HTML parser. Marpa::HTML does not reject any documents, no mater how poorly they fit the HTML standards. WWW: https://metacpan.org/release/JKEGL/Marpa-HTML-0.112000 |
2011-11-13T13:05:16+00:00 | lang/p5-Marpa-XS |
XS version of Marpa Marpa::XS is the XS version of Marpa. Marpa parses any language whose grammar can be written in BNF. That includes recursive grammars, ambiguous grammars, infinitely ambiguous grammars and grammars with useless or empty productions. WWW: https://metacpan.org/release/JKEGL/Marpa-XS-1.008000 |
2011-11-13T13:04:31+00:00 | lang/p5-Marpa-PP |
Pure Perl version of Marpa Marpa::PP is the pure Perl version of Marpa. Marpa parses any language whose grammar can be written in BNF. That includes recursive grammars, ambiguous grammars, infinitely ambiguous grammars and grammars with useless or empty productions. WWW: https://metacpan.org/release/JKEGL/Marpa-PP-0.014000 |
2011-11-13T13:04:04+00:00 | lang/p5-Marpa |
Parse any Language You Can Describe in BNF Marpa parses any language whose grammar can be written in BNF. That includes recursive grammars, ambiguous grammars, infinitely ambiguous grammars and grammars with useless or empty productions. WWW: https://metacpan.org/release/JKEGL/Marpa-0.208000 |
2011-11-13T06:28:35+00:00 | devel/prettygo |
Pretty-printing package for go values Package pretty provides pretty-printing for go values. This is useful during debugging, to avoid wrapping long output lines in the terminal. This package also provides a convenience wrapper for each function in package fmt that takes a format string. www: https://github.com/kr/pretty |
2011-11-13T05:49:53+00:00 | graphics/p5-Image-Scale |
Perl module for fast, high-quality fixed-point image resizing This module implements several resizing algorithms with a focus on low overhead, speed and minimal features. Algorithms available are: GD's copyResampled (floating-point) GD's copyResampled fixed-point (useful on embedded devices/NAS devices) GraphicsMagick's assortment of resize filters (floating-point) GraphicsMagick's Triangle filter in fixed-point Supported image formats include JPEG, GIF, PNG, and BMP for input, and JPEG and PNG for output. WWW: https://metacpan.org/release/Image-Scale |
2011-11-12T18:40:26+00:00 | sysutils/fusefs-ext4fuse |
Read-only ext4 implementation for FUSE Read-only ext4 implementation for FUSE. WWW: https://github.com/gerard/ext4fuse/ |
2011-11-12T18:21:50+00:00 | graphics/rubygem-png |
Almost-pure-ruby PNG library PNG is an almost-pure-ruby PNG library. It lets you write a PNG without any C libraries. WWW: https://www.zenspider.com/projects/png.html WWW: https://github.com/seattlerb/png |
2011-11-12T18:15:54+00:00 | audio/fplib |
Last.fm fingerprint library The last.fm fingerprint library The fingerprinting process works in two steps: 1. Get PCM data and pass it to *fplib* which will return byte string to be submitted to the last.fm HTTP fingerprint service. This will return a number (fingerprintID). 2. Query the last.fm API with the fingerprintID and obtain the metadata in xml format. The lastfmfpclient directory contains an example of application that uses fplib and queries both services. WWW: https://github.com/lastfm/Fingerprinter |
2011-11-12T16:45:51+00:00 | www/p5-Parse-HTTP-UserAgent |
Parser for the User Agent string Parse::HTTP::UserAgent implements a rules-based parser and tries to identify MSIE, FireFox, Opera, Safari & Chrome first. It then tries to identify Mozilla, Netscape, Robots and the rest will be tried with a generic parser. There is also a structure dumper, useful for debugging. User agent strings are a complete mess since there is no standard format for them. They can be in various formats and can include more or less information depending on the vendor's (or the user's) choice. Also, it is not dependable since it is some arbitrary identification string. Any user agent can fake another. So, why deal with such a useless mess? You may want to see the choice of your visitors and can get some reliable data (even if some are fake) and generate some nice charts out of them or just want to send an HttpOnly cookie if the user agent seems to support it (and send a normal one if this is not the case). However, browser sniffing for client-side coding is considered a bad habit. WWW: https://metacpan.org/release/Parse-HTTP-UserAgent |
2011-11-12T08:32:08+00:00 | security/py-AccessControl |
Security framework for Zope2 AccessControl provides a general security framework for use in Zope2. WWW: https://pypi.org/project/AccessControl/ |
2011-11-12T08:26:34+00:00 | devel/py-zope.lifecycleevent |
Object life-cycle events Object life-cycle events. WWW: https://pypi.org/project/zope.lifecycleevent/ |
2011-11-12T08:18:56+00:00 | devel/py-zope.filerepresentation |
File-system Representation Interfaces zope.filerepresentation is a File-system Representation Interfaces. The interfaces defined here are used for file-system and file-system-like representations of objects, such as file-system synchronization, FTP, PUT, and WebDAV. WWW: https://pypi.org/project/zope.filerepresentation/ |
2011-11-12T08:06:59+00:00 | devel/py-zope.dottedname |
Resolver for Python dotted names The zope.dottedname module provides one function, resolve that resolves strings containing dotted names into the appropriate python object. WWW: https://pypi.org/project/zope.dottedname/ |
2011-11-12T07:59:26+00:00 | devel/py-zope.deferredimport |
Allows to import names that will be resolved when used in the code zope.deferredimport allows you to perform imports names that will only be resolved when used in the code. WWW: https://pypi.org/project/zope.deferredimport/ |
2011-11-12T07:53:37+00:00 | devel/py-tempstorage |
RAM-based storage for ZODB tempstorage is a storage implementation which uses RAM to persist objects, much like MappingStorage. Unlike MappingStorage, it needs not be packed to get rid of non-cyclic garbage and it does rudimentary conflict resolution. This is a ripoff of Jim's Packless bsddb3 storage. WWW: https://pypi.org/project/tempstorage/ |
2011-11-12T07:47:14+00:00 | devel/py-zExceptions |
Contains common exceptions used in Zope2 zExceptions contains common exceptions used in Zope2. WWW: https://pypi.org/project/zExceptions/ |
2011-11-12T07:41:09+00:00 | devel/py-zope.publisher |
Publishes Python objects on the web zope.publisher allows you to publish Python objects on the web. It has support for plain HTTP/WebDAV clients, web browsers as well as XML-RPC and FTP clients. Input and output streams are represented by request and response objects which allow for easy client interaction from Python. The behaviour of the publisher is geared towards WSGI compatibility. WWW: https://pypi.org/project/zope.publisher/ |
2011-11-12T07:34:25+00:00 | devel/py-zope.browser |
Shared Zope Toolkit browser components This package provides shared browser components for the Zope Toolkit. WWW: https://pypi.org/project/zope.browser/ |
2011-11-12T07:03:48+00:00 | www/p5-LWPx-TimedHTTP |
Time the different stages of an HTTP request LWPx::TimedHTTP performs an HTTP request exactly the same as LWP does normally except for the fact that it times each stage of the request and then inserts the results as header. It's useful for debugging where abouts in a connection slow downs are occuring. WWW: https://metacpan.org/release/LWPx-TimedHTTP |
2011-11-11T16:01:48+00:00 | chinese/fcitx-ui-light |
Alternative light weight UI for Fcitx fcitx-ui-light is a very light weight UI for Fcitx, only using Xpm and Xft, like go back to 3.6.x times. WWW: https://fcitx-im.org/wiki/Fcitx |
2011-11-11T15:53:33+00:00 | chinese/fcitx-googlepinyin |
Libgooglepinyin support for Fcitx fcitx-googlepinyin provides libgooglepinyin, a fork of Google Pinyin IME on Android, as a back-end to the Fcitx IM framework. WWW: https://fcitx-im.org/wiki/Fcitx |
2011-11-11T15:50:46+00:00 | chinese/libgooglepinyin |
Fork of Google Pinyin IME on Android libgooglepinyin is a Chinese input method engine, forked from Google Pinyin IME on Android. WWW: http://code.google.com/p/libgooglepinyin/ |
2011-11-11T15:47:43+00:00 | chinese/fcitx-sunpinyin |
SunPinyin support for Fcitx fcitx-sunpinyin provides SunPinyin, a statistical language model based input method engine, as a back-end to the Fcitx IM framework. WWW: https://fcitx-im.org/wiki/Fcitx |
2011-11-11T15:29:26+00:00 | devel/rubygem-stella |
Define realistic testplans and run them against your webapps rubygem-stella helps you to define realistic testplans and run them against your webapps. Stella is an agile testing tool for web applications. Software development has changed in a way that demands a new kind of toolset. Stella integrates quickly into your existing development process to help you run functional and performance tests throughout your product lifecycle. WWW: https://github.com/solutious/stella |
2011-11-11T09:32:15+00:00 | www/p5-Mojo-Server-FastCGI |
Mojo Server FastCGI Mojo::Server::FastCGI - FastCGI Server WWW: https://metacpan.org/release/Mojo-Server-FastCGI |
2011-11-11T08:42:14+00:00 | devel/py-zope.annotation |
Object annotation mechanism This package provides a mechanism to store additional information about objects without need to modify object class. WWW: https://pypi.org/project/zope.annotation/ |
2011-11-11T08:36:24+00:00 | devel/py-Record |
Special Record objects used in Zope2 Record provides special objects used in some Zope2 internals like ZRDB. WWW: https://pypi.org/project/Record/ |
2011-11-11T08:23:07+00:00 | chinese/fcitx-configtool |
Fcitx IM framework configuration tool Fcitx is a flexible input method framework. It comes with a script, fcitx-configtool, which looks for this configure tool and invokes it. WWW: https://fcitx-im.org/wiki/Fcitx |
2011-11-11T08:17:55+00:00 | textproc/py-gettext |
Python Gettext po to mo file compiler This implementation of Gettext for Python includes a Msgfmt class which can be used to generate compiled mo files from Gettext po files and includes support for the newer msgctxt keyword. WWW: https://pypi.python.org/pypi/python-gettext/ |
2011-11-11T08:08:27+00:00 | textproc/py-zope.tal |
Zope Template Application Language (TAL) The Zope3 Template Attribute Languate (TAL) specifies the custom namespace and attributes which are used by the Zope Page Templates renderer to inject dynamic markup into a page. It also includes the Macro Expansion for TAL (METAL) macro language used in page assembly. WWW: https://pypi.org/project/zope.tal/ |
2011-11-11T07:58:41+00:00 | security/py-zope.security |
Zope Security Framework The Security framework provides a generic mechanism to implement security policies on Python objects. WWW: https://pypi.org/project/zope.security/ |
2011-11-11T07:53:08+00:00 | devel/py-zope.contenttype |
Zope contenttype zope.contenttype is a utility module for content-type handling. WWW: https://pypi.org/project/zope.contenttype/ |
2011-11-11T07:46:27+00:00 | devel/py-zope.broken |
Zope Broken Object Interfaces This package is Zope Broken Object Interfaces and it is obsolete and its functionality has been merged into the ZODB3 distribution itself. WWW: https://pypi.org/project/zope.broken/ |
2011-11-11T07:35:46+00:00 | devel/py-repoze.xmliter |
Wrapper for lxml trees which serializes to string upon iteration This package provides a wrapper for lxml trees which serializes to string on iteration, but otherwise makes the tree available in an attribute. WWW: https://pypi.org/project/repoze.xmliter/ |
2011-11-11T07:25:04+00:00 | devel/py-Persistence |
Persistent ExtensionClass This package provides a variant of the persistent base class that's an ExtensionClass. Unless you need ExtensionClass semantics, you probably want to use persistent.Persistent from ZODB3. WWW: https://pypi.org/project/Persistence/ |
2011-11-11T06:23:15+00:00 | devel/py-Acquisition |
Allows to obtain attributes from the containment hierarchy Acquisition is a mechanism that allows objects to obtain attributes from the containment hierarchy they're in. WWW: https://pypi.org/project/Acquisition/ |
2011-11-11T06:17:55+00:00 | devel/py-Missing |
Special Missing objects used in Zope2 Missing provides special objects used in some Zope2 internals like the ZCatalog. WWW: https://pypi.org/project/Missing/ |
2011-11-11T02:46:16+00:00 | chinese/sunpinyin |
Statistical language model based input method engine SunPinyin is a statistical language model based Chinese input method, which was firstly developed by Sun Beijing Globalization team, and opensource'd to community with OpenSolaris project, with LGPLv2 and CDDL dual-licenses. WWW: http://code.google.com/p/sunpinyin/ |
2011-11-10T15:18:23+00:00 | devel/p5-Config-Grammar |
Grammar-based, user-friendly config parser A grammar-based, user-friendly config parser WWW: https://metacpan.org/release/Config-Grammar |
2011-11-10T03:34:48+00:00 | databases/rubygem-familia |
Organize and store ruby objects in Redis rubygem-familia helps to organize and store Ruby objects in Redis. WWW: https://github.com/delano/familia |
2011-11-10T03:33:25+00:00 | databases/rubygem-redis |
Ruby client library for Redis, the key value storage server rubygem-redis is a Ruby client library for the Redis key-value store. WWW: https://github.com/redis/redis-rb |
2011-11-10T03:30:33+00:00 | net/rubygem-uri-redis |
Support for parsing redis://host:port/dbindex/keyname rubygem-uri-redis supports parsing redis://host:port/dbindex/keyname. WWW: https://github.com/delano/uri-redis |
2011-11-10T03:15:21+00:00 | dns/rubygem-public_suffix_service |
Parse and decompose domain names into TLD, domain, and subdomains Public Suffix Service is a Ruby domain name parser based on the Public Suffix List. The Public Suffix Service is a cross-vendor initiative to provide an accurate list of domain name suffixes. The Public Suffix Service is an initiative of the Mozilla Project, but is maintained as a community resource. It is available for use in any software, but was originally created to meet the needs of browser manufacturers. A "public suffix" is one under which Internet users can directly register names. Some examples of public suffixes are ".com", ".co.uk" and "pvt.k12.wy.us". The Public Suffix List is a list of all known public suffixes. GitHub repository is at https://github.com/weppos/publicsuffix-ruby WWW: http://www.simonecarletti.com/code/public_suffix_service |
2011-11-10T03:12:13+00:00 | devel/rubygem-benelux |
Mad way to time Ruby codes rubygem-benelux provides a mad way to time Ruby codes. Features: - A replacement for Benchmark.measure - Create timers for any Ruby method - Store arbitrary messages - Granular statistics - Thread-safe WWW: https://github.com/delano/benelux |
2011-11-10T03:07:36+00:00 | devel/rubygem-gibbler |
Git-like hashes for Ruby objects rubygem-gibbler provides git-like hashes and history for Ruby objects. WWW: https://github.com/delano/gibbler |
2011-11-10T03:06:00+00:00 | devel/rubygem-attic |
Place to hide private instance variables in your Ruby objects rubygem-attic provides a place to hide private instance variables in your Ruby objects. WWW: https://github.com/delano/attic |
2011-11-10T02:24:37+00:00 | devel/libg19draw |
G19 draw library A library that can be used for drawing images, circles, lines and test on the LCD WWW: http://g19linux.sourceforge.net/ |
2011-11-10T02:23:05+00:00 | devel/libg19 |
G19 library A library that handles the USB interfacing with the G19 WWW: http://g19linux.sourceforge.net/ |
2011-11-09T13:54:45+00:00 | devel/p5-Regexp-Compare |
Partial ordering for regular expressions Regexp::Compare implements a function comparing regular expressions: it returns true if all strings matched by the first regexp are also matched by the second. It's meant to be used for optimization of blacklists implemented by regular expressions (like, for example, http://www.communitywiki.org/cw/BannedContent). False return value does not imply that there's a string matched by the first regexp which isn't matched by the second - many regular expressions (i.e. those containing Perl code) are impossible to compare, and this module doesn't even implement all possible comparisons. WWW: https://metacpan.org/release/Regexp-Compare |
2011-11-09T13:50:40+00:00 | devel/rubygem-sysinfo |
All your system-independent infoz in one handy class rubygem-sysinfo provides all your system-independent informations in one handy class. WWW: https://github.com/delano/sysinfo |
2011-11-09T09:09:28+00:00 | www/p5-Dancer-Template-Xslate |
Text::Xslate wrapper for Dancer Xslate template engine for Dancer web framework WWW: https://metacpan.org/release/Dancer-Template-Xslate |
2011-11-09T08:08:31+00:00 | security/py-zope.password |
Password encoding and checking utilities This package provides a password manager mechanism. Password manager is an utility object that can encode and check encoded passwords. WWW: https://pypi.org/project/zope.password/ |
2011-11-09T08:03:06+00:00 | mail/py-Products.SecureMailHost |
Reimplementation of the standard Zope2 MailHost SecureMailHost is a reimplementation of the standard Zope2 MailHost with some security and usability enhancements. WWW: https://pypi.org/project/Products.SecureMailHost/ |
2011-11-09T07:57:56+00:00 | mail/py-Products.MailHost |
Zope.sendmail integration for Zope 2 The MailHost product provides support for sending email from within the Zope environment using MailHost objects. WWW: https://pypi.org/project/Products.MailHost/ |
2011-11-09T07:33:58+00:00 | devel/py-zope.size |
Interfaces and simple adapter that give the size of an object This package provides a definition of simple interface that allows to retrieve the size of the object for displaying and for sorting. WWW: https://pypi.org/project/zope.size/ |
2011-11-09T07:26:36+00:00 | devel/py-initgroups |
Convenience uid/gid helper function used in Zope2 initgroups provides a convenience function to deal with user/group ids on Unix-style systems. WWW: https://pypi.org/project/initgroups/ |
2011-11-09T07:20:30+00:00 | devel/py-manuel |
Lets you build tested documentation Manuel lets you build tested documentation. WWW: https://pypi.org/project/manuel/ |
2011-11-09T07:14:23+00:00 | devel/py-ZopeUndo |
ZODB undo support for Zope2 This package is used to support the Prefix object that Zope 2 uses for the undo log. It is a separate package only to aid configuration management. WWW: https://pypi.org/project/ZopeUndo/ |
2011-11-09T07:02:02+00:00 | devel/py-zope.copy |
Pluggable object copying mechanism This package provides a pluggable way to copy persistent objects. It was once extracted from the zc.copy package to contain much less dependencies. In fact, we only depend on zope.interface to provide pluggability. WWW: https://pypi.org/project/zope.copy/ |
2011-11-09T06:55:02+00:00 | devel/py-unittest2 |
New features in unittest backported to Python 2 unittest2 is a backport of the new features added to the unittest testing framework in Python 2.7. It is tested to on Python 2.4 - 2.7. WWW: https://pypi.org/project/unittest2/ |
2011-11-09T06:31:11+00:00 | x11-fonts/ubuntu-font |
Ubuntu font family The Ubuntu Font Family are a set of matching new libre/open fonts in development during 2010--2011. The development is being funded by Canonical Ltd on behalf the wider Free Software community and the Ubuntu project. The technical font design work and implementation is being undertaken by Dalton Maag. Both the final font Truetype/OpenType files and the design files used to produce the font family are distributed under an open licence and you are expressly encouraged to experiment, modify, share and improve. WWW: https://design.ubuntu.com/font/ |
2011-11-09T01:37:51+00:00 | graphics/p5-GraphViz2 |
Wrapper for AT&T Graphviz This module provides a Perl interface to the amazing Graphviz, an open source graph visualization tool from AT&T. It is called GraphViz2 so that pre-existing code using (the Perl module) GraphViz continues to work. To avoid confusion, when I use GraphViz2 (note the capital V), I'm referring to this Perl module, and when I use Graphviz (lower-case v) I'm referring to the underlying tool (which is in fact a set of programs). This version of GraphViz2 targets Graphviz 2.23.6+. GraphViz2 1.x is a complete re-write, by Ron Savage, of GraphViz 2.x, which was written by Leon Brocard. The point of the re-write is to provide access to all the latest options available to users of Graphviz. GraphViz2 1.x is not backwards compatible with GraphViz 2.x, despite the considerable similarity. It was not possible to maintain compatibility while extending support to all the latest features of Graphviz. To ensure GraphViz2 is a light-weight module, Hash::FieldHash has been used to provide getters and setters, rather than Moose. WWW: https://metacpan.org/release/GraphViz2 |
2011-11-09T01:32:00+00:00 | devel/p5-true |
Automatically return a true value when a file is required Perl's require builtin (and its use wrapper) requires the files it loads to return a true value. This is usually accomplished by placing a single 1; statement at the end of included scripts or modules. It's not onerous to add but it's a speed bump on the Perl novice's road to enlightenment. In addition, it appears to be a non-sequitur to the uninitiated, leading some to attempt to mitigate its appearance with a comment: 1; # keep require happy or: 1; # Do not remove this line or even: 1; # Must end with this, because Perl is bogus. This module packages this "return true" behaviour so that it need not be written explicitly. It can be used directly, but it is intended to be invoked from the import method of a Modern::Perl-style module that enables modern Perl features and conveniences and cleans up legacy Perl warts. WWW: https://metacpan.org/release/true |
2011-11-08T17:26:59+00:00 | sysutils/jailrc |
Improved jail startup/shutdown script Jailrc is an improved startup/shutdown script for FreeBSD jails. It contains the following changes to the original /etc/rc.d/jail script: - parameters support: you can specify any parameters supported by jail(8) - ZFS support: you can deletate ZFS datasets to jails - jails are not identified by a file in /var/spool/jail anymore - two new commands "create" and "remove" to manage persistent jails Please refer to the README file for more information. Martin Matuska <mm_at_FreeBSD_dot_org> |
2011-11-08T09:44:29+00:00 | net/bird-devel |
Dynamic IP routing daemon (devel version) The BIRD project aims to develop a fully functional dynamic IP routing daemon. - Both IPv4 and IPv6 - Multiple routing tables - BGP - RIP - OSPF - LDP - L3VPN - Static routes - Inter-table protocol - Command-line interface - Soft reconfiguration - Powerful language for route filtering WWW: http://bird.network.cz/ |
2011-11-08T09:06:33+00:00 | devel/py-zope.minmax |
Homogeneous values favoring maximum or minimum The zope.minmax.AbstractValue class provides a super class which can be subclassed to store arbitrary homogeneous values in a persistent storage and apply different conflict resolution policies. The subclasses defined here are resolving the conflicts using always either the maximum or the minimum of the conflicting values. WWW: https://pypi.org/project/zope.minmax/ |
2011-11-08T06:13:42+00:00 | devel/py-ExtensionClass |
Metaclass for subclassable extension types This package provides a metaclass that allows classes implemented in extension modules to be subclassed in Python. WWW: https://pypi.org/project/ExtensionClass/ |
2011-11-07T07:03:22+00:00 | security/p5-Net-OpenID-Common |
Libraries shared between Net::OpenID::Consumer and Net::OpenID::Server Net::OpenID::Common - Libraries shared between Net::OpenID::Consumer and Net::OpenID::Server WWW: https://metacpan.org/release/Net-OpenID-Common |
2011-11-07T03:28:41+00:00 | devel/rubygem-drydock |
Build seaworthy command-line apps with a powerful Ruby DSL Drydock is a seaworthy DSL for building really powerful command line applications. The core class is contained in a single .rb file so it's easy to copy directly into your project. See below for examples. WWW: https://github.com/delano/drydock |
2011-11-06T17:15:50+00:00 | ports-mgmt/porttree |
Show dependencies of FreeBSD port as pseudo graphical tree For a given port determine its dependencies using any combination of the - FETCH_DEPENDS - EXTRACT_DEPENDS - PATCH_DEPENDS - LIB_DEPENDS - BUILD_DEPENDS - RUN_DEPENDS - TEST_DEPENDS and show them as a pseudo graphical tree with indication of the depends type. Use back references for cross-connections. WWW: https://sourceforge.net/projects/porttree/ |
2011-11-06T14:43:05+00:00 | mail/roundcube-contextmenu |
RoundCube webmail contextmenu plugin Context menu plugin for RoundCube webmail. WWW: https://github.com/johndoh/roundcube-contextmenu |
2011-11-06T14:42:37+00:00 | mail/roundcube-thunderbird_labels |
Thunderbird Labels plugin for RoundCube webmail Thunderbird Labels plugin for RoundCube webmail. Displays the message rows using the same colors as Thunderbird does. Label of a message can be changed/set exactly like in Thunderbird. WWW: https://github.com/mike-kfed/roundcube-thunderbird_labels |
2011-11-06T14:41:49+00:00 | www/phpmustache |
PHP5 code for Mustache A Mustache implementation in PHP. WWW: https://github.com/bobthecow/mustache.php |
2011-11-06T12:10:00+00:00 | mail/amavis-logwatch |
Amavisd-new log parser The amavis-logwatch(1) utility is an Amavisd-new log parser that produces summaries, details, and statistics regarding the operation of Amavisd-new (henceforth, simply called Amavis). A key feature of amavis-logwatch is its ability to produce a very wide range of reports with data grouped and sorted as much as possible to reduce noise and highlight patterns. Brief summary reports provide a quick overview of general Amavis operations and message delivery, calling out warnings that may require attention. Detailed reports provide easy to scan, hierarchically-arranged and organized information, with as much or little detail as desired. WWW: http://logreporters.sourceforge.net/ |
2011-11-05T18:41:28+00:00 | databases/py-pickledb |
Lightweight, fast, and simple key-value store pickleDB is a lightweight, fast, and simple database based on Python's own json module. WWW: https://pypi.org/project/pickleDB/ WWW: https://github.com/patx/pickledb |
2011-11-05T18:35:30+00:00 | graphics/py-png |
Python PNG encoder/decoder A pure Python module to decode (read) and encode (write) PNG files. All PNG formats are supported. WWW: https://github.com/drj11/pypng |
2011-11-05T17:09:54+00:00 | textproc/p5-XML-LibXML-PrettyPrint |
Add pleasant whitespace to a DOM tree Long XML files can be daunting for humans to read. Of course, XML is really designed for computers to read - not people - but there are times when mere mortals do need to read and edit XML by hand. For example, if your application stores its configuration in XML, or you need to dump some XML to STDOUT for debugging purposes. Syntax highlighting helps, but to really make sense of some XML, proper indentation can be vital. Hence XML::LibXML::PrettyPrint - it can be applied to an XML::LibXML DOM tree to reformat it into a more readable result. Pretty-printing XML is not as CPU-efficient as dumping it out sloppily, so unless you're pretty sure that a human is going to need to make sense of your XML, you should probably not use this module. WWW: https://metacpan.org/release/XML-LibXML-PrettyPrint |
2011-11-05T16:40:10+00:00 | devel/p5-Perl6-Slurp |
Implements the Perl6 'slurp' built-in Perl6::Slurp implements the Perl 6 'slurp' built-in. slurp takes a filename, a filehandle, a typeglob reference, an IO::File object, or a scalar reference, and converts it to an input stream if necessary, and reads in the entire stream. If slurp fails to set up or read the stream, it throws an exception. WWW: https://metacpan.org/release/Perl6-Slurp |
2011-11-05T15:36:27+00:00 | devel/p5-Pragmatic |
Add pragmata to Exporter Pragmatic implements a default import method for processing pragmata before passing the rest of the import to Exporter. Perl automatically calls the import method when processing a use statement for a module. Modules and use are documented in perlfunc and perlmod. (Do not confuse Pragmatic with pragmatic modules, such as less, strict and the like. They are standalone pragmata, and are not associated with any other module.) WWW: https://metacpan.org/release/Pragmatic |
2011-11-05T15:03:43+00:00 | devel/p5-XS-Object-Magic |
Opaque, extensible XS pointer backed objects using sv_magic This way of associating structs with Perl space objects is designed to supercede Perl's builtin T_PTROBJ with something that is designed to be: Extensible - The association of the pointer using sv_magicext can be done on any data type, so you can associate C structs with any representation type. - This means that you can add pointers to any object (hand coded, Moose or otherwise), while still having instance data in regular hashes. Opaque - The C pointer is neither visible nor modifiable from Perl space. - This prevents accidental corruption which could lead to segfaults using T_PTROBJ (e.g. $$ptr_obj = 0). WWW: https://metacpan.org/release/XS-Object-Magic |
2011-11-05T14:59:08+00:00 | devel/rubygem-subexec |
Subexec spawns a subprocess with an optional timeout Subexec spawns a subprocess with an optional timeout. WWW: https://github.com/nulayer/subexec |
2011-11-05T14:55:53+00:00 | devel/rubygem-storable |
Marshal Ruby classes into and out of multiple formats Marshal Ruby classes into and out of multiple formats (yaml, json, csv, tsv). WWW: https://github.com/delano/storable |
2011-11-04T19:26:03+00:00 | sysutils/xjobs |
Utility reads job descriptions line by line and executes in parallel xjobs reads job descriptions line by line and executes them in parallel. It limits the number of parallel executing jobs and starts new jobs when jobs finish. Therefore, it combines the arguments from every input line with the utility and arguments given on the command line. If no utility is given as an argument to xjobs, then the first argument on every job line will be used as utility. To execute utility xjobs searches the directories given in the PATH environment variable and uses the first file found in these directories. xjobs is most useful on multi-processor/core machines when one needs to execute several time consuming command several that could possibly be run in parallel. With xjobs this can be achieved easily, and it is possible to limit the load of the machine to a useful value. It works similar to xargs, but starts several processes simultaneously and gives only one line of arguments to each utility call. WWW: http://www.maier-komor.de/xjobs.html |
2011-11-04T15:57:35+00:00 | devel/py-flexmock |
Testing library to create mocks, stubs and fakes flexmock is a testing library for Python that makes it easy to create mocks, stubs and fakes. Its API is inspired by a Ruby library of the same name. However, it is not a goal of Python flexmock to be a clone of the Ruby version. Instead, the focus is on providing full support for testing Python programs and making the creation of fake objects as unobtrusive as possible. As a result, Python flexmock removes a number of redundancies in the Ruby flexmock API, alters some defaults, and introduces a number of Python-only features. flexmock's design focuses on simplicity and intuitivenes. This means that the API is as lean as possible, though a few convenient short-hand methods are provided to aid brevity and readability. flexmock declarations are structured to read more like English sentences than API calls, and it is possible to chain them together in any order to achieve high degree of expressiveness in a single line of code. WWW: https://pypi.org/project/flexmock/ WWW: https://github.com/bkabrda/flexmock |
2011-11-03T18:57:34+00:00 | mail/spamdb-curses |
Curses interface for OpenBSD spamd spam database (spamdb) Human friendly curses interface for spamdb(8) to manage addresses for the whitelist/greylist. Note: This is for OpenBSD's spamd(8), which has absolutely nothing to do with SpamAssasin's spamd. It's simple, and "just works" ... What more is there to say? WWW: http://code.arp242.net/spamdb-curses/ |
2011-11-02T18:17:06+00:00 | sysutils/acpi_call |
Kernel module for calling ACPI methods from userspace Kernel module and utility for calling arbitrary ACPI methods from userspace. |
2011-11-02T17:27:20+00:00 | devel/p5-MooseX-MarkAsMethods |
Mark overload code symbols as methods MooseX::MarkAsMethods allows one to easily mark certain functions as Moose methods. This will allow other packages such as namespace::autoclean to operate without blowing away your overloads. After using MooseX::MarkAsMethods your overloads will be recognized by Class::MOP as being methods, and class extension as well as composition from roles with overloads will "just work". By default we check for overloads, and mark those functions as methods. If 'autoclean => 1' is passed to import on use'ing this module, we will invoke namespace::autoclean to clear out non-methods. WWW: https://metacpan.org/release/MooseX-MarkAsMethods |
2011-11-02T03:29:20+00:00 | databases/pecl-mysqlnd_ms |
Replication and load balancing plugin for mysqlnd The replication and load balancing plugin is a plugin for the mysqlnd library. It can be used with PHP MySQL extensions (ext/mysql, ext/mysqli, PDO_MySQL) if they are compiled to use mysqlnd. The plugin inspects queries to do read-write splitting. Read-only queries are send to configured MySQL replication slave servers all other queries are redirected to the MySQL replication master server. Very little, if any, application changes required, dependent on the usage scenario required. WWW: http://pecl.php.net/package/mysqlnd_ms |
2011-11-02T01:45:20+00:00 | www/py-django-piston |
Piston is a Django mini-framework creating APIs A mini-framework for Django for creating RESTful APIs. Piston is a relatively small Django application that lets you create application programming interfaces (API) for your sites. It has several unique features: * Ties into Django's internal mechanisms. * Supports OAuth out of the box (as well as Basic/Digest or custom auth.) * Doesn't require tying to models, allowing arbitrary resources. * Speaks JSON, YAML, Python Pickle & XML (and HATEOAS.) * Ships with a convenient reusable library in Python * Respects and encourages proper use of HTTP (status codes, ...) * Has built in (optional) form validation (via Django), throttling, etc. * Supports streaming, with a small memory footprint. WWW: https://bitbucket.org/jespern/django-piston |
2011-11-02T01:08:32+00:00 | www/redmine-backlogs |
Agile plugin for Redmine Backlogs is a Redmine plugin that's designed to do just enough so your team can work in an agile way. It's still a work in progress, but we're already using it on a daily basis and continually improve on it. We hope you'll find it useful too! WWW: http://www.redminebacklogs.net/ |
2011-11-01T07:10:07+00:00 | net/py-tweepy |
Twitter API library for Python A Python library for accessing the Twitter.com API. Supports OAuth, covers the entire API, and streaming API. WWW: https://github.com/tweepy/tweepy |
2011-10-31T23:21:02+00:00 | security/pam_krb5-rh |
The Red Hat Pluggable Authentication Module for Kerberos 5 The pam_krb5 module allows PAM-aware applications to authenticate users by performing an AS exchange with a Kerberos KDC. This module includes many configurable options and provides functionality and features that other pam_krb5 modules do not provide. WWW: https://fedorahosted.org/pam_krb5/ |
2011-10-31T21:09:49+00:00 | games/phlipple |
Flipping squares will never be the same Phlipple is a unique puzzle game. The goal of every level is to reduce a 3D shape to a single square. Elimination of squares is done by flipping edges around just like in a cardboard box. It starts off relatively easy to teach the basics just to later on serve hours of brain tickling fun. It's a great way to train memory as well as orientation in 3D. WWW: http://phuzzboxmedia.com/games/phlipple |
2011-10-31T09:53:19+00:00 | graphics/poppler-glib |
GLib bindings to poppler |
2011-10-31T08:58:38+00:00 | www/rubygem-webrobots |
Write robots.txt compliant web robots in Ruby rubygem-webrobots helps writing robots.txt compliant web robots in Ruby. WWW: https://github.com/knu/webrobots |
2011-10-31T08:55:02+00:00 | www/rubygem-net-http-digest_auth |
Implementation of RFC 2617 - Digest Access Authentication rubygem-net-http-persistent is an implementation of RFC 2617 - Digest Access Authentication. At this time the gem does not fully integrate with Net::HTTP and can be used for with other HTTP clients. WWW: https://github.com/drbrain/net-http-digest_auth |
2011-10-31T08:52:02+00:00 | www/rubygem-net-http-persistent |
Manages persistent connections using Net::HTTP net-http-persistent manages persistent connections using Net::HTTP including a thread pool for connecting to multiple hosts. Using persistent HTTP connections can dramatically increase the speed of HTTP. Creating a new HTTP connection for every request involves an extra TCP round-trip and causes TCP congestion avoidance negotiation to start over. Net::HTTP supports persistent connections with some API methods but does not make setting up a single persistent connection or managing multiple connections easy. Net::HTTP::Persistent wraps Net::HTTP and allows you to focus on how to make HTTP requests. WWW: https://github.com/drbrain/net-http-persistent |
2011-10-31T06:29:48+00:00 | devel/py-qserve |
Job queue server qserve is used in mwlib. It's a job queue server written in python. WWW: https://github.com/pediapress/qserve |
2011-10-31T01:36:10+00:00 | www/py-requests-oauth-hook |
This is an OAuth hook for py-requests This is a hook for python-requests great python HTTP library, that makes python-requests support Open Authentication version 1.0. This hook is based on python-oauth2 and uses portions of its code at the moment, kudos to the authors and contributors for doing a huge effort in providing OAuth to python httplib2. WWW: https://github.com/maraujop/requests-oauth-hook |
2011-10-30T19:33:00+00:00 | net-mgmt/zenpack-dellmonitor |
Provides Zenoss monitoring options for Dell machines DellMonitor provides custom modeling of devices running the Dell OpenManage agents. It also contains hardware identification for Dell proprietary hardware. The information is collected through the SNMP interface. The following information is modeled. Hardware Model Hardware Serial Number Operating System CPU Information (socket, speed, cache, voltage) PCI Card Information (manufacturer, model) WWW: http://community.zenoss.org/docs/DOC-3492 |
2011-10-30T17:46:40+00:00 | net-mgmt/zenpack-libvirt |
Provides monitoring of virtualization servers through Zenoss This ZenPack leverages the libvirt API for monitoring virtualization servers (e.g. XEN, KVM, etc...). WWW: http://community.zenoss.org/docs/DOC-4687 |
2011-10-30T16:43:22+00:00 | net-mgmt/zenpack-checkping |
Provides nagios ping check for Zenoss monitoring Zenoss comes with the nagios command check_ping. This zenpack implements that nagios ping check. The template provides the Round-Trip-Average time along with the packet loss rate. These two graphs are put in the "Performance" tab for each device utilizing this template. WWW: http://community.zenoss.org/docs/DOC-3416 |
2011-10-30T16:42:16+00:00 | net-mgmt/zenpack-graphportlet |
Enables users to show any graph/multi graph reports on their dashboard This ZenPack adds a portlet called "Show Graph" which enables users to show any graph/multi graph reports on their dashboard. Several columns (as defined in report options) are supported. More details can be found at the provided url. WWW: http://community.zenoss.org/docs/DOC-3421 |
2011-10-30T16:41:50+00:00 | net-mgmt/zenpack-macreport |
Lists MAC address and the Device and Interface associated info This ZenPack consists of a report for listing each MAC address and the Device and Interface it is associated with. This report makes use of the layer 2 catalog already present in Zenoss. It only allows sorting by MAC address and is not exportable. The author made this decision because the processing time was too great for an installation with more than a few thousand interfaces. The author can make another one available that is exportable and sortable by the other two fields (device and interface), if anyone decides they would like to live through the painful wait time. More details can be found at provided url. WWW: http://community.zenoss.org/docs/DOC-3512 |
2011-10-30T11:58:49+00:00 | net/p5-ZeroMQ |
ZeroMQ2 wrapper for Perl The ZeroMQ module is a wrapper of the 0MQ message passing library for Perl. It's a thin wrapper around the C API. Please read http://zeromq.org for more details on ZeroMQ. WWW: https://metacpan.org/release/ZeroMQ |
2011-10-30T11:55:56+00:00 | net/p5-AnyMQ-AMQP |
AMQP binding for AnyMQ AnyMQ::AMQP is AnyMQ trait to work with AMQP servers. WWW: https://metacpan.org/release/AnyMQ-AMQP |
2011-10-30T11:04:47+00:00 | net/p5-AnyEvent-RabbitMQ |
Asynchronous and multi channel Perl AMQP client AnyEvent::RabbitMQ is an AMQP(Advanced Message Queuing Protocol) client library, that is intended to allow you to interact with AMQP-compliant message brokers/servers such as RabbitMQ in an asynchronous fashion. You can use AnyEvent::RabbitMQ to - * Declare and delete exchanges * Declare, delete, bind and unbind queues * Set QoS * Publish, consume, get, ack, recover and reject messages * Select, commit and rollback transactions AnyEvnet::RabbitMQ is known to work with RabbitMQ versions 2.5.1 and version 0-8 of the AMQP specification. WWW: https://metacpan.org/release/AnyEvent-RabbitMQ |
2011-10-30T08:21:11+00:00 | net/p5-Net-AMQP |
Advanced Message Queue Protocol (de)serialization and representation This module implements the frame (de)serialization and representation of the Advanced Message Queue Protocol (http://www.amqp.org/). It is to be used in conjunction with client or server software that does the actual TCP/IP communication. While it's being written with AMQP version 0-8 in mind, as the spec is defined by an external xml file, support for 0-9, 0-9-1 and eventually 0-10 is hoped for. WWW: https://metacpan.org/release/Net-AMQP |
2011-10-30T06:07:06+00:00 | irc/rubygem-cinch |
IRC Bot Building Framework A simple, friendly DSL for creating IRC bots WWW: https://github.com/cinchrb/cinch |
2011-10-29T19:58:04+00:00 | net-mgmt/zenpack-apachemonitor |
Provides performance monitoring of the Apache HTTP Server This ZenPack provides performance monitoring of the Apache HTTP Server. This ZenPack is documented in the Zenoss Extended Monitoring Guide. WWW: http://community.zenoss.org/docs/DOC-3442 |
2011-10-29T19:31:19+00:00 | net-mgmt/zenpack-devicesearch |
Provides the ability to quickly search for devices in Zenoss This ZenPack provides the ability to quickly search for Devices by their name or by their IP address. Search is triggered by typing 3 or more characters into the text box, which then returns the first 10 matches. The use of the asterisk wild-card is supported, so you may search for fuzzy matches dynamically. WWW: http://community.zenoss.org/docs/DOC-7453 |
2011-10-29T14:57:45+00:00 | textproc/rubygem-albino |
Ruby wrapper for pygmentize Ruby wrapper for pygmentize. WWW: https://github.com/github/albino |
2011-10-29T13:55:23+00:00 | devel/rubygem-posix-spawn |
Ruby wrapper for posix_spawnp(2) for faster process spawning A Ruby wrapper which uses posix_spawnp(2) for faster process spawning WWW: https://github.com/rtomayko/posix-spawn |
2011-10-29T13:50:38+00:00 | textproc/rubygem-kramdown |
Yet-another-markdown-parser but fast, pure Ruby kramdown is yet-another-markdown-parser but fast, pure Ruby, using a strict syntax definition and supporting several common extensions. WWW: https://kramdown.gettalong.org/ |
2011-10-29T04:29:54+00:00 | sysutils/p5-Monitor-Simple |
Simple monitoring of applications and services Monitor::Simple allows simple monitoring of applications and services of your IT infrastructure. There are many such tools, some of them very complex and sophisticated. For example, one widely used is Nagios (http://www.nagios.org/). The Monitor::Simple does not aim, as its name indicates, for all features provided by those tools. It allows, however, to check whether your applications and services are running correctly. Its simple command-line interface can be used in cron jobs and reports can be viewed as a single HTML or text page. WWW: https://metacpan.org/release/Monitor-Simple |
2011-10-29T03:59:21+00:00 | net/rubygem-oauth2 |
Ruby wrapper for the OAuth 2.0 protocol OAuth2 is a Ruby wrapper for the OAuth 2.0 specification. This is a work in progress, being built first to solve the pragmatic process of connecting to existing OAuth 2.0 endpoints (a.k.a. Facebook) with the goal of building it up to meet the entire specification over time. WWW: https://github.com/oauth-xx/oauth2 |
2011-10-28T23:40:23+00:00 | devel/bzapi |
Bugzilla REST API A JSON REST based Bugzilla API WWW: https://wiki.mozilla.org/Bugzilla:REST_API |
2011-10-28T23:02:57+00:00 | devel/p5-Data-Walk |
Traverse Perl data structures Data::Walk is for data what File::Find is for files. You can use it fo rolling your own serialization class, for displaying Perl data structures, for deep copying or comparing, for recursive deletion of data, or ... |
2011-10-28T22:54:58+00:00 | devel/p5-Slurp |
Slurp entire files into variables This simple module serves one purpose - to provide a simple means to read (or slurp) an entire file into memory for processing. This module allows the replacement of the prototypical foreach- or while- loops used for opening and reading of files with single-line constructs. Of note with this module is that the magic of the @ARGV variable and the input record separator, $/, are used to facilitate the reading of entire files into either an array or scalar using minimal code. |
2011-10-28T20:35:58+00:00 | www/horde4-passwd |
Horde password changing application Passwd is the Horde password changing application. While it has been released and is in production use at many sites, it is also under heavy development in an effort to expand and improve the module. Right now, Passwd provides fairly complete support for changing passwords via Poppassd, LDAP, Unix expect scripts, the Unix smbpasswd command for SMB/CIFS passwords, Kolab, ADSI, Pine, Serv-U FTP, VMailMgr, vpopmail, and SQL passwords. WWW: http://www.horde.org/apps/passwd/ |
2011-10-28T17:19:51+00:00 | devel/p5-Data-Printer |
Colored pretty-print of Perl data structures and objects Data::Printer is meant to do one thing and one thing only: display Perl variables and objects on screen, properly formatted (to be inspected by a human). Here's what Data::Printer has to offer to Perl developers, out of the box: - Very sane defaults (I hope!) - Highly customizable (in case you disagree with me :) - Colored output by default - Human-friendly output, with array index and custom separators - Full object dumps including methods, inheritance and internals - Exposes extra information such as tainted data and weak references - Ability to easily create filters for objects and regular structures - Ability to load settings from a .dataprinter file so you don't have to write anything other than "use DDP;" in your code! WWW: https://metacpan.org/release/Data-Printer |
2011-10-28T14:40:25+00:00 | devel/rubygem-tins |
Useful tools library in Ruby Useful tools library in Ruby - All the stuff that isn't good/big enough for a real library. WWW: https://github.com/flori/tins |
2011-10-28T14:22:03+00:00 | databases/py-leveldb |
Thread-safe Python binding for LevelDB py-leveldb is a thread-safe Python bindings for LevelDB. It has all features from the LevelDB API, except for: - Arbitrary key comparison - Snapshots - All iteration except for single-step forward WWW: https://pypi.org/project/leveldb/ WWW: https://github.com/rjpower/py-leveldb |
2011-10-28T14:19:42+00:00 | databases/p5-Tie-LevelDB |
Perl Interface to the Google LevelDB NoSQL database Tie::LevelDB is the Perl Interface for Google NoSQL database called LevelDB. See http://code.google.com/p/leveldb/ for more details. Interface is implemented both as a reflection of an original LevelDB C++ API and a Perl-ish TIEHASH mechanism. WWW: https://metacpan.org/release/Tie-LevelDB |
2011-10-28T10:54:30+00:00 | databases/leveldb |
Fast and lightweight key/value database library by Google LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. Features: - Keys and values are arbitrary byte arrays. - Data is stored sorted by key. - Callers can provide a custom comparison function to override the sort order. - The basic operations are Put(key,value), Get(key), Delete(key). - Multiple changes can be made in one atomic batch. - Users can create a transient snapshot to get a consistent view of data. - Forward and backward iteration is supported over the data. - Data is automatically compressed using the Snappy compression library. - External activity (file system operations etc.) is relayed through a virtual interface so users can customize the operating system interactions. - Detailed documentation about how to use the library is included with the source code. WWW: https://github.com/google/leveldb |
2011-10-28T09:32:15+00:00 | textproc/py-pss |
Tool for grepping through source code You can think of pss as an enhanced grep designed to search inside source code files. pss is very similar to the Perl ack tool (see https://github.com/eliben/pss/wiki/pss-and-ack). WWW: https://github.com/eliben/pss |
2011-10-28T09:14:20+00:00 | math/py-roman |
Integer to Roman numerals converter This is a Integer to Roman numerals converter. WWW: https://pypi.org/project/roman/ |
2011-10-28T08:14:02+00:00 | databases/py-sqlite3dbm |
Sqlite-backed dictionary This module provides a sqlite-backed dictionary conforming to the dbm interface, along with a shelve class that wraps the dict and provides serialization for it. WWW: https://github.com/YelpArchive/sqlite3dbm |
2011-10-28T02:09:23+00:00 | databases/mysql-udf-preg |
Library of MySQL UDFs providing access to PCRE lib_mysqludf_preg is a library of mysql UDFs (user-defined-functions) that provide access to the PCRE (perl compatible-regular-expressions) library for pattern matching. The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. This syntax can often handle more complex expressions and capturing than standard regular expression implementations. For more information about PCRE, please see: http://www.pcre.org/ lib_mysqludf_preg is a useful performance optimization for those applications that are already performing these regular expression matches in a high level language (ie. PHP) on the client side. It is also helpful when there is a need to capture a parenthesized subexpression from a regular expression, or simply as a slight performance boost over the builtin RLIKE/REGEXP functions. WWW: http://www.mysqludf.org/lib_mysqludf_preg/index.php |
2011-10-28T02:06:08+00:00 | converters/ruby-bsdconv |
Ruby wrapper for bsdconv BSD licensed charset/encoding converter library with more function than libiconv. (Currently, only a few codecs are supported) This port is a ruby wrapper for bsdconv. WWW: https://github.com/buganini/ruby-bsdconv |
2011-10-28T01:33:56+00:00 | www/rubygem-rack-protection |
Collection of Rack middleware to protect against opportunistic attack Collection of Rack middleware to protect you against common, opportunistic attack. WWW: https://github.com/sinatra/sinatra/tree/master/rack-protection |
2011-10-27T22:57:30+00:00 | graphics/tilecache |
Python-based WMS-C/TMS server TileCache provides a Python-based WMS-C/TMS server, with pluggable caching mechanisms and rendering backends. WWW: http://tilecache.org/ |
2011-10-27T22:32:47+00:00 | www/p5-Catalyst-Plugin-Log-Handler |
Catalyst log handler If your Catalyst project logs many messages, logging via standard error to Apache's error log is not very clean: The log messages are mixed with other web applications' noise; and especially if you use mod_fastcgi, every line will be prepended with a long prefix. An alternative is logging to a file. But then you have to make sure that multiple processes won't corrupt the log file. The module Log::Handler by Jonny Schulz does exactly this, because it supports message-wise flocking. This module is a wrapper for said Log::Handler. |
2011-10-27T22:18:55+00:00 | textproc/multimarkdown |
Extended Markdown processor with more features, written in C MultiMarkdown, or MMD, is a tool to help turn minimally marked-up plain text into well formatted documents, including HTML, PDF (by way of LaTeX), OPML, or OpenDocument (specifically, Flat OpenDocument or '.fodt', which can in turn be converted into RTF, Microsoft Word, or virtually any other word-processing format). MMD is a superset of the Markdown syntax, originally created by John Gruber. It adds multiple syntax features (tables, footnotes, and citations, to name a few), in addition to the various output formats listed above (Markdown only creates HTML). Additionally, it builds in 'smart' typography for various languages (proper left- and right-sided quotes, for example). NOTE: To use the mmd2pdf script, you must install print/latexmk. WWW: http://www.fletcherpenney.net/multimarkdown/ |
2011-10-27T19:50:54+00:00 | devel/rubygem-rack-protection |
Collection of Rack middleware to protect against opportunistic attack Collection of Rack middleware to protect you against common, opportunistic attack. WWW: http://rkh.github.com/rack-protection/ |
2011-10-27T18:30:43+00:00 | devel/rubygem-turn |
New output format for Test::Unit Test::Unit Reporter (New) -- new output format for Test::Unit WWW: https://github.com/turn-project/turn |
2011-10-27T16:15:19+00:00 | devel/rubygem-ansi |
Gem enabling ANSI code based colorization and stylization of output The ANSI project is a collection of ANSI escape code related libraries enabling ANSI code based colorization and stylization of output. WWW: http://rubyworks.github.io/ansi/ |
2011-10-27T14:36:31+00:00 | net-mgmt/zenpack-interfacegraphs |
Provides a link that graphs all network interfaces for a device When troubleshooting network issues, it can be very useful to have all the interface graphs for a device on the same screen. This helps with spotting trends, or tracing where traffic is flowing through a switch or router. The only way to natively achieve this with Zenoss is to create a graph or multi-graph report for every network device manually, which can be a chore if you have more than a few network devices. This ZenPack provides a new link on the left side of a device detail view called "Interface Graphs" - this view shows the graphs for all of the network interfaces on the device in one place, allowing for fast spotting of issues or traffic flows. Both the interface name and the description (if any) are used to title the graphs to aid with identification. Note that with stacked switches, you can end up with a very large number of graphs on the page, so tuning this slightly via the configuration properties below could be a good idea in these situations. WWW: http://community.zenoss.org/docs/DOC-10226 |
2011-10-27T03:04:14+00:00 | textproc/rubygem-sass-rails |
Sass adapter for the Rails asset pipeline Sass adapter for the Rails asset pipeline. WWW: https://github.com/rails/sass-rails |
2011-10-27T03:03:48+00:00 | devel/rubygem-coffee-rails |
Coffee Script adapter for the Rails asset pipeline Coffee Script adapter for the Rails asset pipeline. WWW: https://github.com/rails/coffee-rails |
2011-10-26T21:56:03+00:00 | devel/php5-blitz-devel |
PHP templating engine Blitz is a PHP templating engine with two main features: Fast. Blitz is written in C and built as PHP-extension which makes it one of the fastest template engines (you may see the benchmarks section below) Clear. Blitz has quite simple and clear syntax and makes developer to build compact and easy-to-read-and-support code even for applications with very complex presentation logic WWW: http://alexeyrybak.com/blitz/blitz_en.html |
2011-10-26T18:44:49+00:00 | net/radsecproxy |
Generic RADIUS proxy radsecproxy is a generic RADIUS proxy that in addition to usual RADIUS UDP transport, also supports TLS (RadSec), as well as RADIUS over TCP and DTLS. The aim is for the proxy to have sufficient features to be flexible, while at the same time to be small, efficient and easy to configure. WWW: https://radsecproxy.github.io |
2011-10-26T14:30:41+00:00 | archivers/p5-Archive-Peek |
Peek into archives without extracting them This module lets you peek into archives without extracting them. It currently supports tar files and zip files. WWW: https://metacpan.org/release/Archive-Peek |
2011-10-26T11:08:02+00:00 | net/p5-Net-Subnet |
Fast IP-in-subnet matcher for IPv4 and IPv6, CIDR or mask This is a simple but fast pure Perl module for determining whether a given IP address is in a given set of IP subnets. It's iterative, and it doesn't use any fancy tries, but because it uses simple bitwise operations on strings it's still very fast. All documented functions are exported by default. Subnets have to be given in "address/mask" or "address/length" (CIDR) format. The Socket and Socket6 modules are used to normalise addresses, which means that any of the address formats supported by inet_aton and inet_pton can be used with Net::Subnet. WWW: https://metacpan.org/release/Net-Subnet |
2011-10-26T02:40:09+00:00 | graphics/tinyows |
High Performance WFS-T server TinyOWS server implements latest WFS-T standard versions, as well as related standards such as Filter Encoding (FE). WWW: https://mapserver.org/tinyows/ WWW: http://www.tinyows.org/ |
2011-10-25T22:52:11+00:00 | devel/py-ujson |
Ultra fast JSON encoder and decoder for Python UltraJSON is a fast and extendable JSON encoder and decoder written in pure C. WWW: https://github.com/esnme/ultrajson |
2011-10-25T20:54:51+00:00 | devel/csmith |
Generates random C programs that conform to the C99 standard Csmith is a tool that can generate random C programs that statically and dynamically conform to the C99 standard. Thus, it is useful for stress-testing compilers, static analyzers, and other tools that process C code. Csmith has found bugs in every tool that it has tested, and over the last several years we have used it to find and report more than 350 previously-unknown compiler bugs. WWW: http://embed.cs.utah.edu/csmith/ |
2011-10-24T22:22:59+00:00 | net-p2p/eiskaltdcpp-cli |
EiskaltDC++ client command-line 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 contains XMLRPC CLI client for EiskaltDC++ daemon. WWW: http://code.google.com/p/eiskaltdc/ |
2011-10-24T20:28:52+00:00 | audio/lingot |
Musical instrument tuner LINGOT is a musical instrument tuner. It's accurate, easy to use, and highly configurable. Originally conceived to tune electric guitars, it can now be used to tune other instruments. It looks like an analogue tuner, with a gauge indicating the relative shift to a certain note, found automatically as the closest note to the estimated frequency. WWW: http://www.nongnu.org/lingot/ |
2011-10-24T07:31:23+00:00 | sysutils/wiimms |
Wiimms ISO Tools Wiimms ISO Tools is a set of command line tools to manipulate Wii and GameCube ISO images and WBFS containers. WWW: https://wit.wiimm.de/ |
2011-10-24T00:21:02+00:00 | deskutils/plasma-applet-icontasks |
Modified version of KDE SC taskbar applet and taskmanager library This is a modified version of the KDE SC taskbar and taskmanager library. The main change is to preserve the position of tasks and launchers, e.g., when a launcher is activated, the resultant task item appears in the same place in the taskbar as the launcher did. WWW: http://kde-apps.org/content/show.php/Icon+Tasks?content=144808 |
2011-10-23T19:30:00+00:00 | devel/rubygem-rb-inotify |
Ruby wrapper for libinotify, using ffi rubygem-rb-inotify is a ruby wrapper for libinotify, using ffi. WWW: https://github.com/guard/rb-inotify |
2011-10-23T19:27:24+00:00 | sysutils/rubygem-guard-livereload |
Automatically reloads your browser when 'view' files are modified Guard::LiveReload automatically reloads your browser when 'view' files are modified. WWW: https://github.com/guard/guard-livereload |
2011-10-23T15:59:36+00:00 | www/rubygem-em-websocket |
EventMachine based WebSocket server rubygem-em-websocket is an EventMachine based WebSocket server. WWW: https://github.com/igrigorik/em-websocket |
2011-10-23T07:40:59+00:00 | shells/p5-Bash-Completion |
Extensible system to provide bash completion bash completion should just work when you install new commands. Bash::Completion is a system to use and write bash completion rules. For end-users, you just need to add this line to your .bashrc or .bash_profile: setup-bash-complete This will load all the installed Bash::Completion plugins, make sure they should be activated and generate the proper bash code to setup bash completion for them. If you later install a new command line tool, and it has a Bash::Completion::Plugin -based plugin, all your new shells will have bash completion rules for it. You can also force immediate setup by running the same command: setup-bash-complete To write a new Bash::Completion plugin, see Bash::Completion::Plugin. WWW: https://metacpan.org/release/Bash-Completion |
2011-10-23T07:00:40+00:00 | archivers/p5-Archive-Extract-Libarchive |
Generic archive extracting mechanism (using libarchive) Archive::Extract::Libarchive has a similar interface to Archive::Extract, but instead of using Perl modules and external commands, it uses the libarchive C libary. It supports many different archive formats and compression algorithms and is fast. WWW: https://metacpan.org/release/Archive-Extract-Libarchive |
2011-10-23T03:52:56+00:00 | textproc/rubygem-itextomml |
Native Ruby bindings to itex2MML itextomml provides native Ruby bindings to itex2MML, which converts itex equations to MathML. WWW: https://golem.ph.utexas.edu/~distler/blog/itex2MML.html |
2011-10-22T14:39:17+00:00 | net/neubot |
Measures neutrality of your network connection in the background Neubot is a research project on network neutrality of the NEXA Center for Internet & Society at Politecnico di Torino. The project is based on a lightweight open-source program that interested users can download and install on their computers. The program runs in background and periodically performs transmission tests with some test servers and with other instances of the program itself. These transmission tests probe the Internet using various application level protocols. The program saves tests results locally and uploads them on the project servers. The collected dataset contains samples from various Providers and allows to monitor network neutrality. WWW: http://www.neubot.org/ |
2011-10-22T13:34:42+00:00 | net/py-ldaptor |
Pure-python LDAP module for Twisted Ldaptor is a pure-Python library that implements: * LDAP client logic * separately-accessible LDAP and BER protocol message generation/parsing * ASCII-format LDAP filter generation and parsing * LDIF format data generation * Samba password changing logic Also included is a web-based user interface to search and edit information in an LDAP directory and a set of LDAP utilities for use from the command line. WWW: https://github.com/antong/ldaptor |
2011-10-22T13:06:58+00:00 | sysutils/rubygem-guard-rspec |
Guard::RSpec automatically run your specs (much like autotest) Guard::RSpec automatically run your specs (much like autotest). WWW: https://github.com/guard/guard-rspec |
2011-10-22T13:04:14+00:00 | sysutils/rubygem-guard |
Command line tool to easily handle events on file system modifications Guard is a command line tool that easily handle events on files modifications. WWW: https://github.com/guard/guard |
2011-10-22T12:14:06+00:00 | textproc/rubygem-yard |
Documentation generation tool for Ruby YARD - Yay! A Ruby Documentation Tool YARD is a documentation generation tool for the Ruby programming language. It enables the user to generate consistent, usable documentation that can be exported to a number of formats very easily, and also supports extending for custom Ruby constructs such as custom class level definitions. WWW: https://yardoc.org/ WWW: https://github.com/lsegal/yard |
2011-10-21T20:12:02+00:00 | net-mgmt/zenpack-deviceadvdetail |
Provides additional hardware details for Zenoss This ZenPack is currently used by the HP ProLiant Monitor, Dell Monitor and ODBC Datasource (and many others) to display additional hardware details and could be used by other ZenPacks as well. Examples of details include: * dynamic deviceHardwareDetail tab (additional sections can be added or removed by any ZenPack) * dynamic deviceOsDetail tab * dynamic deviceSoftwareDetail tab * Number of CPU Cores * Memory Modules section * Logical Drives sections * status indication for all hardware components * It also make changes deviceOSDetail tab to show only monitored Network Interfaces WWW: http://community.zenoss.org/docs/DOC-3452 |
2011-10-21T13:57:46+00:00 | print/p5-PostScript-PPD |
Read PostScript Printer Definition files PostScript::PPD reads and parses PostScript Printer Definition files, called PPDs. PPDs contain key/value tuples that describe the printer, its capabilities and the printing options available. The printing options are classified as User Interface (UI) options, which are grouped into groups. WWW: https://metacpan.org/release/PostScript-PPD |
2011-10-20T19:37:13+00:00 | security/arm |
Terminal status monitor for Tor The anonymizing relay monitor (arm) is a terminal status monitor for Tor, intended for command-line aficionados, ssh connections, and anyone with a tty terminal. This works much like top does for system usage, providing real time statistics for: * bandwidth, cpu, and memory usage * relay's current configuration * logged events * connection details (ip, hostname, fingerprint, and consensus data) * ... etc WWW: http://www.atagar.com/arm/ |
2011-10-20T12:22:03+00:00 | security/py-htpasswd |
Replacement for htpasswd Replacement for htpasswd. This port will install htpasswd.py that can be found in trac contrib directory. WWW: http://trac.edgewall.org/browser/trunk/contrib/htpasswd.py |
2011-10-20T06:50:39+00:00 | misc/p5-Geo-Coder-Many |
Module to tie together multiple Geo::Coder::* modules Geo::Coder::Many provides a single interface to different remote (ie HTTP based) geocoding modules Amongst other things, Geo::Coder::Many adds geocoder precision information, alternative scheduling methods (weighted random, and ordered list), timeouts for geocoders which are failing, and optional callbacks for result filtering and picking. WWW: http://search.cpan.org/dist/Geo-Coder-Many/ |
2011-10-20T06:48:40+00:00 | misc/p5-Geo-Coder-TomTom |
Geocode addresses with the TomTom route planner Geo::Coder::TomTom provides an interface to the geocoding service of the TomTom route planner through the unofficial (as-yet unpublished) REST API. WWW: https://metacpan.org/release/Geo-Coder-TomTom |
2011-10-20T06:47:34+00:00 | misc/p5-Geo-Coder-PlaceFinder |
Geocode addresses with Yahoo PlaceFinder Geo::Coder::PlaceFinder provides an interface to the Yahoo PlaceFinder geocoding service. WWW: https://metacpan.org/release/FRIFFIN/Geo-Coder-PlaceFinder-0.1 |
2011-10-20T06:46:57+00:00 | misc/p5-Geo-Coder-Ovi |
Geocode addresses with the Ovi Maps API Geo::Coder::Ovi provides an interface to the geocoding service of the Ovi Maps API. WWW: https://metacpan.org/release/Geo-Coder-Ovi |
2011-10-20T06:46:04+00:00 | misc/p5-Geo-Coder-OSM |
Geocode addresses with the OpenStreetMap Nominatim API Geo::Coder::OSM provides an interface to the OpenStreet Nominatim geocoding service. WWW: https://metacpan.org/release/Geo-Coder-OSM |
2011-10-20T06:45:30+00:00 | misc/p5-Geo-Coder-Navteq |
Geocode addresses with the Navteq MapTP AJAX API Geo::Coder::Navteq provides an interface to the geocoding functionality of the Navteq MapTP AJAX API. WWW: https://metacpan.org/release/Geo-Coder-Navteq |
2011-10-20T06:44:44+00:00 | misc/p5-Geo-Coder-Multimap |
Geocode addresses with the Multimap Open API Geo::Coder::Multimap provides an interface to the geocoding functionality of the Multimap Open API. WWW: https://metacpan.org/release/Geo-Coder-Multimap |
2011-10-20T06:43:57+00:00 | misc/p5-Geo-Coder-Mapquest |
Geocode addresses with Mapquest Geo::Coder::Mapquest provides an interface to the Mapquest Geocoding Web Service. WWW: https://metacpan.org/release/Geo-Coder-Mapquest |
2011-10-20T06:43:12+00:00 | misc/p5-Geo-Coder-Googlev3 |
Google Maps v3 Geocoding API Use Geo::Coder::Googlev3 just like Geo::Coder::Google. Note that no apikey is used in Google's v3 API, and the returned data structure differs. Please check also [1] for more information about Google's Geocoding API and especially usage limits. [1] http://code.google.com/intl/en/apis/maps/documentation/geocoding/ WWW: https://metacpan.org/release/Geo-Coder-Googlev3 |
2011-10-20T06:42:06+00:00 | misc/p5-Geo-Coder-Bing |
Geocode addresses with the Bing Maps API Geo::Coder::Bing provides an interface to the Bing Maps geocoding service. WWW: https://metacpan.org/release/Geo-Coder-Bing |
2011-10-20T03:21:17+00:00 | net/p5-AnyEvent-MPRPC |
Perl extension for simple TCP-based MPRPC client/server This module provide TCP-based MessagePack RPC server/client implementation. AnyEvent::MPRPC provide you a couple of export functions that are shortcut of AnyEvent::MPRPC::Client and AnyEvent::MPRPC::Server. One is mprpc_client for Client, another is mprpc_server for Server. WWW: https://metacpan.org/release/AnyEvent-MPRPC |
2011-10-20T03:19:55+00:00 | devel/p5-Devel-KYTProf |
Perl extension for simple profiler Devel::KYTProf is a perl code profiler to explore IO blocking time. WWW: https://metacpan.org/release/Devel-KYTProf |
2011-10-19T20:28:17+00:00 | security/py-arm |
A terminal status monitor for Tor The anonymizing relay monitor (arm) is a terminal status monitor for Tor, intended for command-line aficionados, ssh connections, and anyone with a tty terminal. This works much like top does for system usage, providing real time statistics for: * bandwidth, cpu, and memory usage * relay's current configuration * logged events * connection details (ip, hostname, fingerprint, and consensus data) * ... etc WWW: http://www.atagar.com/arm/ |
2011-10-19T12:59:47+00:00 | devel/p5-DateTime-Format-Oracle |
Parse and format Oracle dates and timestamps DateTime::Format::Oracle may be used to convert Oracle date and timestamp values into DateTime objects. It also can take a DateTime object and produce a date string matching the NLS_DATE_FORMAT. Oracle has flexible date formatting via its NLS_DATE_FORMAT session variable. Date values will be returned from Oracle according to the current value of that variable. Date values going into Oracle must also match the current setting of NLS_DATE_FORMAT. Timestamp values will match either the NLS_TIMESTAMP_FORMAT or NLS_TIMESTAMP_TZ_FORMAT session variables. This module keeps track of these Oracle session variable values by examining environment variables of the same name. Each time one of Oracle's formatting session variables is updated, the %ENV hash must also be updated. WWW: https://metacpan.org/release/DateTime-Format-Oracle |
2011-10-19T12:58:07+00:00 | converters/p5-Convert-NLS_DATE_FORMAT |
Convert Oracle NLS_DATE_FORMAT <-> strftime format strings Convert::NLS_DATE_FORMAT is a Perl module to convert Oracle's NLS_DATE_FORMAT string into a strptime format string, or the reverse. WWW: https://metacpan.org/release/Convert-NLS_DATE_FORMAT |
2011-10-19T09:28:10+00:00 | www/horde4-ansel |
Horde Photo Management and Web Gallery Ansel is a full featured photo management application. With it, you can create any number of galleries and subgalleries, share galleries among other Horde users or even make them public. WWW: http://www.horde.org/apps/ansel/ |
2011-10-18T21:09:14+00:00 | textproc/fex |
Powerful field extraction tool fex works like cut or awk in its field navigation, but allows you to specify token-based fields in a much more concise, flexible, and readable way. Due to the simplicity of fex's language, it can enable you to replace many common invocations of cut and awk with a single invocation of fex. WWW: http://semicomplete.com/projects/fex/ |
2011-10-18T19:01:29+00:00 | net-mgmt/zenpack-dellmon |
Provides additional monitoring options for Dell machines This ZenPack provides additional monitoring options for Dell machines with additional zCollectorPlugins: * community.snmp.DellCPUMap * community.snmp.DellDeviceMap * community.snmp.DellExpansionCardMap * community.snmp.DellFanMap * community.snmp.DellHardDiskMap * community.snmp.DellLogicalDiskMap * community.snmp.DellMemoryModuleMap * community.snmp.DellNicMap * community.snmp.DellPowerSupplyMap * community.snmp.DellTemperatureSensorMap Reports: * /Device Reports/Dell PowerEdge Reports/DRAC Controllers * /Device Reports/Dell PowerEdge Reports/Storage Controllers * /Device Reports/Dell PowerEdge Reports/Hard Disks WWW: http://community.zenoss.org/docs/DOC-3410 |
2011-10-18T17:03:51+00:00 | devel/gjstest |
Lightweight JS unit testing using the V8 engine Google JS Test is a fast javascript unit testing framework that runs on the V8 engine, without needing to launch a full browser. Features include: - Extremely fast test startup and execution time, without having to run a browser. - Clean, readable output in the case of both passing and failing tests. - A browser-based test driver that can simply be refreshed whenever JS is changed. - Style and semantics that resemble Google Test for C++. - A built-in mocking framework that requires minimal boilerplate code (e.g. no $tearDown or $verifyAll) with style and semantics based on the Google C++ Mocking Framework. The trade-off is that since tests are run in V8 without a browser, there is no DOM available. You can still use Google JS Test for tests of DOM-manipulating code however; see "Is it for me?" [1] for more details. [1] http://code.google.com/p/google-js-test/wiki/IsItForMe WWW: http://code.google.com/p/google-js-test/ |
2011-10-18T16:41:19+00:00 | devel/p5-List-Gen |
Functions for generating lists List::Gen provides higher order functions, list comprehensions, generators, iterators, and other utility functions for working with lists. walk lists with any step size you want, create lazy ranges and arrays with a map like syntax that generate values on demand. there are several other hopefully useful functions, and all functions from List::Util are available. WWW: https://metacpan.org/release/List-Gen |
2011-10-18T11:27:43+00:00 | sysutils/fex |
A powerful field extraction tool fex works like cut or awk in its field navigation, but allows you to specify token-based fields in a much more concise, flexible, and readable way. Due to the simplicity of fex's language, it can enable you to replace many common invocations of cut and awk with a single invocation of fex. WWW: http://semicomplete.com/projects/fex/ |
2011-10-18T09:06:26+00:00 | devel/p5-Log-Minimal |
Minimal but customizable logger Log::Minimal is Minimal but customizable log module. WWW: https://metacpan.org/release/Log-Minimal |
2011-10-18T08:06:47+00:00 | databases/p5-DBIx-Sunny |
Simple DBI wrapper supports SQLite and MySQL DBIx::Sunny is a simple DBI wrapper. It provides better usability for you. This module based on Amon2::DBI. DBIx::Sunny supports only SQLite and MySQL. WWW: https://metacpan.org/release/DBIx-Sunny |
2011-10-18T05:05:01+00:00 | devel/p5-Cairo-GObject |
Integrate Cairo into the Glib type system Cairo::GObject registers Cairo's types (Cairo::Context, Cairo::Surface, etc.) with Glib's type systems so that they can be used normally in signals and properties. WWW: https://metacpan.org/release/Cairo-GObject |
2011-10-17T10:16:32+00:00 | math/fftw3-quad |
Fast Discrete Fourier Transform (Quad Precision C Routines) |
2011-10-17T01:51:39+00:00 | textproc/rubygem-compass |
Provides an open-source CSS authoring framework Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintainance of CSS. WWW: http://compass-style.org/ |
2011-10-17T01:50:42+00:00 | graphics/rubygem-chunky_png |
Ruby library to read and write PNG images ChunkyPNG is a pure Ruby library to read and write PNG images and access textual metadata. It has no dependency on RMagick, or any other library for that matter. WWW: https://github.com/wvanbergen/chunky_png/wiki |
2011-10-17T01:49:43+00:00 | sysutils/rubygem-fssm |
State tracking and event firing utility The File System State Monitor keeps track of the state of any number of paths and will fire events when said state changes (create/update/delete). FSSM supports using FSEvents on MacOS, Inotify on GNU/Linux, and polling anywhere else. WWW: https://github.com/ttilley/fssm |
2011-10-17T01:42:06+00:00 | devel/p5-Glib-Object-Introspection |
Dynamically create Perl language bindings Glib::Object::Introspection uses the gobject-introspection and libffi projects to dynamically create Perl bindings for a wide variety of libraries. Examples include gtk+, webkit, libsoup and many more. WWW: https://metacpan.org/release/Glib-Object-Introspection |
2011-10-17T01:27:34+00:00 | www/rubygem-uglifier |
Ruby wrapper for UglifyJS JavaScript compressor Ruby wrapper for UglifyJS JavaScript compressor WWW: https://github.com/lautis/uglifier |
2011-10-17T01:26:58+00:00 | www/rubygem-rack-ssl |
Rack middleware to force SSL/TLS Rack middleware to force SSL/TLS WWW: https://github.com/josh/rack-ssl |
2011-10-17T01:26:22+00:00 | devel/rubygem-coffee-script |
Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler. WWW: https://github.com/rails/ruby-coffee-script |
2011-10-17T01:25:51+00:00 | devel/rubygem-coffee-script-source |
Little language that compiles into JavaScript CoffeeScript is a little language that compiles into JavaScript. Underneath all of those embarrassing braces and semicolons, JavaScript has always had a gorgeous object model at its heart. CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way. WWW: https://github.com/jashkenas/coffeescript |
2011-10-17T01:25:00+00:00 | devel/rubygem-execjs |
ExecJS lets you run JavaScript code from Ruby ExecJS lets you run JavaScript code from Ruby. WWW: https://github.com/rails/execjs |
2011-10-17T01:24:17+00:00 | devel/rubygem-hike |
Ruby library for finding files in a set of paths A Ruby library for finding files in a set of paths. WWW: https://github.com/sstephenson/hike |
2011-10-17T00:03:42+00:00 | x11/konsole |
KDE terminal emulator Konsole is a terminal program for KDE. As well as being a standalone program, it is also used by other KDE programs such as the Kate editor and KDevelop development environment to provide easy access to a terminal window. Konsole's features and usage are explained and illustrated in the Konsole handbook, which can be accessed by browsing to "help:/konsole" in Konqueror. WWW: https://konsole.kde.org/ |
2011-10-17T00:03:42+00:00 | x11-themes/kde4-wallpapers |
Set of wallpapers for the KDE Plasma workspace This package contains wallpapers from KDE. WWW: http://www.kde.org |
2011-10-17T00:03:42+00:00 | science/step |
KDE interactive physics simulator Step is an interactive physics simulator. It works like this: you place some bodies on the scene, add some forces such as gravity or springs, then click "Simulate" and Step shows you how your scene will evolve according to the laws of physics. You can change every property of bodies/forces in your experiment (even during simulation) and see how this will change the outcome of the experiment. With Step you can not only learn but feel how physics works! WWW: http://edu.kde.org/step |
2011-10-17T00:03:42+00:00 | science/kalzium |
Periodic table of elements for KDE Kalzium is your digital replacement for the periodic table on paper. It is a program that visualizes the periodic table of elements (PSE) and includes basic information about all common elements in the PSE. It has gained much more functions over time. FEATURES - Versatile overview of all important data from the elements like melting points, electron affinity, electron negativity, electron configuration, radii, mass, ionisation energy. - Tool to visualize the spectral lines of each element. - Different colored views for the PSE: separation of the different blocks, year simulator, temperature simulator. - Molecular weight calculator. - An isotope table. - 3D molecule editor, with a load and save functionality. - An equation solver for stoichiometric problems. - Filetype conversion for different types of chemical programs. - Tool to produce a comprehesive list of all risk and safety statements. WWW: http://www.kde.org/applications/education/kalzium |
2011-10-17T00:03:42+00:00 | misc/parley |
Vocabulary trainer for KDE Parley is a program to help you memorize things. It supports many language specific features but can be used for other learning tasks just as well. It uses the spaced repetition learning method, also known as flash cards. WWW: http://edu.kde.org/applications/all/parley |
2011-10-17T00:03:42+00:00 | misc/libkdeedu |
Libraries used by KDE educational applications This port installs libraries used by KDE educational applications. WWW: http://www.kde.org |
2011-10-17T00:03:42+00:00 | misc/ktouch |
Touch typing tutor for KDE KTouch is a program for learning to touch type. It provides you with text to train on and adjusts to different levels depending on how good you are. It also displays which key to press next and the correct finger to use. You learn typing with all fingers, step by step, without having to look down at the keyboard all the time to find your keys (which slows you down a lot). It is convenient for all ages and the perfect typing tutor for schools, universities and individuals. FEATURES - Support for many different training lectures. - Support for many languages including language specific text fonts. - Comfortable lecture editor. - Support for different keyboard layouts, with the ability to use user-defined layouts. - During training sessions comprehensive statistical informations are shown to help you analyse your progress WWW: http://www.kde.org/applications/education/ktouch |
2011-10-17T00:03:42+00:00 | misc/klettres |
Alphabet learning tool for KDE KLettres helps a very young child or an adult learning a new language by associating sounds and letters in this language. WWW: http://edu.kde.org/klettres |
2011-10-17T00:03:42+00:00 | misc/kgeography |
KDE geography trainer KGeography is an aid for learning about world geography. You can use it to explore a map, show information about regions and features, and play quiz games to test your geography knowledge. WWW: http://edu.kde.org/kgeography |
2011-10-17T00:03:42+00:00 | misc/kde4-l10n-ug |
Uighur messages and documentation for KDE SC 4 Localized messages and documentation for KDE4. WWW: http://i18n.kde.org/ |
2011-10-17T00:03:42+00:00 | misc/kde4-l10n-bs |
Bosnian messages and documentation for KDE SC 4 Localized messages and documentation for KDE4. WWW: http://i18n.kde.org/ |
2011-10-17T00:03:42+00:00 | math/rocs |
KDE Graph theory IDE Rocs aims to be a graph theory IDE for helping professors to show the results of a graph algorithm and also helping students to do the algorithms. FEATURES - Canvas for graph drawing. - IDE for graph related programming, using JavaScript as its main language, plus the graph library. - Nodes, graphs and edges are extensible from the scripting interface, so you can do anything you want. WWW: http://www.kde.org/applications/education/rocs |
2011-10-17T00:03:42+00:00 | math/kmplot |
Mathematical function plotter for KDE KmPlot is a program to draw graphs, their integrals or derivatives. It supports different systems of coordinates like the cartesian or the polar coordinate system. The graphs can be colorized and the view is scalable, so that you are able to zoom to the level you need. Features: - Powerful mathematical parser. - Precise metric printing. - Different plot types: cartesian, parametric, polar, implicit, differential. - Highly configurable visual settings (plot line, axes, grid). - Export to bitmap format (BMP and PNG) and scalable vector graphics (SVG). - Save/load complete session in readable XML format. - Trace mode: cross hair following plot, coordinates shown in the status bar. - Supports zooming. - Ability to draw the 1st and 2nd derivative and the integral of a plot function. - Supports user defined constants and parameter values. - Various tools for plot functions: - Find minimum/maximum point. - Get y-value and draw the area between the function and the y-axis. WWW: http://www.kde.org/applications/education/kmplot |
2011-10-17T00:03:42+00:00 | math/kig |
KDE interactive geometry application Kig is an application for interactive geometry. FEATURES - Allows the students to interactively explore mathematical figures and concepts using the computer. - Serves as a WYSIWYG tool for drawing mathematical figures and including them in other documents. WWW: http://www.kde.org/applications/education/kig |
2011-10-17T00:03:42+00:00 | math/kbruch |
KDE 4 application to exercise fractions KBruch is a small program to practice calculating with fractions and percentages. Different exercises are provided for this purpose and you can use the learning mode to practice with fractions. The program checks the user's input and gives feedback. FEATURES - Arithmetic excercise: in this exercise you have to solve a given fraction task. You have to enter the numerator and the denominator. This is the main exercise. - Comparison excercise: in this exercise you have to compare the size of two given fractions, using the symbols >, < or =. - Conversion excercise: in this exercise you have to convert a given number into a fraction. - Factorization excercise: in this exercise you have to factorize a given number into its prime factors. - Percentage excercise: in this exercise you have to calculate percentages. WWW: http://www.kde.org/applications/education/kbruch |
2011-10-17T00:03:42+00:00 | math/kalgebra |
KDE graph calculator KAlgebra is a mathematical calculator based on content markup MathML language, capable to make simple MathML operations (arithmetic and logical) and to representate 2D and 3D graphs. WWW: http://www.kde.org/applications/education/kalgebra |
2011-10-17T00:03:42+00:00 | math/cantor |
Mathematical software frontend by KDE Cantor is a KDE Application aimed to provide a nice interface for doing mathematics and scientific computing. It doesn't implement its own computation logic, but instead is built around different backends. WWW: http://edu.kde.org/cantor |
2011-10-17T00:03:42+00:00 | lang/kturtle |
Educational programming environment for KDE KTurtle is an educational programming environment for KDE. KTurtle aims to make programming as easy and touchable as possible, and therefore can be used to teach kids the basics of math, geometry and... programming. The programming language used in KTurtle is loosely based on Logo. KTurtle allows, just like some implementations of Logo, to translate the programming language (the commands, the documentation and the error messages) to the native language of the programmer. Translating the programming language to the native language of the programmer is one of the many ways KTurtle tries to make learning to programming more simple. Other features to help to achieve this goal are: intuitive syntax highlighting, simple error messages, integrated canvas to make drawings on, integrated help function, slow-motion or step execution, and more. WWW: http://edu.kde.org/kturtle |
2011-10-17T00:03:42+00:00 | japanese/kiten |
Japanese reference/study tool for KDE Kiten is a Japanese reference/learning tool. FEATURES - Search with English keyword, Japanese reading, or a Kanji string on a list of EDICT files. - Search with English keyword, Japanese reading, number of strokes, grade number, or a Kanji on a list of KANJIDIC files. - Comes with all necessary files. - Very fast. - Limit searches to only common entries. - Nested searches of results possible. - Compact, small, fast interface. - Global KDE keybindings for searching highlighted strings. - Learning dialog. (One can even open up multiple ones and have them sync between each other.) - Browse Kanji by grade. - Add Kanji to a list for later learning. - Browse list, and get quizzed on them. WWW: http://edu.kde.org/kiten |
2011-10-17T00:03:42+00:00 | graphics/okular |
KDE universal document viewer Okular is a universal document viewer based on KPDF for KDE 4. This means Okular works on multiple platforms, including but not limited to Linux, Windows, Mac OS X, *BSD, etc. Okular combines the excellent functionalities of KPDF with the versatility of supporting different kind of documents, like PDF, Postscript, DjVu, CHM, XPS, ePub and others. WWW: https://okular.kde.org |
2011-10-17T00:03:42+00:00 | graphics/libksane |
SANE library interface for KDE Libksane is a KDE interface for SANE library to control flat scanners. This library is used by kipi-plugins, digiKam and others kipi host programs. WWW: http://www.kipi-plugins.org |
2011-10-17T00:03:42+00:00 | graphics/ksnapshot |
KDE 4 screen capture program KSnapshot is a KDE snapshot tool with many features. FEATURES - Save in multiple formats. - Take new shapshot. - Open with... possibility to open snapshot in external editor.. - Copy to clipboard. - Several capture modes, including selected region or single window. - Snapshot delay. WWW: http://www.kde.org/applications/graphics/ksnapshot |
2011-10-17T00:03:42+00:00 | graphics/ksaneplugin |
KDE 4 plugin for scanning through libksane This is a KDE 4 plugin that implements the scanning through libksane. WWW: http://www.kde.org |
2011-10-17T00:03:42+00:00 | graphics/kdegraphics4-thumbnailers |
Thumbnailers for various graphics file formats This plugins allow KDE software to create thumbnails for several advanced graphic file formats (PS, RAW). WWW: http://www.kde.org |
2011-10-17T00:03:42+00:00 | graphics/kdegraphics4-svgpart |
SVG KPart Plug-in for the Gwenview image viewer and other KDE applications allowing the SVG renderer to be used to render SVG images. WWW: http://www.kde.org |
2011-10-17T00:03:42+00:00 | graphics/kdegraphics4-strigi-analyzer |
Strigi analyzers for various graphics file formats Strigi analyzers for various graphics file formats. WWW: http://www.kde.org |
2011-10-17T00:03:42+00:00 | graphics/kdegraphics4-mobipocket |
Mobipocket plugins for Strigi indexing and thumbnails These plugins allow Strigi desktop search to extract additional information about Mobipocket files. Additionally they allow the Dolphin file manager to create thumbnails for this file format and Okular to display the files. WWW: http://www.kde.org |
2011-10-17T00:03:42+00:00 | graphics/kcolorchooser |
KDE application to select colors from the screen or from a palette KColorChooser is a simple application to select colors from the screen or from a palette. FEATURES - Select colors from any location on the screen. - Select colors from a range of standard palettes available. - Color values shown in Hue-Saturation-Value (HSV), Red-Green-Blue (RGB) and HTML formats. WWW: http://www.kde.org/applications/graphics/kcolorchooser |
2011-10-17T00:03:42+00:00 | games/khangman |
Hangman game for KDE 4 KHangMan is a game based on the well-known hangman game. It is aimed at children aged six and over. The game has several categories of words to play with, for example: animals (animals words) and three difficulty categories: easy, medium and hard. A word is picked at random, the letters are hidden, and you must guess the word by trying one letter after another. Each time you guess a wrong letter, part of a picture of a hangman is drawn. You must guess the word before being hanged! You have 10 tries. WWW: http://edu.kde.org/khangman |
2011-10-17T00:03:42+00:00 | games/kanagram |
Letter order game for KDE Kanagram is a game based on anagrams of words: the puzzle is solved when the letters of the scrambled word are put back in the correct order. There is no limit on either time taken, or the amount of attempts to solve the word. FEATURES - Several word lists included. - Hints and cheat help system. - Word lists editor. - Word lists distribution via KNewStuff. - Scalable user interface appropriate for children. WWW: http://www.kde.org/applications/education/kanagram |
2011-10-17T00:03:42+00:00 | games/kajongg |
${${PORTNAME}_DESC} Kajongg - the classical Mah Jongg for four players. If you are looking for the Mah Jongg solitaire please use the application KMahjongg. Kajongg can be used in two different ways. Scoring a manual game where you play as always and use Kajongg for the computation of scores and for bookkeeping. Or you can use Kajongg to play against any combination of other human players or computer players. Kajongg comes with a ruleset for classical Chinese as played in Germany. You can change the ruleset at your will and also define whole new rulesets. The rules for a game are saved in the database, so every game could be played with different rules. Changing a ruleset does not affect existing games. WWW: http://www.kde.org/applications/games/kajongg |
2011-10-17T00:03:42+00:00 | games/blinken |
Memory enhancement game Blinken is the KDE version of the well-known game Simon Says. Follow the pattern of sounds and lights as long as you can! Press the start game button to begin. Watch the computer and copy the pattern it makes. Complete the sequence in the right order to win. WWW: https://edu.kde.org/blinken/ |
2011-10-17T00:03:42+00:00 | editors/kate |
Basic editor framework for the KDE system KDE5 kate |
2011-10-17T00:03:42+00:00 | devel/kdebindings4-smoke-smokeqt |
SMOKE bindings for Qt SMOKE stands for "Scripting Meta Object Kompiler Engine". SMOKE is language-independent enough for other bindings (e.g. to other scripting languages) to be based on it. WWW: http://www.kde.org/ |
2011-10-17T00:03:42+00:00 | devel/kdebindings4-smoke-smokekde |
SMOKE bindings for KDE SMOKE stands for "Scripting Meta Object Kompiler Engine". SMOKE is language-independent enough for other bindings (e.g. to other scripting languages) to be based on it. WWW: http://www.kde.org/ |
2011-10-17T00:03:42+00:00 | devel/kdebindings4-smoke-smokegen |
SMOKE bindings for KDE SMOKE stands for "Scripting Meta Object Kompiler Engine". SMOKE is language-independent enough for other bindings (e.g. to other scripting languages) to be based on it. WWW: http://www.kde.org/ |
2011-10-17T00:03:42+00:00 | devel/kdebindings4-ruby-qtruby |
Ruby bindings for Qt This port provides Ruby bindings for Qt. WWW: http://www.kde.org/ |
2011-10-17T00:03:42+00:00 | devel/kdebindings4-ruby-krossruby |
Ruby bindings for Qt/KDE This port provides Ruby bindings for Qt and KDE. WWW: http://www.kde.org/ |
2011-10-17T00:03:42+00:00 | devel/kdebindings4-ruby-korundum |
Ruby bindings for KDE This port provides Ruby bindings for KDE. WWW: http://www.kde.org/ |
2011-10-17T00:03:42+00:00 | devel/kdebindings4-kross-interpreters |
Meta port of Kross scripting libraries for KDE 4 This is a meta port of KDE bindings for Python and Ruby. WWW: http://www.kde.org/ |
2011-10-17T00:03:42+00:00 | deskutils/kruler |
KDE screen ruler KRuler displays on screen a ruler measuring pixels. FEATURES - Integrated color picker. - Change the length of the ruler. - Change the orientation of the ruler. - Change the color, transparency and font of the ruler. WWW: http://www.kde.org/applications/graphics/kruler |
2011-10-16T23:33:57+00:00 | security/pam_kde |
PAM modules for KDE Display Manager This port installs PAM modules used by KDM to log into a KDE session. |
2011-10-16T23:01:09+00:00 | sysutils/qzeitgeist |
Qt 4 wrapper library around the Zeitgeist D-Bus API Zeitgeist is a service which logs the users's activities and events (files opened, websites visites, conversations hold with other people, etc.) and makes relevant information available to other applications. It is able to establish relationships between items based on similarity and usage patterns. libQZeitgeist is a wrapper library around the Zeitgeist D-Bus API for Qt, and is brought to you by Collabora in cooperation with the Zeitgeist team and KDE. WWW: http://zeitgeist-project.com |
2011-10-16T23:00:43+00:00 | sysutils/zeitgeist |
Event logging framework Zeitgeist is a service which logs the users's activities and events (files opened, websites visites, conversations hold with other people, etc.) and makes relevant information available to other applications. It is able to establish relationships between items based on similarity and usage patterns. WWW: https://wiki.gnome.org/Projects/Zeitgeist |
2011-10-16T22:59:10+00:00 | graphics/prison |
Barcode library for KDE Prison is a barcode API currently offering a nice Qt API to produce QR code and Data Matrix barcodes, and can easily be made support more. WWW: http://projects.kde.org/prison |
2011-10-16T22:35:25+00:00 | net/samba36 |
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/ |
2011-10-16T16:10:58+00:00 | math/fflas-ffpack |
Library for dense linear algebra over word-size finite fields The FFLAS-FFPACK library provides dense linear algebra routines over word-size prime finite fields. WWW: https://linbox-team.github.io/fflas-ffpack/ WWW: https://github.com/linbox-team/fflas-ffpack |
2011-10-16T05:24:10+00:00 | japanese/wordpress |
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://ja.wordpress.org/ |
2011-10-15T19:36:40+00:00 | math/pure-rational |
Rational number library for the Pure language pure-rational provides additional operations on the rational number type provided by the math.pure module in the standard library. WWW: https://puredocs.bitbucket.io/pure-rational.html |
2011-10-15T19:13:26+00:00 | math/givaro |
C++ library for computer algebra Givaro is a C++ library for arithmetic and algebraic computations. Its main features are implementations of the basic arithmetic of many mathematical entities: prime fields, extension fields, finite fields, finite rings, polynomials, algebraic numbers, arbitrary precision integers and rationals (via C++ wrappers over gmp). It also provides data structures and templated classes for the manipulation of basic algebraic objects, such as vectors, matrices (dense, sparse, and structured), univariate polynomials, and recursive multivariate polynomials. WWW: https://casys.gricad-pages.univ-grenoble-alpes.fr/givaro WWW: https://github.com/linbox-team/givaro |
2011-10-15T16:32:01+00:00 | devel/p5-POE-Loop-Tk |
Bridge that allows POE to be driven by Tk POE::Loop::Tk implements the interface documented in POE::Loop. Therefore it has no documentation of its own. Please see POE::Loop for more details. POE::Loop::Tk is one of two versions of the Tk event loop bridge. The other, POE::Loop::TkActiveState accommodates behavior differences in ActiveState's build of Tk. Both versions share common code in POE::Loop::TkCommon. POE::Loop::Tk dynamically selects the appropriate bridge code based on the runtime enviroment. WWW: https://metacpan.org/release/POE-Loop-Tk |
2011-10-15T15:31:09+00:00 | devel/p5-Hash-NoRef |
HASH that store values without increase the reference count Hash::NoRef is a Perl module to create HASH that store values without increase the reference count (weak references). This can be used to store objects but without interfere in the DESTROY mechanism, since the reference in this HASH won't count. WWW: https://metacpan.org/release/Hash-NoRef |
2011-10-15T13:30:35+00:00 | devel/p5-Text-Levenshtein |
Implementation of the Levenshtein edit distance Text::Levenshtein implements the Levenshtein edit distance. The Levenshtein edit distance is a measure of the degree of proximity between two strings. This distance is the number of substitutions, deletions or insertions ("edits") needed to transform one string into the other one (and vice versa). When two strings have distance 0, they are the same. WWW: https://metacpan.org/release/Text-Levenshtein |
2011-10-15T02:53:31+00:00 | sysutils/mcelog |
Collects and decodes Machine Check Exception data mcelog processes machine checks (in particular memory and CPU hardware errors) on modern x86-based Unix systems and produces human-readable output. This software is heavily patched to work on FreeBSD systems, and thus provides an extremely limited subset of features as of this writing (for example, daemon mode is not currently supported). The primary purpose is to provide a way to decode MCE output from the FreeBSD kernel into something more human-readable using the command 'mcelog --no-dmi --ascii'. FreeBSD conversion patches were originally written by John Baldwin <jhb@freebsd.org> and later incorporated into this port. WWW: http://mcelog.org/ |
2011-10-15T02:13:20+00:00 | security/sssd |
System Security Services Daemon This project provides a set of daemons to manage access to remote directories and authentication mechanisms, it provides an NSS and PAM interface toward the system and a pluggable backend system to connect to multiple different account sources. It is also the basis to provide client auditing and policy services for projects like FreeIPA. sssd also features caching, which can allow for offline use to assist laptop users. WWW: https://pagure.io/SSSD/sssd |
2011-10-14T20:44:00+00:00 | x11-fonts/doulos-compact |
Doulos SIL TrueType font collection, compact variant Doulos SIL is a Unicode-based font family that attempts to provide a comprehensive inventory of glyphs needed for almost any Roman- or Cyrillic-based writing system, whether used for phonetic or orthographic needs. In addition, there is provision for other characters and symbols useful to linguists. This font makes use of state-of-the-art font technologies to support complex typographic issues, such as the need to position arbitrary combinations of base glyphs and diacritics optimally. Doulos is very similar to Times/Times New Roman, but only has a single face- regular. It is intended for use alongside other Times-like fonts where a range of styles (italic, bold) are not needed. This compact variant has been created with TypeTuner Web, by setting the "Line spacing" feature to "Tight", and will not be able to be TypeTuned again. WWW: http://scripts.sil.org/cms/scripts/page.php?item_id=DoulosSILfont |
2011-10-14T20:42:25+00:00 | x11-fonts/charis-compact |
Charis SIL TrueType font collection, compact variant Charis SIL is a Unicode-based font family that attempts to provide a comprehensive inventory of glyphs needed for almost any Roman- or Cyrillic-based writing system, whether used for phonetic or orthographic needs. In addition, there is provision for other characters and symbols useful to linguists. This font makes use of state-of-the-art font technologies to support complex typographic issues, such as the need to position arbitrary combinations of base glyphs and diacritics optimally. Charis is similar to Bitstream Charter, one of the first fonts designed specifically for laser printers. It is highly readable and holds up well in less-than-ideal reproduction environments. It also has a full set of styles - regular, italic, bold, bold italic - and so is more useful in general publishing than Doulos SIL. Charis is a serif, proportionally-spaced font optimized for readability in long printed documents. This compact variant has been created with TypeTuner Web, by setting the "Line spacing" feature to "Tight", and will not be able to be TypeTuned again. WWW: http://scripts.sil.org/cms/scripts/page.php?item_id=CharisSILfont |
2011-10-14T17:13:06+00:00 | databases/ocaml-mysql |
OCaml bindings to libmysqlclient ocaml-mysql is a package for OCaml that provides access to MySQL databases. It consists of low level functions implemented in C and a module MySQL intended for application development. WWW: http://ygrek.org.ua/p/ocaml-mysql/ |
2011-10-14T17:04:06+00:00 | textproc/ats-contrib-parcomb |
Parser combinators for ATS language This contributed library provides parser combinators for ATS language. WWW: http://www.ats-lang.org/ |
2011-10-14T17:02:52+00:00 | devel/ats-contrib-testing |
Facilitating construction of testing code for ATS language This ATS contributed library is for facilitating construction of testing code. WWW: http://www.ats-lang.org/ |
2011-10-14T17:00:39+00:00 | lang/ats |
Language with a type system rooted in the Applied Type System ATS is a statically typed programming language that unifies implementation with formal specification. It is equipped with a highly expressive type system rooted in the framework Applied Type System, which gives the language its name. In particular, both dependent types and linear types are available in ATS. WWW: http://www.ats-lang.org/ |
2011-10-14T13:52:34+00:00 | devel/p5-carton |
Perl module dependency manager carton is a command line tool to track the Perl module dependencies for your Perl application. The managed dependencies are tracked in a carton.lock file, which is meant to be version controlled, and the lock file allows other developers of your application will have the exact same versions of the modules. WWW: https://metacpan.org/release/Carton |
2011-10-14T10:32:33+00:00 | www/owncloud |
Personal cloud which runs on your own server ownCloud is a self-hosted file sync and share server. It provides access to your data through a web interface, sync clients or WebDAV while providing a platform to view, sync and share across devices easily -- all under your control. ownCloud's open architecture is extensible via a simple but powerful API for applications and plugins and it works with any storage. WWW: https://owncloud.com/ |
2011-10-13T23:22:22+00:00 | devel/trac-bitten |
Continuous integration for Trac A continuous integration plugin for Trac. Bitten is a Python-based framework for collecting various software metrics via continuous integration. It builds on Trac to provide an integrated web-based user interface. Build slaves are usually installed and run on multiple different systems to compile and test the software on these platforms on new checkins. Set bitten_slave_enable to "yes" and bitten_slave_urls to contain one or more Bitten build URLs. For form authentication add --form-auth to flags. WWW: http://bitten.edgewall.org/ |
2011-10-13T14:42:19+00:00 | sysutils/logstalgia |
Website access log visualization tool Logstalgia is a website traffic visualization that replays or streams web-server access logs as a pong-like battle between the web server and an never ending torrent of requests. Requests appear as colored balls which travel across the screen to arrive at the requested location. Successful requests are hit by the paddle while unsuccessful ones (eg. 404 - File Not Found) are missed and pass through. WWW: http://logstalgia.io/ |
2011-10-13T01:20:01+00:00 | devel/py-zc.buildout |
System for managing development buildouts zc.buildout provides support for creating applications, especially Python applications. It provides tools for assembling applications from multiple parts, Python or otherwise. An application may actually contain multiple programs, processes, and configuration settings. WWW: https://pypi.org/project/zc.buildout/ |
2011-10-13T01:04:48+00:00 | devel/py-zope.location |
Zope Location zope.location are special objects that has a structural location. WWW: https://pypi.org/project/zope.location/ |
2011-10-13T00:51:09+00:00 | devel/py-zLOG |
General logging facility This package provides a general logging facility that, at this point, is just a small shim over Python's logging module. Therefore, unless you need to support a legacy package from the Zope 2 world, you're probably better off using Python's logging module. WWW: https://pypi.org/project/zLOG/ |
2011-10-12T22:35:26+00:00 | emulators/joytran |
Joystick to keyboard/mouse events translator written in C Joytran is a joystick to keyboard/mouse events translator written in C. The project has several advantages over similar software: - Portable to a wide variety of platforms, since it is based on SDL and the X11 XTest Extension (Developed on FreeBSD) - It is easy to use the joystick in places where it is not usually supported - Supports keyboard and mouse emulation - Supports multiple joysticks - Handles the presence of non-joystick devices, such as USB mice/trackballs that masquerade as joysticks gracefully - Easy switching between profiles - Lightweight, with few dependencies - Comprehensive feature set (if there are features missing that are important to you, I will at least consider implementing them) - Freely available (MIT License) WWW: http://chiselapp.com/user/beyert/repository/joytran/ |
2011-10-12T18:21:11+00:00 | textproc/p5-Text-Padding |
Simple way of formatting a text Text::Padding provides a simple way to align a text on the left, right or center. If left & right are easy to achieve (see sprintf()), i found no cpan module that achieved a simple text centering. Well, of course, Perl6::Form provides it, but it's incredibly slow during startup / destroy time. And Text::Reform was segfaulting during destroy time. Hence this module, which aims to provide only those 3 methods. WWW: https://metacpan.org/release/Text-Padding |
2011-10-12T10:37:01+00:00 | devel/p5-File-HomeDir-PathClass |
File::HomeDir returning Path::Class objects File::HomeDir::PathClass is just a wrapper around File::HomeDir methods, transforming their return value to Path::Class objects. This allows for easier usage of the value. Refer to File::HomeDir#METHODS for a list of which functions are supported. File::HomeDir::PathClass supports both original File::HomeDir interfaces. WWW: https://metacpan.org/release/File-HomeDir-PathClass |
2011-10-11T20:47:03+00:00 | www/horde4-wicked |
Horde Wiki Application Wicked is a Wiki for the Horde framework. It uses PEAR's Text_Wiki package for markup rules, parsing, and rendering. It supports Creole, Mediawiki, Tiki Wiki, and its own markup engine. Some of Wicked's features are: Configurable markup engine HTML, plain text, Latex, reStructuredText output rendering Change tracking and revision history Full-text searching Per-page permissions Attachments with versioning Wiki synchronization WWW: http://www.horde.org/apps/wicked/ |
2011-10-11T20:46:18+00:00 | devel/horde4-whups |
Horde bug tracking/ticketing system Whups is Horde's ticket-tracking application. It is very flexible in design, and can be used for help-desk requests, tracking sofware development, and anything else that needs to track a set of requests and their status. WWW: http://www.horde.org/apps/whups/ |
2011-10-11T20:45:34+00:00 | ftp/horde4-gollem |
Horde Web-based File Manager Gollem is a web-based File Manager, providing the ability to fully manage a hierarchical file system stored in a variety of backends such as a SQL database, as part of a real filesystem, or on FTP, Samba or SSH servers. WWW: http://www.horde.org/apps/gollem/ |
2011-10-11T20:43:15+00:00 | devel/pear-Horde_Scheduler |
Horde Scheduler System This package provides supporting functionality for Horde that is not tied to Horde but is used by it. These classes can be used outside of Horde as well. WWW: http://pear.horde.org |
2011-10-11T17:57:29+00:00 | graphics/libwmf-nox11 |
|
2011-10-11T09:04:09+00:00 | textproc/p5-HTML-HTML5-Entities |
Pure Perl drop-in replacement for HTML::Entities HTML::HTML5::Entities is a pure Perl, drop-in replacement for HTML::Entities, providing the character entities defined in HTML5. WWW: https://metacpan.org/release/HTML-HTML5-Entities |
2011-10-11T07:15:48+00:00 | devel/py-zope.datetime |
Commonly used date and time related utility functions zope.datetime is a set of commonly used date and time related utility functions. WWW: https://pypi.org/project/zope.datetime/ |
2011-10-11T06:50:56+00:00 | lang/basic256 |
Easy to use BASIC language and IDE for education BASIC-256 is an easy to use version of BASIC designed to teach anybody (especially middle and high-school students) the basics of computer programming. It uses traditional control structures like gosub, for/next, and goto, which helps kids easily see how program flow-control works. It has a built-in graphics mode which lets them draw pictures on screen in minutes, and a set of detailed, easy-to-follow tutorials that introduce programming concepts through fun exercises. WWW: http://www.basic256.org |
2011-10-10T11:53:36+00:00 | x11-toolkits/p5-Tk-ToolBar |
Toolbar widget for Perl/Tk Tk::Toolbar implements a dockable toolbar. It is in the same spirit as the "short-cut" toolbars found in most major applications, such as most web browsers and text editors (where you find the "back" or "save" and other shortcut buttons). Buttons of any type (regular, menu, check, radio) can be created inside this widget. You can also create Label, Entry and LabEntry widgets. Moreover, the ToolBar itself can be made dockable, such that it can be dragged to any edge of your window. Dragging is done in "real-time" so that you can see the contents of your ToolBar as you are dragging it. Furthermore, if you are close to a stickable edge, a visual indicator will show up along that edge to guide you. ToolBars can be made "floatable" such that if they are dragged beyond their associated window, they will detach and float on the desktop. Also, multiple ToolBars are embeddable inside each other. Various icons are built into the Tk::ToolBar widget. Those icons can be used as images for ToolButtons (see "SYNOPSIS"). A demo program is bundled with the module that should be available under the 'User Contributed Demonstrations' when you run the widget program. Run it to see a list of the available images. WWW: https://metacpan.org/release/Tk-ToolBar |
2011-10-10T11:52:22+00:00 | x11-toolkits/p5-Tk-CursorControl |
Manipulate the mouse cursor programmatically Tk::CursorControl is-NOT-a Tk::Widget. Rather, it uses Tk and encompasses a collection of methods used to manipulate the cursor (aka pointer) programmatically from a Tk program. WWW: https://metacpan.org/release/Tk-CursorControl |
2011-10-10T08:01:18+00:00 | devel/vtg |
Vala Toys for gEdit Vala Toys for gEdit is an experimental collection of plugins that extends the gEdit editor to make it a better programmer editor for the Vala language. WWW: http://code.google.com/p/vtg/ |
2011-10-10T03:27:37+00:00 | x11-toolkits/p5-Tk-Role-Dialog |
Moose role for enhanced Tk dialogs Tk::Role::Dialog is meant to be used as a Moose role to be composed for easy Tk dialogs creation. It will create a new toplevel with a title, and possibly a header as well as some buttons. One can create the middle part of the dialog by providing a _build_gui() method, that will receive a Tk::Frame where widgets are supposed to be placed. The attributes (see below) can be either defined as defaults using the _build_attr() methods, or passed arguments to the constructor call. The only mandatory attribute is parent, but you'd better provide some other attributes if you want your dialog to be somehow usable! :-) WWW: https://metacpan.org/release/Tk-Role-Dialog |
2011-10-10T03:26:26+00:00 | x11-toolkits/p5-Tk-Action |
Action abstraction for Tk Menu entries are often also available in toolbars or other widgets. And sometimes, we want to enable or disable a given action, and this means having to update everywhere this action is allowed. This module helps managing actions in a Tk GUI: just create a new object, associate some widgets and bindings with add_widget() and then de/activate the whole action at once with enable() or disable(). WWW: https://metacpan.org/release/Tk-Action |
2011-10-10T03:25:19+00:00 | x11-toolkits/p5-Tk-Sugar |
Sugar syntax for Tk Tk is a great graphical toolkit to write desktop applications. However, one can get bothered with the constant typing of quotes and options. Tk::Sugar provides handy subs for common options used when programming Tk. Benefits are obvious: - Reduced typing: The constant need to type => and '' is fine for one-off cases, but the instant you start using Tk it starts to get annoying. - More compact statements: Reduces much of the redundant typing in most cases, which makes your life easier, and makes it take up less visual space, which makes it faster to read. - No string worries: Strings are often problematic, since they aren't checked at compile-time. Sometimes it makes spotting an error a difficult task. Using this alleviates that worry. WWW: https://metacpan.org/release/Tk-Sugar |
2011-10-10T03:23:56+00:00 | x11-toolkits/p5-Tk-Role-HasWidgets |
Keep track of your Tk widgets When programming Tk, it's almost always a good idea to keep a reference to the widgets that you created in the interface. Most of the time, a simple hash is enough; but it is usually wrapped up in methods to make the hash private to the window object. And of course, those methods are duplicated in all modules, under a form or another. Since duplication is bad, this module implements a Moose role implementing those methods once and forever. This implies that your class is using Moose in order to consume the role. WWW: https://metacpan.org/release/Tk-Role-HasWidgets |
2011-10-10T03:21:33+00:00 | textproc/p5-Tk-Pod |
Simple Pod browser with hypertext capabilities in a Toplevel widget Tk::Pod is a simple Pod browser with hypertext capabilities in a Toplevel widget. WWW: https://metacpan.org/release/Tk-Pod |
2011-10-10T02:46:28+00:00 | security/py-RestrictedPython |
Restricted execution environment for Python RestrictedPython provides a restricted execution environment for Python, e.g. for running untrusted code. WWW: https://pypi.org/project/RestrictedPython/ |
2011-10-10T01:01:06+00:00 | textproc/p5-Unicode-Collate |
Unicode Collation Algorithm Unicode::Collate is an implementation of Unicode Technical Standard #10 (a.k.a. UTS #10) - Unicode Collation Algorithm (a.k.a. UCA). WWW: https://metacpan.org/release/Unicode-Collate |
2011-10-10T00:44:36+00:00 | devel/py-DateTime |
Zope 2 DateTime data type This package provides a DateTime data type, as known from Zope 2. Unless you need to communicate with Zope 2 APIs, you're probably better off using Python's built-in datetime module. WWW: https://pypi.org/project/DateTime/ |
2011-10-10T00:20:43+00:00 | devel/p5-Sys-Info |
Fetch information from the host system Sys::Info is a Perl module to fetch information from the host system. WWW: https://metacpan.org/release/Sys-Info |
2011-10-10T00:19:24+00:00 | devel/p5-Sys-Info-Driver-BSD |
BSD driver for Sys::Info Sys::Info::Driver::BSD is the BSD driver for Sys::Info. WWW: https://metacpan.org/release/Sys-Info-Driver-BSD |
2011-10-10T00:17:16+00:00 | devel/p5-Test-Sys-Info |
Centralized test suite for Sys::Info Test::Sys::Info is a centralized test suite for Sys::Info Drivers. WWW: https://metacpan.org/release/Test-Sys-Info |
2011-10-10T00:14:29+00:00 | devel/p5-Sys-Info-Base |
Base class for Sys::Info Sys::Info::Base is the base class for Sys::Info. WWW: https://metacpan.org/release/Sys-Info-Base |
2011-10-09T19:12:54+00:00 | net/p5-Growl-GNTP |
Perl implementation of the Growl GNTP Protocol (Client Part) Perl implementation of the Growl GNTP Protocol (Client Part). WWW: https://metacpan.org/release/Growl-GNTP |
2011-10-09T17:31:35+00:00 | net-p2p/qbittorrent-29 |
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/ |
2011-10-09T17:31:35+00:00 | net-p2p/qbittorrent-29-nox11 |
Bittorrent client using libtorrent-rasterbar, web UI version qBittorrent v2 is the closest open source (GNU GPL v2 license) equivalent to utorrent. It is based on libtorrent-rasterbar. Features: Remote control through a Web user interface * Nearly identical to the regular UI, all in Ajax 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 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/ |
2011-10-08T21:13:18+00:00 | www/mod_pagespeed |
Apache module for rewriting web pages to reduce latency mod_pagespeed is an open-source Apache module that automatically optimizes web pages and resources on them. It does this by rewriting the resources using filters that implement web performance best practices. Webmasters and web developers can use mod_pagespeed to improve the performance of their web pages when serving content with the Apache HTTP Server. WWW: https://github.com/pagespeed/mod_pagespeed |
2011-10-08T18:05:53+00:00 | devel/ht |
Editor/viewer/analyzer for executables HT is a file editor/viewer/analyzer for executables. The goal is to combine the low-level functionality of a debugger and the usability of IDEs. WWW: http://sourceforge.net/projects/hte/ |
2011-10-07T15:53:23+00:00 | multimedia/libquvi |
Cross-platform library 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. libquvi is a cross-platform library for parsing flash media stream URLs with C API. libquvi originates from the idea of allowing users to view the videos without having to install or use flash. It is a "workaround", not an "alternative" to flash. WWW: http://quvi.sourceforge.net/ WWW: https://github.com/legatvs/libquvi |
2011-10-07T15:52:03+00:00 | multimedia/libquvi-scripts |
Embedded lua scripts for libquvi and utility scripts 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. libquvi-scripts contains the embedded lua scripts that libquvi uses for parsing the media details. Some additional utility scripts are also included. WWW: http://quvi.sourceforge.net/ WWW: https://github.com/legatvs/libquvi-scripts |
2011-10-06T20:21:18+00:00 | devel/p5-Test-Timer |
Perl test module to test/assert response times Test::Timer implements a set of test primitives to test and assert test times from bodies of code. WWW: https://metacpan.org/release/Test-Timer |
2011-10-06T15:32:02+00:00 | math/trlan |
Thick-restart Lanczos method for eigenproblems This portable, modular Fortran 90 software package implements the thick-restart Lanczos method, for use with real symmetric or complex Hermitian eigenvalue problems where a small number of eigevalues and eigenvectors are needed, and the matrices involved may be too large to store in computer memory. Most of the arithmetic computations in the software are done through calls to BLAS and LAPACK. The software can be instructed to write checkpoint files so that it can be restarted is a later time. WWW: http://crd.lbl.gov/~kewu/trlan.html |
2011-10-06T09:53:17+00:00 | math/libocas |
Efficient training of SVM classifiers libocas implements an Optimized Cutting Plane Algorithm (OCAS) for training linear SVM classifiers from large-scale data. The computational effort of OCAS scales with O(m log m) where m is the sample size. In an extensive empirical evaluation, OCAS significantly outperforms current state-of-the-art SVM solvers. libocas also implements the COFFIN framework for efficient training of translation invariant image classifiers from virtual examples. WWW: http://cmp.felk.cvut.cz/~xfrancv/ocas/html/index.html |
2011-10-05T23:47:21+00:00 | devel/libtool-fixed |
Generic shared library support script -- the fixed version This is GNU Libtool, a generic library support script. Libtool hides the complexity of using shared libraries behind a consistent, portable interface. To use libtool, add the new generic library building commands to your Makefile, Makefile.in, or Makefile.am. This package provides the fixed version of libtool that works on FreeBSD 10.0 and allows building autoconfed packages with support for FreeBSD 10.0. WWW: http://www.gnu.org/software/libtool/ |
2011-10-05T23:02:19+00:00 | net-p2p/eiskaltdcpp-daemon |
EiskaltDC++ client daemon 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 GUI-less daemon that uses eiskaltdcpp-lib. WWW: http://code.google.com/p/eiskaltdc/ |
2011-10-05T20:07:39+00:00 | devel/p5-Test-InDistDir |
Test environment setup for development with IDE This module helps run test scripts in IDEs like Komodo. WWW: https://metacpan.org/release/Test-InDistDir |
2011-10-05T16:18:03+00:00 | mail/mailtray |
Display email status in tray Mailtray is a Python program that displays a tray icon which informs you when you have new email. It's simple, easy, fairly environment-independent, and "just works" without tons of (Gnome|KDE|..) dependencies. WWW: http://code.google.com/p/mailtray/ |
2011-10-05T10:51:26+00:00 | www/p5-Net-Plurk |
Perl interface to Plurk API Net::Plurk - A perl interface to Plurk API WWW: https://metacpan.org/release/Net-Plurk |
2011-10-05T10:43:17+00:00 | textproc/p5-Sphinx-Manager |
Sphinx search engine management (start/stop) Sphinx::Manager provides utilities to start, stop, restart, and reload the Sphinx search engine binary (searchd), and to run the Sphinx indexer program. The utilities are designed to handle abnormal conditions, such as PID files not being present when expected, and so should be robust in most situations. WWW: https://metacpan.org/release/Sphinx-Manager |
2011-10-05T10:40:28+00:00 | textproc/p5-Sphinx-Config |
Sphinx search engine configuration file read/modify/write Sphinx::Config is a Perl module to read, modify and write configuration file of Sphinx search engine. WWW: https://metacpan.org/release/Sphinx-Config |
2011-10-05T10:32:54+00:00 | net/p5-Net-CLI-Interact |
Toolkit for CLI Automation Automating command line interface (CLI) interactions is not a new idea, but can be tricky to implement. This module aims to provide a simple and manageable interface to CLI interactions, supporting: - SSH, Telnet and Serial-Line connections - Unix and Windows support - Reuseable device command phrasebooks WWW: https://metacpan.org/release/Net-CLI-Interact |
2011-10-05T10:30:22+00:00 | devel/p5-Log-Dispatch-Configurator-Any |
Configurator implementation with Config::Any Log::Dispatch::Config is a wrapper for Log::Dispatch and provides a way to configure Log::Dispatch objects with configuration files. Somewhat like a lite version of log4j and Log::Log4perl it allows multiple log destinations. The standard configuration file format for Log::Dispatch::Config is AppConfig. This module plugs in to Log::Dispatch::Config and allows the use of other file formats, in fact any format supported by the Config::Any module. As a bonus you can also pass in a configuration data structure instead of a file name. WWW: https://metacpan.org/release/Log-Dispatch-Configurator-Any |
2011-10-05T09:00:49+00:00 | devel/p5-Test-Weaken |
Test that freed memory objects were, indeed, freed Test::Weaken allows easy detection of unfreed Perl data and the examination of unfreed objects, even those that would usually have been made inaccessible. WWW: https://metacpan.org/release/Test-Weaken |
2011-10-04T18:58:31+00:00 | devel/p5-Data-Clone |
Polymorphic data cloning Data::Clone does data cloning, i.e. copies things recursively. This is smart so that it works with not only non-blessed references, but also with blessed references (i.e. objects). When clone() finds an object, it calls a clone method of the object if the object has a clone, otherwise it makes a surface copy of the object. That is, this module does polymorphic data cloning. Although there are several modules on CPAN which can clone data, this module has a different cloning policy from almost all of them. See "Cloning policy" and "Comparison to other cloning modules" for details. WWW: https://metacpan.org/release/Data-Clone |
2011-10-04T16:34:48+00:00 | devel/p5-Test-Exception-LessClever |
Test::Exception simplified Test::Exception::LessClever is an alternative to Test::Exception that is much simpler. This alternative does not use fancy stack tricks to hide itself. The idea here is to keep it simple. This also solves the Test::Exception bug where some dies will be hidden when a DESTROY method calls eval. If a DESTROY method masks $@ a warning will be generated as well. WWW: http://search.cpan.org/dist/Test-Exception-LessClever/ |
2011-10-04T16:04:07+00:00 | databases/ldb |
LDAP-like embedded database ldb is a LDAP-like embedded database. ldb provides a fast database with an LDAP-like API designed to be used within an application. In some ways it can be seen as a intermediate solution between key-value pair databases and a real LDAP database. WWW: https://ldb.samba.org/ |
2011-10-04T15:29:38+00:00 | devel/ding-libs |
Collection of useful libraries for developers Ding-libs provides utility functions to manipulate filesystem pathnames (libpath_utils), a hash table which dynamically resizes to achieve optimal storage and access time properties (libdhash), a data type to collect data in a hierarchical structure for easy iteration and serialization (libcollection), a dynamically growing, reference-counted array (libref_array), and a library to process configuration files in initialization format (INI) into a library collection data structure (libini_config). WWW: https://pagure.io/SSSD/ding-libs/ |
2011-10-04T02:36:58+00:00 | security/nacl |
High speed cryptography library NaCl (pronounced "salt") is a new easy-to-use high-speed software library for network communication, encryption, decryption, signatures, etc. NaCl's goal is to provide all of the core operations needed to build higher-level cryptographic tools. Of course, other libraries already exist for these core operations. NaCl advances the state of the art by improving security, by improving usability, and by improving speed. WWW: https://nacl.cr.yp.to/ |
2011-10-03T19:35:23+00:00 | devel/libparserutils |
Lexer/parser utility functions for NetSurf LibParserUtils provides various pieces of functionality that are useful when writing parsers. These are: + A number of character set convertors + Mapping of character set names to/from MIB enum values + UTF-8 and UTF-16 (host endian) support functions + Various simple data structures (resizeable buffer, stack, vector) + A UTF-8 input stream WWW: http://www.netsurf-browser.org/projects/libparserutils/ |
2011-10-03T11:04:43+00:00 | emulators/dolphin-emu-devel |
Gamecube and Wii Emulator Dolphin is a free Gamecube and Wii emulator. WWW: http://www.dolphin-emu.org |
2011-10-03T02:52:02+00:00 | security/p5-App-Genpass |
Quickly and easily create secure passwords If you've ever needed to create 10 (or even 10,000) passwords on the fly with varying preferences (lowercase, uppercase, no confusing characters, special characters, minimum length, etc.), you know it can become a pretty pesky task. This module makes it possible to create flexible and secure passwords, quickly and easily. WWW: https://metacpan.org/release/App-Genpass |
2011-10-02T20:05:56+00:00 | www/p5-PocketIO |
Socket.IO Plack application PocketIO is a server implementation of SocketIO in Perl, you still need socket.io javascript library on the client. PocketIO aims to have API as close as possible to the node.js implementation and sometimes it might look not very perlish. WWW: https://metacpan.org/release/PocketIO |
2011-10-02T18:32:12+00:00 | textproc/p5-Excel-Writer-XLSX |
Create a new file in the Excel 2007+ XLSX format The Excel::Writer::XLSX module can be used to create an Excel file in the 2007+ XLSX format. The XLSX format is the Office Open XML (OOXML) format used by Excel 2007 and later. Multiple worksheets can be added to a workbook and formatting can be applied to cells. Text, numbers, and formulas can be written to the cells. This module cannot, as yet, be used to write to an existing Excel XLSX file. WWW: https://metacpan.org/release/Excel-Writer-XLSX |
2011-10-02T18:26:49+00:00 | mail/rubygem-larch |
Larch copies messages from one IMAP server to another Larch is a tool to copy messages from one IMAP server to another quickly and safely. It's smart enough not to copy messages that already exist on the destination and robust enough to deal with interruptions caused by flaky connections or misbehaving servers. WWW: https://github.com/rgrove/larch |
2011-10-02T18:23:33+00:00 | sysutils/p5-Ubic |
Flexible perl-based service manager Ubic is a flexible perl-based service manager. WWW: https://metacpan.org/release/Ubic |
2011-10-02T18:21:28+00:00 | www/p5-Web-Query |
Yet another scraping library like jQuery Web::Query is a yet another scraping framework, have a jQuery like interaface. Yes, I know ingy's pQuery. But it's just a alpha quality. It doesn't works. Web::Query built at top of the CPAN modules, HTML::TreeBuilder::XPath, LWP::UserAgent, and HTML::Selector::XPath. So, this module uses HTML::Selector::XPath, then this module only supports CSS3 selector supported by HTML::Selector::XPath. Web::Query doesn't support jQuery's extended quries(yet?). WWW: https://metacpan.org/release/Web-Query |
2011-10-02T18:14:26+00:00 | databases/rubygem-amalgalite |
Embeds the SQLite database engine in a Ruby extension Amalgalite embeds the SQLite database engine in a ruby extension. There is no need to install SQLite separately. WWW: https://github.com/copiousfreetime/amalgalite |
2011-10-02T17:23:55+00:00 | www/rubygem-typhoeus |
Parallel HTTP request library Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling logic. It's a library for accessing web services in Ruby, specifically designed for building RESTful service oriented architectures in Ruby that need to be fast enough to process calls to multiple services within the client's HTTP request/response life cycle. WWW: https://github.com/typhoeus/typhoeus |
2011-10-02T17:14:09+00:00 | textproc/rubygem-sanitize |
Whitelist based HTML sanitizer Sanitize is a whitelist-based HTML sanitizer. Given a list of acceptable elements and attributes, Sanitize will remove all unacceptable HTML from a string. Using a simple configuration syntax, you can tell Sanitize to allow certain elements, certain attributes within those elements, and even certain URL protocols within attributes that contain URLs. Any HTML elements or attributes that you don't explicitly allow will be removed. WWW: https://github.com/rgrove/sanitize |
2011-10-02T17:03:39+00:00 | net/rubygem-stompserver |
Provide reliable messaging using the stomp protocol Provide reliable messaging using the stomp protocol. A more powerful free alternative is ActiveMQ; however, that requires deploying a JVM, which may not always be ideal. |
2011-10-02T14:54:08+00:00 | java/netty |
Java NIO client server framework Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. WWW: https://netty.io/ |
2011-10-02T11:46:09+00:00 | net-im/pidgin-audacious-remote |
Pidgin-Audacious-Remote is a plug-in for Pidgin 2 Pidgin-Audacious-Remote is a plug-in for Pidgin 2. WWW: http://pidgin-audacious-remote.sourceforge.net/ |
2011-10-02T05:21:18+00:00 | security/py-kerberos |
Kerberos bindings for python This Python package is a high-level wrapper for Kerberos (GSSAPI) operations. The goal is to avoid having to build a module that wraps the entire Kerberos.framework, and instead offer a limited set of functions that do what is needed for client/server Kerberos authentication based on <http://www.ietf.org/rfc/rfc4559.txt>. WWW: https://github.com/apple/ccs-pykerberos |
2011-10-01T15:44:49+00:00 | graphics/p5-Image-Base-SVG |
SVG image file output Image::Base::SVG extends Image::Base to create or update SVG format image files using the SVG.pm module (see SVG::Manual). Image::Base is pixel oriented so isn't really the sort of thing SVG is meant for, but this module can direct some Image::Base style code at an SVG object. Of course the SVG module has many more features if used natively. It's often fairly easy to spit out SVG directly too, and for instance the Image::Base::SVGout module can do that. The advantages of the SVG document object model comes when combining images or fragments, or going through elements for post-facto mangling. In the current code the SVG elements emitted assume some default style attributes such as stroke-width 1. Perhaps that should be set explicitly on each element. WWW: https://metacpan.org/release/Image-Base-SVG |
2011-09-30T20:40:58+00:00 | graphics/ocrfeeder |
Document layout analysis and optical character recognition OCRFeeder is a document layout analysis and optical character recognition system. Given the images it will automatically outline its contents, distinguish between what's graphics and text and perform OCR over the latter. It generates multiple formats being its main one ODT. It features a complete GTK graphical user interface that allows the users to correct any unrecognized characters, defined or correct bounding boxes, set paragraph styles, clean the input images, import PDFs, save and load the project, export everything to multiple formats, etc. OCRFeeder was developed as the project of the Master's Thesis in Computer Science of Joaquim Rocha. WWW: http://wiki.gnome.org/Apps/OCRFeeder |
2011-09-30T20:36:56+00:00 | graphics/py-sane |
Python bindings for Sane The Python binding for Sane is part of Python Imaging Library. The Python Imaging Library adds image processing capabilities to your Python interpreter. This library provides extensive file format support, an efficient internal representation, and fairly powerful image processing capabilities. The PIL handbook is not included in this distribution; to get the latest version, check: http://www.pythonware.com/library.htm WWW: http://www.pythonware.com/products/pil/index.htm |
2011-09-30T01:09:35+00:00 | net/rubygem-amq-client |
Fully-featured, low-level AMQP 0.9.1 client in Ruby amq-client is a fully-featured, low-level AMQP 0.9.1 client that runs on Ruby 1.8.7, 1.9.2, REE, Rubinius and JRuby. It's sweet spot is in serving as foundation for higher-level, more opinionated AMQP libraries. It can be used directly by applications code when performance and access to advanced AMQP protocol features is more important that API convenience. WWW: https://github.com/ruby-amqp/amq-client |
2011-09-29T01:48:26+00:00 | textproc/p5-SVG-Parser |
XML Parser for SVG documents SVG::Parser is an XML parser for SVG Documents. It takes XML as input and produces an SVG object as its output. SVG::Parser supports both XML::SAX and XML::Parser (Expat) parsers, with SAX preferred by default. Only one of these needs to be installed for SVG::Parser to function. A list of preferred parsers may be specified in the import list - SVG::Parser will use the first parser that successfully loads. Some basic measures are taken to provide cross-compatibility. Applications requiring more advanced parser features should use the relevant parser module directly; see SVG::Parser::Expat and SVG::Parser::SAX. WWW: https://metacpan.org/release/SVG-Parser |
2011-09-28T15:39:16+00:00 | multimedia/mkvalidator |
Command line tool to verify Matroska and WebM files mkvalidator is a simple command line tool to verify Matroska and WebM files for spec conformance. It checks the various bogus or missing key elements against the EBML DocType version of the file and reports the errors/warnings in the command line. WWW: https://www.matroska.org/downloads/mkvalidator.html |
2011-09-28T09:48:16+00:00 | dns/radns |
IPv6 DNS server address autoconfiguration client Router Advertisement DNS (radns) radns is an IPv6 DNS server address autoconfiguration client. It listens for IPv6 Router Advertisements with the Recursive DNS Server (RDNSS) and the DNS Search List (DNSSL) options and stores the search list and address(es) in a file in the same syntax as resolv.conf(5). WWW: http://hack.org/mc/hacks/radns/ |
2011-09-28T09:18:03+00:00 | net/rubygem-amq-protocol |
AMQP serialization library for Ruby amq-protocol is an AMQP 0.9.1 serialization library for Ruby. It is not an AMQP client: amq-protocol only handles serialization and deserialization. If you want to write your own AMQP client, this gem can help you with that. WWW: https://github.com/ruby-amqp/amq-protocol |
2011-09-28T07:33:03+00:00 | science/R-cran-eco |
R Package for Ecological Inference in 2x2 Tables eco is a publicly available R package that implements the Bayesian and likelihood methods proposed in Imai, Lu, and Strauss (2008) for ecological inference in $2 \times 2$ tables as well as the method of bounds introduced by Duncan and Davis (1953). WWW: http://imai.princeton.edu/software/eco.html |
2011-09-28T01:08:19+00:00 | www/py-django-pipeline |
Asset (css/js) packaging library for Django Pipeline is an asset packaging library for Django, providing both CSS and JavaScript concatenation and compression, built-in JavaScript template support, and optional data-URI image embedding. WWW: https://github.com/cyberdelia/django-pipeline |
2011-09-27T17:01:49+00:00 | math/octave-forge-mechanics |
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 mechanics. Library with functions useful for numerical computation in classical mechanics. WWW: http://octave.sourceforge.net/ |
2011-09-27T15:27:02+00:00 | multimedia/p5-Umph-Prompt |
Interactive prompt module for umph and similar programs Umph::Prompt is an interactive prompt module for umph and similar programs. WWW: http://code.google.com/p/umph/ WWW: http://repo.or.cz/w/umph-prompt.git |
2011-09-27T14:12:09+00:00 | math/octave-forge-geometry |
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 geometry. Library for geometric computing extending MatGeom functions. Useful to create, transform, manipulate and display geometric primitives. WWW: http://octave.sourceforge.net/ |
2011-09-27T11:11:00+00:00 | net-im/mikutter003 |
Simple, powerful, and moeful Twitter client mikutter - A simple, powerful and moeful twitter client WWW: http://mikutter.hachune.net/ |
2011-09-27T11:11:00+00:00 | net-im/mikutter |
Simple, powerful, and moeful Twitter client mikutter - A simple, powerful and moeful twitter client WWW: http://mikutter.hachune.net/ |
2011-09-27T06:35:23+00:00 | math/dynare |
Software platform for handling a wide class of economic models Dynare is a software platform for handling a wide class of economic models, in particular dynamic stochastic general equilibrium (DSGE) and overlapping generations (OLG) models. WWW: http://www.dynare.org |
2011-09-26T00:49:38+00:00 | games/motogt |
2D top-viewed motorcycle racing game MotoGT is 2D top-viewed game where you drive a MotoGP bike, and you want to win races. In career mode you start with a regular bike, but when you win races you get experience, and experience let's you improve your bike. If you win championships, you can also unlock hidden features. WWW: http://motogt.sourceforge.net/ |
2011-09-24T18:45:03+00:00 | www/links-hacked |
Hacked version of a Links WWW browser WWW browser Links well known and now hacked for more features including tabs, basic auth and toolbar, hot key for images, form entry saving, much better X fonts, etc. WWW: http://xray.sai.msu.ru/~karpov/links-hacked/ |
2011-09-24T17:17:03+00:00 | games/stockfish |
Open source chess engine Stockfish is a free UCI chess engine derived from Glaurung 2.1. It is not a complete chess program and requires some UCI-compatible GUI (e.g. XBoard with PolyGlot, eboard, Arena, Sigma Chess, Shredder, Chess Partner, or Fritz) in order to be used comfortably. Read the documentation for your GUI of choice for information about how to use Stockfish with it. WWW: http://www.stockfishchess.com/ |
2011-09-24T05:23:57+00:00 | www/mod_amazon_proxy |
Amazon Auth Proxy for Product Advertising API Authentication Proxy Server of Amazon Product Advertising API for Apache module. WWW: https://github.com/machu/mod_amazon_proxy |
2011-09-23T19:45:40+00:00 | www/p5-Protocol-XMLRPC |
XML-RPC implementation Protocol::XMLRPC is an XML-RPC protocol implementation. Method parameters types are guessed just like in JSON, but you can pass explicit type if guessing is wrong for you. Read more about parameter creation at Protocol::XMLRPC::ValueFactory. It differs from other modules because it doesn't provide any mechanism for making actual HTTP requests. This way it can be used either in async or sync modes with your favorite http client or a web framework. WWW: https://metacpan.org/release/Protocol-XMLRPC |
2011-09-23T19:41:07+00:00 | net/p5-URI-Query |
URI query string manipulation URI::Query provides simple URI query string manipulation, allowing you to create and manipulate URI query strings from GET and POST requests in web applications. This is primarily useful for creating links where you wish to preserve some subset of the parameters to the current request, and potentially add or replace others. Given a query string this is doable with regexes, of course, but making sure you get the anchoring and escaping right is tedious and error-prone - this module is simpler. WWW: https://metacpan.org/release/URI-Query |
2011-09-23T19:02:03+00:00 | graphics/p5-Image-Base |
Base class for loading, manipulating, and saving images Image::Base is a base class for loading, manipulating and saving images. This class should not be used directly. WWW: https://metacpan.org/release/Image-Base |
2011-09-23T18:58:31+00:00 | math/p5-Math-Prime-XS |
Detect and calculate prime numbers with deterministic tests Math::Prime::XS detects and calculates prime numbers by either applying Modulo operator division, the Sieve of Eratosthenes, a Summation calculation or Trial division. WWW: https://metacpan.org/release/Math-Prime-XS |
2011-09-23T18:46:18+00:00 | www/sfnt2woff |
Convert TTF/OTF fonts to WOFF web embeddable format and back Small utilities to convert TTF/OTF fonts to WOFF web embeddable format and back. WWW: http://people.mozilla.org/~jkew/woff/ |
2011-09-23T18:14:05+00:00 | security/linux-f10-gnutls |
GNU Transport Layer Security library ${PORTSDIR}/security/gnutls/pkg-descr |
2011-09-23T17:38:32+00:00 | security/linux-f10-libgpg-error |
Common error values for all GnuPG components ${.CURDIR}/../libgpg-error/pkg-descr |
2011-09-23T17:14:07+00:00 | security/linux-f10-libgcrypt |
General purpose crypto library based on code used in GnuPG ${.CURDIR}/../libgcrypt/pkg-descr |
2011-09-23T16:38:21+00:00 | security/linux-f10-libtasn1 |
ASN.1 structure parser library ${.CURDIR}/../libtasn1/pkg-descr |
2011-09-23T15:29:34+00:00 | print/linux-f10-cups-libs |
Common UNIX Printing System libraries ${.CURDIR}/../cups/pkg-descr |
2011-09-23T06:03:14+00:00 | devel/libatomic_ops |
Atomic operations access library This package provides semi-portable access to hardware provided atomic memory operations. These might allow you to write code: - That does more interesting things in signal handlers - Makes more effective use of multiprocessors by allowing you to write clever lock-free code. Note that such code is very difficult to get right, and will unavoidably be less portable than lock-based code. It is also not always faster than lock-based code. But it may occasionally be a large performance win - To experiment with new and much better thread programming paradigms, etc. For details and licensing restrictions, please see the documentation. WWW: https://github.com/ivmai/libatomic_ops |
2011-09-23T04:08:11+00:00 | finance/R-cran-gmm |
Generalized Method of Moments and Generalized Empirical Likelihood It is a complete suite to estimate models based on moment conditions. It includes the two step Generalized method of moments (GMM) of Hansen(1982), the iterated GMM and continuous updated estimator (CUE) of Hansen-Eaton-Yaron(1996) and several methods that belong to the Generalized Empirical Likelihood (GEL) family of estimators, as presented by Smith(1997), Kitamura(1997), Newey-Smith(2004) and Anatolyev(2005). WWW: https://cran.r-project.org/web/packages/gmm/ |
2011-09-23T04:06:18+00:00 | math/R-cran-sandwich |
Robust Covariance Matrix Estimators Model-robust standard error estimators for cross-sectional, time series and longitudinal data. WWW: https://cran.r-project.org/web/packages/sandwich/ |
2011-09-22T07:04:24+00:00 | devel/py-jsonrpclib |
Implements the JSON-RPC 2.0 proposed specification in pure Python This library implements the JSON-RPC 2.0 proposed specification in pure Python. It is designed to be as compatible with the syntax of xmlrpclib as possible (it extends where possible), so that projects using xmlrpclib could easily be modified to use JSON and experiment with the differences. It is backwards-compatible with the 1.0 specification, and supports all of the new proposed features of 2.0, including: * Batch submission (via MultiCall) * Keyword arguments * Notifications (both in a batch and 'normal') * Class translation using the 'jsonclass' key. WWW: https://github.com/joshmarshall/jsonrpclib |
2011-09-22T06:10:31+00:00 | databases/py-pyhs |
HandlerSocket client for Python pyhs (python-handler-socket) is a Python client library for the HandlerSocket <https://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL/> MySQL plugin. WWW: https://pypi.org/project/python-handler-socket/ |
2011-09-21T19:17:19+00:00 | devel/monodevelop-python |
MonoDevelop Python support Python support for MonoDevelop. WWW: http://monodevelop.com/ |
2011-09-21T06:57:23+00:00 | devel/maven-wrapper |
Wrapper script for the various installations of Maven The maven-wrapper provides a convenient way to switch between several Maven installations. - By setting the M2_HOME environment variable the user can select the Maven instance to use. - A default Maven instance is selected according to the files in /usr/local/etc/maven/instances.d/ |
2011-09-20T19:07:58+00:00 | www/trac-fullblognotification |
Plugin that provides a project Blog This plugin uses the blog change interface in FullBlogPlugin to send out email notifications for: * new posts * updated posts * comment added * deleted posts Email notifications are sent to the user who made the change. Notifications can also be sent to other users or a distribution list by specifying the smtp_always_cc option. The emails are sent in plain text using a template that was modeled after Trac's ticket_notify_email template. If you are using the AnnouncerPlugin, you should use its FullBlogPlugin rather than the FullBlogNotificationPlugin. WWW: https://trac-hacks.org/wiki/FullBlogNotificationPlugin |
2011-09-20T10:38:27+00:00 | devel/p5-Role-HasMessage |
Thing with a message method Role::HasMessage is an extremely simple role. A class that includes Role::HasMessage is promising to provide a message method that returns a string summarizing the message or event represented by the object. It does not provide any actual behavior. WWW: https://metacpan.org/release/Role-HasMessage |
2011-09-20T10:12:00+00:00 | devel/p5-Log-Dispatchouli |
Log events to an array (reference) Log::Dispatchouli is a thin layer above Log::Dispatch and meant to make it dead simple to add logging to a program without having to think much about categories, facilities, levels, or things like that. It is meant to make logging just configurable enough that you can find the logs you want and just easy enough that you will actually log things. WWW: https://metacpan.org/release/Log-Dispatchouli |
2011-09-20T10:08:19+00:00 | devel/p5-String-Errf |
Simple sprintf-like dialect String::Errf provides errf, a simple string formatter that works something like sprintf. WWW: https://metacpan.org/release/String-Errf |
2011-09-20T09:53:08+00:00 | devel/p5-CPAN-Uploader |
Upload things to the CPAN CPAN::Uploader - upload things to the CPAN WWW: https://metacpan.org/release/CPAN-Uploader |
2011-09-20T09:49:07+00:00 | devel/p5-Config-MVP-Reader-INI |
MVP config reader for .ini files Config::MVP::Reader::INI reads .ini files containing MVP-style configuration. WWW: https://metacpan.org/release/Config-MVP-Reader-INI |
2011-09-20T09:46:34+00:00 | databases/p5-KyotoCabinet |
Perl extension for KyotoCabinet Perl extension for KyotoCabinet. WWW: https://dbmx.net/kyotocabinet/ |
2011-09-20T09:31:56+00:00 | devel/p5-Log-Dispatch-Array |
Log events to an array (reference) This provides a Log::Dispatch log output system that appends logged events to an array reference. This is probably only useful for testing the logging of your code. WWW: https://metacpan.org/release/Log-Dispatch-Array |
2011-09-20T09:24:26+00:00 | devel/p5-Perl-PrereqScanner |
Tool to scan your Perl code for its prerequisites The Perl::PrereqScanner scanner will extract loosely your distribution prerequisites from your files. WWW: https://metacpan.org/release/Perl-PrereqScanner |
2011-09-20T08:56:55+00:00 | devel/p5-Tree-RedBlack |
Perl implementation of Red/Black tree, a type of balanced tree Tree::RedBlack is a perl implementation of the Red/Black tree algorithm found in the book "Algorithms", by Cormen, Leiserson & Rivest (more commonly known as "CLR" or "The White Book"). A Red/Black tree is a binary tree which remains "balanced"- that is, the longest length from root to a node is at most one more than the shortest such length. It is fairly efficient; no operation takes more than O(lg(n)) time. A Tree::RedBlack object supports the following methods: new(), root(), cmp(&), insert($, $), delete($), find($), node($), min() and max(). WWW: https://metacpan.org/release/Tree-RedBlack |
2011-09-20T08:54:11+00:00 | devel/p5-Carp-Always-Color |
Carp::Always, but with color Stack traces are hard to read when the messages wrap, because it's hard to tell when one message ends and the next message starts. Carp::Always::Color just colors the first line of each stacktrace, based on whether it's a warning or an error. If messages are being sent to a terminal, it colors them with terminal escape codes, otherwise it colors them with HTML (ideas for more intelligent behavior here are welcome). WWW: https://metacpan.org/release/Carp-Always-Color |
2011-09-20T08:46:07+00:00 | devel/p5-Role-Identifiable |
Thing with a list of tags Role::Identifiable::HasIdent is an incredibly simple role. It adds a required ident attribute that stores a simple string, meant to identify exceptions. Role::Identifiable::HasTags adds the ability for your class and its composed parts (roles, superclasses) as well as instances of it to contribute to a pool of tags describing each instance. WWW: https://metacpan.org/release/Role-Identifiable |
2011-09-20T08:41:24+00:00 | devel/p5-String-Formatter |
Build sprintf-like functions of your own String::Formatter is a tool for building sprintf-like formatting routines. It supports named or positional formatting, custom conversions, fixed string interpolation, and simple width-matching out of the box. WWW: https://metacpan.org/release/String-Formatter |
2011-09-20T08:36:13+00:00 | devel/p5-Sub-Exporter-GlobExporter |
Export shared globs with Sub::Exporter collectors Sub::Exporter::GlobExporter - export shared globs with Sub::Exporter collectors WWW: https://metacpan.org/release/Sub-Exporter-GlobExporter |
2011-09-20T08:31:57+00:00 | devel/p5-MooseX-OneArgNew |
Teach ->new to accept single, non-hashref arguments MooseX::OneArgNew lets your constructor take a single argument, which will be translated into the value for a one-entry hashref. WWW: https://metacpan.org/release/MooseX-OneArgNew |
2011-09-20T06:43:16+00:00 | sysutils/agedu |
Unix utility for tracking down wasted disk space Unix provides the standard du utility, which scans your disk and tells you which directories contain the largest amounts of data. That can help you narrow your search to the things most worth deleting. However, that only tells you what's big. What you really want to know is what's too big. By itself, du won't let you distinguish between data that's big because you're doing something that needs it to be big, and data that's big because you unpacked it once and forgot about it. Most Unix file systems, in their default mode, helpfully record when a file was last accessed. Not just when it was written or modified, but when it was even read. So if you generated a large amount of data years ago, forgot to clean it up, and have never used it since, then it ought in principle to be possible to use those last-access time stamps to tell the difference between that and a large amount of data you're still using regularly. agedu is a program which does this. It does basically the same sort of disk scan as du, but it also records the last-access times of everything it scans. Then it builds an index that lets it efficiently generate reports giving a summary of the results for each subdirectory, and then it produces those reports on demand. WWW: https://www.chiark.greenend.org.uk/~sgtatham/agedu/ |
2011-09-20T01:24:41+00:00 | www/axis2 |
Provides a Web Services,SOAP and WSDL engine from Apache Apache Axis2 is a Web Services / SOAP / WSDL engine, the successor to the widely used Apache Axis SOAP stack. There are two implementations of the Apache Axis2 Web services engine - Apache Axis2/Java and Apache Axis2/C WWW: http://axis.apache.org/axis2/java/core/ |
2011-09-19T14:38:46+00:00 | textproc/libvisio |
Library and tools for parsing the visio file format structure Library and tools for parsing the visio file format structure WWW: http://www.freedesktop.org/wiki/Software/libvisio |
2011-09-18T15:38:25+00:00 | devel/frama-c |
Extensible platform for source-code analysis of C Frama-C is a suite of tools dedicated to the analysis of the source code of software written in C. Frama-C gathers several static analysis techniques in a single collaborative framework, which allows static analyzers to build upon the results already computed by other analyzers in the framework, and provides sophisticated tools, such as a slicer and dependency analysis. Frama-C is closer to heuristic bug-finding tools than it is to software metrics tools, but it has two important differences with the former: it aims at being "correct" -- that is, never to remain silent for a location in the source code where an error can happen at run-time. And it allows its user to manipulate functional specifications, and to prove that the source code satisfies these specifications. WWW: http://frama-c.com/index.html |
2011-09-18T14:08:28+00:00 | multimedia/opencinematools |
Tools for creating multi-reel DCPs from MXF source material The goals for Open Cinema Tools are: * Creation of DCP from source files * Support for multi-reel DCPs with several audio and subtitle tracks WWW: http://www.opencinematools.org/ |
2011-09-18T02:47:50+00:00 | science/R-cran-DCluster |
Functions for the detection of spatial clusters of diseases A set of functions for the detection of spatial clusters of disease using count data. Bootstrap is used to estimate sampling distributions of statistics. WWW: http://cran.r-project.org/web/packages/DCluster/ |
2011-09-18T01:38:15+00:00 | math/R-cran-spdep |
Spatial dependence: weighting schemes, statistics, and models A collection of functions to create spatial weights matrix objects from polygon contiguities, from point patterns by distance and tesselations, for summarising these objects, and for permitting their use in spatial data analysis, including regional aggregation by minimum spanning tree; a collection of tests for spatial autocorrelation, including global Moran's I, APLE, Geary's C, Hubert/Mantel general cross product statistic, Empirical Bayes estimates and Assuno/Reis Index, Getis/Ord G and multicoloured join count statistics, local Moran's I and Getis/Ord G, saddlepoint approximations and exact tests for global and local Moran's I; and functions for estimating spatial simultaneous autoregressive (SAR) lag and error models, impact measures for lag models, weighted and unweighted SAR and CAR spatial regression models, semi-parametric and Moran eigenvector spatial filtering, GM SAR error models, and generalized spatial two stage least squares models. WWW: https://cran.r-project.org/web/packages/spdep/ |
2011-09-17T23:47:40+00:00 | math/R-cran-deldir |
Delaunay Triangulation and Dirichlet (Voronoi) Tessellation Calculates the Delaunay triangulation and the Dirichlet or Voronoi tessellation (with respect to the entire plane) of a planar point set. Plots triangulations and tessellations in various ways. Clips tessellations to sub-windows. Calculates perimeters of tessellations. WWW: https://cran.r-project.org/web/packages/deldir/ |
2011-09-17T21:47:23+00:00 | security/ckpass |
Ncurses based password database client An ncurses based password database client that is compatible with KeePass 1.x format databases. WWW: http://ckpass.sourceforge.net/ |
2011-09-17T21:29:47+00:00 | security/libkpass |
Library for a reading/writing KeePass 1.x DB Libkpass is a from-scratch C implementation of reading and writing KeePass 1.x format password databases. WWW: https://github.com/bldewolf/libkpass |
2011-09-17T20:37:59+00:00 | multimedia/asdcplib |
Open source implementation of SMPTE and the MXF Interop format asdcplib is an open source implementation of SMPTE and the MXF Interop "Sound & Picture Track File" format. It was originally developed with support from DCI. WWW: http://www.cinecert.com/asdcplib/ |
2011-09-17T16:00:49+00:00 | textproc/itstool |
Make XML documents translatable through po files ITS Tool allows you to translate your XML documents with PO files, using rules from the W3C Internationalization Tag Set (ITS) to determine what to translate and how to separate it into PO file messages. PO files are the standard translation format for GNU and other Unix-like systems. They present translatable information as discrete messages, allowing each message to be translated independently. In contrast to whole-page translation, translating with a message-based format like PO means you can easily track changes to the source document down to the paragraph. When new strings are added or existing strings are modified, you only need to update the corresponding messages. ITS Tool is designed to make XML documents translatable through PO files by applying standard ITS rules, as well as extension rules specific to ITS Tool. ITS also provides an industry standard way for authors to override translation information in their documents, such as whether a particular element should be translated. WWW: http://itstool.org/ |
2011-09-17T15:35:14+00:00 | astro/R-cran-maptools |
Tools for reading and handling spatial objects Set of tools for manipulating and reading geographic data, in particular ESRI shapefiles; C code used from shapelib. It includes binary access to GSHHS shoreline files. The package also provides interface wrappers for exchanging spatial objects with packages such as PBSmapping, spatstat, maps, RArcInfo, Stata tmap, WinBUGS, Mondrian, and others. WWW: https://cran.r-project.org/web/packages/maptools/ |
2011-09-17T14:33:17+00:00 | multimedia/mxflib |
C++ library for MXF file I/O A C++ library for MXF file I/O. Utilities included: * mxfsplit, mxfwrap and simplewrap, to create and access MXF files; * mxfdump and mxf2dot, to dump the MXF in text or graphical (graphviz) format. WWW: http://www.freemxf.org/ |
2011-09-17T10:04:37+00:00 | print/frescobaldi |
Music score editor for lilypond Frescobaldi is a LilyPond sheet music text editor for KDE4. It aims to be powerful, yet lightweight and easy to use. Frescobaldi is Free Software, available under the GNU General Public License (version 2 or later). WWW: http://www.frescobaldi.org/ |
2011-09-17T06:55:27+00:00 | science/R-cran-Epi |
Package for statistical analysis in epidemiology Functions for demographic and epidemiological analysis in the Lexis diagram, i.e. register and cohort follow-up data, including interval censored data and representation of multistate data. Also some useful functions for tabulation and plotting. Contains some epidemiological datasets. WWW: https://cran.r-project.org/web/packages/Epi/ |
2011-09-16T22:04:29+00:00 | www/xpi-clear_cache_button |
Adds a button to the toolbar that clears the browser cache Adds a clear cache toolbar button. After installing the extension, find the clear cache button in the toolbar customization panel. WWW: http://chrisholtz.com/ |
2011-09-16T20:53:49+00:00 | net/opennx |
Open source drop in replacement for NoMachine's NX client OpenNX is an open source drop in replacement for NoMachine's NX client. It is compatible to the original client in that it uses the same syntax for the session configuration files (.nxs files). OpenNX is distributed under the GNU Lesser Public License v2.1. OpenNX is written in C++ and uses the excellent wxWidgets toolkit. Compared to the original client, it also adds some additional features which improve usability: - Ability to use the OpenSC framework to enable SmartCard based authentication for the initial SSH connection. - Ability to use a variety of different proxy types. - Ability to fetch session configuration files via http (read only) - Ability to disable configuration controls by providing a read only configuration file. - Dynamic use of libsmbclient, libcups, libopensc and pulseaudio (no static dependencies). - Uses libjpeg-turbo for speed improvement (if available). WWW: http://opennx.net/ |
2011-09-16T20:51:29+00:00 | devel/radare2 |
Tools to disasm, debug, analyze, and manipulate binary files Opensource tools to disasm, debug, analyze and manipulate binary files. * Multi-architecture multi-platform * Highly scriptable * Hexadecimal editor * IO is wrapped * Filesystems support * Debugger support * Diffing between two functions or binaries * Code analysis at opcode, basicblock, function levels * And More... WWW: http://www.radare.org |
2011-09-16T19:29:04+00:00 | net/rubygem-open-uri-cached |
OpenURI with transparent disk caching OpenURI with transparent disk caching WWW: https://github.com/tigris/open-uri-cached |
2011-09-16T18:34:01+00:00 | multimedia/m2vrequantiser |
Requantize MPEG-2 streams without recompressing Requantize MPEG-2 streams without recompressing. M2VRequantiser accepts raw MPEG2 video data (not VOB) from standard input and writes the recompressed frames to standard output. Usage is : M2VRequantiser recompression_factor inputM2Vsize <input.m2v >output.m2v WWW: https://launchpad.net/m2vrequantiser |
2011-09-16T18:13:25+00:00 | emulators/seabios-devel |
SeaBIOS git snapshot (for emulators/qemu-devel) SeaBIOS is an open source implementation of a 16bit X86 BIOS. SeaBIOS can run in an emulator or it can run natively on X86 hardware with the use of coreboot. SeaBIOS is the default BIOS for qemu and kvm. This is a git snapshot to be used with the emulators/qemu-devel port. (compared to the version shipped with qemu 0.15.0 this snapshot adds ahci boot disk support.) WWW: http://www.seabios.org/SeaBIOS |
2011-09-15T21:17:25+00:00 | finance/R-cran-RFinanceYJ |
Japanese stock market from Yahoo!-finance-Japan Japanese stock market from Yahoo!-finance-Japan WWW: http://cran.r-project.org/web/packages/RFinanceYJ/ |
2011-09-15T19:40:50+00:00 | databases/percona-toolkit |
Collection of essential command-line utilities for MySQL Percona Toolkit is a collection of advanced command-line tools used by Percona support staff to perform a variety of MySQL and system tasks that are too difficult or complex to perform manually, including: Verify master and replica data consistency Efficiently archive rows Find duplicate indexes Summarize MySQL servers Analyze queries from logs and tcpdump Collect vital system information when problems occur WWW: http://www.percona.com/software/percona-toolkit/ |
2011-09-14T07:38:20+00:00 | textproc/zorba |
General purpose C++ XQuery processor Zorba is a general purpose XQuery processor implementing in C++ the W3C family of specifications. The query processor has been designed to be embeddable in a variety of environments such as other programming languages extended with XML processing capabilities, browsers, database servers, XML message dispatchers, or smartphones. Zorba can be accessed through APIs from C, C++, Ruby, Python, Java, and PHP. Zorba runs on most platforms and is available under the Apache license v2. WWW: http://www.zorba.io/ |
2011-09-13T08:53:00+00:00 | net-mgmt/p5-FusionInventory-Agent |
Agent for OCS Inventory server and FusionInventory for GLPI servers fusioninventory-agent is an agent for OCS Inventory server and FusionInventory for GLPI servers. It creates local inventory of the machines (hardware and software) and send it to the server. It can also write it in a local XML file. This agent is the successor of the former linux_agent which was released with OCS 1.01 and prior. It also replaces the unofficial Solaris/AIX/BSD agents. WWW: https://metacpan.org/release/FusionInventory-Agent WWW: http://fusioninventory.org/ |
2011-09-13T08:51:19+00:00 | www/p5-HTTP-Server-Simple-Authen |
Authentication plugin for HTTP::Server::Simple HTTP::Server::Simple::Authen is an HTTP::Server::Simple plugin to allow HTTP authentication. Authentication scheme is pluggable and you can use whatever Authentication protocol that Authen::Simple supports. You can use authenticate method whatever you want to authenticate the request. The method returns $username taken from the request if the authentication is successful, and undef otherwise. The code in "SYNOPSIS" requires authentication for all the requests and behaves just the same as Apache's Require valid-user. WWW: https://metacpan.org/release/HTTP-Server-Simple-Authen |
2011-09-13T08:37:57+00:00 | print/p5-Net-CUPS |
Interface to the CUPS API Net::CUPS is an interface to the Common Unix Printing System API. Previous versions of this module attempted to provide a Perl interface layer similar to the C interface of CUPS. This was fine for power users, but most people were not looking for this type of interface. This module has now been converted to use an object oriented paradigm to facilitate quicker development and ease of use. WWW: https://metacpan.org/release/Net-CUPS |
2011-09-12T15:36:31+00:00 | math/octave-forge-secs3d |
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 secs3d. A Drift-Diffusion simulator for 3d semiconductor devices WWW: http://octave.sourceforge.net/ |
2011-09-11T20:45:36+00:00 | devel/rubygem-atoulme-antwrap |
Ruby wrapper for Apache Ant A Ruby module that wraps the Apache Ant build tool. Antwrap can be used to invoke Ant Tasks from a Ruby or a JRuby script. WWW: http://rubygems.org/gems/atoulme-Antwrap |
2011-09-11T20:24:51+00:00 | java/rubygem-rjb |
Call Java Code from Ruby rjb is a bridge software. It connects Ruby and Java. WWW: http://rubygems.org/gems/rjb/ |
2011-09-11T13:12:45+00:00 | www/R-cran-Rpad |
Workbook-style, web-based interface to R Rpad is an interactive, web-based analysis program. Rpad pages are interactive workbook-type sheets based on R, an open-source implementation of the S language. Rpad is an analysis package, a web-page designer, and a gui designer all wrapped in one. Rpad makes it easy to develop powerful data analysis applications that can be shared with others (most likely on an intranet). The user doesn't have to install anything--everything's done through a browser. WWW: http://cran.r-project.org/web/packages/Rpad/ |
2011-09-11T09:23:22+00:00 | devel/libexplain |
Library which may be used to explain Unix and Linux system call errors A library which may be used to explain Unix and Linux system call errors. The library is not quite a drop-in replacement for strerror, but it comes close. Each system call has a dedicated libexplain function. WWW: http://libexplain.sourceforge.net/ |
2011-09-10T21:13:49+00:00 | graphics/R-cran-ggplot2 |
Implementation of the Grammar of Graphics ggplot2 is a plotting system for R, based on the grammar of graphics, which tries to take the good parts of base and lattice graphics and none of the bad parts. It takes care of many of the fiddly details that make plotting a hassle (like drawing legends) as well as providing a powerful model of graphics that makes it easy to produce complex multi-layered graphics. WWW: https://ggplot2.tidyverse.org/ |
2011-09-10T21:05:27+00:00 | graphics/R-cran-colorspace |
Color Space Manipulation Carries out mapping between assorted color spaces including RGB, HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB and polar CIELAB. Qualitative, sequential, and diverging color palettes based on HCL colors are provided. WWW: https://cran.r-project.org/web/packages/colorspace/ |
2011-09-10T21:00:01+00:00 | graphics/R-cran-RColorBrewer |
ColorBrewer palettes Provides color schemes for maps (and other graphics) designed by Cynthia Brewer as described at http://colorbrewer2.org WWW: http://cran.r-project.org/web/packages/RColorBrewer/ |
2011-09-10T14:57:02+00:00 | devel/zmq-devel |
Lightweight messaging kernel An open source message queue optimised for performance. WWW: http://www.zeromq.org/ |
2011-09-10T07:52:34+00:00 | devel/R-cran-proto |
Prototype object-based programming Proto is an R package that facilitates prototype programming, a type of object-oriented programming that does not use classes as an atomic concept (but is powerful enough to encompass them). The package is lightweight providing a thin layer on top of R environments. Unlike other packages which grow over time proto has become smaller over time as it was successively polished to reduce it to its essentials. Despite its small size prototype-based systems can be more powerful than more complex class-based systems. WWW: https://github.com/hadley/proto |
2011-09-10T07:39:56+00:00 | graphics/R-cran-diagram |
Functions for visualising simple graphs, plotting flow diagrams Visualises simple graphs (networks) based on a transition matrix, utilities to plot flow diagrams, visualising webs,... Support for the book "A practical guide to ecological modelling - using R as a simulation platform" by Karline Soetaert and Peter M.J. Herman (2009). Springer. Includes demo(flowchart), demo(plotmat), demo(plotweb) WWW: https://cran.r-project.org/web/packages/diagram/ |
2011-09-10T07:34:51+00:00 | graphics/R-cran-shape |
Functions for plotting graphical shapes, colors Functions for plotting graphical shapes such as ellipses, circles, cylinders, arrows, ... Support for the book "A practical guide to ecological modelling - using R as a simulation platform" by Karline Soetaert and Peter M.J. Herman (2009). Springer. Includes demo(colorshapes) WWW: https://cran.r-project.org/web/packages/shape/ |
2011-09-10T06:40:55+00:00 | devel/p5-Test-Spec |
Write tests in a declarative specification style Test::Spec is a declarative specification-style testing system for behavior-driven development (BDD) in Perl. The tests (a.k.a. examples) are named with strings instead of subroutine names, so your fingers will suffer less fatigue from underscore-itis, with the side benefit that the test reports are more legible. This module is inspired by and borrows heavily from RSpec (http://rspec.info/documentation/), a BDD tool for the Ruby programming language. WWW: https://metacpan.org/release/Test-Spec |
2011-09-10T06:38:16+00:00 | devel/p5-Test-Trap |
Trap exit codes, exceptions, output, etc Test::Trap is primarily (but not exclusively) for use in test scripts: a block eval on steroids, configurable and extensible, but by default trapping (Perl) STDOUT, STDERR, warnings, exceptions, would-be exit codes, and return values from boxed blocks of test code. The values collected by the latest trap can then be queried or tested through a special trap object. WWW: https://metacpan.org/release/Test-Trap |
2011-09-10T01:42:22+00:00 | www/p5-WWW-Shorten-Googl |
Perl interface to goo.gl A Perl interface to the goo.gl URL shortening service. Googl simply maintains a database of long URLs, each of which has a unique identifier. WWW: https://metacpan.org/release/WWW-Shorten-Googl |
2011-09-09T21:44:17+00:00 | devel/p5-Params-Validate-Dependencies |
Validate combinations of parameters Params::Validate::Dependencies extends Params::Validate's validate() function to support an arbitrary number of callbacks which are not associated with any one parameter. All of those callbacks are run after Params::Validate's normal validate() function. If any of them return false, then validate() will die as normal. WWW: https://metacpan.org/release/Params-Validate-Dependencies |
2011-09-09T21:43:28+00:00 | devel/p5-Data-Domain |
Data description and validation A data domain is a description of a set of values, either scalar or structured (arrays or hashes). The description can include many constraints, like minimal or maximal values, regular expressions, required fields, forbidden fields, and also contextual dependencies. From that description, one can then invoke the domain's inspect method to check if a given value belongs to it or not. In case of mismatch, a structured set of error messages is returned. The motivation for writing this package was to be able to express in a compact way some possibly complex constraints about structured data. Typically the data is a Perl tree (nested hashrefs or arrayrefs) that may come from XML, JSON, from a database through DBIx::DataModel, or from postprocessing an HTML form through CGI::Expand. Data::Domain is a kind of tree parser on that structure, with some facilities for dealing with dependencies within the structure, and with several options to finely tune the error messages returned to the user. WWW: https://metacpan.org/release/Data-Domain |
2011-09-09T20:55:32+00:00 | dns/bind97-sdb |
BIND version 9.7 with support for sdb database drivers, including ldap and postgresql. WWW: https://www.isc.org/software/bind/ |
2011-09-09T05:42:09+00:00 | net/p5-SOAP-Transport-TCP |
TCP Transport Support for SOAP::Lite The classes provided by this module implement direct TCP/IP communications methods for both clients and servers. The connections don't use HTTP or any other higher-level protocol. These classes are selected when the client or server object being created uses an endpoint URI that starts with tcp://. Both client and server classes support using Secure Socket Layer if it is available. If any of the parameters to a new method from either of the classes begins with SSL_ (such as SSL_server in place of Server), the class attempts to load the IO::Socket::SSL package and use it to create socket objects. WWW: http://search.cpan.org/dist/SOAP-Transport-TCP/ |
2011-09-09T02:26:22+00:00 | net/p5-URI-Match |
Perl extension for matching URLs by parts This is a simple utility that adds ability to match URL parts against regular expressions, subroutines, or objects that implement a match() method. Since this module uses loops and method calls, writing up a clever regular expression and using it directly against the whole URL is probably faster. This module aims to solve the problem where readability matters, or when you need to assemble the match conditions at run time. URI::Match adds the following methods to the URI namespace. WWW: https://metacpan.org/release/URI-Match |
2011-09-08T06:30:15+00:00 | math/pear-Math_BigInteger |
Pure-PHP arbitrary precision integer arithmetic library Supports base-2, base-10, base-16, and base-256 numbers. Uses the GMP or BCMath extensions, if available, and an internal implementation, otherwise. WWW: https://pear.php.net/package/Math_BigInteger |
2011-09-07T11:09:09+00:00 | lang/gnatdroid-armv7 |
C/Ada cross-compiler, target: Android ARMv7 The gnatdroid-armv7 port builds a C/Ada cross-compiler based on GCC 6 that targets the Android operating system (up to version 6.0, API level 23) running on ARM architecture (version 7). This produces binaries that run natively on Android devices built with Cortex-A series chips. WWW: http://www.dragonlace.net |
2011-09-07T05:22:05+00:00 | lang/gnatdroid-armv5 |
C/Ada cross-compiler, target: Android ARMv5 The gnatdroid-armv5 port builds a C/Ada cross-compiler based on GCC 4.7 that targets the Android operating system (version 4.4, API level 19) running on ARM architecture (version 5). This produces binaries that run natively on Android devices as well as the Android SDK emulator. Note that 18 the last API version supporting ARMv5. WWW: http://www.dragonlace.net |
2011-09-06T17:55:58+00:00 | devel/pyst |
Python interface to allow Asterisk programming Pyst consists of a set of interfaces and libraries to allow programming of Asterisk from python. The library currently supports AGI, AMI, and the parsing of Asterisk configuration files. The library also includes debugging facilities for AGI. WWW: http://pyst.sourceforge.net/ |
2011-09-06T10:48:58+00:00 | lang/gnatdroid-binutils |
Infrastructure for C/Ada Android cross-compiler (ARMv7) This package is a dependency of lang/gnatdroid. It provides the cross-tools required to build the GNAT FreeBSD->ARM cross-compiler that is gnatdroid, as well as any binaries that it produces. WWW: http://www.dragonlace.net |
2011-09-06T03:13:38+00:00 | textproc/hs-csv |
CSV library for Haskell This library parses and dumps documents that are formatted according to RFC 4180, "The common Format and MIME Type for Comma-Separated Values (CSV) Files". This format is used, among many other things, as a lingua franca for spreadsheets, and for certain web services. WWW: http://hackage.haskell.org/package/csv |
2011-09-05T12:53:04+00:00 | lang/gnatdroid-sysroot |
Android sysroots for C/Ada Android cross-compiler This package is used by lang/gnatdroid to install the system root of Android 4.0 to 6.0 (API Level 15 to API Level 23) of the ARM architecture. The ARM cross-tools are built using these files, which in turn is required for the GNAT FreeBSD->ARM cross-compiler that is gnatdroid. WWW: http://www.dragonlace.net |
2011-09-05T09:37:28+00:00 | devel/p5-Bread-Board-Declare |
Create Bread::Board containers as normal Moose objects Bread::Board::Declare is a Moose extension which allows for declaring Bread::Board container classes in a more straightforward and natural way. It sets up Bread::Board::Container as the superclass, and creates services associated with each attribute that you create. WWW: https://metacpan.org/release/Bread-Board-Declare |
2011-09-05T06:42:25+00:00 | devel/p5-System-Command |
Object for running system commands System::Command is a class that launches external system commands and return an object representing them, allowing to interact with them through their STDIN, STDOUT and STDERR handles. WWW: https://metacpan.org/release/System-Command |
2011-09-04T19:31:56+00:00 | security/massh |
Parallel ssh command execution and file transfer on multiple hosts Massh makes it possible to perform the following on hundreds, or even thousands of hosts in a parallelized fashion: * Run Remote Commands * Push and Execute Pre-Written Scripts * Push Files * Pull Files WWW: http://m.a.tt/er/massh/ |
2011-09-04T13:09:07+00:00 | net/R-cran-twitteR |
R based Twitter client Provides an interface to the Twitter web API WWW: https://cran.r-project.org/web/packages/twitteR/ |
2011-09-04T13:05:23+00:00 | security/R-cran-ROAuth |
R interface for OAuth This package provides an interface to the OAuth 1.0 specification, allowing users to authenticate via OAuth to the server of their choice. WWW: http://cran.r-project.org/web/packages/ROAuth/ |
2011-09-04T13:01:29+00:00 | security/R-cran-digest |
Create cryptographic hash digests of R objects Implementation of a function 'digest()' for the creation of hash digests of arbitrary R objects (using the md5, sha-1, sha-256, crc32, xxhash and murmurhash algorithms) permitting easy comparison of R language objects, as well as a function 'hmac()' to create hash-based message authentication code. The md5 algorithm by Ron Rivest is specified in RFC 1321, the sha-1 and sha-256 algorithms are specified in FIPS-180-1 and FIPS-180-2, and the crc32 algorithm is described in ftp://ftp.rocksoft.com/cliens/rocksoft/papers/crc_v3.txt. For md5, sha-1, sha-256 and aes, this package uses small standalone implementations that were provided by Christophe Devine. For crc32, code from the zlib library is used. For sha-512, an implementation by Aaron D. Gifford is used. For xxHash, the implementation by Yann Collet is used. For murmurhash, an implementation by Shane Day is used. Please note that this package is not meant to be deployed for cryptographic purposes for which more comprehensive (and widely tested) libraries such as OpenSSL should be used. WWW: https://cran.r-project.org/web/packages/digest/ |
2011-09-04T12:53:56+00:00 | converters/R-cran-RJSONIO |
Serialize R objects to JSON, JavaScript Object Notation This is a package that allows conversion to and from data in Javascript object notation (JSON) format. This allows R objects to be inserted into Javascript/ECMAScript/ActionScript code and allows R programmers to read and convert JSON content to R objects. This is an alternative to rjson package. That version was too slow for converting large R objects to JSON and is not extensible, but a very useful prototype. It is fast for parsing. This package uses methods, vectorized operations and C code and callbacks to R functions for deserializing JSON objects to R. Verison 0.4 of this package uses a new native parser, implements the transformation code in C and allocates memory efficiently (rather than concatenating because of event driven parsing). The result is a significantly faster parsing of large JSON documents. WWW: https://cran.r-project.org/web/packages/RJSONIO/ |
2011-09-04T09:31:57+00:00 | textproc/p5-Template-Plugin-Filter-Minify-JavaScript-XS |
JavaScript::Minifier::XS filter for Template Toolkit Template::Plugin::Filter::Minify::JavaScript::XS is a Template Toolkit filter, which uses JavaScript::Minifier::XS to compress javascript code from filtered content during template processing. WWW: https://metacpan.org/release/Template-Plugin-Filter-Minify-JavaScript-XS |
2011-09-04T09:31:23+00:00 | textproc/p5-Template-Plugin-Filter-Minify-JavaScript |
JavaScript::Minifier filter for Template Toolkit Template::Plugin::Filter::Minify::JavaScript is a Template Toolkit filter, which uses JavaScript::Minifier to compress javascript code from filtered content during template processing. WWW: https://metacpan.org/release/Template-Plugin-Filter-Minify-JavaScript |
2011-09-04T09:30:44+00:00 | textproc/p5-Template-Plugin-Filter-Minify-CSS-XS |
CSS::Minifier::XS filter for Template Toolkit Template::Plugin::Filter::Minify::CSS::XS is a Template Toolkit filter, which uses CSS::Minifier::XS to minify css code from filtered content during template processing. WWW: https://metacpan.org/release/Template-Plugin-Filter-Minify-CSS-XS |
2011-09-04T09:26:08+00:00 | textproc/p5-Template-Plugin-Filter-Minify-CSS |
CSS::Minifier filter for Template Toolkit Template::Plugin::Filter::Minify::CSS is a Template Toolkit filter, which uses CSS::Minifier to minify css code from filtered content during template processing. WWW: https://metacpan.org/release/Template-Plugin-Filter-Minify-CSS |
2011-09-04T06:17:22+00:00 | devel/R-cran-foreach |
Foreach looping construct for R Support for the foreach looping construct. Foreach is an idiom that allows for iterating over elements in a collection, without the use of an explicit loop counter. This package in particular is intended to be used for its return value, rather than for its side effects. In that sense, it is similar to the standard lapply function, but doesn't require the evaluation of a function. Using foreach without side effects also facilitates executing the loop in parallel. WWW: https://cran.r-project.org/web/packages/foreach/ |
2011-09-03T23:28:08+00:00 | databases/p5-AnyEvent-CouchDB |
Non-blocking CouchDB client based on jquery.couch.js AnyEvent::CouchDB is a non-blocking CouchDB client implemented on top of the AnyEvent framework. Using this library will give you the ability to run many CouchDB requests asynchronously, and it was intended to be used within a Coro+AnyEvent environment. However, it can also be used synchronously if you want. Its API is based on jquery.couch.js, but we've adapted the API slightly so that it makes sense in an asynchronous Perl environment. WWW: https://metacpan.org/release/AnyEvent-CouchDB |
2011-09-03T21:35:20+00:00 | textproc/p5-CSS-Minifier |
Perl extension for minifying CSS CSS::Minifier removes unnecessary whitespace from CSS. The primary requirement developing this module is to not break working stylesheets: if working CSS is in input then working CSS is output. The Mac/Internet Explorer comment hack will be minimized but not stripped and so will continue to function. This module understands space, horizontal tab, new line, carriage return, and form feed characters to be whitespace. Any other characters that may be considered whitespace are not minimized. These other characters include paragraph separator and vertical tab. For static CSS files, it is recommended that you minify during the build stage of web deployment. If you minify on-the-fly then it might be a good idea to cache the minified file. Minifying static files on-the-fly repeatedly is wasteful. WWW: https://metacpan.org/release/CSS-Minifier |
2011-09-03T21:26:36+00:00 | databases/p5-CouchDB-View |
Handle and create CouchDB views in Perl CouchDB::View is a Perl module to handle and create CouchDB views. WWW: https://metacpan.org/release/CouchDB-View |
2011-09-03T20:23:13+00:00 | databases/p5-Dancer-Plugin-Redis |
Redis database connector for Dancer Dancer::Plugin::Redis provides an easy way to obtain a connected Redis database handle by simply calling the 'redis' keyword within a Dancer application. WWW: https://metacpan.org/release/Dancer-Plugin-Redis |
2011-09-03T20:21:15+00:00 | security/p5-Crypt-OpenSSL-CA |
Perl extension for OpenSSL CA API Crypt-OpenSSL-CA - Model of an X509v3 Certification Authority This package performs the cryptographic operations necessary to issue X509 certificates and certificate revocation lists (CRLs). It is implemented as a Perl wrapper around the popular OpenSSL library. All certificate and CRL extensions supported by OpenSSL are available, and then some. WWW: https://metacpan.org/release/Crypt-OpenSSL-CA |
2011-09-03T18:17:23+00:00 | net-mgmt/massh |
Parallel ssh command execution and file transfer on multiple hosts Massh makes it possible to perform the following on hundreds, or even thousands of hosts in a parallelized fashion: * Run Remote Commands * Push and Execute Pre-Written Scripts * Push Files * Pull Files WWW: http://m.a.tt/er/massh/ |
2011-09-03T15:35:48+00:00 | textproc/R-cran-xtable |
Export tables to LaTeX or HTML Coerce data to LaTeX and HTML tables WWW: https://cran.r-project.org/web/packages/xtable/ |
2011-09-03T15:25:40+00:00 | databases/R-cran-RMySQL |
R interface to the MySQL database RMySQL is a database interface and MySQL driver for R. This version complies with the database interface definition as implemented in the package DBI 0.2-2. WWW: https://cran.r-project.org/web/packages/RMySQL/ |
2011-09-03T11:06:43+00:00 | databases/R-cran-DBI |
R Database Interface A database interface (DBI) definition for communication between R and relational database management systems. All classes in this package are virtual and need to be extended by the various R/DBMS implementations. WWW: https://cran.r-project.org/web/packages/DBI/ |
2011-09-03T05:42:42+00:00 | devel/p5-Devel-Mallinfo |
Perl module of mallinfo() memory statistics and more Devel::Mallinfo is an interface to the C library mallinfo() function giving malloc memory allocation statistics. This is meant for development use, to give an idea of how much space your program and any libraries are using from malloc(). WWW: http://search.cpan.org/dist/Devel-Mallinfo/ |
2011-09-03T00:46:24+00:00 | devel/R-cran-caret |
Classification and Regression Training The caret package (short for Classification And REgression Training) is a set of functions that attempt to streamline the process for creating predictive models. The package contains tools for: * data splitting * pre-processing * model tuning using resampling * variable importance estimation as well as other functionality. WWW: https://topepo.github.io/caret/ |
2011-09-03T00:42:36+00:00 | devel/R-cran-reshape |
R package for flexibly restructuring and aggregating data Reshape (hopefully) makes it easy to do what you have been struggling to do with tapply, by, aggregate, xtabs, apply and summarise. It is also useful for getting your data into the correct structure for lattice or ggplot plots. WWW: http://had.co.nz/reshape/ |
2011-09-02T14:12:54+00:00 | devel/p5-Log-Dispatch-DBI |
Log::Dispatch output class for logging to database via DBI interface Log::Dispatch::DBI is a subclass of Log::Dispatch::Output, which inserts logging output into relational database using DBI interface. WWW: https://metacpan.org/release/Log-Dispatch-DBI |
2011-09-02T08:03:20+00:00 | www/p5-HTML-Mason-PSGIHandler |
PSGI handler for HTML::Mason HTML::Mason::PSGIHandler is a PSGI handler for HTML::Mason. It's based on HTML::Mason::CGIHandler and allows you to process Mason templates on any web servers that support PSGI. WWW: https://metacpan.org/release/HTML-Mason-PSGIHandler |
2011-09-01T21:53:01+00:00 | devel/maven3 |
Java project management tool, 3.x branch Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. WWW: http://maven.apache.org/ |
2011-09-01T19:24:38+00:00 | devel/rubygem-railsless-deploy |
Replacement for the rails deploy strategy which ships with Capistrano Replacement for the rails deploy strategy which ships with Capistrano, allows you to deploy any platform with ease; some people have had huge success with this deploying rails projects where they needed to customise their deploy strategy beyond the code which ships with the Capistrano gem. WWW: https://github.com/leehambley/railsless-deploy/ |
2011-09-01T14:25:15+00:00 | net/py-msrplib |
Python MSRP client library The MSRP protocol stack implementation for clients written in python. Message Session Relay Protocol (MSRP) is a protocol for transmitting a series of related instant messages in the context of a session. Message sessions are treated like any other media stream when set up via a rendezvous or session creation protocol such as the Session Initiation Protocol (SIP). WWW: http://mediaproxy.ag-projects.com/projects/msrp/wiki |
2011-09-01T14:21:11+00:00 | sysutils/pefs-kmod |
PEFS kernel level stacked cryptographic filesystem PEFS is a kernel level stacked cryptographic filesystem for FreeBSD. Key features: * Transparently runs on top of existing file systems * Random per file tweak value for encryption * Stores metadata only in encrypted file name * Arbitrary number of keys per file system, mixing keys in same directory and key chains * Modern cryptographic algorithms: AES and Camellia in XTS mode, PKCS#5v2 and HKDF for key generation. WWW: https://github.com/glk/pefs WWW: http://wiki.freebsd.org/PEFS |
2011-09-01T12:34:55+00:00 | textproc/p5-Regexp-Common-net-CIDR |
Provide patterns for CIDR blocks Patterns for CIDR blocks. WWW: https://metacpan.org/release/Regexp-Common-net-CIDR |
2011-09-01T12:24:52+00:00 | textproc/p5-HTML-Quoted |
Extract structure of quoted HTML mail message Parses and extracts quotation structure out of a HTML message. Purpose and returned structures are very similar to Text::Quoted. WWW: https://metacpan.org/release/HTML-Quoted |
2011-09-01T11:37:10+00:00 | textproc/p5-Regexp-IPv6 |
Regular expression for IPv6 addresses This module exports the $IPv6_re regular expression that matches any valid IPv6 address as described in "RFC 2373 - 2.2 Text Representation of Addresses" but ::. Any string not compliant with such RFC will be rejected. WWW: https://metacpan.org/release/Regexp-IPv6 |
2011-08-31T09:14:15+00:00 | graphics/multican |
Remote control utility for Canon DSLR cameras Multican is Canon EOS cameras USB remote control utility for 300D, 350D, 30D, 20D, and 5D. Multican allows scripted remote control of multiple cameras; it is possible to control up to six cameras attached at the same time. Multican communicates with camera directly, without generic library such as provided by gPhoto2, and currently has no GUI, which makes it no replacement for Canon's EOS Utility, but it can be useful nonetheless in various setups, e.g. for astrophotography. WWW: http://multican.sourceforge.net/ |
2011-08-30T23:57:21+00:00 | www/varnish-libvmod-header |
Varnish Module (vmod) for manipulation of duplicated headers Varnish Module (vmod) for manipulation of duplicated headers (for instance multiple set-cookie headers). WWW: https://github.com/KristianLyng/libvmod-header/ |
2011-08-30T21:18:51+00:00 | math/R-cran-xts |
Extensible Time Series Provide for uniform handling of R's different time-based data classes by extending zoo, maximizing native format information preservation and allowing for user level customization and extension, while simplifying cross-class interoperability. WWW: https://r-forge.r-project.org/projects/xts/ |
2011-08-30T21:14:29+00:00 | math/R-cran-zoo |
S3 Infrastructure for Regular and Irregular Time Series An S3 class with methods for totally ordered indexed observations. It is particularly aimed at irregular time series of numeric vectors/matrices and factors. zoo's key design goals are independence of a particular index/date/time class and consistency with ts and base R by providing methods to extend standard generics. WWW: https://cran.r-project.org/web/packages/zoo/ |
2011-08-30T17:27:36+00:00 | sysutils/battray |
Display notebook battery status in tray Battray is a python program that displays a tray icon to inform you of the battery status of your notebook. It is also able to take certain actions depending on battery status. It's simple, easy, fairly environment-independent, and "just works" without tons of (Gnome|KDE|..) dependencies. WWW: https://github.com/arp242/battray |
2011-08-30T14:47:15+00:00 | textproc/markdown-mode.el |
Emacs major mode for editing Markdown-formatted text markdown-mode is a major mode for editing Markdown-formatted text files in GNU Emacs. WWW: https://jblevins.org/projects/markdown-mode/ |
2011-08-30T12:57:12+00:00 | devel/R-cran-plyr |
Tools for splitting, applying, and combining data plyr is a set of tools that solves a common set of problems: you need to break a big problem down into manageable pieces, operate on each pieces and then put all the pieces back together. For example, you might want to fit a model to each spatial location or time point in your study, summarise data by panels or collapse high-dimensional arrays to simpler summary statistics. The development of plyr has been generously supported by BD (Becton Dickinson). WWW: https://cran.r-project.org/web/packages/plyr/ |
2011-08-30T12:54:12+00:00 | devel/R-cran-itertools |
Iterator Tools for R Various tools for creating iterators, many patterned after functions in the Python itertools module, and others patterned after functions in the 'snow' package. WWW: http://cran.r-project.org/web/packages/itertools/ |
2011-08-30T12:49:01+00:00 | devel/R-cran-iterators |
Iterator construct for R Support for iterators, which allow a programmer to traverse through all the elements of a vector, list, or other collection of data. WWW: https://cran.r-project.org/web/packages/iterators/ |
2011-08-30T11:24:07+00:00 | textproc/p5-Text-HikiDoc |
Pure Perl implementation of 'HikiDoc' 'HikiDoc' is a text-to-HTML conversion tool for web writers. The original 'HikiDoc' is Ruby implementation. This library is pure perl implementation of 'HikiDoc', and has interchangeability with the original. WWW: https://metacpan.org/release/Text-HikiDoc |
2011-08-30T05:33:21+00:00 | devel/libinotify |
Kevent based inotify compatible library This library provides inotify-compatible interface for applications, that need to monitor changes happening in a filesystem. It can be useful when porting Linux applications, which often use inotify interface. The IN_OPEN, IN_CLOSE_WRITE and IN_CLOSE_NOWRITE events are not yet implemented, so the relevant tests are known to fail. WWW: https://github.com/libinotify-kqueue/libinotify-kqueue |
2011-08-29T23:17:16+00:00 | shells/ambit |
Extended bash brace expansion to expand hostnames or commands Ambit, at its simplest, uses Bash Brace Expansion to expand and list hostnames OR commands. First and foremost Ambit is meant to be a general purpose hostlist enumerator to be used by other applications or scripts. Additionally Ambit can be used to manage User Specific as well as System-Wide HostGroups. It can also be used to query Network HostGroups. Finally, Ambit is able to detect when it is expanding a command (rather than a host list), allowing for the command to be expanded and executed synchronously. This means Ambit can expand and run just about anything on the command line and usually works in places where Bash Brace Expansion might fail. WWW: http://m.a.tt/er/ambit/ |
2011-08-29T15:00:34+00:00 | graphics/gtimelapse |
Application for capturing images to generate timelapse videos gTimelapse is an small application for capturing images from your camera to generate timelapse videos, based on gPhoto2 and wxWidgets. WWW: https://sourceforge.net/projects/gtimelapse/ |
2011-08-29T12:04:50+00:00 | sysutils/vlogger |
Logging utility for Apache servers with many virtual hosts vlogger is a utility used to facilitate log rotation of Apache virtual hosts. WWW: http://n0rp.chemlab.org/vlogger/ |
2011-08-28T20:19:20+00:00 | www/R-cran-scrapeR |
Tools for Scraping Data from HTML and XML Documents Tools for Scraping Data from HTML and XML Documents WWW: http://cran.r-project.org/web/packages/scrapeR/ |
2011-08-28T19:16:01+00:00 | ftp/R-cran-RCurl |
General network client interface for R The RCurl package is an R-interface to the libcurl library that provides HTTP facilities. This allows us to download files from Web servers, post forms, use HTTPS (the secure HTTP), use persistent connections, upload files, use binary content, handle redirects, password authentication, etc. WWW: https://cran.r-project.org/web/packages/RCurl/ |
2011-08-28T19:10:06+00:00 | devel/R-cran-bitops |
Functions for Bitwise operations Functions for Bitwise operations on integer vectors WWW: http://cran.r-project.org/web/packages/bitops/ |
2011-08-28T14:05:51+00:00 | databases/py-kyotocabinet |
Python binding of kyotocabinet Python binding of kyotocabinet. WWW: https://dbmx.net/kyotocabinet/ |
2011-08-27T17:17:24+00:00 | devel/p5-PerlIO-Layers |
Query the properties/capabilities of filehandle Perl's filehandles are implemented as a stack of layers, with the bottom-most usually doing the actual IO and the higher ones doing buffering, encoding/decoding or transformations. PerlIO::Layers allows you to query the filehandle's properties concerning there layers. WWW: https://metacpan.org/release/PerlIO-Layers |
2011-08-27T10:50:25+00:00 | www/p5-Plack-Test-ExternalServer |
Run HTTP tests on external live servers Plack::Test::ExternalServer allows your to run your Plack::Test tests against an external server instead of just against a local application through either mocked HTTP or a locally spawned server. See Plack::Test on how to write tests that can use this module. WWW: https://metacpan.org/release/Plack-Test-ExternalServer |
2011-08-26T20:52:49+00:00 | sysutils/rubygem-capistrano-ext |
Useful task libraries and methods for Capistrano Useful task libraries and methods for Capistrano WWW: http://www.capify.org/ |
2011-08-26T13:07:14+00:00 | devel/p5-AnyEvent-I3 |
Communicate with the i3 window manager AnyEvent::I3 - This module connects to the i3 window manager using the UNIX socket based IPC interface it provides (if enabled in the configuration file). You can then subscribe to events or send messages and receive their replies. WWW: https://metacpan.org/release/AnyEvent-I3 |
2011-08-26T11:32:46+00:00 | devel/p5-CPAN-Recent-Uploads |
Find the distributions recently uploaded to CPAN CPAN::Recent::Uploads provides a mechanism for obtaining a list of the RECENT uploads to CPAN as determined from the files produced by File::Rsync::Mirror::Recentfile that exist in the authors/ directory on CPAN. WWW: https://metacpan.org/release/CPAN-Recent-Uploads |
2011-08-26T10:58:07+00:00 | net-mgmt/p5-Zenoss |
Perl interface to the Zenoss JSON API This is a PERL interface to the Zenoss Monitoring System JSON API. It allows the ability to execute all available functions provided by the Zenoss API programmatically. Anything you could do from the Zenoss interface can be achieved via this module. This is a full service implementation, providing the construction of the call to the API and the handling of the response. WWW: https://metacpan.org/release/Zenoss |
2011-08-26T10:14:25+00:00 | devel/p5-YAML-AppConfig |
Perl extension to manage configuration files with YAML YAML::AppConfig extends the work done in Config::YAML and YAML::ConfigFile to allow more flexiable configuration files. Your configuration is stored in YAML and then parsed and presented to you via YAML::AppConfig. Settings can be referenced using get and set methods and settings can refer to one another by using variables of the form $foo, much in the style of AppConfig. WWW: https://metacpan.org/release/YAML-AppConfig |
2011-08-26T05:05:18+00:00 | devel/php5-blitz |
PHP templating engine Blitz is a PHP templating engine. Blitz is written in C and built as PHP-extension which makes it one of the fastest template engines. WWW: http://alexeyrybak.com/blitz/blitz_en.html |
2011-08-26T04:55:22+00:00 | devel/py-xcaplib |
Python XCAP client library XCAP protocol, defined in RFC 4825, allows a client to read, write, and modify application configuration data stored in XML format on a server. XCAP maps XML document sub-trees and element attributes to HTTP URIs, so that these components can be directly accessed by HTTP. An XCAP server used by XCAP clients to store data like presence policy in combination with a SIP Presence server that supports PUBLISH/SUBSCRIBE/NOTIFY SIP methods can provide a complete SIP SIMPLE solution. WWW: http://openxcap.org/clients/ |
2011-08-26T04:53:12+00:00 | devel/py-application |
Basic building blocks for python applications Basic building blocks for python applications WWW: https://pypi.org/project/python-application/ |
2011-08-26T04:37:53+00:00 | www/py-requests |
HTTP library written in Python for human beings Requests is an ISC Licensed HTTP library, written in Python, for human beings. Features: * International Domains and URLs * Keep-Alive & Connection Pooling * Sessions with Cookie Persistence * Browser-style SSL Verification * Basic/Digest Authentication * Elegant Key/Value Cookies * Automatic Decompression * Unicode Response Bodies * Multipart File Uploads * Connection Timeouts * .netrc support * Python 2.6-3.4 * Thread-safe WWW: http://python-requests.org |
2011-08-25T20:53:20+00:00 | www/py-pyramid_rpc |
RPC support for the Pyramid web framework pyramid_rpc is a package of RPC related add-on's to make it easier to create RPC services. WWW: https://pypi.org/project/pyramid_rpc/ |
2011-08-24T09:31:31+00:00 | editors/libreoffice-legacy |
Full integrated office productivity suite LibreOffice is the free power-packed Open Source personal productivity suite for Windows, Macintosh and Linux, that gives you six feature-rich applications for all your document production and data processing needs: Writer, Calc, Impress, Draw, Math and Base. WWW: http://www.libreoffice.org/ |
2011-08-23T18:33:37+00:00 | audio/libcanberra-gtk3 |
Implementation of the Freedesktop sound theme spec |
2011-08-23T18:29:54+00:00 | net/libproxy-python |
Python binding for libproxy Libproxy exists to answer the question: Given a network resource, how do I reach it? It handles all the details, enabling you to get back to programming. This plug-in allows python applications to make use of libproxy. WWW: https://libproxy.github.io/libproxy/ |
2011-08-23T18:29:54+00:00 | net/libproxy-perl |
Perl binding for libproxy Libproxy exists to answer the question: Given a network resource, how do I reach it? It handles all the details, enabling you to get back to programming. This plug-in allows perl applications to make use of libproxy. WWW: https://libproxy.github.io/libproxy/ |
2011-08-23T18:15:49+00:00 | net/glib-networking |
Network-related giomodules for glib Network-related giomodules for glib. Glib-networking contains the implementations of certain GLib networking features that cannot be implemented directly in GLib itself because of their dependencies. Currently it contains a GNUTLS-based implementation of GTlsBackend, a libproxy-based implementation of GProxyResolver, and a GNOME GProxyResolver that uses the proxy information from the GSettings schemas in gsettings-desktop-schemas. |
2011-08-23T17:44:59+00:00 | devel/phpsh |
Interactive shell for PHP phpsh is an interactive shell for php that features readline history, tab completion, quick access to documentation. It was developed at Facebook and ironically, is written mostly in python. It is open source and released under a modified BSD license. WWW: http://phpsh.org/ |
2011-08-23T03:18:46+00:00 | mail/postfix-logwatch |
Postfix MTA log parser The postfix-logwatch(1) utility is a Postfix MTA log parser that produces summaries, details, and statistics regarding the operation of Postfix. A key feature of postfix-logwatch is its ability to produce a very wide range of reports with data grouped and sorted as much as possible to reduce noise and highlight patterns. Brief summary reports provide a quick overview of general Postfix operations and message delivery, calling out warnings that may require attention. Detailed reports provide easy to scan, hierarchically-arranged and organized information, with as much or little detail as desired. WWW: http://logreporters.sourceforge.net/ |
2011-08-22T21:12:33+00:00 | graphics/py-opencv |
OpenCV Python library |
2011-08-22T17:19:24+00:00 | japanese/cmigemo-dict |
Dictionary for C/Migemo Japanese incremental search tool C/Migemo is a C language implementation of Migemo Japanese incremental search tool. You can search a text for Japanese words without having to input kanji. This port installs the dictionary for C/Migemo. WWW: http://www.kaoriya.net/software/cmigemo |
2011-08-22T17:17:43+00:00 | japanese/cmigemo |
C implementation of Migemo Japanese incremental search tool C/Migemo is a C language implementation of Migemo Japanese incremental search tool. You can search a text for Japanese words without having to input kanji. WWW: http://www.kaoriya.net/software/cmigemo |
2011-08-22T16:24:00+00:00 | net-im/p5-SOAP-Transport-JABBER |
Jabber-based transport backend for SOAP::Lite SOAP::Transport::JABBER provides a Jabber-based transport backend for SOAP::Lite. This class uses the Net::Jabber classes to abstract the Jabber protocol away from the direct notice of the application. Besides maintaining any needed objects internally, the package also uses a separate class as a proxy between communication layers, SOAP::Transport::JABBER::Query. The Jabber support provides both client and server classes. WWW: https://metacpan.org/release/SOAP-Transport-JABBER |
2011-08-22T16:22:19+00:00 | ftp/p5-SOAP-Transport-FTP |
FTP Client support for SOAP::Lite The SOAP::Transport::FTP module is automatically loaded by the SOAP::Transport portion of the client structure. It is brought in when an endpoint is specified via the proxy method that starts with the characters, ftp://. This module provides only a client class. WWW: https://metacpan.org/release/SOAP-Transport-FTP |
2011-08-22T11:58:24+00:00 | www/trac-tickettemplate |
Plugin for making ticket templates TicketTemplate enable users to create ticket using templates which can be customized by Trac administrator and themselves. WWW: http://trac-hacks.org/wiki/TracTicketTemplatePlugin |
2011-08-22T11:47:35+00:00 | www/trac-defaultcc |
Plugin that adds default CC value for tickets This plugin automatically adds a default CC list when a new ticket is created, based on its initial component. WWW: https://trac-hacks.org/wiki/DefaultCcPlugin |
2011-08-21T18:37:48+00:00 | www/mod_setenvifplus |
Allows setting environment variables based on request attributes The mod_setenvifplus module allows you to set environment variables according to whether different aspects of the request match regular expressions you specify. These environment variables can be used by other parts of the server to make decisions about actions to be taken, e.g. by using mod_qos or to propagate supplemental information to the appliaction via HTTP header data. mod_setenvifplus is derived from the standard Apache modules mod_setenvif and mod_headers. WWW: http://modsetenvifplus.sourceforge.net/ |
2011-08-21T15:43:02+00:00 | net/usbredir |
Protocol for redirection of USB traffic usbredir is a protocol for redirecting USB traffic from a single USB device, to a different (virtual) machine than the one to which the USB device is attached. See usb-redirection-protocol.txt for the description / definition of this protocol. With the official 0.3 release the protocol is now frozen (only extensions advertised through capabilities can be added from now on). WWW: http://cgit.freedesktop.org/spice/usbredir |
2011-08-21T11:32:16+00:00 | sysutils/spiped |
Daemon for creating secure symmetric pipes Spiped (pronounced "ess-pipe-dee") is a utility for creating symmetrically encrypted and authenticated pipes between socket addresses, so that one may connect to one address (e.g., a UNIX socket on localhost) and transparently have a connection established to another address (e.g., a UNIX socket on a different system). This is similar to 'ssh -L' functionality, but does not use SSH and requires a pre-shared symmetric key. WWW: http://www.tarsnap.com/spiped.html |
2011-08-21T04:15:04+00:00 | textproc/R-cran-XML |
Tools for parsing and generating XML This package provides many approaches for both reading and creating XML (and HTML) documents (including DTDs), both local and accessible via HTTP or FTP. It also offers access to an XPath "interpreter". WWW: https://cran.r-project.org/web/packages/XML/ |
2011-08-19T17:14:07+00:00 | security/duo |
Duo unix integration package Duo provides simple two-factor authentication as a service via: 1. Phone callback 2. SMS-delivered one-time passcodes 3. Duo mobile app to generate one-time passcodes 4. Duo mobile app for smartphone push authentication 5. Duo hardware token to generate one-time passcodes This package allows an admin (or ordinary user) to quickly add Duo authentication to any Unix login without setting up secondary user accounts, directory synchronization, servers, or hardware. WWW: http://duosecurity.com |
2011-08-19T11:02:10+00:00 | cad/openscad |
Programmer's solid 3D CAD modeller #' OpenSCAD is a software for creating 3D CAD objects. Unlike most free software for creating 3D models, it does not focus on the artistic aspects of 3D modelling but instead on the CAD aspects. Thus it is more suitable for creating 3D models of machine parts but perhaps not when creating computer-animated movies. OpenSCAD is not an interactive modeller. Instead it is something like a 3D-compiler that reads in a script file that describes the object and renders the 3D model from this script file. This gives designers full control over the modelling process and enables them to easily change any step in the modelling process or make designes that are defined by configurable parameters. WWW: http://www.openscad.org/ |
2011-08-19T10:54:46+00:00 | graphics/opencsg |
Constructive Solid Geometry rendering library OpenCSG is a library that does image-based CSG rendering using OpenGL. OpenCSG is written in C++ and supports most modern graphics hardware. CSG is short for Constructive Solid Geometry and denotes an approach to model complex 3D-shapes using simpler ones. I.e., two shapes can be combined by taking the union of them, by intersecting them, or by subtracting one shape of the other. The most basic shapes, which are not result of such a CSG operation, are called primitives. Primitives must be solid, i.e., they must have a clearly defined interior and exterior. By construction, a CSG shape is also solid then. Image-based CSG rendering (also z-buffer CSG rendering) is a term that denotes algorithms for rendering CSG shapes without an explicit calculation of the geometric boundary of a CSG shape. Such algorithms use frame-buffer settings of the graphics hardware, e.g., the depth and stencil buffer, to compose CSG shapes. OpenCSG implements a variety of those algorithms, namely the Goldfeather algorithm and the SCS algorithm, both of them in several variants. WWW: http://www.opencsg.org/ |
2011-08-18T07:03:22+00:00 | devel/ruby-langscan |
Program analyzer for source code search engine LangScan is a program analyzer for source code search engine. Main Characteristics: * Use source code-specific information - Function names, string, comments, etc. * Prity-printed source code views * Easy-to-use for both general users and administrators * Support multi-byte characters Supported Languages: * Brainfuck * JavaScript * C * Lua * C++ * Objective Caml * C# * PHP * CSS * Perl * D * Python * Eiffel * Ruby * Emacs Lisp * Scheme * Io * Shell Script * Java * Plain Text WWW: http://gonzui.sourceforge.net/langscan/ |
2011-08-18T06:03:24+00:00 | net/ruby-growl |
Pure-ruby growl notifier A pure-ruby growl notifier. ruby-growl allows you to perform Growl notification via UDP from machines without growl installed (for example, non-OSX machines). What's Growl? Growl is a really cool "global notification system for Mac OS X". See http://growl.info/ See also the Ruby Growl bindings in Growl's subversion repository: http://growl.info/documentation/growl-source-install.php ruby-growl also contains a command-line notification tool named 'growl'. Where possible, it isoption-compatible with growlnotify. (Use --priority instead of -p.) WWW: http://rubyforge.org/projects/ruby-growl/ |
2011-08-17T17:27:48+00:00 | x11-themes/gnome-icons-elementary |
Elementary icon set An original set of vector icons designed to be smooth, sexy, clear, and efficient. WWW: https://github.com/elementary/icons |
2011-08-17T11:11:05+00:00 | devel/p5-MouseX-Foreign |
Extends non-Mouse classes as well as Mouse classes MouseX::Foreign provides an ability for Mouse classes to extend any classes, including non-Mouse classes, including Moose classes. WWW: https://metacpan.org/release/MouseX-Foreign |
2011-08-17T10:49:07+00:00 | devel/p5-Module-Install-XSUtil |
Utility functions for XS modules Module::Install::XSUtil provides a set of utilities to setup distributions which include or depend on XS module. WWW: https://metacpan.org/release/Module-Install-XSUtil |
2011-08-17T04:58:10+00:00 | devel/p5-Any-Moose-Convert |
Convert Moose libraries to Mouse ones, or vice versa Any::Moose::Convert is a tool to convert Moose libraries to Mouse ones, or vice versa. WWW: https://metacpan.org/release/Any-Moose-Convert |
2011-08-17T04:16:21+00:00 | devel/p5-PerlIO-Util |
Selection of general PerlIO utilities PerlIO::Util provides general PerlIO utilities: utility layers and utility methods. Utility layers are a part of PerlIO::Util, but you don't need to say use PerlIO::Util for loading them. They will be automatically loaded. WWW: https://metacpan.org/release/PerlIO-Util |
2011-08-17T03:42:27+00:00 | devel/p5-Data-Validator |
Rule based validator on type constraint system This is yet another validation library, based on Smart::Args but less smart. This is designed for general data validation. For example, it is useful for CSV, JSON, XML, and so on. WWW: https://metacpan.org/release/Data-Validator |
2011-08-17T03:33:12+00:00 | x11-fonts/hanazono-fonts-ttf |
CJK Mincho-typeface developed by Hanazono University Hanazono Mincho typeface is a CJK TrueType font that developed with a support of Grant-in-Aid for Publication of Scientific Research Results from Japan Society for the Promotion of Science and the International Research Institute for Zen Buddhism (IRIZ), Hanazono University. also with volunteers who work together on glyphwiki.org. WWW: http://fonts.jp/hanazono/ |
2011-08-16T15:52:56+00:00 | x11/keybinder |
Library for registering keyboard shortcuts Keybinder is a library for registering global keyboard shortcuts. Keybinder works with GTK-based applications using the X Window System. The port provides the following: - A C library, libkeybinder - Lua bindings, lua-keybinder (off by default) - Example programs in C, Lua, Python, and Vala WWW: https://github.com/engla/keybinder |
2011-08-16T09:00:17+00:00 | devel/p5-B-Hooks-OP-Annotation |
Annotate and delegate hooked OPs B::Hooks::OP::Annotation provides a way for XS code that hijacks OP op_ppaddr functions to delegate to (or restore) the previous functions, whether assigned by perl or by another module. Typically this should be used in conjunction with B::Hooks::OP::Check. WWW: https://metacpan.org/release/B-Hooks-OP-Annotation |
2011-08-15T16:27:30+00:00 | devel/git-subversion |
Distributed source code management tool with FreeBSD subversion bindings GIT is a "directory content manager" designed to handle absolutely massive projects with speed and efficiency, and the release of the 2.6.12 (and later) versions of the Linux kernel as well as more and more other projects switching to it would indicate that it does this task well. GIT falls in the category of distributed source code management tools, similar to e.g. GNU Arch or Monotone (or, in the commercial world, BitKeeper). Every GIT working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access to a central server. This version provides the necessary bindings to interact with a subversion repository. WWW: http://git-scm.org/ |
2011-08-15T16:25:42+00:00 | devel/p5-subversion-freebsd |
Perl bindings for subversion control system with FreeBSD hacks Subversion is a version control system designed to be as similar to cvs(1) as possible, while fixing many outstanding problems with cvs(1). This port adds Perl bindings to Subversion. WWW: http://subversion.tigris.org/ |
2011-08-15T15:36:45+00:00 | graphics/eos-movrec |
Capture short movies with Canon DSLR camera This program writes short movies with your Canon DSLR camera directly to the computer. The camera must have Live View feature to work; supported models include Canon EOS 450D, Canon EOS 1000D, Canon 40D, Canon 50D, Canon 5D Mark II, Canon 1Ds Mark III. The program offers preview, Av, Tv, and WB control. While some newer models provide video recording natively, this program can be useful if your camera does not have this option. Video will be recorded using MJPEG codec, with no sound, roughly at 22 FPS (depends on your hardware: camera and computer). Image size is also camera dependent: 848x560 for 450D; 1024x680 for 40D, 50D, and top models; 768x512 for 1000D. Resulting file is simply a collection of Live View frames stored sequentially without any compression in AVI container (expect file size to be quite large). WWW: https://sourceforge.net/projects/eos-movrec/ |
2011-08-15T01:04:42+00:00 | www/subsonic |
Subsonic streaming media server Subsonic instantly transports your media to any HTTP connected device regardless of bitrate. You can stream to multiple players simultaneously. Subsonic is designed to handle very large music collections. By using transcoder plug-ins, Subsonic supports on-the-fly conversion and streaming of virtually any audio format, including MP3, OGG, WMA, FLAC, APE and more. WWW: http://www.subsonic.org |
2011-08-14T18:01:20+00:00 | devel/hs-monad-par |
Library for parallel programming based on a monad The Par monad offers a simple API for parallel programming. The library works for parallelising both pure and IO computations, although only the pure version is deterministic. The default implementation provides a work-stealing scheduler and supports forking tasks that are much lighter weight than IO-threads. WWW: https://github.com/simonmar/monad-par |
2011-08-14T17:55:09+00:00 | converters/hs-aeson |
Fast JSON parsing and encoding A JSON parsing and encoding library optimized for ease of use and high performance. (A note on naming: in Greek mythology, Aeson was the father of Jason.) WWW: https://github.com/bos/aeson |
2011-08-14T17:52:20+00:00 | devel/hs-unordered-containers |
Efficient hashing-based container types Efficient hashing-based container types. The containers have been optimized for performance critical use, both in terms of large data quantities and high speed. The declared cost of each operation is either worst-case or amortized, but remains valid even if structures are shared. WWW: https://github.com/tibbe/unordered-containers |
2011-08-14T17:49:44+00:00 | devel/hs-blaze-textual |
Fast rendering of common datatypes A library for efficiently rendering Haskell datatypes to bytestrings. WWW: https://github.com/bos/blaze-textual |
2011-08-14T17:46:17+00:00 | textproc/hs-double-conversion |
Fast conversion between double-precision floating-point and text A library that performs fast, accurate conversion between double precision floating point and text. This library is implemented as bindings to the C++ double-conversion library written by Florian Loitsch at Google: http://code.google.com/p/double-conversion/. The Text versions of these functions are about 30 times faster than the default show implementation for the Double type. The ByteString versions are slower than the Text versions; roughly half the speed. (This seems to be due to the cost of allocating ByteString values via malloc.) As a final note, be aware that the bytestring-show package is about 50% slower than simply using show. WWW: https://github.com/bos/double-conversion |
2011-08-14T17:25:57+00:00 | irc/p5-POE-Component-IRC-Plugin-Hailo |
PoCo-IRC plugin for a Hailo conversation simulator A PoCo-IRC plugin which provides access to a Hailo conversation simulator. WWW: https://metacpan.org/release/POE-Component-IRC-Plugin-Hailo |
2011-08-14T16:21:30+00:00 | devel/p5-POE-Component-Hailo |
Non-blocking wrapper around Hailo POE::Component::Hailo is a POE component that provides a non-blocking wrapper around Hailo. It accepts the events listed under "INPUT" and emits the events listed under "OUTPUT". WWW: https://metacpan.org/release/POE-Component-Hailo |
2011-08-14T14:29:14+00:00 | devel/hs-base64-bytestring |
Fast base64 encoding and decoding for ByteStrings Fast base64 encoding and decoding for ByteStrings. WWW: https://github.com/bos/base64-bytestring |
2011-08-14T11:45:37+00:00 | math/hs-pointed |
Pointed and copointed data Pointed and copointed data. WWW: https://github.com/ekmett/pointed |
2011-08-14T11:42:23+00:00 | devel/hs-data-default |
Class for types with a default value A class for types with a default value. WWW: http://hackage.haskell.org/package/data-default |
2011-08-14T11:38:54+00:00 | math/hs-comonad-transformers |
Comonad transformers Comonad transformers. WWW: http://github.com/ekmett/comonad-transformers/ |
2011-08-14T11:36:29+00:00 | math/hs-semigroupoids |
Semigroupoids: Category sans id Provides a wide array of semigroupoids and operations for working with semigroupoids. A Semigroupoid is a Category without the requirement of identity arrows for every object in the category. WWW: https://github.com/ekmett/semigroupoids |
2011-08-14T11:32:23+00:00 | math/hs-distributive |
Distributive functors -- Dual to Traversable Distributive functors -- Dual to Traversable. WWW: https://github.com/ekmett/distributive |
2011-08-14T11:30:05+00:00 | math/hs-contravariant |
Contravariant functors Contravariant functors. WWW: https://github.com/ekmett/contravariant |
2011-08-14T11:27:44+00:00 | math/hs-comonad |
Comonads Comonads. WWW: https://github.com/ekmett/comonad |
2011-08-14T11:22:22+00:00 | math/hs-categories |
Categories Categories. WWW: https://github.com/ekmett/categories |
2011-08-14T11:19:17+00:00 | devel/hs-void |
Haskell 98 logically uninhabited data type A Haskell 98 logically uninhabited data type. Used to indicate that a given term should not exist. WWW: https://github.com/ekmett/void |
2011-08-14T11:16:31+00:00 | math/hs-semigroups |
Anything that associates In mathematics, a semigroup is an algebraic structure consisting of a set together with an associative binary operation. A semigroup generalizes a monoid in that there might not exist an identity element. It also (originally) generalized a group (a monoid with all inverses) to a type where every element did not have to have an inverse, thus the name semigroup. WWW: https://github.com/ekmett/semigroups |
2011-08-14T04:14:19+00:00 | lang/p5-POE-Component-Hailo |
A non-blocking wrapper around Hailo POE::Component::Hailo is a POE component that provides a non-blocking wrapper around Hailo. It accepts the events listed under "INPUT" and emits the events listed under "OUTPUT". WWW: http://search.cpan.org/dist/POE-Component-Hailo/ |
2011-08-14T03:53:54+00:00 | textproc/p5-Hailo |
Pluggable Markov engine analogous to MegaHAL Hailo is a fast and lightweight markov engine intended to replace AI::MegaHAL. Hailso has a Mouse (or Moose) based core with pluggable storage, tokenizer and engine backends. Hailo is similar to MegaHAL in functionality, the main differences (with the default backends) being better scalability, drastically less memory usage, an improved tokenizer, and tidier output. With Hailo, you can create, modify, and query Hailo brains. To use Hailo in event-driven POE applications, you can use the POE::Component::Hailo wrapper. WWW: https://metacpan.org/release/Hailo |
2011-08-14T01:27:45+00:00 | net/hs-simple-sendfile |
Cross-platform library for the sendfile() system call Cross-platform library for the sendfile() system call. This library tries to call minimum system calls which are the bottleneck of web servers. WWW: http://hackage.haskell.org/package/simple-sendfile |
2011-08-13T23:28:56+00:00 | www/hs-snap |
Top-level package for the Snap Web Framework This is the top-level package for the official Snap Framework libraries. It includes: * The Snaplets API * The "snap" executable program for generating starter projects * Snaplets for sessions, authentication, and templates WWW: http://snapframework.com/ |
2011-08-13T23:26:14+00:00 | www/hs-snap-server |
Fast, iteratee-based, epoll-enabled web server for the Snap Framework Snap is a simple and fast web development framework and server written in Haskell. The Snap HTTP server is a high performance, epoll-enabled, iteratee-based web server library written in Haskell. Together with the "snap-core" library upon which it depends, it provides a clean and efficient Haskell programming interface to the HTTP protocol. WWW: http://snapframework.com/ |
2011-08-13T23:18:49+00:00 | devel/hs-hlibev |
FFI interface to libev FFI interface to libev. WWW: https://github.com/aycanirican/hlibev |
2011-08-13T22:32:54+00:00 | textproc/p5-JavaScript-Minifier |
JavaScript whitespace/comment eliminator Strip whitespace and comments from JavaScript code WWW: https://metacpan.org/release/JavaScript-Minifier |
2011-08-13T21:50:10+00:00 | www/hs-snap-core |
Snap: A Haskell Web Framework (core interfaces and types) Snap is a simple and fast web development framework and server written in Haskell. This library contains the core definitions and types for the Snap framework, including: 1. Primitive types and functions for HTTP (requests, responses, cookies, post/query parameters, etc). 2. Type aliases and helper functions for Iteratee I/O. 3. A monad for programming web handlers called "Snap", inspired by happstack's, which allows: - Stateful access to the HTTP request and response objects. - Monadic failure (i.e. MonadPlus/Alternative instances) for declining to handle requests and chaining handlers together. - Early termination of the computation if you know early what you want to return and want to prevent further monadic processing. WWW: http://snapframework.com/ |
2011-08-13T21:07:39+00:00 | devel/hs-murmur-hash |
MurmurHash2 implementation for Haskell Implements MurmurHash2, a good, fast, general-purpose, non-cryptographic hashing function. See <http://murmurhash.googlepages.com/> for details. This implementation is pure Haskell, so it might be a bit slower than a C FFI binding. WWW: https://github.com/nominolo/murmur-hash |
2011-08-13T21:01:57+00:00 | www/hs-heist |
Haskell template system supporting both HTML5 and XML Heist is a powerful template system that supports both HTML5 and XML. Some of Heist's features are: * Designer-friendly HTML5 (or XML) syntax * Templates can be reloaded to make changes visible without recompiling your Haskell code * Enforces near-perfect separation of business logic and view * Powerful abstraction primitives allowing you to eliminate repetition * Easy creation of domain-specific markup languages * Built-in support for including JSON and Markdown content in templates * Simple mechanism for designer-specified template caching * Optional merging of multiple <head> tags defined anywhere in the document WWW: http://snapframework.com/ |
2011-08-13T20:59:10+00:00 | textproc/hs-xmlhtml |
XML parser and renderer with HTML 5 quirks mode Contains renderers and parsers for both XML and HTML 5 document fragments, which share data structures so that it's easy to work with both. Document fragments are bits of documents, which are not constrained by some of the high-level structure rules (in particular, they may contain more than one root element). Note that this is not a compliant HTML 5 parser. Rather, it is a parser for HTML 5 compliant documents. It does not implement the HTML 5 parsing algorithm, and should generally be expected to perform correctly only on documents that you trust to conform to HTML 5. This is not a suitable library for implementing web crawlers or other software that will be exposed to documents from outside sources. The result is also not the HTML 5 node structure, but rather something closer to the physical structure. For example, omitted start tags are not inserted (and so, their corresponding end tags must also be omitted). WWW: http://hackage.haskell.org/package/xmlhtml |
2011-08-13T20:47:35+00:00 | devel/hs-directory-tree |
Simple directory-like tree datatype, with useful IO functions A simple directory-like tree datatype, with useful IO functions and Foldable and Traversable instance. Provides a simple data structure mirroring a directory tree on the filesystem, as well as useful functions for reading and writing file and directory structures in the IO monad. WWW: http://brandon.si/code/directory-tree-module-released/ |
2011-08-13T20:44:40+00:00 | devel/hs-cereal |
Binary serialization library A binary serialization library, similar to binary, that introduces an isolate primitive for parser isolation, and labeled blocks for better error messages. WWW: http://hackage.haskell.org/package/cereal |
2011-08-13T20:36:01+00:00 | devel/hs-hashable |
Class for types that can be converted to a hash value This package defines a class, 'Hashable', for types that can be converted to a hash value. This class exists for the benefit of hashing-based data structures. The package provides instances for basic types and a way to combine hash values. WWW: https://github.com/tibbe/hashable |
2011-08-13T20:33:23+00:00 | devel/hs-bytestring-nums |
Parse numeric literals from ByteStrings Parse numeric literals from ByteStrings. WWW: https://github.com/solidsnack/bytestring-nums |
2011-08-13T19:41:48+00:00 | textproc/hs-blaze-html |
Blazingly fast HTML combinator library for Haskell A blazingly fast HTML combinator library for the Haskell programming language. WWW: http://jaspervdj.be/blaze |
2011-08-13T19:37:58+00:00 | textproc/hs-attoparsec-text |
Fast combinator parsing for texts A fast parser combinator library, aimed particularly at dealing efficiently with network protocols and complicated text/binary file formats. This library is basically a translation of the original attoparsec library to use text instead of bytestrings. WWW: http://patch-tag.com/r/felipe/attoparsec-text/home |
2011-08-13T19:35:15+00:00 | textproc/hs-attoparsec-enumerator |
Pass input from an enumerator to an Attoparsec parser This library allows an Attoparsec parser to receive input incrementally from an enumerator. This could be used for parsing large files, or implementing binary network protocols. WWW: https://john-millikin.com/software/attoparsec-enumerator/ |
2011-08-13T18:42:01+00:00 | textproc/hs-attoparsec |
Fast combinator parsing for bytestrings and text A fast parser combinator library, aimed particularly at dealing efficiently with network protocols and complicated text/binary file formats. WWW: https://github.com/bos/attoparsec |
2011-08-13T18:36:10+00:00 | devel/hs-PSQueue |
Priority Search Queue A priority search queue efficiently supports the opperations of both a search tree and a priority queue. A 'Binding' is a product of a key and a priority. Bindings can be inserted, deleted, modified and queried in logarithmic time, and the binding with the least priority can be retrieved in constant time. A queue can be built from a list of bindings, sorted by keys, in linear time. WWW: http://hackage.haskell.org/package/PSQueue |
2011-08-13T18:08:39+00:00 | devel/hs-MonadCatchIO-transformers |
Monad-transformer-compatible version of Control.Exception Provides functions to throw and catch exceptions. Unlike the functions from Control.Exception, which work in IO, these work in any stack of monad transformers (from the 'transformers' package) with IO as the base monad. You can extend this functionality to other monads, by creating an instance of the MonadCatchIO class. WWW: http://hackage.haskell.org/package/MonadCatchIO-transformers |
2011-08-13T17:29:20+00:00 | net-mgmt/nagios-check_tftp |
Nagios plugin to check TFTP servers Nagios plugin for checking tftp servers. This plugin can retrieve a file and compare the size with a given value. WWW: http://mathias-kettner.de/download/check_tftp |
2011-08-13T17:05:46+00:00 | devel/p5-MooseX-Types-LoadableClass |
ClassName type constraint with coercion to load the class MooseX::Types::LoadableClass - ClassName type constraint with coercion to load the class. WWW: https://metacpan.org/pod/MooseX::Types::LoadableClass |
2011-08-13T14:28:34+00:00 | sysutils/mcollective |
Modern scalable datacenter orchestration framework The Marionette Collective A modern scalable datacenter orchestration framework WWW: http://docs.puppetlabs.com/mcollective/ |
2011-08-13T13:14:29+00:00 | print/p5-Font-FreeType |
Perl extension to read font files and render glyphs using FreeType2 This module allows Perl programs to conveniently read information from font files. All the font access is done through the FreeType2 library, which supports many formats. It can render images of characters with high-quality hinting and antialiasing, extract metrics information, and extract the outlines of characters in scalable formats like TrueType. WWW: https://metacpan.org/release/Font-FreeType |
2011-08-12T16:11:39+00:00 | textproc/p5-Spreadsheet-XLSX |
Perl extension for reading MS Excel 2007 files This Perl module is a emulation of Spreadsheet::ParseExcel for Excel 2007 (.xlsx) file format. It supports styles and many of Excel's quirks, but not all. It populates the classes from Spreadsheet::ParseExcel for interoperability; including Workbook, Worksheet, and Cell. WWW: https://metacpan.org/release/Spreadsheet-XLSX |
2011-08-12T13:23:14+00:00 | devel/cdash |
Web-based software testing server CDash is an open source, web-based software testing server. CDash aggregates, analyzes and displays the results of software testing processes submitted from clients located around the world. Developers depend on CDash to convey the state of a software system, and to continually improve its quality. CDash is a part of a larger software process that integrates Kitware's CMake, CTest, and CPack tools, as well as other external packages used to design, manage and maintain large-scale software systems. WWW: https://www.cdash.org/ |
2011-08-11T11:53:41+00:00 | databases/godis |
Redis client library written in Go Redis client for Go. It supports all Redis commands and common features such as pipelines and pubsub. WWW: https://github.com/simonz05/godis |
2011-08-11T10:56:12+00:00 | devel/p5-File-ShareDir-PathClass |
File::ShareDir returning Path::Class objects File::ShareDir::PathClass is just a wrapper around File::ShareDir functions, transforming their return value to Path::Class objects. This allows for easier usage of the value. WWW: https://metacpan.org/release/File-ShareDir-PathClass |
2011-08-10T16:40:41+00:00 | devel/rubygem-sprockets |
Rack-based asset packaging system Sprockets is a Ruby library for compiling and serving web assets. It features declarative dependency management for JavaScript and CSS assets, as well as a powerful preprocessor pipeline that allows you to write assets in languages like CoffeeScript, Sass and SCSS. WWW: https://github.com/rails/sprockets |
2011-08-10T12:31:09+00:00 | textproc/p5-HTML-Entities-Interpolate |
Call HTML::Entities::encode_entities, via a hash, within a string HTML::Entities::Interpolate is a pure Perl module to call HTML::Entities::encode_entities, via a hash, within a string. WWW: https://metacpan.org/release/HTML-Entities-Interpolate |
2011-08-10T12:27:36+00:00 | devel/p5-Tie-Function |
Wrap functions in tied hash sugar Tie::Function simplifies wrapping functions in tied hash syntax so they can be interpolated in double-quoted literals without messy intermediate variables. WWW: https://metacpan.org/release/Tie-Function |
2011-08-10T12:24:48+00:00 | devel/p5-Hash-FieldHash |
Lightweight field hash implementation Hash::FieldHash provides the field hash mechanism which supports the inside-out technique. You may know Hash::Util::FieldHash. It's a very useful module, but too complex to understand all the functions and only available in 5.10. H::U::F::Compat is available for pre-5.10, but it seems too slow to use. This is an alternative to H::U::F with following features: Simpler interface - Hash::FieldHash provides a few functions: fieldhash() and fieldhashes(). That's enough. Higher performance - Hash::FieldHash is faster than Hash::Util::FieldHash, because its internals use simpler structures. Relic support - Although Hash::FieldHash uses a new feature introduced in Perl 5.10, the uvar magic for hashes described in "GUTS" in Hash::Util::Fieldhash, it supports Perl 5.8 using the traditional tie-hash layer. WWW: https://metacpan.org/release/Hash-FieldHash |
2011-08-10T12:13:56+00:00 | devel/p5-Test-LeakTrace |
Traces memory leaks Test::LeakTrace provides several functions that trace memory leaks. This module scans arenas, the memory allocation system, so it can detect any leaked SVs in given blocks. Leaked SVs are SVs which are not released after the end of the scope they have been created. These SVs include global variables and internal caches. For example, if you call a method in a tracing block, perl might prepare a cache for the method. Thus, to trace true leaks, no_leaks_ok() and leaks_cmp_ok() executes a block more than once. WWW: https://metacpan.org/release/Test-LeakTrace |
2011-08-10T12:07:36+00:00 | devel/p5-Data-Section-Simple |
Read data from __DATA__ Data::Section::Simple is a simple module to extract data drom __DATA__ section of the file. WWW: https://metacpan.org/release/Data-Section-Simple |
2011-08-09T19:27:36+00:00 | korean/hunspell |
Korean hunspell dictionaries Korean hunspell dictionaries WWW: https://spellcheck-ko.github.io |
2011-08-09T13:48:34+00:00 | textproc/ack |
Grep-like text finder for large trees of text ack is a grep-like program with optimizations for searching through large trees of source code. Key improvements include: * Defaults to only searching program source code * Defaults to recursively searching directories * Ignores blib directories. * Ignores source code control directories, like CVS, .svn and _darcs. * Uses Perl regular expressions * Highlights matched text WWW: http://beyondgrep.com/ |
2011-08-09T13:34:21+00:00 | misc/p5-Bot-Training-StarCraft |
Provide starcraft.trn via Bot::Training Provides starcraft.trn training data for Bot::Training. WWW: https://metacpan.org/release/Bot-Training-StarCraft |
2011-08-09T12:11:31+00:00 | devel/py-zope.i18n |
Zope Internationalization Support zope.i18n implements several APIs related to internationalization and localization: * Locale objects for all locales maintained by the ICU project. * Gettext-based message catalogs for message strings. * Locale discovery for Web-based requests. WWW: https://pypi.org/project/zope.i18n/ |
2011-08-09T09:46:09+00:00 | databases/p5-BSON |
Pure Perl implementation of MongoDB BSON serialization This module implements BSON serialization and deserialization as described at http://bsonspec.org. BSON is the primary data representation for MongoDB. WWW: https://metacpan.org/release/BSON |
2011-08-08T22:37:15+00:00 | korean/ibus-hangul |
Hangul input engine for IBus IBus-Hangul is an input method (IM) for Korean language, based on IBus. WWW: https://github.com/libhangul/ibus-hangul/wiki |
2011-08-08T20:11:36+00:00 | devel/py-msgpack |
MessagePack (de)serializer for Python MessagePack is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON. But it's faster and smaller. Small integers are encoded into a single byte, and typical short strings require only one extra byte in addition to the strings themselves. WWW: https://msgpack.org/ WWW: https://github.com/msgpack/msgpack-python |
2011-08-08T20:07:22+00:00 | sysutils/pprotectd |
Daemon that protects processes from killing when memory is exhausted pprotectd this is a self protected daemon which protect processes from killing by the kernel when memory is exhausted. The P_PROTECTED flag protects processes from killing by the kernel when memory is exhausted. This may be useful for protection many critical daemons, such as cron, syslogd, inetd, sshd or mysqld. WWW: http://www.zonov.org/ |
2011-08-08T19:20:09+00:00 | devel/py-pytest |
Simple powerful testing with Python The pytest testing tool makes it easy to write small tests, yet scales to support complex functional testing. Features: * Detailed info on failing assert statements * Auto-discovery of test modules and functions * Modular fixtures to manage small or parametrized long-lived test resources * Can run unittest (or trial), nose test suites out of the box * Rich plugin architecture, with over 315+ external plugins WWW: https://docs.pytest.org/en/latest/ |
2011-08-08T17:30:38+00:00 | korean/unfonts-extra |
|
2011-08-08T17:30:38+00:00 | korean/unfonts-core |
GPL'd Korean TrueType Fonts by UN Koaunghi (${FONTCAT}) Un-series fonts (GPL'd) are made by UN Koaunghi (who painstakingly scanned, converted to outlines and hand-hinted them all) and PARK Won-Kyu. They're originally made as PS fonts to use with Korean TeX/LaTeX/OmegaLambda (HLaTeX [1]) by UN Koaunghi in the late 1990's. Recently, PARK Won-kyu converted them to truetype fonts and added GSUB tables to one of them (UnBatang) for the full support of Korean script with Korean letters (Hangul Jamos : U+1100). WWW: http://kldp.net/projects/unfonts/ |
2011-08-08T13:29:34+00:00 | devel/libunistring |
Unicode string library GNU LIBUNISTRING - Unicode string library This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard. WWW: https://www.gnu.org/software/libunistring/ |
2011-08-08T10:01:19+00:00 | devel/rubygem-getopt-declare |
Declaratively Expressed Command-Line Arguments via Regular Expressions Getopt::Declare is yet another command-line argument parser, one which is specifically designed to be powerful but exceptionally easy to use. It supports many options not supported by optparser or getoptlong as well as it has a simpler syntax. WWW: http://www.rubyforge.org/projects/getoptdeclare/ |
2011-08-07T12:37:02+00:00 | multimedia/gcap |
Command line tool for downloading Youtube closed captions gcap is a command line tool for downloading Youtube closed captions. WWW: http://code.google.com/p/gcap/ |
2011-08-07T09:46:45+00:00 | graphics/py-actdiag |
Simple activity-diagram image generator `actdiag` generate activity-diagram image file from spec-text file. Features * Generate activity-diagram from dot like text (basic feature). * Multilingualization for node-label (utf-8 only). WWW: http://blockdiag.com/en/actdiag/ |
2011-08-07T06:02:49+00:00 | graphics/py-nwdiag |
Simple network-diagram image generator `nwdiag` generate network-diagram image file from spec-text file. Features * Generate network-diagram from dot like text (basic feature). * Multilingualization for node-label (utf-8 only). WWW: http://blockdiag.com/en/nwdiag/ |
2011-08-07T05:58:44+00:00 | graphics/py-seqdiag |
Simple sequence-diagram image generator `seqdiag` generate sequence-diagram image file from spec-text file. Features * Generate sequence-diagram from dot like text (basic feature). * Multilingualization for node-label (utf-8 only). WWW: http://blockdiag.com/en/seqdiag/ |
2011-08-07T02:20:26+00:00 | textproc/codespell |
Source code spelling checker Codespell fixes common misspellings in text files. It's designed primarily for checking misspelled words in source code, but it can be used with other files as well. WWW: https://github.com/codespell-project/codespell |
2011-08-06T17:05:18+00:00 | net/rubygem-amqp-utils |
Command-line utilities to work with AMQP-compliant queues Command-line utilities for interacting with AMQP-compliant queues. The intention is provide simple management tools that can be used to complete ad hoc housework on an AMQP queue. In addition, simple scripts can be layered over the tools when needed. WWW: https://github.com/dougbarth/amqp-utils |
2011-08-06T11:57:02+00:00 | textproc/uim-gtk3 |
GTK+ 3.x modules of uim input method GTK+ 3.x modules of uim input method. WWW: https://github.com/uim/uim |
2011-08-06T09:21:14+00:00 | www/p5-Plack-Handler-CLI |
Perl extension for command line interface to PSGI applications Plack::Handler::CLI is a PSGI handler which provides a command line interface for PSGI applications. WWW: https://metacpan.org/release/Plack-Handler-CLI |
2011-08-06T08:06:58+00:00 | archivers/rubygem-archive-zip |
Provides interface to working with ZIP archives The Archive::Zip library intends to provide a simple, yet complete and Ruby-esque, interface to working with ZIP archives. Basic archive creation and extraction can be handled using only a few methods. More complex operations involving the manipulation of existing archives in place (adding, removing, and modifying entries) are also possible with a little more work. Even adding advanced features such as new compression codecs are supported with a moderate amount of effort. WWW: https://github.com/javanthropus/archive-zip |
2011-08-06T08:01:59+00:00 | devel/rubygem-io-like |
Interface of IO objects to classes providing a few simple methods The IO::Like module provides all of the methods of typical IO implementations such as File; most importantly the read, write, and seek series of methods. A class which includes IO::Like needs to provide only a few methods in order to enable the higher level methods. Buffering is automatically provided by default for the methods which normally provide it in IO. WWW: https://rubygems.org/gems/io-like |
2011-08-05T21:40:44+00:00 | korean/nanumcoding-ttf |
NanumGothic Coding Hangul font (TrueType) NanumGothic Coding font family is free Hangul fonts developed by NHN Corporation and distributed under SIL Open Font License (OFL). This font was specifically designed for Hangul terminals. WWW: http://dev.naver.com/projects/nanumfont |
2011-08-05T20:48:19+00:00 | korean/nanumfonts-ttf |
|
2011-08-05T20:48:19+00:00 | korean/nanumfonts-otf |
Nanum family Hangul fonts (${FONTFORMAT}) Nanum font family is free Hangul fonts developed by NHN Corporation and distributed under SIL Open Font License (OFL). WWW: http://hangeul.naver.com/ |
2011-08-05T20:16:27+00:00 | multimedia/vdr-plugin-sleeptimer |
Video Disk Recorder - sleep timer plugin http://www.linuxtv.org/vdrwiki/index.php/Sleeptimer-plugin Shutdown vdr, mute or execute a custom command after a configurable timespan. User keys and keymacros.conf are supported. WWW: https://projects.vdr-developer.org/projects/plg-sleeptimer |
2011-08-05T18:24:04+00:00 | devel/p5-Date-Business |
Fast calendar and business date calculations Date::Business provides the functionality to perform simple date manipulations quickly. Support for calendar date and business date math is provided. Business dates are weekdays only. Adding 1 to a weekend returns Monday, subtracting 1 returns Friday. The difference in business days between Friday and the following Monday (using the diffb function) is one business day. The number of business days between Friday and the following Monday (using the betweenb function) is zero. |
2011-08-05T14:10:42+00:00 | graphics/py-blockdiag |
Simple block-diagram image generator `blockdiag` generate block-diagram image file from spec-text file. Features * Generate block-diagram from dot like text (basic feature). * Multilingualization for node-label (utf-8 only). WWW: http://blockdiag.com/en/blockdiag/ |
2011-08-05T14:07:25+00:00 | graphics/py-webcolors |
Library working with the sRGB color space as used in the HTML and CSS webcolors is a Python (2.7, 3.4+) module for working with HTML/CSS color definitions. Support is included for normalizing and converting between the following formats (RGB colorspace only; conversion to/from HSL can be handled by the colorsys module in the Python standard library): * Specification-defined color names * Six-digit hexadecimal * Three-digit hexadecimal * Integer rgb() triplet * Percentage rgb() triplet WWW: https://github.com/ubernostrum/webcolors |
2011-08-05T14:03:53+00:00 | devel/py-funcparserlib |
Recursive descent parsing library based on functional combinators Parser combinators are just higher-order functions that take parsers as their arguments and return them as result values. Parser combinators are: * First-class values * Extremely composable * Tend to make the code quite compact * Resemble the readable notation of xBNF grammars Parsers made with funcparserlib are pure-Python LL(*) parsers. It means that it's very easy to write them without thinking about look-aheads and all that hardcore parsing stuff. But the recursive descent parsing is a rather slow method compared to LL(k) or LR(k) algorithms. So the primary domain for funcparserlib is parsing little languages or external DSLs (domain specific languages). The library itself is very small. Its source code is only 0.5 KLOC, with lots of comments included. It features the longest parsed prefix error reporting, as well as a tiny lexer generator for token position tracking. WWW: http://code.google.com/p/funcparserlib/ |
2011-08-02T00:54:33+00:00 | deskutils/rednotebook |
Modern journal written in Python RedNotebook is a modern journal written by python. It includes a calendar navigation, customizable templates, export functionality and word clouds. You can also format, tag and search your entries. WWW: http://rednotebook.sourceforge.net/ |
2011-08-01T23:43:20+00:00 | www/seamonkey-i18n |
Localized interface for SeaMonkey Language packs for SeaMonkey WWW: http://www.seamonkey-project.org/releases/#langpacks |
2011-08-01T22:05:35+00:00 | audio/musescore |
Free music composition & notation software MuseScore is a free cross-platform WYSIWYG music notation program that offers a cost-effective alternative to commercial programs such as Sibelius and Finale. You can print beautifully engraved sheet music or save it as PDF or MIDI file. Some highlights: * WYSIWYG, notes are entered on a "virtual note sheet" * Unlimited number of staves * Up to four voices per staff * Easy and fast note entry with your keyboard, mouse, or MIDI keyboard * Integrated sequencer and FluidSynth software synthesizer * Import and export of MusicXML and Standard MIDI Files * Available for Windows, Mac and Linux * Translated in 43 languages * GNU GPL licensed WWW: https://musescore.org/ |
2011-08-01T16:29:59+00:00 | databases/rubygem-dm-chunked_query |
Allows performing chunked queries Allows performing chunked queries on DataMapper Models or Collections. WWW: https://github.com/postmodern/dm-chunked_query |
2011-08-01T15:41:41+00:00 | textproc/rubygem-coderay |
Fast and easy syntax highlighting for selected languages CodeRay is a Ruby library for syntax highlighting. Syntax highlighting means: You put your code in, and you get it back colored; Keywords, strings, floats, comments - all in different colors. And with line numbers. Syntax Highlighting... * makes code easier to read and maintain * lets you detect syntax errors faster * helps you to understand the syntax of a language * looks nice * is what everybody should have on their website * solves all your problems and makes the girls run after you WWW: http://coderay.rubychan.de/ |
2011-08-01T13:43:49+00:00 | www/hs-hS3 |
Interface to Amazon's Simple Storage Service (S3) This is the Haskell S3 library. It provides an interface to Amazon's Simple Storage Service (S3), allowing Haskell developers to reliably store and retrieve arbitrary amounts of data from anywhere on the Internet. WWW: http://gregheartsfield.com/hS3/ |
2011-08-01T13:38:44+00:00 | security/hs-Crypto |
Collects together existing Haskell cryptographic functions DES, Blowfish, AES, TEA, SHA1, MD5, RSA, BubbleBabble, Hexdump, Support for Word128, Word192 and Word256 and Beyond, PKCS5 Padding, Various Encryption Modes e.g. Cipher Block Chaining all in one package, with HUnit and QuickCheck tests, and examples. WWW: http://hackage.haskell.org/package/Crypto |
2011-08-01T06:00:16+00:00 | print/latex-nomencl |
LaTeX package to generate a nomenclature using MakeIndex The nomenclature package can be used to generate and format a nomenclature using MakeIndex. |
2011-08-01T03:04:25+00:00 | x11-fm/ultracopier |
Advanced file copier Ultracopier is an advanced file copier with copy list management. WWW: https://ultracopier.first-world.info/ |
2011-07-31T14:11:28+00:00 | textproc/rubygem-heredoc_unindent |
Removes common margin from indented strings This gem removes common margin from indented strings, such as the ones produced by indented heredocs. In other words, it strips out leading whitespace chars at the beggining of each line, but only as much as the line with the smallest margin. WWW: https://github.com/adrianomitre/heredoc_unindent |
2011-07-31T14:06:15+00:00 | devel/rubygem-clio |
Make easier commandline parsing and console output Clio is a great way to build commandline tools. It provides an advanced options parser with a variety of notations suited to almost any perfered style, and provides a very rich and easy to use library for generating console output. WWW: https://rubygems.org/gems/clio |
2011-07-31T13:26:05+00:00 | databases/rubygem-rubyrep |
Multi-master replication and sync for MySQL and PostgreSQL Mission: Development of an open-source solution for asynchronous, master-master replication of relational databases that is - ridiculously easy to use - database independent Currently supports PostgreSQL and MySQL. WWW: http://www.rubyrep.org/ |
2011-07-31T04:43:00+00:00 | security/rubygem-twitter_oauth |
Twitter OAuth REST API client library for Ruby twitter_oauth is a Ruby client for the Twitter API using OAuth. WWW: https://github.com/moomerman/twitter_oauth |
2011-07-30T19:19:16+00:00 | devel/rubygem-app_config |
Ruby gem for storing application configuration An easy to use, customizable library to easily store and retrieve application (or library) configuration in key/value pairs. WWW: http://oshuma.github.io/app_config/ |
2011-07-30T16:13:04+00:00 | textproc/ruby-hikidoc |
A text-to-HTML conversion tool for web writers 'HikiDoc' is a text-to-HTML conversion tool for web writers. HikiDoc allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid HTML (or XHTML). WWW: http://rubyforge.org/projects/hikidoc/ |
2011-07-30T09:20:22+00:00 | graphics/gtk-update-icon-cache |
Gtk-update-icon-cache utility from the Gtk+ toolkit gtk-update-icon-cache util from the Gtk+ toolkits. WWW: https://www.gtk.org/ |
2011-07-30T09:20:22+00:00 | devel/gsettings-desktop-schemas |
Collection of globally shared GSetting schemas The schemas shipped here are based on the GConf schemas from libgnome and gnome-vfs. |
2011-07-30T07:19:11+00:00 | www/p5-Dancer-Plugin-ValidationClass |
Perl extension for centralized input validation for Dancer This plugin provides a convenient wrapper around the Validation::Class module for easy, reusable data validation for your Dancer applications. You don't even need to configure it unless your environment isn't a typical one. WWW: https://metacpan.org/release/AWNCORP/Dancer-Plugin-ValidationClass-0.120490 |
2011-07-29T22:16:45+00:00 | devel/gitolite2 |
Access control layer on top of git Gitolite is an access control layer on top of git, which allows access control down to the branch level, including specifying who can and cannot rewind a given branch. Gitolite lets you use a single user on a server to host many git repositories and provide access to many developers, without having to give them real userids on or shell access to the server. Authentication is most commonly done using sshd, but you can also use httpd if you prefer. Gitolite can restrict who can read from (clone/fetch) or write to (push) a repository. It can also restrict who can push to what branch or tag, which is very important in a corporate environment. WWW: https://github.com/sitaramc/gitolite/tree/g2 |
2011-07-29T22:16:45+00:00 | devel/gitolite |
Access control layer on top of git Gitolite is an access control layer on top of git, which allows access control down to the branch level, including specifying who can and cannot rewind a given branch. Gitolite lets you use a single user on a server to host many git repositories and provide access to many developers, without having to give them real userids on or shell access to the server. Authentication is most commonly done using sshd, but you can also use httpd if you prefer. Gitolite can restrict who can read from (clone/fetch) or write to (push) a repository. It can also restrict who can push to what branch or tag, which is very important in a corporate environment. WWW: https://github.com/sitaramc/gitolite |
2011-07-29T18:23:07+00:00 | x11-fonts/cantarell-fonts |
Cantarell, a Humanist sans-serif font family Dave Crossland's Cantarell is a contemporary Humanist sans serif that fully support the following writing systems: Basic Latin, Western European, Catalan, Baltic, Turkish, Central European, Dutch and Afrikaans. WWW: https://wiki.gnome.org/Projects/CantarellFonts |
2011-07-29T14:23:59+00:00 | math/coinmp |
Optimization library with support for COIN-OR CLP, CBC, and CGL CoinMP is a C-API interface library that supports most of the functionality of the CLP (Coin LP), CBC (Coin Branch-and-Cut), and CGL (Cut Generation Library) projects. When compiled for Unix it generates a CoinMP.so library that can be similarly used in other Unix C/C++ projects. WWW: https://projects.coin-or.org/CoinMP |
2011-07-28T07:10:28+00:00 | misc/p5-Bot-Training-MegaHAL |
Provide megahal.trn via Bot::Training Provides megahal.trn training data for Bot::Training WWW: https://metacpan.org/release/Bot-Training-MegaHAL |
2011-07-28T04:28:30+00:00 | math/libR |
The static libR library from R This is the static libR library from R -- a language and environment for statistical computing and graphics. See ports/math/R. WWW: http://www.R-project.org/ |
2011-07-27T19:32:10+00:00 | sysutils/fusefs-rar2fs |
Mount RAR archives as file system rar2fs is a FUSE based file system that can mount a source RAR archive/volume or a directory containing any number of RAR archives and access (read only) the contents as plain files/directories. Other files located in the source directory are handled transparently. Both compressed and non-compressed archives/volumes are supported but full media seek support (aka. indexing) is only available for non-compressed plaintext archives. WWW: https://hasse69.github.io/rar2fs/ |
2011-07-27T15:15:25+00:00 | irc/inspircd12 |
A modular C++ IRC daemon InspIRCd is a highly modular C++ IRC daemon. It supports most features of other IRC daemons, and supports FreeBSD kqueue() for connection management. WWW: http://www.inspircd.org/ |
2011-07-27T13:48:51+00:00 | x11/florence |
Extensible scalable virtual keyboard Florence is an extensible scalable virtual keyboard for GNOME. You need it if you can't use a real keyboard either because of a handicap, disease, broken keyboard or tablet PC but you can use a pointing device. If you can't use a pointing device, there is gok: http://www.gok.ca/ Florence stays out of your way when you don't need it. It appears on the screen only when you need it. There is an auto-click functionality To help people having difficulties to use the click button. WWW: http://florence.sourceforge.net/ |
2011-07-27T07:19:16+00:00 | devel/p5-Validation-Class |
Perl extension for centralized input validation for any application Validation::Class is a different approach to data validation, it attempts to simplify and centralize data validation rules to ensure DRY (don't repeat yourself) code. The primary intent of this module is to provide a simplistic validation work-flow and promote code (validation) reuse. WWW: https://metacpan.org/release/Validation-Class |
2011-07-26T16:26:06+00:00 | devel/msp430mcu |
Header files for TI's msp430 MCUs cross-development Header files for TI's msp430 MCUs cross-development This port installs msp430mcu - platform header files and linking scripts for msp430-gcc and msp430-binutil. MSP430 site: http://www.ti.com/msp430/ WWW: http://mspgcc.sourceforge.net/ |
2011-07-26T11:34:04+00:00 | security/p11-kit |
Library for loading and enumerating of PKCS\#11 modules Provides a way to load and enumerate PKCS#11 modules. Provides a standard configuration setup for installing PKCS#11 modules in such a way that they're discoverable. Also solves problems with coordinating the use of PKCS#11 by different components or libraries living in the same process. WWW: http://p11-glue.freedesktop.org/p11-kit.html |
2011-07-26T03:03:46+00:00 | multimedia/py-periscope |
Subtitles searching module periscope is a subtitles searching module written in python that tries to find a correct match for a given video file. The goal behind periscope is that it will only return only correct subtitles so that you can simply relax and enjoy your video without having to double-check that the subtitles match your video before watching it. This is done by using as much info as available from your file and on the websites. Some websites allow you to use hash of the files, the size/length of the video or the exact file name. As a python module, periscope should be easily integrated in many projects that allow plugins to be written in python. The fact that the plugin is shared between all the applications means that separate application and their plugin (file browser, video player, media center application, ...) don't have to maintain the code to search, parse and download subtitles and the user preference about languages. The subtitles websites are handled as plugins. WWW: https://code.google.com/archive/p/periscope/ |
2011-07-25T02:57:47+00:00 | multimedia/py-tvnamer |
Automatically names downloaded/recorded TV-episode Automatically names downloaded/recorded TV-episodes, by parsing filenames and retrieving show-names from www.thetvdb.com WWW: https://pypi.org/project/tvnamer/ |
2011-07-25T02:56:02+00:00 | www/py-tvdb_api |
API interface to TheTVDB.com An easy to use API interface to TheTVDB.com. WWW: https://pypi.org/project/tvdb_api/ |
2011-07-25T01:48:37+00:00 | net/dropbox-api-command |
Dropbox API wrapper command dropbox-api is a command line interface to access Dropbox API. It includes the following commands: - ls - find - du - sync - cp - mv - rm - mkdir - get - put WWW: https://metacpan.org/pod/App::dropboxapi |
2011-07-25T01:44:59+00:00 | textproc/artha |
Free cross-platform English thesaurus Artha is a free cross-platform English thesaurus that works completely off-line and is based on WordNet. Stable releases for download are currently available for GNU/Linux and Microsoft Windows; it is tested on major Desktop Environments like GNOME, KDE, Xfce, etc and on Microsoft Windows XP, Vista and 7. Artha is released under the GNU General Public Licence version 2; hence you are free to copy/redistribute it. WWW: http://artha.sourceforge.net/wiki/index.php/Home |
2011-07-24T13:52:32+00:00 | misc/p5-Bot-Training |
Plain text training material for bots like Hailo and MegaHAL Markov bots like Hailo and AI::MegaHAL are fun. But to get them working you either need to train them on existing training material or make your own. Bot::Training provides a pluggable way to install already existing training files via the CPAN. Bot::Training also comes with a command-line interface called bot-training. WWW: https://metacpan.org/release/Bot-Training |
2011-07-23T09:29:41+00:00 | textproc/p5-HTML-Packer |
Another HTML code cleaner HTML::Packer is another HTML code cleaner. WWW: https://metacpan.org/release/HTML-Packer |
2011-07-23T09:26:07+00:00 | textproc/p5-JavaScript-Packer |
Perl version of Dean Edwards' Packer.js JavaScript::Packer, a JavaScript compressor, is an adaptation of Dean Edwards' Packer.js. Additional information: http://dean.edwards.name/packer/ WWW: https://metacpan.org/release/JavaScript-Packer |
2011-07-23T09:24:28+00:00 | textproc/p5-CSS-Packer |
Another CSS minifier CSS::Packer is another CSS minifier. WWW: https://metacpan.org/release/CSS-Packer https://github.com/nevesenin/css-packer-perl |
2011-07-23T09:22:36+00:00 | devel/p5-Regexp-RegGrp |
Groups a regular expressions collection Regexp::RegGrp is a Perl modele to group regular expressions to one regular expression. WWW: https://metacpan.org/release/Regexp-RegGrp |
2011-07-22T22:51:05+00:00 | devel/mdds |
Multi-dimensional data index algorithm Multi-Dimensional Data Structure (mdds) is a collection of multi-dimensional data structure and indexing algorithm. WWW: https://gitlab.com/mdds/mdds |
2011-07-22T17:07:28+00:00 | databases/py-pymysql |
Pure Python MySQL Driver This pure Python MySQL client provides a DB-API to a MySQL database by talking directly to the server via the binary client/server protocol. WWW: https://github.com/PyMySQL/PyMySQL |
2011-07-22T11:35:39+00:00 | devel/p5-Term-Sk |
Display a progress indicator on a terminal Term::Sk is a class to implement a progress indicator ("Sk" is a short form for "Show Key"). This is used to provide immediate feedback for long running processes. WWW: https://metacpan.org/module/Term::Sk |
2011-07-22T10:32:41+00:00 | databases/redis-scripting |
A persistent key-value database with net interface and scripting Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. In order to achieve its outstanding performance, Redis works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. Redis also supports trivial-to-setup master-slave replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth. WWW: http://redis.io/ |
2011-07-21T16:55:07+00:00 | net-mgmt/zenoss |
Application, server, and network management platform An open source application, server and network management platform based on the Zope application server. WWW: http://zenoss.com/ |
2011-07-21T14:34:36+00:00 | textproc/sv-mythes |
Swedish thesaurus Swedish thesaurus |
2011-07-21T14:34:36+00:00 | textproc/sk-mythes |
Slovak thesaurus Slovak thesaurus WWW: http://www.sk-spell.sk.cx/thesaurus/ |
2011-07-21T14:33:07+00:00 | ukrainian/mythes |
Ukrainian thesaurus Ukrainian thesaurus WWW: http://code.google.com/p/spell-uk |
2011-07-21T14:33:07+00:00 | textproc/sl-mythes |
Slovenian thesaurus Slovenian thesaurus WWW: http://www.tezaver.si/ |
2011-07-21T14:33:07+00:00 | textproc/ro-mythes |
Romanian thesaurus Romanian thesaurus WWW: http://rospell.sourceforge.net/ |
2011-07-21T14:33:07+00:00 | textproc/nl-mythes |
Dutch thesaurus Dutch thesaurus WWW: http://data.opentaal.org/opentaalbank/thesaurus/ |
2011-07-21T14:33:07+00:00 | textproc/it-mythes |
Italian thesaurus Italian thesaurus WWW: http://linguistico.sourceforge.net/pages/thesaurus_italiano.html |
2011-07-21T14:33:07+00:00 | textproc/es-mythes |
Spanish thesaurus Spanish thesaurus WWW: http://openoffice-es.sourceforge.net/thesaurus/ |
2011-07-21T14:33:07+00:00 | textproc/en-mythes |
English thesaurus English thesaurus |
2011-07-21T14:33:07+00:00 | textproc/cs-mythes |
Czech thesaurus Czech thesaurus |
2011-07-21T14:33:07+00:00 | textproc/bg-mythes |
Bulgarian thesaurus Bulgarian thesaurus WWW: http://bgoffice.sourceforge.net |
2011-07-21T14:33:07+00:00 | russian/mythes |
Russian thesaurus Russian thesaurus |
2011-07-21T14:33:07+00:00 | portuguese/mythes |
Portuguese thesaurus Portuguese thesaurus WWW: http://openthesaurus.caixamagica.pt/ |
2011-07-21T14:33:07+00:00 | polish/mythes |
Polish thesaurus Polish thesaurus WWW: http://synonimy.ux.pl/ |
2011-07-21T14:33:07+00:00 | hungarian/mythes |
Hungarian thesaurus Hungarian thesaurus |
2011-07-21T14:33:07+00:00 | german/mythes |
German thesaurus German thesaurus WWW: https://www.openthesaurus.de/ |
2011-07-21T14:33:07+00:00 | french/mythes |
French thesaurus French thesaurus WWW: https://www.dicollecte.org/ |
2011-07-21T10:39:34+00:00 | devel/p5-Log-Dispatch-Dir |
Log messages to separate files in a directory, with rotate options Log::Dispatch::Dir provides a simple object for logging to directories under the Log::Dispatch::* system, and automatically rotating them according to different constraints. Each message will be logged to a separate file the directory. Logging to separate files can be useful for example when dumping whole network responses (like HTTP::Response content). WWW: https://metacpan.org/release/Log-Dispatch-Dir |
2011-07-21T10:35:01+00:00 | ukrainian/hyphen |
Ukrainian hyphenation rules Ukrainian hyphenation rules |
2011-07-21T10:34:20+00:00 | textproc/sv-hyphen |
Swedish hyphenation rules Swedish hyphenation rules |
2011-07-21T10:33:39+00:00 | textproc/sl-hyphen |
Slovenian hyphenation rules Slovenian hyphenation rules |
2011-07-21T10:33:03+00:00 | textproc/sk-hyphen |
Slovak hyphenation rules Slovak hyphenation rules |
2011-07-21T10:32:20+00:00 | russian/hyphen |
Russian hyphenation rules Russian hyphenation rules |
2011-07-21T10:31:37+00:00 | textproc/ro-hyphen |
Romanian hyphenation rules Romanian hyphenation rules WWW: http://rospell.sourceforge.net/ |
2011-07-21T10:30:52+00:00 | portuguese/hyphen |
Portuguese hyphenation rules Portuguese hyphenation rules |
2011-07-21T10:29:35+00:00 | polish/hyphen |
Polish hyphenation rules Polish hyphenation rules |
2011-07-21T10:28:53+00:00 | textproc/nl-hyphen |
Dutch hyphenation rules Dutch hyphenation rules |
2011-07-21T10:28:16+00:00 | textproc/lt-hyphen |
Lithuanian hyphenation rules Lithuanian hyphenation rules |
2011-07-21T10:27:38+00:00 | textproc/it-hyphen |
Italian hyphenation rules Italian hyphenation rules WWW: http://linguistico.sourceforge.net/pages/start.html |
2011-07-21T10:26:58+00:00 | textproc/is-hyphen |
Icelandic hyphenation rules Icelandic hyphenation rules |
2011-07-21T10:25:37+00:00 | textproc/id-hyphen |
Indonesian hyphenation rules Indonesian hyphenation rules |
2011-07-21T10:24:52+00:00 | hungarian/hyphen |
Hungarian hyphenation rules Hungarian hyphenation rules |
2011-07-21T10:24:12+00:00 | german/hyphen |
German hyphenation rules German hyphenation rules |
2011-07-21T10:23:22+00:00 | textproc/es-hyphen |
Spanish hyphenation rules Spanish hyphenation rules WWW: http://extensions.openoffice.org/en/project/es_ANY-dicts |
2011-07-21T10:22:43+00:00 | textproc/el-hyphen |
Greek hyphenation rules Greek hyphenation rules |
2011-07-21T09:34:15+00:00 | devel/p5-Taint-Util |
Test for and flip the taint flag without regex matches or eval Taint::Util wraps perl's internal routines for checking and setting the taint flag and thus does not rely on regular expressions for untainting or odd tricks involving eval and kill for checking whether data is tainted, instead it checks and flips a flag on the scalar in-place. WWW: https://metacpan.org/release/Taint-Util |
2011-07-21T08:31:30+00:00 | textproc/da-hyphen |
Danish hyphenation rules Danish hyphenation rules |
2011-07-21T08:13:03+00:00 | textproc/bg-hyphen |
Bulgarian hyphenation rules Bulgarian hyphenation rules WWW: http://bgoffice.sourceforge.net |
2011-07-21T06:31:26+00:00 | textproc/es-hunspell |
Spanish hunspell dictionaries Spanish hunspell dictionaries WWW: https://github.com/sbosio/rla-es |
2011-07-21T06:15:35+00:00 | textproc/no-hunspell |
Norwegian (Nynorsk and Bokmaal) hunspell dictionaries Norwegian (Nynorsk and Bokmaal) hunspell dictionaries WWW: http://spell-norwegian.alioth.debian.org/ |
2011-07-21T05:51:08+00:00 | textproc/pl-hunspell |
Polish hunspell dictionaries Polish hunspell dictionaries WWW: http://www.kurnik.pl/dictionary/ |
2011-07-21T05:51:08+00:00 | polish/hunspell |
Polish hunspell dictionaries Polish hunspell dictionaries WWW: https://sjp.pl/slownik/en/ |
2011-07-21T05:35:53+00:00 | textproc/ro-hunspell |
Romanian hunspell dictionaries Romanian hunspell dictionaries WWW: http://rospell.sourceforge.net/ |
2011-07-21T05:19:26+00:00 | textproc/sk-hunspell |
Slovak hunspell dictionaries Slovak hunspell dictionaries WWW: http://www.sk-spell.sk.cx/ |
2011-07-20T22:26:35+00:00 | textproc/so-hunspell |
Somali hunspell dictionaries Somali hunspell dictionaries WWW: https://addons.mozilla.org/en-US/firefox/addon/qaamuuska-afka-soomaaliga/ |
2011-07-20T22:09:00+00:00 | textproc/sq-hunspell |
Albanian hunspell dictionaries Albanian hunspell dictionaries WWW: http://www.shkenca.org/k6i/albanian_dictionary_for_myspell_en.html |
2011-07-20T21:31:55+00:00 | textproc/sr-hunspell |
Serbian hunspell dictionaries Serbian hunspell dictionaries WWW: https://addons.mozilla.org/en-US/firefox/addon/%D1%81%D1%80%D0%BF%D1%81%D0%BA%D0%B8-%D1%80%D0%B5%D1%87%D0%BD%D0%B8%D0%BA-serbian-dictiona/ |
2011-07-20T21:21:45+00:00 | textproc/ss-hunspell |
Swati hunspell dictionaries Swati hunspell dictionaries WWW: http://www.translate.org.za/ WWW: https://addons.mozilla.org/en-US/firefox/addon/swati-spell-checker/ |
2011-07-20T21:08:41+00:00 | textproc/tk-hunspell |
Turkmen hunspell dictionaries Turkmen hunspell dictionaries WWW: http://borel.slu.edu/crubadan/apps.html WWW: https://addons.mozilla.org/en-US/firefox/addon/turkmen-spell-checker/ |
2011-07-20T21:07:36+00:00 | textproc/ti-hunspell |
Tigrigna hunspell dictionaries Tigrigna hunspell dictionaries WWW: http://www.cs.ru.nl/~biniam/geez/index.php |
2011-07-20T21:07:01+00:00 | textproc/te-hunspell |
Telugu hunspell dictionaries Telugu hunspell dictionaries WWW: http://aspell.net/ |
2011-07-20T21:06:18+00:00 | textproc/sw-hunspell |
Swedish hunspell dictionaries Swedish hunspell dictionaries WWW: http://code.google.com/p/dsso/ |
2011-07-20T16:41:34+00:00 | textproc/zu-hunspell |
Zulu hunspell dictionaries Zulu hunspell dictionaries WWW: http://www.translate.org.za/ WWW: https://addons.mozilla.org/en-US/firefox/addon/zulu-spell-checker/ |
2011-07-20T16:41:02+00:00 | textproc/yi-hunspell |
Yiddish hunspell dictionaries Yiddish hunspell dictionaries WWW: https://addons.mozilla.org/en-US/firefox/addon/yiddish-spell-checker-yivo/ |
2011-07-20T16:40:15+00:00 | textproc/xh-hunspell |
Xhosa hunspell dictionaries Xhosa hunspell dictionaries WWW: http://www.translate.org.za/ WWW: https://addons.mozilla.org/en-US/firefox/addon/xhosa-spell-checker/ |
2011-07-20T16:39:36+00:00 | textproc/wa-hunspell |
Wallon hunspell dictionaries Wallon hunspell dictionaries WWW: http://chanae.walon.org/walon/aspell.php |
2011-07-20T16:38:48+00:00 | textproc/ve-hunspell |
Venda hunspell dictionaries Venda hunspell dictionaries WWW: http://www.translate.org.za/ WWW: https://addons.mozilla.org/en-US/firefox/addon/venda-spell-checker/ |
2011-07-20T16:38:09+00:00 | textproc/uz-hunspell |
Uzbek hunspell dictionaries Uzbek hunspell dictionaries WWW: http://www-user.uni-bremen.de/~kmashrab/uzbek-word-list |
2011-07-20T16:37:29+00:00 | textproc/ts-hunspell |
Tsonga hunspell dictionaries Tsonga hunspell dictionaries WWW: http://www.translate.org.za/ WWW: https://addons.mozilla.org/en-US/firefox/addon/tsonga-spell-checker/ |
2011-07-20T16:36:49+00:00 | textproc/tn-hunspell |
Tswana hunspell dictionaries Tswana hunspell dictionaries WWW: http://www.translate.org.za/ WWW: https://addons.mozilla.org/en-US/firefox/addon/tswana-spell-checker/ |
2011-07-20T14:49:24+00:00 | french/hyphen |
French hyphenation rules French hyphenation rules WWW: https://www.dicollecte.org/ |
2011-07-20T14:25:00+00:00 | textproc/it-hunspell |
Italian hunspell dictionaries Italian hunspell dictionaries WWW: https://extensions.openoffice.org/en/project/italian-dictionary-thesaurus-hyphenation-patterns |
2011-07-20T14:01:55+00:00 | german/hunspell |
German hunspell dictionaries German hunspell dictionaries WWW: https://www.j3e.de/ispell/igerman98/ |
2011-07-20T14:00:22+00:00 | ukrainian/hunspell |
Ukrainian hunspell dictionaries Ukrainian hunspell dictionaries WWW: https://sourceforge.net/projects/ispell-uk/ |
2011-07-20T13:09:44+00:00 | portuguese/hunspell |
Portuguese hunspell dictionaries Portuguese hunspell dictionaries WWW: https://natura.di.uminho.pt/wiki/doku.php?id=dicionarios:main#hunspell WWW: https://pt-br.libreoffice.org/projetos/vero |
2011-07-20T12:52:16+00:00 | vietnamese/hunspell |
Vietnamese hunspell dictionaries Vietnamese hunspell dictionaries WWW: https://github.com/1ec5/hunspell-vi |
2011-07-20T11:05:43+00:00 | russian/hunspell |
Russian hunspell dictionaries Russian hunspell dictionaries WWW: http://code.google.com/p/hunspell-ru/ |
2011-07-20T10:56:53+00:00 | hebrew/hunspell |
Hebrew hunspell dictionaries Hebrew hunspell dictionaries WWW: http://hspell.ivrix.org.il/ |
2011-07-20T09:35:28+00:00 | textproc/en-hunspell |
English hunspell dictionaries This port installs English dictionaries for US, British, and Canadian variants of the language. Although use of the "standard" ones is encouraged, multiple spelling options are available for all three. WWW: http://wordlist.aspell.net/ |
2011-07-20T09:02:37+00:00 | french/hunspell |
Modern French hunspell dictionaries Modern French hunspell dictionaries WWW: https://www.dicollecte.org/ |
2011-07-19T23:07:46+00:00 | devel/blame |
Display last modification for each line in an RCS file Blame displays the last modification for each line in an RCS file. It is the RCS equivalent of CVS's annotate command. WWW: https://invisible-island.net/rcs-blame/ |
2011-07-19T17:06:51+00:00 | devel/qt4-qtsolutions-singleapplication |
Qt 4 Solutions Single Application Framework This is QSingleApplication class which is used to create single instance QtGui or QtCore applications. WWW: http://qt.gitorious.org/qt-solutions |
2011-07-19T03:45:58+00:00 | sysutils/createrepo |
Utility to create and manage RPM metadata repositories This utility will generate a common metadata repository from a directory of rpm packages. WWW: http://createrepo.baseurl.org/ |
2011-07-18T23:53:46+00:00 | net-mgmt/nagios-check_hp_bladechassis |
Nagios Plugin to monitor your HP Blade Enclosure check_hp_bladechassis is a plugin for the Nagios monitoring software which checks the hardware health of HP blade enclosures via SNMP. The plugin is only tested with the c7000 enclosure. WWW: http://folk.uio.no/trondham/software/check_hp_bladechassis.html |
2011-07-18T08:57:02+00:00 | japanese/font-migu |
Another Japanese font set based on MigMix This is a Japanese TrueType font based on MigMix Japanese font. WWW: http://mix-mplus-ipa.sourceforge.jp/migu/ |
2011-07-17T07:28:07+00:00 | databases/p5-AnyEvent-BDB |
Truly asynchronous Berkeley DB access AnyEvent::BDB is an AnyEvent user, you need to make sure that you use and run a supported event loop. Loading this module will install the necessary magic to seamlessly integrate BDB into AnyEvent, i.e. you no longer need to concern yourself with calling BDB::poll_cb or any of that stuff (you still can, but this module will do it in case you don't). The AnyEvent watcher can be disabled by executing undef $AnyEvent::BDB::WATCHER. Please notify the author of when and why you think this was necessary. WWW: https://metacpan.org/release/AnyEvent-BDB |
2011-07-17T07:26:34+00:00 | databases/p5-BDB |
Asynchronous Berkeley DB access BDB is a Perl module to provide asynchronous Berkeley DB access. WWW: https://metacpan.org/release/BDB |
2011-07-16T23:27:39+00:00 | databases/memcacheq |
Simple queue service over Memcache MemcacheQ is a Simple Queue Service over Memcache. Features: * damn simple * very fast * multiple queue * concurrent well * memcache protocol compatible WWW: http://memcachedb.org/memcacheq/ |
2011-07-16T18:08:44+00:00 | print/tex-mfpic |
TeX package that supports drawing pictures Mfpic is a scheme for producing pictures from (La)TeX commands. Commands \mfpic and \endmfpic (in LaTeX, the mfpic environment) enclose a group in which drawing commands may be placed. |
2011-07-16T18:08:00+00:00 | print/latex-chapterfolder |
LaTeX package that ties section structures and folders This package simplifies working with folder structures that match the chapter/section/subsection structure. It provides macros to define a folder that contains the file for a chapter/section/subsection, and provides macros that allow inclusion without using the full path, rather the path relative to the current folder of the chapter/section/subsection. It makes easy changing the name of a folder, for example. |
2011-07-14T14:46:31+00:00 | devel/py-smmap |
Sliding-window memory map manager Smmap wraps an interface around mmap and tracks the mapped files as well as the amount of clients who use it. If the system runs out of resources, or if a memory limit is reached, it will automatically unload unused maps to allow continued operation. To allow processing large files even on 32 bit systems, it allows only portions of the file to be mapped. Once the user reads beyond the mapped region, smmap will automatically map the next required region, unloading unused regions using a LRU algorithm. WWW: https://github.com/gitpython-developers/smmap |
2011-07-14T08:49:43+00:00 | www/p5-LWP-Protocol-http10 |
Legacy HTTP/1.0 support for LWP The LWP::Protocol::http10 module provide support for using HTTP/1.0 protocol with LWP. To use it you need to call LWP::Protocol::implementor() to override the standard handler for http URLs. This module used to be bundled with the libwww-perl, but it was unbundled in v6.02 as part of the general cleanup for the 6-series. LWP::Protocol::http10 is deprecated. WWW: https://metacpan.org/release/LWP-Protocol-http10 |
2011-07-14T06:50:52+00:00 | textproc/p5-XML-XML2JSON |
Convert XML into JSON (and back again) using XML::LibXML XML::XML2JSON is a Perl module to convert XML to JSON (and JSON to XML) using the following rules from Google (http://code.google.com/apis/gdata/json.html): Basic: - The feed is represented as a JSON object; each nested element or attribute is represented as a name/value property of the object. - Attributes are converted to String properties. - Child elements are converted to Object properties. - Elements that may appear more than once are converted to Array properties. - Text values of tags are converted to $t properties. Namespace: - If an element has a namespace alias, the alias and element are concatenated using "$". For example, ns:element becomes ns$element. XML: - XML version and encoding attributes are converted to version and encoding attributes of the root element, respectively. WWW: https://metacpan.org/release/XML-XML2JSON |
2011-07-13T00:50:37+00:00 | databases/p5-Cache-Memcached-libmemcached |
Cache::Memcached compatible interface to libmemcached This is the Cache::Memcached compatible interface to libmemcached, a C library to interface with memcached. WWW: https://metacpan.org/release/Cache-Memcached-libmemcached |
2011-07-11T20:50:42+00:00 | java/icedtea-web |
Free Java plug-in and Java Web Start for OpenJDK The IcedTea-Web project provides a Free Software web browser plugin running applets written in the Java programming language and an implementation of Java Web Start, originally based on the NetX project. WWW: http://icedtea.classpath.org/wiki/IcedTea-Web |
2011-07-11T10:49:27+00:00 | textproc/pear-Text_Template |
Simple template engine Simple PEAR template engine WWW: http://pear.phpunit.de/ |
2011-07-11T10:48:19+00:00 | devel/pear-File_Iterator |
PEAR FileIterator implementation FilterIterator implementation that filters files based on a list of suffixes. WWW: https://github.com/sebastianbergmann/php-file-iterator |
2011-07-11T09:54:52+00:00 | textproc/pear-YAML |
The Symfony YAML Component Symfony YAML is a PHP library that parses YAML strings and converts them to PHP arrays. It can also converts PHP arrays to YAML strings. WWW: http://components.symfony-project.org/yaml/ |
2011-07-11T09:42:06+00:00 | devel/pear-channel-symfony |
PEAR channel ${PEAR_CHANNEL_HOST} PEAR channel for the symfony project WWW: http://pear.symfony-project.com/ |
2011-07-11T08:37:33+00:00 | devel/pear-channel-phpunit |
PEAR channel ${PEAR_CHANNEL_HOST} PEAR channel for PHPUnit WWW: http://pear.phpunit.de |
2011-07-11T06:03:31+00:00 | www/p5-LWP-Protocol-https |
Provide https support for LWP::UserAgent The LWP::Protocol::https module provide support for using https schemed URLs with LWP. This module is a plug-in to the LWP protocol handling, so you don't use it directly. Once the module is installed LWP is able to access sites using HTTP over SSL/TLS. If hostname verification is requested by LWP::UserAgent's ssl_opts, and neither SSL_ca_file nor SSL_ca_path is set, then SSL_ca_file is implied to be the one provided by Mozilla::CA. If the Mozilla::CA module isn't available SSL requests will fail. Either install this module, set up an alternative SSL_ca_file or disable hostname verification. This module used to be bundled with the libwww-perl, but it was unbundled in v6.02 in order to be able to declare its dependencies properly for the CPAN tool-chain. Applications that need https support can just declare their dependency on LWP::Protocol::https and will no longer need to know what underlying modules to install. WWW: https://metacpan.org/release/LWP-Protocol-https |
2011-07-10T21:59:33+00:00 | net/vmware-vsphere-cli |
VMware vSphere SDK for Perl with CLI tools The vSphere SDK for Perl provides an easy-to-use Perl scripting interface to the vSphere API. SDK ships with utilities, and documentation for building vSphere management applications. The vSphere Command-Line Interface (vSphere CLI) command set allows you to run common system administration commands against ESX/ESXi systems from any machine with network access to those systems. You can also run most vSphere CLI commands against a vCenter Server system and target any ESX/ESXi system that vCenter Server system manages. vSphere CLI commands are especially useful for ESXi hosts because ESXi does not include a service console. WWW: http://communities.vmware.com/community/vmtn/server/vsphere/automationtools/vsphere_cli |
2011-07-10T21:40:53+00:00 | devel/p5-UUID |
Perl extension for using UUID interfaces as defined in e2fsprogs UUID - Perl extension for using UUID interfaces as defined in e2fsprogs. WWW: https://metacpan.org/release/UUID |
2011-07-10T21:33:00+00:00 | www/hs-http-types |
Generic HTTP types for Haskell (for both client and server code) Generic HTTP types for Haskell (for both client and server code). WWW: https://github.com/aristidb/http-types |
2011-07-10T21:26:42+00:00 | textproc/hs-case-insensitive |
Case-insensitive string comparison The module Data.CaseInsensitive provides the 'CI' type constructor which can be parameterised by a string-like type like: 'String', 'ByteString', 'Text', etc. Comparisons of values of the resulting type will be insensitive to cases. WWW: https://github.com/basvandijk/case-insensitive |
2011-07-10T00:47:09+00:00 | audio/rubygem-shout |
Ruby binding to the libshout library Ruby-shout is a binding to the libshout library, which sends streaming MP3/Vorbis to an icecast server with libshout. WWW: http://rubygems.org/gems/ruby-shout |
2011-07-09T16:38:39+00:00 | devel/exercisix |
Innovative lightweight unit-test framework for C++ Exercisix is a lightweight unit-test framework for C++, designed for test-aided development. Framework provides test discovery, textual description as primary test identifier, terse test tools syntax, emacs-friendly error message format, easy build without linking. WWW: http://alexanderchuranov.com/software/exercisix |
2011-07-09T15:31:00+00:00 | devel/rubygem-fastri |
Fast RDoc documentation browser for ruby FastRI improves on the aging RI documentation tool: much faster, needs less RAM, "scoped" searches, e.g. get String extensions defined in a given RubyGems package, fast full-text search, remote access via DRb (auto-discovered). |
2011-07-09T14:34:24+00:00 | audio/rubygem-ogginfo |
A Ruby library to access to information on ogg files Ogginfo gives you access to low level information on ogg files (bitrate, length, samplerate, encoder, etc... ), as well as tag. WWW: http://ruby-ogginfo.rubyforge.org/ |
2011-07-09T13:39:36+00:00 | deskutils/virt-manager |
Toolkit to interact with virtualization capabilities The "Virtual Machine Manager" application (virt-manager for short package name) is a desktop user interface for managing virtual machines. It presents a summary view of running domains, their live performance & resource utilization statistics. The detailed view graphs performance & utilization over time. Wizards enable the creation of new domains, and configuration & adjustment of a domain's resource allocation & virtual hardware. An embedded VNC client viewer presents a full graphical console to the guest domain. WWW: https://virt-manager.org/ |
2011-07-09T09:45:26+00:00 | www/p5-Furl |
Perl extension of lightning-fast URL fetcher Lightning-fast URL fetcher. WWW: https://metacpan.org/release/Furl |
2011-07-09T06:55:22+00:00 | net-mgmt/virtinst |
Module to help in starting installations inside of virtual machines virtinst is a module to help in starting installations of Fedora/Red Hat Enterprise Linux related distributions inside of virtual machines. It supports both paravirt guests (for which only FC and RHEL guests are currently supported) as well as fully virtualized guests. It uses libvirt (http://www.libvirt.org) for starting things. WWW: http://virt-manager.org |
2011-07-08T23:47:20+00:00 | mail/xpi-dispmua |
Displays the icon of the application with which the e-mail was written DispMUA adds an image on the right side of the "header view" which displays the icon of the application with which the selected mail was written. So if the person who sent the mail used e.g. mozilla to send the mail, a mozilla icon will be displayed. WWW: http://www.juergen-ernst.de/addons/dispmua.html |
2011-07-08T19:41:22+00:00 | net-mgmt/virt-viewer |
Provides a graphical viewer for a guest OS display Virt Viewer provides a graphical viewer for the guest OS display. At this time is supports guest OS using the VNC protocol. Further protocols may be supported in the future as user demand dictates. The viewer can connect directly to both local and remotely hosted guest OS, optionally using SSL/TLS encryption. WWW: https://virt-manager.org/ |
2011-07-07T22:27:45+00:00 | www/pear-Horde_Service_Twitter |
Horde Twitter client This Horde package provides client libraries for the Twitter REST API. WWW: http://pear.horde.org |
2011-07-07T22:26:38+00:00 | www/pear-Horde_Service_Facebook |
Horde Facebook client This Horde package provides client libraries for the Facebook REST API. WWW: http://pear.horde.org |
2011-07-07T22:25:38+00:00 | security/pear-Horde_Oauth |
Horde OAuth client/server This Horde package provides an OAuth consumer (http://oauth.net) and OAuth infrastruture, and in the future will provide an OAuth server. WWW: http://pear.horde.org |
2011-07-07T22:10:32+00:00 | mail/horde4-webmail |
Horde Groupware Webmail Edition Horde Groupware Webmail Edition is a free, enterprise ready, browser based communication suite. Users can read, send and organize email messages with three different webmail interfaces and manage and share calendars, contacts, tasks and notes with the standards compliant components from the Horde Project. WWW: http://www.horde.org/apps/webmail/ |
2011-07-07T22:09:21+00:00 | deskutils/horde4-groupware |
Horde Groupware Horde Groupware is a free, enterprise ready, browser based collaboration suite. Users can manage and share calendars, contacts, tasks and notes with the standards compliant components from the Horde Project. WWW: http://www.horde.org/apps/groupware/ |
2011-07-07T21:17:31+00:00 | devel/horde4-timeobjects |
Horde timeobjects application The timeobjects application doesn't have an interface but provides streams of events to any applications that can consume them, notably the Horde calendar application. It contains drivers for facebook events and weather forecasts and can easily be extended by custom drivers. WWW: http://www.horde.org |
2011-07-07T21:14:26+00:00 | databases/pear-Horde_Imsp |
Horde IMSP API Provides an API into an IMSP server for address books and options. WWW: http://pear.horde.org |
2011-07-07T21:12:28+00:00 | textproc/pear-Horde_Pdf |
Horde PDF library This Horde package provides PDF generation using only PHP, without requiring any external libraries. WWW: http://pear.horde.org |
2011-07-07T21:11:33+00:00 | textproc/pear-Horde_SpellChecker |
Horde Spellcheck API Horde unified spellchecking API. WWW: http://pear.horde.org |
2011-07-07T21:10:38+00:00 | devel/pear-Horde_Itip |
Horde iTip invitation response handling This Horde package allows to generate MIME encapsuled responses to iCalendar invitations. WWW: http://pear.horde.org |
2011-07-07T21:09:07+00:00 | security/pear-Horde_Crypt |
Horde Cryptography API The Horde_Crypt package class provides an API for various cryptographic systems. WWW: http://pear.horde.org |
2011-07-07T21:08:15+00:00 | www/pear-Horde_Editor |
Horde Editor API The Horde_Editor package provides an API to generate the code necessary for embedding javascript RTE editors in a web page. WWW: http://pear.horde.org |
2011-07-07T21:05:56+00:00 | www/pear-Horde_Feed |
Horde Feed libraries This package provides support for working with feed formats such as RSS and Atom. WWW: http://pear.horde.org |
2011-07-07T21:04:45+00:00 | devel/pear-Horde_DataTree |
Horde DataTree API Horde DataTree API WWW: http://pear.horde.org |
2011-07-07T21:03:21+00:00 | sysutils/pear-Horde_Vfs |
Horde Virtual File System API This package provides a Virtual File System API, with backends for: * SQL * FTP * Local filesystems * Hybrid SQL and filesystem * Samba * SSH2/SFTP * IMAP (Kolab) Reading, writing and listing of files are all supported, and there are both object-based and array-based interfaces to directory listings. WWW: http://pear.horde.org |
2011-07-07T20:58:44+00:00 | devel/pear-Horde_Tree |
Horde Tree API This Horde package provides a tree view of hierarchical information. It allows for expanding/collapsing of branches and maintains their state. WWW: http://pear.horde.org |
2011-07-07T20:57:47+00:00 | textproc/pear-Horde_Text_Diff |
Horde engine for performing and rendering text diffs This Horde package provides a text-based diff engine and renderers for multiple diff output formats. WWW: http://pear.horde.org |
2011-07-07T20:56:44+00:00 | net/pear-Horde_Rpc |
Horde RPC API The Horde_Rpc library provides a common abstracted interface to various remote methods of accessing Horde functionality. WWW: http://pear.horde.org |
2011-07-07T20:55:49+00:00 | comms/pear-Horde_SyncMl |
Horde API for processing SyncML requests This package provides classes for implementing a SyncML server. WWW: http://pear.horde.org |
2011-07-07T20:53:49+00:00 | textproc/pear-Horde_Xml_Wbxml |
Horde API for encoding and decoding WBXML documents This Horde package provides encoding and decoding of WBXML (Wireless Binary XML) documents. WBXML is used in SyncML for transferring smaller amounts of data with wireless devices. WWW: http://pear.horde.org |
2011-07-07T20:52:50+00:00 | textproc/pear-Horde_Xml_Element |
Horde Xml Element object This package provides an element object that can be used to provide SimpleXML-like functionality over a DOM object. The main advantage over using SimpleXML is the ability to add multiple levels of new elements in a single call, without introducing "ghost" objects. WWW: http://pear.horde.org |
2011-07-07T20:51:17+00:00 | graphics/pear-Horde_Image |
Horde Image API This package provides an Image utility API, with backends for: * GD * GIF * PNG * SVG * SWF * ImageMagick convert command line tool * Imagick Extension WWW: https://pear.horde.org |
2011-07-07T20:48:51+00:00 | www/pear-Horde_Http |
Horde HTTP libraries This Horde package provides a set of classes for making HTTP requests. WWW: http://pear.horde.org |
2011-07-07T20:48:01+00:00 | www/pear-Horde_Form |
Horde Form API The Horde_Form package provides form rendering, validation, and other functionality for the Horde Application Framework. WWW: http://pear.horde.org |
2011-07-07T20:47:04+00:00 | devel/pear-Horde_Argv |
Horde command-line argument parsing package Horde package providing classes for parsing command line arguments with various actions, providing help, grouping options, and more. WWW: http://pear.horde.org |
2011-07-07T20:34:12+00:00 | net/pear-Horde_Scribe |
Horde Scribe client Horde packaged version of the PHP Scribe client. WWW: http://pear.horde.org |
2011-07-07T20:29:12+00:00 | devel/pear-Horde_Rdo |
Horde Rampage Data Objects Horde lightweight ORM layer WWW: http://pear.horde.org |
2011-07-07T20:27:13+00:00 | devel/pear-Horde_Core |
Horde Core Framework libraries These classes provide the core functionality of the Horde Application Framework. WWW: http://pear.horde.org |
2011-07-07T20:26:01+00:00 | net/pear-Horde_Kolab_Session |
Horde library for managing an active Kolab session This Horde package handles a Kolab session. It allows to authenticate against LDAP and provides the users storage locations. WWW: http://pear.horde.org |
2011-07-07T20:24:43+00:00 | mail/pear-Horde_Kolab_Storage |
Horde library for handling Kolab data stored on an IMAP server Storing user data in an IMAP account belonging to the user is one of the Kolab server core concepts. This package provides all the necessary means to deal with this type of data storage effectively. WWW: http://pear.horde.org |
2011-07-07T20:23:56+00:00 | mail/pear-Horde_Imap_Client |
Horde IMAP abstraction interface This Horde package provides an abstracted API interface to various IMAP4rev1 (RFC 3501) backend drivers. WWW: https://pear.horde.org |
2011-07-07T20:21:04+00:00 | net/pear-Horde_Kolab_Server |
Horde library for manipulating the Kolab user database This package allows to read/write entries in the Kolab user database stored in LDAP. WWW: http://pear.horde.org |
2011-07-07T20:19:02+00:00 | net/pear-Horde_Ldap |
Horde LDAP libraries This package provides a set of classes for connecting to LDAP servers and working with directory objects. WWW: http://pear.horde.org |
2011-07-07T20:17:45+00:00 | textproc/pear-Horde_Kolab_Format |
Horde library for reading/writing Kolab data formats This Horde package allows to convert Kolab data objects from XML to hashes. WWW: http://pear.horde.org |
2011-07-07T20:10:36+00:00 | www/pear-Horde_Routes |
Horde Routes URL mapping system This package provides classes for mapping URLs into the controllers and actions of an MVC system. It is a port of a Python library, Routes, by Ben Bangert (http://routes.groovie.org). WWW: http://pear.horde.org |
2011-07-07T20:04:54+00:00 | mail/pear-Horde_Mime_Viewer |
Horde MIME Viewer Library This Horde library provides rendering drivers for MIME data. WWW: http://pear.horde.org |
2011-07-07T20:03:02+00:00 | archivers/pear-Horde_Compress |
Horde Compression API Horde package providing an API to various compression techniques. WWW: http://pear.horde.org |
2011-07-07T20:01:56+00:00 | comms/pear-Horde_ActiveSync |
Horde ActiveSync Server Library Horde libraries implementing an ActiveSync server. WWW: http://pear.horde.org |
2011-07-07T20:00:37+00:00 | devel/pear-Horde_Alarm |
PEAR Horde alarm libraries This package provides an interface to deal with reminders, alarms and notifications through a standardized API. The following notification methods are available at the moment: standard Horde notifications, popups, emails, sms. WWW: http://pear.horde.org |
2011-07-07T19:58:13+00:00 | devel/pear-Horde_Data |
Horde Data API This package provides a data import and export API, with backends for: * CSV * TSV * iCalendar * vCard * vNote * vTodo WWW: http://pear.horde.org |
2011-07-07T19:48:08+00:00 | devel/pear-Horde_Icalendar |
Horde iCalendar API This Horde package provides an API for dealing with iCalendar data. WWW: https://pear.horde.org |
2011-07-07T19:47:12+00:00 | devel/pear-Horde_History |
Horde API for tracking the history of an object The Horde_History API provides a way to track changes on arbitrary pieces of data in Horde applications. WWW: http://pear.horde.org |
2011-07-07T19:46:16+00:00 | security/pear-Horde_Share |
Horde Shared Permissions System Horde_Share provides an interface to all shared resources a user owns or has access to. WWW: http://pear.horde.org |
2011-07-07T19:45:26+00:00 | net/isc-dhcp42-server |
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: https://www.isc.org/products/DHCP/ |
2011-07-07T19:45:26+00:00 | net/isc-dhcp42-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: https://www.isc.org/products/DHCP/ |
2011-07-07T19:45:26+00:00 | net/isc-dhcp42-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: https://www.isc.org/products/DHCP/ |
2011-07-07T19:45:02+00:00 | security/pear-Horde_Perms |
Horde Permissions System The Perms package provides an interface to the Horde permissions system. WWW: http://pear.horde.org |
2011-07-07T19:29:55+00:00 | devel/pear-Horde_Date_Parser |
Horde Date Parser Horde library for natural-language date parsing, with support for multiple languages and locales WWW: http://pear.horde.org |
2011-07-07T19:29:04+00:00 | devel/pear-Horde_Date |
Horde Date package Horde package for creating and manipulating dates. WWW: http://pear.horde.org |
2011-07-07T19:27:01+00:00 | databases/pear-Horde_Db |
Horde Database Libraries Horde database/SQL abstraction layer WWW: http://pear.horde.org |
2011-07-07T19:25:17+00:00 | devel/pear-Horde_Nls |
Horde Native Language Support Provides common methods for handling language data, timezones, and hostname->country lookups. WWW: http://pear.horde.org |
2011-07-07T19:22:31+00:00 | security/pear-Horde_Auth |
Horde Authentication API The Horde_Auth package provides a common interface into the various backends for the Horde authentication system. WWW: http://pear.horde.org |
2011-07-07T19:20:59+00:00 | www/pear-Horde_Browser |
Horde Browser API The Horde_Browser class provides an API for getting information about the current user's browser and its capabilities. WWW: http://pear.horde.org |
2011-07-07T19:20:01+00:00 | devel/pear-Horde_Cache |
Horde Caching API This Horde package provides a simple, functional caching API, with the option to store the cached data on the filesystem, in one of the PHP opcode cache systems (APC, eAcclerator, XCache, or Zend Performance Suite's content cache), memcached, or an SQL table. WWW: http://pear.horde.org |
2011-07-07T19:19:02+00:00 | databases/pear-Horde_Memcache |
Horde Memcache API Horde API to access a memcache server. WWW: http://pear.horde.org |
2011-07-07T19:16:22+00:00 | devel/pear-Horde_Controller |
Horde Controller libraries This package provides the controller part of an MVC system for Horde. WWW: https://pear.horde.org |
2011-07-07T19:14:32+00:00 | sysutils/pear-Horde_Log |
Horde Logging library Horde Logging package with configurable handlers, filters, and formatting. WWW: http://pear.horde.org |
2011-07-07T19:13:37+00:00 | devel/pear-Horde_Constraint |
Horde Constraint library This Horde package provides a programmatic way of building constraints that evaluate to true or false. WWW: http://pear.horde.org |
2011-07-07T19:12:12+00:00 | devel/pear-Horde_Prefs |
Horde Preferences API The Horde_Prefs package provides a common abstracted interface into the various preferences storage mediums. It also includes all of the functions for retrieving, storing, and checking preference values. WWW: http://pear.horde.org |
2011-07-07T19:07:32+00:00 | mail/pear-Horde_Mime |
Horde MIME Library Horde package providing methods for dealing with MIME (RFC 2045) and related e-mail (RFC 822/2822/5322) standards.for creating and manipulating dates. WWW: http://pear.horde.org |
2011-07-07T19:01:01+00:00 | mail/pear-Horde_Mail |
Horde Mail Library The Horde_Mail library is a fork of the PEAR Mail library that provides additional functionality, including (but not limited to): * Allows a stream to be passed in. * Allows raw headertext to be used in the outgoing messages (required for things like message redirection pursuant to RFC 5322 [3.6.6]). * Native PHP 5 code. * PHPUnit test suite. * Provides more comprehensive sendmail error messages. * Uses Exceptions instead of PEAR_Errors. WWW: http://pear.horde.org |
2011-07-07T18:52:08+00:00 | textproc/pear-Horde_Text_Flowed |
Horde API for flowed text as per RFC 3676 The Horde_Text_Flowed:: class provides common methods for manipulating text using the encoding described in RFC 3676 ('flowed' text). WWW: http://pear.horde.org |
2011-07-07T18:51:05+00:00 | security/pear-Horde_Group |
Horde User Groups System Package for managing and accessing the Horde groups system. WWW: http://pear.horde.org |
2011-07-07T18:48:40+00:00 | textproc/pear-Horde_Text_Filter_Csstidy |
Horde Text Filter CSS optimization class The Horde_Text_Filter_Csstidy:: class provides the PHP-based library needed to perform optimization/compression on CSS code. It is provided in a separate package as the code is under the GPLv2 license instead of the LGPLv2 license used for the Text_Filter class. WWW: http://pear.horde.org |
2011-07-07T18:46:22+00:00 | textproc/pear-Horde_Text_Filter |
Horde Text Filter API The Horde_Text_Filter library provides common methods for fitering and converting text. WWW: http://pear.horde.org |
2011-07-07T18:44:49+00:00 | devel/pear-Horde_Notification |
Horde Notification System The Horde_Notification library provides a subject-observer pattern for raising and showing messages of different types and to different listeners. WWW: http://pear.horde.org |
2011-07-07T18:42:31+00:00 | devel/pear-Horde_Serialize |
Horde Data Encapulation API The Horde_Serialize library provides various methods of encapsulating data. WWW: http://pear.horde.org |
2011-07-07T18:41:45+00:00 | www/pear-Horde_SessionHandler |
Horde Session Handler API Horde_SessionHandler defines an API for implementing custom session handlers for PHP. WWW: http://pear.horde.org |
2011-07-07T18:39:24+00:00 | devel/pear-Horde_Token |
Horde Token API The Horde_Token:: class provides a common abstracted interface into the various token generation mediums. It also includes all of the functions for retrieving, storing, and checking tokens. WWW: http://pear.horde.org |
2011-07-07T18:38:01+00:00 | devel/pear-Horde_View |
Horde View API The Horde_View library provides a simple View pattern implementation. WWW: http://pear.horde.org |
2011-07-07T18:14:01+00:00 | devel/pear-Horde_Util |
Horde Utility Libraries Horde classes providing functionality for various types of applications. WWW: http://pear.horde.org |
2011-07-07T18:12:01+00:00 | net/pear-Horde_Url |
Horde URL class This class represents a single URL and provides methods for manipulating URLs. WWW: http://pear.horde.org |
2011-07-07T18:10:09+00:00 | devel/pear-Horde_Cli |
Horde Command Line Interface API Horde_Cli:: API for basic command-line functionality/checks WWW: http://pear.horde.org |
2011-07-07T18:09:10+00:00 | devel/pear-Horde_LoginTasks |
Horde Login Tasks System The Horde_LoginTasks library provides a set of methods for dealing with tasks run upon login to Horde applications. WWW: http://pear.horde.org |
2011-07-07T18:06:34+00:00 | devel/pear-Horde_Translation |
Horde translation library Horde translation library WWW: http://pear.horde.org |
2011-07-07T18:05:36+00:00 | devel/pear-Horde_Lock |
Horde Resource Locking System The Horde_Lock library provides the Horde resource locking system. WWW: http://pear.horde.org |
2011-07-07T18:04:15+00:00 | devel/pear-Horde_Support |
Horde support package This package provides supporting functionality for Horde that is not tied to Horde but is used by it. These classes can be used outside of Horde as well. WWW: http://pear.horde.org |
2011-07-07T18:02:57+00:00 | devel/pear-Horde_Injector |
Horde dependency injection container Depedency injection container for Horde. WWW: http://pear.horde.org |
2011-07-07T18:01:20+00:00 | security/pear-Horde_Secret |
Secret Encryption API The Horde_Secret library provides an API for encrypting and decrypting small pieces of data with the use of a shared key. WWW: http://pear.horde.org |
2011-07-07T17:59:21+00:00 | devel/pear-Horde_Exception |
Horde Exception Handler Default exception handlers for the Horde Application Framework. WWW: http://pear.horde.org |
2011-07-07T17:53:56+00:00 | devel/pear-Horde_Stream_Wrapper |
Horde Stream wrappers This Horde package provides various stream wrappers. WWW: http://pear.horde.org |
2011-07-07T17:52:32+00:00 | devel/pear-Horde_Autoloader |
Horde Autoloader Autoload implementation and class loading manager for Horde. WWW: http://pear.horde.org |
2011-07-07T17:50:32+00:00 | devel/pear-Horde_Stream_Filter |
Horde Stream filters This Horde package provides various stream filters. WWW: http://pear.horde.org |
2011-07-07T17:47:28+00:00 | www/pear-Horde_Template |
Horde Template System Horde Template system. Adapted from bTemplate, by Brian Lozier <brian@massassi.net>. WWW: http://pear.horde.org |
2011-07-07T17:44:21+00:00 | devel/pear-Horde_Role |
PEAR installer role for Horde components PEAR method to install Horde components into a base Horde installation. WWW: http://pear.horde.org |
2011-07-07T17:34:12+00:00 | devel/pear-channel-horde |
PEAR channel ${PEAR_CHANNEL_HOST} PEAR channel for the Horde Framework WWW: https://pear.horde.org |
2011-07-07T10:51:13+00:00 | net-im/ramblercontacts |
Free, multi-service communication client from Rambler Rambler Contacts is an instant messaging and communication suite for vast variety of services, including, but not limited to Facebook, ICQ, Jabber, and Google Talk. Number of popular Russian community chat services also supported. It is originally based on Vacuum-IM, built upon Qt 4.7+, and distributed under GPLv3. Rambler account (free registration) is required right now, but plans are to drop this limitation in future versions. WWW: https://github.com/Rambler-ru/Contacts |
2011-07-06T04:04:57+00:00 | multimedia/ab25 |
Utility for ARIB STD-B25 ECM handling in MPEG2-TS stream This is a utility that implements ECM extraction from MPEG-2 TS stream and MULTI2 decoding specified in ARIB STD-B25 (an ISDB conditional access system used in Japan). PC/SC interface is used for extracting Ks key from a B-CAS card. WWW: http://www.marumo.ne.jp/db2012_2.htm#13 |
2011-07-05T11:40:14+00:00 | www/p5-Plack-Middleware-SocketIO |
Perl extension for Socket.IO Plack middleware Plack::Middleware::SocketIO is a server implmentation of SocketIO in Perl. WWW: https://metacpan.org/release/Plack-Middleware-SocketIO |
2011-07-05T11:37:18+00:00 | www/p5-HTTP-MobileAgent-Plugin-Locator |
Mobile location information plugin for p5-HTTP-MobileAgent Handling mobile location information plugin for HTTP::MobileAgent. WWW: https://metacpan.org/release/HTTP-MobileAgent-Plugin-Locator |
2011-07-04T16:35:07+00:00 | x11/lsw |
Lists the titles of all running X windows to stdout, similar to ls(1) LSW Lists the titles of all running X windows to stdout, similar to ls(1). Might be useful for script integration. WWW: http://tools.suckless.org/lsw |
2011-07-03T22:00:49+00:00 | databases/hs-mysql |
Low-level MySQL client library A low-level client library for the MySQL database, implemented as bindings to the C mysqlclient API. WWW: https://github.com/bos/mysql |
2011-07-03T16:47:58+00:00 | multimedia/ptx-kmod |
Device driver for PT1/PT2 ISDB-S/T tuner cards A device driver for PT1 and PT2, ISDB-S/ISDB-T tuner cards from Earth Soft. This version is written by bsdaemon based on recpt1 utility for Linux. WWW: http://earthsoft.jp/PT1_PT2/index.html WWW: http://d.hatena.ne.jp/bsdaemon/20100429/1272556078 |
2011-07-03T08:29:09+00:00 | print/pdfbox |
Java tool for working with PDF documents The Apache PDFBox library is an open source Java tool for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. Apache PDFBox also includes several command line utilities. Features: - Text extraction - Merging & Splitting - Forms Filling - PDF/A Validation - PDF Printing - PDF to Image Conversion - PDF Creation - PDF Signing WWW: http://pdfbox.apache.org/ |
2011-07-02T13:51:57+00:00 | net/pure-sockets |
Pure language interface to the Berkeley socket functions Pure interface to the Berkeley socket functions. Provides most of the core functionality, so you can create sockets for both stream and datagram based protocols and use these to transmit messages. Unix-style file sockets are also available if the host system supports them. WWW: https://puredocs.bitbucket.io/pure-sockets.html |
2011-07-02T08:01:52+00:00 | sysutils/atop |
ASCII Monitor for system resources and process activity Atop is an ASCII full-screen performance monitor that is capable of reporting the activity of all processes (even if processes have finished during the interval), daily logging of system and process activity for long-term analysis, highlighting overloaded system resources by using colors, etc. At regular intervals, it shows system-level activity related to the CPU, memory, swap, disks, and network layers, and for every active process it shows the CPU utilization, the memory growth, priority, username, state, and exit code. WWW: https://github.com/samm-git/atop-freebsd |
2011-07-02T07:11:53+00:00 | audio/pure-audio |
Digital audio interface for the Pure language pure-audio is a digital audio interface for the Pure programming language. It currently includes wrappers for PortAudio, FFTW3, libsndfile and libsamplerate, as well as a realtime module which gives Pure scripts access to realtime scheduling on systems which have a pthreads library with the POSIX realtime threads extension. WWW: http://docs.pure-lang.googlecode.com/hg/pure-audio.html |
2011-07-01T20:23:41+00:00 | science/py-ws2300 |
Driver for the LaCrosse WS-2300 weather station Ws2300 manipulates the LaCrosse WS-2300 weather station via its RS232 interface. It can read and write values, and can continuously log data from WS-2300 to a file or SQL database. WWW: http://ws2300.sourceforge.net |
2011-07-01T06:38:55+00:00 | devel/iniparser |
Free stand-alone ini file parsing library iniParser is a simple C library offering ini file parsing services. The library is pretty small (less than 1500 lines of C) and robust, and does not depend on any other external library to compile. It is written in ANSI C and should compile on most platforms without difficulty. WWW: https://github.com/ndevilla/iniparser |
2011-06-30T14:53:26+00:00 | games/minetest |
Near-infinite-world block sandbox game Minetest is a near-infinite-world block sandbox game and a game engine, inspired by InfiniMiner, Minecraft, and the like. WWW: https://www.minetest.net/ |
2011-06-29T20:20:15+00:00 | sysutils/rubygem-puppet-module |
Creates, installs and searches for Puppet modules The Puppet Module Tool, puppet-module, creates, installs and searches for modules on the Puppet Forge at http://forge.puppetlabs.com WWW: https://github.com/puppetlabs/puppet-module-tool |
2011-06-29T15:15:08+00:00 | graphics/frei0r-plugins |
Frei0r meta-port |
2011-06-29T15:01:17+00:00 | converters/osm2pgsql |
Convert OSM XML data to PostgreSQL database Converts OSM planet.osm data to a PostgreSQL database suitable for rendering into map tiles by Mapnik. The format of the database is optimised for ease of rendering by mapnik. It may be less suitable for other general purpose processing. WWW: https://wiki.openstreetmap.org/wiki/Osm2pgsql |
2011-06-29T12:01:08+00:00 | graphics/frei0r-plugins-opencv |
|
2011-06-29T12:00:23+00:00 | graphics/frei0r-plugins-gavl |
|
2011-06-29T11:44:17+00:00 | graphics/opencv-core |
OpenCV core libraries |
2011-06-29T08:18:07+00:00 | science/py-obspy.imaging |
Tools for displaying features used in seismology obspy.imaging provides tools for displaying features used in seismology. WWW: http://www.obspy.org/ |
2011-06-29T08:13:17+00:00 | science/py-obspy.xseed |
Dataless SEED, RESP, and XML-SEED read and write support for ObsPy The obspy.xseed package contains methods in order to read, write and convert seismological meta data files in the Dataless SEED, RESP and XML-SEED format. WWW: http://www.obspy.org/ |
2011-06-29T01:27:53+00:00 | audio/wildmidi |
Simple software midi player and core softsynth library WildMIDI is a simple software midi player which has a core softsynth library that can be used with other applications. The WildMIDI library uses Gravis Ultrasound patch files to convert MIDI files into audio which is them passed back to the calling application for further processing or output. The API of the library is designed so that it is easy to include WildMIDI into applications that wish to include MIDI file playback. With multiple MIDI file support you can develop applications to mix several midi files together at the same time and with the next release you will be able to use a different patch set for each MIDI file. The wildmidi player is a demonstration program to show the capabilities of libWildMidi. WWW: http://www.mindwerks.net/projects/wildmidi/ |
2011-06-28T15:53:54+00:00 | russian/p5-Lingua-DetectCyrillic |
Detects 7 Cyrillic codings as well as the language Lingua::DetectCyrillic. The package detects 7 Cyrillic codings as well as the language - Russian or Ukrainian. Uses embedded frequency dictionaries; usually one word is enough for correct detection. WWW: https://metacpan.org/release/Lingua-DetectCyrillic |
2011-06-28T15:39:43+00:00 | mail/p5-MIME-AltWords |
Perl module for encoding and decoding MIME words MIME::AltWords is similar to MIME::Words in MIME::Tools, but it provides an alternate implementation that follows the MIME specification more carefully. WWW: https://metacpan.org/release/MIME-AltWords |
2011-06-28T15:36:20+00:00 | www/p5-Mobile-UserAgent |
Parses a mobile user agent string into its basic constituent parts Parses a mobile user agent string into it's basic constituent parts, the most important being vendor and model. One reason for doing this would be to use this information to lookup vendor-model specific device characteristics in a database. WWW: https://metacpan.org/release/Mobile-UserAgent |
2011-06-28T15:23:49+00:00 | www/p5-HTML-MobileConverter |
HTML Converter for mobile agent Parses HTML and returns new HTML for mobile agent (mainly for DoCoMo i-mode). WWW: https://metacpan.org/release/HTML-MobileConverter |
2011-06-28T15:18:29+00:00 | databases/p5-Text-xSV |
Read character separated files This module is for reading and writing a common variation of character separated data. WWW: https://metacpan.org/release/Text-xSV |
2011-06-28T15:14:32+00:00 | www/p5-WebService-MoviePosterDB |
Perl interface to MoviePosterDB This is a Perl interface to the MoviePosterDB API. WWW: https://metacpan.org/release/WebService-MoviePosterDB |
2011-06-28T15:12:02+00:00 | www/p5-WebService-IMDB |
Perl interface to IMDb This is a Perl interface to IMDb. WWW: https://metacpan.org/release/WebService-IMDB |
2011-06-28T04:04:52+00:00 | japanese/mozc-el |
Emacs input method for Mozc Mozc.el is an Emacs client of Mozc, so you can input Japanese via mozc in your tty, bypassing ibus. WWW: http://code.google.com/p/mozc/ |
2011-06-28T01:49:49+00:00 | math/ocamlgsl |
Interface to GSL for the Objective Caml language ocamlgsl is an interface to GSL (GNU scientific library), for the Objective Caml langage. WWW: http://oandrieu.nerim.net/ocaml/gsl/ |
2011-06-27T15:32:43+00:00 | graphics/pinpoint |
Tool for making hackers do excellent presentations Pinpoint a simple presentation tool that hopes to avoid audience death by bullet point and instead encourage presentations containing beautiful images and small amounts of concise text in slides. WWW: http://live.gnome.org/Pinpoint |
2011-06-27T14:53:41+00:00 | graphics/pure-gl |
Pure language interface to OpenGL pure-gl is Pure's interface to OpenGL, the well-known graphics library. It covers pretty much all of OpenGL, including the popular extensions. Extensions are loaded on demand, functions will throw an exception if they are not available in your OpenGL implementation. WWW: http://docs.pure-lang.googlecode.com/hg/pure-gl.html |
2011-06-27T14:48:01+00:00 | textproc/pure-xml |
Pure language interface for libxml2 and libxslt This is a port of Q's XML module, which also includes support for XSLT. The module provides a simplified interface to the Gnome libxml2 and libxslt libraries, and supplies all the necessary data structures and operations to inspect, create, modify and transform XML documents with ease. WWW: https://puredocs.bitbucket.io/pure-xml.html |
2011-06-27T14:47:00+00:00 | textproc/pure-csv |
CSV reading and writing module for the Pure language pure-csv is a module for reading and writing Comma Separated Value (CSV) files from within Pure. WWW: https://puredocs.bitbucket.io/pure-csv.html |
2011-06-27T14:46:18+00:00 | x11-toolkits/pure-gtk |
Set of Pure language bindings for GTK+ pure-gtk is a collection of bindings to use the GTK+ GUI toolkit version 2.x with Pure. The bindings include the gtk (+gdk), glib, atk, cairo and pango libraries, each in their own Pure module. WWW: https://puredocs.bitbucket.io/pure-gtk.html |
2011-06-27T14:45:31+00:00 | databases/pure-sql3 |
Pure language binding to the SQLite3 library Sql3 is an interface to the popular Sqlite3 database. The module provides a minimal wrapper around Sqlite3's C interface which is designed to give the developer access to all of Sqlite3's features in a way that is convenient for Pure programmers. WWW: https://puredocs.bitbucket.io/pure-sql3.html |
2011-06-27T14:44:38+00:00 | devel/pure-ffi |
Pure language interface to libffi This module provides an interface to libffi which enables you to call C functions from Pure and vice versa. It extends and complements Pure's built-in C interface in that it also handles C structs and makes Pure functions callable from C without writing a single line of C code. WWW: https://puredocs.bitbucket.io/pure-ffi.html |
2011-06-27T14:36:11+00:00 | devel/libee |
Event expression library inspired by CEE The core idea of libee is to provide a small but hopefully convenient API layer above the CEE standard. However, CEE is not finished. At the time of this writing, CEE is under heavy development and even some of its core data structures (like the data dictionary and taxonomy) have not been fully specified. So for the time being, libee should be thought of as a useful library that helps you get your events normalized. If you program cleanly to libee, chances are not bad that only relatively little effort is required to move your app over to be CEE compliant (once the standard is out). WWW: http://www.libee.org/ |
2011-06-27T14:35:34+00:00 | devel/libestr |
Library for some string essentials A library for some string essentials. WWW: https://libestr.adiscon.com/ |
2011-06-27T02:18:04+00:00 | devel/rubygem-rspec-mocks |
Rspec-mocks provides a test-double framework for rspec Rspec-mocks provides a test-double framework for rspec including support for method stubs, fakes, and message expectations. WWW: https://github.com/rspec/rspec-mocks |
2011-06-27T02:17:13+00:00 | devel/rubygem-rspec-expectations |
Rspec-expectations adds should and should_not to every object Rspec-expectations adds should and should_not to every object and includes RSpec::Matchers, a library of standard matchers. WWW: https://github.com/rspec/rspec-expectations |
2011-06-27T02:16:24+00:00 | devel/rubygem-rspec-core |
RSpec Core provides the structure for writing executable examples RSpec Core provides the structure for writing executable examples of how your code should behave. WWW: https://github.com/rspec/rspec-core |
2011-06-26T08:15:16+00:00 | devel/hs-git-annex |
Manage files with git, without checking their contents into git git-annex allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due to limitations in memory, time, or disk space. It can store large files in many places, from local hard drives, to a large number of cloud storage services, including S3, WebDAV, and rsync, with a dozen cloud storage providers usable via plugins. Files can be stored encrypted with gpg, so that the cloud storage provider cannot see your data. git-annex keeps track of where each file is stored, so it knows how many copies are available, and has many facilities to ensure your data is preserved. git-annex can also be used to keep a folder in sync between computers, noticing when files are changed, and automatically committing them to git and transferring them to other computers. The git-annex webapp makes it easy to set up and use git-annex this way. WWW: http://git-annex.branchable.com/ |
2011-06-26T08:15:16+00:00 | devel/git-annex |
Manage file hierarchies with git git-annex allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due to limitations in memory, checksumming time, or disk space. Even without file content tracking, being able to manage files with git, move files around and delete files with versioned directory trees, and use branches and distributed clones, are all very handy reasons to use git. And annexed files can co-exist in the same git repository with regularly versioned files, which is convenient for maintaining documents, Makefiles, etc that are associated with annexed files but that benefit from full revision control. WWW: http://git-annex.branchable.com/ |
2011-06-26T08:12:57+00:00 | mail/sieve-connect |
Command-line client for the MANAGESIEVE protocol This is sieve-connect. A client for the ManageSieve protocol, as specifed in RFC 5804. Historically, this was MANAGESIEVE as implemented by timsieved in Cyrus IMAP. This is not yet fully compatible with RFC 5804, but is moving towards that from the timsieved baseline; some issues to be worked on are documented in the "TODO" file. sieve-connect speaks ManageSieve and supports TLS for connection privacy and also authentication if using client certificates. sieve-connect will use SASL authentication; SASL integrity layers are not supported, use TLS instead. GSSAPI-based authentication should generally work, provided that client and server can use a common underlaying protocol. If it doesn't work for you, please report the issue. sieve-connect is designed to be both a tool which can be invoked from scripts and also a decent interactive client. It should also be a drop-in replacement for "sieveshell", as supplied with Cyrus IMAP. WWW: https://github.com/philpennock/sieve-connect |
2011-06-26T07:43:46+00:00 | games/openssn |
Modern submarine simulator OpenSSN is a modern submarine simulator which focuses on keeping control of the submarine simple, letting the player focus on the tactical situation. WWW: http://openssn.sourceforge.net/ |
2011-06-26T07:17:01+00:00 | audio/umurmur |
Minimalistic Murmur (Mumble server) uMurmur is a minimalistic Mumble server primarily targeted to run on embedded computers, like routers, with an open OS like e.g. OpenWRT. The server part of Mumble is called Murmur, hence the name uMurmur. It is available as a precompiled package for quite a lot distributions. Check your distribution's package repository. WWW: http://umurmur.net/ |
2011-06-26T07:15:35+00:00 | devel/antlr2-python-runtime |
ANTLR v2 python runtime library ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions. This port is used to run python code generated by ANTLR. WWW: http://www.antlr2.org |
2011-06-26T07:01:51+00:00 | misc/digitemp |
Dallas Semiconductor 1-wire device reading console application DigiTemp is a simple to use console application for reading values from Dallas Semiconductor 1-wire devices. Its main use is for reading temperature sensors, but it also reads counters and understands the 1-wire hubs with devices on different branches of the network. DigiTemp now supports the following 1-wire temperature sensors: DS18S20 (and DS1820), DS18B20, DS1822, the DS2438 Smart Battery Monitor, DS2422 and DS2423 Counters, DS2409 MicroLAN Coupler (used in 1-wire hubs) and the AAG TAI-8540 humidity sensor. WWW: https://www.digitemp.com/software.shtml |
2011-06-26T05:39:17+00:00 | devel/serdisplib |
Library to drive graphical LC- and OLED displays serdisplib is as a library to drive serial LC- or OLED-displays with built-in controllers. Some displays connected to the parallel port are also supported. WWW: http://serdisplib.sourceforge.net/ |
2011-06-26T04:53:10+00:00 | sysutils/pbimaker |
Program to convert ports into PBI modules The Make-A-PBI program takes a port from the FreeBSD Ports tree and creates from it a PBI module. This module can then be used to create PBI packages. Make-A-PBI automates most aspects of the module creating process, setting up the required files and directories and collecting information from the port. WWW: http://makeapbi.sourceforge.net/ |
2011-06-26T03:21:27+00:00 | comms/rubygem-ruby-termios |
Ruby interface to termios Ruby-termios is a Ruby interface to termios. WWW: https://github.com/arika/ruby-termios |
2011-06-25T23:21:11+00:00 | mail/p5-Email-AddressParser |
RFC 2822 Address Parsing and Creation This class is a near drop-in replacement for the regex parsing of Email::Address |
2011-06-25T19:13:25+00:00 | multimedia/v4l-utils |
Video4Linux utilities Linux V4L2 and DVB API utilities shipped with the v4l libraries (libv4l). You can always find the latest development v4l-utils in the git repo: http://git.linuxtv.org/v4l-utils.git WWW: https://linuxtv.org/wiki/index.php/V4l-utils |
2011-06-25T10:18:14+00:00 | security/belier |
Easily cross several machines with SSH Belier allows opening a shell or executing a command on a remote computer through a SSH connection. The main feature of Belier is its ability to cross several intermediate computers before realizing the job. WWW: http://www.ohmytux.com/belier/index.html |
2011-06-25T10:11:01+00:00 | www/p5-Apache2-SiteControl |
Perl web site authentication/authorization system Apache2::SiteControl is a set of perl object-oriented classes that implement a fine-grained security control system for a web-based application. The intent is to provide a clear, easy-to-integrate system that does not require the policies to be written into your application components. It attempts to separate the concerns of how to show and manipulate data from the concerns of who is allowed to view and manipulate data and why. WWW: https://metacpan.org/release/Apache2-SiteControl |
2011-06-25T10:02:47+00:00 | www/pecl-sphinx |
Sphinx search engine php client Sphinx is a full-text search engine, distributed under GPL version 2. Commercial license is also available for embedded use. Generally, it's a standalone search engine, meant to provide fast, size-efficient and relevant fulltext search functions to other applications. Sphinx was specially designed to integrate well with SQL databases and scripting languages. Currently built-in data sources support fetching data either via direct connection to MySQL, or from an XML pipe. As for the name, Sphinx is an acronym which is officially decoded as SQL Phrase Index. WWW: http://www.sphinxsearch.com/ |
2011-06-25T09:59:38+00:00 | x11/trayer-srg |
Lightweight GTK2-based systray for UNIX desktop - sargon fork trayer-srg was forked from trayer in january 2010 to add some fancy features and clean up code. trayer is small program designed to provide systray functionality present in GNOME/KDE desktop enviroments for window managers which doesn't support that function. It's similar to other applications such as 'peksystray' and 'docker'. trayer code was extracted from fbpanel application, you can find more about it on it's homepage WWW: http://github.com/sargon/trayer-srg |
2011-06-25T09:49:35+00:00 | net-im/turpial |
Twitter client written in Python Turpial is a light and fast microblogging client written in Python. It supports Twitter and Identi.ca. WWW: http://turpial.org.ve/ |
2011-06-25T09:49:35+00:00 | net-im/py-turpial |
Twitter and Identi.ca client written in Python Turpial is a microblogging client for social networks like Twitter and Identi.ca. WWW: http://turpial.org.ve/ |
2011-06-25T09:41:05+00:00 | devel/py-minimongo |
Minimal database Model management for MongoDB Minimongo is a lightweight, schemaless, Pythonic Object-Oriented interface to MongoDB. It provides a very thin, dynamicly typed (schema-less) object management layer for any data stored in any MongoDB collection. Minimongo directly calls the existing pymongo query syntax. WWW: https://github.com/slacy/minimongo |
2011-06-25T09:39:15+00:00 | databases/py-sqlparse |
Non-validating SQL parser for Python sqlparse is a non-validating SQL parser module. It provides support for parsing, splitting and formatting SQL statements. WWW: https://github.com/andialbrecht/sqlparse |
2011-06-25T09:38:40+00:00 | textproc/libsphinxclient |
Sphinx Full-Text Search Engine C++ client library Sphinx is a full-text search engine, distributed under GPL version 2. Commercial license is also available for embedded use. Generally, it's a standalone search engine, meant to provide fast, size-efficient and relevant fulltext search functions to other applications. Sphinx was specially designed to integrate well with SQL databases and scripting languages. Currently built-in data sources support fetching data either via direct connection to MySQL, or from an XML pipe. As for the name, Sphinx is an acronym which is officially decoded as SQL Phrase Index. WWW: http://www.sphinxsearch.com/ |
2011-06-25T08:40:59+00:00 | devel/py-pythonbrew |
Python Environment manager pythonbrew is a program to automate the building and installation of Python in the users HOME. pythonbrew is inspired by perlbrew and rvm. WWW: https://github.com/utahta/pythonbrew |
2011-06-25T07:53:49+00:00 | graphics/squish |
Open source DXT compression library The squish library (abbreviated to libsquish) is an open source DXT compression library written in C++. WWW: http://code.google.com/p/libsquish/ |
2011-06-25T07:05:48+00:00 | devel/py-asn1-modules |
Collection of ASN.1 data structures for py-asn1 This is a small but growing collection of ASN.1 data structures expressed in Python terms using pyasn1 data model. WWW: http://sourceforge.net/projects/pyasn1/ |
2011-06-25T07:01:12+00:00 | devel/p5-Reflex |
Class library for flexible, reactive programs Reflex - A class library for flexible, reactive programs. Reflex is a library of classes that assist with writing reactive (AKA event-driven) programs. Reflex uses Moose internally, but it doesn't enforce programs to use Moose's syntax. However, Moose syntax brings several useful features we hope will become indispensible. WWW: https://metacpan.org/release/Reflex |
2011-06-25T06:44:53+00:00 | www/py-django-haystack |
Pluggable search for Django Haystack is modular search for Django Search doesn't have to be hard. Haystack lets you write your search code once and choose the search engine you want it to run on. With a familiar API that should make any Djangonaut feel right at home and an architecture that allows you to swap things in and out as you need to, it's how search ought to be. Haystack is BSD licensed, plays nicely with third-party app without needing to modify the source and supports Solr, Whoosh and Xapian. WWW: http://haystacksearch.org/ |
2011-06-25T03:43:29+00:00 | x11-wm/e17-module-itask |
MS Windows like taskbar module for e17 This is the MS Windows 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/ |
2011-06-25T03:43:12+00:00 | x11-wm/e17-module-empris |
Module to control mpris music player in Enlightenment 17 Control MPRIS supporting music player like Amarok, Audacious, xmms2 (via mpris bridge), vlc and others. WWW: http://www.enlightenment.org/ |
2011-06-25T03:42:54+00:00 | x11-wm/e17-module-news |
Module to display information feeds like Rss Module to display information feeds like Rss (and soon Atom) on Enlightenment 17 desktop. WWW: http://www.enlightenment.org/ |
2011-06-25T03:42:32+00:00 | x11-wm/e17-module-winlist-ng |
Winlist NG module for Enlightenment 17 A Winlist NG module for Enlightenment 17. It is a replacement for the standard winlist. This module should not only look different as the e17 winlist, it also will get a lot of functionality i was missing, for example: decide while selecting if you want to jump to the desk of the selected app or bring the selected app to the current desk, close the selected app directly, show the selected app on the current desk(if it's on another desk), etc. WWW: http://www.enlightenment.org/ |
2011-06-25T03:31:46+00:00 | databases/rubygem-memcache |
Ruby bindings for libmemcached rubygem-memcache Ruby client for memcached supporting advanced protocol features and pluggable architecture. WWW: https://github.com/ninjudd/memcache |
2011-06-24T18:19:33+00:00 | databases/rubygem-couchrest |
Provides a simple interface on top of CouchDBs RESTful HTTP API CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API, as well as including some utility scripts for managing views and attachments. WWW: https://github.com/couchrest/couchrest |
2011-06-24T15:30:08+00:00 | net-mgmt/p5-AnyEvent-SNMP |
Adaptor to integrate Net::SNMP into AnyEvent This module implements an alternative "event dispatcher" for Net::SNMP, using AnyEvent as a backend. It integrates Net::SNMP into AnyEvent: You can make non-blocking Net::SNMP calls and as long as other parts of your program also use AnyEvent (or some event loop supported by AnyEvent) and they will run in parallel. WWW: https://metacpan.org/release/AnyEvent-SNMP |
2011-06-24T14:55:20+00:00 | net/rubygem-http_parser.rb |
Simple callback-based HTTP request/response parser A simple callback-based HTTP request/response parser for writing http servers, clients and proxies. WWW: https://github.com/tmm1/http_parser.rb |
2011-06-23T19:32:59+00:00 | devel/rubygem-rdoc |
RDoc produces HTML and command-line documentation for Ruby projects RDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the +rdoc+ and +ri+ tools for generating and displaying online documentation. See RDoc for a description of RDoc's markup and basic use. WWW: https://ruby.github.io/rdoc/ |
2011-06-23T17:33:51+00:00 | devel/rubygem-json146 |
Parse JSON texts and generate them from ruby data structures This library can parse JSON texts and generate them from ruby data structures. This port implemented in C and comes with its own unicode conversion functions and a parser generated by the Ragel State Machine Compiler. WWW: http://rubygems.org/gems/json146/ |
2011-06-23T12:54:46+00:00 | audio/midipp |
MIDI playback, recording, and live performance tool MIDI Player Pro allows you to play any kind of MIDI music in seconds with your fingertips. List of supported features: - Raw MIDI. - Jack MIDI. - MPE support. - Import from lyrics sites (chorded lyrics) - Import from GuitarPro v3 and v4 format. - Import from MusicXML format. - Loading and saving from and to standard v1.0 MIDI files. - Realtime MIDI processing. - Simple sequence looping. - Supports simple karaoke mode. - 30000 BPM MIDI recording and playback. - Undo/Redo support. - Printing music like PDF. - Supports quarter-, octo- and hexa- tones. WWW: http://www.selasky.org/hans_petter/midistudio/ |
2011-06-23T12:54:14+00:00 | audio/libumidi |
Universal general purpose MIDI library The universal MIDI library is a multithreaded MIDI processing toolkit which can be used by realtime and non-realtime applications to load, save, modify and playback MIDI files. The umidi20 library supports direct playback and recording through JACK MIDI, FIFOs and character device nodes. WWW: http://www.selasky.org/hans_petter/midistudio |
2011-06-23T12:53:24+00:00 | audio/jack_umidi |
Daemon that converts a raw MIDI device into a JACK MIDI device This is a daemon that converts a raw MIDI device into a JACK MIDI device. WWW: http://www.selasky.org/hans_petter/midistudio |
2011-06-23T12:52:47+00:00 | audio/vo-amrwbenc |
VisualOn AMR-WB encoder library VisualOn AMR-WB encoder library This library contains an encoder implementation of the Adaptive Multi Rate Wideband (AMR-WB) audio codec. The library is based on a codec implementation by VisualOn as part of the Stagefright framework from the Google Android project. WWW: https://sourceforge.net/projects/opencore-amr/ |
2011-06-23T12:52:20+00:00 | audio/jack_ghero |
Daemon that converts a GuitarHero device into a JACK MIDI device This is a daemon that converts a GuitarHero device into a JACK MIDI device. WWW: http://www.selasky.org/hans_petter/midistudio |
2011-06-23T12:52:00+00:00 | audio/vo-aacenc |
VisualOn AAC encoder library VisualOn AAC encoder library This library contains an encoder implementation of the Advanced Audio Coding (AAC) audio codec. The library is based on a codec implementation by VisualOn as part of the Stagefright framework from the Google Android project. WWW: https://sourceforge.net/projects/opencore-amr/ |
2011-06-23T12:46:21+00:00 | net/ssspl |
Simple Socks Server for Perl SSSPL - Simple Socks Server for Perl SSS is a simple socks server written in perl that implements the SOCKS v5 protocol. WWW: https://sourceforge.net/projects/ssspl/ |
2011-06-22T21:01:00+00:00 | databases/rubygem-delayed_job_data_mapper |
DataMapper backend for delayed_job DataMapper backend for delayed_job WWW: https://github.com/collectiveidea/delayed_job_data_mapper |
2011-06-22T18:23:38+00:00 | databases/py-whisper |
Fixed-size database, similar in design to RRD Whisper is a fixed-size database, similar in design to RRD (round-robin-database). It provides fast, reliable storage of numeric data over time. WWW: https://github.com/graphite-project/whisper |
2011-06-22T13:43:45+00:00 | converters/osm2mp |
OpenStreetMap data into Polish map format (MP) converter OpenStreetMap data into Polish map format (MP) convertor WWW: https://code.google.com/archive/p/osm2mp/ |
2011-06-22T08:22:51+00:00 | math/ess |
R support for Emacsen Emacs Speaks Statistics (ESS) is an add-on package for emacs text editors such as GNU Emacs and XEmacs. It is designed to support editing of scripts and interaction with various statistical analysis programs such as R, S-Plus, SAS, Stata and JAGS. WWW: http://ess.r-project.org/ |
2011-06-22T02:41:05+00:00 | devel/rubygem-cloudfiles |
Ruby version of the Rackspace Cloud Files API A Ruby version of the Rackspace Cloud Files API WWW: http://www.rackspacecloud.com/cloud_hosting_products/files |
2011-06-21T15:52:37+00:00 | security/sslscan |
Fast SSL port scanner SSLScan is a fast SSL port scanner. SSLScan connects to SSL ports and determines what ciphers are supported, which are the servers prefered ciphers, which SSL protocols are supported and returns the SSL certificate. Client certificates and private key can be configured and output is to text / XML. WWW: https://github.com/rbsec/sslscan/ |
2011-06-21T01:48:54+00:00 | math/octave-forge-fuzzy-logic-toolkit |
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 fuzzy-logic-toolkit. A mostly MATLAB-compatible fuzzy logic toolkit for Octave. WWW: http://octave.sourceforge.net/ |
2011-06-21T01:46:10+00:00 | math/octave-forge-octclip |
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 octclip. This package allows to do boolean operations with polygons using the Greiner-Hormann algorithm. WWW: http://octave.sourceforge.net/ |
2011-06-21T00:57:07+00:00 | graphics/rubygem-ezprint |
Rails wrapper for the PDFKit library A Rails wrapper for the PDFkit library. Meant to be a drop in replacement for princely. WWW: https://github.com/jstewart/ezprint |
2011-06-21T00:52:01+00:00 | graphics/rubygem-pdfkit |
Uses wkhtmltopdf to create PDFs using HTML Uses wkhtmltopdf to create PDFs using HTML WWW: https://github.com/pdfkit/pdfkit |
2011-06-20T22:27:00+00:00 | graphics/povray-meta |
Meta port for all povray ports Meta port for all povray ports. |
2011-06-20T14:02:08+00:00 | multimedia/umplayer |
Modern front-end for MPlayer (fork of SMPlayer) UMPlayer is the multimedia player that fills all your needs. With dozens of advanced features and built-in codecs it can handle any media format, and can play Audio CDs, DVDs, (S)VCDs, TV / Radio cards, YouTube" and SHOUTcast" streams and even incomplete or damaged media files. WWW: http://www.umplayer.com/ |
2011-06-19T23:45:25+00:00 | devel/gio-sharp |
GIO bindings not available in gtk-sharp gio-sharp binds the GIO API, which isn't available in Gtk#. WWW: https://github.com/mono/gio-sharp |
2011-06-19T18:23:32+00:00 | www/pelican |
Static site generator written in Python Pelican is a static site generator, written in Python. - Write your content directly with your editor of choice (vim!) in reStructuredText, Markdown, or AsciiDoc formats - Includes a simple CLI tool to (re)generate your site - Easy to interface with distributed version control systems and web hooks - Completely static output is easy to host anywhere WWW: http://docs.getpelican.com/ |
2011-06-19T18:13:08+00:00 | www/py-feedgenerator |
Standalone version of django.utils.feedgenerator FeedGenerator is a standalone version of Django's feedgenerator module. It has evolved over time and includes numerous enhancements WWW: https://github.com/getpelican/feedgenerator |
2011-06-19T16:44:59+00:00 | databases/rubygem-dm-devise |
Adds DataMapper support to devise dm-devise adds DataMapper support to devise (devel/rubygem-devise) for authentication support for Rails. WWW: https://github.com/jm81/dm-devise |
2011-06-19T16:29:21+00:00 | dns/rubygem-net-dns |
Pure Ruby DNS library Net::DNS is a pure Ruby DNS library, with a clean OO interface and an extensible API WWW: https://github.com/bluemonk/net-dns |
2011-06-19T16:26:36+00:00 | devel/rubygem-sugar-high |
More Ruby sugar More Ruby sugar - inspired by the 'zuker' project WWW: https://github.com/kristianmandrup/sugar-high |
2011-06-19T16:25:34+00:00 | devel/rubygem-require_all |
Wonderfully simple way to load your code A wonderfully simple way to load your code WWW: https://github.com/jarmo/require_all |
2011-06-19T16:12:26+00:00 | devel/rubygem-minitest |
Minitest provides a complete suite of testing facilities Minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. minitest/unit is a small and incredibly fast unit testing framework. WWW: https://github.com/seattlerb/minitest |
2011-06-19T16:11:08+00:00 | devel/rubygem-test |
Run automated tests GemTesters is a community effort to document the test results for various gems, on various machine architectures. WWW: http://rubyworks.github.com/test |
2011-06-19T11:11:34+00:00 | multimedia/xmms-skins-huge |
Skins for X Multimedia System (XMMS) This port contains 680 skins for XMMS. |
2011-06-18T18:56:38+00:00 | lang/python-doc-text |
|
2011-06-18T18:46:40+00:00 | databases/rubygem-dm-rails |
Integrate DataMapper with Rails 3 This gem provides the railtie that allows datamapper to hook into rails3 and thus behave like a rails framework component. Just like activerecord does in rails, dm-rails uses the railtie API to hook into rails. The two are actually hooked into rails almost identically. Creating new datamapper apps on rails3 from scratch is actually really easy. The following will guide you through the process. WWW: https://github.com/datamapper/dm-rails |
2011-06-18T18:38:07+00:00 | databases/rubygem-dm-active_model |
DM plugin for active_model compliance and thus rails 3 compatibility A datamapper plugin for active_model compliance and thus rails 3 compatibility. WWW: https://github.com/datamapper/dm-active_model |
2011-06-18T18:36:04+00:00 | devel/rubygem-simple_form |
Forms made easy Forms made easy! WWW: https://github.com/plataformatec/simple_form |
2011-06-18T18:34:33+00:00 | databases/rubygem-dm-paperclip |
File attachments as attributes for DataMapper File attachments as attributes for DataMapper, based on the original Paperclip by Jon Yurek at Thoughtbot WWW: https://github.com/krobertson/dm-paperclip |
2011-06-18T18:32:35+00:00 | databases/rubygem-dm-pager |
DataMapper Pagination Not to be confused with the dm-pagination gem (a similar gem lacking in functionality) dm-pager is a new, fresh, and feature rich pagination implementation for DataMapper. Due to Github's gem builder being destroyed, we were forced to rename our gem to 'dm-pager' which is now available on Gemcutter.org. WWW: https://github.com/tj/dm-pagination |
2011-06-18T18:30:21+00:00 | devel/rubygem-delayed_job |
Asynchronously executing longer tasks in the background Delayed::Job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the background. It is a direct extraction from Shopify where the job table is responsible for a multitude of core tasks. Amongst those tasks are: - sending massive newsletters - image resizing - http downloads - updating smart collections - updating solr, our search server, after product changes - batch imports - spam checks WWW: https://github.com/collectiveidea/delayed_job |
2011-06-18T18:29:09+00:00 | databases/rubygem-dm-observer |
DataMapper plugin for observing Resources DataMapper::Observer allows you to add callback hooks to many models. This is similar to observers in ActiveRecord. WWW: https://github.com/datamapper/dm-observer |
2011-06-18T18:09:57+00:00 | devel/rubygem-devise |
Flexible authentication solution for Rails with Warden Flexible authentication solution for Rails with Warden WWW: https://github.com/heartcombo/devise |
2011-06-18T18:04:36+00:00 | devel/rubygem-orm_adapter |
Provides a single point of entry for using basic features of ruby ORMs Provides a single point of entry for using basic features of ruby ORMs WWW: https://github.com/ianwhite/orm_adapter |
2011-06-18T18:00:47+00:00 | devel/rubygem-warden |
Rack middleware that provides authentication for rack applications Rack middleware that provides authentication for rack applications WWW: https://github.com/hassox/warden |
2011-06-18T17:55:18+00:00 | devel/rubygem-jammit |
Industrial strength asset packaging library for Rails Jammit is an industrial strength asset packaging library for Rails, providing both the CSS and JavaScript concatenation and compression that you'd expect, as well as YUI Compressor and Closure Compiler compatibility, ahead-of-time gzipping, built-in JavaScript template support, and optional Data-URI / MHTML image embedding. WWW: http://documentcloud.github.io/jammit/ |
2011-06-18T17:50:44+00:00 | devel/rubygem-yui-compressor |
YUI Compressor for minifying JavaScript and CSS assets A Ruby interface to YUI Compressor for minifying JavaScript and CSS assets. WWW: https://github.com/sstephenson/ruby-yui-compressor |
2011-06-18T17:45:20+00:00 | devel/rubygem-popen4 |
Cross platform API for managing child processes POpen4 provides the Rubyist a single API across platforms for executing a command in a child process with handles on stdout, stderr, stdin streams as well as access to the process ID and exit status. WWW: https://github.com/shairontoledo/popen4 RG: https://rubygems.org/gems/POpen4 |
2011-06-18T14:14:05+00:00 | devel/rubygem-allison |
Modern, pretty RDoc template A modern, pretty RDoc template. WWW: https://github.com/evan/allison |
2011-06-18T13:48:26+00:00 | devel/bsdlibdwarf |
BSD licensed implementation of libdwarf BSD libdwarf is a BSD licenced implementation of libdwarf. It is part of the elftoolchain project. WWW: https://elftoolchain.svn.sourceforge.net |
2011-06-17T23:23:20+00:00 | textproc/hyphen |
Library for high quality hyphenation and justification Hyphen - hyphenation library to use converted TeX hyphenation patterns WWW: https://github.com/hunspell/hyphen |
2011-06-17T23:00:15+00:00 | textproc/mythes |
Simple thesaurus library MyThes is a simple thesaurus that uses a structured text data file and an index file with binary search to lookup words and phrases and return information on part of speech, meanings, and synonyms WWW: http://hunspell.github.io/ |
2011-06-16T03:53:21+00:00 | print/latex-ltablex |
Combines the features of both the tabularx and longtable packages ltablex modifies the tabularx environment to combine the features of the tabularx package (auto-sized columns in a fixed width table) with those of the longtable package (multi-page tables). WWW: https://ctan.org/tex-archive/macros/latex/contrib/ltablex/ |
2011-06-15T16:01:06+00:00 | www/httest |
HTTP Test Tool The htt provides a large variety of HTTP-related functionality, useful for implementing all kinds of HTTP-based tests: - Advanced HTTP protocol handling, including ne-grained timeout handling, request and response validation - Simulating clients and servers, including startup and shutdown of server daemons. This allows to create mock-ups of back-end systems in more complex test situations, for example when the tested application needs to interact with a 3rd-party back-end system which is not available in the testing environment. - Execution of external commandline tools, using their output as request or response data, or for validation purposes. - Copying stream data (e.g. from a response) and re-using it in variables. WWW: http://htt.sourceforge.net/ |
2011-06-15T15:22:37+00:00 | print/font-amsfonts |
Computer Modern and standard fonts for TeX The AMSFonts collection is a set of miscellaneous TeX fonts that augment the standard Computer Modern set normally distributed with TeX. AMSFonts includes - Euler math fonts - Extra mathematical symbols - Blackboard bold letters (uppercase only) - Fraktur letters - Subscript sizes of bold math italic and bold Greek letters - Subscript sizes of large symbols such as sum and product - Additional sizes of the Computer Modern small caps font - Cyrillic fonts (from the University of Washington) |
2011-06-14T21:39:56+00:00 | databases/nagios-check_postgres_replication |
Nagios plugin to check the lag between a postgresql replica and master nagiosplugin is a class library which helps writing Nagios (or Icinga) compatible plugins easily in Python. It cares for much of the boilerplate code and default logic commonly found in Nagios checks, including: * Nagios 3 Plugin API compliant parameters and output formatting * Controller to handle the general plugin control flow * Full Nagios range syntax support * Automatic threshold checking * Multiple independend measures and overall state logic * Long output and performance data * Timeout handling * Default options * Persistent "cookies" to retain state information between check runs WWW: https://pypi.org/project/nagiosplugin/ |
2011-06-13T18:39:00+00:00 | devel/tortoisehg2 |
THg script from TortoiseHG TortoiseHg is a Windows shell extension and a series of applications for the Mercurial distributed revision control system. It also includes a Gnome/Nautilus extension and a CLI wrapper application so the TortoiseHg tools can be used on non-Windows platforms. WWW: http://tortoisehg.bitbucket.org/ |
2011-06-12T20:21:13+00:00 | sysutils/aird |
Handles Apple IR receiver button events The aird daemon handles Apple IR receiver button events. If your system has an USB Apple IR receiver, most likely you'll also have an Apple Remote. An Apple remote has six (6) buttons: Volume up, Volume down, Play/Pause, Forward, Backward and Menu. For each button you can assign a command to execute. Apple IR receiver modules are found on: o MacBook (any generation) o MacBook Pro (any generation) o Intel iMac o Intel MacMini WWW: https://wiki.freebsd.org/AppleMacbook |
2011-06-12T18:59:59+00:00 | devel/notify-sharp |
C\# client library for notification-daemon notify-sharp is a C# client implementation for Desktop Notifications, i.e. notification-daemon. It is inspired by the libnotify API. WWW: http://www.ndesk.org/NotifySharp |
2011-06-12T16:26:42+00:00 | devel/p5-Google-ProtocolBuffers |
Simple interface to Google Protocol Buffers Google Protocol Buffers is a data serialization format. It is binary (and hence compact and fast for serialization) and as extendable as XML; its nearest analogues are Thrift and ASN.1. There are official mappings for C++, Java and Python languages; this library is a mapping for Perl. WWW: https://metacpan.org/release/Google-ProtocolBuffers |
2011-06-12T16:18:59+00:00 | science/p5-Geo-Coordinates-Converter-iArea |
Some utility functions around iArea Geo::Coordinates::Converter::iArea is utilities for DoCoMo iArea. WWW: https://metacpan.org/release/Geo-Coordinates-Converter-iArea |
2011-06-12T16:16:44+00:00 | databases/p5-DBIx-Class-Cursor-Cached |
Cursor class with built-in caching support DBIx::Class::Cursor::Cached provides cursor class with built-in caching support. WWW: https://metacpan.org/release/DBIx-Class-Cursor-Cached |
2011-06-12T16:12:00+00:00 | www/p5-ModPerl-VersionUtil |
Makes it easier to investigate your mod_perl version ModPerl::VersionUtil helps you to investigate your mod_perl version easily. WWW: https://metacpan.org/release/ModPerl-VersionUtil |
2011-06-12T16:00:42+00:00 | net/shaperprobe |
Utility to check for traffic shapers Shaperprobe is a speed test utility to analyze traffic shaping being done and determine max downstream and upstream throughput. WWW: http://www.cc.gatech.edu/~partha/diffprobe/shaperprobe.html |
2011-06-12T12:21:46+00:00 | graphics/ppsei |
PowerPoint images extractor ppsei (PPS Extract Images) is a simple command line program, which tries to extract images from Microsoft PowerPoint documents (PPS/PPT). WWW: https://sourceforge.net/projects/ppsei/ |
2011-06-11T23:14:30+00:00 | databases/postgresql91-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/ |
2011-06-11T23:14:30+00:00 | databases/postgresql91-client |
PostgreSQL database (client) |
2011-06-11T21:22:20+00:00 | sysutils/qjail |
Utility to quickly deploy and manage jails This qjail version only supports RELEASE-11.0 and newer. Qjail [ q = quick ] is a 4th generation wrapper for the basic chroot jail system that includes security and performance enhancements. Plus a new level of "user friendliness" enhancements dealing with deploying just a few jails or large scale jail environments consisting of 100's of jails. Qjail uses the jail(8) jail.conf method. This provides the ability to enable the following options on a per-jail basis. exec.fib, securelevel, allow.sysvipc, devfs_rulesets, allow.raw_sockets, allow.quotas, allow.mount.nullfs, allow.mount.tmpfs, allow.mount.zfs, vnet.interface, and vnet. The vnet option gives a jail its own network stack using the experimental vimage kernel module. The vnet option has only been tested on i386 and amd64 equipment. Qjail requires no knowledge of the jail command usage. It uses "nullfs" for read-only system executables, sharing one copy of them with all the jails. Uses "mdconfig" to create sparse image jails. Sparse image jails provide a method to limit the total disk space a jail can consume, while only occupying the physical disk space of the sum size of the files in the image jail. Ability to assign ip address with their network device name, so aliases are auto created on jail start and auto removed on jail stop. Ability to create "ZONE"s of identical qjail systems, each with their own group of jails. Ability to designate a portion of the jail name as a group prefix so the command being executed will apply to only those jail names matching that prefix. Qjail has been incorporated into the Finch open source project, see http://dreamcat4.github.io/finch/ for details. WWW: http://qjail.sourceforge.net/ |
2011-06-11T19:21:14+00:00 | net/py-beanstalkc |
Simple beanstalkd client library for Python beanstalkc is a simple beanstalkd client library for Python. WWW: https://github.com/earl/beanstalkc/ |
2011-06-11T19:04:02+00:00 | german/bugzilla3 |
German localization for Bugzilla German localization for Bugzilla bug tracking system. WWW: http://sourceforge.net/projects/bugzilla-de |
2011-06-11T19:04:02+00:00 | german/bugzilla |
German localization for Bugzilla German localization for Bugzilla bug tracking system. WWW: http://sourceforge.net/projects/bugzilla-de |
2011-06-11T14:56:32+00:00 | devel/p5-MooseX-Runnable |
Tag a class as a runnable application MooseX::Runnable is a framework for making classes runnable applications. This role doesn't do anything other than tell the rest of the framework that your class is a runnable application that has a "run" method which accepts arguments and returns the process' exit code. This is a convention that the community has been using for a while. This role tells the computer that your class uses this convention, and let's the computer abstract away some of the tedium this entails. WWW: https://metacpan.org/release/MooseX-Runnable |
2011-06-11T14:53:29+00:00 | devel/p5-MooseX-Types-Set-Object |
Set::Object type with coercions and stuff MooseX::Types::Set::Object provides Moose type constraints (see Moose::Util::TypeConstraints, MooseX::Types). WWW: https://metacpan.org/release/MooseX-Types-Set-Object |
2011-06-11T14:51:17+00:00 | devel/p5-Test-TableDriven |
Write tests, not scripts that run them Writing table-driven tests is usually a good idea. Adding a test case doesn't require adding code, so it's easy to avoid fucking up the other tests. However, actually going from a table of tests to a test that runs is non-trivial. Test::TableDriven makes writing the test drivers trivial. You simply define your test cases and write a function that turns the input data into output data to compare against. Test::TableDriven will compute how many tests need to be run, and then run the tests. Concentrate on your data and what you're testing, not plan tests = scalar keys %test_cases> and a big foreach loop. WWW: https://metacpan.org/release/Test-TableDriven |
2011-06-11T01:32:37+00:00 | security/truecrypt |
Free open-source disk encryption software Free open-source disk encryption software Main Features: * Creates a virtual encrypted disk within a file and mounts it as a real disk. * Encrypts an entire partition or storage device such as USB flash drive or hard drive. * Encryption is automatic, real-time (on-the-fly) and transparent. * Parallelization and pipelining allow data to be read and written as fast as if the drive was not encrypted. * Provides plausible deniability, in case an adversary forces you to reveal the password: Hidden volume (steganography) and hidden operating system. WWW: http://www.truecrypt.org/ |
2011-06-10T22:07:43+00:00 | sysutils/py-nagiosplugin |
Class library for writing Nagios (Icinga) plugins nagiosplugin is a class library which helps writing Nagios (or Icinga) compatible plugins easily in Python. It cares for much of the boilerplate code and default logic commonly found in Nagios checks, including: * Nagios 3 Plugin API compliant parameters and output formatting * Controller to handle the general plugin control flow * Full Nagios range syntax support * Automatic threshold checking * Multiple independend measures and overall state logic * Long output and performance data * Timeout handling * Default options * Persistent "cookies" to retain state information between check runs WWW: https://bitbucket.org/flyingcircus/nagiosplugin |
2011-06-10T17:43:49+00:00 | multimedia/vdr-plugin-ttxtsubs |
Video Disk Recorder - teletext subtitle plugin http://www.linuxtv.org/vdrwiki/index.php/Ttxtsubs-plugin vdr-ttxtsubs - a teletext subtitle plugin for the Linux Video Disk Recorder This plug-in implements displaying, recording and replaying teletext based subtitles using the on screen display. WWW: https://projects.vdr-developer.org/projects/plg-ttxtsubs |
2011-06-10T08:28:17+00:00 | devel/p5-Data-Peek |
Collection of low-level debug facilities Data::Peek started off as DDumper being a wrapper module over Data::Dumper, but grew out to be a set of low-level data introspection utilities that no other module provided yet, using the lowest level of the perl internals API as possible. WWW: https://metacpan.org/release/Data-Peek |
2011-06-08T05:15:07+00:00 | databases/p5-DBD-mysql52 |
mariadb driver for the Perl5 Database Interface (DBI) |
2011-06-07T14:22:23+00:00 | print/ghostscript9-nox11 |
|
2011-06-06T20:17:43+00:00 | www/zen-cart |
PHP-based user-friendly, open source shopping cart Zen Cart truly is the art of e-commerce; free, user-friendly, open source shopping cart software. The ecommerce web site design program is being developed by a group of like-minded shop owners, programmers, designers, and consultants that think ecommerce web design could be and should be done differently. Some shopping cart solutions seem to be complicated programming exercises instead of responding to users' needs, Zen Cart puts the merchants and shoppers requirements first. WWW: http://www.zen-cart.com/ |
2011-06-06T17:25:52+00:00 | devel/p5-Sub-Alias |
Simple subroutine alias This module does a compile-time code injection to let you define subroutine aliases based on its name. This differs from p5-Sub-Name in that it defines a typeglob in a more correct way and keeps you from manipulating the symbols table directly. You can use the subroutine as if it was defined the ordinary way then. This is particularly useful in the cases when you need to have several identical subroutines with different names. WWW: https://metacpan.org/release/Sub-Alias |
2011-06-06T09:27:32+00:00 | devel/p5-Eval-Closure |
Safely and cleanly create closures via string eval String eval is often used for dynamic code generation. For instance, Moose uses it heavily, to generate inlined versions of accessors and constructors, which speeds code up at runtime by a significant amount. String eval is not without its issues however - it's difficult to control the scope it's used in (which determines which variables are in scope inside the eval), and it can be quite slow, especially if doing a large number of evals. This module attempts to solve both of those problems. It provides an eval_closure function, which evals a string in a clean environment, other than a fixed list of specified variables. It also caches the result of the eval, so that doing repeated evals of the same source, even with a different environment, will be much faster (but note that the description is part of the string to be evaled, so it must also be the same (or non-existent) if caching is to work properly). WWW: https://metacpan.org/release/Eval-Closure |
2011-06-06T07:29:26+00:00 | net-p2p/qbittorrent-28 |
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/ |
2011-06-06T07:29:26+00:00 | net-p2p/qbittorrent-28-nox11 |
Bittorrent client using libtorrent-rasterbar, web UI version qBittorrent v2 is the closest open source (GNU GPL v2 license) equivalent to utorrent. It is based on libtorrent-rasterbar. Features: Remote control through a Web user interface * Nearly identical to the regular UI, all in Ajax 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 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/ |
2011-06-04T19:02:16+00:00 | net-mgmt/nagtail |
Tail for the nagios status.dat file NagTail is like tail(1), but for the nagios status.dat file. WWW: http://www.vanheusden.com/nagtail/ |
2011-06-03T12:51:23+00:00 | graphics/exiftran |
Command line utility to transform jpeg files exiftran is a command line utility to transform digital image jpeg images. It can do lossless rotations like jpegtran, but unlike jpegtran it cares about the EXIF data: It can rotate images automatically by checking the exif orientation tag, it updates the exif informaton if needed (image dimension, orientation), it also rotates the exif thumbnail. It can process multiple images at once. WWW: https://www.kraxel.org/blog/linux/fbida/ |
2011-06-03T09:50:30+00:00 | graphics/dmtx-utils |
Software for reading and writing Data Matrix barcodes dmtx-utils - software for reading and writing Data Matrix barcodes libdmtx is open source software for reading and writing Data Matrix barcodes on Linux, Unix, OS X, Windows, and certain mobile devices. The included utility programs, dmtxread and dmtxwrite, serve as the official interface to libdmtx from the command line, and also provide a good reference for programmers who wish to write their own programs that interact with libdmtx. Data Matrix barcodes are two-dimensional symbols that hold a dense pattern of data with built-in error correction. The Data Matrix symbology (sometimes casually referred to as "DataMatrix") was invented and released into the public domain by RVSI Acuity CiMatrix. WWW: http://libdmtx.sourceforge.net |
2011-06-03T08:10:38+00:00 | math/py-nzmath |
Number theory oriented calculation system NZMATH is a Python based number theory oriented calculation system. The centre of development in origin is Tokyo Metropolitan University. It is freely available and distributed under the BSD license. WWW: http://tnt.math.se.tmu.ac.jp/nzmath/ |
2011-06-03T02:07:25+00:00 | devel/p5-AnyMQ |
Non-blocking message queue system based on AnyEvent AnyMQ is message queue system based on AnyEvent. It can store all messages in memory or use external message queue servers. WWW: https://metacpan.org/release/AnyMQ |
2011-06-03T02:06:11+00:00 | devel/p5-MouseX-Traits |
Automatically apply roles at object creation time Often you want to create components that can be added to a class arbitrarily. MouseX::Traits makes it easy for the end user to use these components. Instead of requiring the user to create a named class with the desired roles applied, or apply roles to the instance one-by-one, he can just create a new class from yours with with_traits, and then instantiate that. WWW: https://metacpan.org/release/MouseX-Traits |
2011-06-03T01:00:16+00:00 | textproc/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: https://github.com/buganini/kmfl-khmer/ |
2011-06-03T00:42:05+00:00 | math/py-graphtool |
Python module for complex network based on C++ Graph-tool is an efficient python module for manipulation and statistical analysis of graphs (a.k.a. networks). WWW: http://projects.skewed.de/graph-tool/ |
2011-06-02T04:05:56+00:00 | www/fancybox |
JavaScript library for image/html/multimedia content display fancyBox is a tool that offers a nice and elegant way to add zooming functionality for images, html content and multi-media on your webpages. It is built on the top of the popular JavaScript framework jQuery and is both easy to implement and a snap to customize. Features: - Can display images, HTML elements, SWF movies, iframes and also Ajax requests. - Customizable through settings and CSS. - Groups related items and adds navigation. - If the mouse wheel plugin is included in the page then FancyBox will respond to mouse wheel events as well. - Support fancy transitions by using easing plugin. - Adds a nice drop shadow under the zoomed item. WWW: http://fancyapps.com/fancybox/ |
2011-06-01T15:44:21+00:00 | www/p5-HTML-Parser-Simple |
Parse nice HTML files without needing a compiler HTML::Parser::Simple is a pure Perl module. It parses HTML4 files, and generates a tree of nodes per HTML tag. WWW: https://metacpan.org/release/HTML-Parser-Simple |
2011-06-01T15:43:18+00:00 | textproc/p5-XML-Toolkit |
Suit of XML tools with Antlers XML::Toolkit is a suite of tools that work to make handling XML easier. It is designed to marshall XML documents into Moose classes and back again with minimal changes. WWW: https://metacpan.org/release/XML-Toolkit |
2011-06-01T15:40:57+00:00 | devel/p5-MooseX-MetaDescription |
Framework for adding additional metadata to Moose classes MooseX::MetaDescription allows you to add arbitrary out of band metadata to your Moose classes and attributes. This will allow you to track out of band data along with attributes, which is very useful for say serializing Moose classes in HTML or XML. WWW: https://metacpan.org/release/MooseX-MetaDescription |
2011-06-01T15:38:40+00:00 | devel/p5-IO-Any |
IO::Any opens anything IO::Any aims to provide read/write anything. It tries to guess what the "anything" is based on some rules. WWW: https://metacpan.org/release/IO-Any |
2011-06-01T15:32:22+00:00 | devel/p5-Devel-PackagePath |
Inspect and manipulate a Path based on a Package name Devel::PackagePath is a Perl module to inspect and manipulate a Path based on a Package name. WWW: https://metacpan.org/release/Devel-PackagePath |
2011-06-01T15:26:27+00:00 | devel/p5-Bread-Board |
Solderless way to wire up your application components Bread::Board is an inversion of control framework with a focus on dependency injection and lifecycle management. It's goal is to help you write more decoupled objects and components by removing the need for you to manually wire those objects/components together. WWW: https://metacpan.org/release/Bread-Board |
2011-06-01T15:24:50+00:00 | devel/p5-Module-CheckDeps |
Very simple dependencies checker for Perl code Module::CheckDeps parses Perl code searching for used modules. It can either return a list of all the modules used by some code, or a list of the used modules that are not available in the host system (e.g. not installed modules). Compared to similar modules, such as Module::ScanDeps, Module::CheckDeps is simpler and less powerful, but also much faster. WWW: https://metacpan.org/release/ALEXBIO/Module-CheckDeps-0.08 |
2011-06-01T15:21:52+00:00 | www/py-django-css |
Django application that automates CSS compilation and compression Django-css is a fork of django_compressor that makes it easy to use CSS compilers with your Django projects. WWW: https://github.com/dziegler/django-css |
2011-06-01T08:53:22+00:00 | dns/p5-Net-DNS-Check |
Module for easy domain name checking Net::DNS::Check is a collection of OOP Perl modules allowing easy implementation of applications for domain name checking. The Net::DNS::Check was built to be as easy as possible to use and highly configurable and flexible: it allow easy implementation of your custom test and deeper configuration of what you want to check and how. WWW: https://metacpan.org/release/Net-DNS-Check |
2011-06-01T08:48:18+00:00 | textproc/ocaml-text |
OCaml library for dealing with text OCaml-Text is a library for dealing with ``text'', i.e. a sequence of Unicode characters, in a convenient way. WWW: http://forge.ocamlcore.org/projects/ocaml-text/ |
2011-05-31T03:53:29+00:00 | archivers/libunrar4 |
Library to work with RAR archives The UnRAR library is a minor part of the RAR archiver and contains RAR uncompression algorithm. UnRAR requires very small volume of memory to operate. UnRAR library can be used by other programs to extract RAR archives. This package contains small fixes from the http://mcmcc.bat.ru/clamav/. WWW: http://www.rarsoft.com/ |
2011-05-31T02:01:28+00:00 | devel/protobuf-c |
Code generator and libraries to use Protocol Buffers from pure C This package provides a code generator and runtime libraries to use Protocol Buffers from pure C (not C++). It uses a modified version of protoc called protoc-c. WWW: https://github.com/protobuf-c/protobuf-c |
2011-05-30T20:09:08+00:00 | devel/czmq |
High-level C Binding for zmq High-level C binding for ZMQ. WWW: http://czmq.zeromq.org/ |
2011-05-30T15:12:45+00:00 | japanese/jacode.pl |
Perl library for Japanese character code conversion jacode.pl - Perl library for Japanese character code conversion This software has upper compatibility to jcode.pl. * jcode.pl upper compatible * Perl4(also Perl5) script * Acts as a wrapper to Encode::from_to (Yes, not only Japanese!) * Support HALFWIDTH KATAKANA * Support UTF-8 by cp932 to Unicode table http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT http://support.microsoft.com/kb/170559/ja (JIS X 0221:2007 BASIC JAPANESE and COMMON JAPANESE) * Hidden UTF8 flag * No Object oriented * Possible to re-use past code and how to WWW: https://metacpan.org/release/Jacode |
2011-05-29T15:38:23+00:00 | math/lrng |
Uniform random number generators of P. L'Ecuyer and his colleagues lrng is a collection of uniform pseudorandom number generators, written in C, and based on algorithms by Francois Panneton, Pierre L'Ecuyer, and Makoto Matsumoto. WWW: http://www.iro.umontreal.ca/~simardr/ |
2011-05-29T01:45:26+00:00 | net-mgmt/nagios-check_mysql_slave |
Nagios Plugin to monitor MySQL replication on a slave The check_mysql_slave plugin allows you to check that a particular MySQL replication slave is running and (coming soon) is within a threshold bytes or seconds behind its master. WWW: http://buhacoff.net/software/check_mysql_slave |
2011-05-28T13:11:57+00:00 | www/php-yaf |
Yaf is a php framework, the difference is yaf is a PHP Extension Yaf is a php framework , the difference is yaf is a PHP Extension. WWW: http://code.google.com/p/yafphp |
2011-05-28T13:11:57+00:00 | www/pecl-yaf |
MVC framework written as a C PHP extension Yaf is a PHP MVC framework, the difference being Yaf is a PHP Extension. WWW: https://pecl.php.net/package/yaf |
2011-05-27T18:11:32+00:00 | math/ltl2ba |
Fast translation from LTL formulae to Buchi automata ltl2ba implements an algorithm of P. Gastin and D. Oddoux to generate Buchi automata from linear temporal logic (LTL) formulae. This algorithm generates a very weak alternating automaton and then transforms it into a Buchi automaton, using a generalized Buchi automaton as an intermediate step. Each automaton is simplified on-the-fly in order to save memory and time. As usual the LTL formula is simplified before any treatment. ltl2ba is more efficient than Spin 3.4.1, with regard to the size of the resulting automaton, the time of the computation, and the memory used. WWW: http://www.lsv.fr/~gastin/ltl2ba/ |
2011-05-27T09:45:29+00:00 | devel/libgit2 |
Portable, pure C implementation of the Git core libgit2 is... licensed under a very permissive license so you can use it anywhere faster than any other Git library written in standards compliant C99 completely multi-platform: Windows, Linux, Mac OS X, xBSD compiled natively under all platforms (yes, even MSVC on Windows) re-entrant, with sane error handling designed with a solid and consistent API available as bindings for all major scripting languages WWW: http://libgit2.github.com/ |
2011-05-26T23:06:09+00:00 | devel/horde4-constraint |
Horde Constraint library This port provides a programmatic way of building constraints that evaluate to true or false. WWW: http://www.horde.org/ |
2011-05-26T22:40:26+00:00 | devel/horde4-streamwrapper |
This port provides various stream wrappers This package provides various stream wrappers. WWW: http://www.horde.org/ |
2011-05-26T22:20:23+00:00 | devel/horde4-streamfilter |
This port provides various stream filters This port provides various stream filters WWW: http://www.horde.org |
2011-05-26T21:20:41+00:00 | devel/horde4-translation |
Horde translation library Horde translation library. WWW: http://www.horde.org |
2011-05-26T20:06:56+00:00 | www/horde4-template |
Horde Template system Horde Template system. WWW: http://www.horde.org |
2011-05-26T19:51:26+00:00 | devel/p5-IPC-MMA |
Improved Perl interface to Ralf Engelschall's mm library #' IPC::MMA provides an interface to Ralf Engelschall's mm library, allowing memory to be shared between multiple processes in a relatively convenient way. IPC::MMA is a superset of Arthur Choung's IPC::MM module, adding arrays and allowing any Perl scalar to be used as a hash/BTree key rather than just C strings. IPC::MMA hashes are like IPC::MM BTrees in that they return keys in sorted order ineach, keys, and next operations. An IPC::MMA array can store data in any of six ways, including general-purpose scalars, signed or unsigned integers, floating-point numbers, fixed-length strings/records, and booleans at one bit per array element. WWW: https://metacpan.org/release/IPC-MMA |
2011-05-26T19:49:12+00:00 | devel/p5-POE-Quickie |
Lazy way to wrap blocking code and programs If you need nonblocking access to an external program, or want to execute some blocking code in a separate process, but you don't want to write a wrapper module or some POE::Wheel::Run boilerplate code, then POE::Quickie can help. You just specify what you're interested in (stdout, stderr, and/or exit code), and POE::Quickie will handle the rest in a sensible way. It has some convenience features, such as killing processes after a timeout, and storing process-specific context information which will be delivered with every event. There is also an even lazier API which suspends the execution of your event handler and gives control back to POE while your task is running, the same way LWP::UserAgent::POE does. This is provided by the quickie_* functions which are exported by default. WWW: https://metacpan.org/release/POE-Quickie |
2011-05-26T19:47:01+00:00 | devel/py-pycalendar |
iCalendar and vCard module for python An iCalendar and vCard project for python. WWW: https://pypi.org/project/pycalendar/2.0/ SVN: http://svn.mulberrymail.com/repos/PyCalendar/branches/server-stable/ |
2011-05-26T17:41:13+00:00 | www/horde4-browser |
Horde browser API The Horde_Browser class provides an API for getting information about the current user's browser and its capabilities. WWW: http://www.horde.org |
2011-05-26T16:58:58+00:00 | net-mgmt/nagstamon |
Nagios status monitor for your desktop Nagstamon is a Nagios status monitor for the desktop. It connects to multiple Nagios, Icinga, Opsview, Centreon, Op5 Monitor/Ninja and Check_MK Multisite monitoring servers and resides in systray or as a floating statusbar at the desktop showing a brief summary of critical, warning, unknown, unreachable and down hosts and services and pops up a detailed status overview when moving the mouse pointer over it. Connecting to displayed hosts and services is easily established by context menu via SSH, RDP and VNC. Users can be notified by sound. Hosts and services can be filtered by category and regular expressions. WWW: https://nagstamon.ifw-dresden.de/ |
2011-05-26T16:47:27+00:00 | x11-fonts/paratype |
ParaType font collection for the languages of Russia The ParaType PT Sans and PT Serif font families were developed as part of the "Public Types of Russian Federation" project. The main objective of the project is to allow the peoples of Russia to read and write their native languages using free/libre fonts. In addition to standard Western, Central European, and Cyrillic code pages, the fonts contain characters of all title languages of the Russian Federation. PT Sans is based on Russian sans serif types of the second part of the XX century, but at the same time has a very distinctive features of modern humanistic design. The family consists of 8 styles: 4 basic styles, 2 caption styles for small sizes, and 2 narrow styles. PT Serif is a transitional serif face with humanistic terminals designed for use together with PT Sans. It consists of 6 styles: 4 basic styles, and 2 caption styles for small sizes. The fonts were released by ParaType, and designed by Alexandra Korolkova, Olga Umpeleva and Vladimir Yefimov. WWW: https://www.paratype.com/public/ |
2011-05-26T08:50:57+00:00 | graphics/fotoxx |
Application to organize and edit image collections Fotoxx is a free open source Linux program for photo editing and collection management. The goal is to meet most user needs while remaining fast and easy to use. WWW: http://www.kornelix.com/fotoxx.html |
2011-05-26T06:13:25+00:00 | games/kmancala |
Board game for KDE, also known as Mancala or Kalah kMancala is an count-and-capture like board game. This game heavily favors the starting player, who will always win the three-seed to five-seed versions with perfect play. This game is sometimes also called "Kalahari", "Kalah", "Kalaha" or "Mancala". WWW: http://kde-apps.org/content/show.php?content=142045 |
2011-05-25T23:54:49+00:00 | devel/horde4-cache |
Horde caching API Horde cache provides a simple, functional caching API, with the option to store the cached data on the filesystem, in one of the PHP opcode cache systems (APC, eAcclerator, XCache, or Zend Performance Suite's content cache), memcached, or an SQL table. WWW: http://www.horde.org |
2011-05-25T23:24:31+00:00 | deskutils/horde4-alarm |
Horde interface to deal with reminders, alarms and notifications Horde Alarm. This package provides an interface to deal with reminders, alarms and notifications through a standardized API. The following notification methods are available at the moment: standard Horde notifications, popups, emails, sms. WWW: http://www.horde.org |
2011-05-25T22:34:25+00:00 | chinese/ydict |
Command line tool of Yahoo! Dict A tool looks up Yahoo! Dict in command line. WWW: http://code.google.com/p/ydict/ |
2011-05-25T18:45:54+00:00 | textproc/hs-xhtml-docs |
Documentation for xhtml Hyperlinked documentation for the xhtml library. This documentation is generated by HsColour and haddock. |
2011-05-25T18:40:33+00:00 | devel/horde4-autoloader |
Horde Autoloader Autoload implementation and class loading manager for Horde. WWW: http://www.horde.org |
2011-05-25T18:00:36+00:00 | devel/horde4-dateparser |
Library for natural-language date parsing Horde Date Parser. Library for natural-language date parsing, with support for multiple languages and locales. WWW: http://www.horde.org |
2011-05-25T00:09:37+00:00 | net/openafs |
AFS implementation from openafs.org AFS is a distributed filesystem product, pioneered at Carnegie Mellon University and supported and developed as a product by Transarc Corporation (now IBM Pittsburgh Labs). It offers a client-server architecture for federated file sharing and replicated read-only content distribution, providing location independence, scalability, security, and transparent migration capabilities. AFS is available for a broad range of heterogeneous systems including UNIX, Linux, MacOS X, and Microsoft Windows. IBM branched the source of the AFS product, and made a copy of the source available for community development and maintenance. They called the release OpenAFS. WWW: http://www.openafs.org/ |
2011-05-25T00:09:22+00:00 | devel/horde4-date |
Horde date package Horde package for creating and manipulating dates. WWW: http://www.horde.org/ |
2011-05-24T21:49:48+00:00 | textproc/p5-YAML-Shell |
YAML Test Shell This program is designed to let you play with the Perl YAML modules in an interactive way. When you to type in Perl, you get back YAML. And vice versa. WWW: https://metacpan.org/release/YAML-Shell |
2011-05-24T16:05:57+00:00 | devel/p5-MouseX-StrictConstructor |
Make your object constructors blow up on unknown attributes MouseX::StrictConstructor is a Perl module to make your object constructors blow up on unknown attributes. WWW: https://metacpan.org/release/MouseX-StrictConstructor |
2011-05-24T16:04:49+00:00 | devel/p5-MouseX-NativeTraits |
Extend your attribute interfaces for Mouse MouseX::NativeTraits is a Perl module to extend your attribute interfaces for Mouse. WWW: https://metacpan.org/release/MouseX-NativeTraits |
2011-05-24T08:35:26+00:00 | security/p5-dicewaregen |
Perl script to generate Diceware dictionaries for passwords Dicewaregen is simple perl script that generates Diceware dictionaries, that can be used to create passphrases. Dicewaregen relies on aspell, to make wordlist. Once you have wordlist you can create Diceware dictionary. You can make few wordlists using different languages, merge them and then make Diceware dictionary. More info about Diceware: http://world.std.com/~reinhold/diceware.html WWW: https://github.com/graudeejs/dicewaregen.pl |
2011-05-23T23:51:36+00:00 | devel/horde4-rdo |
Rampage data objects Horde Rdo. Rampage Data Objects WWW: http://www.horde.org |
2011-05-23T23:08:32+00:00 | devel/horde4-content |
Horde tagging application This application provides tagging support for the other Horde applications. WWW: http://pear.horde.org |
2011-05-23T22:25:32+00:00 | deskutils/horde4-itip |
Horde iTip invitation response handling Horde iTip. This port allows to generate MIME encapsuled responses to iCalender invitations. WWW: http://www.horde.org |
2011-05-23T20:58:46+00:00 | print/ghostscript9 |
Ghostscript 9.x PostScript interpreter Ghostscript is the well-known PostScript interpreter which is available for all common and most esoteric platforms and supports many different printers and some displays. This is distributed with the GNU General Public License, which allows free use, and free copying and redistribution under certain conditions (including, in some cases, commercial distribution). This port includes add-on packages (not part of the official gs release) o HP8XX driver for HP DeskJet 880C/882C/895C - http://www.gelhaus.net/hp880c/ o PCL3 driver for HP DeskJet series - http://home.vrweb.de/martin.lottermoser/pcl3.html o DJ970 driver for HP DeskJet 970CXi - http://www.harsch.net/Ghostscript/ghostscript.html o Special drivers for verious printer models - Alps, Canon, Epson, NEC, Lexmark, Ricoh,... o Additional contributed uniprint driver profiles for - Epson Stylus Color 740 and Epson LQ-1170 WWW: http://www.cs.wisc.edu/~ghost/doc/GPL/index.htm http://www.ghostscript.com/ |
2011-05-23T20:31:00+00:00 | graphics/horde4-image |
Horde Image API, with backends for various image formats This package provides an Image utility API, with backends for: * GD * GIF * PNG * SVG * SWF * ImageMagick convert command line tool * Imagick Extension WWW: http://www.horde.org |
2011-05-23T19:21:18+00:00 | security/horde4-auth |
Common interface to backends for Horde authentication The Horde_Auth package provides a common interface into the various backends for the Horde authentication system. WWW: http://www.horde.org |
2011-05-22T12:38:03+00:00 | net/yate |
Yet Another Telephony Engine Yate - Yet Another Telephony Engine is a next-generation telephony engine; while currently focused on Voice over Internet Protocol (VoIP) and PSTN, its power lies in its ability to be easily extended. Voice, video, data and instant messenging can all be unified under Yate's flexible routing engine, maximizing communications efficiency and minimizing infrastructure costs for businesses. Yate is production-ready software and is easily extensible. Yate is licensed under the GPL. WWW: http://yate.null.ro |
2011-05-21T03:01:54+00:00 | mail/greyfix |
Greylisting policy daemon for Postfix Greyfix is the greylisting policy daemon for Postfix written by Kim Minh Kaplan. Greyfix uses Postfix policy mechanism to enable greylisting with Postfix. WWW: http://www.kim-minh.com/pub/greyfix/ |
2011-05-20T22:50:37+00:00 | net-p2p/bitcoin |
Virtual Peer-to-Peer Currency Client (QT) Bitcoin is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to check for double-spending. WWW: http://www.bitcoin.org/ |
2011-05-20T14:42:15+00:00 | devel/libvirt |
Toolkit to interact with virtualization capabilities A toolkit to interact with the virtualization capabilities of recent versions of Linux, and other OSes. libvirt provides: * Remote management using TLS encryption and x509 certificates * Remote management authenticating with Kerberos and SASL * Local access control using PolicyKit * Zero-conf discovery using Avahi multicast-DNS * Management of virtual machines, virtual networks and storage * Portable client API for Linux, Solaris and Windows WWW: https://libvirt.org/ |
2011-05-20T06:08:52+00:00 | graphics/ditaa |
Convert ASCII art diagrams into proper bitmap graphics ditaa is a small command-line utility written in Java, that can convert diagrams drawn using ascii art ('drawings' that contain characters that resemble lines like | / - ), into proper bitmap graphics. WWW: http://ditaa.sourceforge.net/ |
2011-05-20T01:14:31+00:00 | devel/p5-Dir-Self |
__DIR__ constant for the directory your source file is in Perl has two pseudo-constants describing the current location in your source code, __FILE__ and __LINE__. This module adds __DIR__, which expands to the directory your source file is in, as an absolute pathname. WWW: https://metacpan.org/release/Dir-Self |
2011-05-19T14:43:06+00:00 | devel/p5-Ouch |
Perl extension for exceptions that don't hurt Ouch provides a class for exception handling that doesn't require a lot of boilerplate, nor any up front definition. If Exception::Class is working for you, great! But if you want something that is faster, easier to use, requires less typing, and has no prereqs, but still gives you much of that same functionality, then Ouch is for you. WWW: https://metacpan.org/release/Ouch |
2011-05-19T13:54:39+00:00 | lang/p5-JavaScript-Value-Escape |
Perl extension to avoid XSS with JavaScript value interpolation There are a lot of XSS, a security hole typically found in web applications, caused by incorrect (or lack of) JavaScript escaping. This module is aimed to provide a secure JavaScript escaping to avoid XSS with JavaScript values. The escaping routine JavaScript::Value::Escape provides escapes q!"!, q!'!, q!&!, q!=!, q!-!, q!+!, q!;!, q!<!, q!>!, q!/!, q!\! and control characters to JavaScript unicode entities like "\u0026". WWW: https://metacpan.org/release/JavaScript-Value-Escape |
2011-05-19T13:42:33+00:00 | www/p5-Mozilla-CA |
Perl extension for Mozilla CA cert bundle in PEM format Mozilla::CA provides a copy of Mozilla's bundle of Certificate Authority certificates in a form that can be consumed by modules and libraries based on OpenSSL. WWW: https://metacpan.org/release/Mozilla-CA |
2011-05-19T13:32:55+00:00 | www/p5-LWP-Authen-OAuth |
Perl extension to generate signed OAuth requests This module provides a sub-class of LWP::UserAgent that generates OAuth 1.0 signed requests. You should familiarise yourself with OAuth at http://oauth.net/. WWW: https://metacpan.org/release/LWP-Authen-OAuth |
2011-05-19T02:45:47+00:00 | security/pam_google_authenticator |
PAM module for two-step authentication from Google The PAM module can add a two-factor authentication step to any PAM-enabled application. WWW: https://github.com/google/google-authenticator-libpam |
2011-05-18T11:44:14+00:00 | sysutils/mkntpwd |
Utility to create Samba password hashes A utility to create Samba password hashes WWW: https://sourceforge.net/projects/ldaputils/ |
2011-05-16T09:06:33+00:00 | audio/rebot3 |
Renames mp3 files using freedb or local CDDB rebot3.pl renames MP3 files that you have grabbed from audio CDs with the track name, number, album, and/or artist. It does so by using either a remote CDDB server or a local CDDB created by cd (and other) players like xmcd, kscd or xmms. With rebot3.pl you can also add or remove ID3 (version 1) tags to/from the MP3 files. WWW: http://www.headmqa.com/rebot3/ |
2011-05-15T17:09:38+00:00 | security/barnyard2-sguil |
|
2011-05-15T15:29:30+00:00 | emulators/wine-gecko |
Gecko Layout Engine for Wine (HTML support) Wine implements its own version of Internet Explorer which is based on a custom version of Mozilla's Gecko Layout Engine. This engine is downloaded automatically the first time a web page is loaded unless, as done by this port, the engine is pre-installed on the user's system. WWW: http://wiki.winehq.org/Gecko |
2011-05-15T15:29:30+00:00 | emulators/wine-gecko-devel |
Gecko Layout Engine for Wine development branch (HTML support) Wine implements its own version of Internet Explorer which is based on a custom version of Mozilla's Gecko Layout Engine. This engine is downloaded automatically the first time a web page is loaded unless, as done by this port, the engine is pre-installed on the user's system. WWW: http://wiki.winehq.org/Gecko |
2011-05-14T16:50:43+00:00 | devel/hs-haskell-platform |
The Haskell Platform The Haskell Platform (HP) is the blessed set of libraries and tools on which to build further Haskell libraries and applications. It is intended to provide a comprehensive, stable, and quality-tested base for Haskell projects to work from. This version specifies the following additional developer tools be installed, for a system to be in full compliance: * cabal-install * alex * happy * haddock WWW: http://haskell.org/platform/ |
2011-05-14T16:34:09+00:00 | devel/hs-cabal-install |
Command-line interface for Cabal and Hackage The 'cabal' command-line program simplifies the process of managing Haskell software by automating the fetching, configuration, compilation and installation of Haskell libraries and programs. WWW: https://www.haskell.org/cabal/ |
2011-05-14T13:01:05+00:00 | graphics/ImageMagick-nox11 |
|
2011-05-13T14:34:36+00:00 | multimedia/rebot3 |
Renames mp3 files using freedb or local CDDB rebot3.pl renames MP3 files that you have grabbed from audio CDs with the track name, number, album, and/or artist. It does so by using either a remote CDDB server or a local CDDB created by cd (and other) players like xmcd, kscd or xmms. With rebot3.pl you can also add or remove ID3 (version 1) tags to/from the MP3 files. WWW: http://www.headmqa.com/rebot3/ |
2011-05-13T01:08:41+00:00 | x11/stjerm |
GTK+-based quake-like terminal emulator Stjerm is a roll-down, Quake-like terminal emulator that shows up on keyboard shortcut, and hides away when not needed. WWW: https://github.com/stjerm/stjerm |
2011-05-12T23:40:44+00:00 | mail/muttils |
Python utilities for console mail clients (eg. mutt) Python utilities for console mail clients like Mutt. sigpager: Offers an interactive selection of signatures. urlpager[*]: Searches for urls, and retrieves url selected by user. Urls include Message-IDs. urlbatcher[*]: Retrieve urls contained in input. pybrowser: Can be used as general browser call. Application to override platform default can be specified via -b option. viewhtmlmsg[*]: Display html message in browser. wrap: Word wrap text input. With support for messages (recognition of quote chars etc.). [*]needs raw message as input to work correctly. In Mutt, set pipe_decode=no in conjunction with pipe-message. WWW: https://bitbucket.org/blacktrash/muttils |
2011-05-12T23:38:14+00:00 | net-mgmt/nagios-check_email_delivery |
Nagios Plugin to monitor your mail environment Check Email Delivery is a plugin for Nagios that allows you to check functionality within your email environment. Some typical uses of this plugin include: * check SMTP server * check IMAP server * check email delivery loop * check auto-responder function * keep an eye on email lag * monitor automated mailboxes * aggregate check results of multiple plugins * check email-to-FTP or other special email gateways WWW: http://buhacoff.net/software/check_email_delivery/ |
2011-05-12T15:52:14+00:00 | lang/v8 |
Open source JavaScript engine by Google V8 is Google's open source high-performance JavaScript and WebAssembly engine, written in C++. It is used in Chrome and in Node.js, among others. V8 implements ECMAScript and WebAssembly. V8 can run standalone, or can be embedded into any C++ application. V8 compiles and executes JavaScript source code, handles memory allocation for objects, and garbage collects objects it no longer needs. V8's stop-the-world, generational, accurate garbage collector is one of the keys to V8's performance. V8's Git repository is located at https://chromium.googlesource.com/v8/v8.git, with an official mirror on GitHub: https://github.com/v8/v8. WWW: https://v8.dev/ |
2011-05-12T00:18:37+00:00 | devel/py-rope |
Python refactoring library Rope is a python refactoring library. WWW: http://rope.sourceforge.net |
2011-05-11T01:42:06+00:00 | www/p5-CatalystX-SimpleLogin |
Provide a simple Login controller which can be reused CatalystX::SimpleLogin is an application class Moose::Role which will inject a Catalyst::Controller which is an instance of CatalystX::SimpleLogin::Controller::Login into your application. This provides a simple login and logout page with the adition of only one line of code and one template to your application. WWW: https://metacpan.org/release/CatalystX-SimpleLogin |
2011-05-11T01:02:08+00:00 | www/p5-FCGI |
Modules for perl5, for enabling FastCGI support in CGI scripts This the FCGI module for perl5 which enables CGI scripts to take advantage of servers that are FastCGI-enabled. This module does not abstract the writing of CGIs themselves, for that you should refer to the p5-CGI module. For more information about FastCGI, the performance enhancements it offers, and how to write scripts using it, visit their web site at http://www.fastcgi.com/ WWW: https://metacpan.org/release/FCGI |
2011-05-10T02:03:47+00:00 | devel/hs-blaze-builder-enumerator |
Enumeratees for the incremental conversion of builders to bytestrings This package integrates the builders from the blaze-builder package with the enumerator package. It provides infrastructure and enumeratees for incrementally executing builders and pass the filled chunks to a bytestring iteratee. WWW: https://github.com/meiersi/blaze-builder-enumerator |
2011-05-09T10:32:35+00:00 | databases/py-sqlkit |
Standalone program to browse and edit data The easiest possible way to browse the data of your database. You can customize the way data are presented in a very simple way. The ideal tool to edit your personal databases or to browse data of an application you're developing with other languages/tools. Filtering data has never been so easy, no SQL knowledge required. WWW: http://sqlkit.argolinux.org/ |
2011-05-09T07:40:22+00:00 | chinese/py-cconv |
Python wrapper for chinese/cconv This port is the Python wrapper of cconv (chinese/cconv). cconv (pronunciation: see-conv) is an iconv-based Simplified-Traditional Chinese conversion tool. It is NOT only a transcoding program, but also a TRANSLATE tool between Simplified Chinese and Traditional Chinese. We stand on the shoulders of giants. cconv source code is based on iconv, an excellent program which converts text from one encoding to another. Features: - iconv-like usage. - language-level Simplified-Traditional Chinese conversion. - idioms can be translated. WWW: http://code.google.com/p/cconv/ |
2011-05-09T07:26:07+00:00 | chinese/php5-cconv |
PHP wrapper for chinese/cconv This port is the PHP wrapper of cconv (chinese/cconv). cconv (pronunciation: see-conv) is an iconv-based Simplified-Traditional Chinese conversion tool. It is NOT only a transcoding program, but also a TRANSLATE tool between Simplified Chinese and Traditional Chinese. We stand on the shoulders of giants. cconv source code is based on iconv, an excellent program which converts text from one encoding to another. Features: - iconv-like usage. - language-level Simplified-Traditional Chinese conversion. - idioms can be translated. WWW: http://code.google.com/p/cconv/ |
2011-05-09T07:24:49+00:00 | chinese/p5-cconv |
Perl wrapper for chinese/cconv This port is the Perl wrapper of cconv (chinese/cconv). cconv (pronunciation: see-conv) is an iconv-based Simplified-Traditional Chinese conversion tool. It is NOT only a transcoding program, but also a TRANSLATE tool between Simplified Chinese and Traditional Chinese. We stand on the shoulders of giants. cconv source code is based on iconv, an excellent program which converts text from one encoding to another. Features: - iconv-like usage. - language-level Simplified-Traditional Chinese conversion. - idioms can be translated. WWW: http://code.google.com/p/cconv/ |
2011-05-09T07:16:38+00:00 | mail/p5-SES |
Perl module of Amazon Simple Email Services Amazon Simple Email Service Scripts The Amazon SES Scripts zip archive contains the following Perl scripts: - ses-get-stats.pl: retrieves statistics about Amazon SES account usage. - ses-send-email.pl: send email using Amazon SES. - ses-verify-email-addresses.pl: verify email addresses to be used with Amazon SES. - SES.pm: a module used by all of the above scripts. WWW: http://aws.amazon.com/code/Amazon-SES/8945574369528337 |
2011-05-09T03:57:37+00:00 | www/p5-CatalystX-REPL |
Read-Eval-Print-Loop for debugging your Catalyst application A read-eval-print-loop for debugging your Catalyst application WWW: https://metacpan.org/release/CatalystX-REPL |
2011-05-09T03:44:23+00:00 | devel/p5-Carp-REPL |
Read-Eval-Print-Loop on die and/or warn Read-Eval-Print-Loop on die and/or warn WWW: https://metacpan.org/release/Carp-REPL |
2011-05-08T23:53:52+00:00 | www/p5-CatalystX-Profile |
Profile your Catalyst application with Devel::NYTProf Adds support for profiling your Catalyst application, without profiling setup. WWW: https://metacpan.org/release/CatalystX-Profile |
2011-05-08T23:08:38+00:00 | www/p5-CatalystX-InjectComponent |
Inject components into your Catalyst application CatalystX::InjectComponent will inject Controller, Model, and View components into your Catalyst application at setup (run)time. It does this by creating a new package on-the-fly, having that package extend the given component, and then having Catalyst setup the new component (via ->setup_component) WWW: https://metacpan.org/release/CatalystX-InjectComponent |
2011-05-08T22:22:26+00:00 | www/p5-CatalystX-LeakChecker |
Debug memory leaks in Catalyst applications It's easy to create memory leaks in Catalyst applications and often they're hard to find. This module tries to help you finding them by automatically checking for common causes of leaks. WWW: https://metacpan.org/release/CatalystX-LeakChecker |
2011-05-08T20:57:14+00:00 | www/p5-Catalyst-ActionRole-ACL |
User role-based authorization action class Provides a Catalyst reusable action role for user role-based authorization. ACLs are applied via the assignment of attributes to application action subroutines. WWW: https://metacpan.org/release/Catalyst-ActionRole-ACL |
2011-05-08T19:31:13+00:00 | graphics/hs-svgcairo |
Binding to the libsvg-cairo library Svgcairo is used to render SVG with cairo. WWW: http://projects.haskell.org/gtk2hs/ |
2011-05-08T19:28:45+00:00 | graphics/hs-soegtk |
GUI functions as used in the book "The Haskell School of Expression" An alternative implementation of the graphics library used in the book The Haskell School of Expression, by Paul Hudak, <http://www.haskell.org/soe/> This library builds on top of Gtk+. WWW: http://www.haskell.org/gtk2hs/ |
2011-05-08T19:26:29+00:00 | graphics/hs-cairo |
Binding to the Cairo library Cairo is a library to render high quality vector graphics. There exist various backends that allows rendering to Gtk windows, PDF, PS, PNG and SVG documents, amongst others. WWW: http://projects.haskell.org/gtk2hs/ |
2011-05-08T19:25:15+00:00 | devel/hs-transformers-docs |
Documentation for transformers Hyperlinked documentation for the transformers library. This documentation is generated by HsColour and haddock. |
2011-05-08T19:23:53+00:00 | devel/hs-text |
Efficient packed Unicode text type An efficient packed, immutable Unicode text type (both strict and lazy), with a powerful loop fusion optimization framework. The Text type represents Unicode character strings, in a time and space-efficient manner. This package provides text processing capabilities that are optimized for performance critical use, both in terms of large data quantities and high speed. The Text type provides character-encoding, type-safe case conversion via whole-string case conversion functions. It also provides a range of functions for converting Text values to and from ByteStrings, using several standard encodings. Efficient locale-sensitive support for text IO is also supported. WWW: https://github.com/bos/text |
2011-05-08T19:22:36+00:00 | devel/hs-syb |
Scrap Your Boilerplate This package contains the generics system described in the "Scrap Your Boilerplate" papers. It defines the "Data" class of types permitting folding and unfolding of constructor applications, instances of this class for primitive types, and a variety of traversals. WWW: http://www.cs.uu.nl/wiki/GenericProgramming/SYB |
2011-05-08T19:21:29+00:00 | devel/hs-stm |
Software Transactional Memory A modular composable concurrency abstraction. WWW: http://hackage.haskell.org/package/stm |
2011-05-08T19:20:12+00:00 | devel/hs-parallel |
Parallel programming library This package provides a library for parallel programming. WWW: http://hackage.haskell.org/package/parallel |
2011-05-08T19:19:15+00:00 | devel/hs-mtl-docs |
Documentation for mtl Hyperlinked documentation for the mtl library. This documentation is generated by HsColour and haddock. |
2011-05-08T19:18:13+00:00 | devel/hs-mtl |
Monad classes, using functional dependencies Monad classes using functional dependencies, with instances for various 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. WWW: https://github.com/ekmett/mtl |
2011-05-08T19:17:05+00:00 | devel/hs-haskell-src |
Support for manipulating Haskell source code The haskell-src package provides support for manipulating Haskell source code. The package provides a lexer, parser and pretty-printer, and a definition of a Haskell abstract syntax tree (AST). Common uses of this package are to parse or generate Haskell 98 code. WWW: http://hackage.haskell.org/package/haskell-src |
2011-05-08T19:15:20+00:00 | devel/hs-gtk2hs-buildtools |
Tools to build the Gtk2Hs suite of User Interface Libraries This package provides a set of helper programs necessary to build the Gtk2Hs suite of libraries. These tools include a modified c2hs binding tool that is used to generated FFI declarations, a tool to build a type hiearchy that mirrors the C type hiearchy of GObjects found in glib, and a generator for signal declarations that are used to call back from C to Haskell. These tools are not needed to actually run Gtk2Hs programs. WWW: http://projects.haskell.org/gtk2hs/ |
2011-05-08T19:13:43+00:00 | devel/hs-glib |
Binding to the GLIB library for Gtk2Hs GLib is a collection of C data structures and utility functions for the GObject system, main loop implementation, for strings and common data structures dealing with Unicode. This package only binds as much functionality as required to support the packages that wrap libraries that are themselves based on GLib. WWW: http://projects.haskell.org/gtk2hs/ |
2011-05-08T19:12:31+00:00 | devel/hs-glade |
Binding to the glade library This library allows to load externally stored user interfaces into programs. This allows alteration of the interface without recompilation of the program. WWW: http://www.haskell.org/gtk2hs/ |
2011-05-08T19:11:09+00:00 | devel/hs-gio |
Binding to the GIO GIO is striving to provide a modern, easy-to-use VFS API that sits at the right level in the library stack. The goal is to overcome the shortcomings of GnomeVFS and provide an API that is so good that developers prefer it over raw POSIX calls. Among other things that means using GObject. It also means not cloning the POSIX API, but providing higher-level, document-centric interfaces. WWW: http://projects.haskell.org/gtk2hs/ |
2011-05-08T19:09:27+00:00 | devel/hs-gconf |
Binding to the GNOME configuration database system GConf is a configuration database system for storing application preferences. It supports default or mandatory settings set by the administrator, and changes to the database are instantly applied to all running applications. It is written for the GNOME desktop but doesn't require it. WWW: http://projects.haskell.org/gtk2hs/ |
2011-05-08T19:08:19+00:00 | devel/hs-enumerator |
Reliable, high-performance processing with left-fold enumerators Typical buffer-based incremental I/O is based around a single loop, which reads data from some source (such as a socket or file), transforms it, and generates one or more outputs (such as a line count, HTTP responses, or modified file). Although efficient and safe, these loops are all single-purpose; it is difficult or impossible to compose buffer-based processing loops. Haskell's concept of "lazy I/O" allows pure code to operate on data from an external source. However, lazy I/O has several shortcomings. Most notably, resources such as memory and file handles can be retained for arbitrarily long periods of time, causing unpredictable performance and error conditions. Enumerators are an efficient, predictable, and safe alternative to lazy I/O. Discovered by Oleg Kiselyov, they allow large datasets to be processed in near constant space by pure code. Although somewhat more complex to write, using enumerators instead of lazy I/O produces more correct programs. This library contains an enumerator implementation for Haskell, designed to be both simple and efficient. WWW: https://john-millikin.com/software/enumerator/ |
2011-05-08T19:06:59+00:00 | devel/hs-cmdargs |
Command-line argument processing This library provides an easy way to define command line parsers. Most users will want to use the "System.Console.CmdArgs.Implicit" module, whose documentation contains an example. * System.Console.CmdArgs.Explicit provides a way to write command line parsers for both single mode programs (most programs) and multiple mode programs (e.g. darcs or cabal). Parsers are defined by constructing a data structure. * System.Console.CmdArgs.Implicit provides a way to concisely define command line parsers, up to three times shorter than getopt. These parsers are translated into the Explicit data type. * System.Console.CmdArgs.GetOpt provides a wrapper allowing compatiblity with existing getopt parsers, mapping to the Explicit data type. WWW: http://community.haskell.org/~ndm/cmdargs/ |
2011-05-08T19:05:23+00:00 | devel/hs-blaze-builder |
Efficient buffered output This library provides an abstraction of buffered output of byte streams and several convenience functions to exploit it. For example, it allows to efficiently serialize Haskell values to lazy bytestrings with a large average chunk size. The large average chunk size allows to make good use of cache prefetching in later processing steps (e.g. compression) and reduces the sytem call overhead when writing the resulting lazy bytestring to a file or sending it over the network. WWW: https://github.com/lpsmith/blaze-builder |
2011-05-08T19:03:47+00:00 | devel/hs-HUnit |
Unit testing framework for Haskell HUnit is a unit testing framework for Haskell, inspired by the JUnit tool for Java. WWW: http://hunit.sourceforge.net |
2011-05-08T19:00:40+00:00 | archivers/hs-tar |
Reading, writing, and manipulating ".tar" archive files This library is for working with ".tar" archive files. It can read and write a range of common variations of archive format including V7, USTAR, POSIX and GNU formats. It provides support for packing and unpacking portable archives. This makes it suitable for distribution but not backup because details like file ownership and exact permissions are not preserved. WWW: http://hackage.haskell.org/package/tar |
2011-05-08T18:46:38+00:00 | x11-toolkits/hs-vte |
Binding to the VTE library The VTE library inserts terminal capability strings into a trie, and then uses it to determine if data received from a pseudo-terminal is a control sequence or just random data. The sample program "interpret" illustrates more or less what the widget sees after it filters incoming data. WWW: http://projects.haskell.org/gtk2hs/ |
2011-05-08T18:46:16+00:00 | x11-toolkits/hs-pango |
Binding to the Pango text rendering engine This package provides a wrapper around the Pango C library that allows high-quality rendering of Unicode text. It can be used either with Cairo to output text in PDF, PS or other documents or with Gtk+ to display text on-screen. WWW: http://projects.haskell.org/gtk2hs/ |
2011-05-08T18:45:52+00:00 | x11-toolkits/hs-gtksourceview2 |
Binding to the GtkSourceView library GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. WWW: http://projects.haskell.org/gtk2hs/ |
2011-05-08T18:45:30+00:00 | x11-toolkits/hs-gtkglext |
Binding to the GTK+ OpenGL Extension GtkGLExt provides the GDK objects to support OpenGL rendering in GTK+, and GtkWidget API add-ons to make GTK+ widgets OpenGL-capable. WWW: http://projects.haskell.org/gtk2hs/ |
2011-05-08T18:45:08+00:00 | x11-toolkits/hs-gtk |
Binding to the Gtk+ graphical user interface library This is the core library of the Gtk2Hs suite of libraries for Haskell based on Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating graphical user interfaces. WWW: http://projects.haskell.org/gtk2hs/ |
2011-05-08T18:44:44+00:00 | www/hs-webkit |
Binding to the Webkit library WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more. WWW: http://projects.haskell.org/gtk2hs/ |
2011-05-08T18:44:22+00:00 | www/hs-warp |
Fast, light-weight web server for WAI applications The premier WAI handler. WWW: https://github.com/yesodweb/wai |
2011-05-08T18:44:02+00:00 | www/hs-wai |
Web Application Interface Provides a common protocol for communication between web applications and web servers. WWW: https://github.com/yesodweb/wai |
2011-05-08T18:43:39+00:00 | textproc/hs-xhtml |
XHTML combinator library This package provides combinators for producing XHTML 1.0, including the Strict, Transitional and Frameset variants. WWW: https://github.com/haskell/xhtml |
2011-05-08T18:43:16+00:00 | textproc/hs-regex-posix |
Replaces/enhances Text.Regex The posix regex backend for regex-base. WWW: https://sourceforge.net/projects/lazy-regex/ |
2011-05-08T18:42:53+00:00 | textproc/hs-regex-pcre-builtin |
Replaces/Enhances Text.Regex The PCRE backend to accompany regex-base. WWW: http://hackage.haskell.org/package/regex-pcre |
2011-05-08T18:42:31+00:00 | textproc/hs-regex-compat |
Replaces/Enhances Text.Regex One module layer over regex-posix to replace Text.Regex. WWW: https://sourceforge.net/projects/lazy-regex/ |
2011-05-08T18:42:11+00:00 | textproc/hs-regex-base |
Interface API for regex-posix,pcre,parsec,tdfa,dfa Interface API for regex-posix,pcre,parsec,tdfa,dfa. WWW: https://sourceforge.net/projects/lazy-regex/ |
2011-05-08T18:41:48+00:00 | textproc/hs-parsec |
Monadic parser combinators Parsec is designed from scratch as an industrial-strength parser library. It is simple, safe, well documented (on the package homepage), has extensive libraries and good error messages, and is also fast. It is defined as a monad transformer that can be stacked on arbitrary monads, and it is also parametric in the input stream type. WWW: https://github.com/aslatter/parsec |
2011-05-08T18:41:26+00:00 | textproc/hs-pandoc-types |
Types for representing a structured document This package contains definitions for the 'Pandoc' data structure, which is used by pandoc to represent structured documents. These definitions used to live in the pandoc package, but starting with pandoc 1.7, they have been split off, so that other packages can use them without drawing in all of pandoc's dependencies, and pandoc itself can depend on packages (like citeproc-hs) that use them. WWW: http://johnmacfarlane.net/pandoc |
2011-05-08T18:40:59+00:00 | textproc/hs-hxt-unicode |
Unicode en-/decoding functions for utf8, iso-latin-* and other encodings Unicode encoding and decoding functions for utf8, iso-latin-* and somes other encodings, used in the Haskell XML Toolbox. ISO Latin 1 - 16, utf8, utf16, ASCII are supported. Decoding is done with lasy functions, errors may be detected or ignored. WWW: https://github.com/UweSchmidt/hxt |
2011-05-08T18:40:30+00:00 | textproc/hs-hxt-regex-xmlschema |
Regular expression library for W3C XML Schema regular expressions This library supports full W3C XML Schema regular expressions inclusive all Unicode character sets and blocks. It is implemented by the technique of derivations of regular expressions. The W3C syntax is extended to support not only union of regular sets, but also intersection, set difference, exor. Matching of subexpressions is also supported. The library can be used for constricting lightweight scanners and tokenizers. It is a standalone library, no external regex libraries are used. WWW: http://www.haskell.org/haskellwiki/Regular_expressions_for_XML_Schema |
2011-05-08T18:39:53+00:00 | textproc/hs-hxt-charproperties |
Character properties and classes for XML and Unicode Character proprties defined by XML and Unicode standards. These modules contain predicates for Unicode blocks and char proprties and character predicates defined by XML. Supported Unicode version is 7.0.0. WWW: https://github.com/UweSchmidt/hxt |
2011-05-08T18:39:25+00:00 | textproc/hs-html |
HTML combinator library This package contains a combinator library for constructing HTML documents. WWW: http://hackage.haskell.org/package/html |
2011-05-08T18:38:56+00:00 | net/hs-sendfile |
Portable sendfile library A library which exposes zero-copy sendfile functionality in a portable way. If a platform does not support sendfile, a fallback implementation in haskell is provided. Currently supported platforms: Windows 2000+ (Native), Linux 2.6+ (Native), FreeBSD (Native), OS-X 10.5+ (Native), Everything else (Portable Haskell code). WWW: http://hub.darcs.net/stepcut/sendfile |
2011-05-08T18:38:27+00:00 | net/hs-network |
Low-level networking interface Low-level networking interface. WWW: https://github.com/haskell/network |
2011-05-08T18:38:01+00:00 | multimedia/hs-gstreamer |
Binding to the GStreamer open source multimedia framework This package provides a wrapper around the GStreamer C library. GStreamer is a library for constructing graphs of media-handling components. The applications it supports range from simple Ogg/Vorbis playback, audio/video streaming to complex audio (mixing) and video (non-linear editing) processing. WWW: http://projects.haskell.org/gtk2hs/ |
2011-05-08T15:04:17+00:00 | multimedia/linux_v4l2wrapper-kmod |
Linux compatibility layer - V4L2 ioctl handler This kld adds V4L2 ioctl handling to the Linux compatibility layer so that Linux apps like Skype or Flash can talk to V4L2 devices (like webcams) via /dev/videoX. The patches this kld is based on have been committed to FreeBSD 9.0-current (r221426) and 8.2-stable (r222914) so this port is only needed on eaerlier versions. Note this port does not contain actual V4L2 drivers, those are provided by e.g. the multimedia/webcamd port. WWW: http://people.freebsd.org/~nox/dvb/ |
2011-05-07T19:01:43+00:00 | multimedia/mediadownloader |
Search, watch, and download from Google Image and YouTube Mediadownloader (ex GoogleImageDownloader) is an opensource software that let you search, watch and download items with Google Image and YouTube. Search results are displayed within a mouse scrollable view, as well as mobile devices do. WWW: http://mediadownloader.cz.cc/ |
2011-05-07T15:13:53+00:00 | dns/adsuck |
DNS relay for ad blocking adsuck is a DNS relay that returns NXdomain for hosts that match names in a blacklist for quick and non browser plugin based ad blocking. WWW: http://opensource.conformal.com/wiki/Adsuck |
2011-05-07T05:47:52+00:00 | math/R-cran-SuppDists |
Supplementary distributions and RNG for R This port contains ten types of distributions supplementing those built into R: Inverse Gauss, Kruskal-Wallis, Kendall's Tau, Friedman's chi squared, Spearman's rho, maximum F ratio, the Pearson product moment correlation coefficient, Johnson distributions, normal scores and generalized hypergeometric distributions. In addition, two random number generators of George Marsaglia are included. The port is supplemented by an R benchmark based upon the work of Grosjean, Steinhaus, et al. WWW: http://CRAN.R-project.org/web/packages/SuppDists/index.html |
2011-05-06T22:53:57+00:00 | textproc/rubygem-sass |
Sass is an extension of CSS3 Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It's translated to well-formatted, standard CSS using the command line tool or a web-framework plugin. WWW: https://sass-lang.com/ |
2011-05-05T19:45:33+00:00 | textproc/kn-aspell |
Aspell Kannada dictionary Aspell Kannada dictionary. WWW: https://gitorious.org/aspell-kn |
2011-05-05T15:09:52+00:00 | mail/p5-Mail-OpenDKIM |
Perl interface to OpenDKIM C library Mail::OpenDKIM is a perl interface to the OpenDKIM C library. It also implements a drop-in replacement for the Mail::DKIM::Signer object which is up to four times faster than the pure perl Mail::DKIM implementation. WWW: https://metacpan.org/release/Mail-OpenDKIM |
2011-05-05T02:52:51+00:00 | security/p5-String-MkPasswd |
Random password generator This Perl library defines a single function, mkpasswd(), to generate random passwords. The function is meant to be a simple way for developers and system administrators to easily generate a relatively secure password. WWW: https://metacpan.org/release/String-MkPasswd |
2011-05-05T01:50:09+00:00 | devel/p5-POE-Component-Syndicator |
POE component base class which implements the Observer pattern POE::Component::Syndicator is a base class for POE components which need to handle a persistent resource (e.g. a connection to an IRC server) for one or more sessions in an extendable way. This module (as well as Object::Pluggable, which this module inherits from) was born out of POE::Component::IRC, the guts of which quickly spread to other POE components. Now they can all inherit from this module instead. The component provides an event queue, which can be managed with the methods documented below. It handles delivery of events to the object itself, all interested plugins, and all interested sessions. WWW: https://metacpan.org/release/POE-Component-Syndicator |
2011-05-05T01:15:55+00:00 | www/encode-explorer |
PHP script to browse, create folders, upload files etc Encode Explorer is an easy-to-use php script to use as an index file. It shows files in the server and lets you browse through folders, upload files etc. It is kept small and neat so that the source can be used for learning. WWW: https://sourceforge.net/projects/encode-explorer/ |
2011-05-04T23:42:37+00:00 | archivers/unzip-iconv |
Unzip with iconv patches |
2011-05-04T20:18:47+00:00 | games/fairymax |
Chess engine for shatranj, courier chess, and others fairy-Max is a version of micro-Max that reads the piece description from a file fmax.ini, so that arbitrary fairy pieces can be implemen- ted. This version supports up to 15 piece types, and board sizes upto 12x8 board. A Linux port exists in the format of a debian package. You can use it e.g. with games/xboard/: e.g.: xboard -boardSize Middling -variant courier -fcp fairymax GIT: http://hgm.nubati.net/cgi-bin/gitweb.cgi/fairymax.git WWW: http://www.chessvariants.org/index/msdisplay.php?itemid=MSfairy-max |
2011-05-03T22:48:41+00:00 | net/libsrtp |
Secure RTP (SRTP) Reference Implementation This package provides an implementation of the Secure Real-time Transport Protocol (SRTP), the Universal Security Transform (UST), and a supporting cryptographic kernel. WWW: https://github.com/cisco/libsrtp |
2011-05-03T17:25:34+00:00 | ports-mgmt/pbi-manager |
Push Button Installer Manager The pbi-manager is a collection of command-line utilities, which allow the administration of PBIs, aka Push Button Installers, on Free/PC-BSD. WWW: http://wiki.pcbsd.org/index.php/PBI_Manager |
2011-05-03T16:14:39+00:00 | www/py-dotcloud.cli |
dotCloud command-line interface client Using dotCloud, you can assemble your stack from pre-configured and heavily tested components. dotCloud supports major application servers, databases and message buses. The dotCloud CLI allows you to manage your software deployments on the dotCloud platform. To use this tool, you will need a dotCloud account. Register at http://www.dotcloud.com/ to get one! WWW: http://www.dotcloud.com |
2011-05-03T13:12:18+00:00 | www/protovis |
JavaScript graphical toolkit for data visualization Protovis - A Graphical Toolkit for Data Visualization Protovis composes custom views of data with simple marks such as bars and dots. Unlike low-level graphics libraries that quickly become tedious for visualization, Protovis defines marks through dynamic properties that encode data, allowing inheritance, scales and layouts to simplify construction. Protovis is free and open-source, provided under the BSD License. It uses JavaScript and SVG for web-native visualizations; no plugin required (though you will need a modern web browser)! Although programming experience is helpful, Protovis is mostly declarative and designed to be learned by example. This project is led by Mike Bostock and Jeff Heer of the Stanford Visualization Group, with significant help from Vadim Ogievetsky. We welcome your contributions and suggestions. WWW: https://github.com/mbostock/protovis WWW: https://mbostock.github.io/protovis/ |
2011-05-03T13:09:40+00:00 | chinese/cconv |
Simplified-Traditional Chinese conversion tool cconv (pronunciation: see-conv) is an iconv-based Simplified-Traditional Chinese conversion tool. It is NOT only a transcoding program, but also a TRANSLATE tool between Simplified Chinese and Traditional Chinese. We stand on the shoulders of giants. cconv source code is based on iconv, an excellent program which converts text from one encoding to another. Features: - iconv-like usage. - language-level Simplified-Traditional Chinese conversion. - idioms can be translated. WWW: https://github.com/xiaoyjy/cconv |
2011-05-03T05:54:53+00:00 | devel/rubygem-rash |
Simple extension to Hashie::Mash for rubyfied keys Rash is an extension to Hashie Rash subclasses Hashie::Mash to convert all keys in the hash to underscore. The purpose of this is when working w/ Java (or any other apis) that return hashes (including nested) that have camelCased keys You will now be able to access those keys through underscored key names (camelCase still available). WWW: https://github.com/tcocca/rash |
2011-05-03T04:19:34+00:00 | devel/rubygem-vmc |
The command line client for Cloud Foundry The VMware Cloud CLI. This is the command line interface to VMware's Application Platform. WWW: http://vmware.com |
2011-05-03T04:01:26+00:00 | archivers/rubygem-rubyzip2 |
Ruby compatible Zip library rubyzip is a ruby library for reading and writing zip files. WWW: https://github.com/postmodern/rubyzip2 |
2011-05-03T03:22:57+00:00 | finance/rubygem-money |
Library for handling money and different currencies A library assists in handling money and different currencies. It features a Money class which encapsulates all information about an certain amount of money, such as its value and its currency. WWW: http://rubymoney.github.io/money/ |
2011-05-03T03:11:27+00:00 | devel/rubygem-sundawg_country_codes |
Manage ISO 3166 country names and codes A Ruby gem to manage ISO 3166 country names and their corresponding alpha-2 and alpha-3 codes. Additional support has been added for ISO 4127 currency information and standard conventions for states in the USA (based on the 3166-2:US code). ISO 3166 country codes reference: http://en.wikipedia.org/wiki/ISO_3166-1 ISO 4217 currency information: http://www.xe.com/iso4217.php http://www.xe.com/symbols.php ISO 3166-2:US code reference: http://code.google.com/apis/chart/statecodes.html http://en.wikipedia.org/wiki/ISO_3166-2:US ISO 639 language reference: http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes WWW: https://github.com/HoyaBoya/country_codes |
2011-05-03T02:54:43+00:00 | devel/rubygem-state_machine |
Support for creating state machines for attributes on any Ruby class State machines make it simple to manage the behavior of a class. Too often, the state of an object is kept by creating multiple boolean attributes and deciding how to behave based on the values. state_machine simplifies this design by introducing the various parts of a real state machine, including states, events, transitions, and callbacks. However, the api is designed to be so simple you do not even need to know what a state machine is. WWW: http://www.pluginaweek.org |
2011-05-03T02:40:59+00:00 | textproc/rubygem-terminal-table |
Simple, feature rich ASCII table generation library Terminal Table is a fast and simple, yet feature rich ASCII table generator written in Ruby. Features: - Optional headings - Alignment of columns, headings, or cells - Supports column span - Easy modification of table strings (+, -, |) WWW: https://github.com/tj/terminal-table |
2011-05-03T01:44:32+00:00 | astro/mkgmap-splitter |
Tile splitter for mkgmap The format used for Garmin maps has, in effect, a maximum size, meaning that you have to split an .osm file that contains large well mapped regions into a number of smaller tiles. This program does that. WWW: http://www.mkgmap.org.uk/doc/splitter.html |
2011-05-02T23:28:58+00:00 | security/rubygem-net-ssh-multi |
SSH connection multiplexing library for Ruby SSH connection multiplexing: execute commands simultaneously on multiple hosts via SSH. WWW: https://github.com/net-ssh/net-ssh-multi |
2011-05-02T15:37:19+00:00 | www/p5-VUser-Google-ProvisioningAPI |
Perl module that implements the Google Provisioning API VUser::Google::ProvisioningAPI provides a simple interface to the Google Apps for Your Domain Provisioning API. It uses the LWP::UserAgent module for the HTTP transport, and the HTTP::Request module for the HTTP request and response. WWW: https://metacpan.org/release/RSMITH/VUser-Google-ProvisioningAPI-0.24 |
2011-05-02T01:48:22+00:00 | devel/p5-File-Assets |
Perl module to Manage .css and .js assets File::Assets is a tool for managing JavaScript and CSS assets in a (web) application. It allows you to "publish" assests in one place after having specified them in different parts of the application (e.g. throughout request and template processing phases). WWW: https://metacpan.org/release/File-Assets |
2011-05-02T01:46:43+00:00 | devel/p5-Path-Resource |
Perl module for combining local path manipulation and URI manipulation Path::Resource is a module for combining local file and directory manipulation with URI manipulation. It allows you to effortlessly map local file locations to their URI equivalent. WWW: https://metacpan.org/release/Path-Resource |
2011-05-02T01:45:19+00:00 | devel/p5-Path-Abstract |
Fast and featureful UNIX-style path parsing and manipulation A tool for parsing, interrogating, and modifying a UNIX-style path. The parsing behavior is similar to File::Spec::Unix, except that trailing slashes are preserved (converted into a single slash). WWW: https://metacpan.org/release/Path-Abstract |
2011-05-02T01:40:37+00:00 | devel/p5-Tie-LLHash |
Perl module which implements an ordered hash-like object Perl module which implements an ordered hash-like object. It's a cross between a Perl hash and a linked list. Use it whenever you want the speed and structure of a Perl hash, but the orderedness of a list. WWW: https://metacpan.org/release/Tie-LLHash |
2011-04-30T19:09:06+00:00 | multimedia/vdr-plugin-wirbelscan |
Video Disk Recorder - wirbelscan plugin http://www.vdr-wiki.de/wiki/index.php/Wirbelscan-plugin This plugin performs a channel scans for digital terrestrial and digital cable TV and analog ivtv cards, satellite is also supported. WWW: http://wirbel.htpc-forum.de/wirbelscan/index2.html |
2011-04-30T19:08:36+00:00 | multimedia/vdr-plugin-reelchannelscan |
Video Disk Recorder - Reelchannelscan plugin http://www.vdr-wiki.de/wiki/index.php/Reelchannelscan-plugin This plugin reads the <vdr-conf-path>/sources.conf and parses the coresponding transponderlist (.tpl file), then it scans this sat and updates/appends all found channels to the current channel list. WWW: http://www.reel-multimedia.com |
2011-04-30T09:54:14+00:00 | ports-mgmt/portbuilder |
Concurrent FreeBSD port builder A concurrent ports building tool. Although FreeBSD ports supports building a single port using multiple jobs (via MAKE_JOBS), it cannot build multiple ports concurrently. This tool accomplishes just that. Some of it's key features: * Concurrent port building * Load control * Top like UI * Persistent builds (by default) WWW: http://github.com/DragonSA/portbuilder/ |
2011-04-30T04:53:09+00:00 | devel/ruby-memoize |
Method that speeds methods up at the cost of memory A method that speeds methods up at the cost of memory (or disk space). WWW: http://www.rubyforge.org/projects/shards |
2011-04-29T22:06:35+00:00 | multimedia/imagination |
DVD slideshow maker Imagination is a simple DVD slide show maker. It uses sox and ffmpeg to create slide shows containing images and audio tracks. WWW: http://imagination.sourceforge.net/ |
2011-04-29T14:22:37+00:00 | multimedia/zoneminder |
Complete security camera solution, fully web based with image analysis Zoneminder is an all-in-one GPL'd security and surveillance camera solution. Fully web-based system for viewing and analyzing security camera feeds. WWW: https://www.zoneminder.com/ |
2011-04-28T21:59:12+00:00 | net-mgmt/check_logfiles |
Nagios plugin which scans log files for specific patterns This plugin looks for patterns in files. It is capable of detecting logfile rotation. If you tell it how the rotated archives look like, it will also examine these files. Traditional logfile plugins were not aware of the gap which could occur, so under some circumstances they ignored what had happened between their checks. In a production environment this is not tolerable, that's why check_logfiles came into being. WWW: http://labs.consol.de/lang/en/nagios/check_logfiles/ |
2011-04-28T19:55:29+00:00 | audio/linux-f10-alsa-plugins-oss |
OSS plugin for ALSA (Linux Fedora 10) The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI functionality to the Linux operating system. WWW: http://www.alsa-project.org/ |
2011-04-27T17:42:00+00:00 | security/arpCounterattack |
Detects and remedies ARP attacks arpCounterattack is a program for detecting and remedying "ARP attacks." It monitors traffic on any number of Ethernet interfaces and examines ARP replies and gratuitous ARP requests. If it notices an ARP reply or gratuitous ARP request that is in conflict with its notion of "correct" Ethernet/IP address pairs, it logs the attack if logging is enabled, and, if the Ethernet interface that the attack was seen on is configured as being in aggressive mode, it sends out a gratuitous ARP request and a gratuitous ARP reply with the "correct" Ethernet/IP address pair in an attempt to reset the ARP tables of hosts on the local network segment. The corrective gratuitous ARP request and corrective gratuitous ARP reply can be sent from an Ethernet interface other than the one that the attack was seen on. WWW: http://acm.poly.edu/wiki/ARP_Counterattack |
2011-04-27T12:20:22+00:00 | devel/libcli |
Emulates a Cisco style command-line interface Libcli provides a shared library for including a Cisco-like command-line interface into other software. It's a telnet interface which supports command-line editing, history, authentication and callbacks for a user-definable function tree. WWW: https://github.com/dparrish/libcli/ |
2011-04-27T11:23:33+00:00 | www/httpsqs |
Simple Queue Service based on HTTP GET/POST protocol HTTPSQS is a Simple Queue Service based on HTTP GET/POST protocol. It can handle more than 10000 requests/sec concurrent connections. Currently it's widely deployed throughout the xoyo.com under the Kingsoft Corporation. WWW: https://code.google.com/p/httpsqs/ |
2011-04-27T08:56:07+00:00 | www/cutycapt |
Command-line utility to capture WebKit's rendering of a web page CutyCapt is a small cross-platform command-line utility to capture WebKit's rendering of a web page into a variety of vector and bitmap formats, including SVG, PDF, PS, PNG, JPEG, TIFF, GIF, and BMP. WWW: http://cutycapt.sourceforge.net |
2011-04-26T20:12:27+00:00 | audio/linux-f10-pulseaudio-libs |
Libraries for PulseAudio clients (Linux Fedora 10) This package contains the runtime libraries for any application that wishes to interface with a PulseAudio sound server. WWW: http://www.pulseaudio.org/ |
2011-04-26T18:33:10+00:00 | dns/p5-Net-Amazon-Route53 |
Manage your DNS entries on Amazon's Route53 service The Net::Amazon::Route53 Perl module allows you to manage DNS records for your domains via Amazon's Route 53 service. For more information, visit http://aws.amazon.com/route53/ WWW: https://metacpan.org/release/Net-Amazon-Route53 |
2011-04-26T18:19:48+00:00 | chinese/bug5 |
Big5/GBK <-> UTF-8 translating layer in terminal bug5 is a Big5/GBK <-> UTF-8 translating layer in terminal. It's modified from script(1). Features that screen doesn't have: - Autoset locale - UAO - Unpad padded ambiguous-width characters - ANSI-Broken Big5 (eg. Double Color) fixing - Optional Traditional-Simplified conversion - BSD License - Specifying size for slave terminal + auto scrolling region setting Features that both bug5 and screen has: - Optional ambiguous-width characters padding - Specify I/O conversion WWW: https://github.com/buganini/bug5 |
2011-04-26T17:08:50+00:00 | databases/pecl-rrd |
PHP bindings to rrd tool system Procedural and simple OO wrapper for rrdtool - data logging and graphing system for time series data. WWW: http://www.pecl.php.net/package/rrd/ |
2011-04-26T12:12:27+00:00 | www/mod_asn |
Look up the AS and network prefix of IP address mod_asn is an Apache module that uses BGP routing data to look up the autonomous system (AS) and the network prefix (subnet) which contains a given (clients) IP address. WWW: http://mirrorbrain.org/mod_asn/ |
2011-04-26T07:08:32+00:00 | www/hotcrp |
Web based conference management software HotCRP is conference management software: it accepts paper submissions and manages the review process. WWW: http://www.read.seas.harvard.edu/~kohler/hotcrp/ |
2011-04-24T20:54:44+00:00 | archivers/zutils |
Utilities for searching in bzip2, gzip, lzip, and xz archives Zutils is a collection of utilities able to deal with any combination of compressed and non-compressed files transparently. If any given file, including standard input, is compressed, its decompressed content is used. Compressed files are decompressed on the fly; no temporary files are created. The provided utilities are: Zcat - Decompresses and copies files to standard output. Zcmp - Decompresses and compares two files byte by byte. Zdiff - Decompresses and compares two files line by line. Zgrep - Decompresses and searches files for a regular expression. Ztest - Tests integrity of compressed files. Zupdate - Recompresses files to lzip format. The supported compressors are bzip2, gzip, lzip, and xz. WWW: http://www.nongnu.org/zutils/zutils.html |
2011-04-24T15:51:13+00:00 | multimedia/linux_dvbwrapper-kmod |
Linux compatibility layer - DVB ioctl handler This kld adds DVB ioctl handling to the Linux compatibility layer so that Linux apps can talk to DVB/ATSC tuners via /dev/dvb/adapterX. Note this port does not contain actual DVB drivers, those are provided by e.g. the multimedia/webcamd port. WWW: https://people.freebsd.org/~nox/dvb/ |
2011-04-24T07:55:01+00:00 | emulators/dynamips-community |
Cisco 1700/2600/3600/3700/7200 Simulator Cisco 1700/2600/3600/3700/7200 simulator. WWW: https://github.com/GNS3/dynamips |
2011-04-23T12:00:54+00:00 | net/heybuddy |
Supposedly light, feature free identi.ca client Heybuddy is a supposedly light, feature free identi.ca client, licensed under GNU GPL v3. WWW: http://www.jezra.net/projects/heybuddy |
2011-04-22T08:51:24+00:00 | biology/p5-Bio-GFF3 |
Fast low-level functions for parsing and formatting GFF3 Bio::GFF3 are low-level, fast functions for parsing GFF version 3 files. All they do is convert back and forth between low-level Perl data structures and GFF3 text. WWW: https://metacpan.org/release/Bio-GFF3 |
2011-04-22T00:47:39+00:00 | databases/py-firebirdsql |
Python DBAPI module for FirebirdSQL FirebirdSQL package is a set of Firebird RDBMS bindings for python. It works on Python 2.5+ (including Python 3.x). It was tested with cpython, jython, ironpython and pypy. WWW: https://github.com/nakagami/pyfirebirdsql |
2011-04-20T14:00:34+00:00 | lang/phantomjs |
Minimalistic, headless, WebKit-based, JavaScript-driven tool PhantomJS is a minimalistic, headless, WebKit-based, JavaScript-driven tool. It has native support for different web technologies: DOM handling, CSS selector, JSON, Canvas, SVG, and of course JavaScript. WWW: http://www.phantomjs.org/ |
2011-04-18T10:05:47+00:00 | devel/p5-Multiplex-CMD |
Perl5 module which provides Multiplexed Fork Client Multiplex::CMD is a Perl module which can be helpful for running some commands for many hosts. WWW: https://metacpan.org/release/KAN/Multiplex-CMD-v0.03 |
2011-04-18T08:58:01+00:00 | www/p5-HTTP-Cookies |
HTTP Cookie jars The HTTP::Cookies class is for objects that represent a "cookie jar" -- that is, a database of all the HTTP cookies that a given LWP::UserAgent object knows about. Cookies are a general mechanism which server side connections can use to both store and retrieve information on the client side of the connection. For more information about cookies refer to Cookie Spec and Cookie Central. This module also implements the new style cookies described in RFC 2965. The two variants of cookies are supposed to be able to coexist happily. Instances of the class HTTP::Cookies are able to store a collection of Set-Cookie2: and Set-Cookie: headers and are able to use this information to initialize Cookie-headers in HTTP::Request objects. The state of a HTTP::Cookies object can be saved in and restored from files. WWW: https://metacpan.org/release/HTTP-Cookies |
2011-04-18T07:24:45+00:00 | www/p5-HTML-Form |
Class that represents an HTML form element Objects of the HTML::Form class represent a single HTML <form> ... </form> instance. A form consists of a sequence of inputs that usually have names, and which can take on various values. WWW: https://metacpan.org/release/HTML-Form |
2011-04-17T15:56:04+00:00 | finance/skrooge |
Personal finance manager Skrooge is a personal finances manager powered by KDE. It allows you to keep track of your expenses and incomes, categorize them, and build reports of them. Here is the list of main features of Skrooge: * QIF, CSV, SKROOGE, KMYMONEY import/export * OFX, QFX, GNUCASH, GRISBI, HOMEBANK import * Advanced Graphical Reports * Several tabs to help you organize your work * Infinite undo/redo (even after the file was closed !) * Instant filtering on operations and reports * Infinite categories levels * Mass update of operations * Scheduled operations * Track refund of your expenses * Automatically process operations based on search conditions * Multiple currencies * Dashboard WWW: https://skrooge.org |
2011-04-17T02:30:16+00:00 | net-p2p/qbittorrent-27 |
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/ |
2011-04-17T02:30:16+00:00 | net-p2p/qbittorrent-27-nox11 |
Bittorrent client using libtorrent-rasterbar, web UI version qBittorrent v2 is the closest open source (GNU GPL v2 license) equivalent to utorrent. It is based on libtorrent-rasterbar. Features: Remote control through a Web user interface * Nearly identical to the regular UI, all in Ajax 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 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/ |
2011-04-16T18:23:52+00:00 | multimedia/vdr-plugin-markad |
Video Disk Recorder - MarkAd plugin http://www.vdr-wiki.de/wiki/index.php/Markad-plugin MarkAd marks advertisements in VDR recordings. WWW: https://projects.vdr-developer.org/projects/plg-markad |
2011-04-16T13:51:24+00:00 | www/py-google-api-python-client |
Google API Client Library for Python The Google API Client for Python is a client library for accessing the adexchangebuyer, adexchangeseller, adsense, adsensehost, analytics, androidpublisher, audit, bigquery, blogger, books, calendar, civicinfo, compute, coordinate, customsearch, dfareporting, discovery, drive, freebase, fusiontables, gan, groupsmigration, groupssettings, latitude, licensing, oauth2, orkut, pagespeedonline, plus, prediction, reseller, shopping, siteVerification, storage, taskqueue, tasks, translate, urlshortener, webfonts, youtube, youtubeAnalytics APIs. If you wish to use a Google API that is not in that list then you should look at the Google Data APIs Python Client Library (devel/py-gdata). WWW: https://developers.google.com/api-client-library/python/ |
2011-04-16T13:42:52+00:00 | www/p5-Mojolicious-Plugin-Mongodb |
Use MongoDB in Mojolicious Mojolicious::Plugin::Mongodb provides a few helpers to ease the use of MongoDB in your Mojolicious application. WWW: https://metacpan.org/release/Mojolicious-Plugin-Mongodb |
2011-04-16T13:41:10+00:00 | www/p5-Mojolicious-Plugin-Database |
Handling of DBI based connections in Mojolicious Mojolicious::Plugin::Database provides "sane" handling of DBI connections so problems with pre-forking (Hypnotoad, etc.) will not occur. WWW: https://metacpan.org/release/Mojolicious-Plugin-Database |
2011-04-16T13:39:45+00:00 | www/p5-Protocol-WebSocket |
Client/server WebSocket message and frame parser/constructor Client/server WebSocket message and frame parser/constructor. This module does not provide a WebSocket server or client, but is made for using in http servers or clients to provide WebSocket support WWW: https://metacpan.org/release/Protocol-WebSocket |
2011-04-16T08:45:27+00:00 | www/nostromo |
Fast, secure HTTP/1.1 CGI/1.1 SSL IPv4/IPv6 webserver Nostromo aka nhttpd is a simple, fast and secure HTTP server. It runs as a single process, handling connections with select(2). For CGIs and directory listing it does fork(2). The minimum of HTTP/1.1 and CGI/1.1 are implemented. Also supported are: chroot, setuid, basic authentication, SSL, IPv6, custom responses, aliases, and virtual hosts. The access log is written in standard CLF format. WWW: http://www.nazgul.ch/dev_nostromo.html |
2011-04-15T19:08:25+00:00 | www/p5-HTTP-Daemon |
Simple HTTP server class Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a socket for incoming requests. The HTTP::Daemon is a subclass of IO::Socket::INET, so you can perform socket operations directly on it too. The accept() method will return when a connection from a client is available. The returned value will be an HTTP::Daemon::ClientConn object which is another IO::Socket::INET subclass. Calling the get_request() method on this object will read data from the client and return an HTTP::Request object. The ClientConn object also provide methods to send back various responses. This HTTP daemon does not fork(2) for you. Your application, i.e. the user of the HTTP::Daemon is responsible for forking if that is desirable. Also note that the user is responsible for generating responses that conform to the HTTP/1.1 protocol. WWW: https://metacpan.org/release/HTTP-Daemon |
2011-04-15T14:54:29+00:00 | databases/php5-sqlite3 |
|
2011-04-15T14:36:24+00:00 | www/p5-HTTP-Negotiate |
Implementation of the HTTP content negotiation algorithm HTTP::Negotiate provides a complete implementation of the HTTP content negotiation algorithm. Content negotiation allows for the selection of a preferred content representation based upon attributes of the negotiable variants and the value of the various Accept* header fields in the request. WWW: https://metacpan.org/release/HTTP-Negotiate |
2011-04-15T12:20:29+00:00 | www/p5-HTTP-Message |
Representation of HTTP style messages This module contains classes useful for representing the messages passed in HTTP style communication. These are classes representing requests, responses and the headers contained within them. WWW: https://metacpan.org/release/HTTP-Message |
2011-04-15T09:27:14+00:00 | www/p5-LWP-MediaTypes |
Guess media type for a file or a URL LWP::MediaTypes provides functions for handling media (also known as MIME) types and encodings. The mapping from file extensions to media types is defined by the media.types file. If the ~/.media.types file exists it is used instead. For backwards compatibility we will also look for ~/.mime.types. WWW: https://metacpan.org/release/LWP-MediaTypes |
2011-04-15T07:57:08+00:00 | net/p5-Net-HTTP |
Low-level HTTP client The Net::HTTP class is a low-level HTTP client. An instance of the Net::HTTP class represents a connection to an HTTP server. The HTTP protocol is described in RFC 2616. The Net::HTTP class supports HTTP/1.0 and HTTP/1.1. Net::HTTP is a sub-class of one of IO::Socket::IP (IPv6+IPv4), IO::Socket::INET6 (IPv6+IPv4), or IO::Socket::INET (IPv4 only). You can mix the methods described below with reading and writing from the socket directly. This is not necessary a good idea, unless you know what you are doing. WWW: https://metacpan.org/release/Net-HTTP |
2011-04-15T06:00:05+00:00 | www/mohawk |
Simple and lightweight HTTP daemon Simple and lightweight HTTP daemon. It provides the following features: - Basic support for CGI, - ipv6, authentication, - virtual host, - basic authentication - basic url mapping system. WWW: http://fossil.etoilebsd.net/mohawk |
2011-04-14T14:00:40+00:00 | multimedia/linux-f10-libv4l |
Collection of video4linux support libraries (Fedora 10) libv4l is a collection of libraries which adds a thin abstraction layer on top of video4linux2 devices. The purpose of this (thin) layer is to make it easy for application writers to support a wide variety of devices without having to write separate code for different devices in the same class. libv4l consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2. libv4lconvert offers functions to convert from any (known) pixel-format to V4l2_PIX_FMT_BGR24 or V4l2_PIX_FMT_YUV420. libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent of the drivers for those devices supporting v4l1 compatibility (which many v4l2 drivers do not). libv4l2 offers the v4l2 API on top of v4l2 devices, while adding for the application transparent libv4lconvert conversion where necessary. WWW: http://hansdegoede.livejournal.com/3636.html |
2011-04-14T13:18:39+00:00 | www/p5-WWW-RobotRules |
Database of robots.txt-derived permissions This module parses /robots.txt files which are used to forbid conforming robots from accessing parts of a web site. The parsed files are kept in a WWW::RobotRules object, and this object provides methods to check if access to a given URL is prohibited. WWW: https://metacpan.org/release/WWW-RobotRules |
2011-04-14T10:56:17+00:00 | sysutils/p5-File-Listing |
Parse directory listings This module can be used to parse directory listings. WWW: https://metacpan.org/release/File-Listing |
2011-04-14T07:39:35+00:00 | www/p5-HTTP-Date |
Conversion routines for the HTTP protocol date formats HTTP::Date provides functions that deal the date formats used by the HTTP protocol (and then some more). Only the first two functions, time2str() and str2time(), are exported by default. WWW: https://metacpan.org/release/HTTP-Date |
2011-04-14T01:03:39+00:00 | devel/p5-Range-String |
Perl5 module which provides interface to string ranges Range::Integer is a perl module which can be helpful for work with string ranges. WWW: https://metacpan.org/release/KAN/Range-String-v0.01 |
2011-04-14T00:56:10+00:00 | databases/gosqlite3 |
Go interface for SQLite3 A Go interface for SQLite3, modelled after the C interface. WWW: http://kuroneko.github.com/gosqlite3/ |
2011-04-14T00:38:46+00:00 | www/py-flask-cache |
Cache support for your Flask application Flask-Cache adds cache support to your Flask application. The cache backend can Be chosen from simple, memcached, and filesystem. Install databases/memcached from ports if needed. WWW: https://pythonhosted.org/Flask-Cache/ |
2011-04-13T14:11:29+00:00 | irc/p5-IRC-Utils |
Common utilities for IRC-related tasks The functions in this module take care of many of the tasks you are faced with when working with IRC. Mode lines, ban masks, message encoding and formatting, etc. WWW: https://metacpan.org/release/IRC-Utils |
2011-04-13T08:54:11+00:00 | databases/p5-DBIx-Class-InflateColumn-FS |
Perl extension to {in,de}flate columns to Path::Class::File objects Provides inflation to a Path::Class::File object allowing file system storage of BLOBS. The storage path is specified with fs_column_path. Each file receives a unique name, so the storage for all FS columns can share the same path. Within the path specified by fs_column_path, files are stored in sub-directories based on the first 2 characters of the unique file names. Up to 256 sub-directories will be created, as needed. Override _fs_column_dirs in a derived class to change this behavior. fs_new_on_update will create a new file name if the file has been updated. WWW: https://metacpan.org/release/DBIx-Class-InflateColumn-FS |
2011-04-12T03:14:05+00:00 | sysutils/byobu |
Profile and configuration utilities for GNU Screen and/or tmux Byobu is a GPLv3 open source text-based window manager and terminal multiplexer. It was originally designed to provide elegant enhancements to the otherwise functional, plain, practical GNU Screen. Byobu now includes an enhanced profiles, convenient keybindings, configuration utilities, and toggle-able system status notifications for both the GNU Screen window manager and the more modern Tmux terminal multiplexer. The Python newt library is only needed if you wish to use the menu- based config editor. WWW: https://byobu.org |
2011-04-12T03:02:36+00:00 | archivers/lrzip |
Long Range ZIP or Lzma RZIP This is a compression program optimised for large files. The larger the file and the more memory you have, the better the compression advantage this will provide, especially once the files are larger than 100MB. The advantage can be chosen to be either size (much smaller than bzip2) or speed (much faster than bzip2). |
2011-04-12T02:43:33+00:00 | sysutils/p5-BSD-Process |
Information about running processes on BSD platforms Information about running processes on BSD platforms WWW: https://metacpan.org/release/BSD-Process |
2011-04-12T02:33:07+00:00 | comms/p5-SMS-Send-TW-Qma |
SMS::Send driver for http://www.qma.com/ SMS::Send::TW::Qma is a SMS::Send driver which allows you to send messages through http://www.qma.com/. WWW: https://metacpan.org/release/SMS-Send-TW-Qma |
2011-04-12T02:24:37+00:00 | devel/pure-gen |
C interface generator for the Pure language pure-gen is a C interface generator for the Pure language. It takes a C header file as input and generates a corresponding Pure module with the constant definitions and extern declarations needed to use the C module from Pure. pure-gen can also generate FFI interfaces rather than externs (using the pure-ffi module, see below), and it can optionally create a C wrapper module which allows you to create interfaces to pretty much any code which can be called via C. Interfaces to C++ can be made using SWIG's new C language module which can wrap arbitrary C++ libraries in C. WWW: http://docs.pure-lang.googlecode.com/hg/pure-gen.html |
2011-04-11T01:13:14+00:00 | www/p5-LWP-Online |
Checks if process has access to the web LWP::Online attempts to answer, as accurately as it can, one of the nastiest technical questions there is: Am I on the internet? This a problem that had no clean permanent solution, and for which you could just keep writing more and more functionality indefinitely, asymtopically approaching 100% correctness but never reaching it. And so LWP::Online is intended to do as good a job as possible, without having to resort to asking any human questions (who may well get it wrong anyway), and limiting itself to a finite amount of programming work and a reasonable level of memory overhead to load the code. WWW: https://metacpan.org/release/LWP-Online |
2011-04-10T23:16:11+00:00 | devel/rubygem-sdl |
Ruby extension library to use SDL library Ruby/SDL is a Ruby extension library to use SDL library. WWW: http://rubygems.org/gems/rubysdl |
2011-04-10T20:27:34+00:00 | graphics/qiviewer |
Fast and lightweight image viewer This program has been written with help of Qt library, to be a lightweight image viewer, similar to eog or viewnior for Gnome. WWW: http://code.google.com/p/qiviewer/ |
2011-04-10T20:02:24+00:00 | devel/rubygem-filemagic |
Ruby binding to libmagic(3) FileMagic is a Ruby binding to the magic(4) library, which you may know better as the file(1) command. The file(1) command identifies the type of a file using, among other tests, a test for whether the file begins with a certain magic number. WWW: http://rubygems.org/gems/ruby-filemagic |
2011-04-09T14:06:28+00:00 | audio/autotalent |
Real-time pitch correction plugin for LADSPA real-time pitch correction plugin for ladspa WWW: http://tombaran.info/autotalent.html |
2011-04-08T06:25:19+00:00 | x11/sterm |
Simple X terminal st is a minimalistic X terminal. It consists of a single binary, configuration is done at compile-time by a config.h file. WWW: https://st.suckless.org/ |
2011-04-08T03:49:26+00:00 | graphics/simpleviewer |
Small and simple image viewer based on OpenGL Simple Viewer is small and simple OpenGL based image viewer. Its features: - Supported formats: PNG, JPEG, PSD, XCF, SVG, GIF, TIFF, TARGA, ICO, BMP, PNM, DDS, BMP, XWD, SCR (ZX-Spectrum screen), XPM, WebP - Lightweight and fast: utilizes hardware-accelerated video card - GIF animation, embedded ICC profiles, and Exif tags support - Very simple interface, minimum dependencies, does not require any specific desktop environment - Suitable as default (general-purpose) desktop image viewer WWW: https://bitbucket.org/andreyu/simple-viewer-gl |
2011-04-07T18:54:28+00:00 | games/pinedit |
Editor for Emilia Pinball Emilia Pinball is a free pinball game. This port installs editor for Emilia Pinball. WWW: http://pinball.sourceforge.net/ |
2011-04-07T18:45:00+00:00 | devel/llvm-etoile |
Low Level Virtual Machine Low Level Virtual Machine (LLVM) is: - A compilation strategy designed to enable effective program optimization across the entire lifetime of a program. - A virtual instruction set. - A compiler infrastructure. - LLVM does not imply things that you would expect from a high-level virtual machine. It does not require garbage collection or run-time code generation. This port is only to build the Etoile project. WWW: http://llvm.cs.uiuc.edu/ |
2011-04-07T07:13:03+00:00 | multimedia/gst123 |
Command-line tool to play audio and video files This program is designed to be flexible command line player in the spirit of ogg123 and mpg123, based on GStreamer. It plays all file formats GStreamer understands, so if you have a music collection which contains different file formats, like FLAC, Ogg, and MP3, you can use gst123 to play all your music files. WWW: http://space.twc.de/~stefan/gst123.php |
2011-04-07T05:17:21+00:00 | games/megaglest |
Open source 3D real-time strategy game MegaGlest is an open source 3D-real-time strategy game, where you control the armies of one of seven different factions: Tech, Magic, Egyptians, Indians, Norsemen, Persian or Romans (Beta). The game is setup in one of 14 naturally looking settings, which -like the unit models- are crafted with great appreciation for detail. MegaGlest is heavily based on the widely known Glest, which it forked from in early 2010. WWW: http://megaglest.org/ |
2011-04-07T05:13:40+00:00 | games/megaglest-data |
MegaGlest data files The megaglest data files. This port installs the data files needed to run megaglest a free 3D real-time strategy game. WWW: http://megaglest.org/ |
2011-04-06T13:53:44+00:00 | devel/p5-Log-Any-App |
Easy way to use Log::Any in applications This Perl module simplifies usage of Log::Any-aware modules in applications. WWW: https://metacpan.org/release/PERLANCAR/Log-Any-App-0.53 |
2011-04-06T09:42:40+00:00 | security/pkcs11-gateway |
Wrapper Cryptoki library to use Linux PKCS\#11 modules pkcs11-gateway is a software that allows you to use a Linux PKCS#11 module on FreeBSD i386/amd64. It consists of a FreeBSD Cryptoki wrapper library that serializes and forwards PKCS#11 function calls to a Linux server program that dlopen() and use the real module. The communication between the two components is via a UNIX socket. pkcs11-gateway is based on the rpc-layer of Gnome Keyring. |
2011-04-06T07:58:19+00:00 | security/pkcs11-dump |
Allow dumping PKCS\#11 token content pkcs11-dump is a small utility to dump PKCS#11 token contents. WWW: http://sites.google.com/site/alonbarlev/pkcs11-utilities |
2011-04-06T01:00:58+00:00 | www/pear-Services_ShortURL |
Abstract PHP5 interface for shortening and expanding short URLs Short URL services have become enormously popular on the internet. There are, literally, dozens (hundreds?) of these services. Services_ShortURL offers an abstract way of shortening and expanding URLs. WWW: https://pear.php.net/package/Services_ShortURL |
2011-04-05T20:06:18+00:00 | devel/svn2git |
Imports svn repositories into git "Importer for one time conversion from svn to git." The svn to git converter as used by KDE. For practical examples on writing rules for conversion, see: http://gitorious.org/svn2git/kde-ruleset WWW: http://gitorious.org/svn2git/svn2git |
2011-04-05T17:13:01+00:00 | devel/p5-App-SD |
Peer-to-peer replicated distributed issue tracker SD is a peer to peer ticket tracking system built on the Prophet distributed database. SD is designed to make it easy to work with tickets and to share ticket databases with your collaborators WWW: http://syncwith.us/sd/ |
2011-04-05T16:37:46+00:00 | databases/p5-Prophet |
Distributed database system Prophet is a distributed database system designed for small to medium scale social database applications. WWW: https://metacpan.org/release/Prophet |
2011-04-05T16:21:01+00:00 | dns/p5-Net-Bonjour |
Module for DNS service discovery This is Net::Bonjour, a set of perl modules to utilize DNS for service discovery. This method of service discovery is branded as Bonjour by Apple Computer. WWW: https://metacpan.org/release/Net-Bonjour |
2011-04-05T16:01:31+00:00 | devel/p5-Path-Dispatcher-Declarative |
Sugary dispatcher for perl sugary dispatcher for perl WWW: https://metacpan.org/release/Path-Dispatcher-Declarative |
2011-04-05T15:44:23+00:00 | devel/p5-Path-Dispatcher |
Perl flexible and extensible dispatch Path::Dispatcher - flexible and extensible dispatch for perl WWW: https://metacpan.org/release/Path-Dispatcher |
2011-04-05T14:03:48+00:00 | net-mgmt/p5-Net-SNMP-Util |
Utility functions for Net::SNMP This module, Net::SNMP::Util, gives you functions of SNMP getting operation interfaces using Net::SNMP communicating with multiple hosts and multi-OIDs. WWW: https://metacpan.org/release/Net-SNMP-Util |
2011-04-05T12:02:48+00:00 | editors/p5-Proc-InvokeEditor |
Perl extension for starting a text editor This module provides a simple API to calling an external text editor from within your perl program. WWW: https://metacpan.org/release/Proc-InvokeEditor |
2011-04-04T19:43:18+00:00 | audio/puddletag |
Audio tag editor Puddletag is a audio tag editor similar to Windows program Mp3tag. Unlike most taggers, it uses a spreadsheet-like layout so that all the tags you want to edit by hand are visible and easily editable. Supported formats: ID3v1, ID3v2 (mp3), MP4 (mp4, m4a, etc.), VorbisComments (ogg, flac), Musepack (mpc), Monkey's Audio (.ape) and WavPack (wv) WWW: http://puddletag.net |
2011-04-04T15:03:51+00:00 | sysutils/zxfer |
Easily and reliably transfer ZFS filesystems Zxfer is a fork of zfs-replicate. It allows the easy and reliable backup, restore or transfer of ZFS filesystems, either locally or remotely. Some of the features zxfer has: * Written in sh with only one dependency, rsync. Rsync mode is not used in a typical restore, hence in that situation all you need is the zxfer script, your backup and an install CD/DVD. * Reliability is first priority - the only methods of transfer allowed are those that checksum/hash the transferred data. * Transfer to or from a remote host via ssh. * Recursive and incremental transfer of filesystems (via snapshots). * Transfer properties and sources of those properties (e.g. local or inherited). * Override properties in the transfer, e.g. for archival purposes it is useful to override "copies" and "compression". * Create all filesystems on the destination as necessary. * A comprehensive man page with examples. * Can be set to beep on error or when done, useful for long transfers. * Features an rsync mode for when two different snapshotting regimes are on source and destination, and zfs send/receive won't work. LICENSE: BSD WWW: https://github.com/allanjude/zxfer |
2011-04-04T10:21:01+00:00 | archivers/snappy |
Fast compressor/decompressor library Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. For instance, compared to the fastest mode of zlib, Snappy is an order of magnitude faster for most inputs, but the resulting compressed files are anywhere from 20% to 100% bigger. WWW: http://google.github.io/snappy/ |
2011-04-03T18:19:25+00:00 | textproc/p5-Algorithm-CheckDigits |
Perl extension to generate and test check digits Perl library that provides several modules to compute or validate check digits. WWW: https://metacpan.org/release/Algorithm-CheckDigits |
2011-04-03T17:23:50+00:00 | textproc/rubygem-xslt |
XSLT processor in pure Ruby This is a Ruby class for processing XSLT. WWW: http://rubygems.org/gems/ruby-xslt |
2011-04-03T15:58:51+00:00 | sysutils/rubygem-log4r |
Flexible logging library for use in Ruby programs Log4r is a comprehensive and flexible logging library written in Ruby for use in Ruby programs WWW: https://github.com/colbygk/log4r |
2011-04-03T15:43:03+00:00 | archivers/rubygem-bzip2 |
Ruby C bindings to libbzip2 Ruby C bindings to libbzip2 WWW: http://rubygems.org/gems/bzip2-ruby |
2011-04-03T15:28:18+00:00 | textproc/rubygem-bzip2 |
Ruby C bindings to libbzip2 Ruby C bindings to libbzip2 WWW: http://rubygems.org/gems/bzip2-ruby |
2011-04-03T12:54:17+00:00 | devel/p5-MooseX-ChainedAccessors |
Accessor class for chained accessors with Moose MooseX::ChainedAccessors is a Moose Trait which allows for method chaining on accessors by returning $self on write/set operations. WWW: http://search.cpan.org/dist/MooseX-ChainedAccessors/ |
2011-04-03T12:04:17+00:00 | devel/p5-MooseX-SetOnce |
Write-once, read-many attributes for Moose The 'SetOnce' attribute lets your class have attributes that are not lazy and not set, but that cannot be altered once set. If you try to alter the value of an attribute with the SetOnce trait, either by accessor or writer, and the attribute has a value, it will throw an exception. WWW: https://metacpan.org/release/MooseX-SetOnce |
2011-04-03T11:22:54+00:00 | net/tcpproxy |
Simple TCP connection proxy for IPv4 and IPv6 tcpproxy is a simple TCP connection proxy which combines the features of rinetd and 6tunnel. tcpproxy supports IPv4 and IPv6 and also supports connections from IPv6 to IPv4 endpoints and vice versa. WWW: http://www.spreadspace.org/tcpproxy/ |
2011-04-03T04:42:04+00:00 | finance/p5-Finance-Bitcoin |
Perl interface to a bitcoin instance Bitcoin is a peer-to-peer network based digital currency. Finance::Bitcoin provides a perl interface to the high and low level APIs for managing a running bitcoin instance over JSON-RPC. WWW: https://metacpan.org/release/Finance-Bitcoin |
2011-03-31T15:01:45+00:00 | sysutils/cpulimit |
Limit the CPU usage of a process The cpulimit program throttles back a process's CPU usage. This allows the user to slow down jobs that would otherwise choke the processor. It is also helpful on laptops where we want to avoid generating a lot of heat. WWW: http://limitcpu.sourceforge.net/ |
2011-03-30T00:20:37+00:00 | x11-fonts/font-manager |
Font management application for the GNOME desktop Font Manager is not intended to be a professional-grade font management solution, but rather a simple application suitable for the needs of most desktop users. Although designed with the GNOME desktop environment in mind, it should work well with most major desktop environments such as Xfce, Enlightenment, and even KDE. WWW: http://fontmanager.github.io/ |
2011-03-29T21:00:05+00:00 | textproc/ruby-escape |
Ruby library provides HTML/URI/shell escaping functions Ruby escape - HTML/URI/shell escaping utilities Features: - several escaping/composing functions * HTML text * HTML attribute value * URI path * shell command line - dedicated classes for escaped strings - escape and compose strongly related strings at once WWW: http://www.a-k-r.org/escape/ |
2011-03-27T10:26:18+00:00 | devel/rubygem-ncursesw |
Wrapper to the ncurses library with wide character support 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/ |
2011-03-27T06:48:15+00:00 | sysutils/swapexd |
Tool for growing and shrinking on-disk swap space The Swap Extender Daemon is designed to monitor the amount of swap space available on the system and create more on-disk swap as needed. Additionally Swap Extender will remove unwanted swap space when memory is freed. WWW: http://makeapbi.sourceforge.net/ |
2011-03-26T19:23:46+00:00 | www/vdradmin-am |
Video Disk Recorder - webinterface http://www.vdr-wiki.de/wiki/index.php/Vdradmin_AM VDRAdmin-AM is a web based interface to VDR. WWW: http://andreas.vdr-developer.org/vdradmin-am/ |
2011-03-26T19:23:13+00:00 | multimedia/vdr-plugins |
Video Disk Recorder - plugin metaport Preliminary port of the vdr development branch, use at your own risk! :) This is just a metaport that lets you select the plugins you want to install. See vdr/webcamd dvb thread(s) on the freebsd-multimedia list and the wiki for FreeBSD notes: http://wiki.freebsd.org/VDR Some links are also here: http://people.freebsd.org/~nox/dvb/ and see these links for general vdr info: http://www.linuxtv.org/vdrwiki/index.php/Main_Page http://www.vdr-portal.de/ WWW: http://www.tvdr.de/ |
2011-03-26T19:22:41+00:00 | www/vdr-plugin-live |
Video Disk Recorder - live web plugin http://www.vdr-wiki.de/wiki/index.php/Live-plugin Live, the "Live Interactive VDR Environment", is a plugin providing the possibility to interactively control the VDR and some of it's plugins by a web interface. Unlike external utility programs that communicate with VDR and it's plugins by SVDRP, Live has direct access to VDR's data structures and is thus very fast. WWW: http://live.vdr-developer.org/ |
2011-03-26T19:21:47+00:00 | multimedia/vdr-plugin-xineliboutput |
Video Disk Recorder - xineliboutput plugin/viewer http://www.linuxtv.org/vdrwiki/index.php/Xineliboutput-plugin X11 and Linux framebuffer front-end for VDR. Plugin displays video and OSD in X/Xv/XvMC/VAAPI/VDPAU window, Linux framebuffer/DirectFB/vidixfb or DXR3 card. Support for local and remote frontends. Built-in image and media player supports playback of most known media files (avi/mp3/divx/jpeg/...), DVDs and radio/video streams (http, rtsp, ...) directly from VDR. FreeBSD Note: If you want to use VAAPI/VDPAU make sure the ffmpeg and libxine ports are (re)built with the corresponding knobs turned on! (make config in their port dirs.) WWW: https://sourceforge.net/projects/xineliboutput/ |
2011-03-26T19:21:27+00:00 | multimedia/vdr-plugin-vnsiserver |
Video Disk Recorder - VNSI server plugin http://www.vdr-wiki.de/wiki/index.php/Vnsi-server-plugin VDR-Network-Streaming-Interface plugin to be used with XMBC >= 12.0 (Frodo) pvr.vdr.vnsi addon (now part of multimedia/xbmc-addon-pvr) WWW: http://www.vdr-portal.de/board/thread.php?threadid=95292 |
2011-03-26T19:21:08+00:00 | multimedia/vdr-plugin-upnp |
Video Disk Recorder - UPnP/DLNA plugin (alpha!) http://www.vdr-wiki.de/wiki/index.php/Upnp-plugin UPnP/DLNA Plugin for Video Disk Recorder This Plugins extends the VDR with the possibility to act as an UPnP/DLNA Media Server (DMS). It will serve VDR's contents in the network to any UPnP-AV and DLNA capable devices. This still is an alpha version! WWW: http://upnp.vdr-developer.org/ |
2011-03-26T19:20:47+00:00 | multimedia/vdr-plugin-streamdev |
Video Disk Recorder - stream device plugin http://www.linuxtv.org/vdrwiki/index.php/Streamdev-plugin This PlugIn is a VDR implementation of the VTP (Video Transfer Protocol) Version 0.0.3 (see file PROTOCOL) and a basic HTTP Streaming Protocol. It consists of a server and a client part, but both parts are compiled together with the PlugIn source, but appear as separate PlugIns to VDR. The client part acts as a full Input Device, so it can be used in conjunction with a DXR3-Card, XINE, SoftDevice or others to act as a working VDR installation without any DVB-Hardware including EPG-Handling. The server part acts as a Receiver-Device and works transparently in the background within your running VDR. It can serve multiple clients and it can distribute multiple input streams (i.e. from multiple DVB-cards) to multiple clients using the native VTP protocol (for VDR-clients), or using the HTTP protocol supporting clients such as XINE, MPlayer and so on. With XMMS or WinAMP, you can also listen to radio channels over a HTTP connection. WWW: http://streamdev.vdr-developer.org/ |
2011-03-26T19:20:28+00:00 | multimedia/vdr-plugin-softdevice |
Video Disk Recorder - softdevice plugin http://www.linuxtv.org/vdrwiki/index.php/Softdevice-plugin This VDR plugin is a MPEG2 decoder. It can be used as an output device for the vdr. Possible output devices are Xv, DirectFB, Vidix or a framebuffer. WWW: http://softdevice.berlios.de/ |
2011-03-26T19:19:58+00:00 | multimedia/vdr-plugin-skinenigmang |
Video Disk Recorder - Enigma-NG skin plugin http://www.vdr-wiki.de/wiki/index.php/Skinenigmang-plugin "EnigmaNG" is a standalone VDR OSD skin based on the "Enigma" text2skin addon. WWW: http://andreas.vdr-developer.org/enigmang/index.html |
2011-03-26T19:19:38+00:00 | multimedia/vdr-plugin-remote |
Video Disk Recorder - remote control plugin http://www.linuxtv.org/vdrwiki/index.php/Remote-plugin This plugin extends the remote control capabilities of vdr. The following remote control devices are supported: (a) Linux input device driver ('/dev/input/eventX', X=0,1,2,...) (currently not supported on FreeBSD) (b) keyboard (tty driver): /dev/console, /dev/ttyX (c) TCP connection (telnet) (d) LIRC (e) some(?) FreeBSD uhid(4) devices (experimental support added by this port) To use, add something like this to vdr_flags: '-Premote -h /dev/uhid0', (re)start vdr, then the osd should ask you to configure the remote by pressing the buttons you want to assign. Note: If your remote is detected as a keyboard you'll have to tell ukbd(4) to ignore it first by doing (as root) something like: usbconfig add_dev_quirk_vplh 0x1241 0xe000 0 0xffff UQ_KBD_IGNORE (and possibly unplug it for a moment or reset it via usbconfig, 0x1241 there is the vendor id, 0xe000 the product id of the device, you can get yours by doing usbconfig -d 1.2 dump_device_desc and looking for idVendor and idProduct, -d 1.2 there corresponds to ugen1.2 listed by usbconfig w/o args.) You can check with: usbconfig show_ifdrv if the device is then listed as ugen...: uhid... you're good to go. 2nd note: If vdr cannot open your uhid device check it is not claimed by xorg: fstat |grep uhid If it is you may need an xorg.conf(5) with manually defined InputDevice sections for mouse and keyboard and Option "AutoAddDevices" "False" in the ServerFlags section. And if for some reason you want to reassign the buttons on the remote you can stop vdr and do: touch /usr/local/etc/vdr/channels.conf and/or remove uhid entries from /usr/local/etc/vdr/remote.conf . When you then start vdr again it should ask to configure the remote again. WWW: http://escape-edv.de/endriss/vdr/ |
2011-03-26T19:19:18+00:00 | multimedia/vdr-plugin-osdteletext |
Video Disk Recorder - OSD teletext plugin http://www.linuxtv.org/vdrwiki/index.php/Osdteletext-plugin Osd-Teletext displays the teletext directly on VDR's OSD. Both sound and video are played in the background. WWW: https://projects.vdr-developer.org/projects/plg-osdteletext |
2011-03-26T19:18:59+00:00 | multimedia/vdr-plugin-osdpip |
Video Disk Recorder - picture-in-picture plugin http://www.linuxtv.org/vdrwiki/index.php/Osdpip-plugin OSD Picture-in-Picture is a VDR PlugIn that displays the current channel in a small box on the screen (default upper right corner). You can switch up and down now, watching the progress of the previous channel in the box. Quality is not too good yet, and only I-Frames are displayed. WWW: https://projects.vdr-developer.org/projects/plg-osdpip |
2011-03-26T19:18:39+00:00 | multimedia/vdr-plugin-iptv |
Video Disk Recorder - IP television plugin This is an IPTV plugin for the Video Disk Recorder (VDR). This plugin integrates multicast IPTV transport streams seamlessly into VDR. You can use any IPTV channel like any other normal DVB channel for live viewing, recording, etc. The plugin also features full section filtering capabilities which allow for example EIT information to be extracted from the incoming stream. Currently the IPTV plugin has direct support for both multicast UDP/RTP and unicast HTTP MPEG1/2 transport streams. Also a file input method is supported, but a file delay must be selected individually to prevent VDR's transfer buffer over/underflow. Therefore the file input should be considered as a testing feature only. IPTV plugin also features a support for external streaming applications. With proper helper applications and configuration IPTV plugin is able to display not only MPEG1/2 transport streams but also other formats like MP3 radio streams, mms video streams and so on. WWW: http://www.saunalahti.fi/~rahrenbe/vdr/iptv/ |
2011-03-26T19:18:18+00:00 | multimedia/vdr-plugin-infosatepg |
Video Disk Recorder - infosat EPG plugin http://vdr-wiki.de/wiki/index.php/Infosatepg-plugin This plugin reads infosat EPG data from DVB-S. WWW: https://projects.vdr-developer.org/projects/plg-infosatepg |
2011-03-26T19:17:59+00:00 | multimedia/vdr-plugin-femon |
Video Disk Recorder - frontend monitor plugin http://www.linuxtv.org/vdrwiki/index.php/Femon-plugin DVB Frontend Status Monitor is a VDR plugin that displays some signal information parameters of the current tuned channel on OSD. You can zap through all your channels and the plugin should be monitoring always the right frontend. The transponder and stream information are also available in advanced display modes. WWW: http://www.saunalahti.fi/~rahrenbe/vdr/femon/ |
2011-03-26T19:17:40+00:00 | multimedia/vdr-plugin-epgsearch |
Video Disk Recorder - EPG search plugin http://www.linuxtv.org/vdrwiki/index.php/Epgsearch-plugin EPG-Search can be used as a replacement for VDR's default schedules menu entry. It looks like the standard schedules menu, but adds some additional functions. WWW: http://winni.vdr-developer.org/epgsearch/index_eng.html |
2011-03-26T19:16:54+00:00 | multimedia/vdr-plugin-control |
Video Disk Recorder - telnet control plugin http://www.linuxtv.org/vdrwiki/index.php/Control-plugin The 'control' plugin brings the ability to VDR to control the whole OSD over a telnet client. To reach this, 'control' listens on a network socket (default is port 2002). If a client wants to connect, VDR checks if that client is allowed to connect to VDR (see in the documentation of VDR about the svdrphosts.conf file for more info). If the connection is etablished, 'control' sends the curent OSD state to the client. Also all key strokes at the client side are redirected to VDR. WWW: http://ricomp.de/vdr/down_en.html |
2011-03-26T19:13:50+00:00 | multimedia/vdr |
Video Disk Recorder - development version Preliminary port of the vdr development branch, use at your own risk! :) See vdr/webcamd dvb thread(s) on the freebsd-multimedia list and the wiki for FreeBSD notes: http://wiki.freebsd.org/VDR Some links are also here: http://people.freebsd.org/~nox/dvb/ and see these links for general vdr info: http://www.linuxtv.org/vdrwiki/index.php/Main_Page http://www.vdr-portal.de/ WWW: http://www.tvdr.de/ |
2011-03-26T19:12:11+00:00 | www/tntnet |
Webapplicationserver for C++ Tntnet is a modular, multithreaded, high performance webapplicationserver for C++. To create webapplications Tntnet has a template-language called ecpp similar to php, jsp or mason, where you can embed c++-code inside a html-page to generate active content. The ecpp-files are precompiled to c++-classes called components and compiled and linked into a shared library. This process is done at compiletime. WWW: http://www.tntnet.org/index.html |
2011-03-26T19:11:28+00:00 | devel/cxxtools |
Collection of general-purpose C++ classes Cxxtools is a collection of general-purpose C++ classes. WWW: http://www.tntnet.org/cxxtools.html |
2011-03-25T12:08:20+00:00 | science/rubygem-ai4r |
Various Ruby artificial intelligence algorithm implementations AI4R is a collection of ruby algorithms implementations, covering several Artificial intelligence fields. It implements: * Genetic algorithms * Self-organized maps (SOM) * Neural Networks - Multilayer perceptron with Backpropagation learning - Hopfield net * Automatic classifiers (Machine Learning) - ID3 (Decision Trees) - PRISM (J. Cendrowska, 1987) - Multilayer Perceptron - OneR (AKA One Attribute Rule, 1R) - ZeroR - Hyperpipes - Naive Bayes - IB1 (D. Aha, D. Kibler - 1991) * Data clustering - K-means, Bisecting K-means - Single linkage, Complete linkage, Average linkage, Weighted Average linkage, Centroid linkage, Median linkage, Ward's method linkage - Diana (Divisive Analysis) WWW: http://www.ai4r.org/ |
2011-03-25T12:06:00+00:00 | textproc/rubygem-linguistics |
Framework for extending Ruby objects with linguistic methods This is a generic, language-neutral framework for extending Ruby objects with linguistic methods. It includes an English-language module with inflection, pluralisation, conjunctions, indefinite articles, present participles, ordinal numbers, numbers to words, general quantification, integration with WordNet and CMU's LinkGrammar, as well as a framework for providing modules for other languages. WWW: http://deveiate.org/projects/Linguistics/ |
2011-03-25T12:04:24+00:00 | devel/pit |
Command-line project manager that integrates with Git Pit is a command-line project manager that integrates with Git. Basic Pit entities are projects, tasks, and notes. One project can have multiple tasks, and a task can have multiple notes. Each entity has a number of attributes. For example, project has name and status, task has name, status, priority, date, and time, and within note there is message body. All attributes except name and message body are optional and can be omitted. The attributes have no semantic meaning, and do not have a pre-defined set of values. For example, depending on the particular need, the time attribute could be used as projected time in weeks, hours spent on the task, or days left to finish the task. Pit tries to maintain a notion of "current" project, task, or note. When you create new project, it automatically becomes current. If you do not specify project number when creating a task, the new task will be associated with the current project. WWW: https://github.com/michaeldv/pit |
2011-03-25T10:44:21+00:00 | hungarian/koffice-kde4-l10n |
Hungarian messages and documentation for KOffice2 Localized messages and documentation for koffice. WWW: http://koffice.kde.org/ |
2011-03-25T10:44:21+00:00 | hungarian/calligra-l10n |
Hungarian messages and documentation for Calligra Localized messages and documentation for Calligra. WWW: http://calligra.org |
2011-03-25T10:33:51+00:00 | sysutils/ksysguardd |
KDE System Guard Daemon KDE System Guard Daemon is the daemon part of ksysguard. The daemon can be installed on a remote machine to enable ksysguard on another machine to monitor it through the daemon running there. WWW: http://www.kde.org/ |
2011-03-25T10:33:51+00:00 | misc/nepomukcontroller |
Nepomuk systray applet Nepomukcontroller is a small systray applet that allows you to suspend and resume the Nepomuk file indexer. The systray was removed from KDE 4.6 to be ported to a stand-alone app which was not finished before the feature freeze. Thus, this applet will be merged back into kdebase for KDE 4.7. In the meantime you can use it from here. WWW: http://kde-apps.org/content/show.php?content=137088 |
2011-03-24T13:09:27+00:00 | multimedia/p5-Net-UPnP |
Perl extension for UPnP This package provides some functions to control UPnP devices WWW: https://metacpan.org/release/Net-UPnP |
2011-03-23T15:15:08+00:00 | multimedia/libass |
Portable ASS/SSA subtitle renderer libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format. It is mostly compatible with VSFilter. WWW: https://github.com/libass/libass |
2011-03-21T20:58:46+00:00 | devel/bzr-stats |
Simple statistics plugin for bzr Simple statistics plugin for Bazaar. At the moment it can display statistics about the committers that have contributed to a project. WWW: https://launchpad.net/bzr-stats |
2011-03-21T20:25:57+00:00 | converters/wkhtmltopdf |
Convert HTML (or live webpages) to PDF or image wkhtmltopdf and wkhtmltoimage are powerful utilities to convert HTML to PDF or an image file using a patched static build of Qt and the webkit rendering engine. A webpage can be downloaded directly from the web and rendered into a PDF document or an image file (multiple formats are supported). Features of the static version: * Convert web pages into PDF documents (or images) using webkit * Adding headers and footers * TOC generation * Batch mode conversions * XServer is not required (however the X11 client libs must be installed) For proper functionality you may need to install the following port(s): x11-fonts/webfonts WWW: https://github.com/wkhtmltopdf/wkhtmltopdf |
2011-03-21T10:26:23+00:00 | www/py-pyramid |
Small, fast, web development framework by the Pylons community Pyramid is a small, fast, down-to-earth Python web application development framework. It is developed as part of the Pylons Project. The major feature additions in Pyramid 1.0 are: * New name and branding association with the Pylons Project. * BFG conversion script * Paster template improvements * Terminology changes * Better platform compatibility and support * Direct built-in support for the Mako templating language. * Built-in support for sessions. * Updated URL dispatch features * Better imperative extensibility * ZCML externalized * Better support for global template variables during rendering * View mappers * Testing system improvements * Authentication support improvements * Documentation improvements WWW: https://pylonsproject.org/ |
2011-03-21T10:13:33+00:00 | devel/py-zope.component |
Zope Component Architecture zope.component, together with zope.interface, provides facilities for defining, registering and looking up components. There are two basic kinds of components: adapters and utilities. Utilities are just components that provide an interface and that are looked up by an interface and a name. Adapters are components that are computed from other components to adapt them to some interface. Because they are computed from other objects, they are provided as factories, usually classes. WWW: https://pypi.org/project/zope.component/ |
2011-03-21T09:11:01+00:00 | devel/py-zope.configuration |
Zope Configuration Markup Language (ZCML) The zope configuration system provides an extensible system for supporting various kinds of configurations. It is based on the idea of configuration directives. Users of the configuration system provide configuration directives in some language that express configuration choices. The intent is that the language be pluggable. An XML language is provided by default. WWW: https://pypi.org/project/zope.configuration/ |
2011-03-21T08:57:31+00:00 | textproc/py-zope.i18nmessageid |
Message Identifiers for internationalization zope.i18nmessageid provides facilities for declaring such messages within program source text; translation of the messages is the responsiblitiy of the 'zope.i18n' package. WWW: https://pypi.org/project/zope.i18nmessageid/ |
2011-03-21T08:42:28+00:00 | devel/py-zope.deprecation |
Zope 3 Deprecation Infrastructure The hardest part of the Python development process was to ensure backward-compatibility and correctly mark deprecated modules, classes, functions, methods and properties. zope.deprecation provides a simple function called 'deprecated(names, reason)' to deprecate the previously mentioned Python objects. WWW: https://pypi.org/project/zope.deprecation/ |
2011-03-21T08:19:07+00:00 | textproc/py-translationstring |
Utility library for i18n relied on by various Repoze packages translationstring is a library used for internationalization (i18n) duties. This package provides a translation string class, a translation string factory class, translation and pluralization primitives, and a utility that helps Chameleon templates use translation facilities of this package. It does not depend on Babel, but its translation and pluralization services are meant to work best when provided with an instance of the babel.support.Translations class. WWW: https://pypi.org/project/translationstring/ |
2011-03-21T08:04:38+00:00 | devel/py-zope.schema |
Zope Interface extension for defining data schemas Schemas extend the notion of interfaces to detailed descriptions of Attributes (but not methods). Every schema is an interface and specifies the public fields of an object. A field roughly corresponds to an attribute of a Python object. But a Field provides space for at least a title and a description. It can also constrain its value and provide a validation method. Besides you can optionally specify characteristics such as its value being read-only or not required. WWW: https://pypi.org/project/zope.schema/ |
2011-03-21T06:28:57+00:00 | science/py-obspy.wav |
WAV(audio) read and write support for ObsPy The obspy.wav package contains methods in order to read and write seismogram files in the WAV(audio) format. The data are squeezed to audible frequencies. ObsPy is an open-source project dedicated to provide a Python framework for processing seismological data. It provides parsers for common file formats and seismological signal processing routines which allow the manipulation of seismological time series (see Beyreuther et. al. 2010). The goal of the ObsPy project is to facilitate rapid application development for seismology. WWW: http://www.obspy.org/ |
2011-03-21T06:18:17+00:00 | textproc/py-Chameleon |
Fast HTML/XML Template Compiler Chameleon is an HTML/XML template engine for Python. It uses the page templates language. It’s designed to generate the document output of a web application, typicay HTML markup or XML. The language used is page templates, originally a Zope invention, but available here as a standalone library that you can use in any script or application running Python. WWW: https://github.com/malthe/chameleon |
2011-03-21T06:14:38+00:00 | lang/pure |
Modern-style functional programming language Pure is a modern-style functional programming language based on term rewriting. It offers equational definitions with pattern matching, full symbolic rewriting capabilities, dynamic typing, eager and lazy evaluation, lexical closures, built-in list and matrix support and an easy-to-use C interface. The interpreter uses LLVM as a backend to JIT-compile Pure programs to fast native code. WWW: https://purelang.bitbucket.io/ |
2011-03-21T03:23:58+00:00 | devel/py-venusian |
Python library for deferring decorator actions Venusian is a library which allows framework authors to defer decorator actions. Instead of taking actions when a function (or class) decorator is executed at import time, you can defer the action usually taken by the decorator until a separate "scan" phase. WWW: https://pypi.org/project/venusian/ |
2011-03-21T02:43:44+00:00 | devel/py-repoze.lru |
Tiny LRU cache implementation and decorator repoze.lru is a LRU (least recently used) cache implementation. Keys and values that are not used frequently will be evicted from the cache faster than keys and values that are used frequently. WWW: https://github.com/repoze/repoze.lru |
2011-03-20T19:28:37+00:00 | sysutils/pp |
Small and fast progress bar for pipe Light-weight and fast realization of progress bar for pipe. WWW: https://github.com/avz/pp |
2011-03-19T19:04:21+00:00 | databases/py-couchdb |
Simple Library to Allow Python Applications to Use CouchDB This package provides a Python fast and full featured interface to CouchDB. WWW: http://code.google.com/p/couchdb-python/ |
2011-03-19T10:24:32+00:00 | net/p5-IP-Anonymous |
Perl extension to provide anonymous IP addresses This module is a cryptography-based sanitization tool for network trace or log data. WWW: https://metacpan.org/release/IP-Anonymous |
2011-03-19T06:07:08+00:00 | security/create-cert |
Create openssl client key and certificates create-cert is a script that uses openssl(1) to create self-signed host certificates and private keys for fully qualified domain names (FQDNs). |
2011-03-18T20:24:29+00:00 | www/py-django-mptt |
Utilities for implementing Modified Preorder Tree Traversal in Django Utilities for implementing Modified Preorder Tree Traversal with your Django Models and working with trees of Model instances. WWW: https://github.com/django-mptt/django-mptt |
2011-03-18T19:55:26+00:00 | graphics/rubygem-opengl |
OpenGL wrapper for Ruby An OpenGL wrapper for Ruby. ruby-opengl contains bindings for OpenGL and the GLU and GLUT libraries. WWW: https://github.com/larskanis/opengl |
2011-03-18T19:50:46+00:00 | devel/rubygem-mkrf |
Replacement to mkmf generates Rakefiles to build C Extensions Replacement to mkmf generates Rakefiles to build C Extensions. WWW: http://mkrf.rubyforge.org/ |
2011-03-18T19:42:35+00:00 | science/h5utils |
Set of utilities for visualization and conversion of HDF5 format h5utils is a set of utilities for visualization and conversion of scientific data in the free, portable HDF5 format. Besides providing a simple tool for batch visualization as PNG images, h5utils also includes programs to convert HDF5 datasets into the formats required by other free visualization software (e.g. plain text, Vis5d, and VTK). WWW: https://github.com/stevengj/h5utils |
2011-03-18T11:31:33+00:00 | graphics/tesseract-data |
Trained language data for the Tesseract OCR engine This port furnishes various trained language data intended for use with the Tesseract OCR engine. WWW: https://github.com/tesseract-ocr/tessdata |
2011-03-18T10:17:28+00:00 | net/jgroups |
Java toolkit for reliable multicast communication JGroups is a toolkit for reliable multicast communication. (Note that this doesn't necessarily mean IP Multicast, JGroups can also use transports such as TCP). It can be used to create groups of processes whose members can send messages to each other. The main features include: * Group creation and deletion * Joining and leaving of groups * Membership detection and notification about joined/left/crashed members * Detection and removal of crashed members * Sending and receiving of member-to-group messages (point-to-multipoint) * Sending and receiving of member-to-member messages (point-to-point) WWW: http://www.jgroups.org/ |
2011-03-18T09:37:41+00:00 | net-mgmt/p5-Nagios-Plugin-LDAP |
Nagios plugin to observe LDAP Nagios plugin to observe LDAP WWW: https://metacpan.org/release/Nagios-Plugin-LDAP |
2011-03-18T09:24:10+00:00 | multimedia/qmmp |
Qt4-based multimedia player This program is an audio-player, written with help of Qt library. Supported formats: MPEG1 layer 2/3, Ogg Vorbis, Native FLAC, Ogg FLAC, Musepack, WavePack, tracker modules (mod, s3m, it, xm, etc.), ADTS AAC, CD Audio, MIDI, Opus tags, WMA-Monkey's Audio (and other formats via FFmpeg), PCM Wave (and other formats via libsndfile), and Chiptune formats (AY, GBS, GYM, HES, KSS, NSF, NSFE, SAP, SPC, VGM, VGZ, VTX) DSP effects: Effects of Bauer Stereophonic-to-Binaural, SoX resampling, LADSPA, extra stereo, and crossfade Visual effects: Spectrum Analyzer, and projectM audio visulaliser Output system support: PulseAudio, OSS, OSS4, jack, ALSA, Qt multimedia API, and shoutcast Other features: multi-band equalizer, Last.fm/Libre.fm scrobbler, global hotkey, streaming (MP3, Vorbis, AAC, AAC+ via IceCast/ShoutCast) and browser, CDDB, removable device detection (via HAL or UDisks), cover art, MMS, multiple playlists, file type determination and converter, ReplayGain, CUE sheet, embedded CUE (for FLAC and WavPack), MPRIS, archived media, automatic charset detection for cue files and ShoutCast metadata, video playback via Mplayer, dump, lyrics (using lyrics.wikia.com), simple UI, and skinned UI (supports all skins for XMMS and Winamp 2.x) WWW: http://qmmp.ylsoftware.com/ |
2011-03-18T07:33:59+00:00 | www/rubygem-cuba |
Microframework for web applications Cuba is a microframework for web development originally inspired by Rum, a tiny but powerful mapper for Rack applications. It integrates many templates via Tilt, and testing via Cutest and Capybara. WWW: https://github.com/soveran/cuba |
2011-03-18T05:06:07+00:00 | sysutils/nvramtool |
Utility for reading, writing the contents of CMOS memory nvramtool is a utility for reading/writing coreboot parameters and displaying information from the coreboot table. It is intended for x86-based systems (both 32-bit and 64-bit) that use coreboot. The coreboot table resides in low physical memory, and may be accessed through the /dev/mem interface. It is created at boot time by coreboot, and contains various system information such as the type of mainboard in use. It specifies locations in the CMOS (nonvolatile RAM) where the coreboot parameters are stored. For information about coreboot, see http://www.coreboot.org/. WWW: http://www.coreboot.org/Nvramtool |
2011-03-18T04:46:07+00:00 | net/py-kombu |
AMQP messaging framework for Python Kombu is an AMQP messaging framework for Python. The aim of Kombu is to make messaging in Python as easy as possible by providing an idiomatic high-level interface for the AMQP protocol, and also provide proven and tested solutions to common messaging problems. Features: * Allows application authors to support several message server solutions by using pluggable transports. * Supports automatic encoding, serialization and compression of message payloads. * Consistent exception handling across transports. * The ability to ensure that an operation is performed by gracefully handling connection and channel errrors. * Several annoyances with amqplib has been fixed, like supporting timeouts and the ability to wait for events on more than one channel. WWW: https://kombu.readthedocs.org/ |
2011-03-18T04:15:18+00:00 | net-mgmt/glpi-plugins-fusioninventory-server |
Plugin of glpi to get information of networking devices FusionInventory provides a complete, modular and multi-platform solution for: Hardware & software inventory (with agent or agentless using SNMP); Wake On Lan (WOL); Software deployment using OCS Inventory NG protocol and peer to peer download; Network connected devices (using Netbios, nmap and SNMP). WWW: http://fusioninventory.org/ |
2011-03-18T02:53:46+00:00 | databases/py-redis |
Python client for Redis key-value store This is the Python interface to the Redis key-value store. WWW: https://github.com/andymccurdy/redis-py |
2011-03-18T01:23:39+00:00 | databases/p5-DBIx-Class-Tree-NestedSet |
Perl extension to manage trees of data using the nested set model This module provides methods for working with nested set trees. The nested tree model is a way of representing hierarchical information in a database. This takes a different approach to the Adjacency List implementation. (see DBIx::Class::Tree::AdjacencyList which uses parent relationships in a recursive manner). WWW: https://metacpan.org/release/DBIx-Class-Tree-NestedSet |
2011-03-18T01:22:11+00:00 | databases/p5-DBIx-Class-Tree |
Perl extension to manipulate and analyze tree structured data This module provides methods for working with adjacency lists. The adjacency list model is a very common way of representing a tree structure. In this model each row in a table has a prent ID column that references the primary key of another row in the same table. Because of this the primary key must only be one column and is usually some sort of integer. The row with a parent ID of 0 is the root node and is usually the parent of all other rows. Although, there is no limitation in this module that would stop you from having multiple root nodes. WWW: https://metacpan.org/release/DBIx-Class-Tree |
2011-03-17T17:28:19+00:00 | net-mgmt/hastmon |
Cluster monitoring daemon hastmon is a monitoring daemon that allows a couple of hosts to run a service providing automatic failover. Those machines will be called a cluster and each machine is one cluster node. hastmon is designed for clusters that work in Primary-Secondary configuration, which means that only one of the cluster nodes can be active at any given time. WWW: http://hastmon.googlecode.com/ |
2011-03-17T17:24:37+00:00 | mail/roundcube-sieverules |
Roundcube webmail sieve plugin Another one sieve filter plugin for roundcube webmail. WWW: http://www.tehinterweb.co.uk/roundcube/ |
2011-03-17T16:05:22+00:00 | math/p5-Math-Random-Secure |
Cryptographically-secure rand function Cryptographically-secure, cross-platform replacement for rand() WWW: https://metacpan.org/release/Math-Random-Secure |
2011-03-17T15:56:06+00:00 | www/mod_xml2enc |
Apache module for converting encoding before and/or after a filter run mod_xml2enc is a transcoding module that can be used to extend the internationalisation support of libxml2-based filter modules by converting encoding before and/or after the filter has run. Thus an unsupported input charset can be converted to UTF-8, and output can also be converted to another charset if required. WWW: http://apache.webthing.com/mod_xml2enc/ |
2011-03-17T15:54:29+00:00 | irc/charybdis |
Powerful IRC daemon, based on ircd-ratbox A powerful IRC daemon, based on ircd-ratbox. Utilized on networks such as StaticBox and SorceryNet. A variant of charybdis has currently been deployed on Freenode. WWW: http://www.atheme.org/project/charybdis |
2011-03-17T13:17:13+00:00 | x11-wm/mcwm |
Small window manager inspired by CTWM, evilwm, and tinywm mcwm is a minimalistic floating window manager for the X Window System. It is built directly on top of XCB, the C binding for the X11 protocol. It doesn't use the Xlib API at all. All functions are available from the keyboard, but the mouse can be used for moving,resizing and raise/lower. WWW: https://hack.org/mc/hacks/mcwm/ |
2011-03-17T13:16:11+00:00 | security/p5-Crypt-Random-Source |
Get weak or strong random data from pluggable sources Get weak or strong random data from pluggable sources WWW: https://metacpan.org/release/Crypt-Random-Source |
2011-03-17T13:15:29+00:00 | www/py-gunicorn |
WSGI HTTP Server for UNIX Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resource usage, and fairly speedy. WWW: https://gunicorn.org/ |
2011-03-16T08:46:36+00:00 | science/py-obspy-core |
Core Classes of Python for Seismological Observatories The obspy.core package contains common methods and classes for ObsPy. It includes UTCDateTime, Stats, Stream and Trace classes and methods for reading seismograms. ObsPy is an open-source project dedicated to provide a Python framework for processing seismological data. It provides parsers for common file formats and seismological signal processing routines which allow the manipulation of seismological time series (see Beyreuther et. al. 2010). The goal of the ObsPy project is to facilitate rapid application development for seismology. WWW: http://www.obspy.org/ |
2011-03-16T02:10:51+00:00 | textproc/p5-BibTeX-Parser |
Pure perl BibTeX parser BibTeX::Parser is a pure perl BibTeX parser. WWW: https://metacpan.org/release/BibTeX-Parser |
2011-03-16T02:02:37+00:00 | textproc/p5-LaTeX-ToUnicode |
Convert LaTeX commands to Unicode LaTeX::ToUnicode provides a method to convert LaTeX-style markups for accents etc. into their Unicode equivalents. It translates commands for special characters or accents into their Unicode equivalents and removes formatting commands. WWW: https://metacpan.org/release/LaTeX-ToUnicode |
2011-03-16T00:20:18+00:00 | devel/py-gitdb |
Git Object Database GitDB allows you to access bare git repositories for reading and writing. It aims at allowing full access to loose objects as well as packs with performance and scalability in mind. It operates exclusively on streams, allowing to handle large objects with a small memory footprint. WWW: https://github.com/gitpython-developers/gitdb |
2011-03-15T19:26:26+00:00 | net-mgmt/circe |
Captive portal-based network access control solution in perl Circe is a captive portal-based network access control solution written in perl and developed at the University of California, Berkeley for use in Residential Computing and campus wireless. WWW: http://bws.berkeley.edu/ |
2011-03-15T07:55:54+00:00 | devel/py-async |
Framework to process interdependent tasks in a pool of workers Async is one more attempt to make the definition and execution of asynchronous interdependent operations easy. For that to work, you may define tasks which communicate with each other by channels. Channels transfer items, which is very similar to bytes flowing through pipes uses in inter-process communication. Items will only be generated on demand, that is when you read from the respective output channel. WWW: http://packages.python.org/async/intro.html |
2011-03-14T14:09:29+00:00 | science/py-obspy.signal |
Python signal processing routines for seismology The obspy.signal package contains signal processing routines for seismology. Capabilities include filtering, triggering, rotation, instrument correction and coordinate transformations. ObsPy is an open-source project dedicated to provide a Python framework for processing seismological data. It provides parsers for common file formats and seismological signal processing routines which allow the manipulation of seismological time series (see Beyreuther et. al. 2010). The goal of the ObsPy project is to facilitate rapid application development for seismology. WWW: http://www.obspy.org/ |
2011-03-14T14:05:40+00:00 | science/py-obspy.gse2 |
Read & write seismograms, Format GSE2 This module contains Python wrappers for gse_functions - The GSE2 library of Stefan Stange (http://www.orfeus-eu.org/Software/softwarelib.html#gse). Currently CM6 compressed GSE2 files are supported, this should be sufficient for most cases. Gse_functions are written in C and interfaced via Python ctypes. WWW: http://www.obspy.org/ |
2011-03-14T13:08:04+00:00 | science/py-obspy.mseed |
Read & write seismograms, Format MiniSeed This module contains Python wrappers for libmseed - The MiniSeed library of Chad Trabant. Libmseed is written in C and interfaced via Python ctypes. WWW: http://www.obspy.org/ |
2011-03-14T13:04:03+00:00 | science/py-obspy.core |
Core Classes of Python for Seismological Observatories The obspy.core package contains common methods and classes for ObsPy. It includes UTCDateTime, Stats, Stream and Trace classes and methods for reading seismograms. ObsPy is an open-source project dedicated to provide a Python framework for processing seismological data. It provides parsers for common file formats and seismological signal processing routines which allow the manipulation of seismological time series (see Beyreuther et. al. 2010). The goal of the ObsPy project is to facilitate rapid application development for seismology. WWW: http://www.obspy.org/ |
2011-03-13T23:00:17+00:00 | devel/java-findbugs |
Find Bugs in Java Programs FindBugs looks for bugs in Java programs. It is based on the concept of bug patterns. A bug pattern is a code idiom that is often an error. Bug patterns arise for a variety of reasons: * Difficult language features * Misunderstood API methods * Misunderstood invariants when code is modified during maintenance * Garden variety mistakes: typos, use of the wrong boolean operator FindBugs uses static analysis to inspect Java bytecode for occurrences of bug patterns. WWW: http://findbugs.sourceforge.net/ |
2011-03-13T14:57:27+00:00 | audio/wmmp |
Dockable musicpd client applet for Window Maker WMmp is a dockable musicpd (MPD) client applet for Window Maker. It offers controls to play, pause, stop the music, as well as navigate back and forth the current playlist. musicpd volume can be set with the mouse wheel. WWW: https://github.com/yogsothoth/wmmp |
2011-03-13T01:24:33+00:00 | devel/p5-Test-Command-Simple |
Test external commands (nearly) as easily as loaded modules This test module is intended to simplify testing of external commands. It does so by running the command under IPC::Open3, closing the stdin immediately, and reading everything from the command's stdout and stderr. It then makes the output available to be tested. It is not (yet?) as feature-rich as Test::Cmd, but I think the interface to this is much simpler. Tests also plug directly into the Test::Builder framework, which plays nice with Test::More. As compared to Test::Command, this module is simpler, relying on the user to feed rc, stdout, and stderr to the appropriate other tests, presumably in Test::More, but not necessarily. WWW: https://metacpan.org/release/Test-Command-Simple |
2011-03-12T18:57:05+00:00 | sysutils/rubygem-murder |
Large scale deploys using BitTorrent Murder is a method of using Bittorrent to distribute files to a large amount of servers within a production environment. This allows for scaleable and fast deploys in environments of hundreds to tens of thousands of servers where centralized distribution systems wouldn't otherwise function. WWW: https://github.com/lg/murder |
2011-03-12T18:38:55+00:00 | textproc/p5-WWW-Wordnik-API |
Wordnik API implementation Perl module which implements version 4.0 of the Wordnik API and provides a simple object-oriented interface with methods named after the REST ones provided by Wordnik. WWW: https://metacpan.org/release/WWW-Wordnik-API |
2011-03-12T15:23:24+00:00 | ports-mgmt/pkgs_which |
Quickly find out which ports contributed to a file tree pkgs_which is a Perl script to efficiently determine, from a set of files and/or directories, which ports/packages have installed files here. It does not require a database and is useful to determine which ports need to be upgraded after, for instance, a script language interpreter has been updated and needs the site-packages reinstalled. The port is self-contained in the ports tree. here are no external distribution sites or web pages. |
2011-03-12T08:34:39+00:00 | devel/deheader |
Tool to find unnecessary includes in C/C++ files Deheader analyzes C and C++ files to determine which header inclusions can be removed while still allowing them to compile. This may result in substantial improvements in compilation time, especially on large C++ projects; it also sometimes exposes dependencies and cohesions of which developers were unaware. WWW: http://www.catb.org/esr/deheader/ |
2011-03-12T01:21:22+00:00 | converters/p5-PerlIO-via-Unidecode |
Perlio layer for Unidecode PerlIO::via::Unidecode implements a PerlIO::via layer that applies Unidecode (Text::Unidecode) to data passed through it. WWW: https://metacpan.org/release/PerlIO-via-Unidecode |
2011-03-12T00:10:39+00:00 | math/p5-Math-Polygon-Tree |
Class for fast check if point is inside polygon Math::Polygon::Tree creates a B-tree of polygon parts for fast check if object is inside this polygon. This method is effective if polygon has hundreds or more segments. WWW: https://metacpan.org/release/Math-Polygon-Tree |
2011-03-12T00:09:52+00:00 | math/p5-Math-Geometry-Planar-GPC-Polygon |
OO wrapper to gpc library Math::Geometry::Planar::GPC::Polygon - OO wrapper to gpc library WWW: http://search.cpan.org/dist/Math-Geometry-Planar-GPC-Polygon/ |
2011-03-12T00:08:41+00:00 | devel/p5-Tree-R |
Perl extension for the Rtree data structure and algorithms Tree::R - Perl extension for the Rtree data structure and algorithms WWW: https://metacpan.org/release/Tree-R |
2011-03-12T00:05:20+00:00 | textproc/p5-Geo-Parse-OSM |
OpenStreetMap XML file regexp parser Geo::Parse::OSM - OpenStreetMap XML file regexp parser WWW: https://metacpan.org/release/Geo-Parse-OSM |
2011-03-11T23:53:51+00:00 | converters/p5-Encode-Locale |
Determine the locale encoding Encode::Locale - Determine the locale encoding WWW: https://metacpan.org/release/Encode-Locale |
2011-03-11T20:51:56+00:00 | www/py-blogofile |
Static website compiler and blog engine Blogofile is a simple blog engine that requires no database and no special hosting environment. You customize a set of templates with Mako, create posts in a markup language like Textile, or Markdown, (or even plain HTML) and Blogofile generates your entire blog as plain HTML, CSS, images, and Atom/RSS feeds which you can then upload to any old web server you like. No CGI or scripting environment is needed on the server. WWW: http://www.blogofile.com |
2011-03-11T10:18:29+00:00 | graphics/amide |
Medical Imaging Data Examiner AMIDE is a competely free tool for viewing, analyzing, and registering volumetric medical imaging data sets. It's been written on top of GTK+, and runs on any system that supports this toolkit. WWW: http://amide.sourceforge.net |
2011-03-11T08:44:52+00:00 | textproc/p5-ODF-lpOD |
OpenDocument management interface ODF::lpOD is an Open Document management interface. It allows the users to create or transform office documents, or to extract data from them. It can handle documents which comply with the Open Document Format international standard (ODF). It may handle text documents (ODT), spreadsheet documents(ODS), as well as presentation(ODP) or drawing documents (ODG). WWW: https://metacpan.org/release/ODF-lpOD |
2011-03-10T22:54:18+00:00 | devel/nxt-python |
Python interface for the Lego Mindstorms NXT robot nxt-python is a python driver/interface for the Lego Mindstorms NXT robot. The 1.x releases aim to improve on NXT_Python's interface and should be compatible with scripts which use it while the 2.x releases improve on the API in backwards-incompatible ways and will not work with NXT_Python scripts. WWW: http://code.google.com/p/nxt-python/ |
2011-03-10T22:15:35+00:00 | games/nsnake |
Snake game written in C and ncurses nsnake is small game written in C and using ncurses API for drawing stuff on the screen. It currently supports colors and can save highscores in a file. WWW: http://projects.malikania.fr/nsnake/ |
2011-03-10T06:15:55+00:00 | science/p5-Geo-BUFR |
Perl extension for handling of WMO BUFR files BUFR = Binary Universal Form for the Representation of meteorological data. BUFR is approved by WMO (World Meteorological Organization) as the standard universal exchange format for meteorological observations, gradually replacing a lot of older alphanumeric data formats. This module provides methods for decoding and encoding BUFR messages, and for displaying information in BUFR B and D tables and in BUFR flag and code tables. Installing this module also installs some programs: bufrread.pl, bufrresolve.pl, bufrencode.pl, bufr_reencode.pl and bufralter.pl. See https://wiki.met.no/bufr.pm/start for examples of use. For the majority of potential users of Geo::BUFR I would expect these programs to be all that you will need Geo::BUFR for. WWW: https://metacpan.org/release/Geo-BUFR |
2011-03-09T16:51:50+00:00 | devel/pear-PHPTAL |
XML/XHTML template library for PHP PHPTAL is a PHP implementation of ZPT work. To be short, PHPTAL is a XML/XHTML template library for PHP. WWW: https://phptal.org/ |
2011-03-09T16:44:16+00:00 | www/p5-Emplacken |
Manage multiple plack apps with a directory of config files Emplacken is a tool for managing a set of Plack applications based on config files. It also adds support for privilege dropping and error logs to those Plack servers that don't support these features natively. It works be reading a config file and using that to generate a PSGI application file based on your config. It knows how to generate Catalyst, Mojo, and Mason app files natively. For other apps, or more complicated setups, you can supply a template to Emplacken and it will use that to generate the PSGI app. WWW: https://metacpan.org/release/DROLSKY/Emplacken-0.01 |
2011-03-09T16:43:43+00:00 | devel/p5-MooseX-Types-Perl |
Moose types that check against Perl syntax This library provides Moose types for checking things (mostly strings) against syntax that is, or is a reasonable subset of, Perl syntax. WWW: https://metacpan.org/release/MooseX-Types-Perl |
2011-03-09T16:43:08+00:00 | devel/p5-List-AllUtils |
Combines List::Util and List::MoreUtils in one bite-sized package Are you sick of trying to remember whether a particular helper is defined in List::Util or List::MoreUtils? I sure am. Now you don't have to remember. This module will export all of the functions that either of those two modules defines. WWW: https://metacpan.org/release/List-AllUtils |
2011-03-09T16:42:38+00:00 | www/p5-Plack-Middleware-Expires |
Perl module mod_expires for Plack Plack::Middleware::Expires is Apache's mod_expires for Plack. This middleware controls the setting of Expires HTTP header and the max-age directive of the Cache-Control HTTP header in server responses. Note: Expires works only for successful response and If exists Expires HTTP header already, this middleware does not override. WWW: https://metacpan.org/release/Plack-Middleware-Expires |
2011-03-09T16:42:12+00:00 | net/p5-Net-Amazon-AWSSign |
Perl extension to create signatures for AWS requests This module can be used to sign requests for most Amazon AWS services. WWW: https://metacpan.org/release/Net-Amazon-AWSSign |
2011-03-09T14:13:33+00:00 | devel/rubygem-edavis10-object_daddy |
Object Daddy assists in automating testing Object Daddy is a library (as well as a Ruby on Rails plugin) designed to assist in automating testing of large collections of objects, especially webs of ActiveRecord models. It is a descendent of the "Object Mother" pattern for creating objects for testing, and is related to the concept of an "object exemplar" or stereotype. This is a fork of the original object_daddy. WWW: https://github.com/flogic/object_daddy |
2011-03-09T13:18:03+00:00 | deskutils/plasma-applet-serverstatuswidget |
KDE4 server monitoring plasma applet Server Status Widget is a KDE 4 Plasma applet that lets you monitor one or more servers via pings, TCP connects or custom Unix commands at a configurable interval. The icon changes if a server does not respond to a check, optionally triggering configurable KDE notifications. WWW: http://kde-look.org/content/show.php?content=101336 |
2011-03-09T13:15:20+00:00 | x11-clocks/plasma-applet-adjustableclock |
KDE4 highly configurable clock plasma applet Adjustable Clock is a KDE 4 plasma applet that displays the date and time in a highly configurable manner. Features include: - Fully customizable date format - Format can be adjusted with rich text editor or source editor (HTML and CSS) - Context menu with actions to copy formatted date and time to clipboard - Option to set time difference to time from data engine - Adjustable tool tip WWW: http://kde-look.org/content/show.php?content=92825 |
2011-03-09T03:11:08+00:00 | finance/libalkimia |
KDE4 financial data handling library Libalkimia is a library with common classes and functionality used by finance applications for KDE 4. Currently, it supports a common class to represent monetary values with arbitrary precision. WWW: http://community.kde.org/Alkimia/libalkimia WWW: http://kde-apps.org/content/show.php/libalkimia?content=137323 |
2011-03-09T02:25:09+00:00 | net/get_iplayer |
Search, index, or stream archive video from BBC iPlayer This tool allows you to search, index, and record/stream: BBC iPlayer TV - up to 3200 kbps HD 720p H.264 / Quicktime / MP4 BBC Live TV - 500 kbps H.264 / MP4 BBC iPlayer Radio - up to 192 kbps MP3 / AAC and Realaudio BBC Live Radio - up to 192 kbps MP3 / AAC, WMA and Realaudio BBC Podcasts - up to 192 kbps MP3 / AAC BBC iPlayer TV subtitles - SubRip / srt None of the above content is /protected/ by DRM. get_iplayer cannot remove DRM. WWW: http://www.infradead.org/get_iplayer/ |
2011-03-08T07:57:18+00:00 | math/R-cran-mvtnorm |
Multivariate Normal and t Distributions R-cran-mvtnorm computes multivariate normal and t probabilities, quantiles, random deviates and densities. WWW: http://cran.r-project.org/package=mvtnorm |
2011-03-07T18:04:50+00:00 | security/yara |
Malware identification and classification tool "YARA is a tool aimed at helping malware researchers to identify and classify malware samples. With YARA you can create descriptions of malware families based on textual or binary patterns contained on samples of those families. Each description consists of a set of strings and a Boolean expression which determines its logic." WWW: http://virustotal.github.io/yara/ |
2011-03-07T18:04:50+00:00 | security/py-yara |
Python bindings for yara The python bindings for yara. "YARA is a tool aimed at helping malware researchers to identify and classify malware samples. With YARA you can create descriptions of malware families based on textual or binary patterns contained on samples of those families. Each description consists of a set of strings and a Boolean expression which determines its logic." WWW: http://virustotal.github.io/yara/ |
2011-03-07T15:39:15+00:00 | net-im/p5-Net-Async-XMPP |
Asynchronous XMPP client and server Net::Async::XMPP is an asynchronous XMPP client and server implementations. WWW: https://metacpan.org/release/Net-Async-XMPP |
2011-03-07T15:37:52+00:00 | net-im/p5-Protocol-XMPP |
Protocol-level support for XMPP interaction Protocol::XMPP provides an API for the Extensible Message Passing Protocol. This is commonly used for integration with Jabber servers and Google Talk, although XMPP itself supports a number of extended features for a distributed multi-server, multi-client message exchange system. WWW: https://metacpan.org/release/Protocol-XMPP |
2011-03-07T15:35:48+00:00 | textproc/p5-XML-LibXML-SAX-ChunkParser |
Parse XML chunks via LibXML SAX XML::LibXML::SAX::ChunkParser's purpose is to simply keep parsing possibly incomplete XML fragments, for example, from a socket. WWW: https://metacpan.org/release/XML-LibXML-SAX-ChunkParser |
2011-03-07T12:55:24+00:00 | textproc/smu |
Simple interpreter for a simplified markdown dialect smu - simple markup Smu is a simple interpreter for a simplified markdown dialect. WWW: https://github.com/Gottox/smu |
2011-03-07T12:04:35+00:00 | science/R-cran-bayesm |
Bayesian Inference for Marketing/Micro-econometrics bayesm covers many important models used in marketing and micro-econometrics applications. The package includes: Bayes Regression (univariate or multivariate dep var), Bayes Seemingly Unrelated Regression (SUR), Binary and Ordinal Probit, Multinomial Logit (MNL) and Multinomial Probit (MNP), Multivariate Probit, Negative Binomial (Poisson) Regression, Multivariate Mixtures of Normals (including clustering), Dirichlet Process Prior Density Estimation with normal base, Hierarchical Linear Models with normal prior and covariates, Hierarchical Linear Models with a mixture of normals prior and covariates, Hierarchical Multinomial Logits with a mixture of normals prior and covariates, Hierarchical Multinomial Logits with a Dirichlet Process prior and covariates, Hierarchical Negative Binomial Regression Models, Bayesian analysis of choice-based conjoint data, Bayesian treatment of linear instrumental variables models, and Analysis of Multivariate Ordinal survey data with scale usage heterogeneity (as in Rossi et al, JASA (01)). WWW: http://www.perossi.org/home/bsm-1 |
2011-03-07T11:40:06+00:00 | security/p5-IO-Async-SSL |
Use SSL/TLS with IO::Async This module extends existing IO::Async classes with extra methods to allow the use of SSL or TLS-based connections using IO::Socket::SSL. It does not directly provide any methods or functions of its own. Primarily, it provides SSL_connect and SSL_listen, which yield IO::Socket::SSL-upgraded socket handles or IO::Async::SSLStream instances, and two forms of SSL_upgrade to upgrade an existing TCP connection to use SSL. WWW: https://metacpan.org/release/IO-Async-SSL |
2011-03-07T10:57:09+00:00 | science/R-cran-AMORE |
MORE flexible neural network package R-cran-AMORE was born to release the TAO robust neural network algorithm to the R users. It has grown and I think it can be of interest for the users wanting to implement their own training algorithms as well as for those others whose needs lye only in the "user space". WWW: http://rwiki.sciviews.org/doku.php?id=packages:cran:amore |
2011-03-07T07:07:18+00:00 | math/p5-Statistics-R |
Controls the R interpreter through Perl Statistics::R will permit the control of the R (R-project) interpreter through Perl in different architectures and OS. WWW: https://metacpan.org/release/Statistics-R |
2011-03-07T03:11:38+00:00 | www/rubygem-faraday_middleware |
Collection of Ruby Faraday middlewares Faraday Middleware Various Faraday middlewares for Faraday-based API wrappers WWW: https://github.com/lostisland/faraday_middleware |
2011-03-06T09:59:52+00:00 | devel/jenkins |
Open-source continuous integration server In a nutshell Jenkins CI is the leading open-source continuous integration server. Built with Java, it provides over 300 plugins to support building and testing virtually any project. WWW: https://jenkins.io/ |
2011-03-05T11:37:07+00:00 | multimedia/openshot |
OpenShot Video Editor OpenShot Video Editor is an award-winning free and open-source video editor for Linux, Mac, and Windows, and is dedicated to delivering high quality video editing and animation solutions to the world. WWW: https://www.openshot.org/ |
2011-03-04T20:30:50+00:00 | www/py-django-appmedia |
Serve static content from within django app directories Support for serving static media from within django app directories WWW: https://github.com/divio/django-appmedia |
2011-03-04T17:14:38+00:00 | security/openvpn-auth-radius |
RADIUS authentication plugin for OpenVPN The OpenVPN Radius Plugin provides RADIUS authentication and accounting support for OpenVPN. WWW: http://www.nongnu.org/radiusplugin/index.html |
2011-03-04T13:59:59+00:00 | textproc/p5-Unicode-LineBreak |
Unicode-LineBreak package Unicode-LineBreak package. Three main modules and some supporting program files are contained. For more details read following POD documentations: Text::LineFold - Line Folding for Plain Text Unicode::GCString - String as Sequence of UAX #29 Grapheme Clusters Unicode::LineBreak - UAX #14 Unicode Line Breaking Algorithm WWW: https://metacpan.org/release/Unicode-LineBreak |
2011-03-04T13:59:18+00:00 | devel/p5-Test-EOL |
Check the correct line endings in your project Test::EOL lets you check the presence of Windows line endings in your perl code. It report its results in standard Test::Simple fashion. WWW: https://metacpan.org/release/Test-EOL |
2011-03-04T13:58:35+00:00 | www/p5-HTML-Defaultify |
Perl module to populate HTML forms with default values This Perl module is used to populate HTML forms with default values. Unlike other tools that fill a similar niche, this module can handle any existing HTML page; this approach allows a clean separation of HTML development from Perl program development. WWW: https://www.jmarshall.com/tools/defaultify/ WWW: https://metacpan.org/release/HTML-Defaultify |
2011-03-04T13:45:40+00:00 | dns/curvedns |
Forwarder adding DNSCurve to an authoritative nameserver CurveDNS is a forwarding nameserver adding DNSCurve to DNS, and it is the first publicly released forwarding implementation that implements the DNSCurve protocol. WWW: http://curvedns.on2it.net/ |
2011-03-04T13:34:09+00:00 | print/latex-acm |
LaTeX styles for ACM journals LaTeX styles for ACM publications. WWW: http://www.acm.org/publications/submissions/latex_style |
2011-03-04T10:15:07+00:00 | devel/py-pika |
Python AMQP Client Library Pika is a pure-Python implementation of the AMQP 0-9-1 protocol that tries to stay fairly independent of the underlying network support library. Pika was developed primarily for use with RabbitMQ, but should also work with other AMQP 0-9-1 brokers. WWW: https://pika.readthedocs.io |
2011-03-04T09:24:17+00:00 | x11-fonts/charis |
Charis SIL TrueType font collection Charis SIL is a Unicode-based font family that attempts to provide a comprehensive inventory of glyphs needed for almost any Roman- or Cyrillic-based writing system, whether used for phonetic or orthographic needs. In addition, there is provision for other characters and symbols useful to linguists. This font makes use of state-of-the-art font technologies to support complex typographic issues, such as the need to position arbitrary combinations of base glyphs and diacritics optimally. Charis is similar to Bitstream Charter, one of the first fonts designed specifically for laser printers. It is highly readable and holds up well in less-than-ideal reproduction environments. It also has a full set of styles - regular, italic, bold, bold italic - and so is more useful in general publishing than Doulos SIL. Charis is a serif, proportionally-spaced font optimized for readability in long printed documents. WWW: http://scripts.sil.org/cms/scripts/page.php?item_id=CharisSILfont |
2011-03-04T09:21:53+00:00 | x11-fonts/doulos |
Doulos SIL TrueType font collection Doulos SIL is a Unicode-based font family that attempts to provide a comprehensive inventory of glyphs needed for almost any Roman- or Cyrillic-based writing system, whether used for phonetic or orthographic needs. In addition, there is provision for other characters and symbols useful to linguists. This font makes use of state-of-the-art font technologies to support complex typographic issues, such as the need to position arbitrary combinations of base glyphs and diacritics optimally. Doulos is very similar to Times/Times New Roman, but only has a single face- regular. It is intended for use alongside other Times-like fonts where a range of styles (italic, bold) are not needed. WWW: http://scripts.sil.org/cms/scripts/page.php?item_id=DoulosSILfont |
2011-03-04T09:06:16+00:00 | deskutils/taskcoach |
Friendly task manager Task Coach is a simple open source todo manager to manage personal tasks and todo lists. It grew out of a frustration that well-known task managers, such as those provided with Outlook or Lotus Notes, do not provide facilities for composite tasks. WWW: http://www.taskcoach.org/ |
2011-03-04T08:41:49+00:00 | www/rubygem-faraday |
HTTP/REST API client library in Ruby Faraday is an HTTP client lib that provides a common interface over many adapters (such as Net::HTTP) and embraces the concept of Rack middleware when processing the request/response cycle. WWW: https://github.com/lostisland/faraday |
2011-03-04T08:31:12+00:00 | textproc/rubygem-multi_xml |
Ruby library provide swappable XML backends A generic swappable back-end for XML parsing. Lots of Ruby libraries utilize XML parsing in some form, and everyone has their favorite XML library. In order to best support multiple XML parsers and libraries, multi_xml is a general-purpose swappable XML backend library. WWW: https://github.com/sferik/multi_xml |
2011-03-04T07:41:42+00:00 | devel/rubygem-multi_json |
Ruby library provide swappable JSON backends MultiJSON is a generic swappable back-end for JSON handling. Lots of Ruby libraries parse JSON and everyone has their favorite JSON coder. Instead of choosing a single JSON coder and forcing users of your library to be stuck with it, you can use MultiJSON instead, which will simply choose the fastest available JSON coder. WWW: https://github.com/intridea/multi_json |
2011-03-04T05:52:57+00:00 | mail/dovecot2-antispam-plugin |
Dovecot 2.x plugin for spam systems training The dovecot antispam plugin is aimed to help in spam systems training. Consider the following scenario. Your mailbox is flooded with tons of mail. They are delivered to the configured folders based on the arbitrary spam system judgement. This judgement is not always correct or not always what you would like it to be, however. This is where this plugin comes into play. All you have to do is move the mail into the correct folder. All the rest in order to let the spam system know it made an error will be done automatically by this plugin. It watches for when you move the mail to some folder and acts accordingly. The advantage of this approach is that the mail ends up in the right target folder directly and needs not be touched twice. WWW: http://hg.dovecot.org/dovecot-antispam-plugin/ |
2011-03-04T05:48:18+00:00 | converters/p5-JSON-PP |
JSON::XS compatible pure-Perl module JSON::PP is a JSON::XS compatible pure-Perl module. WWW: https://metacpan.org/release/JSON-PP |
2011-03-04T05:38:13+00:00 | www/p5-HTTP-Tiny |
Small, simple, correct HTTP/1.1 client HTTP::Tiny is a small, simple, correct HTTP/1.1 client. WWW: https://metacpan.org/release/HTTP-Tiny |
2011-03-03T18:36:02+00:00 | devel/p5-Perl-OSType |
Map Perl operating system names to generic types Modules that provide OS-specific behaviors often need to know if the current operating system matches a more generic type of operating systems. For example, 'Linux' is a type of 'Unix' operating system and so is 'FreeBSD'. This module provides a mapping between an operating system name as given by $^O and a more generic type. WWW: https://metacpan.org/release/Perl-OSType |
2011-03-03T15:12:19+00:00 | devel/rubygem-hashie |
Simple collection of useful Hash extensions Hashie is available as a RubyGem which extend Hashes and make them more useful. - Hashie::Mash: gives simple pseudo-object functionality that can be built from hashes and easily extended - Hashie::Dash: has a discrete set of defined properties and only those properties may be set on the hash. - Hashie::Trash: a Dash that allows you to translate keys on initialization. - Hashie::Clash: allows you to easily construct complex hashes using method notation chaining. WWW: https://github.com/hashie/hashie |
2011-03-03T15:11:32+00:00 | www/rubygem-multipart-post |
Ruby Library that Use with Net::HTTP to do multipart form posts multipart-post adds a streamy multipart form post capability to Net::HTTP. Also supports other methods besides POST. WWW: https://github.com/socketry/multipart-post |
2011-03-03T14:36:57+00:00 | net/rubygem-simple_oauth |
Builds and verifies OAuth headers Rubygem-simple_oauth is a RubyGem for simply builds and verifies OAuth headers. WWW: https://github.com/laserlemon/simple_oauth |
2011-03-03T10:19:28+00:00 | x11-fm/thunar-vfs |
Virtual filesystem for Thunar Thunar-VFS is the Virtual filesystem shipped with the thunar 1.0 and earlier releases. WWW: https://xfce.org/ |
2011-03-03T10:15:52+00:00 | sysutils/garcon |
Freedesktop compliant menu library Garcon is an implementation of the freedesktop.org menu specification replacing the former Xfce menu library libxfce4menu. It is based on GLib/GIO only and aims at covering the entire specification. WWW: https://www.xfce.org/ |
2011-03-03T10:15:19+00:00 | deskutils/xfce4-tumbler |
Thumbnail service for Xfce desktop Tumbler, is thumbnail service implementing the thumbnail management D-BUS specification. WWW: https://git.xfce.org/xfce/tumbler/ |
2011-03-03T00:45:55+00:00 | www/aws |
Adacore Ada Web Server and framework AWS stands for Ada Web Server, but it is more than just another webserver... AWS is a complete framework to develop web based applications. The main part of the framework is the embedded web server. This small yet powerful web server can be embedded into your application so your application will be able to talk with a standard web browser such as Microsoft Internet Explorer or Netscape Communicator. Around this web server, a lot of services have been developed. The framework includes: * seb parameters module * session server * SOAP support * WSDL generation from Ada * template parser * AJAX support * HTTPS/SSL support * large server support * virtual hosting support * server push * directory browser * status page * log module * hotplug module * light communications API * configuration API * client API * web page service * SMTP support * LDAP support * Jabber support WWW: http://libre.adacore.com/libre/tools/aws/ |
2011-03-02T18:26:22+00:00 | devel/p5-CPAN-Meta-YAML |
Read and write a subset of YAML for CPAN Meta files This module implements a subset of the YAML specification for use in reading and writing CPAN metadata files like META.yml and MYMETA.yml. It should not be used for any other general YAML parsing or generation task. WWW: https://metacpan.org/release/CPAN-Meta-YAML |
2011-03-02T10:04:17+00:00 | net/py-oauth2 |
Python library for OAuth version 1.0 This code was originally forked from Leah Culver and Andy Smith's oauth.py code (see net/py-oauth). A number of notable differences exist between this code and its forefathers: * 100% unit test coverage. * The DataStore object has been completely ripped out. * Classes are no longer prefixed with OAuth. * The Request class now extends from dict. * The library is likely no longer compatible with Python 2.3. * The Client class works and extends from httplib2. WWW: https://github.com/joestump/python-oauth2 |
2011-03-02T03:33:14+00:00 | www/p5-Dancer-Plugin-Feed |
Dancer plugin for generating RSS or Atom feeds Dancer plugin which provides an easy way to generate RSS or Atom feed. This module relies on XML::Feed. WWW: https://metacpan.org/release/Dancer-Plugin-Feed |
2011-03-02T00:53:02+00:00 | devel/gps |
GNAT Programming Studio - IDE for Ada and many other languages The GNAT Programming Studio (GPS) is a cutting-edge Free Software IDE that streamlines the interaction between developers and their software. With its intuitive interface, GPS is easy to use, simplying source navigation and highlighting fundamental ideas in the program. Features Tools * Developer-friendly * Language-sensitive editor * Multi-language * Version control * Multi-platform * Graphical debugger * Modern GUI * Automatic code fixing * Multiple document interface * Graphs (call, dependencies, entities) * Customizable * Application builder * Extensible tool integration * Visual file comparison * Free Software * Source code reformatting * Automatic body file generation * intelligent source code navigation * Project Explorer * Project Wizard WWW: http://www.adacore.com/gnatpro/toolsuite/gps/ |
2011-03-01T09:44:47+00:00 | devel/gprbuild-aux |
Adacore multi-language software build tool GPRbuild is an advanced software tool designed to help automate the construction of multi-language systems. It removes the complexity from multi-language development by allowing developers to quickly and easily compile and link software written in a combination of languages including Ada, Assembler, C, C++, and Fortran. Easily extendable by users to cover new toolchains and languages it is primarily aimed at projects of all sizes organized into subsystems and libraries and is particularly well suited for compiled languages. GPRbuild-AUX is a customized version of GPRbuild that exists solely for the use with the GNAT AUX compiler, and not with the FSF or GPL versions of the GNAT compiler. Homepage: www.dragonlace.net WWW: http://www.adacore.com/home/products/gnatpro/toolsuite/gprbuild/ |
2011-02-28T13:57:38+00:00 | net/crtmpserver |
C++ RTSP/RTMP/MPEG-TS Server High performance RTMP/RTSP streaming server rtmpd is a high performance streaming server able to stream (live or recorded) in the following technologies: - To and from Flash (RTMP,RTMPE, RTMPS, RTMPT, RTMPTE) - To and from embedded devices: iPhone, Android - From surveillance cameras - IP-TV using MPEG-TS and RTSP/RTCP/RTP protocols Also, rtmpd can be used as a high performance rendez-vous server. For example, it enables you to do: - Audio/Video conferencing - Online gaming - Online collaboration - Simple/complex chat applications WWW: http://www.rtmpd.com/ |
2011-02-28T13:18:48+00:00 | devel/bsdbuild |
Portable BSD-style build system BSDBuild is a simple, self-contained and portable build system derived from the traditional 4.4BSD share/mk files. BSDBuild uses BSD-style makefiles, but without BSD make extensions (it uses standard Bourne script fragments instead), so the build system is portable to most operating systems and make flavors. Because BSDBuild is implemented as a library, Makefiles never need to be recompiled (unless a separate build is requested). BSDBuild can also generate pure Bourne ./configure scripts, which function similarly to GNU-style configure scripts (as far as end-users are concerned), but are compiled using Perl modules instead of macro packages. WWW: http://bsdbuild.hypertriton.com/ |
2011-02-28T05:13:23+00:00 | comms/libimobiledevice |
Library to communicate with Apple iOS devices libimobiledevice is a cross-platform software library that talks the protocols to support iPhone, iPod Touch, iPad and Apple TV devices. Unlike other projects, it does not depend on using any existing proprietary libraries and does not require jailbreaking. It allows other software to easily access the device's filesystem, retrieve information about the device and its internals, backup/restore the device, manage SpringBoard icons, manage installed applications, retrieve addressbook/calendars/notes and bookmarks and synchronize music and video to the device. WWW: http://www.libimobiledevice.org |
2011-02-28T05:09:56+00:00 | comms/usbmuxd |
Daemon for multiplexing connections over USB to iPhone/iPod Touch 'usbmuxd' stands for "USB multiplexing daemon". This daemon is in charge of multiplexing connections over USB to an iPhone or iPod Touch. To users, it means you can sync your music, contacts, photos, etc. over USB. To developers, it means you can connect to any listening localhost socket on the device. WWW: http://www.libimobiledevice.org |
2011-02-28T05:06:26+00:00 | devel/libplist |
Library to handle Apple Property List format libimobiledevice is a cross-platform software library that talks the protocols to support iPhone, iPod Touch, iPad and Apple TV devices. Unlike other projects, it does not depend on using any existing proprietary libraries and does not require jailbreaking. It allows other software to easily access the device's filesystem, retrieve information about the device and its internals, backup/restore the device, manage SpringBoard icons, manage installed applications, retrieve addressbook/calendars/notes and bookmarks and synchronize music and video to the device. This port installs the library required to handle Apple Binary and XML Property Lists. WWW: http://www.libimobiledevice.org |
2011-02-28T00:15:23+00:00 | net/serviio |
Transcoding DLNA-server implemented in Java Serviio is a free DLNA media server. It allows you to stream your media files (music, video or images) to any DLNA-certified renderer device (e.g. a TV set, Bluray player, games console) on your home network. Serviio uses a priority-based metadata extraction so that you can choose what metadata should describe your media files (e.g. audio track name, DVD cover, TV series and episodes names, etc.). These include metadata embedded into the media files themselves, locally stored metadata files and metadata that can be obtained online. With this powerful tool you will be able to build your Serviio media library easily and effectively. Serviio works with any DLNA compliant device (TV, Playstation 3, etc.) and some other (XBox 360). It supports profiles for particular devices so that it can be tuned to maximise the device's potential and/or minimize lack of media format playback support (via transcoding). WWW: https://www.serviio.org/ |
2011-02-27T18:47:02+00:00 | graphics/shiva-collections |
Collection of kernels for OpenGTL The Graphics Transformation Languages is a set of libraries for using and integrating transformation algorithms (such as filter or color conversion) in graphics applications. The goal is to provide the tools, languages and libraries to create generic transformation for graphics. Those transformations could then be used by different programs (Krita, The Gimp, CinePaint, gegl...). Currently the focus is on developing two languages, designed for two different implementations. - OpenCTL which is a GPL compatible of the Color Transformation Language, this language is dedicated at transforming the value of a single pixel (for instance brightness adjustement or desaturate). CTL is designed to be part of the Color Management process. - OpenShiva is inspired by Adobe's Hydra language from the AIF Toolkit, Shiva is a language that apply a kernel-like transformations on an image, that means it works using more than one pixel. WWW: http://opengtl.org |
2011-02-27T13:06:01+00:00 | sysutils/py-drmaa |
Interact with DRMAA-compliant distributed resource management systems drmaa-python is a python package to interact with DRMAA-compliant distributed resource management systems. The library tries to be compliant with the DRMAA 1.0 Python language binding. WWW: http://code.google.com/p/drmaa-python/ |
2011-02-27T10:47:50+00:00 | databases/p5-Teng |
Perl extension for simple DBI wrapper/ORMapper Teng is very 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/Teng |
2011-02-27T02:05:31+00:00 | databases/p5-SQL-Maker |
Perl extension for yet another SQL builder SQL::Maker is yet another SQL builder class. It is based on DBIx::Skinny's SQL generator. WWW: https://metacpan.org/release/SQL-Maker |
2011-02-27T02:01:30+00:00 | devel/p5-cpan-listchanges |
Perl extension to list changes for CPAN modules List changes for CPAN modules. WWW: https://metacpan.org/release/cpan-listchanges |
2011-02-26T21:52:05+00:00 | devel/p5-CPAN-Testers-Report |
CPAN Testers report object CPAN Testers report object WWW: https://metacpan.org/release/CPAN-Testers-Report |
2011-02-26T21:25:04+00:00 | sysutils/debootstrap |
Install Debian or Ubuntu base system into a directory debootstrap is a tool which will install a Debian base system into a subdirectory of another, already installed system. It doesn't require an installation CD, just access to a Debian repository. In FreeBSD, you can use debootstrap to install Debian into a subdirectory of your existing FreeBSD installation and then run Debian Linux in a jail or chroot. WWW: https://wiki.debian.org/Debootstrap |
2011-02-26T20:21:08+00:00 | devel/p5-Test-Reporter-Transport-Metabase |
Metabase transport for Test::Reporter Metabase transport for Test::Reporter WWW: https://metacpan.org/release/Test-Reporter-Transport-Metabase |
2011-02-26T20:18:31+00:00 | devel/p5-Metabase-Client-Simple |
Client that submits to Metabase servers Client that submits to Metabase servers WWW: https://metacpan.org/release/Metabase-Client-Simple |
2011-02-26T20:16:35+00:00 | devel/p5-Metabase-Fact |
Metabase Facts Metabase Facts and accompanying classes WWW: https://metacpan.org/release/Metabase-Fact |
2011-02-26T20:10:18+00:00 | devel/p5-CPAN-Reporter-Smoker |
Turnkey CPAN Testers smoking Turnkey CPAN Testers smoking WWW: https://metacpan.org/release/CPAN-Reporter-Smoker |
2011-02-26T20:08:35+00:00 | devel/p5-CPAN-Reporter |
Adds CPAN Testers reporting to CPAN.pm Adds CPAN Testers reporting to CPAN.pm WWW: https://metacpan.org/release/CPAN-Reporter |
2011-02-26T20:03:46+00:00 | devel/p5-Term-Title |
Portable API to set the terminal titlebar Portable API to set the terminal titlebar WWW: https://metacpan.org/release/Term-Title |
2011-02-26T19:48:34+00:00 | devel/p5-Config-Perl-V |
Structured data retrieval of perl -V output Structured data retreival of perl -V output WWW: https://metacpan.org/release/Config-Perl-V |
2011-02-26T19:02:10+00:00 | devel/p5-Devel-Autoflush |
Set autoflush from the command line Set autoflush from the command line WWW: https://metacpan.org/release/Devel-Autoflush |
2011-02-26T17:30:21+00:00 | www/foswiki-ModPerlEngineContrib |
Permits Foswiki to be executed under mod_perl Permits Foswiki to be executed under mod_perl. WWW: http://www.foswiki.org/Support/ModPerlEngineContrib |
2011-02-26T16:32:49+00:00 | dns/p5-POE-Component-Resolver |
Non-blocking getaddrinfo() resolver POE::Component::Resolver performs Socket::GetAddrInfo::getaddrinfo() calls in subprocesses where they're permitted to block as long as necessary. WWW: https://metacpan.org/release/POE-Component-Resolver |
2011-02-26T15:16:04+00:00 | www/reviewboard |
Web-based code review tool Review Board is a powerful web-based code review tool that offers developers an easy way to handle code reviews. It scales well from small projects tools to large companies and offers a variety of tools to take much of the stress and time out of the code review process. WWW: http://www.reviewboard.org/ |
2011-02-26T15:11:28+00:00 | www/mod_auth_tkt |
Lightweight single-sign-on authentication module for apache mod_auth_tkt is a lightweight single-sign-on authentication module for apache, supporting versions 1.3.x, 2.0.x, and 2.2.x. It uses secure cookie-based tickets to implement a single-signon framework that works across multiple apache instances and servers. WWW: http://www.openfusion.com.au/labs/mod_auth_tkt/ |
2011-02-26T14:55:33+00:00 | www/py-djblets |
Collection of useful classes and functions for Django Djblets is a separate but closely linked project containing a number of useful utility functions and classes for use with Django. We make it a goal to put generic code written for Review Board into Djblets for other developers to use. WWW: https://github.com/djblets/djblets |
2011-02-26T14:50:11+00:00 | www/py-django-evolution |
Database schema evolution tool for the Django web framework Django Evolution is an extension to Django that allows you to track changes in your models over time, and to update the database to reflect those changes. WWW: https://github.com/beanbaginc/django-evolution |
2011-02-26T14:48:08+00:00 | www/p5-Plack-Middleware-Precompressed |
Perl extension to serve pre-gzipped content to capable clients Plack::Middleware::Precompressed is an alternative (or rather, complement) to middlewares like Deflater, which will compress response bodies on the fly. For dynamic resources, that behaviour is necessary, but for static resources it is a waste: identical entities will be compressed over and over. Instead, Precompressed allows you to compress static resources once, e.g. as part of your build process, and then serve the compressed resource in place of the uncompressed one for compression-enabled clients. To do so, it appends a .gz suffix to the request URI and tries to serve that. If that fails, it will try again with the unmodified URI. WWW: https://metacpan.org/release/Plack-Middleware-Precompressed |
2011-02-26T14:46:12+00:00 | www/py-django-storages |
Generic storages for Django Generic storages for Django. Support for many storages (S3, MogileFS, etc) in Django WWW: https://github.com/jschneier/django-storages |
2011-02-26T14:07:33+00:00 | devel/p5-Data-Page-NoTotalEntries |
Perl extension for paging results without total entries Data::Page::NoTotalEntries is a generic pager object, so it's very similar with Data::Page. But so Data::Page::NoTotalEntries doesn't support $pager->total_entries and other some methods. WWW: https://metacpan.org/release/Data-Page-NoTotalEntries |
2011-02-26T11:04:47+00:00 | devel/p5-Module-Metadata |
Perl extension to gather package information from perl module files Module::Metadata - Gather package and POD information from perl module files. WWW: https://metacpan.org/release/Module-Metadata |
2011-02-26T10:34:42+00:00 | www/p5-Plack-Middleware-IEnosniff |
Perl extension to add X-Content-Type-Options:nosniff Plack::Middleware::IEnosniff is middleware for Plack. This middleware adds HTTP Header 'X-Content-Type-Options: nosniff' for safe. Sending X-Content-Type-Options response header with the value nosniff will prevent Internet Explorer from MIME-sniffing a response away from the declared content-type. WWW: https://metacpan.org/release/Plack-Middleware-IEnosniff |
2011-02-26T09:06:04+00:00 | textproc/p5-Text-DHCPLeases |
Perl extension to parse DHCP leases file from ISC dhcpd Parse DHCP leases file from ISC dhcpd. WWW: https://metacpan.org/release/Text-DHCPLeases |
2011-02-26T09:02:23+00:00 | www/p5-I18N-AcceptLanguage |
Perl extension to matches language preference (HTTP Accept-Language) I18N::AcceptLanguage matches language preference to available languages per rules defined in RFC 2616, section 14.4: HTTP/1.1 - Header Field Definitions - Accept-Language. WWW: https://metacpan.org/release/I18N-AcceptLanguage |
2011-02-26T06:27:37+00:00 | graphics/p5-Convert-Color |
Perl extension for color space conversions and named lookups This module provides conversions between commonly used ways to express colors. It provides conversions between color spaces such as RGB and HSV, and it provides ways to look up colors by a name. This class provides a base for subclasses which represent particular color values in particular spaces. The base class provides methods to represent the color in a few convenient forms, though subclasses may provide more specific details for the space in question. WWW: https://metacpan.org/release/Convert-Color |
2011-02-26T04:58:37+00:00 | net/iet |
The iSCSI Enterprise Target iSCSI Enterprise Target is a simple open source iSCSI target with professional features, that works well in enterprise environments under real workloads, and is scalable and versatile enough to meet the challenge of future storage needs and developments. The port work was originally done by QuadStor. WWW: http://iscsitarget.sourceforge.net/ |
2011-02-25T15:10:44+00:00 | devel/p5-List-UtilsBy |
Perl extension for higher-order list utility functions This module provides a number of list utility functions, all of which take an initial code block to control their behaviour. They are variations on similar core perl or List::Util functions of similar names, but which use the block to control their behaviour. For example, the core Perl function sort takes a list of values and returns them, sorted into order by their string value. The sort_by function sorts them according to the string value returned by the extra function, when given each value. WWW: https://metacpan.org/release/List-UtilsBy |
2011-02-25T12:17:11+00:00 | databases/jdbm2 |
Fast, simple, and transactional Java persistence engine JDBM is a transactional persistence engine for Java. It aims to be for Java what GDBM is for other languages: a fast, simple persistence engine. You can use it to store a mix of objects and BLOBs, and all updates are done in a transactionally safe manner. JDBM also provides scalable data structures, such as HTree and B+Tree, to support persistence of large object collections. JDBM2 provides HashMap and TreeMap which are backed by disk storage. It is very easy and fast way to persist your data. JDBM2 also have minimal hardware requirements and is highly embeddable. WWW: http://code.google.com/p/jdbm2/ |
2011-02-25T10:58:42+00:00 | multimedia/gstreamer-plugins-vdpau |
Gstreamer nvidia vdpau plugin |
2011-02-25T10:58:42+00:00 | graphics/gstreamer-plugins-opencv |
Gstreamer opencv real time computer vision plugin |
2011-02-25T10:58:42+00:00 | audio/gstreamer-plugins-flite |
Gstreamer flite run-time speech synthesis engine plugin |
2011-02-25T06:38:23+00:00 | devel/p5-Moo |
Minimalist Object Orientation (with Moose compatibility) Moo is an extremely light-weight Object Orientation system. It allows one to concisely define objects and roles with a convenient syntax that avoids the details of Perl's object system. Moo contains a subset of Moose and is optimised for rapid startup. The name Moo is based on the idea that it provides almost -- but not quite -- two thirds of Moose. Unlike Mouse this module does not aim at full compatibility with Moose's surface syntax, preferring instead to provide full interoperability via metaclass inflation capabilities. WWW: https://metacpan.org/release/Moo |
2011-02-25T03:06:31+00:00 | devel/p5-strictures |
Turn on strict and make all warnings fatal strictures turns on indirect checking only when it thinks it's running in a compilation (or pod coverage) test - though if this causes undesired behaviour this can be overriden by setting the PERL_STRICTURES_EXTRA environment variable. WWW: https://metacpan.org/release/strictures |
2011-02-25T00:45:45+00:00 | databases/pecl-tokyo_tyrant |
Wrapper to the Tokyo Tyrant client library pecl-tokyo_tyrant is a PHP extension provides object oriented API for communicating with Tokyo Tyrant key-value store. WWW: https://pecl.php.net/package/tokyo_tyrant |
2011-02-23T17:45:16+00:00 | net-mgmt/icinga |
Metaport for Icinga 1.x and its classic web interface This is the meta port for Icinga 1.x including net-mgmt/icinga-core and net-mgmt/icinga-classicweb. WWW: http://www.icinga.org |
2011-02-23T17:13:25+00:00 | textproc/xerces-c3 |
Validating XML parser from the Apache XML Project Xerces-C++ is a validating XML parser written in a portable subset of C++. Xerces-C++ makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs. Xerces-C++ is faithful to the XML 1.0 recommendation and many associated standards. The parser provides high performance, modularity, and scalability. Source code, samples and API documentation are provided with the parser. For portability, care has been taken to make minimal use of templates, no RTTI, and minimal use of #ifdefs. WWW: https://xerces.apache.org/xerces-c/ |
2011-02-23T11:20:30+00:00 | misc/p5-Array-FileReader |
Lazily tie files to arrays for reading Array::FileReader - Lazily tie files to arrays for reading WWW: https://metacpan.org/release/Array-FileReader |
2011-02-23T09:35:51+00:00 | games/gnake |
Nibbles clone for GNU/Linux and *BSD Gnake is a Nibbles clone for GNU/Linux and *BSD. It's played on a terminal (controlled by the curses library) with the keyboard: the game is really simple and that's why I like playing it even in the oh-my-god-my-graphics-card-costs-more-than-the-rest-of-the-computer era. For the list of available options, type ``gnake -h''. WWW: http://lightless.org/gnake/ |
2011-02-22T13:22:14+00:00 | devel/libevent2 |
API for executing callback functions on events or timeouts The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts. libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop. Currently, libevent supports /dev/poll, kqueue(2), event ports, select(2), poll(2) and epoll(4). The internal event mechanism is completely independent of the exposed event API, and a simple update of libevent can provide new functionality without having to redesign the applications. As a result, Libevent allows for portable application development and provides the most scalable event notification mechanism available on an operating system. Libevent can also be used for multi-threaded applications. WWW: http://libevent.org/ |
2011-02-22T02:10:51+00:00 | comms/uarduno |
FreeBSD Kernel Driver for the Arduino Uno USB interface The Arduino Uno (http://arduino.cc/) is an open source hardware micro- controller designed primarily for prototyping and experimentation. Although the devel/arduino port already exists for programming the device, it will not work properly with the newest Arduino hardware. Previous versions of the Arduino used an FTDI USB to Serial interface. The newest Arduino (beginning with the Uno) uses an on-board ATMel 8U2 controller to emulate a USB to Serial interface with its own custom Vendor ID and Hardware ID. As a result, NONE of the existing FreeBSD USB to serial drivers can work with it. This kernel driver supplies the necessary kernel support for the Arduino Uno on FreeBSD. Additionally, some 'ACM' USB Serial devices may work with this driver by manually adding their Vendor ID and Product ID combination to files/ids.txt Official web site WWW: http://www.mrp3.com/uarduno.html |
2011-02-21T13:03:51+00:00 | devel/ucommon |
Very lightweight C++ design pattern library GNU uCommon C++ is meant as a very light-weight C++ library to facilitate using C++ design patterns even for very deeply embedded applications, such as for systems using uclibc along with posix threading support. For this reason, GNU uCommon C++ disables language features that consume memory or introduce runtime overhead, such as rtti and exception handling, and assumes one will mostly be linking applications with other pure C based libraries rather than using the overhead of the standard C++ library and other similar class frameworks. WWW: https://www.gnu.org/software/commoncpp/ |
2011-02-21T10:39:47+00:00 | multimedia/libbluray |
Blu-Ray discs playback library for media players libbluray is an open-source library designed for Blu-Ray discs playback for media players, like VLC or MPlayer. This research project is developed by an international team of developers from Doom9. WWW: http://www.videolan.org/developers/libbluray.html |
2011-02-21T10:38:25+00:00 | multimedia/libaacs |
Advanced Access Content System implementation libaacs is a research project to implement the Advanced Access Content System specification. This research project provides, through an open-source library, a way to understand how the AACS works. This research project is mainly developed by an international team of developers from Doom9. WWW: http://www.videolan.org/developers/libaacs.html |
2011-02-21T00:47:51+00:00 | textproc/pear-File_MARC |
Parse, modify, and create MARC records The standard for machine-readable cataloging (MARC) records is documented at http://loc.gov/marc/. This package enables you to read existing MARC records from a file, string, or (using the YAZ extension), from a Z39.50 source. You can also use this package to create new MARC records. WWW: https://pear.php.net/package/File_MARC |
2011-02-21T00:31:30+00:00 | sysutils/pecl-mogilefs |
PHP client library to communicate with the MogileFS storage PHP MogileFS is a client library to communicate with MogileFS trackers. Those trackers are part of the distributed filesystem MogileFS created by Danga Interactive (http://www.danga.com/) and used in serveral large scale projects like LiveJournal. WWW: https://pecl.php.net/package/mogilefs |
2011-02-20T12:28:42+00:00 | net/rubygem-amqp |
Implementation of the AMQP protocol for RabbitMQ clients Ruby amqp gem is a feature-rich, EventMachine-based RabbitMQ client with batteries included. It implement AMQP 0.9.1 and support RabbitMQ extensions to AMQP 0.9.1. WWW: http://rubyamqp.info/ |
2011-02-20T10:04:42+00:00 | math/py-pybloom |
Probabilistic data structure pybloom is a Python implementation of the bloom filter probabilistic data structure. The module also provides a Scalable Bloom Filter that allows a bloom filter to grow without knowing the original set size. WWW: https://github.com/joseph-fox/python-bloomfilter |
2011-02-20T03:54:04+00:00 | science/py-scimath |
Scientific and Mathematical calculations The SciMath project includes packages to support scientific and mathematical calculations, beyond the capabilities offered by SciPy. * enthought.interpolate * enthought.mathematics * enthought.units WWW: https://pypi.org/project/scimath/ |
2011-02-19T12:53:18+00:00 | databases/p5-Class-DBI-Plugin-DeepAbstractSearch |
Provides deep_search_where() for Class::DBI This plugin provides a SQL::Abstract search method for Class::DBI. It is similar to Class::DBI::AbstractSearch, but allows you to search and sort by fields from joined tables. WWW: https://metacpan.org/release/Class-DBI-Plugin-DeepAbstractSearch |
2011-02-18T08:53:07+00:00 | devel/p5-MooseX-Types-JSON |
JSON and relaxedJSON datatype for Moose String type constraints that match valid and relaxed JSON. For the meaning of 'relaxed,' see JSON::XS. All the heavy lifting in the background is also done by JSON::XS. WWW: https://metacpan.org/release/MooseX-Types-JSON |
2011-02-17T09:25:51+00:00 | devel/gnatpython |
Python package used in Ada testsuites GNATPython is a python package to ease development of testsuites and/or build scripts in a portable way. It is an extension to Ada which exports GNAT.Expect.TTY and requires the GNAT AUX compiler. WWW: https://forge.open-do.org/projects/gnatpython |
2011-02-17T02:41:29+00:00 | devel/p5-Mock-Quick |
Quickly mock objects and classes Mock-Object provides a declarative mocking interface that results in a very concise, but clear syntax. There are separate facilities for mocking object instances, and classes. You can quickly create an instance of an object with custom attributes and methods. You can also quickly create an anonymous class, optionally inheriting from another, with whatever methods you desire. Mock-Object also provides a tool that provides an OO interface to overriding methods in existing classes. This tool also allows for the restoration of the original class methods. Best of all this is a localized tool, when your control object falls out of scope the original class is restored. WWW: https://metacpan.org/release/Mock-Quick |
2011-02-17T02:13:24+00:00 | devel/p5-Test-NoTabs |
Check the presence of tabs in your project Test::NoTabs scans your project/distribution for any perl files (scripts, modules, etc) for the presence of tabs. WWW: https://metacpan.org/release/Test-NoTabs |
2011-02-17T02:04:37+00:00 | devel/p5-Pod-Coverage-TrustPod |
Declare trusted symbol names in POD Pod::Coverage::TrustPod is a Pod::Coverage subclass (actually, a subclass of Pod::Coverage::CountParents) that allows the POD itself to declare certain symbol names trusted. WWW: https://metacpan.org/release/Pod-Coverage-TrustPod |
2011-02-17T00:47:57+00:00 | math/lapacke |
Standard C language APIs for LAPACK LAPACKE is a standard C language APIs for LAPACK, which introduces the following features[1]: - row-major and column-major matrix layout controlled by the first function parameter; - an implementation with working arrays (middle-level interface) as well as without working arrays (high-level interface); - input scalars passed by value; - error code as a return value instead of the INFO parameter. [1] Intel Corporation. "C Interface to LAPACK" README. 2010. WWW: http://www.netlib.org/lapack/ |
2011-02-16T08:39:41+00:00 | devel/p5-ExtUtils-LibBuilder |
Perl module to build C libraries ExtUtils::LibBuilder is a tool to build C libraries. WWW: https://metacpan.org/release/ExtUtils-LibBuilder |
2011-02-16T05:05:03+00:00 | textproc/p5-HTML-QRCode |
Generate HTML based QR Code HTML::QRCode is HTML based QRCode generator, using Text::QRCode WWW: https://metacpan.org/release/HTML-QRCode |
2011-02-16T05:03:28+00:00 | textproc/p5-Text-QRCode |
Generate text based QR Code This module allows you to generate QR Code using ' ' and '*'. This module use libqrencode '2.0.0' and above. WWW: https://metacpan.org/release/Text-QRCode |
2011-02-15T15:59:43+00:00 | sysutils/dc3dd |
dd program useful for computer forensics dc3dd is a patched version of GNU dd to include a number of features useful for computer forensics. Many of these features were inspired by dcfldd, but were rewritten for dc3dd. - Pattern writes. The program can write a single hexadecimal value or a text string to the output device for wiping purposes. - Piecewise and overall hashing with multiple algorithms. Supports MD5, SHA-1, SHA-256, and SHA-512. - Progress meter with automatic input/output file size probing. - Combined log for hashes and errors. - Error grouping. Produces one error message for identical sequential errors. - Verify mode. Able to hash output files and compare hashes to the acquisition hash. - Ability to split the output into chunks with numerical or alphabetic extensions. - Ability to write multiple output files simultaneuously. WWW: http://dc3dd.sourceforge.net/ |
2011-02-15T09:18:04+00:00 | sysutils/ssid |
Run a command in a new session Small wrapper for the setsid(2) syscall to run a command in a new session. WWW: http://tools.suckless.org/ssid/ |
2011-02-15T09:17:50+00:00 | www/py-django-classy-tags |
Class based template tags for Django The goal of this project is to create a new way of writing Django template tags which is fully compatible with the current Django templating infrastructure. This new way should be easy, clean and require as little boilerplate code as possible while still staying as powerful as possible. Features: * Class based template tags. * Template tag argument parser. * Declarative way to define arguments. * Supports (theoretically infinite) parse-until blocks. * Extensible! WWW: https://github.com/ojii/django-classy-tags |
2011-02-15T07:32:50+00:00 | lang/gnat-aux |
GNAT Ada compiler based on GCC ${GCC_BRANCH} GNAT AUX is based on the trunk version of Free Software Foundation's GNU Compiler Collection. It carries with it the GMGPL license, the modified version of the GPL that exempts generic instantiation from resulting in a GPL-licensed executable. This version of GNAT also carries with it the GCC Runtime Library Exception, so the resulting binaries have no licensing requirements. Binaries produced by GNAT AUX should be handled the same as binaries produced by any FSF GNAT compiler. GNAT AUX implements the full Ada-83, Ada-95, and Ada-2005 language standards. It also implements some features of the draft Ada-2012 standard, which are optionally accessible via the -gnat2012 switch or Ada_2012 pragma. WWW: http://www.dragonlace.net/ |
2011-02-15T03:47:22+00:00 | devel/umlgraph |
Automated drawing of UML diagrams UMLGraph facilitates the declarative specification and drawing of UML class and sequence diagrams. One can specify a class design using the Java syntax complemented by Javadoc tags. WWW: http://www.umlgraph.org/ |
2011-02-14T07:44:02+00:00 | cad/meshlab |
3D triangular meshes processing and editing tool MeshLab is an open source, portable, and extensible system for the processing and editing of unstructured 3D triangular meshes. The system is aimed to help the processing of the typical not-so-small unstructured models arising in 3D scanning, providing a set of tools for editing, cleaning, healing, inspecting, rendering and converting this kind of meshes. WWW: http://meshlab.sourceforge.net/ |
2011-02-14T04:08:07+00:00 | www/mod_gnutls |
Extension for Apache httpd using GnuTLS library to provide HTTPS mod_gnutls uses the GnuTLS library to provide SSL 3.0, TLS 1.0, TLS 1.1 and 1.2 encryption for Apache HTTPD. It is similar to mod_ssl in purpose, but does not use OpenSSL. WWW: https://mod.gnutls.org |
2011-02-14T03:27:50+00:00 | graphics/projectm-libvisual |
Allows projectM to be used with libvisual projectM is an LGPL'ed reimplementation of Milkdrop under OpenGL. All projectM requires is a video card with 3D acceleration and your favorite music. WWW: http://projectm.sourceforge.net/ |
2011-02-14T03:27:15+00:00 | graphics/libprojectm |
Awesome music visualiser projectM is an awesome music visualizer. There is nothing better in the world of Unix. projectM's greatness comes from the hard work of the community. Users like you can create presets that connect music with incredible visuals. Try it! WWW: https://github.com/projectM-visualizer/projectm |
2011-02-14T03:25:44+00:00 | devel/bncsutil-ghost++ |
Utility library for Battle.net clients in C++ The Battle.net client library. WWW: https://code.google.com/p/ghostplusplus/ |
2011-02-14T03:24:48+00:00 | devel/stormlib-ghost++ |
C++ library to read and write MPQ archives The StormLib library is a pack of modules, written in C++, which are able to read and also to write files from/to the MPQ archives. WWW: https://code.google.com/p/ghostplusplus/ |
2011-02-14T03:01:30+00:00 | devel/tortoisehg1 |
hgtk script from TortoiseHG TortoiseHg is a Windows shell extension and a series of applications for the Mercurial distributed revision control system. It also includes a Gnome/Nautilus extension and a CLI wrapper application so the TortoiseHg tools can be used on non-Windows platforms. WWW: http://tortoisehg.bitbucket.org/ |
2011-02-13T15:04:20+00:00 | graphics/mscgen |
Message Sequence Chart Renderer Mscgen is a small program that parses Message Sequence Chart descriptions and produces PNG, SVG, EPS or server side image maps (ismaps) as the output. WWW: http://www.mcternan.me.uk/mscgen/ |
2011-02-13T13:26:41+00:00 | multimedia/py-mlt |
Python bindings for the MLT framework. MLT is an open source multimedia framework, designed and developed for television broadcasting. It provides a toolkit for broadcasters, video editors, media players, transcoders, web streamers and many more types of applications. The functionality of the system is provided via an assortment of ready to use tools, XML authoring components, and an extensible plug-in based API. WWW: http://www.mltframework.org |
2011-02-13T12:28:43+00:00 | archivers/p5-IO-Compress-Lzop |
Write lzop files / buffers IO::Compress::Lzop is a perl module for reading/writing lzop files/buffer. WWW: https://metacpan.org/release/IO-Compress-Lzop |
2011-02-13T12:27:48+00:00 | archivers/p5-IO-Compress-Lzf |
Write lzf files / buffers IO::Compress::Lzf is a perl module for reading/writing lzf files/buffer. WWW: https://metacpan.org/release/IO-Compress-Lzf |
2011-02-13T11:10:59+00:00 | devel/ninja |
Small build system closest in spirit to Make Ninja is yet another build system. It takes as input the interdependencies of files (typically source code and output executables) and orchestrates building them, quickly. Ninja joins a sea of other build systems. Its distinguishing goal is to be fast. It is born from my work on the Chromium browser project, which has over 30,000 source files and whose other build systems (including one built from custom non-recursive Makefiles) can take ten seconds to start building after changing one file. Ninja is under a second. WWW: https://ninja-build.org/ |
2011-02-13T11:07:12+00:00 | audio/quimup |
Qt5 client for MPD (the Music Player Daemon) QUIMUP is a 'graphical' client for the music player daemon (MPD) written in C++ and Qt5. Features include: * Support for (locally stored) albumart. * Support for audio streams (url). * Drag & drop playlist management. * Database browser (artist, album, genre, folder & playlist mode) * Database search (artist, album, genre & title mode). * Quick search-and-select in the playlist. * Mini-mode interface for basic control only. * Open folder in external programs to edit tags etc. * Generally a quick and clean application. WWW: http://coonsden.com/?cat=4 |
2011-02-13T10:46:07+00:00 | www/p5-Feersum |
PSGI engine for Perl based on EV/libev Feersum is an HTTP server built on EV. It fully supports the PSGI 1.03 spec including the psgi.streaming interface and is compatible with Plack. PSGI 1.1, which has yet to be published formally, is also supported. Feersum also has its own "native" interface which is similar in a lot of ways to PSGI, but is not compatible with PSGI or PSGI middleware. Feersum uses a single-threaded, event-based programming architecture to scale and can handle many concurrent connections efficiently in both CPU and RAM. It skips doing a lot of sanity checking with the assumption that a "front-end" HTTP/HTTPS server is placed between it and the Internet. WWW: https://metacpan.org/release/Feersum |
2011-02-13T07:04:22+00:00 | textproc/p5-SQL-Tokenizer |
Simple regular expressions based SQL tokenizer SQL::Tokenizer is a simple tokenizer for SQL queries. It does not claim to be a parser or query verifier. It just creates sane tokens from a valid SQL query. WWW: https://metacpan.org/release/SQL-Tokenizer |
2011-02-13T03:25:08+00:00 | databases/p5-Dancer-Plugin-DBIC |
DBIx::Class interface for Dancer applications DBIx::Class interface for Dancer applications WWW: https://metacpan.org/release/Dancer-Plugin-DBIC |
2011-02-12T17:10:07+00:00 | lang/p5-SQL-Tokenizer |
Simple regular expressions based SQL tokenizer SQL::Tokenizer is a simple tokenizer for SQL queries. It does not claim to be a parser or query verifier. It just creates sane tokens from a valid SQL query. WWW: http://search.cpan.org/dist/SQL-Tokenizer |
2011-02-12T04:52:47+00:00 | net/hostapd |
IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator hostapd is a user space daemon for access point and authentication servers. It implements IEEE 802.11 access point management, IEEE 802.1X/WPA/WPA2/EAP Authenticators, RADIUS client, EAP server, and RADIUS authentication server. The current version supports Linux (Host AP, madwifi, mac80211-based drivers) and FreeBSD (net80211). Add the following to /etc/rc.conf to use the ports version instead of the base version: hostapd_program="/usr/local/sbin/hostapd" WWW: https://w1.fi/hostapd/ |
2011-02-12T04:50:50+00:00 | www/pivotx |
Software to help you maintain dynamic sites such as weblogs PivotX is free software to help you maintain dynamic sites such as weblogs, online journals and other frequently updated websites in general. It's written in PHP and uses *flat files* or MySQL as a database. Since PivotX is an entirely different beast than pivot-weblog (Pivot 1.x), upgrading from Pivot 1.x will take a while to do properly. (http://book.pivotx.net/page/4-1) WWW: http://pivotx.net/ |
2011-02-12T04:49:00+00:00 | ports-mgmt/bxpkg |
GTK+ based tool to manage binary packages on BSD systems bxPKG is a GTK+ based tool to manage binary packages on BSD systems. WWW: https://code.google.com/p/bxpkg/ |
2011-02-11T04:58:52+00:00 | databases/rubygem-dm-postgres-adapter |
PostgreSQL Adapter for DataMapper PostgreSQL Adapter for DataMapper WWW: https://github.com/datamapper/dm-postgres-adapter |
2011-02-11T00:55:39+00:00 | multimedia/photofilmstrip |
Creates movies out of your pictures PhotoFilmStrip creates movies out of your pictures in just 3 steps. First select your photos, customize the motion path and render the video. There are several output possibilities for VCD, SVCD, DVD up to FULL-HD. The effect of the slideshow is known as "Ken Burns". Comments of the pictures are generated into a subtitle file. Furthermore an audio file can be specified to setup the background musice for the slide show. WWW: http://www.photofilmstrip.org/ |
2011-02-10T17:13:26+00:00 | graphics/gimp-gmic-plugin |
GREYC's Magic Image Converter G'MIC stands for GREYC's Magic Image Converter. This project aims to: * Define a minimal but powerful script language (G'MIC) dedicated to the design of image processing pipelines. * Provide an interpreter of this language (in C++), distributed as an open-source module/library embeddable in third-party applications. * Propose two binary tools embedding this interpreter : o The command-line executable gmic to use the G'MIC framework from a shell. o The interactive plug-in gmic_gimp to bring G'MIC capabilities to the image retouching software GIMP. WWW: http://gmic.eu/ |
2011-02-10T16:46:17+00:00 | graphics/pecl-gmagick |
Provides a wrapper to the GraphicsMagick library Provides a wrapper to the GraphicsMagick library. WWW: https://pecl.php.net/package/gmagick |
2011-02-10T16:31:16+00:00 | devel/rubygem-tilt |
Generic interface to multiple Ruby template engines Tilt is a thin interface over a bunch of different Ruby template engines in an attempt to make their usage as generic possible. This is useful for web frameworks, static site generators, and other systems that support multiple template engines but don't want to code for each of them individually. WWW: https://github.com/rtomayko/tilt |
2011-02-10T16:30:33+00:00 | devel/p5-Dist-CheckConflicts |
Declare version conflicts for your dist Declare version conflicts for your dist WWW: https://metacpan.org/release/Dist-CheckConflicts |
2011-02-10T16:28:42+00:00 | math/octave-forge-fl-core |
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 fl-core. The package contains code for basic functions in Fuzzy Logic for Octave. WWW: http://octave.sourceforge.net/ |
2011-02-10T15:41:12+00:00 | devel/p5-Package-Stash-XS |
Faster and more correct implementation of the Package::Stash API Package::Stash::XS is a backend for Package::Stash, which provides the functionality in a way that's less buggy and much faster. It will be used by default if it's installed, and should be preferred in all environments with a compiler. WWW: https://metacpan.org/release/Package-Stash-XS |
2011-02-07T08:04:08+00:00 | devel/p5-Config-GitLike |
Simple git-compatible config file parser for Perl Simple git-compatible config file parser for Perl. WWW: https://metacpan.org/release/Config-GitLike |
2011-02-06T15:30:19+00:00 | devel/grantlee |
String template engine for Qt 4 Grantlee is a string template engine based on the Django template system and written using the Qt framework. WWW: https://github.com/steveire/grantlee |
2011-02-06T14:07:03+00:00 | devel/p5-Term-RawInput |
Drop-in replacement for <STDIN> with handling of non-standard keys Term::RawInput is a simple drop-in replacement for <STDIN> in scripts with the additional ability to capture and return the non-standard keys like 'End', 'Escape', 'Insert', etc. WWW: https://metacpan.org/release/Term-RawInput |
2011-02-05T16:27:43+00:00 | devel/mspdebug |
Debugger for use with MSP 430 MCUs MSPDebug is a free debugger for use with MSP430 MCUs. It supports FET430UIF, eZ430, RF2500 and Olimex MSP-JTAG-TINY programmers. It can be used as a proxy for gdb or as an independent debugger with support for programming, disassembly and reverse engineering. WWW: http://mspdebug.sourceforge.net/ |
2011-02-05T16:19:32+00:00 | net/kio-upnp-ms |
KIO slave to access UPnP MediaServers This KIO slave enables KDE applications to access files over the UPnP MediaServer protocol. It currently supports both Browse and Search operations depending on what the server supports. The protocol is "upnp-ms://<uuid>", where UUID is the UUID of the MediaServer device without the "uuid:" prefix. WWW: https://projects.kde.org/projects/playground/base/kio-upnp-ms |
2011-02-05T16:16:13+00:00 | net/hupnp |
Library for building UPnP devices and control points Herqq UPnP (HUPnP) is a software library for building UPnP devices and control points conforming to the UPnP Device Architecture version 1.1. WWW: http://hupnp.linada.fi/ |
2011-02-05T12:34:35+00:00 | devel/p5-CPS |
Manage flow of control in Continuation-Passing Style The functions in this module implement or assist the writing of programs, or parts of them, in Continuation Passing Style (CPS). Briefly, CPS is a style of writing code where the normal call/return mechanism is replaced by explicit "continuations", values passed in to functions which they should invoke, to implement return behaviour. WWW: https://metacpan.org/release/CPS |
2011-02-05T11:45:06+00:00 | multimedia/gstreamer-qt4 |
Qt4 bindings for GStreamer multimedia library QtGStreamer is a set of libraries and plugins providing C++ bindings for GStreamer with a Qt4-style API plus some helper classes for integrating GStreamer better in Qt4 applications. Currently, it consists of the following parts: * QtGLib - Library providing C++/Qt bindings for parts of the GLib and GObject APIs, a base on which QtGStreamer is built. * QtGStreamer - Library providing C++/Qt bindings for GStreamer * QtGStreamerUi - Library providing integration with QtGui. Currently, it only provides a video widget that embeds GStreamer's video sinks. In addition, it provides a "qwidgetvideosink" GStreamer element, an video sink element that can draw directly on QWidgets using QPainter. WWW: http://gstreamer.freedesktop.org/ |
2011-02-05T11:05:12+00:00 | mail/rubygem-qmail |
Ruby qmail library A Ruby Qmail library to insert email directly into Qmail. WWW: http://rubygems.org/gems/ruby-qmail |
2011-02-05T10:54:17+00:00 | mail/lurker |
Mailing list archiver Lurker is not just another mailing list archiver. It is capable of handling gigabytes of mail without slowing down. Lurker has been designed to scale to support sites with thousands of concurrent users and hundreds of new messages a second. If you run a high-volume mailing list archive, you should seriously consider lurker for this alone. To facilitate finding interesting data, lurker supports: * full keyword search by body, subject, author, ... * a graphical representation of message relationships * charts of the current activity about a topic * searching lists or queries around an estimated time * signature verification to confirm the author * messages markup to find related information As one would expect, lurker also supports file attachments, multiple languages, message threading, gpg key photo ids, a transactional database, automatic timezone detection, render caching, xml customization with xslt and css, multiple front-ends (3-tier deployment), and many other buzz words. WWW: http://lurker.sourceforge.net/ |
2011-02-05T10:49:59+00:00 | graphics/pymorph |
Pure implementation of image morphology functions PyMorph is a image morphology toolbox implements the basic binary and greyscale morphology operations, working with numpy arrays representing images. Includes basic operations for morphological image processing such as erode, dilate, open, tophat opening, watershed and more. WWW: https://pypi.org/project/pymorph/ |
2011-02-05T10:42:51+00:00 | math/octave-forge-fits |
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 fits. The Octave-FITS package provides functions for reading, and writing FITS (Flexible Image Transport System) files. The package supports uses the libcfitsio library. WWW: http://octave.sourceforge.net/ |
2011-02-05T10:29:22+00:00 | japanese/tegaki-zinnia-japanese |
Handwriting Recognition Models for Tegaki Tegaki: * is free and open-source * is multi-plaform * focuses on Chinese (simplified and traditional) and Japanese characters * supports 2 different recognition engines * aspires to work on both desktop-PCs and mobile devices WWW: http://www.tegaki.org/ |
2011-02-05T10:28:27+00:00 | japanese/tegaki-recognize |
Open-Source Chinese and Japanese Handwriting Recognition Tegaki Main program: * is free and open-source * is multi-plaform * focuses on Chinese (simplified and traditional) and Japanese characters * supports 2 different recognition engines * aspires to work on both desktop-PCs and mobile devices WWW: http://www.tegaki.org/ |
2011-02-05T10:24:37+00:00 | japanese/py-tegaki-gtk |
Tegaki PyGTK interface Tegaki is an open-source, multi-platform Chinese and Japanese handwriting recognition system. Some of its features: * Focuses on Chinese (simplified and traditional) and Japanese characters * Supports 2 different recognition engines * Aspires to work on both desktop PCs and mobile devices WWW: http://www.tegaki.org/ |
2011-02-05T09:46:57+00:00 | japanese/py-tegaki |
Open-source Chinese and Japanese handwriting recognition Tegaki Pythonlib: * is free and open-source * is multi-plaform * focuses on Chinese (simplified and traditional) and Japanese characters * supports 2 different recognition engines * aspires to work on both desktop-PCs and mobile devices WWW: http://www.tegaki.org/ |
2011-02-05T09:43:00+00:00 | japanese/zinnia-tomoe |
Handwriting recognition files for Zinnia (Tomoe data) Zinnia is a simple, customizable and portable online hand recognition system based on Support Vector Machines. Zinnia simply receives user pen strokes as a sequence of coordinate data and outputs n-best characters sorted by SVM confidence. To keep portability, Zinnia doesn't have any rendering functionality. In addition to recognition, Zinnia provides training module that allows us to create any hand-written recognition systems with low-cost. WWW: http://zinnia.sourceforge.net/ |
2011-02-05T09:41:52+00:00 | japanese/py-zinnia |
Python interface for Zinnia Zinnia is a simple, customizable, and portable online hand recognition system based on Support Vector Machines. Zinnia simply receives user's pen strokes as a sequence of coordinate data and outputs n-best characters sorted by SVM confidence. For portability's sake, Zinnia does not include any rendering functionality. In addition to recognition, Zinnia provides training module that allows one to create any hand-written recognition systems with low-cost. This port provides Python interface to the library. WWW: http://zinnia.sourceforge.net/ |
2011-02-05T09:40:44+00:00 | japanese/zinnia |
Simple, customizable, and portable online handwriting recognition system Zinnia is a simple, customizable and portable online hand recognition system based on Support Vector Machines. Zinnia simply receives user pen strokes as a sequence of coordinate data and outputs n-best characters sorted by SVM confidence. To keep portability, Zinnia doesn't have any rendering functionality. In addition to recognition, Zinnia provides training module that allows us to create any hand-written recognition systems with low-cost. WWW: http://zinnia.sourceforge.net/ |
2011-02-05T09:39:32+00:00 | www/p5-Web-oEmbed |
oEmbed consumer Web::oEmbed is a module that implements oEmbed consumer. WWW: https://metacpan.org/release/Web-oEmbed |
2011-02-05T02:18:06+00:00 | devel/p5-Tee |
Pure Perl emulation of GNU tee Pure Perl emulation of GNU tee WWW: https://metacpan.org/release/Tee |
2011-02-03T12:07:12+00:00 | audio/madfufw |
M-Audio DFU Firmware for Transit, Ozone, Sonica, MobilePre Userland scaffolding to load M-Audio firmware into supported sound devices upon attachment. Supported devices: * Sonica * Ozone * MobilePre USB (some newer models don't need this port) * Transit Based upon the madfuload package. WWW: http://usb-midi-fw.sourceforge.net/ |
2011-02-03T09:01:18+00:00 | sysutils/froxlor |
PHP-based ISP Server Management Panel Froxlor is an ISP Server Management Panel written in PHP, allowing customers to manage their own domains, DNS entries, email addresses, ftp accounts and more. WWW: https://www.froxlor.org/ |
2011-02-03T02:57:45+00:00 | x11/xpra |
Persistent remote applications for X Xpra gives you persistent remote applications for X. So basically it is a screen for remote X apps. WWW: http://xpra.org/ |
2011-02-03T02:53:48+00:00 | deskutils/ksshaskpass |
KDE 4 version of ssh-askpass with KWallet support A KDE 4 version of ssh-askpass with KWallet support. WWW: http://kde-apps.org/content/show.php?content=50971 |
2011-02-03T01:58:21+00:00 | comms/flwrap |
Companion utility for fldigi The flwrap executable is a small desktop application that encapsulates a text file, an image file, or a binary file within a set of identifier blocks. These blocks include a 16 bit checksum that is used to test the encapsulated file for integrity. WWW: http://www.w1hkj.com/Flwrap/ |
2011-02-02T17:24:59+00:00 | databases/credis |
Library for communicating with Redis servers Credis is a client library in plain C for communicating with Redis servers. WWW: http://code.google.com/p/credis/ |
2011-02-02T15:40:58+00:00 | mail/rspamd |
Fast spam filtering system Rspamd is fast, modular and lightweight spam filter. It is designed to work with big amount of mail and can be easily extended with own filters written in lua. WWW: https://rspamd.com/ |
2011-02-02T15:30:38+00:00 | mail/rspamd-port |
Fast spam filtering system Rspamd is fast, modular and lightweight spam filter. It is designed to work with big ammount of mail and can be easily extended with own filters written in lua. WWW: http://bitbucket.org/vstakhov/rspamd/wiki/Home |
2011-02-02T03:57:37+00:00 | www/p5-URI-Escape-JavaScript |
Perl implementation of JavaScript's escape()/unescape() functions URI::Escape::JavaScript provides JavaScript's escape() and unescape() functions. It works simplar to homonymous functions of JavaScript. URI::Escape doesn't work for escaping and unescaping JavaScript like Unicode URI-escape ("%uXXXX"). But you can use this module to do those. WWW: https://metacpan.org/release/URI-Escape-JavaScript |
2011-02-01T20:18:07+00:00 | editors/libreoffice |
Full integrated office productivity suite LibreOffice is the free power-packed Open Source personal productivity suite for Windows, Macintosh and Linux, that gives you six feature-rich applications for all your document production and data processing needs: Writer, Calc, Impress, Draw, Math and Base. WWW: https://www.libreoffice.org/ |
2011-02-01T09:13:17+00:00 | graphics/xournal |
Notetaking application that can annotate PDFs Xournal is an application for notetaking, sketching, keeping a journal using a stylus. It is similar to Microsoft Windows Journal or to other alternatives such as Jarnal, Gournal, and NoteLab. Xournal aims to provide superior graphical quality (subpixel resolution) and overall functionality; however it lacks the collaborative features of Jarnal. Since Xournal is still in its early development stages, it may not be fully stable, and some features have not been implemented yet. Xournal supports annotation of PDF files through the Poppler library; PDF files, much like paper styles, are loaded as an immutable background image. WWW: http://xournal.sourceforge.net |
2011-01-31T15:35:20+00:00 | www/fusionpbx |
Web/PHP Interface for FreeSwitch FusionPBX is an opensource PHP7 based frontend web gui for freeswitch. WWW: https://www.fusionpbx.com |
2011-01-31T14:58:14+00:00 | deskutils/myitcrm |
CRM project designed for Computer Servicing and Repairs MYIT CRM is a total CRM project designed for Computer Servicing and Repairs. This project has Invoicing, Work Order management,Customers Details (CRM), Payment processing (Paypal, Paymate, etc),Job Scheduling and Calendar,PDF Invoices and lots more. WWW: http://www.myitcrm.com |
2011-01-31T11:50:37+00:00 | net/erlyvideo |
RTMP flash streaming server written in erlang Erlyvideo is an RTMP flash streaming server, written in erlang. It is a replacement to Adobe Flash Media Server, Red5 or Wowza. It is much more featured than free Red5, cheaper than others. It can utilize 1GB channel, serving from one computer to 4000 and more clients. WWW: http://erlyvideo.org/ |
2011-01-31T11:43:02+00:00 | databases/hiredis |
Minimalistic C client library for the Redis database Hiredis is a minimalistic C client library for the Redis database. It is minimalistic because it just adds minimal support for the protocol, but at the same time it uses an high level printf-alike API in order to make it much higher level than otherwise suggested by its minimal code base and the lack of explicit bindings for every Redis command. Apart from supporting sending commands and receiving replies, it comes with a reply parser that is decoupled from the I/O layer. It is a stream parser designed for easy reusability, which can for instance be used in higher level language bindings for efficient reply parsing. Hiredis only supports the binary-safe Redis protocol, so you can use it with any Redis version >= 1.2.0. The library comes with multiple APIs. There is the synchronous API, the asynchronous API and the reply parsing API. WWW: https://github.com/redis/hiredis |
2011-01-31T11:36:39+00:00 | misc/typetrainer |
Typing tutor trainer This small utility allows you to grow your typing skills in soft and non- annoying manner. It tries to behave closely to proprietary VerseQ application -- adaptive typing tutor which dynamically changes exercises to help trainee to learn hard places thoroughly. WWW: https://github.com/baverman/typetrainer/ |
2011-01-30T12:50:05+00:00 | sysutils/mkfwimage |
Ubiquiti Embedded Board Image Generator This is a tool to generate flash images for the embedded ubiquiti devices. It includes support for: * Routerstation * Routerstation Pro * LS-SR71 * XS-2 (?) * XS-5 (?) * XS2-8 (?) * XM (?) This particular tool is patched to build FreeBSD images rather than the default Linux-centric images. The only change is the addition of a separate "execute address" field, rather than assuming the kernel load address is the kernel execute address. WWW: https://people.freebsd.org/~adrian/mkfwimage/ |
2011-01-30T12:12:58+00:00 | www/rubygem-davclient |
Command line WebDAV client and Ruby library DavClient is a scriptable WebDAV command line client for Ruby for managing content on webservers that support the WebDAV extensions. WWW: http://davclient.rubyforge.org/davclient |
2011-01-30T12:11:09+00:00 | www/rubygem-jquery-rails |
Provides a Rails generator for jQuery This gem provides a Rails generator to install jQuery and the jQuery-ujs driver into your Rails 3 application, and then have them included automatically instead of Prototype. WWW: https://github.com/rails/jquery-rails |
2011-01-30T12:10:42+00:00 | graphics/rubygem-dragonfly |
On-the-fly Rack-based image handling framework Dragonfly is an on-the-fly Rack-based image handling framework. It is suitable for use with Rails, Sinatra and other web frameworks. Although it's mainly used for images, it can handle any content type. WWW: https://github.com/markevans/dragonfly |
2011-01-30T12:10:13+00:00 | www/rubygem-lighthouse-api |
Ruby interface for lighthouse ticketing system Ruby API wrapper for Lighthouse WWW: http://lighthouseapp.com/api |
2011-01-30T12:08:52+00:00 | mail/rubygem-rmail |
Lightweight mail library RMail is a lightweight mail library containing various utility classes and modules that allow ruby scripts to parse, modify, and generate MIME mail messages. WWW https://github.com/terceiro/rmail |
2011-01-30T12:08:25+00:00 | security/rubygem-bcrypt-ruby |
Sophisticated and secure hash algorithm for passwords bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project for hashing passwords. bcrypt-ruby provides a simple, humane wrapper for safely handling passwords. WWW: https://github.com/codahale/bcrypt-ruby |
2011-01-30T11:53:31+00:00 | audio/soundkonverter |
Frontend to various audio converters (transcoder) soundKonverter is a frontend to various audio converters. The key features are: - Audio conversion - Replay Gain calculation - CD ripping WWW: https://github.com/dfaust/soundkonverter/ |
2011-01-30T11:50:13+00:00 | www/p5-Template-Mustache |
Perl version of the fabulous Mustache template language Template::Mustache is a templating system, generally used to make HTML. WWW: https://metacpan.org/release/Template-Mustache |
2011-01-30T11:49:50+00:00 | devel/p5-Test-Mini-Unit |
Declarative syntactic sugar for Test::Mini Syntactic sugar for Test::Mini WWW: https://metacpan.org/release/Test-Mini-Unit |
2011-01-30T11:49:07+00:00 | devel/p5-Text-Outdent |
Strip leading whitespace from here-docs Strips leading whitespace from here-docs WWW: https://metacpan.org/release/Text-Outdent |
2011-01-30T11:48:37+00:00 | devel/p5-Data-Inspect |
Another pretty-printer for perl objects Another perl object pretty-printer WWW: https://metacpan.org/release/Data-Inspect |
2011-01-30T11:48:09+00:00 | devel/p5-Test-Mini |
Provides lightweight unit testing framework Lightweight unit testing for Perl. WWW: https://metacpan.org/release/Test-Mini |
2011-01-29T20:00:32+00:00 | sysutils/p5-Sys-Load |
Getting the current system load and uptime Sys::Load - Perl module for getting the current system load and uptime WWW: https://metacpan.org/release/Sys-Load |
2011-01-29T15:40:59+00:00 | net/p5-Net-IP-Anonymous |
Perl extension to provide anonymous IP addresses This module is a cryptography-based sanitization tool for network trace or log data. WWW: http://search.cpan.org/dist/IP-Anonymous/ |
2011-01-29T14:43:52+00:00 | deskutils/surrealtodo |
Surreal ToDo is an AJAX enabled web 2.0 list manager Surreal ToDo is an AJAX enabled web 2.0 list manager written in php with jquery and mysql. Lists are organized in tabs that allow multiple pages per tab. Everything is drag and drop for organization. WWW: https://sourceforge.net/projects/surrealtodo/ |
2011-01-29T14:27:07+00:00 | devel/d-feet |
D-Bus Python introspection debugger D-Feet is a D-Bus debugger written by John (J5) Palmieri. Current features: * View names on any bus * View exported objects, interfaces, methods and signals * View the full command line of services on the bus * Execute methods with parameters on the bus and see their return values * Show values of properties WWW: https://wiki.gnome.org/Apps/DFeet |
2011-01-29T14:24:14+00:00 | x11/tabbed |
Tabbed frontend to Xembed-aware applications tabbed is a simple Xembed container manager based on Xlib. tabbed was originally designed for surf but also usable with many other application, i.e. uzbl, urxvt and xterm. It consists of a single binary, configuration is done at compile-time by a single config.h file. WWW: http://tools.suckless.org/tabbed |
2011-01-29T14:22:55+00:00 | net/omcmd |
CLI utility for performing OMAPI queries and updates on a ISC DHCP omcmd is a CLI utility for performing OMAPI queries and updates on a running ISC DHCP server, such as adding a host entry or querying a lease. Unlike omshell, it is designed to be readily usable by shell scripts; it has simple one-shot commands and returns error codes. WWW: http://freshmeat.net/projects/omcmd |
2011-01-29T06:36:24+00:00 | net/p5-Net-Nessus-XMLRPC |
Perl5 interface for communication with Nessus scanner over XMLRPC This is Perl interface for communication with Nessus scanner over XMLRPC. You can start, stop, pause and resume scan. Watch progress and status of scan, download report, etc. WWW: https://metacpan.org/release/Net-Nessus-XMLRPC |
2011-01-29T06:20:52+00:00 | astro/foxtrotgps |
Lightweight opensource gps moving map application FoxtrotGPS is a fork of Marcus Bauer's TangoGPS project, with a focus on cooperation and fostering community innovation. It is a lightweight moving map application that can be used with or without a gps unit. By default, maps tiles are downloaded from the OpenStreetMap project, but other sources are available, and new ones may be added. Map areas may be downloaded and cached for use while offline. WWW: https://www.foxtrotgps.org/ |
2011-01-28T17:22:44+00:00 | devel/p5-Async-Interrupt |
Allow C/XS libraries to interrupt perl asynchronously This module implements asynchronous notifications that enable you to signal running perl code from another thread, asynchronously, and sometimes even without using a single syscall. WWW: https://metacpan.org/release/Async-Interrupt |
2011-01-28T17:19:37+00:00 | net-mgmt/phpweathermap |
Network visualisation tool with web editor Weathermap is a network visualisation tool, to take data you already have and show you an overview of your network in map form. WWW: http://www.network-weathermap.com/ |
2011-01-28T16:18:50+00:00 | deskutils/steadyflow |
Simple download manager Steadyflow is a GTK+ based download manager that aims for minimalism, and ease of use. It should be easy to control, whether from the GUI, command line, or D-Bus. WWW: https://launchpad.net/steadyflow |
2011-01-27T12:43:45+00:00 | www/p5-Scrappy |
All Powerful Web Harvester, Spider, Scraper fully automated Scrappy is an easy (and hopefully fun) way of scraping, spidering, and/or harvesting information from web pages, web services, and more. Scrappy is a feature rich, flexible, intelligent web automation tool. WWW: https://metacpan.org/release/Scrappy |
2011-01-25T20:20:24+00:00 | databases/p5-AnyEvent-Redis |
Non-blocking Redis client written in Perl AnyEvent::Redis is a non-blocking (event-driven) Redis client. WWW: https://metacpan.org/release/AnyEvent-Redis |
2011-01-24T22:48:48+00:00 | databases/jasperserver |
Open Source Java Reporting Library JasperServer is a business intelligence platform based on JasperReports. It is a Web and Web services based application for reporting, data analysis (OLAP UI and server) and data integration. WWW: http://community.jaspersoft.com/project/jasperreports-server |
2011-01-24T14:14:20+00:00 | devel/gecode |
Generic Constraint Development Environment Gecode is a toolkit for developing constraint-based systems and applications. Gecode provides a constraint solver with state-of-the-art performance while being modular and extensible. WWW: https://www.gecode.org/ |
2011-01-24T10:27:41+00:00 | net-im/openfire-devel |
Enterprise instant messaging server (development version) Openfire (formerly Wildfire) is an enterprise instant messaging (EIM) server dual-licensed under the Open Source GPL and commercially. It uses the leading open protocol for instant messaging, XMPP (also called Jabber). Openfire is incredibly easy to setup and administer, but offers rock-solid security and performance. WWW: http://www.igniterealtime.org/projects/openfire/index.jsp |
2011-01-23T21:13:13+00:00 | astro/boinc-astropulse |
Astropulse for BOINC SETI - Search for Extra-Terrestrial Intelligence -- AstroPulse The project listens for broad-band, short-time pulses that might represent extraterrestial intelligence, or other phenomena such as rapidly rotating pulsars or exploding primordial black holes. The port automatically optimizes for the host CPU using the CPUTYPE variable in /etc/make.conf WWW: http://setiathome.berkeley.edu/ |
2011-01-23T16:12:15+00:00 | devel/p5-Data-Grouper |
Data aggregator for perl objects Aggregate perl modules, often useful for template expansion. WWW: https://metacpan.org/release/Data-Grouper |
2011-01-23T12:47:04+00:00 | editors/dhex |
Ncurses-based hex-editor with diff mode dhex is a more than just another hex editor: It includes a diff mode, which can be used to easily and conveniently compare two binary files. Since it is based on ncurses and is themeable, it can run on any number of systems and scenarios. With its utilization of search logs, it is possible to track changes in different iterations of files easily. WWW: http://www.dettus.net/dhex/ |
2011-01-22T20:26:42+00:00 | devel/p5-Dancer-Debug |
Plack::Middleware::Debug extension Perl module Dancer::Debug extends Plack::Middleware::Debug with some specific panels for Dancer. WWW: https://metacpan.org/release/Dancer-Debug |
2011-01-20T06:05:28+00:00 | security/p5-Crypt-Twofish_PP |
The Twofish Algorithm in Pure Perl Twofish is a 128-bit symmetric block cipher with a variable key length (128, 192, or 256 bits) key, developed by Counterpane Labs. It is unpatented and free for all uses, as described at http://www.counterpane.com/twofish.html. It has been one of the five finalists for AES. This module is written in pure Perl, it should run everywhere where Perl runs. WWW: https://metacpan.org/release/Crypt-Twofish_PP |
2011-01-19T21:12:08+00:00 | devel/p5-TheSchwartz-Simple |
DBI only job dispatcher for TheSchwartz TheSchwartz is a reliable job queue system. This is a lightweight, DBI only job queuing module. WWW: https://metacpan.org/release/TheSchwartz-Simple |
2011-01-18T16:46:53+00:00 | net/daq |
Data Acquisition abstraction library for snort 2.9+ Snort 2.9 introduces the DAQ, or Data Acquisition library, for packet I/O. The DAQ replaces direct calls to PCAP functions with an abstraction layer that facilitates operation on a variety of hardware and software interfaces without requiring changes to Snort. It is possible to select the DAQ type and mode when invoking Snort to perform PCAP readback or inline operation, etc. The DAQ library may be useful for other packet processing applications and the modular nature allows you to build new modules for other platforms. WWW: https://www.snort.org/ |
2011-01-18T13:10:35+00:00 | databases/postgresql-repmgr |
PostgreSQL replication manager repmgr allows you to monitor and manage your replicated PostgreSQL databases as a single cluster. WWW: http://projects.2ndquadrant.com/repmgr |
2011-01-18T12:59:42+00:00 | textproc/p5-HTML-HTMLDoc |
Perl interface to the htmldoc program This Module provides an OO-interface to the htmldoc program. You can use it to produce PDF or PS files from a HTML-document. Currently many but not all parameters of HTMLDoc are supported. WWW: https://metacpan.org/release/HTML-HTMLDoc |
2011-01-18T12:00:11+00:00 | sysutils/rubygem-chef |
Systems integration framework. Client part Chef is a systems integration framework, built to bring the benefits of configuration management to your entire infrastructure. With Chef, you can: * Manage your servers by writing code, not by running commands. * Integrate tightly with your applications, databases, LDAP directories, and more. * Easily configure applications that require knowledge about your entire infrastructure ("What systems are running my application?" "What is the current master database server?") WWW: https://www.chef.io/ |
2011-01-18T06:20:07+00:00 | devel/py-bitarray |
Efficient arrays of booleans This module provides an object type which efficiently represents an array of booleans. Bitarrays are sequence types and behave very much like usual lists. Eight bits are represented by one byte in contiguous block of memory. The user can select between two representations; little-endian and big-endian. Most of the functionality is implemented in C. Methods for accessing the machine representation are provided. This can be useful when bit level access to binary files is required, such as portable bitmap image files (.pbm). Also, when dealing with compressed data which uses variable bit length encoding, you may find this module useful. WWW: https://pypi.org/project/bitarray/ |
2011-01-18T06:14:51+00:00 | www/nibbleblog |
Lightweight blog system for general use Nibbleblog it's a powerful engine for creation and manipulation of BLOG's completely free. Very simple to install and configure. The database used is based on XML files and this way it is not necessary to use MySQL or similar DBMS. WWW: http://www.nibbleblog.com/ |
2011-01-18T06:05:58+00:00 | mail/dracmail |
DracMail is a webmail interface built using PHP dracMail is a webmail interface built using PHP, ExtJS (JavaScript framework), MySQL and IMAP. Features include: Rich UI, WYSIWYG editor, HTML mail composing and message caching. WWW: http://dracmail.net/ |
2011-01-17T23:44:12+00:00 | graphics/glosm |
3D OpenGL renderer for OpenStreetMap glosm is a framework for developing high-performance geospatial data visualization applications of both interactive and batch nature featuring OpenGL-based 3D first-person and tile renderers. WWW: https://github.com/AMDmi3/glosm |
2011-01-17T16:12:54+00:00 | databases/p5-Redis-hiredis |
Simple wrapper around hiredis C client Redis::hiredis is a simple wrapper around Salvatore Sanfilippo's hiredis C client that allows connecting and sending any command just like you would from a command line Redis client. WWW: https://metacpan.org/release/Redis-hiredis |
2011-01-17T08:04:48+00:00 | games/triplane |
Port of the original Triplane Turmoil game Triplane Classic is a side-scrolling dogfighting game featuring solo missions and multiplayer mode with up to four players. It is a port of the original Triplane Turmoil game for DOS and aims to match the original game exactly so that high scores remain comparable to the original. WWW: http://triplane.sourceforge.net/ |
2011-01-17T07:57:07+00:00 | math/R-cran-coda |
Output analysis and diagnostics for MCMC R-cran-coda is a R module for output analysis and diagnostics for Markov Chain Monte Carlo simulations. WWW: https://cran.case.edu/web/packages/coda/index.html |
2011-01-16T01:56:26+00:00 | www/xxxterm |
Minimalists vi-like web browser based on webkit and GTK+ xxxterm is a minimalists web browser. It strives to be vi-like for heavy keyboard users while maintaining traditional web browser behaviour. It is ISC licensed. It is based on webkit using GTK+. WWW: https://opensource.conformal.com/wiki/XXXTerm |
2011-01-15T21:00:48+00:00 | net/mtr-nox11 |
|
2011-01-15T16:40:48+00:00 | textproc/groff |
Software typesetting package The groff (GNU troff) software is a typesetting package which reads plain text mixed with formatting commands and produces formatted output. WWW: http://www.gnu.org/software/groff/ |
2011-01-15T15:52:18+00:00 | sysutils/hardlink |
Replace file copies using hardlinks hardlink is a tool which detects multiple copies of the same file and replaces them with hardlinks. WWW: https://jak-linux.org/projects/hardlink/ |
2011-01-15T13:12:38+00:00 | japanese/font-motoya-al |
Free Japanese fonts by MOTOYA Two free Japanese TrueType fonts (Apache License) by MOTOYA Co.,Ltd: - Motoya L Ceder W3 - Motoya L Maru W3 WWW: http://www.motoyafont.jp/news/newsrelease20100921.pdf WWW: https://android.googlesource.com/platform/frameworks/base/+/76d3b0f1bdf31b7315b636834f7da7211ca907e0 |
2011-01-15T02:33:19+00:00 | devel/p5-Log-Any-Adapter-Log4perl |
Log::Any adapter for Log4perl This is a port for Log::Any::Adapter::Log4perl, Log::Any's adapter for Log4perl. WWW: https://metacpan.org/release/Log-Any-Adapter-Log4perl |
2011-01-14T23:00:14+00:00 | devel/p5-TheSchwartz-Worker-SendEmail |
TheSchwartz Worker Task to Send Email TheSchwartz is a reliable job queue system. This module can pull jobs from the queue to send email out via SMTP. WWW: https://metacpan.org/release/TheSchwartz-Worker-SendEmail |
2011-01-14T18:40:22+00:00 | sysutils/p5-File-Tee |
Replicate data sent to a Perl stream This module is able to replicate data written to a Perl stream into another streams. It is the Perl equivalent of the shell utility tee(1) WWW: https://metacpan.org/release/File-Tee |
2011-01-14T17:32:37+00:00 | security/ssh-copy-id |
Small script which copies your ssh public-key to a remote host ssh-copy-id is a small script which copies your ssh public-key to a remote host; appending it to your remote authorized_keys. WWW: http://www.openssh.com/portable.html |
2011-01-14T12:29:16+00:00 | www/p5-WWW-Mechanize-SpamCop |
SpamCop reporting automation WWW::Mechanize::SpamCop is used to automate spam reporting on spamcop.net's web site. WWW: https://metacpan.org/release/WWW-Mechanize-SpamCop |
2011-01-14T08:35:06+00:00 | databases/mysqldumper |
Tool for backing up MySQL databases MySQLDumper is a PHP and Perl based tool for backing up MySQL databases. You can easily dump your data into a backup file and, if needed, restore it. It is especially suited for shared hosting webspaces, where you don't have shell access. MySQLDumper is an open source project and released under the GPLv2 license. WWW: https://sourceforge.net/projects/mysqldumper/ |
2011-01-13T11:02:20+00:00 | multimedia/vdpau-video |
A VDPAU-based backend for VAAPI A VDPAU-based backend for VAAPI. WWW: http://www.splitted-desktop.com/~gbeauchesne/ |
2011-01-13T11:02:02+00:00 | multimedia/libva |
VAAPI wrapper and dummy driver VA-API is an open-source library and API specification, which provides access to graphics hardware acceleration capabilities for video processing. It consists of a main library and driver-specific acceleration backends for each supported hardware vendor. WWW: https://github.com/intel/libva |
2011-01-12T20:51:06+00:00 | audio/kaudiocreator |
Audio-cd ripper and encoder for KDE4 KAudioCreator is an audio CD ripper, which uses cdparanoia as a backend to extract the tracks and later it encodes them to mp3 or ogg files (or many other formats supported). Features: - CDDB lookup to extract the album and track information - Different encoding formats supported (ogg, mp3, flac) - Different filename formats using tags WWW: http://www.kde.org/applications/multimedia/kaudiocreator/ |
2011-01-12T18:18:29+00:00 | devel/py-pyzmq |
Python bindings for ZeroMQ PyZMQ is a lightweight and super-fast messaging library built on top of the ZeroMQ library. WWW: https://github.com/zeromq/pyzmq |
2011-01-12T11:08:36+00:00 | net/p5-XML-Compile-SOAP-AnyEvent |
Exchange XML via AnyEvent::HTTP This module handles the exchange of (XML) messages, according to the rules of SOAP (any version). The module does not known how to parse or compose XML, but only worries about the HTTP aspects. In contrairy to XML::Compile::Transport::SOAPHTTP, this implementation can be used in various event-driven environments, via AnyEvent::HTTP. WWW: https://metacpan.org/release/XML-Compile-SOAP-AnyEvent |
2011-01-12T04:31:10+00:00 | net-p2p/qbittorrent-26-nox11 |
Bittorrent client using libtorrent-rasterbar, web UI version qBittorrent v2 is the closest open source (GNU GPL v2 license) equivalent to utorrent. It is based on libtorrent-rasterbar. Features: Remote control through a Web user interface * Nearly identical to the regular UI, all in Ajax 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 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/ |
2011-01-11T19:08:40+00:00 | www/closure-linter |
JavaScript linter The Closure Linter enforces the guidelines set by the Google JavaScript Style Guide. The linter handles style issues so that you can focus on the code. WWW: http://code.google.com/p/closure-linter/ |
2011-01-11T16:15:47+00:00 | devel/py-gflags |
Commandline flags module for Python The gflags package contains a library that implements commandline flags processing. As such it's a replacement for getopt(). It has increased flexibility, including built-in support for Python types, and the ability to define flags in the source file in which they're used. (This last is its major difference from OptParse.) WWW: http://code.google.com/p/python-gflags/ |
2011-01-10T07:23:17+00:00 | net-p2p/qbittorrent-26 |
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/ |
2011-01-10T02:17:16+00:00 | sysutils/tty-clock |
Terminal based clock Terminal based clock using ncurses. WWW: https://github.com/xorg62/tty-clock |
2011-01-09T22:10:41+00:00 | www/bigbluebutton |
Web conferencing system for distance education BigBlueButton enables universities and colleges to deliver a high-quality learning experience to remote students. WWW: http://www.bigbluebutton.org/ |
2011-01-09T21:01:29+00:00 | sysutils/zfs-periodic |
Simple way of maintaining zfs snapshots using the periodic system Scripts that uses the periodic system to create and manage zfs snapshots. Easily configured via /etc/periodic.conf WWW: https://github.com/ross/zfs-periodic |
2011-01-09T08:08:50+00:00 | benchmarks/filebench |
File system and storage benchmark Filebench is a file system and storage benchmark that can generate a large variety of workloads. Unlike typical benchmarks it is extremely flexible and allows to specify application's I/O behavior using its extensive Workload Model Language (WML). Users can either describe desired workloads from scratch or use (with or without modifications) workload personalities shipped with Filebench (e.g., mail-, web-, file-, and database-server workloads). Filebench is equally good for micro- and macro-benchmarking, quick to setup, and relatively easy to use. WWW: https://github.com/filebench/filebench/wiki |
2011-01-07T02:54:52+00:00 | deskutils/simplegroupware |
Simple Groupware is an open source enterprise application Simple Groupware is an open source enterprise application offering email, calendaring, contacts, tasks, document management, synchronization with Outlook and cell phones, full-text search and many more. Simple Groupware combines standards like RSS, iCalendar, vCard, IMAP, POP3, SMTP, CIFS, CSV, WebDAV, LDAP and SyncML under one platform. Unlike other groupware software, Simple Groupware contains the programming language sgsML to enable the quick customization and creation of powerful web applications. WWW: http://www.simple-groupware.de/ |
2011-01-07T02:21:21+00:00 | www/phpscheduleit |
A web-based resource scheduling and management system phpScheduleIt is a web-based resource scheduling system that allows administered management of reservations on any number of resources. Typical applications are conference room or machine reservation management. Written in PHP and tested on MySQL. WWW: http://sourceforge.net/projects/phpscheduleit/ |
2011-01-07T02:11:46+00:00 | www/p5-WWW-Instapaper-Client |
Implementation of the Instapaper client API An implementation of the Instapaper client API. (see http://www.instapaper.com/api) WWW: https://metacpan.org/release/WWW-Instapaper-Client |
2011-01-06T14:49:19+00:00 | net/py-suds |
SOAP implementation A SOAP implementation for python. WWW: https://fedorahosted.org/suds/ |
2011-01-06T02:39:32+00:00 | science/veusz |
Scientific plotting package Veusz is a GUI scientific plotting and graphing package. It is designed to produce publication-ready Postscript or PDF output. SVG, EMF and bitmap formats export are also supported. The program runs under Unix/Linux, Windows or Mac OS X, and binaries are provided. Data can be read from text, CSV or FITS files, and data can be manipulated or examined from within the application. WWW: http://home.gna.org/veusz/ |
2011-01-06T00:36:56+00:00 | astro/p5-Astro-FITS-CFITSIO |
Perl extension for using the cfitsio library Astro::FITS::CFITSIO is a perl interface to William Pence's cfitsio subroutine library. For more information on cfitsio, see http://heasarc.gsfc.nasa.gov/fitsio. This module attempts to provide a wrapper for nearly every cfitsio routine, while retaining as much cfitsio behavior as possible. As such, one should be aware that it is still somewhat low-level, in the sense that handing an array which is not the correct size to a routine like fits_write_img() may cause SIGSEGVs. WWW: https://metacpan.org/release/Astro-FITS-CFITSIO |
2011-01-06T00:21:03+00:00 | deskutils/phpcollab |
PHPcollab is project management and collaboration over the internet phpCollab is an open source internet-enabled system for use in projects that require collaboration over the internet. Those organizations, such as consulting firms, that rely on a division between firm-side and client-side information will benefit most from use of phpCollab. WWW: http://www.phpcollab.com/ |
2011-01-05T09:43:57+00:00 | comms/remserial |
Bridge between a TCP/IP network port and a character-oriented device Remserial acts as a communications bridge between a TCP/IP network port and a device such as a serial port. Any character-oriented /dev device will work. The program can operate as a server accepting network connections from other machines, or as a client, connecting to remote machine that is running the remserial program or some other program that accepts a raw network connection. The network connection passes data as-is, there is no control protocol over the network socket. Multiple copies of the program can run on the same computer at the same time assuming each is using a different network port and device. WWW: http://lpccomp.bc.ca/remserial/ |
2011-01-05T07:58:25+00:00 | cad/layouteditor |
IC/MEMS layout editor A IC/MEMS layout editor. Features: all angle, font generator, macros, boolean operations, design rule checker, crossplatform compatible, supported formats:Calma GDSII, OASIS (Open Artwork System Interchange Standard), DXF, CIF (Caltech Intermediate Form) WWW: http://www.layouteditor.net/index.html |
2011-01-05T01:54:24+00:00 | security/honggfuzz |
General-purpose fuzzer with simple, command-line interface Honggfuzz is a general-purpose fuzzing tool. Given a starting corpus of test files, Hongfuzz supplies and modifies input to a test program and utilize the ptrace() API/POSIX signal interface to detect and log crashes. WWW: http://code.google.com/p/honggfuzz/ |
2011-01-04T21:15:54+00:00 | cad/salome-jobmanager |
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 Job manager module. WWW: http://www.salome-platform.org |
2011-01-04T21:14:34+00:00 | cad/salome-netgenplugin |
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 NETGENPLUGIN module. WWW: http://www.salome-platform.org |
2011-01-04T03:27:40+00:00 | databases/p5-Dancer-Session-Memcached |
Memcached-based session backend for Dancer A session engine for Dancer based on the Memcache API. Session are stored as memcache objects via a list of Memcached servers. WWW: https://metacpan.org/release/Dancer-Session-Memcached |
2011-01-03T20:10:53+00:00 | databases/dalmp |
Database Abstraction Layer for MySQL using PHP DALMP - Database Abstraction Layer for MySQL using PHP %0 fat, extremely easy to use. Only connect to database when needed. Details * Dependecy Injector (DI) support, load once, trigger when required. * APC, Disk, Memcache, Redis.io cache support. * Group caching cache by groups and flush by groups or individual keys. * Prepared statements ready, support dynamic building queries, auto detect types (i,d,s,b). * Secure connections with SSL. * SQLite3 Encryption. * Save sessions in database (mysql/sqlite) or a cache like redis/memcache/apc. * Easy to use/install/adapt. * Nested Transactions (SAVEPOINT / ROLLBACK TO SAVEPOINT). * Support connections via unix_sockets. * SQL queues. * Export to CSV. * Trace/measure everything enabling the debugger. * Works out of the box with Cloud databases like Amazon RDS or Google cloud. * Lazy database connection. Connect only when needed. * PSR-0 compliance. WWW: http://docs.dalmp.com/ |
2011-01-03T16:29:22+00:00 | net/smb4k-kde4 |
KDE 4.x SMB Network browser and SMB shares mounting center Smb4K is an SMB share browser for KDE. Its features are inspired by Komba2 by Frank Schwanz. It uses the Samba software suite for an easy access to the SMB shares of your local network neighborhood. Features so far: - Scanning for (active) workgroups, hosts, and shares - Mounting and unmounting of SMB and CIFS shares, including unmounting all shares at once - Access to the files of a mounted SMB or CIFS share using Konqueror - Auto-detection of external mounts/unmounts - Remounting of recently used shares on program start - Miscellaneous infos about the mounted SMB and CIFS shares - Network search - WINS server support - Preview of shares - Selectable look-up and search methods - Default login - Ability to execute mount and umount SUID root (using super or sudo) - Special handling of homes shares - Ability to bookmark favorite shares - And many more :) WWW: http://smb4k.berlios.de |
2011-01-02T01:32:43+00:00 | security/tpmmanager |
TPM Manager TPM Manager is an open source TPM management software providing an easy-to-use graphical user interface. WWW: http://projects.sirrix.com/trac/tpmmanager |