FreeBSD New Ports Index

This page is a slightly modified version of the following one-liner output. created_at: 2021-05-14T03:45:22+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
2016-12-31T19:42:42+00:00 shells/sparforte Shell and scripting language for mission-critical, scalable projects
SPARforte is an open source programming language for high-integrity tasks,
efficient development over the project lifecycle and assuming best practices.

Language characteristics:
* Paradigm: imperative/ procedural, scripting, shell, limited reflexive
* Typing Disciplines: strong typing, type safety, nominative static with
optional limited weak and duck typing
* Appeared: 2001 (Ken O. Burtch)
* Source Code: GCC Ada, GCC C, Bourne-Again Shell, GCC Make
* Influenced by: Ada 95, Bourne Shell, SQL, and minorly BASIC, PHP, Python
* Usual File Extensions: .sp, .bush

The computer language that the SparForte shell understands is called
AdaScript. Unlike JavaScript, which has no relation to Java, AdaScript is a
small subset of the Ada programming language, with additional features
related to shell commands and databases.

AdaScript is intended to be "upward compatible" with Ada. AdaScript scripts
should run with little difficulty under Ada, but Ada programs may require
large changes run under SparForte.

WWW: http://www.sparforte.com
2016-12-31T18:34:18+00:00 archivers/libunrar5 RAR archive extraction library
The UnRAR library is a minor part of the RAR archiver and contains
the RAR uncompression algorithm. UnRAR requires a very small amount
of memory to operate. It can be used by other programs to extract
RAR archives.

WWW: https://www.rarlab.com/
2016-12-31T13:34:16+00:00 www/p5-ParallelUserAgent Extension for LWP to allow parallel HTTP and FTP access
ParallelUserAgent (or PUA for short) is an extension of the existing libwww-5.x
distribution. It allows you to connect to download several Web pages in
_parallel_, without having to request each page one after the other.

Instead of retrieving each single page using LWP::UserAgent::request or
::simple_request methods, you first "register" all pages that you wish to
download in parallel and then call PUA's "wait" method, which will then make all
the necessary connections and download the pages.

You can define callback routines which will be called whenever a connection is
established, is cut off, new data comes in or a request finishes. The
subroutines can be global for all requests you registered, or different for
every single request.

Callbacks for example allow you to print status updates as the responses come
in, or even immediately post follow-up requests based on the responses, all
within the same single "wait" cycle.

WWW: https://metacpan.org/release/ParallelUserAgent
2016-12-30T19:02:35+00:00 graphics/rawtherapee-devel Powerful RAW image processing application
RawTherapee is a powerful RAW image processing appliction. It features:

High Image Quality
- Various demosaicing algorithms: AMaZE, DCB, fast, AHD, EAHD, HPHD & VNG4.
- Advanced color handling, including color management.
- Enhanced exposure and tonality tools
- Multiple denoising methods and several tools to enhance details.

Efficiency
- Multi-threaded algorithms for high performance
- Batch processing: convert all the developed images at once without not
loading the processor while you work.
- Basic tools immediately at your hands.
- Parallel editing of multiple images.
- An optional secondary display can be used.

Versatility
- Wide variety of supported cameras
- Advanced control over the algorithms with many fine-tuning parameters.
- Command line usage besides the normal graphical interface.
- Various layouts: single/multiple/vertical tab, with/without filmstrip.

WWW: http://www.rawtherapee.com/
2016-12-30T16:31:09+00:00 sysutils/smenu Terminal utility to interactively filter text
smenu is a selection filter like sed is an editing filter.

This simple terminal utility reads words from standard input, presents them
in a cool interactive window and writes the selected word, if any, to
standard output.

WWW: https://github.com/p-gen/smenu
2016-12-30T10:19:09+00:00 editors/web-mode Autonomous Emacs major-mode for editing web templates
web-mode.el is an emacs major mode for editing web templates aka HTML
files embedding parts (CSS/JavaScript) and blocks (pre rendered by
client/server side engines).

web-mode.el is compatible with many template engines: PHP, JSP, ASP,
Django, Twig, Jinja, Mustache, ERB, FreeMarker, Velocity, Cheetah,
Smarty, CTemplate, Mustache, Blade, ErlyDTL, Go Template, Dust.js,
Google Closure (soy), React/JSX, Angularjs, ejs, Nunjucks, etc.

WWW: http://web-mode.org
2016-12-29T23:50:43+00:00 databases/rubygem-redis-actionpack4 Redis session store for ActionPack
Redis session store for ActionPack

WWW: http://redis-store.org/redis-actionpack
2016-12-29T17:49:55+00:00 devel/py-podcastparser Simplified, fast RSS parser
The podcast parser project is a library from the gPodder project to provide
an easy and reliable way of parsing RSS- and Atom-based podcast feeds in Python.

WWW: https://github.com/gpodder/podcastparser
2016-12-29T15:20:17+00:00 multimedia/shotcut Free, open source, cross-platform video editor
Shotcut is a free, open source, cross-platform video editor for
Windows, Mac and Linux. Major features include support for a wide
range of formats; no import required meaning native timeline editing;
Blackmagic Design support for input and preview monitoring; and
resolution support to 4k.

WWW: https://shotcut.org/
2016-12-29T12:59:31+00:00 textproc/splitpatch Utility to split a diff patch into separate sections
A utility to split a diff patch into separate sections. It also features
splitting a patch file by hunks instead of the default by file. This is very
useful for merging patches that fail to apply by only some hunks.

WWW: https://github.com/jaalto/splitpatch
2016-12-29T07:11:50+00:00 sysutils/cfengine310 Systems administration tool for networks
Cfengine is an automated suite of programs for configuring and
maintaining Unix-like computers. It has been used on computing arrays
of between 1 and 20,000 computers since 1993 by a wide range of
organizations. Cfengine is supported by active research and was the
first autonomic, hands-free management system for Unix-like operating
systems. Cfengine is an autonomic maintenance system not merely a
change management roll-out tool. Cfengine has a history of security
and adaptability.

WWW: https://cfengine.com/
2016-12-29T07:11:50+00:00 sysutils/cfengine-masterfiles310 cfengine sample policies for installations and upgrades
CFEngine 3 is a popular open source configuration management system.
Its primary function is to provide automated configuration and
maintenance of large-scale computer systems.

The repository is intended to provide a stable base policy for
installations and upgrades, and is used by CFEngine 3.6 and newer.
The port installs the repository as examples which should be copied by
the user to the masterfiles directory (usually /var/cfengine/masterfiles).

WWW: https://cfengine.com/
2016-12-29T01:47:00+00:00 multimedia/webvfx-qt5 Video effects library based on HTML/QML
WebVfx is a video effects framework that allows video effects
(filters, transitions, etc.) to be authored using web technologies
(HTML, CSS, JavaScript, WebGL, etc.) or with Qt Quick QML (a
declarative CSS and JavaScript like language).

WebVfx includes plugins for the MLT open source multimedia framework.

WWW: https://www.mltframework.org/doxygen/webvfx/
2016-12-28T21:00:27+00:00 devel/hs-setlocale Haskell setlocale package
Haskell setlocale package

WWW: http://hackage.haskell.org/package/setlocale
2016-12-28T18:07:58+00:00 devel/erlang-cl OpenCL binding for Erlang
OpenCL binding for Erlang.

WWW: https://github.com/tonyrog/cl
2016-12-28T11:07:35+00:00 databases/py-agate-sql Add SQL read/write support to agate
agate-sql adds SQL read/write support to agate.

WWW: http://agate-sql.rtfd.org/
2016-12-28T07:25:34+00:00 x11-wm/subtle Grid-based manual tiling window manager
subtle is a manual tiling window manager with a rather uncommon approach
of tiling: instead of relying on predefined layouts, subtle divides the
screen into a grid with customizeable slots (called gravities). For better
understanding, the default config uses a 3x3 grid and maps each gravity to
one key of the numpad. With those keys, windows can be moved directly to
the desired gravity -- the same can be done with tagging rules in the
config.

Another unique concept is the strict tagging: unlike other tiling window
managers, subtle does not allow weak tagging and always maps windows to
virtual desktops (called views) with matching tags, regardless of the
current active view.

WWW: https://subtle.subforge.org/
2016-12-28T05:05:46+00:00 multimedia/mlt-qt5
2016-12-28T05:05:46+00:00 multimedia/mlt-qt4
2016-12-27T23:16:57+00:00 security/openvpn23 Secure IP/Ethernet tunnel daemon
OpenVPN is a robust, scalable and highly configurable VPN (Virtual Private
Network) daemon which can be used to securely link two or more private networks
using an encrypted tunnel over the internet. It can operate over UDP or TCP,
can use SSL or a pre-shared secret to authenticate peers, and in SSL mode, one
server can handle many clients.

WWW: http://openvpn.net/index.php/open-source.html
2016-12-27T23:16:57+00:00 security/openvpn23-polarssl Secure IP/Ethernet tunnel daemon, PolarSSL-based build
2016-12-27T23:16:57+00:00 security/openvpn-mbedtls Secure IP/Ethernet tunnel daemon, mbedTLS-based build
2016-12-27T21:20:44+00:00 math/rubygem-algebra Library for mathematical computations
This is a library for mathematical computations. Our purpose is to express the
mathematical object naturally in Ruby. Though it is not operated fast, we can
see the algorithm of the mathematical processing not in black box but in
scripts. This library is in development stage.

WWW: https://github.com/kunishi/algebra-ruby2
2016-12-27T06:35:22+00:00 math/py-yt Analysis and visualization toolkit for volumetric data
yt supports structured, variable-resolution meshes, unstructured meshes,
and discrete or sampled data such as particles. Focused on driving
physically-meaningful inquiry, yt has been applied in domains such as
astrophysics, seismology, nuclear engineering, molecular dynamics, and
oceanography.

WWW: https://yt-project.org/
2016-12-26T19:00:05+00:00 lang/ruby24 Object-oriented interpreted scripting language
Ruby is the interpreted scripting language for quick and
easy object-oriented programming. It has many features to
process text files and to do system management tasks (as in
Perl). It is simple, straight-forward, and extensible.

Features of Ruby are shown below.

+ Simple Syntax
+ *Normal* Object-Oriented features(ex. class, method calls)
+ *Advanced* Object-Oriented features(ex. Mix-in, Singleton-method)
+ Operator Overloading
+ Exception Handling
+ Iterators and Closures
+ Garbage Collection
+ Dynamic Loading of Object files(on some architecture)
+ Highly Portable(works on many UNIX machines, and on DOS,
Windows, Mac, BeOS etc.)

WWW: https://www.ruby-lang.org/en/
2016-12-26T18:14:23+00:00 net-p2p/couchpotato Automatic NZB and torrent downloader
CouchPotato (CP) is an automatic NZB and torrent downloader.

WWW: http://couchpota.to/
2016-12-26T15:18:08+00:00 misc/py-fuzzy Fast Python phonetic algorithms
Fuzzy is a python library implementing common phonetic algorithms quickly.
Typically this is in string similarity exercises, but they're pretty versatile.
The algorithms are:
* Soundex
* NYSIIS
* Double Metaphone Based on Maurice Aubrey's C code from his perl
implementation.

WWW: https://pypi.org/project/Fuzzy/
2016-12-26T14:56:02+00:00 net-mgmt/seafile-client Open Source Cloud Storage (Client)
Seafile is a next-generation open source cloud storage system with
advanced support for file syncing, privacy protection and teamwork.
Collections of files are called libraries, and each library can be synced
separately. A library can be encrypted with a user chosen password. This
password is not stored on the server, so even the server admin cannot
view a file's contents.

Seafile allows users to create groups with file syncing, wiki, and
discussion to enable easy collaboration around documents within a team.

WWW: https://github.com/haiwen/seafile
2016-12-26T14:29:06+00:00 cad/libopencad Library which provides a way to read/write CAD (DWG/DXF/DXFB) files
Libopencad is a library written in C++11, which provides a way to
read/write CAD (DWG/DXF/DXFB) files. It was designed to have a
uniformal API to work with any CAD files.

It has a base class - CADFile.

Inheriting this class it's possible to create a driver for any CAD
format, all you need to do - is to overwrite interface functions
like GetGeometry(index), and others.

Now it has an implementation for DWG2000 (R15), but only for read.

Library comes with cadinfo utility, which prints out everything
library can get from file - header variables, CAD custom classes,
presented layers and geometries with their attributes.

WWW: https://trac.osgeo.org/gdal/wiki/DWG_driver
2016-12-26T14:26:47+00:00 net-mgmt/ccnet-client Framework for writing networked applications
Ccnet is a framework for writing networked applications in C. It provides
the services of peer identification, connection management, service
invocation, and message sending. Server has the management of user, group,
and cluster.

WWW: https://github.com/haiwen/ccnet
2016-12-26T12:55:09+00:00 net-mgmt/seafile-server Open Source Cloud Storage (Server)
Seafile is an open source cloud storage system with features on privacy
protection and teamwork. Collections of files are called libraries, and
each library can be synced separately. A library can also be encrypted
with a user chosen password. Seafile also allows users to create groups
and easily sharing files into groups.

This is the core component of Seafile server. It provides RPC to the web
front-end (Seahub) to access files, and provides HTTP APIs to the desktop
clients for syncing files.

WWW: https://github.com/haiwen/seafile-server
2016-12-26T11:47:37+00:00 www/py3-requests
2016-12-26T07:22:13+00:00 devel/py-dill Serialize all of python
Dill extends python's 'pickle' module for serializing and de-serializing
python objects to the majority of the built-in python types. Serialization
is the process of converting an object to a byte stream, and the inverse
of which is converting a byte stream back to on python object hierarchy.

WWW: https://pypi.org/project/dill/
2016-12-26T06:53:37+00:00 x11/lightdm Lightweight Display Manager
Lightdm is a display manager that:
* Is cross-desktop - supports different desktops
* Supports different display technologies
* Is lightweight - low memory usage and fast performance
* Has a comprehensive test suite

WWW: https://www.freedesktop.org/wiki/Software/LightDM/
2016-12-26T06:53:37+00:00 x11/lightdm-gtk-greeter GTK+ greeter for LightDM
Reference GTK+ greeter for LightDM.

WWW: https://github.com/Xubuntu/lightdm-gtk-greeter
2016-12-25T19:23:52+00:00 x11-toolkits/py36-tkinter
2016-12-25T19:23:24+00:00 databases/py36-sqlite3
2016-12-25T19:22:26+00:00 databases/py36-gdbm
2016-12-25T19:21:51+00:00 devel/py-setuptools36
2016-12-25T18:27:11+00:00 audio/spectrogram Audio visualization for sndio
Small audio visualizer for sndiod's monitor mode.

WWW: https://www.dim13.org/Spectrogram
2016-12-25T15:59:28+00:00 textproc/py3-hunspell
2016-12-25T15:59:28+00:00 textproc/py-hunspell Python module for the Hunspell spellchecker engine
pyhunspell is a set of Python bindings for the Hunspell spellchecker engine. It
lets developers load Hunspell dictionaries, check words, get suggestions, add
new words, etc. It also provides some basic morphological analysis related
methods.

WWW: https://pypi.org/project/hunspell/
2016-12-25T15:08:35+00:00 lang/python36 Interpreted object-oriented programming language
Python is an interpreted object-oriented programming language, and is
often compared to Tcl, Perl or Scheme.

WWW: https://www.python.org/
2016-12-25T14:38:34+00:00 net-mgmt/ccnet-server Internal communication framework for Seafile server
Ccnet is a framework for writing networked applications in C. It provides
the services of peer identification, connection management, service
invocation, and message sending. In ccnet network, there are two types of
nodes, i.e., client and server. Server has the following functions, User
management, Group management.

WWW: https://github.com/haiwen/ccnet-server
2016-12-24T13:10:46+00:00 www/py3-cssutils
2016-12-24T13:04:07+00:00 x11-toolkits/py-kiwi-gtk Framework and a set of enhanced widgets based on PyGTK
kiwi offers a set of enhanced widgets for Python based on PyGTK.
It also includes a framework designed to make creating Python
applications using PyGTK and libglade much simpler.

WWW: https://pypi.org/project/kiwi-gtk/
2016-12-23T17:35:50+00:00 deskutils/p5-Data-ICal-DateTime Convenience methods for using Data::ICal with DateTime
Data::ICal::DateTime - convenience methods for using Data::ICal with
DateTime

WWW: https://metacpan.org/release/Data-ICal-DateTime
2016-12-23T10:50:57+00:00 devel/pecl-request Provides server-side request and response objects for PHP 7
This extension provides server-side request and response objects for PHP 7.
These are *not* HTTP message objects proper. They are more like wrappers
for existing global PHP variables and functions, with some limited
additional convenience functionality.

This extension defines two classes in the global namespace:

- ServerRequest, composed of read-only copies of PHP superglobals and some
other commonly-used values, with methods for adding application-specific
request information in immutable fashion.

- ServerResponse, essentially a wrapper around (and buffer for) response-
related PHP functions, with some additional convenience methods, and self-
sending capability.

Documentation: https://gitlab.com/pmjones/ext-request

A PHP 5 userland implementation that tracks this extension is available at
https://packagist.org/packages/pmjones/request .

WWW: https://pecl.php.net/package/request
2016-12-23T02:35:32+00:00 graphics/movit High-performance video filters for the GPU
Movit is the Modern Video Toolkit, notwithstanding that anything
that's called "modern" usually isn't, and it's really not a toolkit.

Movit aims to be a _high-quality_, _high-performance_, _open-source_
library for video filters.

WWW: https://movit.sesse.net
2016-12-22T22:56:27+00:00 devel/py-linecache2 New features in linecache backported to Python 2
A backport of linecache to older supported Pythons.

WWW: https://pypi.org/project/linecache2/
2016-12-22T22:55:15+00:00 devel/py-traceback2 New features in traceback backported to Python 2
A backport of traceback to older supported Pythons.

WWW: https://pypi.org/project/traceback2/
2016-12-22T20:52:04+00:00 x11/lxqt-l10n Translations of LXQt components
Translations ("localization") in terms of the Qt TS files of all
components maintained by the LXQt project.

WWW: https://github.com/lxde/lxqt-l10n
2016-12-22T15:14:04+00:00 devel/oniguruma6 BSDL Regular Expressions library compatible with POSIX/GNU/Perl
Oniguruma is a regular expressions library. The characteristics of this
library is that different character encoding for every regular
expression object can be specified.

WWW: https://github.com/kkos/oniguruma
2016-12-22T00:59:21+00:00 devel/qjson-qt5
2016-12-21T20:46:21+00:00 devel/p5-Term-Table Format a header and rows into a table
Term::Table is used by some failing tests to provide diagnostics about what has
gone wrong. This module is able to generic format rows of data into tables.

WWW: https://metacpan.org/release/Term-Table
2016-12-21T15:40:12+00:00 net/gdrive Google Drive CLI Client
Command line utility for interacting with Google Drive, featuring:

- Individual file or directory upload/download
- Directory synchronization (similar to rsync)
- Google Documents support
- Statically linked, dependency free binary

WWW: https://github.com/prasmussen/gdrive
2016-12-21T05:53:30+00:00 emulators/qemu-riscv QEMU with RISC-V (RV64GC, RV32GC) emulation support
QEMU with RISC-V (RV64G, RV32G) emulation support

WWW: https://github.com/riscv/riscv-qemu
2016-12-20T09:30:25+00:00 lang/julia Meta port for the different versions of Julia compiler
Julia is a high-level, high-performance dynamic programming language for
technical computing, with syntax that is familiar to users of other technical
computing environments. It provides a sophisticated compiler, distributed
parallel execution, numerical accuracy, and an extensive mathematical function
library. The library, largely written in Julia itself, also integrates mature,
best-of-breed C and Fortran libraries for linear algebra, random number
generation, signal processing, and string processing.

WWW: https://julialang.org/
2016-12-19T23:07:25+00:00 emulators/py-unicorn Python bindings for Unicorn CPU emulator framework
Python bindings for Unicorn CPU emulator framework.

WWW: https://www.unicorn-engine.org/
2016-12-19T16:39:06+00:00 www/py-horizon OpenStack Dashboard (Horizon)
Horizon is a Django-based project aimed at providing a complete OpenStack
Dashboard along with an extensible framework for building new dashboards from
reusable components. The openstack_dashboard module is a reference
implementation of a Django site that uses the horizon app to provide web-based
interactions with the various OpenStack projects.

WWW: https://docs.openstack.org/horizon/latest/
WWW: https://github.com/openstack/horizon
2016-12-19T15:56:24+00:00 textproc/kf5-syntax-highlighting KF5 syntax highlighting engine for structured text and code
Syntax highlighting Engine for Structured Text and Code.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/sytnax-highlighting/html/index.html
2016-12-19T15:56:24+00:00 graphics/kf5-prison API to produce barcodes
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: https://api.kde.org/frameworks/prison/html/index.html
2016-12-19T15:54:39+00:00 biology/p5-Bio-Coordinate Modules for working with biological coordinates
Bio::Coordinate classes are used for working with various biological coordinate
systems. See Bio::Coordinate::Collection and Bio::Collection::Pair for examples.

WWW: https://metacpan.org/release/Bio-Coordinate
2016-12-19T01:18:40+00:00 databases/py-sqlparse01 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
2016-12-18T17:28:08+00:00 dns/dq Recursive DNS/DNSCurve server
Recursive DNS/DNSCurve server and comandline tool to debug DNS/DNSCurve

WWW: https://mojzis.com/software/dq/
2016-12-18T15:44:45+00:00 databases/py-python-swiftclient Python client library for OpenStack Object Storage (Swift)
This is a python client for the Swift API. There's a Python API (the
``swiftclient`` module), and a command-line script (``swift``).

This code is based on the original client previously included with
OpenStack's swift -- a highly available, distributed, eventually
consistent object/blob store.

WWW: https://launchpad.net/python-swiftclient
2016-12-18T15:25:44+00:00 biology/p5-BioPerl-Run Wrapper modules for common bioinformatics tools
Bioperl-run contain modules that provides a PERL interface to various
bioinformatics applications. This allows various applications to be used
with common Bioperl objects.

WWW: https://github.com/bioperl/bioperl-run
2016-12-18T15:25:04+00:00 biology/p5-BioPerl Collection of Perl modules for bioinformatics
The BioPerl Project is an international association of developers of open
source Perl tools for bioinformatics, genomics and life science research.

BioPerl is a collection of object-oriented Perl modules created by the
BioPerl Project. It forms the basis of a large number of bioinformatics and
genomics applications.

(For an interesting aside on "How Perl saved the Human Genome Project", see
http://www.bioperl.org/wiki/How_Perl_saved_human_genome)

WWW: https://bioperl.org/
2016-12-18T15:20:33+00:00 www/libnghttp2 HTTP/2.0 C Library
nghttp2 is an implementation of HTTP/2 and its header compression algorithm
HPACK in C.

WWW: https://nghttp2.org/
2016-12-18T15:03:04+00:00 www/linux-flashplayer Adobe Flash Player NPAPI Plugin
Adobe Flash Player is a lightweight browser plug-in and rich internet
application runtime that delivers consistent and engaging user experiences,
stunning audio/video playback, and exciting gameplay.

WWW: https://www.adobe.com/
2016-12-18T15:03:04+00:00 www/flashplayer Native wrapper around Linux Flash Player
Wrapper around Linux Flash Player that allows native browsers to display
Flash content.

WWW: https://www.adobe.com/
2016-12-18T11:36:26+00:00 devel/py-XStatic XStatic base package with minimal support code
The goal of XStatic family of packages is to provide static file packages with
minimal overhead - without selling you some dependencies you don't want.

WWW: https://github.com/xstatic-py/xstatic
2016-12-18T11:36:26+00:00 devel/py-XStatic-tv4 JSON Schema validator for JavaScript (tv4)
This port is the static file package for tv4 JavaScript library
that provides a JSON Schema validator for JavaScript.

It uses the XStatic packaging standard, aimed to bring an ability to
install javascript libraries via easy_install or pip utility.

WWW: https://pypi.org/project/XStatic-tv4/
2016-12-18T11:36:26+00:00 devel/py-XStatic-term.js Terminal written in javascript (term.js)
This port is the static file package for term.js JavaScript library
that provides a terminal written in javascript

It uses the XStatic packaging standard, aimed to bring an ability to
install javascript libraries via easy_install or pip utility.

WWW: https://pypi.org/project/XStatic-term.js/
2016-12-18T11:36:26+00:00 devel/py-XStatic-smart-table Table module for angular js (angular-smart-table)
This port is the static file package for angular-smart-table JavaScript library
that provides a table module for angular js.

It uses the XStatic packaging standard, aimed to bring an ability to
install javascript libraries via easy_install or pip utility.

WWW: https://pypi.org/project/XStatic-smart-table/
2016-12-18T11:36:26+00:00 devel/py-XStatic-roboto-fontface Simple package providing the Roboto fontface (roboto-fontface)
This port is the static file package for roboto-fontface JavaScript library
that provides a Simple package providing the Roboto fontface.

It uses the XStatic packaging standard, aimed to bring an ability to
install javascript libraries via easy_install or pip utility.

WWW: https://pypi.org/project/XStatic-roboto-fontface/
2016-12-18T11:36:26+00:00 devel/py-XStatic-objectpath Parser for js object paths (objectpath)
This port is the static file package for objectpath JavaScript library
that provides a Parser for js object paths.

It uses the XStatic packaging standard, aimed to bring an ability to
install javascript libraries via easy_install or pip utility.

WWW: https://pypi.org/project/XStatic-objectpath/
2016-12-18T11:36:26+00:00 devel/py-XStatic-mdi Material Design Webfont (mdi)
This port is the static file package for mdi JavaScript library
that provides a Material Design Webfont.

It uses the XStatic packaging standard, aimed to bring an ability to
install javascript libraries via easy_install or pip utility.

WWW: https://pypi.org/project/XStatic-mdi/
2016-12-18T11:36:26+00:00 devel/py-XStatic-jquery-ui JQuery library for building user interfaces (jquery-ui)
This port is the static file package for jquery-ui JavaScript library
that provides a JQuery library for building user interfaces.

It uses the XStatic packaging standard, aimed to bring an ability to
install javascript libraries via easy_install or pip utility.

WWW: https://pypi.org/project/XStatic-jquery-ui/
2016-12-18T11:36:26+00:00 devel/py-XStatic-jQuery JavaScript library for DOM operations (jquery)
This port is the static file package for jquery JavaScript library
that provides a JavaScript library for DOM operations.

It uses the XStatic packaging standard, aimed to bring an ability to
install javascript libraries via easy_install or pip utility.

WWW: https://pypi.org/project/XStatic-jQuery/
2016-12-18T11:36:26+00:00 devel/py-XStatic-bootswatch Collection of themes for Bootstrap (bootswatch)
This port is the static file package for bootswatch JavaScript library
that provides a Bootswatch collection of themes for Bootstrap.

It uses the XStatic packaging standard, aimed to bring an ability to
install javascript libraries via easy_install or pip utility.

WWW: https://pypi.org/project/XStatic-bootswatch/
2016-12-18T11:36:26+00:00 devel/py-XStatic-Spin Spinner component (spin)
This port is the static file package for spin JavaScript library
that provides a Spinner component.

It uses the XStatic packaging standard, aimed to bring an ability to
install javascript libraries via easy_install or pip utility.

WWW: https://pypi.org/project/XStatic-Spin/
2016-12-18T11:36:26+00:00 devel/py-XStatic-Rickshaw Rickshaw 1.5.0 (xstatic packaging standard)
This port is the static file package for rickshaw JavaScript library
that provides a JavaScript toolkit for interactive time series graphs.

It uses the XStatic packaging standard, aimed to bring an ability to
install javascript libraries via easy_install or pip utility.

WWW: https://pypi.org/project/XStatic-Rickshaw/
2016-12-18T11:36:26+00:00 devel/py-XStatic-Jasmine Jasmine (XStatic packaging standard)
Jasmine JavaScript library packaged for setuptools (easy_install) / pip.

This package is intended to be used by **any** project that needs these files.

It intentionally does **not** provide any extra code except some metadata
**nor** has any extra requirements. You MAY use some minimal support code from
the XStatic base package, if you like.

WWW: https://github.com/openstack/xstatic-jasmine
2016-12-18T11:36:26+00:00 devel/py-XStatic-JSEncrypt Javascript library to perform OpenSSL RSA (jsencrypt)
This port is the static file package for jsencrypt JavaScript library
that provides a Javascript library to perform OpenSSL RSA.

It uses the XStatic packaging standard, aimed to bring an ability to
install javascript libraries via easy_install or pip utility.

WWW: https://pypi.org/project/XStatic-JSEncrypt/
2016-12-18T11:36:26+00:00 devel/py-XStatic-JQuery.quicksearch JQuery plugin for searching through tables (jquery-quicksearch)
This port is the static file package for jquery-quicksearch JavaScript library
that provides a JQuery plugin for searching through tables.

It uses the XStatic packaging standard, aimed to bring an ability to
install javascript libraries via easy_install or pip utility.

WWW: https://pypi.org/project/XStatic-JQuery.quicksearch/
2016-12-18T11:36:26+00:00 devel/py-XStatic-JQuery.TableSorter JQuery plugin for creating sortable tables (jquery-tablesort)
This port is the static file package for jquery-tablesort JavaScript library
that provides a lightweight jQuery plugin for creating sortable tables.

It uses the XStatic packaging standard, aimed to bring an ability to
install javascript libraries via easy_install or pip utility.

WWW: https://pypi.org/project/XStatic-JQuery.TableSorter/
2016-12-18T11:36:26+00:00 devel/py-XStatic-JQuery-Migrate JQuery migration kit (jquery-migrate)
This port is the static file package for jquery-migrate JavaScript library
that provides a JQuery migration kit.

It uses the XStatic packaging standard, aimed to bring an ability to
install javascript libraries via easy_install or pip utility.

WWW: https://pypi.org/project/XStatic-JQuery-Migrate/
2016-12-18T11:36:26+00:00 devel/py-XStatic-Hogan JavaScript templating framework (hogan.js)
This port is the static file package for hoganjs JavaScript library
that provides a JavaScript templating framework.

It uses the XStatic packaging standard, aimed to bring an ability to
install javascript libraries via easy_install or pip utility.

WWW: https://pypi.org/project/XStatic-Hogan/
2016-12-18T11:36:26+00:00 devel/py-XStatic-Font-Awesome Iconic font and CSS framework (font-awesome)
This port is the static file package for font-awesome JavaScript library
that provides the iconic font and CSS framework.

It uses the XStatic packaging standard, aimed to bring an ability to
install javascript libraries via easy_install or pip utility.

WWW: https://pypi.org/project/XStatic-Font-Awesome/
2016-12-18T11:36:26+00:00 devel/py-XStatic-D3 Data-Driven Documents framework (d3)
This port is the static file package for d3 JavaScript library
that provides a Data-Driven Documents framework.

It uses the XStatic packaging standard, aimed to bring an ability to
install javascript libraries via easy_install or pip utility.

WWW: https://pypi.org/project/XStatic-D3/
2016-12-18T11:36:26+00:00 devel/py-XStatic-Bootstrap-SCSS Bootstrap SCSS stylesheets (bootstrap-scss)
This port is the static file package for bootstrap-scss JavaScript library
that provides a Bootstrap SCSS stylesheets.

It uses the XStatic packaging standard, aimed to bring an ability to
install javascript libraries via easy_install or pip utility.

WWW: https://pypi.org/project/XStatic-Bootstrap-SCSS/
2016-12-18T11:36:26+00:00 devel/py-XStatic-Bootstrap-Datepicker Datepicker for Bootstrap (bootstrap-datepicker)
This port is the static file package for bootstrap-datepicker JavaScript library
that provides a datepicker for Bootstrap.

It uses the XStatic packaging standard, aimed to bring an ability to
install javascript libraries via easy_install or pip utility.

WWW: https://pypi.org/project/XStatic-Bootstrap-Datepicker/
2016-12-18T11:36:26+00:00 devel/py-XStatic-Angular JavaScript MVW Framework (angular)
This port is the static file package for angular JavaScript library
that provides a JavaScript MVW Framework.

It uses the XStatic packaging standard, aimed to bring an ability to
install javascript libraries via easy_install or pip utility.

WWW: https://pypi.org/project/XStatic-Angular/
2016-12-18T11:36:26+00:00 devel/py-XStatic-Angular-lrdragndrop HTML5 Drag and Drop AngularJS module (angular-dragndrop)
This port is the static file package for angular-dragndrop JavaScript library
that provides a HTML5 Drag and Drop AngularJS module.

It uses the XStatic packaging standard, aimed to bring an ability to
install javascript libraries via easy_install or pip utility.

WWW: https://pypi.org/project/XStatic-Angular-lrdragndrop/
2016-12-18T11:36:26+00:00 devel/py-XStatic-Angular-Schema-Form Forms from a JSON schema (angular-schema-form)
This port is the static file package for (angular-schema-form) JavaScript
library that provides a complex forms from a JSON schema with Angular.

It uses the XStatic packaging standard, aimed to bring an ability to
install javascript libraries via easy_install or pip utility.

WWW: https://pypi.org/project/XStatic-Angular-Schema-Form/
2016-12-18T11:36:26+00:00 devel/py-XStatic-Angular-Gettext Gettext support for Angular.js (angular-gettext)
This port is the static file package for angular-gettext JavaScript library
that provides a Gettext support for Angular.js.

It uses the XStatic packaging standard, aimed to bring an ability to
install javascript libraries via easy_install or pip utility.

WWW: https://pypi.org/project/XStatic-Angular-Gettext/
2016-12-18T11:36:26+00:00 devel/py-XStatic-Angular-FileUpload File Upload module for the AngularJS (angular-file-upload)
This port is the static file package for angular-file-upload JavaScript library
that provides a Angular File Upload support for the AngularJS framework.

It uses the XStatic packaging standard, aimed to bring an ability to
install javascript libraries via easy_install or pip utility.

WWW: https://pypi.org/project/XStatic-Angular-FileUpload/
2016-12-18T11:36:26+00:00 devel/py-XStatic-Angular-Bootstrap Bootstrap widgets for Angular (angular-bootstrap)
This port is the static file package for angular-bootstrap JavaScript library
that provides a Bootstrap widgets for Angular framework.

It uses the XStatic packaging standard, aimed to bring an ability to
install javascript libraries via easy_install or pip utility.

WWW: https://pypi.org/project/XStatic-Angular-Bootstrap/
2016-12-18T08:07:58+00:00 www/py-django_openstack_auth Django authentication backend for use with OpenStack Identity
Pluggable Django authentication backend for use with OpenStack Identity, that
works with Django's contrib.auth framework to authenticate a user against
OpenStack's Keystone Identity API.

WWW: https://pypi.org/project/django_openstack_auth/
2016-12-18T06:30:58+00:00 emulators/py-nova OpenStack compute service
OpenStack Nova provides a cloud computing fabric controller, supporting a wide
variety of compute technologies, including: libvirt (KVM, Xen, LXC and more),
Hyper-V, VMware, XenServer and OpenStack Ironic.

WWW: https://docs.openstack.org/nova/latest/
2016-12-17T18:02:09+00:00 textproc/zxing-cpp ZXing C++ Library for QR code recognition
This project is a C++ port of ZXing Library.

Features
* In pure C++14, no third-party dependencies
* Stateless, thread-safe readers/generators
* Wrapper to create WinRT component
* Wrapper for Android
* Wrapper for WebAssembly
* Python binding

WWW: https://github.com/nu-book/zxing-cpp
2016-12-17T17:13:27+00:00 net/py-python-heatclient OpenStack Orchestration API Client Library
This is a client library for Heat built on the Heat orchestration API. It
provides a Python API (the heatclient module) and a command-line tool (heat).

WWW: https://docs.openstack.org/python-heatclient/latest/
WWW: https://github.com/openstack/python-heatclient
2016-12-17T16:38:26+00:00 net/py-python-barbicanclient Client Library for OpenStack Barbican Key Management API
This is a client for the Barbican Key Management API. There is a Python library
for accessing the API (barbicanclient module), and a command-line script
(barbican).

WWW: https://docs.openstack.org/python-barbicanclient/latest/
WWW: https://github.com/openstack/python-barbicanclient
2016-12-17T15:31:09+00:00 net/py-python-openstackclient OpenStack Command-line Client
OpenStackClient (aka OSC) is a command-line client for OpenStack that brings the
command set for Compute, Identity, Image, Network, Object Store and Block
Storage APIs together in a single shell with a uniform command structure.

The primary goal is to provide a unified shell command structure and a common
language to describe operations in OpenStack.

WWW: https://docs.openstack.org/python-openstackclient/latest/
WWW: https://github.com/openstack/python-openstackclient
2016-12-17T15:31:09+00:00 net/py-python-novaclient Client for the OpenStack Nova API
This is a client for OpenStack Nova API. There's a Python API (the novaclient
module), and a command-line script (installed as nova). Each implements the
entire OpenStack Nova API.

You'll need credentials for an OpenStack cloud that implements the Compute API,
such as TryStack, HP, or Rackspace, in order to use the nova client.

WWW: https://docs.openstack.org/python-novaclient/latest/
2016-12-17T15:31:09+00:00 net/py-python-neutronclient CLI and Client Library for OpenStack Networking
This is a client library for Neutron built on the Neutron API. It provides a
Python API (the neutronclient module) and a command-line tool (neutron).

WWW: https://docs.openstack.org/python-neutronclient/latest/
WWW: https://github.com/openstack/python-neutronclient
2016-12-17T15:31:09+00:00 net/py-python-keystoneclient Client Library for OpenStack Identity
This is a client for the OpenStack Identity API, implemented by the Keystone
team; it contains a Python API (the keystoneclient module) for OpenStack's
Identity Service. For command line interface support, use OpenStackClient.

WWW: https://docs.openstack.org/python-keystoneclient/latest/
WWW: https://github.com/openstack/python-keystoneclient
2016-12-17T15:31:09+00:00 net/py-python-glanceclient OpenStack Image API Client Library
This is a client library for Glance built on the OpenStack Images API. It
provides a Python API (the glanceclient module) and a command-line tool
(glance). This library fully supports the v1 Images API, while support for the
v2 API is in progress.

WWW: https://docs.openstack.org/python-glanceclient/latest/
WWW: https://github.com/openstack/python-glanceclient
2016-12-17T15:31:09+00:00 net/py-python-designateclient OpenStack DNS-as-a-Service - Client
This is a client library for Designate built on the Designate API. It provides a
Python API (the designateclient module) and a command-line tool (designate).

WWW: https://docs.openstack.org/python-designateclient/latest/
WWW: https://github.com/openstack/python-designateclient
2016-12-17T15:31:09+00:00 net/py-python-cinderclient OpenStack Block Storage API Client Library
This is a client for the OpenStack Cinder API. There's a Python API (the
cinderclient module), and a command-line script (cinder). Each implements 100%
of the OpenStack Cinder API.

See the OpenStack CLI Reference for information on how to use the cinder
command-line tool. You may also want to look at the OpenStack API documentation.

WWW: https://docs.openstack.org/python-cinderclient/latest/
WWW: https://github.com/openstack/python-cinderclient
2016-12-17T15:31:09+00:00 net/py-python-ceilometerclient OpenStack Telemetry API Client Library
This is a client library for Ceilometer built on the Ceilometer API. It
provides a Python API (the ceilometerclient module) and a command-line tool
(ceilometer).

WWW: https://pypi.org/project/python-ceilometerclient/
2016-12-17T12:53:14+00:00 chinese/php-opencc OpenCC shared extension for php
Open Chinese Convert is an opensource project for conversion between Traditional
Chinese and Simplified Chinese, supporting character-level conversion,
phrase-level conversion, variant conversion and regional idioms among Mainland
China, Taiwan and Hong kong.

WWW: https://github.com/NauxLiu/opencc4php
2016-12-17T12:49:40+00:00 databases/php70-memcache Memcached extension for PHP 7.0
Memcached is a caching daemon designed especially for dynamic web applications
to decrease database load by storing objects in memory. This extension allows
you to work with memcached through handy OO and procedural interfaces.

Note that this port uses unofficial development from
https://github.com/websupport-sk/pecl-memcache (NON_BLOCKING_IO_php7 branch).

WWW: https://github.com/websupport-sk/pecl-memcache
2016-12-17T10:54:56+00:00 devel/R-cran-rprojroot Finding Files in Project Subdirectories
Robust, reliable and flexible paths to files below a project root.
The 'root' of a project is defined as a directory that matches a
certain criterion, e.g., it contains a certain regular file.

WWW: https://cran.r-project.org/web/packages/rprojroot/
2016-12-17T06:52:40+00:00 math/R-cran-backports Reimplementations of Functions Introduced Since R-3.0.0
Implementations of functions which have been introduced in R since
version 3.0.0. The backports are conditionally exported which results
in R resolving the function names to the version shipped with R (if
available) and uses the implemented backports as fallback. This way
package developers can make use of the new functions without worrying
about the minimum required R version.

WWW: https://cran.r-project.org/web/packages/backports/
2016-12-16T20:30:31+00:00 security/putty-nogtk
2016-12-16T20:21:16+00:00 sysutils/iocell Feature rich Jail containers manager (iocage fork)
iocell is a zero dependency drop in jail/container manager
amalgamating some of the best features and technologies
FreeBSD operating system has to offer.

It is geared for ease of use with a simple and easy to
understand command syntax.

iocell has been forked from iocage with the goal of keeping
original iocage experience available, providing bugfixes
and new features.

WWW: https://github.com/bartekrutkowski/iocell
2016-12-16T18:02:02+00:00 textproc/p5-String-LCSS Find The Longest Common Substring of Two Strings
String::LCSS provides the function "lcss" to ferret out the longest common
substring shared by two strings passed as arguments. undef is returned if
the susbstring length is one char or less.

When used in an array context, lcss will returns the indexi of the match root
in the two args.

WWW: https://metacpan.org/release/String-LCSS
2016-12-16T15:35:55+00:00 graphics/photivo Free and open source photo processor
Photivo is a multi-platform photo processor for raw and bitmap images with
16-bit precision.

Photivo tries to give the user as much control as possible to express their
creativity and to allow flexible adjustments for the various needs in
photography.

WWW: https://photivo.org/
2016-12-16T13:07:26+00:00 deskutils/go-for-it Stylish to-do list with built-in productivity timer
Go For It! is a simple and stylish productivity app, featuring a to-do list,
merged with a timer that keeps your focus on the current task.

WWW: https://github.com/JMoerman/Go-For-It
2016-12-16T09:48:54+00:00 editors/hexer Multi buffer editor for binary files
Hexer is a multi buffer editor for binary files for UN*X that displays its
buffer(s) as hex dump. The user interface is kept similar to vi/ex. All
POSIX-compatible environments should be supported.

WWW: https://gitlab.com/hexer/hexer
2016-12-16T06:43:52+00:00 emulators/unicorn Unicorn CPU emulator framework
Unicorn is a lightweight, multi-platform, multi-architecture CPU emulator
framework based on QEMU.

Unicorn offers some unparalleled features:
- Multi-architecture: ARM, ARM64 (ARMv8), M68K, MIPS, SPARC, and X86 (16, 32,
64-bit)
- Clean/simple/lightweight/intuitive architecture-neutral API
- Implemented in pure C language, with bindings for Perl, Rust, Ruby, Python,
Java, MSVC, .NET, Go, Delphi/Free Pascal and Haskell.
- Native support for Windows & *nix (with Mac OSX, Linux, *BSD & Solaris
confirmed)
- High performance via Just-In-Time compilation
- Support for fine-grained instrumentation at various levels
- Thread-safety by design
- Distributed under free software license GPLv2

WWW: https://www.unicorn-engine.org/
2016-12-15T22:01:45+00:00 devel/go-gocode Autocompletion daemon for golang
Gocode is a helper tool which is intended to be integrated with your source
code editor, like vim, neovim and emacs.

WWW: https://github.com/nsf/gocode
2016-12-15T21:45:07+00:00 devel/go-glide Package Management for Golang
Glide is a package manager for Go that is conceptually similar to package
managers for other languages such as Cargo for Rust, NPM for Node.js, Pip for
Python, Bundler for Ruby, and so forth.

WWW: https://glide.sh/
2016-12-14T16:04:43+00:00 irc/hexchat-fish Encryption plugin for Hexchat
FiSHLiM is a HexChat plugin for FiSH IRC encryption.

* Sending/receiving messages
* Topic decryption
* Using unecrypted keys / keys without a password from blow.ini
* Pure protocol-level filtering (works with highlighting, nick coloring etc)
* Partially encrypted messages (i.e. prefixed with nickname by a bouncer)
* CBC mode

WWW: http://fishlim.kodafritt.se/
2016-12-13T16:50:01+00:00 x11-fonts/emojione-color-font-ttf Color emoji font using EmojiOne Unicode 9.0
A color and B&W emoji SVGinOT font built from EmojiOne artwork with support for
ZWJ, skin tone diversity and country flags.

The font works in all operating systems, but will currently only show color
emoji in Firefox, Thunderbird and other Mozilla Gecko-based applications. This
is not a limitation of the font, but of the operating systems and applications.
Regular B&W outline emoji are included for backwards/fallback compatibility.

WWW: https://github.com/eosrei/emojione-color-font
2016-12-13T13:59:13+00:00 devel/py3-pytest
2016-12-13T13:59:13+00:00 devel/py3-py
2016-12-12T20:57:31+00:00 math/p5-Math-BigInt-Lite What Math::BigInts are before they become big
Math::BigInt is not very good suited to work with small (read: typical less than
10 digits) numbers, since it has a quite high per-operation overhead and is thus
much slower than normal Perl for operations.

But for some applications, you want fast speed for small numbers without the
risk of overflowing. This is were Math::BigInt::Lite comes into play.

Math::BigInt::Lite objects should behave in every way like Math::BigInt objects,
that is apart from the different label, you should not be able to tell the
difference. Since Math::BigInt::Lite is designed with speed in mind, there are
certain limitations build-in. In praxis, however, you will not feel them,
because everytime something gets to big to pass as Lite (literally), it will
upgrade the objects and operation in question to Math::BigInt.

WWW: https://metacpan.org/release/Math-BigInt-Lite
2016-12-12T17:45:01+00:00 devel/lxqt-build-tools Helpers CMake modules for LXQt
Several helpers CMake modules needed to build LXQt itself as well as other
components.

WWW: https://github.com/lxde/lxqt-build-tools
2016-12-12T16:09:52+00:00 www/py-django-openstack-auth Django authentication backend for use with OpenStack Identity
Django authentication backend for use with OpenStack Identity

WWW: http://pypi.python.org/pypi/django_openstack_auth
2016-12-12T16:07:34+00:00 www/py-django-pyscss Makes it easier to use PySCSS in Django
django-pyscss provides a collection of tools for making it easier to use pyScss
within Django.

WWW: https://github.com/fusionbox/django-pyscss
2016-12-12T16:05:45+00:00 www/py-django-babel Utilities for using Babel in django
Utilities for using Babel in Django

WWW: https://pypi.org/project/django-babel/
2016-12-12T10:03:34+00:00 games/ascii-invaders ASCII-art game like Space Invaders using Curses
An ASCII-art game like Space Invaders using Curses.

WWW: https://github.com/macdice/ascii-invaders
2016-12-12T06:06:45+00:00 devel/py-crank Generalization of dispatch mechanism for use across frameworks
Generalized Object based Dispatch mechanism for use across frameworks.

WWW: https://github.com/TurboGears/crank
2016-12-11T08:13:11+00:00 net/py-ceilometerclient OpenStack Telemetry API Client Library
This is a client library for Ceilometer built on the Ceilometer API. It
provides a Python API (the ceilometerclient module) and a command-line tool
(ceilometer).

WWW: http://pypi.python.org/pypi/python-ceilometerclient
2016-12-11T08:11:54+00:00 net/py-heatclient OpenStack Orchestration API Client Library
This is a client library for Heat built on the Heat orchestration API. It
provides a Python API (the heatclient module) and a command-line tool (heat).

WWW: http://pypi.python.org/pypi/python-heatclient
2016-12-11T08:10:49+00:00 net/py-designateclient OpenStack DNS-as-a-Service - Client
This is a client library for Designate built on the Designate API. It provides
a Python API (the designateclient module) and a command-line tool (designate).

WWW: http://pypi.python.org/pypi/python-designateclient
2016-12-11T08:06:13+00:00 devel/py-Pint Physical quantities module
Pint is a Python package to define, operate and manipulate physical
quantities: the product of a numerical value and a unit of measurement. It
allows arithmetic operations between them and conversions from and to
different units.

It is distributed with a comprehensive list of physical units, prefixes and
constants. Due to its modular design, you can extend (or even rewrite!) the
complete list without changing the source code. It supports a lot of numpy
mathematical operations without monkey patching or wrapping numpy.

WWW: https://pypi.org/project/Pint/
2016-12-11T04:36:57+00:00 net/freerdp1 Free implementation of Remote Desktop Protocol
FreeRDP is a free implementation of the Remote Desktop Protocol (RDP),
released under the Apache license. Enjoy the freedom of using your
software wherever you want, the way you want it, in a world where
interoperability can finally liberate your computing experience.

WWW: http://www.freerdp.com/
2016-12-10T17:05:29+00:00 net-mgmt/nagnu Nagios dashboard
Nagnu is a curses/terminal based dashboard for nagios showing current
status of hosts and services.

WWW: https://github.com/frlen/nagnu
2016-12-10T16:55:23+00:00 security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database Extensible authentication for D2 apps using Dancer2-Plugin-Database
This class is an authentication provider designed to authenticate users
against a database, using Dancer2::Plugin::Database to access a database.

See Dancer2::Plugin::Auth::Extensible for details on how to use
the authentication framework.

WWW: https://metacpan.org/release/Dancer2-Plugin-Auth-Extensible-Provider-Database
2016-12-10T13:39:21+00:00 databases/py3-psycopg2
2016-12-10T13:39:21+00:00 databases/py3-mysqlclient
2016-12-10T03:22:40+00:00 devel/py-pytest-asyncio Py.test plugin providing fixtures and markers for asyncio
asyncio code is usually written in the form of coroutines, which makes it
slightly more difficult to test using normal testing tools. pytest-asyncio
provides useful fixtures and markers to make testing easier.

WWW: https://pypi.org/project/pytest-asyncio/
2016-12-10T03:22:27+00:00 devel/py-pytest-tornado Py.test plugin providing fixtures and markers for tornado
A py.test plugin providing fixtures and markers to simplify testing of
asynchronous tornado applications.

WWW: https://pypi.org/project/pytest-tornado/
2016-12-09T19:30:19+00:00 devel/p5-Sub-Quote Efficient generation of subroutines via string eval
This package provides performant ways to generate subroutines from strings.

WWW: https://metacpan.org/pod/Sub::Quote
2016-12-09T14:48:26+00:00 games/libgnome-games-support Small library intended for internal use by GNOME Games
libgnome-games-support is a small library intended for internal use by
GNOME Games, but it may be used by others.

WWW: https://git.gnome.org/browse/libgnome-games-support
2016-12-09T12:56:06+00:00 net/rubygem-qiniu Qiniu Resource (Cloud) Storage SDK for Ruby
Qiniu Resource (Cloud) Storage SDK for Ruby

WWW: https://github.com/qiniu/ruby-sdk
2016-12-09T05:35:23+00:00 devel/py-pyvalid Python validation tool
pyvalid is a Python validation tool for checking of input function
parameters and return values.

WWW: https://pypi.org/project/pyvalid/
2016-12-09T01:09:50+00:00 net/bluemix-cli Bluemix command line interface
Bluemix CLI provides a unified way for you to interact with your
applications, virtual servers, containers, and other components in
Bluemix through a command line interface. It also leverages command
line tools from Cloud Foundry, Docker, and the OpenStack community
when you interact with specific compute types. Bluemix CLI helps you
handle the environment settings when these community tools are used.

WWW: http://clis.ng.bluemix.net
2016-12-08T22:01:03+00:00 devel/libfmt Formatting library for C++
fmt is an open-source formatting library providing a fast and safe alternative
to C stdio and C++ iostreams.

WWW: https://fmt.dev/
WWW: https://github.com/fmtlib/fmt
2016-12-08T18:14:54+00:00 sysutils/metricbeat Collect metrics from your systems and services
Beats is the platform for building lightweight, open source data
shippers for many types of operational data you want to enrich with
Logstash, search and analyze in Elasticsearch, and visualize in Kibana.
Whether you're interested in log files, infrastructure metrics, network
packets, or any other type of data, Beats serves as the foundation for
keeping a beat on your data.

Metricbeat collects metrics from your systems and services. From CPU to
memory, Redis to Nginx, and much more, Metricbeat is a lightweight way to
send system statistics.

WWW: https://www.elastic.co/products/beats/metricbeat
2016-12-08T14:33:51+00:00 textproc/qrcodegen GUI to generate QR codes
The 'Portable QR-Code Generator' is a free Java program which generates QR
Codes from

- WLAN credentials: SSID, network key and and network type
(WEP, WPA/WPA2, not encrypted)
- VCard-Import
o Inlined images can optionally be removed to reduce the size of the
generated QR Code
o VCards up to version 3 (inclusive) are supported
o You can import the cards via drag&drop or by selecting them in a file
chooser dialog
o Supports a broad range of character encodings (ISO-8859-1, UTF-8, UTF-16,)
the actual number depends on the Java Virtual Machine you are using.
- VCard generator
- e-mail addresses
- URLs
- free text
- geographic coordinates

The QR Code can be printed, saved as BMP, GIF or PNG, or copied to clipboard to
use in other applications.

WWW: https://sites.google.com/site/qrcodeforwn/home/qr-code-generator-for-wireless-networks
2016-12-08T06:28:33+00:00 multimedia/zoneminder-h264 Complete security camera solution, fully web based with image analysis, experimental h264 version
Zoneminder is an all-in-one GPL'd security and surveillance camera solution.
Fully web-based system for viewing and analyzing security camera feeds.
This is an experimental version which has H.264 support.

WWW: http://www.zoneminder.com/
2016-12-08T03:35:53+00:00 databases/php70-memcached PHP extension for interfacing with memcached via libmemcached library
memcached is a high-performance, distributed memory object caching
system, generic in nature, but intended for use in speeding up dynamic
web applications by alleviating database load.

This extension uses the libmemcached library to provide the API for
communicating with memcached servers.

WWW: https://pecl.php.net/package/memcached
2016-12-08T03:25:54+00:00 graphics/colmap Structure from motion and multi-view stereo
COLMAP is a general-purpose Structure-from-Motion (SfM) and Multi-View
Stereo (MVS) pipeline with a graphical and command-line interface. It
offers a wide range of features for reconstruction of ordered and
unordered image collections.

WWW: https://colmap.github.io/
2016-12-07T21:29:35+00:00 security/dotdotpwn Fuzzer to discover traversal directory vulnerabilities
DotDotPwn - The Directory Traversal Fuzzer

It is a very flexible intelligent fuzzer to discover traversal
directory vulnerabilities in software such as HTTP/FTP/TFTP servers,
Web platforms such as CMSs, ERPs, Blogs, etc.

It has a protocol-independent module to send the desired payload
to the host and port specified. On the other hand, it also could
be used in a scripting way using the STDOUT module.

It is written in Perl.

WWW: https://github.com/wireghoul/dotdotpwn
2016-12-06T19:25:23+00:00 devel/bazel Fast and correct build system
Bazel is Google's own build tool, now publicly available in Beta.
Bazel has built-in support for building both client and server
software, including client applications for both Android and iOS
platforms. It also provides an extensible framework that you can
use to develop your own build rules.

WWW: https://bazel.build/
2016-12-06T17:49:20+00:00 databases/py35-psycopg2
2016-12-06T16:57:13+00:00 x11/qterminal-l10n Translations of Qterminal
Translations of qterminal

WWW: https://github.com/lxqt/lxqt-l10n
2016-12-05T20:26:36+00:00 net-im/qxmpp-qt5 XMPP client library based on Qt and C++
QXmpp is pretty intuitive and easy to use. It uses Qt extensively.
Qt is the only third party library it is dependent on. Users need
to a have working knowledge of C++ and Qt basics (Signals and Slots
and Qt data types). The underlying TCP socket and the XMPP RFCs
(RFC3920 and RFC3921) have been encapsulated into classes and
functions. Therefore the user would not be bothered with these
details. But it is always recommended to the advanced users to read
and enjoy the low level details.

WWW: https://github.com/qxmpp-project/qxmpp/
2016-12-05T19:00:41+00:00 devel/rubygem-aws-sigv4 Amazon Web Services Signature Version 4 signing library
rubygem-aws-sigv4 is Amazon Web Services Signature Version 4 signing library
which generates sigv4 signature for HTTP requests.

WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sigv4
2016-12-05T17:45:08+00:00 devel/R-cran-ModelMetrics Rapid Calculation of Model Metrics
Collection of metrics for evaluating models written in C++ using
'Rcpp'.

WWW: https://cran.r-project.org/web/packages/ModelMetrics/
2016-12-05T16:28:43+00:00 databases/py35-mysqlclient
2016-12-05T13:45:05+00:00 devel/erlang-katana Erlang grab bag of useful functions
Erlang grab bag of useful functions.

WWW: https://github.com/inaka/erlang-katana
2016-12-05T07:24:10+00:00 www/rubygem-rack14 Rack, a Ruby Webserver Interface
Rack provides an minimal interface between webservers supporting Ruby
and Ruby frameworks.

WWW: http://rack.github.io/
2016-12-05T06:25:35+00:00 www/moodle32 Course management system based on social constructionism
Moodle is a course management system (CMS) - a free, Open Source software
package designed using sound pedagogical principles, to help educators
create effective online learning communities. You can use it on any
computer you have handy (including webhosts), yet it can scale from a
single-teacher site to a 40,000-student University.

WWW: http://www.moodle.org/
2016-12-04T00:39:38+00:00 www/mediawiki128 Wiki engine used by Wikipedia
MediaWiki is the collaborative editing software that runs Wikipedia,
the free encyclopedia, and other projects.
It's designed to handle a large number of users and pages without imposing
too rigid a structure or workflow.

WWW: http://www.mediawiki.org/
2016-12-03T18:28:21+00:00 www/rubygem-url_mount Glue to allow mounted rack applications to know where they're mounted
UrlMount is a universal mount point designed for use in rack applications.
It provides a simple way to pass a url mounting point to the mounted application.

This means that when you mount an application in the url space, it's a simple call to url to get the mount point of where
the application is.

WWW: https://github.com/hassox/url_mount
2016-12-03T15:35:53+00:00 devel/rubygem-mustermann-grape Adds Grape style patterns to Mustermman
This gem implements the grape pattern type for Mustermann.

WWW: https://github.com/ruby-grape/mustermann-grape
2016-12-03T15:34:55+00:00 devel/rubygem-mustermann Library implementing patterns that behave like regular expressions
Mustermann is your personal string matching expert. As an expert in the field of
strings and patterns, Mustermann keeps its runtime dependencies to a minimum and
is fully covered with specs and documentation.

Given a string pattern, Mustermann will turn it into an object that behaves like
a regular expression and has comparable performance characteristics.

WWW: https://github.com/sinatra/mustermann/tree/master/mustermann
2016-12-03T15:32:53+00:00 devel/rubygem-tool Ruby library used by Sinatra 2.0, Mustermann and related projects
Welcome to Tool, the general purpose Ruby library used by Sinatra 2.0,
Mustermann and related projects.

WWW: https://github.com/rkh/tool
2016-12-03T10:31:37+00:00 graphics/py-leather Charting library for those who need charts now
Leather is the Python charting library for those who need charts now
and don't care if they're perfect.

Leather isn't picky. It's rough. It gets dirty. It looks sexy just
hanging on the back of a chair. Leather doesn't need your
accessories. Leather is how Snake Plissken would make charts.

WWW: https://leather.readthedocs.io/
2016-12-03T00:54:22+00:00 security/krb5-115 MIT implementation of RFC 4120 network authentication service
Kerberos V5 is an authentication system developed at MIT.
WWW: http://web.mit.edu/kerberos/

Abridged from the User Guide:
Under Kerberos, a client sends a request for a ticket to the
Key Distribution Center (KDC). The KDC creates a ticket-granting
ticket (TGT) for the client, encrypts it using the client's
password as the key, and sends the encrypted TGT back to the
client. The client then attempts to decrypt the TGT, using
its password. If the client successfully decrypts the TGT, it
keeps the decrypted TGT, which indicates proof of the client's
identity. The TGT permits the client to obtain additional tickets,
which give permission for specific services.
Since Kerberos negotiates authenticated, and optionally encrypted,
communications between two points anywhere on the internet, it
provides a layer of security that is not dependent on which side of a
firewall either client is on.
The Kerberos V5 package is designed to be easy to use. Most of the
commands are nearly identical to UNIX network programs you are already
used to. Kerberos V5 is a single-sign-on system, which means that you
have to type your password only once per session, and Kerberos does
the authenticating and encrypting transparently.

Jacques Vidrine <n@nectar.com>
2016-12-02T14:58:56+00:00 textproc/p5-Search-Elasticsearch-Client-2_0 ElasticSearch API for 2.0 servers
Search::Elasticsearch::Client::2_0 - Thin client with full support for
Elasticsearch 2.x APIs

WWW: https://metacpan.org/release/Search-Elasticsearch-Client-2_0
2016-12-02T14:58:56+00:00 textproc/p5-Search-Elasticsearch-Client-1_0 ElasticSearch API for 1.0 servers
Search::Elasticsearch::Client::1_0 - Thin client with full support for
Elasticsearch 1.x APIs

WWW: https://metacpan.org/release/Search-Elasticsearch-Client-1_0
2016-12-02T14:58:56+00:00 textproc/p5-Search-Elasticsearch-Client-0_90 ElasticSearch API for 0.90 servers
Search::Elasticsearch::Client::0_90 - Thin client with full support for
Elasticsearch 0.90 APIs

WWW: https://metacpan.org/release/Search-Elasticsearch-Client-0_90
2016-12-01T22:24:27+00:00 sysutils/cmocka Unit testing framework for C with support for mock objects
cmocka is a fork for Google's cmockery unit testing framework to fix bugs and
support it in future.

WWW: https://cmocka.org/
2016-12-01T21:37:41+00:00 www/nginx-naxsi Robust and small WWW server (plus NAXSI)
2016-12-01T21:37:41+00:00 www/nginx-lite Robust and small WWW server (lite package)
2016-12-01T21:37:41+00:00 www/nginx-full Robust and small WWW server (full package)
2016-12-01T13:44:34+00:00 graphics/ssocr CLI to recognize digits of a seven segment display
Seven Segment Optical Character Recognition or ssocr for short is a program to
recognize digits of a seven segment display. An image of one row of digits is
used for input and the recognized number is written to the standard output. The
program runs on GNU/Linux, Mac OS X (using Homebrew to install Imlib2), and even
on Windows (using Cygwin). It uses Imlib2 to access image data.

WWW: https://www.unix-ag.uni-kl.de/~auerswal/ssocr/
2016-11-30T16:50:19+00:00 audio/sayonara Small, clear, and fast Qt-based audio player
Sayonara is a small, clear, and fast audio player for Unix-like systems,
written in C++ on Qt 5.x framework and using GStreamer as audio backend.

Although Sayonara is considered as a lightweight player, it holds a lot
of features to organize even big music collections.

Most of them are known from the bigger and well known audio players. But
in contrast to most of the other players the main focus during developing
has been performance, low CPU usage, and low memory consumption.

So Sayonara is a good alternative to players like Rhythmbox, Clementine,
or Amarok. Those who miss Winamp for Unix should give Sayonara a try.
One of Sayonara's goals is intuitive and easy usability.

WWW: http://www.sayonara-player.com/
2016-11-30T16:17:58+00:00 net-im/pecl-stomp2 PECL extension of stomp client
pecl-stomp allows php applications to communicate with any
Stomp compliant Message Brokers through easy object oriented
and procedural interfaces.

WWW: https://pecl.php.net/package/stomp
2016-11-28T17:03:39+00:00 x11-toolkits/qt5-charts Qt 5 charts module
2016-11-28T16:41:04+00:00 x11/p5-X11-Protocol-Other Module for window manager related functions for use by client programs
Perl module for window manager related functions for use by client programs.

WWW: https://metacpan.org/release/X11-Protocol-Other
2016-11-28T01:12:32+00:00 devel/py3-lxml
2016-11-27T17:00:08+00:00 audio/libgpod-sharp .Net bindings for the libgpod library
2016-11-27T12:26:41+00:00 devel/py-os-vif Library for plugging and unplugging virtual interfaces in OpenStack
os-vif is a library for plugging and unplugging virtual interfaces (VIFs) in
OpenStack. It provides:
- Versioned objects that represent various types of virtual interfaces and their
components
- Base VIF plugin class that supplies a plug() and unplug() interface
- Plugins for two networking backends - Open vSwitch and Linux Bridge

os-vif is intended to define a common model for representing VIF types in
OpenStack. With the exception of the two included plugins, all plugins for other
networking backends are maintained in separate code repositories.

WWW: https://docs.openstack.org/os-vif/latest/
WWW: https://github.com/openstack/os-vif
2016-11-27T12:23:36+00:00 devel/py-os-brick OpenStack Cinder brick library for managing local volume attaches
OpenStack Cinder brick library for managing local volume attaches

Features:
- Discovery of volumes being attached to a host for many transport protocols.
- Removal of volumes from a host.

WWW: https://docs.openstack.org/os-brick/latest/
WWW: https://github.com/openstack/os-brick
2016-11-27T12:04:48+00:00 devel/py-os-win Windows / Hyper-V library for OpenStack projects
os-win is a Windows / Hyper-V library for OpenStack projects.

This library contains Windows / Hyper-V specific code commonly used in OpenStack
projects. The library can be used in any other OpenStack projects where it is
needed.

WWW: https://github.com/openstack/os-win
2016-11-27T11:48:50+00:00 devel/py-wsgi_intercept WSGI application in place of a real URI for testing
Testing a WSGI application sometimes involves starting a server at a local host
and port, then pointing your test code to that address. Instead, this library
lets you intercept calls to any specific host/port combination and redirect them
into a WSGI application importable by your test program. Thus, you can avoid
spawning multiple processes or threads to test your Web app.

wsgi_intercept works with a variety of HTTP clients in Python 2.7, 3.5 and
beyond, and in pypy.
- urllib2
- urllib.request
- httplib
- http.client
- httplib2
- requests
- urllib3

wsgi_intercept works by replacing httplib.HTTPConnection with a subclass,
wsgi_intercept.WSGI_HTTPConnection. This class then redirects specific
server/port combinations into a WSGI application by emulating a socket. If no
intercept is registered for the host and port requested, those requests are
passed on to the standard handler.

WWW: https://github.com/cdent/wsgi-intercept
2016-11-27T11:47:50+00:00 devel/py-websockify WebSockets support for any application/server
websockify was formerly named wsproxy and was part of the noVNC project.

At the most basic level, websockify just translates WebSockets traffic to normal
socket traffic. Websockify accepts the WebSockets handshake, parses it, and then
begins forwarding traffic between the client and the target in both directions.

WWW: https://github.com/novnc/websockify
2016-11-27T11:43:27+00:00 devel/py-oslo.versionedobjects Oslo versioned objects library
Oslo Versioned Objects library

WWW: https://docs.openstack.org/oslo.versionedobjects/latest/
WWW: https://github.com/openstack/oslo.versionedobjects
2016-11-27T11:42:15+00:00 devel/py-oslo.rootwrap Oslo rootwrap
Oslo Rootwrap

WWW: https://docs.openstack.org/oslo.rootwrap/latest/
WWW: https://github.com/openstack/oslo.rootwrap
2016-11-27T11:41:10+00:00 devel/py-oslo.reports Oslo.reports library
oslo.reports library

WWW: https://docs.openstack.org/oslo.reports/latest/
WWW: https://github.com/openstack/oslo.reports
2016-11-27T11:40:09+00:00 devel/py-oslo.privsep Openstack library for privilege separation
OpenStack library for privilege separation

WWW: https://docs.openstack.org/oslo.privsep/latest/
WWW: https://github.com/openstack/oslo.privsep
2016-11-27T11:37:00+00:00 devel/py-microversion-parse OpenStack microversion header parser
microversion_parse is a small set of functions to manage OpenStack microversion
headers that can be used in middleware, application handlers and decorators to
effectively manage microversions.

Also included, in the middleware module, is a MicroversionMiddleware that will
process incoming microversion headers.

WWW: https://github.com/openstack/microversion-parse
2016-11-26T21:48:54+00:00 textproc/UCD Unicode Character Database
The Unicode Character Database (UCD) consists of a number of data files listing
Unicode character properties and related data. It also includes data files
containing test data for conformance to several important Unicode algorithms.

WWW: http://unicode.org/ucd/
2016-11-26T10:34:31+00:00 x11-fonts/sourceserifpro-ttf Set of fonts by Adobe designed for UI
Source Serif Pro is a set of OpenType fonts to complement the Source Sans Pro
family.

WWW: https://github.com/adobe-fonts/source-serif-pro
2016-11-25T19:18:39+00:00 devel/py-tinyrpc Small, modular, transport and protocol neutral RPC library
tinyrpc is a library for making and handling RPC calls in python. Its initial
scope is handling jsonrpc, although it aims to be very well-documented and
modular to make it easy to add support for further protocols.

WWW: https://github.com/mbr/tinyrpc
2016-11-25T18:31:53+00:00 dns/void-zones-tools Prepare a list of void zones that can be readily fed into Unbound
Tool to prepare a list of void zones that can be readily fed into Unbound.

Void zones are the most straightforward way of blocking ad, tracking and other
malware domains.

WWW: https://github.com/cyclaero/void-zones-tools
2016-11-25T10:04:53+00:00 textproc/p5-Pod-MinimumVersion Report minimum Perl version for given POD
Pod::MinimumVersion parses the POD in a Perl script, module, or document, and
reports what version of Perl is required to process the directives in it with
pod2man etc.

WWW: https://metacpan.org/release/Pod-MinimumVersion
2016-11-24T15:34:11+00:00 archivers/py-brotli Generic-purpose lossless compression algorithm
Brotli is a generic-purpose lossless compression algorithm that compresses data
using a combination of a modern variant of the LZ77 algorithm, Huffman coding
and 2nd order context modeling, with a compression ratio comparable to the best
currently available general-purpose compression methods. It is similar in speed
with deflate but offers more dense compression.

The specification of the Brotli Compressed Data Format is defined in RFC 7932.

WWW: https://github.com/google/brotli
2016-11-24T15:33:57+00:00 databases/py-sqlalchemy11 Python SQL toolkit and Object Relational Mapper 1.1.x
The Python SQL Toolkit and Object Relational Mapper

SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives
application developers the full power and flexibility of SQL.

It provides a full suite of well known enterprise-level persistence patterns,
designed for efficient and high-performing database access, adapted into a
simple and Pythonic domain language.

WWW: https://www.sqlalchemy.org/
2016-11-24T06:14:01+00:00 x11-toolkits/py-qt5-quick Python bindings for the Qt5 toolkit, QtQuick module
PyQt5 is a set of Python bindings for Digia's Qt5 application framework.
This package provides the QtQuick module.

WWW: https://riverbankcomputing.com/software/pyqt
2016-11-23T16:43:27+00:00 astro/libosmium Fast and flexible C++ library for working with OpenStreetMap data
The Osmium Library has extensive support for all types of OSM
entities: nodes, ways, relations, and changesets. It allows reading
from and writing to OSM files in XML and PBF formats, including
change files and full history files. Osmium can store OSM data in
memory and on disk in various formats and using various indexes.
Its easy to use handler interface allows you to quickly write data
filtering and conversion functions. Osmium can create WKT, WKB,
OGR, GEOS and GeoJSON geometries for easy conversion into many GIS
formats and it can assemble multipolygons from ways and relations.

WWW: https://osmcode.org/libosmium/
2016-11-23T14:32:53+00:00 textproc/rubygem-gitlab-markup Render any fancy GitLab markup
This gem is used by GitLab to render any fancy markup such as Markdown,
Textile, Org-Mode, etc. Fork it and add your own!

WWW: https://gitlab.com/gitlab-org/gitlab-markup
2016-11-23T12:44:38+00:00 sysutils/ttyd Program to share your terminal over the web
ttyd is a simple command-line tool for sharing terminal over the web, inspired
by GoTTY.

WWW: https://github.com/tsl0922/ttyd
2016-11-22T22:23:22+00:00 www/drupal8 Database driven web content management system (CMS)
Drupal is a free web Content Management System (CMS) that allows an
individual or a community of users to easily publish, manage and organize a
wide variety of content on a website.

Drupal is ready to go from the moment you download it. It even has an
easy-to-use web installer! The built-in functionality, combined with dozens
of freely available add-on modules, will enable features such as: Content
Management Systems, Blogs, Collaborative authoring environments, Forums,
Peer-to-peer networking, Newsletters, Podcasting, Picture galleries, File
uploads/downloads and much more.

WWW: https://www.drupal.org/
2016-11-22T18:44:25+00:00 textproc/cs-hyphen Czech hyphenation rules
Czech hyphenation rules

WWW: http://extensions.services.openoffice.org/en/project/czech-dictionary-pack-ceske-slovniky-cs-cz
2016-11-22T18:43:27+00:00 textproc/cs-hunspell Czech hunspell dictionaries
Czech hunspell dictionaries

WWW: http://extensions.services.openoffice.org/en/project/czech-dictionary-pack-ceske-slovniky-cs-cz
2016-11-22T18:40:14+00:00 www/npm3 Node package manager
npm is a package manager for node. You can use it to install and publish your
node programs. It manages dependencies and does other cool stuff.

WWW: https://www.npmjs.com/package/npm
WWW: https://github.com/npm/npm
2016-11-22T00:12:09+00:00 net/bnxt-kmod Driver for Broadcom NetXtreme-C/NetXtreme-E devices
This is the Broadcom bnxt driver for the NetXtreme-C and NetXtreme-E iflib
driver from -CURRENT.

Is only supported for FreeBSD versions which have iflib, but do not already
include the driver (currently 11.0-STABLE and 12-CURRENT before r308696).
2016-11-21T15:24:34+00:00 games/asylum Surreal platform shooting game
SDL Asylum is a C port of the computer game Asylum, which was
written by Andy Southgate in 1994 for the Acorn Archimedes and is
now public domain.

"Young Sigmund has a few problems. To help him resolve his mental
instability you must enter the surreal world of his inner mind and
shut down the malfunctioning brain cells which are causing him these
problems." -- Instructions file from original game

WWW: http://sdl-asylum.sourceforge.net/
2016-11-21T14:36:51+00:00 lang/pocl POrtable Computing Language (POCL)
Portable OpenCL (pocl)
----------------------

Portable OpenCL aims to be an efficient open source (MIT-licensed)
implementation of the OpenCL 1.2 standard.

In addition to producing an easily portable open source OpenCL
implementation, another major goal of the project is improving
performance portability of OpenCL programs with compiler
optimizations, reducing the need for target-dependent manual
optimizations. At the core of pocl is a set of LLVM passes
used to statically parallelize multiple work-items with the kernel
compiler, even in the presence of work-group barriers. This enables
parallelization of the fine-grained static concurrency in the work
groups in multiple ways (SIMD, VLIW, superscalar,...).

The code base is modularized to allow easy adding of new "device drivers"
in the host-device layer. A generic multithreaded "target driver" is
included. It allows running OpenCL applications on a host that supports
the pthread library with multithreading at the work group granularity.

WWW: http://portablecl.org/
2016-11-21T14:04:24+00:00 dns/libnspsl NetSurf public suffix list handling
Library to generate static code representation of the Public suffix list.
The public suffix list is a database of top level domain names. The database
allows an application to determine if if a domain name requires an additional
label to be valid.

The principle use in a web browser is to restrict supercookies being set
although it can also serve secondary purposes in the UI such as domain
highlighting.

WWW: https://www.netsurf-browser.org/
2016-11-21T06:42:03+00:00 graphics/polyclipping Polygon and line clipping and offsetting library
polyclipping - Polygon and line clipping and offsetting library.

The Clipper library performs clipping and offsetting for both
lines and polygons. All four boolean clipping operations are
supported - intersection, union, difference and exclusive-or.
Polygons can be of any shape including self-intersecting polygons.

WWW: https://sourceforge.net/projects/polyclipping/
2016-11-20T23:53:54+00:00 graphics/php-geos PHP bindings for GEOS
PHP bindings for GEOS

WWW: https://git.osgeo.org/gitea/geos/php-geos
2016-11-20T17:34:39+00:00 www/gitea Compact self-hosted Git service
A self-hosted Git service.

Gitea is a community managed fork of Gogs, lightweight code hosting solution
written in Go and published under the MIT license.

WWW: https://gitea.io/en-US/
2016-11-20T17:32:49+00:00 audio/shairport-sync AirPlay audio player with multi-room audio synchronisation capability
Shairport Sync is an AirPlay audio player - it plays audio streamed from iTunes,
iOS devices and other AirPlay sources such as Quicktime Player and ForkedDaapd,
among others. Audio played by a Shairport Sync-powered device stays synchronised
with the source and hence with similar devices playing the same source. In this
way, synchronised multi-room audio is possible without difficulty.

WWW: https://github.com/mikebrady/shairport-sync
2016-11-19T22:03:39+00:00 www/node7 V8 JavaScript for client and server (7.x)
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript
engine. Node.js uses an event-driven, non-blocking I/O model that
makes it lightweight and efficient. Node.js' package ecosystem,
npm, is the largest ecosystem of open source libraries in the world.

WWW: http://nodejs.org/
2016-11-19T18:22:09+00:00 devel/icu-lx ICU Paragraph Layout API
The ParagraphLayout object will analyze the text into runs of text in
the same font, script and direction, and will create a LayoutEngine
object for each run. The LayoutEngine will transform the characters into
glyph codes in visual order.

Clients can use this to break a paragraph into lines, and to display the
glyphs in each line.

WWW: http://site.icu-project.org/
2016-11-19T18:21:44+00:00 devel/icu-le-hb ICU Layout Engine API on top of HarfBuzz shaping library
icu-le-hb is a library implementing the ICU Layout Engine (icu-le) API
using external HarfBuzz library for implementation. This is useful as
a compatibility layer to make applications using ICU Layout Engine to
use HarfBuzz without porting them to use the HarfBuzz API.

The code is mostly a trimmed down version of icu/source/layout, with
all shapers stripped out, and HarfBuzz integrated.

WWW: https://www.freedesktop.org/wiki/Software/HarfBuzz/
2016-11-19T17:02:21+00:00 www/p5-WWW-Form-UrlEncoded Parser and builder for application/x-www-form-urlencoded
WWW::Form::UrlEncoded provides application/x-www-form-urlencoded parser and
builder. This module aims to have compatibility with other CPAN modules like
HTTP::Body's urlencoded parser.

This module try to use WWW::Form::UrlEncoded::XS by default and fail to it, use
WWW::Form::UrlEncoded::PP instead

WWW: https://metacpan.org/release/WWW-Form-UrlEncoded
2016-11-19T17:02:16+00:00 devel/p5-Ref-Util Utility functions for checking references
Ref::Util introduces several functions to help identify references in a faster
and smarter way.

WWW: https://metacpan.org/release/Ref-Util
2016-11-19T15:11:28+00:00 x11-fm/pcmanfmqt-l10n Translations of pcmanfm-qt
Translations of pcmanfm-qt

WWW: https://github.com/lxqt/lxqt-l10n
2016-11-19T15:11:28+00:00 x11-fm/pcmanfm-qt LXQt file manager
PCMan File Manager Qt is an extremly fast, lightweight, yet feature-rich
file manager with tabbed browsing. It is the default file manager for the
lightweight desktop environment LXQt.

WWW: https://github.com/lxde/pcmanfm-qt
2016-11-19T14:58:22+00:00 graphics/lximageqt-l10n Translations of lximage-qt
Translations of lximage-qt

WWW: https://github.com/lxqt/lxqt-l10n
2016-11-19T14:58:22+00:00 graphics/lximage-qt Image viewer
It is the Qt port of LXImage, a simple and fast image viewer.

WWW: https://github.com/lxde/lximage-qt
2016-11-19T14:19:07+00:00 x11/libfmqt-l10n Translations of libfm-qt
Translations of libfm-qt

WWW: https://github.com/lxqt/lxqt-l10n
2016-11-19T14:19:07+00:00 x11/libfm-qt Qt port of libfm
A Qt port of the libfm - a library providing components to build
desktop file managers.

WWW: https://github.com/lxqt/libfm-qt
2016-11-19T14:19:07+00:00 devel/libqtxdg Qt implementation of freedesktop.org xdg specs
libqtxdg is an Qt implementation of freedesktop.org xdg specifications.

WWW: https://github.com/lxde/libqtxdg
2016-11-19T14:19:07+00:00 devel/liblxqt Shared library for LXQt applications
Core utility library for all LXQt components.

WWW: https://github.com/lxqt/liblxqt
2016-11-19T14:19:07+00:00 devel/liblxqt-l10n Translations of liblxqt
Translations of core utility library for all LXQt components.

WWW: https://github.com/lxqt/lxqt-l10n
2016-11-19T12:21:22+00:00 www/node6 V8 JavaScript for client and server (6.x LTS)
node - evented I/O for V8 javascript

WWW: https://nodejs.org/
2016-11-19T11:45:14+00:00 net/softethervpn Cross-platform Multi-protocol VPN Software
SoftEther VPN ("SoftEther" means "Software Ethernet") is one of the
world's most powerful and easy-to-use multi-protocol VPN software.

SoftEther VPN runs on Windows, Linux, Mac, FreeBSD and Solaris.

SoftEther VPN supports most of widely-used VPN protocols
including SSL-VPN, OpenVPN, IPsec, L2TP, MS-SSTP, L2TPv3 and EtherIP
by the single SoftEther VPN Server program.

WWW: http://www.softether.org/
2016-11-18T13:15:58+00:00 net/openmpi2 High Performance Message Passing Library
Open MPI is a project combining technologies and resources from several
other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to
build the best MPI library available. A completely new MPI-2 compliant
implementation, Open MPI offers advantages for system and software
vendors, application developers and computer science researchers.

Open MPI is based on an open component architecture allowing modular
replacement of many system components without recompilation.

WWW: http://www.open-mpi.org/
2016-11-16T13:19:06+00:00 games/linux-dwarffortress Dwarven fortress building game with ASCII graphics (Linux version)
Dwarf Fortress is a single-player fantasy game. You can control a dwarven
outpost or an adventurer in a randomly generated, persistent world.

WWW: http://www.bay12games.com/dwarves/
2016-11-16T07:13:27+00:00 sysutils/bareos-traymonitor Backup archiving recovery open sourced (traymonitor)
traymonitor inteface for Bareos.

Bareos (BackupArchivingRecoveryOpenSourced) is a reliable network open source
software to backup, archive and restore files from all major operating systems.
The fork was founded 2010 out of the bacula.org project. The fork has been
actively developed and many new features have been added.

WWW: http://www.bareos.org/
2016-11-16T00:43:30+00:00 japanese/p5-2chproxy Proxy server for 2ch.net
2chproxy.pl, an HTTP proxy for 2ch.net to convert the contents into
old .dat format.

WWW: https://github.com/yama-natuki/2chproxy.pl
2016-11-14T16:26:27+00:00 databases/postgis23 Geographic objects support for PostgreSQL databases
PostGIS adds support for geographic objects to the PostgreSQL
object-relational database. In effect, PostGIS "spatially enables"
the PostgreSQL server, allowing it to be used as a backend spatial
database for geographic information systems (GIS), much like ESRI's
SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
"Simple Features Specification for SQL" and has been certified as
compliant with the "Types and Functions" profile.

PostGIS development was started by Refractions Research as a project
in open source spatial database technology. PostGIS is released
under the GNU General Public License. PostGIS continues to be
developed by a group of contributors led by a Project Steering
Committee and new features continue to be added.

WWW: https://postgis.net/
2016-11-14T16:12:56+00:00 x11/kf5-plasma-framework KF5 plugin based UI runtime used to write user interfaces
The plasma framework provides the foundations that can be used to build a
primary user interface, from graphical to logical components.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/plasma-framework/html/index.html
2016-11-14T16:12:56+00:00 x11/kf5-kwindowsystem KF5 library for access to the windowing system
KWindowSystem provides information about the windowing system and allows
interaction with the windowing system. It provides an high level API which
is windowing system independent and has platform specific implementations.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kwindowsystem/html/index.html
2016-11-14T16:12:56+00:00 x11/kf5-krunner KF5 parallelized query system
The Plasma workspace provides an application called KRunner which, among other
things, allows one to type into a text area which causes various actions and
information that match the text appear as the text is being typed.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/krunner/html/index.html
2016-11-14T16:12:56+00:00 x11/kf5-kinit KF5 process launcher to speed up launching KDE applications
kdeinit is a process launcher somewhat similar to the famous init used for
booting UNIX.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kinit/html/index.html
2016-11-14T16:12:56+00:00 x11/kf5-kglobalaccel KF5 library to add support for global workspace shortcuts
KGlobalAccel allows you to have global accelerators that are independent of the
focused window. Unlike regular shortcuts, the application's window does not need
focus for them to be activated.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kglobalaccel/html/index.html
2016-11-14T16:12:56+00:00 x11/kf5-kdelibs4support KF5 porting aid from KDELibs4
This framework provides code and utilities to ease the transition from kdelibs 4
to KDE Frameworks 5.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kdelibs4support/html/index.html
2016-11-14T16:12:56+00:00 x11/kf5-kded KF5 extensible daemon for providing system level services
KDED stands for KDE Daemon which isn't very descriptive. KDED runs in the
background and performs a number of small tasks. Some of these tasks are
built in, others are started on demand.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kded/html/index.html
2016-11-14T16:12:56+00:00 x11/kf5-kactivities KF5 runtime and library to organize work in separate activities
KActivities provides the infrastructure needed to manage a user's activites,
allowing them to switch between tasks, and for applications to update their
state to match the user's current activity. This includes a daemon, a library
for interacting with that daemon, and plugins for integration with other
frameworks.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kactivities/html/index.html
2016-11-14T16:12:56+00:00 x11/kf5-frameworks KF5 frameworks meta port
The KDE Frameworks build on the Qt framework, providing everything from simple
utility classes (such as those in KCoreAddons) to integrated solutions for
common requirements of desktop applications (such as KNewStuff, for fetching
downloadable add-on content in an application, or the powerful KIO
multi-protocol file access framework).

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/
2016-11-14T16:12:56+00:00 x11/kf5-frameworkintegration KF5 workspace and cross-framework integration plugins
Framework Integration is a set of plugins responsible for better integration
of Qt applications when running on a KDE Plasma workspace.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/frameworkintegration/html/index.html
2016-11-14T16:12:56+00:00 x11-toolkits/kirigami QtQuick based components set
A QtQuick based components set

WWW: https://api.kde.org/kirigami/html/index.html
2016-11-14T16:12:56+00:00 x11-toolkits/kf5-kxmlgui KF5 user configurable main windows
KXMLGUI provides a framework for managing menu and toolbar actions in an
abstract way. The actions are configured through a XML description and
hooks in the application code.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kxmlgui/html/index.html
2016-11-14T16:12:56+00:00 x11-toolkits/kf5-kwidgetsaddons KF5 addons to QtWidgets
This repository contains add-on widgets and classes for applications that use
the Qt Widgets module.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kwidgetsaddons/html/index.html
2016-11-14T16:12:56+00:00 x11-toolkits/kf5-ktextwidgets KF5 advanced text editing widgets
KTextWidgets provides widgets for displaying and editing text.
It supports rich text as well as plain text.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/ktextwidgets/html/index.html
2016-11-14T16:12:56+00:00 x11-toolkits/kf5-kjobwidgets KF5 widgets for tracking KJob instance
KJobWIdgets provides widgets for showing progress of asynchronous jobs.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kjobwidgets/html/index.html
2016-11-14T16:12:56+00:00 x11-toolkits/kf5-kitemviews KF5 widget addons for Qt Model/View
KItemViews includes a set of views, which can be used with item models.
It includes views for categorizing lists and to add search filters to
flat and hierarchical lists.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemviews/html/index.html
2016-11-14T16:12:56+00:00 x11-toolkits/kf5-kguiaddons KF5 addons to QtGui
The KDE GUI addons provide utilities for graphical user interfaces in the areas
of colors, fonts, text, images, keyboard input.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kguiaddons/html/index.html
2016-11-14T16:12:56+00:00 x11-toolkits/kf5-kdesignerplugin KF5 integration of Frameworks widgets in Qt Designer/Creator
This framework provides plugins for Qt Designer that allow it to display the
widgets provided by various KDE frameworks, as well as a utility that can be
used to generate other such plugins from ini-style description files.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kdesignerplugin/html/index.html
2016-11-14T16:12:56+00:00 x11-toolkits/kf5-kconfigwidgets KF5 widgets for configuration dialogs
KConfigWidgets provides easy-to-use classes to create configuration dialogs,
as well as a set of widgets which uses KConfig to store their settings.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfigwidgets/html/index.html
2016-11-14T16:12:56+00:00 x11-toolkits/kf5-kcompletion KF5 text completion helpers and widgets
When typing filenames, email addresses and other text where the user often wants
to select from existing data (including what they previously typed) rather than
enter anything wholly original, users often find it helpful if they only need to
type the first few characters, and then have the application offer them a set of
choices or attempt to finish off what they were typing. Email clients, shells
and "open file" dialogs often provide this functionality.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kcompletion/html/index.html
2016-11-14T16:12:56+00:00 x11-toolkits/kf5-attica Open Collaboration Services API library KDE5 version
Attica is a Qt library that implements the Open Collaboration
Services API version 1.6. The REST API is defined here:

http://freedesktop.org/wiki/Specifications/open-collaboration-services/

It grants easy access to the services such as querying information
about persons and contents. The library is used in KNewStuff3 as
content provider. In order to integrate with KDE's Plasma Desktop,
a platform plugin exists in kdebase.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/attica/html/index.html
2016-11-14T16:12:56+00:00 x11-themes/kf5-oxygen-icons5 The Oxygen icon theme for KDE
The Oxygen icon theme for KDE.

WWW: http://www.kde.org
2016-11-14T16:12:56+00:00 x11-themes/kf5-kiconthemes KF5 library for handling icons in applications
This library contains classes to improve the handling
of icons in applications using the KDE Frameworks

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kiconthemes/html/index.html
2016-11-14T16:12:56+00:00 x11-themes/kf5-kemoticons KF5 library to convert emoticons
KEmoticons converts emoticons from text to a graphical representation
with images in HTML. It supports setting different themes for
emoticons coming from different providers.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kemoticons/html/index.html
2016-11-14T16:12:56+00:00 x11-themes/kf5-breeze-icons Breeze icon theme for KDE
The Breeze icon theme for KDE.

WWW: http://www.kde.org
2016-11-14T16:12:56+00:00 www/kf5-kjsembed KF5 library for binding JavaScript objects to QObjects
KSJEmbed provides a method of binding JavaScript objects to QObjects.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kjsembed/html/index.html
2016-11-14T16:12:56+00:00 www/kf5-kjs KF5 library providing an ECMAScript interpreter
This library provides an ECMAScript compatible interpreter.
The ECMA standard is based on well known scripting languages
such as Netscape's JavaScript and Microsoft's JScript.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kjs/html/index.html
2016-11-14T16:12:56+00:00 www/kf5-khtml KF5 KTHML rendering engine
KHTML is a web rendering engine, based on the KParts technology and using KJS
for JavaScript support.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/khtml/html/index.html
2016-11-14T16:12:56+00:00 www/kf5-kdewebkit KF5 library providing integration of QtWebKit
This library provides KDE integration of the QtWebKit library.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kdewebkit/html/index.html
2016-11-14T16:12:56+00:00 textproc/kf5-sonnet KF5 plugin-based spell checking library
Sonnet is a plugin-based spell checking library for Qt-based applications.
It supports several different plugins, including HSpell, Enchant, ASpell
and HUNSPELL.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/sonnet/html/index.html
2016-11-14T16:12:56+00:00 textproc/kf5-kcodecs KF5 library for string manipulation
KCodecs provide a collection of methods to
manipulate strings using various encodings.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kcodecs/html/index.html
2016-11-14T16:12:56+00:00 sysutils/kf5-kwallet KF5 secure and unified container for user passwords
This framework contains two main components:
* Interface to KWallet, the safe desktop-wide storage for passwords
on KDE work spaces.
* The kwalletd used to safely store the passwords on KDE work spaces.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kwallet/html/index.html
2016-11-14T16:12:56+00:00 sysutils/kf5-baloo KF5 Framework for searching and managing user metadata
Baloo is the next generation of the Nepomuk project. It's responsible
for handling user metadata such as tags, rating and comments. It
also handles indexing and searching for files, emails, contacts, etc.

WWW: https://projects.kde.org/projects/kde/kdelibs/baloo
2016-11-14T16:12:56+00:00 security/kf5-kdesu KF5 integration with su for elevated privileges
Integration with su for elevated privileges

WWW: https://projects.kde.org/projects/frameworks/kdesu
2016-11-14T16:12:56+00:00 net/kf5-kxmlrpcclient KF5 interaction with XMLRPC services
kxmlrpclient provides client-side support for the XML-RPC protocol.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kxmlrpcclient/html/index.html
2016-11-14T16:12:56+00:00 multimedia/kf5-kmediaplayer KF5 plugin interface for media player features
KMediaPlayer builds on the KParts framework to provide a common interface for
KParts that can play media files.

WWW: https://api.kde.org/frameworks/kmediaplayer/html/index.html
2016-11-14T16:12:56+00:00 lang/kf5-kross KF5 multi-language application scripting
Kross is a scripting bridge to embed scripting functionality into an
application. It supports QtScript as a scripting interpreter backend.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kross/html/index.html
2016-11-14T16:12:56+00:00 graphics/kf5-kplotting KF5 lightweight plotting framework
KPlotWidget is a QWidget-derived class that provides a virtual base class for
easy data-plotting. The idea behind KPlotWidget is that you only have to specify
information in "data units"; i.e., the natural units of the data being plotted.
KPlotWidget automatically converts everything to screen pixel units.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kplotting/html/index.html
2016-11-14T16:12:56+00:00 graphics/kf5-kimageformats KF5 library providing support for additional image formats
This framework provides additional image format plugins for QtGui.
Read-only support for dds, xcf, exr, psd and ras
Read-write suport for eps, jp2, pcx, rgb, rgba, sgi, bw, pic, tga, xv

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kimageformats/html/index.html
2016-11-14T16:12:56+00:00 dns/kf5-kdnssd KF5 abstraction to system DNSSD features
KDNSSD is a library for handling the DNS-based Service Discovery Protocol,
the layer of Zeroconf that allows network services, such as printers, to be
discovered without any user intervention or centralized infrastructure.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kdnssd/html/index.html
2016-11-14T16:12:56+00:00 devel/kf5-threadweaver KF5 helper for multithreaded programming
ThreadWeaver is a helper for multithreaded programming. It uses a job-based
interface to queue tasks and execute them in an efficient way.

You simply divide the workload into jobs, state the dependencies between the
jobs and ThreadWeaver will work out the most efficient way of dividing the work
between threads within a set of resource limits.

WWW: https://api.kde.org/frameworks/threadweaver/html/index.html
2016-11-14T16:12:56+00:00 devel/kf5-solid KF5 hardware integration and detection
Solid is a device integration framework. It provides a way of querying and
interacting with hardware independently of the underlying operating system.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/solid/html/index.html
2016-11-14T16:12:56+00:00 devel/kf5-kunitconversion KF5 library for unit conversion
KUnitConversion provides functions to convert values in different physical
units. It supports converting different prefixes (e.g. kilo, mega, giga) as
well as converting between different unit systems (e.g. liters, gallons).

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kunitconversion/html/index.html
2016-11-14T16:12:56+00:00 devel/kf5-ktexteditor KF5 advanced embeddable text editor
KTextEditor provides a powerful text editor component that you can
embed in your application.

The text editor component contains many useful features, from syntax
highlighting and automatic indentation to advanced scripting support,
making it suitable for everything from a simple embedded text-file
editor to an advanced IDE.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/ktexteditor/html/index.html
2016-11-14T16:12:56+00:00 devel/kf5-kservice KF5 advanced plugin and service introspection
KService provides a plugin framework for handling desktop services. Services can
be applications or libraries. They can be bound to MIME types or handled by
application specific code.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kservice/html/index.html
2016-11-14T16:12:56+00:00 devel/kf5-kpty KF5 pty abstraction
This library provides primitives to interface with pseudo terminal devices as
well as a KProcess derived class for running child processes and communicating
with them using a pty.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kpty/html/index.html
2016-11-14T16:12:56+00:00 devel/kf5-kpeople KF5 library providing access to contacts
A library that provides access to all contacts and the people who hold them.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kpeople/html/index.html
2016-11-14T16:12:56+00:00 devel/kf5-kparts KF5 document centric plugin system
This library implements the framework for KDE parts, which are elaborate widgets
with a user-interface defined in terms of actions (menu items, toolbar icons).

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kparts/html/index.html
2016-11-14T16:12:56+00:00 devel/kf5-kpackage KF5 library to load and install packages
The Package framework lets the user to install and load packages of non binary
content such as scripted extensions or graphic assets, as they were traditional
plugins.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kpackage/html/index.html
2016-11-14T16:12:56+00:00 devel/kf5-knotifyconfig KF5 configuration system for KNotify
KNotifyConfig provides a configuration dialog for desktop notifications which
can be embedded in your application.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifyconfig/html/index.html
2016-11-14T16:12:56+00:00 devel/kf5-knotifications KF5 abstraction for system notifications
KNotification is used to notify the user of an event.
It covers feedback and persistent events.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifications/html/index.html
2016-11-14T16:12:56+00:00 devel/kf5-knewstuff KF5 library for downloading application assets from the network
The KNewStuff library implements collaborative data sharing for applications.
It uses libattica to support the Open Collaboration Services specification.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/knewstuff/html/index.html
2016-11-14T16:12:56+00:00 devel/kf5-kitemmodels KF5 models for Qt Model/View system
Set of item models extending the Qt model-view framework

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemmodels/html/index.html
2016-11-14T16:12:56+00:00 devel/kf5-kio KF5 resource and network access abstraction
This framework implements almost all the file management functions you will ever
need. In fact, the KDE file manager (Dolphin) and the KDE file dialog also uses
this to provide its network-enabled file management.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kio/html/index.html
2016-11-14T16:12:56+00:00 devel/kf5-kidletime KF5 library for monitoring user activity
KIdleTime is a singleton reporting information on idle time. It is useful not
only for finding out about the current idle time of the PC, but also for getting
notified upon idle time events, such as custom timeouts, or user activity.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kidletime/html/index.html
2016-11-14T16:12:56+00:00 devel/kf5-ki18n KF5 advanced internationalization framework
KI18n provides functionality for internationalizing user interface text in
applications, based on the GNU Gettext translation system. It wraps the
standard Gettext functionality, so that the programmers and translators can
use the familiar Gettext tools and workflows.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/ki18n/html/index.html
2016-11-14T16:12:56+00:00 devel/kf5-kfilemetadata KF5 library for extracting file metadata
A library for extracting file metadata.

WWW: https://projects.kde.org/projects/kde/workspace/kfilemetadata
2016-11-14T16:12:56+00:00 devel/kf5-kdoctools KF5 documentation generation from docbook
Provides tools to generate documentation in various format from DocBook files.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kdoctools/html/index.html
2016-11-14T16:12:56+00:00 devel/kf5-kdeclarative KF5 library providing integration of QML and KDE Frameworks
KDeclarative provides integration of QML and KDE work spaces.
It's comprises two parts:
* a library used by the C++ part of your application to intergrate QML
with KDE Frameworks specific features, and
* a series of QML imports that offer bindings to some of the Frameworks.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kdeclarative/html/index.html
2016-11-14T16:12:56+00:00 devel/kf5-kdbusaddons KF5 addons to QtDBus
KDBusAddons provides convenience classes on top of QtDBus,
as well as an API to create KDED modules.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kdbusaddons/html/index.html
2016-11-14T16:12:56+00:00 devel/kf5-kcrash KF5 library to handle crash analysis and bug report from apps
KCrash provides support for intercepting and handling application crashes.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kcrash/html/index.html
2016-11-14T16:12:56+00:00 devel/kf5-kcoreaddons KF5 addons to QtCore
KCoreAddons provides classes built on top of QtCore to perform various tasks
such as manipulating mime types, autosaving files, creating backup files,
generating random sequences, performing text manipulations such as macro
replacement, accessing user information and many more.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kcoreaddons/html/index.html
2016-11-14T16:12:56+00:00 devel/kf5-kconfig KF5 widgets for configuration dialogs
KConfigWidgets provides easy-to-use classes to create configuration dialogs,
as well as a set of widgets which uses KConfig to store their settings.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfigwidgets/html/index.html
2016-11-14T16:12:56+00:00 devel/kf5-kcmutils KF5 utilities for working with KCModules
KCMUtils provides various classes to work with KCModules.
KCModules can be created with the KConfigWidgets framework.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kcmutils/html/index.html
2016-11-14T16:12:56+00:00 devel/kf5-kbookmarks KF5 library for bookmarks and the XBEL format
KBookmarks lets you access and manipulate bookmarks stored
using the XBEL format.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kbookmarks/html/index.html
2016-11-14T16:12:56+00:00 devel/kf5-kauth KF5 abstraction to system policy and authentication features
KAuth provides a convenient, system-integrated way to offload actions that need
to be performed as a privileged user to small helper utilities.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kauth/html/index.html
2016-11-14T16:12:56+00:00 devel/kf5-kapidox KF5 API Documentation Tools
Frameworks API Documentation Tools

WWW: https://projects.kde.org/projects/frameworks/kapidox
2016-11-14T16:12:56+00:00 devel/kf5-extra-cmake-modules Extra modules and scripts for CMake
The Extra CMake Modules package, or ECM, adds to the modules provided
by CMake, including ones used by find_package() to find common
software, ones that can be used directly in CMakeLists.txt files
to perform common tasks and toolchain files that must be specified
on the commandline by the user.

WWW: https://quickgit.kde.org/?p=extra-cmake-modules.git
2016-11-14T16:12:56+00:00 archivers/kf5-karchive KF5 library that provides classes for handling archive formats
KArchive provides classes for easy reading, creation and manipulation of
"archive" formats like ZIP and TAR.

It also provides transparent compression and decompression of data, like
the GZip format, via a subclass of QIODevice.

WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/karchive/html/index.html
2016-11-14T15:11:24+00:00 games/brickout Ball-and-paddle game
"Brickout" is a ball-and-paddle game where it's your objective to
destroy bricks on the screen. It's available for Agenda, Zaurus and
iPAQ PDAs running Linux, and for Linux desktop systems.

WWW: http://www.newbreedsoftware.com/brickout/
2016-11-14T15:10:20+00:00 games/crashtest Educational crash simulator
Crashtest simulates car crashes. This is an educational tool that
can be used to acquire much insight into this complex process. The
user can learn about the relation between speed, reaction-time and
stopping distance. Also, many physical properties can be studied.

WWW: http://www.stolk.org/crashtest/
2016-11-14T15:07:24+00:00 games/brumbrumrally Racing game with randomized tracks
Brum Brum Rally is a 2D racing game with a new track each time you
play and support for up to 8 players.

The cars can be controlled using keyboard, mouse or game controllers.
The tracks are autogenerated on the fly which means you never have
to be bored playing the same tracks over and over again.

There are three game modes to choose from:

- Single Race and Tournament can be played against the computer or
with other human players, on the same computer or over the network
(LAN or Internet).

- The Time Trial mode on the other hand is played by one player at
a time. The task is to finish the race as fast as possible in order
to beat your own best time or end up on the overall top list.

WWW: http://dataapa.net/brumbrumrally/
2016-11-14T09:59:25+00:00 devel/rubygem-sprockets-es6 Converts ES6 code into vanilla ES5 with Babel JS
A Sprockets transformer that converts ES6 code into vanilla ES5 with Babel JS.

WWW: https://github.com/TannerRogalsky/sprockets-es6
2016-11-14T09:56:00+00:00 textproc/rubygem-babel-transpiler Ruby Babel is a bridge to the JS Babel transpiler
Ruby Babel is a bridge to the JS Babel transpiler.

WWW: https://github.com/babel/ruby-babel-transpiler
2016-11-14T09:52:59+00:00 textproc/rubygem-babel-source Babel JS source
Babel JS source

WWW: https://github.com/babel/ruby-babel-transpiler
2016-11-14T06:24:05+00:00 devel/p5-Test-MockDateTime Mock DateTime->now calls during tests
Getting the current time sometimes is not very helpful
for testing scenarios.
Instead, if you could obtain a known value during the runtime
of a testcase will make your results predictable.

Why another Date Mocker?
I wanted something simple with a very concise usage pattern
and a mocked date should only exist and stay constant inside a scope.
After leaving the scope the current time should be back.
This lead to this tiny module.

This simple module allows faking a given date and time
for the runtime of a subsequent code block.
By default the on keyword is exported into the namespace
of the test file.
The date to get mocked must be in a format that is recognized
by DateTime::Format::DateParse.

WWW: https://metacpan.org/release/Test-MockDateTime
2016-11-14T02:05:29+00:00 sysutils/cpu-x Gathers information about CPU, motherboard, and more
CPU-X is a free software that gathers information about CPU, motherboard, and
more on one's system. It is similar to well-known CPU-Z program for Windows.

It can be used in graphic mode by using GTK+3, or in text-based mode by using
ncurses. Non-interactive dump mode is also available.

WWW: http://x0rg.github.io/CPU-X/
2016-11-13T13:06:00+00:00 devel/meson High performance build system
Meson is a cross-platform build system designed to be both as fast and as
user friendly as possible. It supports many languages and compilers, including
GCC, Clang and Visual Studio. Its build definitions are written in a simple
non-turing complete DSL. The main design point of Meson is that every moment
a developer spends writing or debugging build definitions is a second wasted.
So is every second spent waiting for the build system to actually start
compiling code.

WWW: https://mesonbuild.com/
2016-11-13T10:31:26+00:00 security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP Extensible authentication for D2 apps using Net::IMAP::Simple
IMAP authentication provider for Dancer2::Plugin::Auth::Extensible

See Dancer2::Plugin::Auth::Extensible for details on how to use
the authentication framework.

WWW: https://metacpan.org/release/Dancer2-Plugin-Auth-Extensible-Provider-IMAP
2016-11-13T06:43:42+00:00 sysutils/osinfo-db-tools Tools for managing the osinfo database
This package provides tools for managing the osinfo database of
information about operating systems for use with virtualization.

WWW: https://libosinfo.org/
2016-11-13T06:43:42+00:00 misc/osinfo-db Osinfo database files
The osinfo database provides information about operating systems
and hypervisor platforms to facilitate the automated configuration
and provisioning of new virtual machines.

WWW: https://libosinfo.org/
2016-11-13T01:39:02+00:00 devel/py-pycapsicum Python interface to capsicum security
Pycapsicum is a python interface to Capsicum (sandboxing for FreeBSD).

WWW: https://github.com/stillson/pycapsicum2
2016-11-12T20:35:55+00:00 devel/py-constantly Provides symbolic constant support to Python projects
A library that provides symbolic constant support. It includes collections
and constants with text, numeric, and bit flag values. Originally
twisted.python.constants from the Twisted project.

WWW: https://pypi.org/project/constantly/
2016-11-12T20:31:40+00:00 devel/py-incremental Library that versions your Python projects
A small library that versions your Python projects.

WWW: https://pypi.org/project/incremental/
2016-11-12T17:50:32+00:00 devel/py-backports.functools_lru_cache Backport of functools.lru_cache from Python 3.3
backports.functools_lru_cache is a backport of functools.lru_cache from Python
3.3 as published at ActiveState.

WWW: https://pypi.org/project/backports.functools_lru_cache/
WWW: https://github.com/jaraco/backports.functools_lru_cache
2016-11-12T15:31:13+00:00 devel/nexus2-oss Maven (and others) artifacts repository manager
Nexus Repository Manager OSS provides you with an essential level of control
over the external repositories you use and the internal repositories you create.
It provides infrastructure and services for organizations that use repository
managers to obtain and deliver software. If you create software libraries or
applications for your end users, you can use Nexus Repository Manager OSS to
distribute your software. If your software depends on open source software
components, you can cache software components from remote repositories.

Nexus Repository Manager OSS features:
- Hosting repositories
- Proxy remote repositories
- Repository groups
- Numerous repository formats
- Hosting project websites
- Fine-grained security model
- Flexible LDAP integration
- Component search
- Scheduled rasks
- REST services
- Integration with m2eclipse

WWW: https://www.sonatype.com/nexus-repository-oss
2016-11-12T05:48:55+00:00 security/erlang-fast_tls TLS / SSL OpenSSL-based native driver for Erlang / Elixir
Fast TSL is a native TLS / SSL driver for Erlang / Elixir.
It is based on OpenSSL, a proven and efficient TLS implementation.
It is designed for efficiency, speed and compliance.

WWW: https://github.com/processone/fast_tls/
2016-11-11T16:49:21+00:00 science/tfel Code generation tool dedicated to material knowledge
Remark: if you plan to use this port with Code_Aster, you need science/tfel-edf.

`MFront` is a code generator which translates a set of closely related
domain specific languages into plain C++ on top of the `TFEL`
library. Those languages covers three kind of material knowledge:

- material properties (for instance the
Young modulus, the thermal conductivity, etc.)
- mechanical behaviours. Numerical performances of
generated mechanical behaviours was given a particular
attention. Various benchmarks shows that `MFront`
implementations are competitive with native implementations
available in the `Cast3M`, `Code-Aster` and `Cyrano3` solvers.
- simple point-wise models, such as material swelling
used in fuel performance codes.

`MFront` comes with an handy easy-to-use tool called `MTest` that can
test the local behaviour of a material, by imposing independent
constraints on each component of the strain or the stress. This tool
has been much faster (from ten to several hundred times depending on
the test case) than using a full-fledged finite element solver.

WWW: http://tfel.sourceforge.net/
2016-11-10T19:38:43+00:00 cad/python-gdsii GDSII manipulation library
python-gdsii is a library that can be used to read, create, modify and save
GDSII files. It supports both low-level record I/O and high level interface to
GDSII libraries (databases), structures, and elements.

WWW: https://pythonhosted.org/python-gdsii/
2016-11-10T16:14:03+00:00 security/openiked IKEv2 daemon
OpenIKED is a lean Internet Key Exchange (IKEv2) daemon which performs
mutual authentication and which establishes and maintains IPsec VPN
flows and security associations (SAs) between the two peers.

This version of OpenIKED is derived from OpenIKED's iked, but changed
to support transport mode IPSec and lazy creation of associations,
among many other improvements.

WWW: https://github.com/xcllnt/openiked
2016-11-10T01:08:44+00:00 cad/solvespace Parametric 2d/3d CAD
SOLVESPACE is a parametric 3d CAD program. Applications include modeling 2d and
3d parts, 3d-printed parts, preparing CAM data, mechanism design and plane and
solid geometry.

WWW: http://solvespace.com/
2016-11-08T23:59:19+00:00 www/pear-Horde_Service_Gravatar Horde API accessor for gravatar.com
Horde library for accessing the Avatar services at gravatar.com.

WWW: http://pear.horde.org
2016-11-08T16:32:59+00:00 misc/bsod Experience the authentic Microsoft Windows experience
This program will let you UNIX user experience the authentic Microsoft
Windows experience. Bsod displays the famous windows xp blue screen
of death on the console. Errors and drivers causing the error are
selected randomly from a large set of examples.

WWW: https://www.vanheusden.com/bsod/
2016-11-08T10:25:19+00:00 textproc/py3-pager Terminal/console pager module
Python module that pages output to the screen, reads keys and console
dimensions without executing external utils.

WWW: https://pypi.python.org/pypi/pager/
2016-11-08T05:46:16+00:00 security/py-paramiko1 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: http://www.paramiko.org/
2016-11-07T23:59:14+00:00 devel/py-zkpython Python bindings to Apache Zookeeper
ZooKeeper Python bindings

WWW: https://pypi.org/project/zkpython/
2016-11-07T13:02:18+00:00 security/py-mixbox Utility library for cybox, maec, and stix
A library of common code leveraged by python-cybox, python-maec, and
python-stix.

WWW: https://github.com/CybOXProject/mixbox
2016-11-07T10:16:55+00:00 devel/elixir-gen_state_machine Idiomatic Elixir wrapper for gen_statem in OTP 19
An idiomatic Elixir wrapper for gen_statem in OTP 19 (and above).

WWW: https://github.com/antipax/gen_state_machine
2016-11-07T10:12:59+00:00 emulators/winetricks Easy way to work around problems in Wine
Winetricks is an easy way to work around problems in Wine.

It has a menu of supported games/apps for which it can do
all the workarounds automatically. It also lets you install
missing DLLs or tweak various Wine settings individually.

WWW: https://wiki.winehq.org/Winetricks
2016-11-07T06:18:47+00:00 chinese/fandol CTAN Fandol: Four GNU GPLv3-licensed Chinese OpenType fonts
fandol - Four basic fonts for Chinese typesetting

Fandol fonts designed for Chinese typesetting. The current version contains
four styles: Song, Hei, Kai, Fang. All fonts are in OpenType format.

WWW: https://ctan.org/pkg/fandol
2016-11-06T16:51:24+00:00 textproc/p5-Text-Table-Manifold Render tables in manifold formats
Text::Table::Manifold outputs tables in any one of several supported types.

WWW: https://metacpan.org/release/Text-Table-Manifold
2016-11-06T16:46:25+00:00 devel/p5-Const-Exporter Declare constants for export
Const::Exporter allows you to declare constants that can be exported to other
modules.

WWW: https://metacpan.org/release/Const-Exporter
2016-11-05T18:52:36+00:00 cad/sp2sp Processor of waveform data generated by SPICE-type simulators
sp2sp ("spice to spice") is a processor of waveform data generated by
SPICE-type simulators. It uses libspicefile library in Gwave which
provides SpiceStream and WaveFile avstraction levels. sp2sp uses
SpiceStream to convert any file format supported by the SpiceStream
layer into one of several ASCII printable formats, and it is useful
for converting files any of the binary formats into a printable form,
where they can easily be processed by awk, perl, or some other scripting
language.

WWW: http://gwave.sourceforge.net/
2016-11-05T17:03:21+00:00 textproc/minixmlto Minimalistic alternative to xmlto
Minimalistic alternative to xmlto

WWW: https://github.com/bapt/minixmlto
2016-11-05T13:25:50+00:00 print/linux-c7-harfbuzz OpenType text shaping engine (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-11-05T13:25:50+00:00 graphics/linux-c7-graphite2 Rendering capabilities for complex non-Roman writing systems (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-11-04T19:44:26+00:00 cad/py-gdsii GDSII manipulation libaray
python-gdsii is a library that can be used to read, create, modify and save
GDSII files. It supports both low-level record I/O and high level interface to
GDSII libraries (databases), structures, and elements.

WWW: http://pythonhosted.org/python-gdsii/
2016-11-04T17:38:19+00:00 devel/linux-c7-libelf ELF file handling library (CentOS ${LINUX_DIST_VER})
ELF file handling library from elfutils.

WWW: https://fedorahosted.org/elfutils/
2016-11-04T17:13:22+00:00 devel/linux-c6-libelf ELF file handling library (CentOS ${LINUX_DIST_VER})
ELF file handling library from elfutils.

WWW: https://fedorahosted.org/elfutils/
2016-11-04T07:38:09+00:00 sysutils/logstash5 Server-side data ingestion and transformation tool
Logstash is an open source, server-side data processing pipeline that ingests
data from a multitude of sources simultaneously, transforms it, and then sends
it to your favorite “stash.”

WWW: https://www.elastic.co/products/logstash
2016-11-04T07:33:38+00:00 textproc/kibana50-x-pack Kibana 5.0 X-Pack plugins
X-Pack is an Elastic Stack extension that bundles security, alerting,
monitoring, reporting, and graph capabilities into one easy-to-install package.
While the X-Pack components are designed to work together seamlessly, you can
easily enable or disable the features you want to use.

WWW: https://www.elastic.co/guide/en/x-pack/current/xpack-introduction.html
2016-11-04T07:32:20+00:00 textproc/elasticsearch5-x-pack Elasticsearch X-Pack plugins
X-Pack is an Elastic Stack extension that bundles security, alerting,
monitoring, reporting, and graph capabilities into one easy-to-install package.
While the X-Pack components are designed to work together seamlessly, you can
easily enable or disable the features you want to use.

WWW: https://www.elastic.co/guide/en/x-pack/current/xpack-introduction.html
2016-11-04T07:30:26+00:00 textproc/kibana50 Browser based analytics and search interface to ElasticSearch
Kibana is an open source (Apache Licensed), browser based analytics and search
dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana
strives to be easy to get started with, while also being flexible and powerful,
just like Elasticsearch.

Kibana 4.5 is compatible with Elasticsearch 2.3.x.

WWW: https://www.elastic.co/products/kibana
2016-11-04T07:28:35+00:00 textproc/elasticsearch5 Full-text search engine for Java
Elasticsearch aims to be a Distributed, RESTful, Search Engine built on top of
Apache Lucene.

WWW: https://www.elastic.co/
2016-11-03T15:55:46+00:00 security/bearssl Implementation of TLS/SSL in C
BearSSL is an implementation of the SSL/TLS protocol (RFC 5246) written
in C. It aims at offering the following features:

- Be correct and secure. In particular, insecure protocol versions and
choices of algorithms are not supported, by design; cryptographic
algorithm implementations are constant-time by default.

- Be small, both in RAM and code footprint. For instance, a minimal server
implementation may fit in about 20 kilobytes of compiled code and 25
kilobytes of RAM.

- Be highly portable. BearSSL targets not only "big" operating systems
like Linux and Windows, but also small embedded systems and even special
contexts like bootstrap code.

- Be feature-rich and extensible. SSL/TLS has many defined cipher suites
and extensions; BearSSL should implement most of them, and allow extra
algorithm implementations to be added afterwards, possibly from third
parties.

WWW: https://bearssl.org/
2016-11-03T14:54:39+00:00 www/linux-c7-flashplugin24
2016-11-03T14:54:39+00:00 www/linux-c6-flashplugin24 Adobe Flash Player NPAPI Plugin (beta)
This is the official Flash Player from Adobe. Together with nspluginwrapper
this plugin allows you to see .swf and .spl files in Firefox.

FreeBSD Flash License Agreement:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=96374

WWW: https://www.adobe.com/
2016-11-03T00:56:02+00:00 devel/py-ruamel.ordereddict Python dict that keeps keys in insertion sorted order
This is an implementation of an ordered dictionary for Python, in C, with Key
Insertion Order (KIO: updates of values do not affect the position of the key),
Key Value Insertion Order (KVIO, an existing key's position is removed and put
at the back).

Sorted dictionaries are also provided. Currently only with Key Sorted Order
(KSO, no sorting function can be specified, but you can specify a transform to
apply on the key before comparison (e.g. string.lower)).

The functionality is equivalent to the excellent pure-Python Larosa/Foord
implementation of ordereddict. It is a superset of the collections.OrderedDict
in the standard library (which was added a few years after this ordereddict was
orginally implemented).

WWW: https://bitbucket.org/ruamel/ordereddict/
2016-11-03T00:51:37+00:00 devel/py-invoke Python task execution tool and library
Invoke is a Python (2.7 and 3.4+) library for managing shell-oriented
subprocesses and organizing executable Python code into CLI-invokable tasks. It
draws inspiration from various sources (make/rake, Fabric 1.x, etc) to arrive at
a powerful & clean feature set.

WWW: https://github.com/pyinvoke/invoke
2016-11-03T00:25:34+00:00 devel/py-pystorm Battle-tested Apache Storm Multi-Lang implementation for Python
Pystorm lets you run Python code against real-time streams of data via
Apache Storm. With pystorm you can create Storm bolts and spouts in
Python without having to write a single line of Java. It is meant to be
used under-the-hood by Storm Python libraries that will provide the
command-line tools for actually building/submitting the topologies
(e.g., streamparse and pyleus).

WWW: https://github.com/pystorm/pystorm
2016-11-03T00:18:13+00:00 devel/py-fabric3 Python tool for remote execution and deployment
Fabric3 is a fork of Fabric to provide compatibility with Python 3.4+.
The port still works with Python 2.7.

WWW: https://github.com/mathiasertl/fabric/
2016-11-03T00:04:13+00:00 devel/py-ruamel.yaml YAML 1.2 loader/dumper package for Python
ruamel.yaml is a YAML parser/emitter that supports roundtrip
preservation of comments, seq/map flow style, and map key order

WWW: https://bitbucket.org/ruamel/yaml
2016-11-02T23:47:15+00:00 devel/py-streamparse Python analysis of Apache Storm streams
Streamparse lets you run Python code against real-time streams of data
via Apache Storm. With streamparse you can create Storm bolts and spouts
in Python without having to write a single line of Java. It also
provides handy CLI utilities for managing Storm clusters and projects.

WWW: https://github.com/Parsely/streamparse
2016-11-02T22:10:25+00:00 devel/py-thriftpy Pure python implementation of Apache Thrift
ThriftPy is a pure python implementation of Apache Thrift in a pythonic
way.

WWW: https://github.com/eleme/thriftpy
2016-11-02T16:14:42+00:00 misc/py-glance OpenStack Image Service
The Glance project provides services for discovering, registering, and
retrieving virtual machine images. Glance has a RESTful API that allows
querying of VM image metadata as well as retrieval of the actual image.

WWW: https://docs.openstack.org/glance/latest/
2016-11-02T06:25:39+00:00 games/emptyepsilon Spaceship bridge simulator game
EmptyEpsilon places you in the roles of a spaceship's bridge officers, like
those seen in Star Trek. While you can play EmptyEpsilon alone or with friends,
the best experience involves 6 players working together on each ship.

Each officer fills a unique role: Captain, Helms, Weapons, Relay, Science, and
Engineering. Except for the Captain, each officer operates part of the ship
through a specialized screen. The Captain relies on their trusty crew to report
information and follow orders.

WWW: http://daid.github.io/EmptyEpsilon/
2016-11-02T05:43:53+00:00 ports-mgmt/create-rb-port Script to ease creation of rubygem- ports
This port provides a simple script meant to ease creation of rubygem- ports.

WWW: https://github.com/swills/freebsd-ruby
2016-11-01T20:45:19+00:00 devel/rubygem-gem-compare RubyGems plugin for comparing gem versions
gem-compare is a RubyGems plugin that helps to compare versions of the given
gem. It searches for differences in metadata as well as in files.

WWW: https://github.com/fedora-ruby/gem-compare
2016-11-01T20:29:16+00:00 devel/rubygem-gemnasium-parser Safely parse Gemfiles and gemspecs
Safely parse Gemfiles and gemspecs

WWW: https://github.com/gemnasium/gemnasium-parser
2016-11-01T20:26:49+00:00 math/amath Simple command line calculator
Features a case sensitive command line interface, internal IEEE 754
calculations with 15 significant digits, calculations with real and
complex numbers, variables and user defined functions, logarithmic
and exponential functions, trigonometric and hyperbolic function
and selected mathematical constants and rounding functions.

WWW: https://amath.innolan.net/
2016-11-01T20:18:14+00:00 sysutils/zfs-snap-diff View ZFS snapshot differences via a web browser
With zfs-snap-diff you can explore file differences and restore changes from
older file versions in different zfs snapshots. You can restore the whole file
from an older version, or select single changes to revert in the 'diff' view.

zfs-snap-diff has a web frontend, so it can run on your local work machine or
on your remote file / backup server (no Xserver necessary).

WWW: https://github.com/j-keck/zfs-snap-diff
2016-11-01T20:10:10+00:00 games/goldencheetah Training software for cyclists
Golden Cheetah is a cycling performance software. It imports ride data
downloaded from various devices or exported from other programs,
including TrainingPeaks WKO+ and the manufacturers' software for the
Ergomo, Garmin, Polar, PowerTap, and SRM devices. It provides a rich
set of analysis tools, including a critical power graph, BikeScore
calculation, histogram analysis, a best interval finder, and a pedal
force versus pedal velocity chart, to name just a few.

KML file support will be missing until libkml 1.3 becomes available.

Connecting with Strava has been made impossible by Strava's own API
Agreement.

WWW: http://goldencheetah.org/
2016-11-01T20:02:22+00:00 games/voxelands Fun-Focused voxel world game
Voxelands is a sandbox construction game based on Minetest, which was
inspired by earlier "voxel world" games such as Infiniminer. Gameplay puts
players in a fully destructible 3D game world where they can place and dig
numerous types of blocks, items and creatures using a variety of tools.
2016-11-01T20:02:22+00:00 games/voxelands-server Server component for Voxelands
Server component for Voxelands.

Voxelands is a sandbox construction game based on Minetest, which was
inspired by earlier "voxel world" games such as Infiniminer. Gameplay puts
players in a fully destructible 3D game world where they can place and dig
numerous types of blocks, items and creatures using a variety of tools.
2016-11-01T17:46:52+00:00 devel/libtuntap Configuring TUN or TAP devices API in a portable manner
libtuntap is a library for configuring TUN or TAP devices in a portable manner.

TUN and TAP are virtual networking devices which allow
userland applications to receive packets sent to it.

The userland applications can also send their own packets to the devices
and they will be forwarded to the kernel.

WWW: https://github.com/LaKabane/libtuntap
2016-11-01T17:37:54+00:00 sysutils/rubygem-vagrant-mutate Convert vagrant boxes to work with different providers
Convert vagrant boxes to work with different providers

WWW: https://github.com/sciurus/vagrant-mutate
2016-11-01T17:06:59+00:00 sysutils/rubygem-vagrant-vbguest Vagrant plugin to install the VirtualBoxAdditions into the guest VM
A Vagrant plugin which automatically installs the host's VirtualBox Guest
Additions on the guest system.

WWW: https://github.com/dotless-de/vagrant-vbguest
2016-11-01T16:48:14+00:00 devel/rubygem-micromachine Minimal Finite State Machine
There are many finite state machine implementations for Ruby, and they all
provide a nice DSL for declaring events, exceptions, callbacks, and all kinds
of niceties in general.

But if all you want is a finite state machine, look no further: this has less
than 50 lines of code and provides everything a finite state machine must have,
and nothing more.

WWW: https://github.com/soveran/micromachine
2016-11-01T14:23:13+00:00 sysutils/rubygem-vagrant-bhyve Vagrant provider plugin to support bhyve
Vagrant provider plugin to support bhyve

WWW: https://github.com/jesa7955/vagrant-bhyve
2016-11-01T14:09:13+00:00 textproc/rubygem-ruby_expect Simple expect implementation
Ruby implementation for send/expect interaction

WWW: https://github.com/abates/ruby_expect
2016-10-31T20:40:43+00:00 audio/lv2 Open standard for audio plugins (successor to LADSPA)
LV2 is an open standard for audio plugins, used by hundreds of plugins
and other projects. At its core, LV2 is a simple stable interface,
accompanied by extensions which add functionality to support the needs
of increasingly powerful audio software.

WWW: https://lv2plug.in/
2016-10-30T23:42:36+00:00 www/xpi-u2f4moz U2F support extension for Firefox
With this Firefox extension you would be able to use your Yubico device as
2nd factor in authentication on pages that are using U2F standard.

WWW: https://github.com/prefiks/u2f4moz
2016-10-30T10:24:09+00:00 net/concourse-fly CLI for Concourse
The `fly` tool is a command line interface to Concourse. It is used for
a number of tasks from connecting to a shell in one of your build's
containers to uploading new pipeline configuration into a running
Concourse. Learning how to use `fly` will make using Concourse faster
and more useful.

WWW: https://concourse-ci.org/
2016-10-29T17:01:30+00:00 irc/quassel-core Qt 5 based distributed IRC client (core/server only)
2016-10-29T12:07:44+00:00 devel/py-taskflow Taskflow structured state management library
TaskFlow is a library to do [jobs, tasks, flows] in a highly available, easy to
understand and declarative manner (and more!) to be used with OpenStack and
other projects.

WWW: https://docs.openstack.org/taskflow/latest/
WWW: https://github.com/openstack/taskflow
2016-10-29T12:07:03+00:00 devel/py-cursive Cursive implements OpenStack-specific validation of digital signatures
Cursive implements OpenStack-specific validation of digital signatures.

The cursive project contains code extracted from various OpenStack projects for
verifying digital signatures. Additional capabilities will be added to this
project in support of various security features.

WWW: https://pypi.org/project/cursive/
2016-10-29T12:06:25+00:00 devel/py-glance-store OpenStack Image Service Store Library
OpenStack Image Service Store Library.

The glance_store library supports the creation, deletion and gather of data
assets from/to a set of several, different, storage technologies.

This library has been extracted from the Glance source code for the specific use
of the Glance and Glare projects.

WWW: https://docs.openstack.org/glance_store/latest/
2016-10-29T12:05:15+00:00 devel/py-wsme Simplify the writing of REST APIs
Web Services Made Easy (WSME) simplifies the writing of REST web services by
providing simple yet powerful typing, removing the need to directly manipulate
the request and the response objects.

WSME can work standalone or on top of your favorite Python web (micro)framework,
so you can use both your preferred way of routing your REST requests and most of
the features of WSME that rely on the typing system like:
- Alternate protocols, including those supporting batch-calls
- Easy documentation through a Sphinx extension

WSME is originally a rewrite of TGWebServices with a focus on extensibility,
framework-independence and better type handling.

WWW: https://opendev.org/x/wsme
2016-10-29T12:04:36+00:00 devel/py-castellan Generic Key Manager interface for OpenStack
Generic Key Manager interface for OpenStack.

WWW: https://docs.openstack.org/castellan/latest/
WWW: https://github.com/openstack/castellan
2016-10-29T12:01:54+00:00 devel/py-automaton Friendly state machines for python
Automaton provides friendly state machines for python. The goal of this library
is to provide well documented state machine classes and associated utilities.
The state machine pattern (or the implemented variation there-of) is a commonly
used pattern and has a multitude of various usages. Some of the usages for this
library include providing state & transition validation and
running/scheduling/analyzing the execution of tasks.

WWW: https://docs.openstack.org/automaton/latest/
WWW: https://github.com/openstack/automaton
2016-10-29T11:38:35+00:00 devel/gwenhywfar-qt5 Gwenhywfar Qt5 support library
2016-10-29T08:43:43+00:00 devel/p5-Importer Alternative but compatible interface to modules that export symbols
Importer acts as a layer between Exporter and modules which consume exports. It
is feature-compatible with Exporter, plus some much needed extras. You can use
this to import symbols from any exporter that follows Exporters specification.
The exporter modules themselves do not need to use or inherit from the Exporter
module, they just need to set @EXPORT and/or other variables.

WWW: https://metacpan.org/release/Importer
2016-10-28T13:03:39+00:00 audio/virtual_oss_ctl Graphical control panel for the virtual OSS daemon
A graphical control panel for the virtual OSS daemon.

WWW: https://github.com/hselasky/virtual_oss_ctl
2016-10-28T13:03:39+00:00 audio/virtual_oss Virtual OSS multi device mixer application
Virtual OSS is an audio mixing application that multiplexes and
demultiplexes a single OSS device into multiple customizable OSS
compatible devices using character devices in userspace. These devices
can be used to record played back audio and mix the individual
channels in multiple ways.

Virtual OSS also supports playback and recording through bluetooth
audio devices.

WWW: https://github.com/hselasky/virtual_oss
2016-10-28T11:42:35+00:00 devel/libfaketime Modifies the system time for a single application
libfaketime intercepts various system calls which programs use to
retrieve the current date and time. It can then report faked dates and
times (as specified by you, the user) to these programs. This means you
can modify the system time a program sees without having to change the
time system-wide.

libfaketime allows you to specify both absolute dates (e.g., 01/01/2004)
and relative dates (e.g., 10 days ago).

libfaketime might be used for various purposes, for example

- Running legacy software with y2k bugs
- Testing software for year-2038 compliance
- Debugging time-related issues, such as expired SSL certificates
- Running software which ceases to run outside a certain timeframe
- Using different system-wide date and time settings, e.g., on OpenVZ-
based virtual machines running on the same host
- Deterministic build processes.

WWW: https://github.com/wolfcw/libfaketime
2016-10-28T09:41:05+00:00 net/py-rabbitpy RabbitMQ client library for Python
A pure python, thread-safe, minimalistic and Pythonic BSD Licensed
AMQP/RabbitMQ library that supports Python 2.6+ and Python 3.2+.
rabbitpy aims to provide a simple and easy to use API for interfacing
with RabbitMQ, minimizing the programming overhead often found in
other libraries.

WWW: https://github.com/gmr/rabbitpy
2016-10-28T08:59:37+00:00 net/py-pamqp Low level AMQP framing library for Python
pamqp is a pure-Python AMQP 0-9-1 frame encoder and decoder. The
aim is to create a client agnostic Python encoder and decoder for
general purpose use.

WWW: https://github.com/gmr/pamqp
2016-10-28T03:27:30+00:00 www/varnish-libvmod-awsrest Varnish Module (vmod) for generating headers for AWS REST API
Varnish Module (vmod) for generating Authorization header for AWS REST API.

WWW: https://github.com/xcir/libvmod-awsrest
2016-10-27T21:21:12+00:00 sysutils/fusefs-gitfs Version controlled file system
gitfs is a FUSE file system that fully integrates with git. You can
mount a remote repository's branch locally, and any subsequent changes
made to the files will be automatically committed to the remote.

WWW: https://www.presslabs.com/code/gitfs/
2016-10-27T21:18:50+00:00 devel/py-fusepy Simple ctypes bindings for FUSE
fusepy is a Python module that provides a simple interface to FUSE and
MacFUSE. It's just one file and is implemented using ctypes.

WWW: https://pypi.org/project/fusepy/
2016-10-27T21:18:32+00:00 devel/py-atomiclong AtomicLong type using CFFI
AtomicLong was born out of the need for fast thread-safe counters in Python.
Its value is a C long which can be incremented, decremented, and set atomically.

WWW: https://pypi.org/project/atomiclong/
2016-10-27T14:21:19+00:00 www/minio Amazon S3 compatible object storage server
Minio is an object storage server built for cloud application developers and
devops.

WWW: https://minio.io/
2016-10-27T05:49:09+00:00 ftp/php70-fastdfs PHP 7 module for accessing a FastDFS cluster
PHP module for accessing a FastDFS cluster

WWW: https://github.com/happyfish100/fastdfs
2016-10-27T05:49:09+00:00 ftp/php56-fastdfs PHP 5.6 module for accessing a FastDFS cluster
PHP module for accessing a FastDFS cluster

WWW: https://github.com/happyfish100/fastdfs
2016-10-27T05:49:09+00:00 ftp/fastdfs High performance distributed file system (DFS)
FastDFS is an open source high performance distributed file system (DFS).
It's major functions include: file storing, file syncing and
file accessing, and design for high capacity and load balance.

WWW: https://github.com/happyfish100/fastdfs
2016-10-27T05:49:09+00:00 devel/libfastcommon C common functions library used mainly by FastDFS and FastDHT
c common functions library for FastDFS and FastDHT

WWW: https://github.com/happyfish100/libfastcommon
2016-10-26T21:09:18+00:00 sysutils/u-boot-master Cross-build das u-boot for model ${MODEL}
Das U-Boot master port.

WWW: https://www.denx.de/wiki/U-Boot
2016-10-26T19:43:41+00:00 converters/py-bcode Another bencode implementation
Another bencode implementation.

WWW: https://github.com/medecau/bcode
2016-10-26T19:17:17+00:00 textproc/libgepub GObject based library for handling and rendering epub documents
libgepub is a GObject based library for handling and rendering epub
documents.
2016-10-26T16:52:22+00:00 net-p2p/deluge-cli CLI part of bittorrent client using Python and libtorrent-rasterbar
Deluge is a Bittorrent client written in Python and GTK+. Deluge is intended
to bring a native, full-featured client to Linux, BSD, and other *nix GTK
desktop environments such as Gnome and Xfce.

Deluge uses Rasterbar's version of libtorrent as the main ingredient in its
bittorrent protocol backend.

WWW: https://deluge-torrent.org/
2016-10-26T15:59:50+00:00 textproc/py-terminaltables Generate simple tables in terminals from a nested list of strings
Easily draw tables in terminal/console applications from a list of
lists of strings. Supports multi-line rows.

WWW: https://pypi.org/project/terminaltables/
2016-10-26T15:59:39+00:00 textproc/py-colorclass Colorful worry-free console applications
Yet another ANSI color text library for Python. Provides "auto colors" for
dark/light terminals. Works on Linux, OS X, and Windows.

WWW: https://pypi.org/project/colorclass/
2016-10-26T02:43:32+00:00 dns/openmdns Multicast DNS and Service Discovery daemon
OpenMDNS is a full implementation of MDNS/DNS-SD, it aims to be a light
replacement for Avahi/Bonjour. Currently, OpenMDNS is about 10% of the size
of Avahi.

WWW: http://www.haesbaert.org/openmdns/
2016-10-26T02:40:32+00:00 devel/libopenbsd imsg and ohash routines from OpenBSD libutil
libopenbsd is a thin compatibility layer intended to allow a limited set of
OpenBSD software to compile on other BSDs with little or no modification.
2016-10-25T20:44:49+00:00 devel/py-ordered-set MutableSet that remembers its order, so that every entry has an index
An OrderedSet is a custom MutableSet that remembers its order, so that every
entry has an index that can be looked up.

WWW: https://github.com/LuminosoInsight/ordered-set
2016-10-25T20:33:00+00:00 devel/py-weakrefmethod WeakMethod class for storing bound methods using weak references
A WeakMethod class for storing bound methods using weak references.

WWW: https://github.com/twang817/weakrefmethod
2016-10-25T19:37:33+00:00 comms/java-simple-serial-connector Library for working with serial ports from Java
Library for working with serial ports in Java.

WWW: https://github.com/scream3r/java-simple-serial-connector
2016-10-25T18:31:54+00:00 games/gnubik 3D Rubik's cube game
The GNUbik program is an interactive, graphical, single player
puzzle. Yes, this is another implementation of the classic game
like that invented by Erno Rubik. You have to manipulate the cube
using the mouse. When each face shows only one colour, the game is
solved.

WWW: https://www.gnu.org/software/gnubik/
2016-10-24T15:16:51+00:00 www/varnish5 High-performance HTTP accelerator
This is the Varnish high-performance HTTP accelerator.

Documentation and additional information about Varnish is available on
http://varnish-cache.org/docs/index.html

Technical questions about Varnish and this release should be addressed
to <varnish-dev@varnish-cache.org>

Questions about commercial support and services related to Varnish
can be directed here: https://www.varnish-software.com/contact-us

WWW: http://www.varnish-cache.org/
2016-10-24T12:37:41+00:00 net/multicat Simple and efficient multicast and transport stream manipulation
multicat is a 1 input/1 output application. Inputs and outputs can
be network streams (unicast and multicast), files, directories,
character devices or FIFOs. It is thought to be a multicast equivalent
of the popular netcat tool. Typical applications are recording live
transport streams, or playing out TS files without modification.
Also it is able to record a continuous stream into a directory,
rotate the files periodically, and make seamless extracts from it.

Multicat tries to rebuild the internal clock of the input stream;
but it wants to remain agnostic of what is transported, so in case
of files the said clock is stored to an auxiliary file (example.aux
accompanies example.ts) while recording. Other inputs are considered
"live", and the input clock is simply derived from the reception
time of the packets.

WWW: https://www.videolan.org/projects/multicat.html
2016-10-24T12:34:35+00:00 multimedia/multicat Simple and efficient multicast and transport stream manipulation
multicat is a 1 input/1 output application. Inputs and outputs can
be network streams (unicast and multicast), files, directories,
character devices or FIFOs. It is thought to be a multicast equivalent
of the popular netcat tool. Typical applications are recording live
transport streams, or playing out TS files without modification.
Also it is able to record a continuous stream into a directory,
rotate the files periodically, and make seamless extracts from it.

Multicat tries to rebuild the internal clock of the input stream;
but it wants to remain agnostic of what is transported, so in case
of files the said clock is stored to an auxiliary file (example.aux
accompanies example.ts) while recording. Other inputs are considered
"live", and the input clock is simply derived from the reception
time of the packets.

WWW: http://www.videolan.org/projects/multicat.html
2016-10-23T11:49:22+00:00 devel/py-isort Python utility/library to sort Python imports
isort is a Python utility/library to sort imports alphabetically, and
automatically separated into sections. It provides a command line utility,
Python library and plugins for various editors to quickly sort all your imports.

WWW: https://github.com/PyCQA/isort
2016-10-23T09:51:34+00:00 textproc/elasticsearch2-plugin-migration ElasticSearch Migration Plugin
This plugin will help you to check whether you can upgrade directly to
Elasticsearch version 5.x, or whether you need to make changes to your data
before doing so. It will run on Elasticsearch version 2.3.x.

WWW: https://github.com/elastic/elasticsearch-migration
2016-10-23T09:21:53+00:00 security/py-maec Python library for parsing, manipulating, and generating MAEC content
A Python library for parsing, manipulating, and generating MAEC content

WWW: https://github.com/MAECProject/python-maec
2016-10-22T20:34:06+00:00 devel/arduino16 Open-source electronics prototyping platform
Arduino is an open-source electronics prototyping platform based on
flexible, easy-to-use hardware and software. It's intended for artists,
designers, hobbyists, and anyone interested in creating interactive
objects or environments.

The Arduino software consists of a development environment (IDE) and the
core libraries.

WWW: http://arduino.cc/
2016-10-21T22:41:40+00:00 devel/libastylej-arduino
2016-10-20T19:14:45+00:00 www/py-octoprint Web interface for controlling a 3D printer
Snappy web interface for your 3D printer. OctoPrint allows full remote
control and monitoring, it's compatible and extendable, and it's 100%
open source.

WWW: http://octoprint.org/
2016-10-20T17:00:18+00:00 security/py-keystone OpenStack Identity
Keystone provides authentication, authorization and service discovery
mechanisms via HTTP primarily for use by projects in the OpenStack family.

It is most commonly deployed as an HTTP interface to existing identity systems,
such as LDAP.

WWW: https://docs.openstack.org/keystone/
2016-10-20T15:50:12+00:00 devel/py-voluptuous Python data validation library
Voluptuous, despite the name, is a Python data validation library. It is
primarily intended for validating data coming into Python as JSON, YAML, etc.

It has three goals:

1. Simplicity.
2. Support for complex data structures.
3. Provide useful error messages.

WWW: https://github.com/alecthomas/voluptuous
2016-10-20T15:19:37+00:00 devel/py-osprofiler OpenStack Profiler Library
OSProfiler provides a tiny but powerful library that is used by most (soon to be
all) OpenStack projects and their python clients. It provides functionality to
generate 1 trace per request, that goes through all involved services. This
trace can then be extracted and used to build a tree of calls which can be quite
handy for a variety of reasons (for example in isolating cross-project
performance issues).

WWW: https://docs.openstack.org/osprofiler/latest/
2016-10-20T15:18:57+00:00 devel/py-oslo.messaging Oslo Messaging API
The Oslo messaging API supports RPC and notifications over a number of
different messaging transports.

WWW: https://docs.openstack.org/oslo.messaging/latest/
WWW: https://github.com/openstack/oslo.messaging
2016-10-20T15:18:18+00:00 devel/py-keystonemiddleware Middleware for OpenStack Identity
This package contains middleware modules designed to provide authentication and
authorization features to web services other than Keystone. The most prominent
module is keystonemiddleware.auth_token. This package does not expose any CLI or
Python API features.

WWW: https://docs.openstack.org/keystonemiddleware/latest/
WWW: https://github.com/openstack/keystonemiddleware
2016-10-20T15:17:33+00:00 devel/py-oslo.service Oslo.service library
oslo.service provides a framework for defining new long-running services using
the patterns established by other OpenStack applications. It also includes
utilities long-running applications might need for working with SSL or WSGI,
performing periodic operations, interacting with systemd, etc.

WWW: https://docs.openstack.org/oslo.service/latest/
WWW: https://github.com/openstack/oslo.service
2016-10-20T15:16:44+00:00 devel/py-oslo.cache Cache storage for OpenStack projects
oslo.cache aims to provide a generic caching mechanism for OpenStack projects
by wrapping the dogpile.cache library. The dogpile.cache library provides
support memoization, key value storage and interfaces to common caching
backends such as Memcached.

WWW: https://docs.openstack.org/oslo.cache/latest/
WWW: https://github.com/openstack/oslo.cache
2016-10-20T01:45:25+00:00 www/py-bokeh Interactive Web Plotting for Python
Bokeh is a Python interactive visualization library that targets modern web
browsers for presentation. Its goal is to provide elegant, concise construction
of novel graphics in the style of D3.js, and to extend this capability with
high-performance interactivity over very large or streaming datasets. Bokeh can
help anyone who would like to quickly and easily create interactive plots,
dashboards, and data applications.

WWW: http://bokeh.pydata.org/
2016-10-20T01:03:20+00:00 security/keepassx-devel Cross Platform Password Manager
KeePassX is a free/open-source password manager or safe which helps you
to manage your passwords in a secure way. You can put all your
passwords in one database, which is locked with one master key or a
key-disk. So you only have to remember one single master password or
insert the key-disk to unlock the whole database. The databases are
encrypted using the best and most secure encryption algorithms currently
known (AES and Twofish).

WWW: http://www.keepassx.org
2016-10-19T20:53:14+00:00 devel/arduino-tools Brings together all of the tool dependencies used for Arduino 1.6+
arduino-tools is mostly a meta-port to ensure installation of the tools
required by Arduino 1.6. It does some installation to properly structure
the arduino/tools-builder/ structure in such a way that we may use
all of the tools available from ports while not requiring modifications
to devel/arduino-builder to auto-detect the tools.
2016-10-19T18:39:55+00:00 devel/py-oslo.concurrency Oslo Concurrency library
The oslo.concurrency library has utilities for safely running multi-thread,
multi-process applications using locking mechanisms and for running external
processes.

WWW: https://docs.openstack.org/oslo.concurrency/latest/
WWW: https://github.com/openstack/oslo.concurrency
2016-10-19T18:07:40+00:00 devel/py-oslo.middleware Oslo Middleware library
Oslo middleware library includes components that can be injected into wsgi
pipelines to intercept request/response flows. The base class can be enhanced
with functionality like add/delete/modification of http headers and support
for limiting size/connection etc.

WWW: https://docs.openstack.org/oslo.middleware/latest/
WWW: https://github.com/openstack/oslo.middleware
2016-10-19T18:06:06+00:00 devel/py-oslo.log Oslo Log library
The oslo.log (logging) configuration library provides standardized
configuration for all openstack projects. It also provides custom formatters,
handlers and support for context specific logging.

WWW: https://docs.openstack.org/oslo.log/latest/
WWW: https://github.com/openstack/oslo.log
2016-10-19T18:05:00+00:00 devel/py-oslo.db Oslo Database library
The oslo db (database) handling library, provides database connectivity to
different database backends and various other helper utils.

WWW: https://docs.openstack.org/oslo.db/latest/
WWW: https://github.com/openstack/oslo.db
2016-10-19T18:03:34+00:00 devel/py-pycadf CADF Library
This library provides an auditing data model based on the Cloud Auditing Data
Federation specification, primarily for use by OpenStack. The goal is to
establish strict expectations about what auditors can expect from audit
notifications.

WWW: https://docs.openstack.org/pycadf/latest/
WWW: https://github.com/openstack/pycadf
2016-10-19T18:02:35+00:00 devel/py-oslo.policy Oslo Policy library
The Oslo Policy library provides support for RBAC policy enforcement across
all OpenStack services.

WWW: https://docs.openstack.org/oslo.policy/latest/
WWW: https://github.com/openstack/oslo.policy
2016-10-19T15:28:46+00:00 databases/percona-pam-for-mysql PAM plugin for MySQL
Percona PAM authentication plugin for MySQL.

WWW: https://www.percona.com/
2016-10-19T14:50:26+00:00 x11/linux-c7-xorg-libs Xorg libraries (Linux CentOS ${LINUX_DIST_VER})
This package contains X.Org shared libraries.

WWW: https://x.org
2016-10-19T14:50:26+00:00 x11/linux-c7-pixman Low-level pixel manipulation library (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 x11-toolkits/linux-c7-tk85 Graphical toolkit for TCL (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr
2016-10-19T14:50:26+00:00 x11-toolkits/linux-c7-qt-x11 Cross-platform application and UI framework (Linux CentOS ${LINUX_DIST_VER})
Qt is a cross-platform application and UI framework for developers
using C++ or QML, a CSS/JavaScript-like language.

With Qt, code can be reused efficiently to target multiple platforms
with one code base. The modular C++ class library and developer tools
easily enables developers to create applications for one platform and
easily build and run to deploy on another platform.

WWW: http://qt-project.org
2016-10-19T14:50:26+00:00 x11-toolkits/linux-c7-pango Pango library (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 x11-toolkits/linux-c7-openmotif Motif toolkit libraries (Linux CentOS ${LINUX_DIST_VER})
Open Motif runtime libraries for the Linux emulation environment.
2016-10-19T14:50:26+00:00 x11-toolkits/linux-c7-gtk2 GTK+ library, version 2.X (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}0/pkg-descr
2016-10-19T14:50:26+00:00 x11-themes/linux-c7-hicolor-icon-theme High-color icon theme shell from the FreeDesktop project
The freedesktop.org project provides a shared high-color desktop
icon theme shell for use under both KDE and GNOME desktops. This
is a glue port providing a symlink so that Linux apps find their
way around.

WWW: http://www.freedesktop.org/Standards/icon-theme-spec
2016-10-19T14:50:26+00:00 x11-fonts/linux-c7-fontconfig XML-based font configuration API for X Windows (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 www/linux-c7-qtwebkit Qt WebKit implementation (Linux CentOS ${LINUX_DIST_VER})
Qt is a cross-platform application and UI framework for developers
using C++ or QML, a CSS/JavaScript-like language.

With Qt, code can be reused efficiently to target multiple platforms
with one code base. The modular C++ class library and developer tools
easily enables developers to create applications for one platform and
easily build and run to deploy on another platform.

WWW: http://qt-project.org
2016-10-19T14:50:26+00:00 www/linux-c7-flashplugin11
2016-10-19T14:50:26+00:00 textproc/linux-c7-libxml2 Library providing XML and HTML support (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 textproc/linux-c7-expat XML 1.0 parser written in C (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}2/pkg-descr
2016-10-19T14:50:26+00:00 textproc/linux-c7-aspell Spelling checker with better logic than ispell (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 security/linux-c7-openssl OpenSSL libraries (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 security/linux-c7-openssl-compat OpenSSL toolkit (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 security/linux-c7-nss Network Security Services (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 security/linux-c7-libtasn1 ASN.1 structure parser library (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 security/linux-c7-libssh2 Library implementing the SSH2 protocol (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 security/linux-c7-libgpg-error Common error values for all GnuPG components (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 security/linux-c7-libgcrypt Crypto library based on code used in GnuPG (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 security/linux-c7-gnutls GNU Transport Layer Security library (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 security/linux-c7-cyrus-sasl2 RFC 2222 SASL (Simple Authentication and Security Layer) (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}2/pkg-descr
2016-10-19T14:50:26+00:00 print/linux-c7-cups-libs Common UNIX Printing System libraries
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 net/linux-c7-tcp_wrappers-libs Libraries tcp wrappers (Linux CentOS ${LINUX_DIST_VER})
TCP wrappers library.

WWW: http://www.centos.org
2016-10-19T14:50:26+00:00 net/linux-c7-openldap LDAP libraries (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}24-server/pkg-descr
2016-10-19T14:50:26+00:00 net/linux-c7-avahi-libs Libraries for Avahi (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 multimedia/linux-c7-libv4l Video4Linux library (Linux CentOS ${LINUX_DIST_VER})
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
2016-10-19T14:50:26+00:00 multimedia/linux-c7-libtheora Theora Video Compression Codec (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 lang/linux-c7-tcl85 Tool Command Language (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr
2016-10-19T14:50:26+00:00 graphics/linux-c7-tiff Library routines for working with TIFF images (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../tiff/pkg-descr
2016-10-19T14:50:26+00:00 graphics/linux-c7-sdl_ttf Simple library to load True Type Fonts as SDL interfaces (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 graphics/linux-c7-sdl_image Simple library to load images as SDL interfaces (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 graphics/linux-c7-png Library for manipulating PNG images (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../png/pkg-descr
2016-10-19T14:50:26+00:00 graphics/linux-c7-libGLU Mesa libGLU runtime libraries (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 graphics/linux-c7-jpeg SIMD-accelerated JPEG codec (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}-turbo/pkg-descr
2016-10-19T14:50:26+00:00 graphics/linux-c7-jbigkit Lossless compression for bi-level images (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 graphics/linux-c7-jasper JPEG-2000 reference implementation (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 graphics/linux-c7-glx-utils Mesa GLX utilities (Linux CentOS ${LINUX_DIST_VER})
This package contains among others glxinfo and glxgears.

WWW: https://www.centos.org/
2016-10-19T14:50:26+00:00 graphics/linux-c7-gdk-pixbuf2 Graphic library for GTK+ (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 graphics/linux-c7-dri Mesa libGL runtime libraries (Linux CentOS ${LINUX_DIST_VER})
The port installs Linux Mesa libGL runtime libraries and DRI drivers.
2016-10-19T14:50:26+00:00 graphics/linux-c7-cairo Vector graphics library Cairo (Linux CentOS ${LINUX_DIST_VER})
This is a Linux binary port of Cairo.

Cairo is a vector graphics library with cross-device output
support. Currently supported output targets include the X Window
System and in-memory image buffers. PostScript and PDF file output is
planned. Cairo is designed to produce identical output on all output
media while taking advantage of display hardware acceleration when
available (eg. through the X Render Extension).

Cairo provides a stateful user-level API with capabilities similar to
the PDF 1.4 imaging model. Cairo provides operations including stroking
and filling Bezier cubic splines, transforming and compositing translucent
images, and antialiased text rendering.

WWW: http://www.cairographics.org/
2016-10-19T14:50:26+00:00 ftp/linux-c7-curl Tool for transferring files with URL syntax (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 emulators/linux-c7 Meta-port for all things CentOS ${LINUX_DIST_VER}
Linux CentOS 7 meta port.

WWW: http://centos.org
2016-10-19T14:50:26+00:00 dns/linux-c7-libasyncns Library for executing DNS queries (Linux CentOS ${LINUX_DIST_VER})
libasyncns is a C library for Linux/Unix for executing name service queries
asynchronously. It is an asynchronous wrapper around getaddrinfo(3),
getnameinfo(3), res_query(3) and res_search(3) from libc and libresolv.

In contrast to GNU's asynchronous name resolving API getaddrinfo_a(),
libasyncns does not make use of UNIX signals for reporting completion of name
queries. Instead, the API exports a standard UNIX file descriptor which may be
integerated cleanly into custom main loops.

In contrast to asynchronous DNS resolving libraries like libdenise, skadns,
adns, libasyncns is just an asynchronous wrapper around the libc's synchronous
getaddrinfo() API, which has the advantage of allowing name resolution using
techniques like Multicast DNS, LDAP or NIS using standard libc NSS (Name
Service Switch) modules. libasyncns is compatible with IPv6 if the underlying
libc is.

libasyncns is very tiny, consisting of just one header and one source file. It
has no dependencies besides libc.

WWW: http://0pointer.de/lennart/projects/libasyncns/
2016-10-19T14:50:26+00:00 devel/linux-c7-sdl20 Cross-platform multi-media development API (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 devel/linux-c7-sdl12 Cross-platform multi-media development API (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}12/pkg-descr
2016-10-19T14:50:26+00:00 devel/linux-c7-qt RPM of QT4 (Linux CentOS ${LINUX_DIST_VER})
Qt is a cross-platform application and UI framework for developers
using C++ or QML, a CSS/JavaScript-like language.

With Qt, code can be reused efficiently to target multiple platforms
with one code base. The modular C++ class library and developer tools
easily enables developers to create applications for one platform and
easily build and run to deploy on another platform.

WWW: http://qt-project.org
2016-10-19T14:50:26+00:00 devel/linux-c7-nspr Netscape Portable Runtime (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 devel/linux-c7-ncurses-base Terminfo database required by Linux ncurses programs
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 devel/linux-c7-libthai Thai language support library (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 devel/linux-c7-libsigc++20 Callback Framework for C++ (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 devel/linux-c7-libpciaccess Generic PCI access library (CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 devel/linux-c7-libglade2 GNOME glade library (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 devel/linux-c7-libgfortran Runtime libraries for gfortran (Linux Centos ${LINUX_DIST_VER})
Necessary gfortran libs for Linux.

WWW: http://www.centos.org
2016-10-19T14:50:26+00:00 devel/linux-c7-devtools Linux compilers and base libraries (CentOS ${LINUX_DIST_VER})
Development tools and base libraries for linux_base-c7. Required by
some Linux applications such as Matlab, which allows the user to integrate
custom C, C++, and Fortran code via the MEX compiler.

WWW: https://gcc.gnu.org/
2016-10-19T14:50:26+00:00 devel/linux-c7-dbus-libs Libraries for accessing D-BUS (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 devel/linux-c7-dbus-glib GLib bindings for D-Bus (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 databases/linux-c7-sqlite3 Library that implements an embeddable SQL database engine (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}3/pkg-descr
2016-10-19T14:50:26+00:00 audio/linux-c7-sdl_mixer Sample multi-channel audio mixer library (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 audio/linux-c7-pulseaudio-utils Utils for PulseAudio clients (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 audio/linux-c7-pulseaudio-libs Libraries for PulseAudio clients (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 audio/linux-c7-openal-soft 3D positional spatialized sound library (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 audio/linux-c7-libvorbis Audio compression codec library (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 audio/linux-c7-libsndfile Reading and writing files containing sampled sound (like WAV or AIFF) (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 audio/linux-c7-libogg Ogg bitstream library (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 audio/linux-c7-flac Free lossless audio codec (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 audio/linux-c7-esound RPM of esound (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 audio/linux-c7-audiofile Implementation of the Audio File Library (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../lib${PORTNAME}/pkg-descr
2016-10-19T14:50:26+00:00 audio/linux-c7-alsa-utils Advanced Linux Sound Architecture utilities (Linux CentOS ${LINUX_DIST_VER})
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
functionality to the Linux operating system.

WWW: http://www.alsa-project.org/
2016-10-19T14:50:26+00:00 audio/linux-c7-alsa-plugins-pulseaudio PulseAudio plugin for ALSA (Linux CentOS ${LINUX_DIST_VER})
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
functionality to the Linux operating system.

WWW: http://www.alsa-project.org/
2016-10-19T14:50:26+00:00 audio/linux-c7-alsa-plugins-oss OSS plugin for ALSA (Linux CentOS ${LINUX_DIST_VER})
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
functionality to the Linux operating system.

WWW: http://www.alsa-project.org/
2016-10-19T14:50:26+00:00 audio/linux-c7-alsa-lib Advanced Linux Sound Architecture libraries (Linux CentOS ${LINUX_DIST_VER})
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
functionality to the Linux operating system.

WWW: http://www.alsa-project.org/
2016-10-19T14:50:26+00:00 accessibility/linux-c7-atk Accessibility Toolkit (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-10-18T21:19:02+00:00 devel/py-chainmap Backport/clone of chainmap for py26, py32, and pypy3
This module is a polyfill, implementing ChainMap for reasonably-recent versions
of Python that do not have collections.ChainMap--namely, Python 2.6, Python 3.2,
and PyPy3 releases based on Python 3.2. (It will also work as expected on Python
2.7, PyPy, and Python 3.3 and higher, but it is not needed there since those
verions' collections modules contains a ChainMap implementation.)

The code for this package is closely derived from the Python 3.5 source code at
hg.python.org, (especially the collections and reprlib modules). Several changes
have been made to ensure Python 2.6 compatibility, and tests and packaging have
been added.

WWW: https://bitbucket.org/jeunice/chainmap
2016-10-18T21:09:58+00:00 devel/py-pylru Least recently used (lru) cache implementation
Pylru implements a true LRU cache along with several support classes. The cache
is efficient and written in pure Python. It works with Python 2.6+ including the
3.x series. Basic operations (lookup, insert, delete) all run in a constant
amount of time. Pylru provides a cache class with a simple dict interface. It
also provides classes to wrap any object that has a dict interface with a cache.
Both write-through and write-back semantics are supported. Pylru also provides
classes to wrap functions in a similar way, including a function decorator.

WWW: https://github.com/jlhutch/pylru
2016-10-18T20:59:40+00:00 devel/py-sarge Wrapper for subprocess which provides command pipeline functionality
The sarge package provides a wrapper for subprocess which provides command
pipeline functionality.

This package leverages subprocess to provide easy-to-use cross-platform command
pipelines with a Posix flavour: you can have chains of commands using ;, &,
pipes using | and |&, and redirection.

The latest version of sarge can be found on BitBucket:

https://bitbucket.org/vinay.sajip/sarge/

The latest documentation (kept updated between releases) is on Read The Docs:

https://sarge.readthedocs.org/

Please report any problems or suggestions for improvement either via the mailing
list or the issue tracker.

WWW: https://sarge.readthedocs.io/en/latest/
2016-10-18T20:56:50+00:00 www/py-flask-assets Asset management for flask
Integrates the webassets library with Flask, adding support for merging,
minifying and compiling CSS and Javascript files.

WWW: https://github.com/miracle2k/flask-assets
2016-10-18T20:53:13+00:00 www/py-flask-principal Identity management for flask
Identity management for Flask.

WWW: http://packages.python.org/Flask-Principal/
2016-10-18T19:45:23+00:00 security/py-gpgme Gpgme Python bindings
2016-10-18T19:45:23+00:00 security/gpgme-qt5 Gpgme Qt5 bindings
2016-10-18T19:45:23+00:00 security/gpgme-cpp Gpgme C++ bindings
2016-10-18T17:00:27+00:00 www/googler Google Search, Google Site Search, Google News from the terminal
googler is a power tool to Google (Web & News) and Google Site Search
from the command-line. It shows the title, URL and abstract for each result,
which can be directly opened in a browser from the terminal. Results are
fetched in pages (with page navigation). Supports sequential searches
in a single googler instance.

WWW: https://github.com/jarun/googler
2016-10-18T15:02:39+00:00 devel/py-oslo.context Oslo Context library
The Oslo context library has helpers to maintain useful information about a
request context. The request context is usually populated in the WSGI pipeline
and used by various modules such as logging.

WWW: https://docs.openstack.org/oslo.context/latest/
WWW: https://github.com/openstack/oslo.context
2016-10-18T15:02:06+00:00 devel/py-cachetools Extensible memoizing collections and decorators
This module provides various memoizing collections and decorators, including
variants of the Python Standard Library's @lru_cache function decorator.

WWW: https://github.com/tkem/cachetools
2016-10-18T15:01:21+00:00 devel/py-pika-pool Pika connection pooling
Pools for pikas. Pika connection pooling library.

WWW: https://github.com/bninja/pika-pool
2016-10-18T14:23:50+00:00 sysutils/u-boot-rpi3
U-Boot loader and related files for the RPi3

For general information about U-Boot see WWW: https://www.denx.de/wiki/U-Boot
2016-10-17T18:18:23+00:00 devel/py-futurist Useful additions to futures, from the future
Code from the future, delivered to you in the now. The goal of this library
would be to provide a well documented futures classes/utilities/additions that
allows for providing a level of transparency in how asynchronous work gets
executed. This library currently adds statistics gathering, an eventlet
executor, a synchronous executor etc.

WWW: https://pypi.org/project/futurist/
2016-10-17T18:15:48+00:00 devel/py-retrying General-purpose retrying library, written in Python
Retrying is an Apache 2.0 licensed general-purpose retrying library, written
in Python, to simplify the task of adding retry behavior to just about
anything.

WWW: https://github.com/rholder/retrying
2016-10-17T18:12:52+00:00 devel/py-python-editor Programmatically open an editor, capture the result
python-editor is a library that provides the editor module for programmatically
interfacing with your system’s $EDITOR.

WWW: https://github.com/fmoo/python-editor
2016-10-17T18:10:15+00:00 devel/py-fasteners Python package that provides useful locks
A python package that provides useful locks.

WWW: https://github.com/harlowja/fasteners
2016-10-17T14:28:01+00:00 security/bzrtp ZRTP support library (RFC 6189)
This library provides support for ZRTP (RFC 6189), a media path key
agreement protocol for unicast secure RTP.

WWW: https://www.linphone.org
2016-10-17T14:28:01+00:00 net/bctoolbox Belledonne Communications utility library
Belledonne Communications utility library.

WWW: https://www.linphone.org/
2016-10-16T22:01:22+00:00 devel/arm-none-eabi-newlib Newlib distribution for ${NEWLIB_TARGET} targets
Newlib is a C library intended for use on embedded systems. It is
a conglomeration of several library parts, all under free software
licenses, that make them easily usable on embedded products.

WWW: https://www.sourceware.org/newlib/
2016-10-16T10:00:03+00:00 net/p5-Net-Frame-Device Get network device and gateway information
Get network device and gateway information

It is especially useful when you want to do low-level network programming.

WWW: https://metacpan.org/release/Net-Frame-Device
2016-10-15T23:53:45+00:00 math/ceres-solver Nonlinear least squares minimizer
Ceres Solver is an open source C++ library for modeling and solving
large, complicated optimization problems. It is a feature rich, mature
and performant library which has been used in production at Google
since 2010. Ceres Solver can solve two kinds of problems.

1. Non-linear Least Squares problems with bounds constraints.
2. General unconstrained optimization problems.

WWW: http://ceres-solver.org/
2016-10-15T21:30:37+00:00 net/p5-Net-Libdnet6 Add IPv6 support to Net::Libdnet
Add IPv6 support to Net::Libdnet

WWW: https://metacpan.org/release/Net-Libdnet6
2016-10-15T20:40:36+00:00 net/p5-Net-Frame-Simple Base framework for frame crafting
Frame crafting made easy

This module is part of Net::Frame frame crafting framework. It is
totally optional, but can make playing with the network far easier.

Basically, it hides the complexity of frame forging, sending, and
receiving, by providing helper methods, which will analyze internally
how to assemble frames and find responses to probes.

For example, it will take care of computing lengths and checksums,
and matching a response frame to the requesting frame.

WWW: https://metacpan.org/release/Net-Frame-Simple
2016-10-15T07:28:38+00:00 www/py-puppetboard02 Web interface to PuppetDB
Puppetboard is a web interface to PuppetDB aiming to replace the reporting
functionality of Puppet Dashboard.

WWW: https://github.com/voxpupuli/puppetboard
2016-10-15T07:28:38+00:00 databases/py-pypuppetdb03 Library to work with PuppetDB's REST API
This library is a thin wrapper around the PuppetDB REST API providing some
convinience functions and objects to request and hold data from PuppetDB.

WWW: https://github.com/voxpupuli/pypuppetdb
2016-10-15T07:18:19+00:00 textproc/icdiff Improved colored diff
Your terminal can display color, but most diff tools don't make good use of it.
By highlighting changes, icdiff can show you the differences between similar
files without getting in the way. This is especially helpful for identifying
and understanding small changes within existing lines.

Instead of trying to be a diff replacement for all circumstances, the goal of
icdiff is to be a tool you can reach for to get a better picture of what
changed when it's not immediately obvious from diff.

WWW: https://www.jefftk.com/icdiff
2016-10-15T05:24:29+00:00 sysutils/node_exporter Prometheus exporter for machine metrics
Node exporter is a Prometheus exporter for hardware and OS metrics, written in
Go with pluggable metric collectors.

WWW: https://github.com/prometheus/node_exporter
2016-10-15T05:09:11+00:00 net-mgmt/prometheus Systems monitoring and alerting toolkit
Prometheus is a systems and service monitoring system. It collects metrics
from configured targets at given intervals, evaluates rule expressions,
displays the results, and can trigger alerts if some condition is observed
to be true.

Prometheus' main distinguishing features as compared to other monitoring
systems are:

- a multi-dimensional data model (timeseries defined by metric name and
set of key/value dimensions)
- a flexible query language to leverage this dimensionality
- no dependency on distributed storage; single server nodes are autonomous
- timeseries collection happens via a pull model over HTTP
- pushing timeseries is supported via an intermediary gateway
- targets are discovered via service discovery or static configuration
- multiple modes of graphing and dashboarding support
- support for hierarchical and horizontal federation

WWW: https://prometheus.io/
2016-10-14T21:07:02+00:00 java/intellij-ultimate IntelliJ IDEA Ultimate Edition
IntelliJ IDEA is an advanced IDE developed by JetBrains and focused on
developer productivity. The community edition features:
* An intelligent code editor that understands Java code; provides
refactorings, code inspections and intentions, and allows for
fast code navigation.
* Integration with such tools as JUnit and TestNG, Ant and Maven,
and popular version control systems including: CVS, Subversion
and git.
* XML-Java interoperability and comprehensive Groovy programming
language support.
* The Swing UI designer complements the suite of tools for
developing Java desktop applications.

The difference between intellij and intellij-ultimate can be found at

http://www.jetbrains.com/idea/features/editions_comparison_matrix.html

WWW: http://www.jetbrains.com/idea/
2016-10-14T20:34:26+00:00 emulators/qemu-utils QEMU userland utilities
Miscellaneous tools that can be used without the rest of QEMU

* qemu-img: QEMU disk image utility
* qemu-io: QEMU disk exerciser
* qemu-nbd: QEMU disk network block device server

WWW: http://wiki.qemu.org/Main_Page
2016-10-14T19:03:59+00:00 devel/arduino-core Core board support for Arduino devices
Core board support used in Arduino 1.6

WWW: https://www.arduino.cc/
2016-10-14T15:30:38+00:00 lang/referenceassemblies-pcl Microsoft .Net Portable Class Library Reference Assemblies
You can build .NET apps across a wide variety of platforms, and the
Portable Class Library (PCL) helps you share your code and libraries across
.NET platforms. Specifically, the PCL provides a set of common reference
assemblies that enable .NET libraries and binaries to be used on any .NET
based runtime - from phones, to clients, to servers and clouds.

WWW: https://blogs.msdn.microsoft.com/dotnet/2013/10/14/portable-class-library-pcl-now-available-on-all-platforms/
2016-10-13T14:31:38+00:00 security/ngrok Secure tunnels to localhost
Expose local servers behind NATs and firewalls to the public internet over
secure tunnels.

WWW: https://ngrok.com/
2016-10-13T09:59:08+00:00 www/rubygem-turbolinks-classic Turbolinks makes following links in your web application faster
Turbolinks makes following links in your web application faster (use with Rails
Asset Pipeline)

WWW: https://github.com/turbolinks/turbolinks-classic
2016-10-13T00:36:39+00:00 www/varnish-libvmod-digest Varnish Module (vmod) for computing message digests and HMAC
Varnish Module (vmod) for computing HMAC, message digests and working
with base64.

All HMAC- and hash-functionality is provided by libmhash, while
base64 is implemented locally.

WWW: https://github.com/varnish/libvmod-digest
2016-10-12T18:18:24+00:00 devel/arduino-ctags Feature-filled tagfile generator used by Arduino 1.6
Exuberant ctags mixed with anjuta-tags with patches applied by the
Arduino team.

WWW: https://github.com/arduino/ctags
2016-10-12T10:25:50+00:00 net/py-openstackclient Client for the OpenStack
OpenStackClient (aka OSC) is a command-line client for OpenStack
that brings the command set for Compute, Identity, Image,
Object Store and Block Storage APIs together in a single shell
with a uniform command structure.

WWW: https://pypi.python.org/pypi/python-openstackclient
2016-10-12T10:25:14+00:00 net/py-neutronclient Client for the OpenStack Neutron API
This is a client for the OpenStack Neutron API. There's a Python
API (the neutronclient module), and a command-line script (neutron).
Each implements 100% of the OpenStack Neutron API.

WWW: https://pypi.python.org/pypi/python-neutronclient
2016-10-12T10:24:37+00:00 net/py-keystoneclient Client for the OpenStack Keystone API
A client for the OpenStack Identity API, implemented by the Keystone team.
It contains a Python API (the keystoneclient module) for
OpenStack's Identity Service.

WWW: https://pypi.python.org/pypi/python-keystoneclient
2016-10-12T10:23:58+00:00 net/py-glanceclient Client for the OpenStack Glance API
This is a client for the OpenStack Glance API. There's a Python
API (the glanceclient module), and a command-line script (glance).
Each implements 100% of the OpenStack Glance API.

WWW: https://pypi.python.org/pypi/python-glanceclient
2016-10-12T10:23:05+00:00 net/py-cinderclient Client for the OpenStack Cinder API
This is a client for the OpenStack Cinder API. There's a Python
API (the cinderclient module), and a command-line script (cinder).
Each implements 100% of the OpenStack Cinder API.

WWW: https://pypi.python.org/pypi/python-cinderclient
2016-10-12T10:22:12+00:00 devel/py-warlock Python object model built on JSON schema and JSON patch
Warlock creates self-validating Python objects using JSON schema.

WWW: https://github.com/bcwaldon/warlock
2016-10-12T10:21:17+00:00 devel/py-unicodecsv Drop-in replacement for Python 2 csv module with Unicode support
The unicodecsv is a drop-in replacement for Python 2.7's csv module which
supports unicode strings without a hassle.

WWW: https://github.com/jdunck/python-unicodecsv
2016-10-12T10:20:37+00:00 devel/py-requestsexceptions Library to find the correct path to exceptions in the requests library
Import exceptions from potentially bundled packages in requests.

WWW: https://github.com/openstack/requestsexceptions
2016-10-12T10:19:44+00:00 devel/py-oslo.config Oslo Configuration library
The Oslo configuration API supports parsing command
line arguments and .ini style configuration files.

WWW: https://docs.openstack.org/oslo.config/latest/
WWW: https://github.com/openstack/oslo.config
2016-10-12T10:18:25+00:00 devel/py-osc-lib OpenStackClient Library
OpenStackClient (aka OSC) is a command-line client for OpenStack. osc-lib is a
package of common support modules for writing OSC plugins.

WWW: https://docs.openstack.org/osc-lib/latest/
WWW: https://github.com/openstack/osc-lib
2016-10-12T10:17:16+00:00 devel/py-os-client-config OpenStack client configuration library
os-client-config is a library for collecting client configuration for using an
OpenStack cloud in a consistent and comprehensive manner. It will find cloud
config for as few as 1 cloud and as many as you want to put in a config file. It
will read environment variables and config files, and it also contains some
vendor specific default values so that you don't have to know extra info to use
OpenStack.

WWW: https://docs.openstack.org/os-client-config/latest/
WWW: https://github.com/openstack/os-client-config
2016-10-12T10:15:57+00:00 devel/py-openstacksdk SDK for building applications to work with OpenStack
openstacksdk is a client library for building applications to work with
OpenStack clouds. The project aims to provide a consistent and complete set of
interactions with OpenStack's many services, along with complete documentation,
examples, and tools.

It also contains an abstraction interface layer. Clouds can do many things, but
there are probably only about 10 of them that most people care about with any
regularity. If you want to do complicated things, the per-service oriented
portions of the SDK are for you. However, if what you want is to be able to
write an application that talks to clouds no matter what crazy choices the
deployer has made in an attempt to be more hipster than their self-entitled
narcissist peers, then the Cloud Abstraction layer is for you.

WWW: https://docs.openstack.org/openstacksdk/latest/
WWW: https://github.com/openstack/openstacksdk
2016-10-12T10:15:12+00:00 devel/py-cmd2 Build interactive command line applications in Python
cmd2 is a tool for building interactive command line applications in Python. Its
goal is to make it quick and easy for developers to build feature-rich and
user-friendly interactive command line applications. It provides a simple API
which is an extension of Python's built-in cmd module. cmd2 provides a wealth of
features on top of cmd to make your life easier and eliminates much of the
boilerplate code which would be necessary when using cmd.

WWW: https://github.com/python-cmd2/cmd2
2016-10-12T10:13:21+00:00 devel/py-cliff Command Line Interface Formulation Framework
cliff is a framework for building command line programs. It uses setuptools
entry points to provide subcommands, output formatters, and other extensions.

WWW: https://docs.openstack.org/cliff/latest/
WWW: https://github.com/openstack/cliff
2016-10-11T22:03:26+00:00 devel/listserialc Simple multiplatform program to list serial ports with vid/pid/iserial
Simple multi-platform program to list serial ports with vid/pid/iserial fields.

WWW: https://github.com/arduino/listSerialPortsC
2016-10-11T21:19:35+00:00 devel/arduino-sevseg Arduino seven segment display library
Arduino seven segment display library

This library turns your Arduino into a seven segment display
controller! Use it to easily display numbers on your seven segment
display without any additional controllers.

It supports common cathode and common anode displays, and the use
of switching transistors. Displays with 1 to 9 digits can be used,
and decimal places are supported. Characters and strings are not
supported.

WWW: https://github.com/DeanIsMe/SevSeg
2016-10-11T15:02:05+00:00 devel/arduino-builder Command line tool for building Arduino sketches
arduino-builder is a command line tool for compiling Arduino sketches.
It is used by newer versions of the Arduino IDE, and may also be used
standalone if provided hardware definitions and a tools directory.

WWW: https://github.com/arduino/arduino-builder
2016-10-11T00:57:39+00:00 games/wordwarvi Side-scrolling shoot'em up '80s style arcade game
Word War vi is your basic side-scrolling shoot 'em up '80s style
arcade game. You pilot your "vi"per craft through core memory,
rescuing lost .swp files, avoiding OS defenses, and wiping out those
memory hogging emacs processes. When all the lost .swp files are
rescued, head for the socket which will take you to the next node
in the cluster.

WWW: http://smcameron.github.io/wordwarvi/
2016-10-10T23:37:42+00:00 ports-mgmt/port-index-uniquifier Dummy port to ensure major versions have different INDEX files
This is a dummy port which takes its version number from ${OSVERSION}, in
order to work around a bug in portsnap triggered by having identical INDEX
files on different major versions.
2016-10-10T20:15:36+00:00 emulators/citra Nintendo 3DS emulator/debugger
Citra is an experimental open-source Nintendo 3DS emulator/debugger
written in C++. It is written with portability in mind, with builds
actively maintained for Windows, Linux and OS X. Citra only emulates a
subset of 3DS hardware, and therefore is generally only useful for
running/debugging homebrew applications. At this time, Citra is even
able to boot several commercial games! Most of these do not run to a
playable state, but we are working every day to advance the project
forward.

WWW: https://citra-emu.org
2016-10-10T20:15:36+00:00 emulators/citra-qt5
2016-10-10T20:13:18+00:00 textproc/pecl-xdiff2 PECL extension to create/apply binary and text patches
pecl-xdiff is a php extension that creates and applies
patches to both text and binary files.

WWW: https://pecl.php.net/package/xdiff
2016-10-10T20:12:31+00:00 net/pecl-oauth2 Php interface to the OAuth Protocol
pecl-oauth is a php interface to the oauth protocol.
Oauth is an authorization protocol built on top of
HTTP which allows applications to securely access
data without having to store usernames and passwords.

WWW: https://pecl.php.net/package/oauth
2016-10-10T20:11:28+00:00 math/pecl-stats2 PECL extension with routines for statistical computation
Extension for PHP that provides few dozens routines for statistical
computation.

WWW: https://pecl.php.net/package/stats
2016-10-10T12:52:00+00:00 devel/R-cran-data.table Extension of Data.frame
Fast aggregation of large data (e.g. 100GB in RAM), fast ordered
joins, fast add/modify/delete of columns by group using no copies
at all, list columns and a fast file reader (fread). Offers a natural
and flexible syntax, for faster development.

WWW: https://cran.r-project.org/web/packages/data.table/
2016-10-10T12:49:50+00:00 math/R-cran-numDeriv Accurate Numerical Derivatives
Methods for calculating (usually) accurate numerical first and
second order derivatives. Accurate calculations are done using
'Richardson"s' extrapolation or, when applicable, a complex step
derivative is available. A simple difference method is also provided.
Simple difference is (usually) less accurate but is much quicker
than 'Richardson"s' extrapolation and provides a useful cross-check.
Methods are provided for real scalar and vector valued functions.

WWW: https://cran.r-project.org/web/packages/numDeriv/
2016-10-10T11:40:56+00:00 games/gnujump Platform game where you have to jump up to survive
GNUjump is a clone of the simple yet addictive game Xjump, adding
new features like multiplaying, unlimited FPS, smooth floor falling,
themable graphics, sounds, replays, ...

The goal in this game is to jump to the next floor trying not to
fall down. As you go upper in the Falling Tower the floors will
fall faster. Try to survive longer get upper than anyone. It might
seem too simple but once you've tried you'll realize how addictive
this is.

WWW: http://gnujump.es.gnu.org/index.php/Main_Page
2016-10-10T05:13:54+00:00 net/py-sshuttle Full-featured VPN over an SSH tunnel
As far as I (the author) knows, sshuttle is the only program that solves
the following common case:

* Your client machine (or router) is Linux, FreeBSD, or MacOS.
* You have access to a remote network via ssh.
* You don't necessarily have admin access on the remote network.
* The remote network has no VPN, or only stupid/complex VPN protocols
(IPsec, PPTP, etc). Or maybe you are the admin and you just got
frustrated with the awful state of VPN tools.
* You don't want to create an ssh port forward for every single host/port
on the remote network.
* You hate openssh's port forwarding because it's randomly slow and/or
stupid.
* You can't use openssh's PermitTunnel feature because it's disabled by
default on openssh servers; plus it does TCP-over-TCP, which has
terrible performance

WWW: https://github.com/sshuttle/sshuttle
2016-10-10T04:40:10+00:00 sysutils/amazon-ssm-agent Amazon Simple Systems Manager Agent
Amazon SSM (Simple Systems Manager) is a service for remotely controlling
(executing code on) EC2 instances. This port provides the SSM "Agent",
which polls an Amazon Web Services API for commands, spawns them, and
sends their output back.

WWW: https://github.com/aws/amazon-ssm-agent
2016-10-09T08:57:49+00:00 security/rubygem-rex-exploitation Ruby Exploitation(Rex) library for various exploitation helpers
This gem contains various helper mechanisms for creating exploits. This
includes SEH Overwrite helpers, egghunters, command stagers and more.

WWW: https://github.com/rapid7/rex-exploitation
2016-10-09T01:22:59+00:00 astro/opencpn Concise ChartPlotter/Navigator
OpenCPN is a free software project to create a concise chart plotter and
navigation software, for use underway or as a planning tool. OpenCPN is
developed by a team of active sailors using real world conditions for
program testing and refinement.

WWW: https://opencpn.org/
2016-10-07T15:01:12+00:00 net/tcptestsuite Network stack test suite
# TCP Testsuite for FreeBSD based on Packetdrill

This TCP testsuite focuses on testing FreeBSD's TCP stack.
2016-10-06T20:20:54+00:00 net/intel-em-kmod Gigabit FreeBSD Base Drivers for Intel(R) Ethernet
This release includes the gigabit FreeBSD base Drivers for Intel(R)
Ethernet.

NOTE: The Intel(R) 82562v 10/100 Network Connection only provides 10/100
support.

WWW: https://downloadcenter.intel.com
2016-10-06T13:07:12+00:00 editors/ecce Edinburgh Compatible Context Editor
This is a port of ECCE (the Edinburgh Compatible Context Editor). Now
really quite ancient, it is still a favourite among many graduates of
Edinburgh University.

WWW: http://www.gtoal.com/ecce/
2016-10-06T09:23:37+00:00 devel/py-gitless Version control system built on top of Git
Gitless is an experimental version control system built on top of Git. Many
people complain that Git is hard to use. We think the problem lies deeper
than the user interface, in the concepts underlying Git. Gitless is an
experiment to see what happens if you put a simple veneer on an app that
changes the underlying concepts. Because Gitless is implemented on top of Git
(could be considered what Git pros call a "porcelain" of Git), you can always
fall back on Git. And of course your coworkers you share a repository with
need never know that you're not a Git aficionado.

WWW: https://gitless.com/
WWW: https://github.com/gitless-vcs/gitless
2016-10-05T22:50:25+00:00 audio/logitechmediaserver Audio streaming server that powers Squeezebox players from Logitech
An audio streaming server with many features including:

- Web Interface--control the player and manage MP3 Internet radio
- MP3 Internet radio
- Alarm clock
- Automatically imports ID3 tags
- Browse and search by title, artist, album or genre
- Shuffle and repeat albums or songs
- Create, save, and import .pls, .cue and .m3u playlist files
- Displays current date and time when not playing
- Open protocol and command line API--easy to control from other
applications
- Expandable through 3rd party plug-ins and skins
- Supports multiple synchronized players
- Cross platform Open Source software, written in Perl (GPL)
- Listen from any computer using an MP3 software player (Winamp or iTunes)

Logitech acquired Slim Devices in 2006, prior to which Logitech Media Server
was known as Squeezebox Server (version 7.4 to 7.6) and SlimServer (before 7.4).

WWW: http://wiki.slimdevices.com/index.php/Squeezebox_Server
2016-10-05T22:50:25+00:00 audio/logitechmediaserver-trackstat Logitech Media Server plugin to store song ratings and statistics
This is a statistic plugin for Logitech Media Server. Logitech Media Server
normally stores statistics about the last time a track was played,
when a specific track was added to the library and how many times a
track has been played. The problem is that all of these statistics are
cleared every time you perform a full rescan of Logitech Media Server.

The TrackStat plugin solves this problem by making sure that the
statistics survive a rescan. Besides this TrackStat also extends the
statistics a bit, one example is that it doesn't count a track as
played just because you listen to the first 2 seconds of it, you will
have to play a certain amount of the track until it is played.
TrackStat also makes it possible to put a rating on all your tracks by
holding a number between 1-5 down on the now playing screen.

The other main functionality the TrackStat plugins provides is various
ways to browse your music based on the statistic information. The
standard Logitech Media Server only makes it possible to show most played
tracks. The TrackStat plugin makes it possible to show the statistics
in a lot more ways. The purpose is simply to give you another way to
select which music you like to play, for example like:

* Find tracks you haven't played for a long time
* Find tracks you have recently added to the library
* Find top rated tracks
* Find least played tracks
* And a lot more...

WWW: http://wiki.slimdevices.com/index.php/TrackStat_plugin
2016-10-05T22:50:25+00:00 audio/logitechmediaserver-superdatetime Logitech Media Server plugin to display weather conditions & forecasts
This is a Logitech Media Server plugin screensaver datetime replacement.
Graphically displays current weather conditions and forecasts. Will
also optionally display stock quotes and upcoming/active game
information for MLB, NBA, NHL, NFL, and college football and
basketball teams at user-configurable intervals.

WWW: http://www.gregbrown.net/squeeze/superdatetime.htm
2016-10-05T22:50:25+00:00 audio/logitechmediaserver-sqlplaylist Logitech Media Server plugin to create playlists based on SQL queries
This plugin for Logitech Media Server makes it possible to create smart
playlists. Although the standard Logitech Media Server doesn't support
smart playlists by itself, together with iTunes and the standard
Logitech Media Server iTunes integration, it is possible to use smart
playlists defined in iTunes. The problem though is that the integrated
iTunes smart playlists will not be recalculated until the next time
you perform a rescan in Logitech Media Server. The SQL Playlist plugin
takes care of this problem and implements native smart playlist in
Logitech Media Server without any need to use iTunes. The smart playlists
implemented in SQL Playlist will also be automatically re-calculated
after each track played so they will be based on the latest statistic
information.

A smart playlist in SQL Playlist are continous and will run forever in
the same way as the standard Random Mix plugin, you can optionally
also choose that a smart playlist shouldn't repeat already played
tracks and in that case the music will stop when all songs matching
the playlist has been played.

WWW: http://wiki.slimdevices.com/index.php/SQL_Playlist_plugin
2016-10-05T22:50:25+00:00 audio/logitechmediaserver-lazysearch Logitech Media Server plugin for performing lazy searches
This is a Logitech Media Server plugin to add lazy search capabilities.
Lazy searching allows for much faster entry of search text by allowing
you to forget about multi-tapping and instead just press each of the
remote control buttons once for each of the letters in the text,
whatever position the letter appears in above the button.

WWW: http://www.hickinbottom.com/lazysearch/
2016-10-05T22:50:25+00:00 audio/logitechmediaserver-dynamicplaylist Logitech Media Server plugin to create dynamic playlists
The Dynamic Playlist plugin is a Logitech Media Server plugin that makes
it easier for other plugins to implement different types of playlists.
It shows all supported playlists below the same menu and has the
advantage that the user doesn't have to know which plugin implements a
specific interface.

WWW: http://wiki.slimdevices.com/index.php/Dynamic_Playlist_plugin
2016-10-05T19:55:24+00:00 emulators/virtualbox-ose-nox11
2016-10-05T17:34:01+00:00 multimedia/bitstream Binary MPEG, DVB, IETF, etc. structures access library
biTStream is a set of C headers allowing a simpler access to binary
structures such as specified by MPEG, DVB, IETF, SMPTE, IEEE, SCTE,
etc.

WWW: http://www.videolan.org/developers/bitstream.html
2016-10-05T12:49:48+00:00 devel/erlang-hut Helper library for logging in Erlang
Hut is a header-only library for Erlang libraries and small
applications to stay agnostic to the logging framework in use.

WWW: https://github.com/tolbrino/hut
2016-10-05T06:54:47+00:00 devel/libastylej Source code indenter, formatter, and beautifier (JNI library)
JNI of the Artistic Style source code indenter, formatter, and beautifier.

Artistic Style is a source code indenter, formatter, and beautifier for the C,
C++, C# and Java programming languages. It automatically re-indents and
re-formats source files and can be used from a command line.

WWW: http://astyle.sourceforge.net/
2016-10-05T01:03:04+00:00 emulators/virtualbox-ose-additions-nox11
2016-10-04T20:05:14+00:00 textproc/py-ucl UCL parser and emmitter
UCL parser and emmitter.

WWW: https://github.com/vstakhov/libucl/
2016-10-04T14:32:16+00:00 security/kdbx-viewer ncurses GUI and command-line tool for KeePass2 Database files
Command-line tool written in C for KeePass2 Database files (kdbx).
It works completely read-only at the moment.

Features:
- ncurses GUI to browse and view password database
- Dump raw, decrypted XML content with obscured passwords
- Display tree structure with de-obscured (=readable) passwords
- Get tab-separated (TSV/CSV) password list

WWW: https://max-weller.github.io/kdbx-viewer/
2016-10-03T19:06:31+00:00 devel/py-ipython_genutils Vestigial utilities from IPython
Vestigial utilities from IPython.

WWW: https://pypi.org/project/ipython_genutils/
2016-10-03T17:47:08+00:00 graphics/py-opencv2 OpenCV Python library
2016-10-03T17:47:08+00:00 graphics/opencv2 Open Source Computer Vision library
OpenCV (Open Source Computer Vision Library) is an open source
computer vision and machine learning software library. OpenCV was
built to provide a common infrastructure for computer vision
applications and to accelerate the use of machine perception in the
commercial products. Being a BSD-licensed product, OpenCV makes it
easy for businesses to utilize and modify the code.

The library has more than 2500 optimized algorithms, which includes
a comprehensive set of both classic and state-of-the-art computer
vision and machine learning algorithms. These algorithms can be
used to detect and recognize faces, identify objects, classify human
actions in videos, track camera movements, track moving objects,
extract 3D models of objects, produce 3D point clouds from stereo
cameras, stitch images together to produce a high resolution image
of an entire scene, find similar images from an image database,
remove red eyes from images taken using flash, follow eye movements,
recognize scenery and establish markers to overlay it with augmented
reality, etc.

WWW: http://www.opencv.org
2016-10-03T17:47:08+00:00 graphics/opencv2-java OpenCV Java library
2016-10-03T17:47:08+00:00 graphics/opencv2-core OpenCV core libraries
2016-10-03T15:40:32+00:00 japanese/boiled-mozc Wrapper to mozc.el that offers modeless ("boil"ed) input style
boiled-mozc.el wraps("boil"s) mozc.el to offer modeless input style,
where you can type a Romaji sequence without activating the Mozc input
method and then just hit \M-o or \C-o to obtain its Hiragana and
Kana-Kanji conversion, respectively.

To use `boiled-mozc.el`, just add the following code into your `.emacs`:

(autoload 'boiled-mozc-rK-conv "boiled-mozc"
"Romaji to Kana-Kanji conversion" t)
(autoload 'boiled-mozc-rhkR-conv "boiled-mozc"
"Romaji to Hiragana conversion" t)
(global-set-key "\C-o" 'boiled-mozc-rK-conv)
(global-set-key "\M-o" 'boiled-mozc-rhkR-conv)

WWW: https://github.com/tadanagao/boiled-mozc
2016-10-03T03:52:35+00:00 sysutils/scct Simple Cluster_SSH Clone using Tmux
scct - Simple Cluster_SSH Clone using Tmux

- Quickly create multiple tmux panes, each with an ssh connection to a specified
host and optionally synchronize input
- Written in POSIX sh
- Only depends on tmux

WWW: https://github.com/Jehops/scct
2016-10-02T15:38:05+00:00 devel/elixir-libring Fast consistent hash ring implementation in Elixir
This library implements a stateful consistent hash ring. It's
extremely fast (in benchmarks it's faster than all other implementations
I've tested against, namely voicelayer/hash-ring and sile/hash_ring),
it has no external dependencies, and is written in Elixir.

WWW: https://github.com/bitwalker/libring
2016-10-01T23:34:12+00:00 net-mgmt/riemann-c-client C library and command-line tool for Riemann
Riemann-C-client is a C client library for the Riemann monitoring system,
providing a convenient and simple API, high test coverage and a copyleft
license, along with API and ABI stability.

WWW: https://github.com/algernon/riemann-c-client/#readme
2016-09-30T16:23:59+00:00 net-mgmt/py-snmp_passpersist Python client library for Net-SNMP pass persist backend
SNMP passpersist backend for Net-SNMP

WWW: https://github.com/nagius/snmp_passpersist
2016-09-30T10:03:16+00:00 x11-fonts/oldschool-pc-fonts Ultimate Oldschool PC Font Pack
The Ultimate Oldschool PC Font Pack started out with the idea of paying tribute
to ancient PCs and their bitmapped, pre-GUI typography (if you can call it
that). It was inspired by similar efforts that cover other vintage machines:
classic system fonts from the Amiga, C64, Apple II, Mac, ZX Spectrum,
Atari 8-bit/ST etc. are all celebrated. On the other hand, the IBM PC and its
clones seem to get little love... except for that one VGA text mode font
(which has been remade numerous times, to varying degrees of success).

This collection is here to remedy that, and to bring you pixel-perfect remakes
of various type styles from text-mode era PCs - in modern, multi-platform,
Unicode-compatible TrueType form (plus straight bitmap versions).

Although the goal is to make it a complete resource, the main focus is on
hardware/firmware character sets: the kind that's located in a ROM chip on
the system board or graphics card, which is what you'd see by default when
working in text (or graphics) mode. Software-loadable fonts are also within
the scope of this collection (if associated with a particular machine or
display system), so some of these have also made it in.

WWW: https://int10h.org/oldschool-pc-fonts/
2016-09-30T08:46:29+00:00 devel/sparsehash Extremely memory-efficient hash_map implementation
An extremely memory-efficient hash_map implementation. 2 bits/entry overhead!
The Google SparseHash project contains several hash-map implementations in use
at Google, with different performance characteristics, including an
implementation that optimizes for space and one that optimizes for speed.

WWW: https://github.com/sparsehash/sparsehash
2016-09-30T07:08:56+00:00 math/R-cran-nortest Tests for Normality
Five omnibus tests for testing the composite hypothesis of normality.

WWW: http://cran.r-project.org/web/packages/nortest/
2016-09-30T06:44:33+00:00 devel/R-cran-crayon Colored Terminal Output
Colored terminal output on terminals that support 'ANSI' color and
highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI' color support is
automatically detected. Colors and highlighting can be combined and
nested. New styles can also be created easily. This package was inspired
by the 'chalk' 'JavaScript' project.

WWW: https://CRAN.R-project.org/package=crayon
2016-09-30T06:24:27+00:00 math/R-cran-truncnorm Truncated normal distribution
Density, distribution function, quantile function, random generation
and expected value function for the truncated normal distribution
with mean equal to 'mean' and standard deviation equal to 'sd'.

WWW: https://cran.r-project.org/package=truncnorm
2016-09-29T22:42:19+00:00 databases/powa-web PostgreSQL Workload Analyzer is a performance tool for PostgreSQL
The PostgreSQL Workload Analyzer is performance tool for PostgreSQL 9.4 and
later versions, allowing to collect, aggregate and purge statistics on a
PostgreSQL instance from various sources. It is implemented as a background
worker.

Install databases/powa-archivist on your database servers, and this port
on any achine with psql access to the databases.

WWW: http://powa.readthedocs.org/
2016-09-29T22:42:19+00:00 databases/powa-archivist PostgreSQL workload analyzer background worker
This project is the core extension of the PoWA project, a PostgreSQL Workload
Analyzer that gathers performance stats and provides real-time charts and
graphs to help monitor and tune your PostgreSQL servers.

WWW: http://powa.readthedocs.org/en/latest/powa-archivist/index.html
2016-09-29T22:42:19+00:00 databases/pg_qualstats PostgreSQL extension for collecting statistics about predicates
pg_qualstats is a PostgreSQL extension keeping statistics on predicates found
in WHERE statements and JOIN clauses.

WWW: https://github.com/dalibo/pg_qualstats
2016-09-29T14:06:45+00:00 www/rubygem-turbolinks-source Turbolinks JavaScript assets
Turbolinks JavaScript assets

WWW: https://github.com/turbolinks/turbolinks-source-gem
2016-09-28T23:55:44+00:00 multimedia/mpc-qt Qt 5 clone of Media Player Classic based on libmpv
Media Player Classic Home Cinema is considered by many to be the
quintessential media player for the Windows desktop. Media Player
Classic Qute Theater (mpc-qt) aims to reproduce most of the interface
and functionality of mpc-hc while using libmpv to play video instead
of DirectShow.

WWW: https://github.com/cmdrkotori/mpc-qt-origin
2016-09-28T20:27:55+00:00 security/rubygem-rex-encoder Ruby Exploitation(Rex) library for various polymorphic encoders
This library provides the basis for all of the polymorphic encoders that
Metasploit uses for payload encoding. Encoders are used to try and create a
version of a payload that is free of bad characters as defined by the exploit.

WWW: https://github.com/rapid7/rex-encoder
2016-09-28T20:02:16+00:00 devel/py-pathlib2 Object-oriented filesystem paths
Backport of standard pathlib module which tracks the standard library module,
so all the newest features of the standard pathlib can be used also on older
Python versions.

WWW: https://pypi.org/project/pathlib2/
2016-09-28T02:13:33+00:00 multimedia/kvazaar H.265/HEVC encoder implemented in C
The purpose of this academic open-source project is to develop a video
encoder for the emerging High Efficiency Video Coding (HEVC) standard.
This Kvazaar HEVC encoder is being developed towards the following goals:

1. Coding efficiency close to HEVC reference encoder (HM)
2. Modular encoder structure to simplify its data flow modeling
3. Efficient support for different parallelization approaches
4. Easy portability to different platforms
5. Optimized encoding speed without sacrificing its coding efficiency,
modularity, or portability
6. Reduced computation and memory resources without sacrificing its
coding efficiency, modularity, or portability
7. Excellent software readability and implementation documentation

Achieving these objectives requires encoder with design decisions that
make this open-source encoder unique:

1. The encoder is developed from the scratch (HM used as a reference)
2. The implementation language is platform-independent C

WWW: http://ultravideo.cs.tut.fi/#encoder
2016-09-28T02:13:33+00:00 multimedia/kvazaar-devel
2016-09-28T00:37:53+00:00 devel/p5-Params-ValidationCompiler Build an optimized subroutine parameter validator once, use it forever
Create a customized, optimized, non-lobotomized, uncompromised, and
thoroughly specialized parameter checking subroutine.

WWW: https://metacpan.org/release/Params-ValidationCompiler
2016-09-27T23:46:04+00:00 graphics/ansilove ANSI / ASCII art to PNG converter
ANSi / ASCII art to PNG converter

The following formats are supported:
- .ANS - ANSi (ANSI escape sequences: ANSI X3.64 standard)
- .PCB - PCBoard Bulletin Board System (BBS) own file format
- .BIN - Binary format (raw memory copy of text mode video memory)
- .ADF - Artworx format, supporting custom character sets and palettes
- .IDF - iCE Draw format, supporting custom character sets and palettes
- .TND - TundraDraw format, supporting 24-bit color mode
- .XB - The eXtended Binary XBin format, supporting custom character
sets and palettes

AnsiLove/C is capabable of processing:
- SAUCE records
- DOS and Amiga fonts (embedded binary dump)
- iCE colors

Even more:
- Output files are highly optimized 4-bit PNGs.
- Optionally generates additional (and proper) Retina @2x PNG.
- You can use custom options for adjusting output results.
- Built-in support for rendering Amiga ASCII.

WWW: https://github.com/ansilove/ansilove
2016-09-27T18:25:34+00:00 emulators/ppsspp-qt5
2016-09-27T18:25:34+00:00 emulators/ppsspp-qt4
2016-09-27T18:25:17+00:00 sysutils/android-file-transfer-qt5
2016-09-27T18:25:17+00:00 sysutils/android-file-transfer-qt4
2016-09-27T17:49:37+00:00 devel/py3-yaml
2016-09-27T09:01:23+00:00 net/go-nats Go client for NATS
Golang client for NATS, the cloud native messaging system.

WWW: https://github.com/nats-io/nats
2016-09-27T08:58:23+00:00 devel/go-nuid NATS unique identifier generator library
A highly performant unique identifier generator written in Go.

WWW: https://github.com/nats-io/nuid
2016-09-27T06:47:11+00:00 devel/p5-Test2-Plugin-NoWarnings Fail if tests warn
Loading this plugin causes your tests to fail if there any
warnings while they run. Each warning generates a new failing
test and the warning content is outputted via diag.

This module uses $SIG{__WARN__}, so if the code you're testing
sets this, then this module will stop working.

WWW: https://metacpan.org/release/Test2-Plugin-NoWarnings
2016-09-26T18:18:56+00:00 devel/py3-threema-msgapi Threema Gateway Message SDK for Python
Threema Gateway Message SDK for Python https://gateway.threema.ch/.

WWW: https://github.com/lgrahl/threema-msgapi-sdk-python/
2016-09-26T17:34:19+00:00 devel/py3-click
2016-09-26T06:44:23+00:00 sysutils/android-file-transfer Android MTP client with minimalistic UI
Android File Transfer for Linux - reliable MTP client with
minimalistic UI similar to Android File Transfer for Mac.

Features:
* Simple Qt UI with progress dialogs.
* FUSE wrapper (If you'd prefer mounting your device), supporting
partial read/writes, allowing instant access to your files.
* No file size limits.
* Automatically renames album cover to make it visible from media player.
* No extra dependencies (e.g., libptp/libmtp).
* Available as static/shared library.
* Command line tool (aft-mtp-cli)

WWW: https://github.com/whoozle/android-file-transfer-linux
2016-09-25T17:13:42+00:00 net-mgmt/zabbix32-server Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//})
Zabbix is an enterprise-class open source distributed monitoring solution.

Zabbix is software that monitors numerous parameters of a network and the
health and integrity of servers. Zabbix uses a flexible notification
mechanism that allows users to configure e-mail based alerts for virtually
any event. This allows a fast reaction to server problems. Zabbix offers
excellent reporting and data visualisation features based on the stored
data. This makes Zabbix ideal for capacity planning.

WWW: https://www.zabbix.com/
2016-09-25T17:13:42+00:00 net-mgmt/zabbix32-proxy
2016-09-25T17:13:42+00:00 net-mgmt/zabbix32-frontend
2016-09-25T17:13:42+00:00 net-mgmt/zabbix32-agent
2016-09-25T09:22:19+00:00 sysutils/py-dirsync Advanced directory tree synchronisation tool
Advanced directory tree synchronisation tool based on Python robocopier.

WWW: https://github.com/tkhyn/dirsync
2016-09-24T16:46:14+00:00 sysutils/py-scandir Fast and featureful directory iterator
scandir, a better directory iterator and faster os.walk()

scandir() is a generator version of os.listdir() that returns an iterator
over files in a directory, and also exposes the extra information most
operating systems provide while iterating files in a directory (such as
type and stat information).

This module also includes a version of os.walk() that uses scandir()
to speed it up significantly.

NOTE: If you're using Python version 3.5+, os.scandir() and the speed
improvements to os.walk() are already available in the standard library.

WWW: https://github.com/benhoyt/scandir
2016-09-24T13:31:01+00:00 net/gnatsd Messaging system written in Go
NATS is an open-source, cloud-native messaging system.

WWW: https://nats.io/
2016-09-23T20:29:58+00:00 net/rclone Sync files to and from various cloud services
Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox and
Google Cloud Storage

WWW: https://rclone.org/
2016-09-23T20:08:33+00:00 devel/py-twilio Python module for communicating with the Twilio API
The twilio-python helper library lets you write Python code to make
HTTP requests to the Twilio API.

WWW: https://www.twilio.com/docs/libraries/python
2016-09-23T18:37:47+00:00 devel/bossa Flash programmer for Atmel SAM microcontrollers
BOSSA is a flash programming utility for Atmel's SAM family of flash-based ARM
microcontrollers designed as a replacement for Atmel's SAM-BA software.
This version is a fork of the original project with some Arduino-specific
patches applied that are unlikely to be accepted upstream.

WWW: https://github.com/shumatech/BOSSA
2016-09-23T11:21:28+00:00 devel/elixir-nats NATS client for Elixir
NATS client for Elixir.

WWW: https://github.com/nats-io/elixir-nats
2016-09-23T06:08:42+00:00 www/libjwt JSON Web Token implementation in C
The C implementation of JSON Web Tokens.

WWW: https://github.com/benmcollins/libjwt
2016-09-22T16:08:53+00:00 dns/py3-dnspython
2016-09-22T12:46:36+00:00 multimedia/audacious-plugins-gtk3 Plugins needed for audacious-gtk3
2016-09-22T12:38:57+00:00 multimedia/audacious-gtk3 Gtk+3 port of lightweight and versatile audio player
2016-09-22T11:15:28+00:00 devel/libgrading Simple library for grading C- and C++-language assignments
This is a simple library for grading C- and C++-language assignments. It runs
each test case in a child process in order to capture common programming errors
such as infinite loops and segmentation faults.

WWW: http://trombonehero.github.io/libgrading/
2016-09-21T20:11:09+00:00 databases/pgmodeler PostgreSQL Database Modeler
pgModeler - PostgreSQL Database Modeler - is an open source data modeling
tool designed for PostgreSQL. No more DDL commands written by hand: let
pgModeler do the job for you! This software reunites the concepts of
entity-relationship diagrams and the features that PostgreSQL implements as
extensions of SQL standards.

WWW: http://pgmodeler.com.br/
2016-09-21T12:25:28+00:00 security/py3-libnacl
2016-09-21T11:13:50+00:00 www/py-rollbar Easy and powerful exception tracking with Rollbar
Send messages and exceptions with arbitrary context, get back aggregates, and
debug production issues quickly.

WWW: https://github.com/rollbar/pyrollbar
2016-09-20T18:10:54+00:00 audio/asterisk-espeak Espeak dialplan application for Asterisk
eSpeak For Asterisk provides the "Espeak" dialplan application,
which allows you to use the Espeak speech synthesizer with Asterisk.
This module invokes the Espeak TTS engine locally, and uses it to
render text to speech.

WWW: https://zaf.github.io/Asterisk-eSpeak/
2016-09-20T18:10:18+00:00 audio/asterisk-flite Flite dialplan application for Asterisk
Flite For Asterisk provides the "Flite" dialplan application, which
allows you to use the Flite TTS Engine with Asterisk.

WWW: http://zaf.github.io/Asterisk-Flite/
2016-09-20T17:00:58+00:00 devel/libvslvm Library and tools to access the LVM volume system format
libvslvm is a library to access the Linux Logical Volume Manager (LVM) volume
system format.

WWW: https://github.com/libyal/libvslvm
2016-09-20T16:53:00+00:00 security/py-dfwinreg Digital Forensics Windows Registry
dfWinReg, or Digital Forensics Windows Registry, is a Python module that
provides read-only access to Windows Registry objects.

WWW: https://github.com/log2timeline/dfwinreg
2016-09-20T16:47:29+00:00 security/py-dfdatetime Digital Forensics Date and Time
dfDateTime, or Digital Forensics date and time, provides date and time
objects to preserve accuracy and precision.

WWW: https://github.com/log2timeline/dfdatetime
2016-09-20T15:29:54+00:00 devel/py3-pylru-cache
2016-09-20T15:25:28+00:00 devel/py-pylru-cache LRU cache for Python
LRU cache for python. Provides a dictionary-like object as well
as a method decorator.

WWW: https://pypi.org/project/py_lru_cache/
2016-09-20T11:09:05+00:00 x11-fm/sunflower Twin-panel file manager
Small and highly customizable twin-panel file manager with support for plugins.

WWW: http://sunflower-fm.org/
2016-09-19T11:28:15+00:00 games/tyrian-data Data files for opentyrian
Tyrian game data files, released as freeware, to be used with
opentyrian.

WWW: https://bitbucket.org/opentyrian/opentyrian/wiki/Home
2016-09-19T11:26:26+00:00 games/opentyrian Arcade-style vertical scrolling shooter
OpenTyrian is a port of the DOS shoot-em-up Tyrian. Jason Emery
generously gave the OpenTyrian developers a copy of the Tyrian 2.1
source code, which has since been ported from Turbo Pascal to C.
The port uses SDL, making it easily cross-platform.

Tyrian is an arcade-style vertical scrolling shooter. The story is
set in 20,031 where you play as Trent Hawkins, a skilled fighter-pilot
employed to fight Microsol and save the galaxy.

WWW: https://bitbucket.org/opentyrian/opentyrian/wiki/Home
2016-09-19T11:24:49+00:00 games/garden-of-coloured-lights Old school 2D vertical shoot-em-up with some innovative elements
Garden of coloured lights is an old school 2D vertical shoot-em-up
with some innovative elements. Innovative graphics, soundtrack and
game concept. The game itself is very challenging and as you progress,
you will understand that you are dealing with a true piece of art...

WWW: http://garden.sourceforge.net/
2016-09-18T20:29:51+00:00 multimedia/gstreamer1-qt5
2016-09-17T12:24:39+00:00 security/rubygem-rex-sslscan Ruby Exploitation(Rex) library for scanning SSL/TLS capabilities
This library is a pure ruby implementation of the SSLScan tool originally
written by Ian Ventura-Whiting.

WWW: https://github.com/rapid7/rex-sslscan
2016-09-17T12:21:06+00:00 security/rubygem-rex-socket Ruby Exploitation(Rex) socket abstraction library
The Ruby Exploitation(Rex) Socket Abstraction Library includes all of the code
needed to turn sockets into Rex::Sockets with the functionality for things like
L3 pivoting used by Metasploit.

WWW: https://github.com/rapid7/rex-socket
2016-09-17T12:13:44+00:00 security/rubygem-rex-rop_builder Ruby Exploitation(Rex) library for building ROP chains
This is the Ruby Exploitation(Rex) Library for building ROP chains. It also
comes with the msfrop command line tool.

WWW: https://github.com/rapid7/rex-rop_builder
2016-09-17T12:08:09+00:00 security/rubygem-rex-nop Ruby Exploitation(Rex) library for NOP generation
This library contains the opty2 library for dynamic generation of x86 multi-byte
NOPs. This is useful in writing exploits and encoders. It allows you to dynamic
generate variable length instruction sets that are equivalent to a No Operation
(NOP) without using the actual 0x90 bytecode. The original code was written by
Optyx and spoonm.

WWW: https://github.com/rapid7/rex-nop
2016-09-17T12:04:46+00:00 security/rubygem-rex-bin_tools Ruby Exploitation(Rex) Library for Binary Manipulation
Ruby Exploitation(Rex) Library for Binary Manipulation. This suite of tools
contains ElfScan, MachScan, PEScan, and BinScan. These tools are designed to
help you analyze an executable binary and search for particular instruction
sets. This is particularly useful for things like building ROP chains or SEH
exploits.

WWW: https://github.com/rapid7/rex-bin_tools
2016-09-17T11:41:58+00:00 security/rubygem-rex-core Core libraries required for the Ruby Exploitation (Rex) Suite
The Ruby Exploitation (rex) Core Gem contains the odds and ends of code that so
many other pieces of Rex rely upon, but that are too small to be put into their
own seperate gems. This include some of the ruby cross-platform compatibility
and file utility code.

WWW: https://github.com/rapid7/rex-core
2016-09-17T09:46:54+00:00 x11-toolkits/qt5-quickcontrols2 Set of controls for building complete interfaces in Qt Quick
Qt is a cross-platform application and UI framework for developers
using C++ or QML, a CSS/JavaScript-like language.

The Qt Quick Controls module provides a set of controls that can be
used to build complete interfaces in Qt Quick.

WWW: https://qt-project.org
2016-09-17T09:46:54+00:00 devel/qt5-qdoc-data QDoc configuration files
${.CURDIR:H:H}/devel/qt5/pkg-descr
2016-09-17T09:46:54+00:00 comms/qt5-serialbus Qt functions to access industrial bus systems
2016-09-15T20:49:13+00:00 www/p5-RT-Extension-Gravatar RT Extension to change ticket metadata via email
RT's extension that displays gravatar images within RT

WWW: https://metacpan.org/release/RT-Extension-Gravatar
2016-09-15T20:48:02+00:00 www/p5-RT-Extension-QuickAssign RT Extension to add owner change links on ticket display page
RT's extension that adds owner change links on ticket display page.

WWW: https://metacpan.org/release/RT-Extension-QuickAssign
2016-09-15T20:46:57+00:00 www/p5-RT-Extension-CommandByMail RT Extension to change ticket metadata via email
RT's extension that allows you to change ticket metadata via email.

WWW: https://metacpan.org/release/RT-Extension-CommandByMail
2016-09-15T18:12:44+00:00 korean/imhangul-gtk3 Hangul input module for GTK+ 3.0
Hangul Input Module for GTK+ 3.0

Input method of GTK+ 3.0 widget. To select this modules, click
right button in gtk30 text widget and select "Input Methods" -
"Hangul" (not KSC5601).

WWW: http://code.google.com/p/imhangul/
2016-09-15T18:12:44+00:00 korean/imhangul-gtk2 Hangul input module for GTK+ 2.0
Hangul Input Module for GTK+ 2.0

Input method of GTK+ 2.0 widget. To select this modules, click
right button in gtk20 text widget and select "Input Methods" -
"Hangul" (not KSC5601).

WWW: http://code.google.com/p/imhangul/
2016-09-15T15:39:55+00:00 textproc/pear-Validate_ISPN Validation class for ISPN (International Standard Product Numbers)
This class provides methods to validate:
- ISBN (International Standard Book Number)
- ISSN (International Standard Serial Number)
- ISMN (International Standard Music Number)
- ISRC (International Standard Recording Code)
- EAN/UCC-8 number
- EAN/UCC-13 number
- EAN/UCC-14 number
- UCC-12 (U.P.C.) ID number
- SSCC (Serial Shipping Container Code)

WWW: https://pear.php.net/package/Validate_ISPN
2016-09-15T12:46:49+00:00 net/nats-streaming-server Streaming system server for NATS
NATS is an open-source, cloud-native messaging system. NATS Streaming
is an extremely performant, lightweight reliable streaming platform
built on NATS.

WWW: https://nats.io/
2016-09-15T12:41:02+00:00 archivers/pecl-snappy PHP extension for the snappy compression algorithm
Provides the API to PHP for the snappy compression algorithm by
Google.

WWW: https://github.com/kjdev/php-ext-snappy
2016-09-14T04:24:22+00:00 devel/R-cran-sourcetools Tools for the Reading and Tokenization of R Code
Tools for the reading and tokenization of R code. The 'sourcetools'
package provides both an R and C++ interface for the tokenization
of R code, and helpers for interacting with the tokenized representation
of R code.

WWW: https://cran.r-project.org/web/packages/sourcetools/
2016-09-14T04:06:59+00:00 www/fabio Zero-conf load balancing HTTP(S) router managed by Consul
A fast, modern, zero-conf load balancing HTTP(S) router for deploying
microservices managed by consul.

WWW: https://github.com/fabiolb/fabio
2016-09-14T01:17:27+00:00 games/endless-sky-high-dpi High-DPI graphics for Endless Sky
This is a collection of double-resolution sprites for Endless Sky.
These sprites will only be used if:

- you have set the "zoom factor" to higher than 100% in the preferences, or
- you have a high-DPI monitor.

WWW: https://github.com/endless-sky/endless-sky-high-dpi
2016-09-13T20:58:26+00:00 misc/fortune_strfile Duplicate of strfile(8)
This is a duplicate of strfile(8).

It exists to make it possible to have fortune ports without first having
to install the games distribution.
2016-09-13T20:09:17+00:00 security/dehydrated Pure BASH/ZSH Lets Encrypt client
dehydrated is a pure BASH implementation of the ACME
protocol used by Lets Encrypt.

WWW: https://github.com/dehydrated-io/dehydrated
2016-09-13T20:06:28+00:00 databases/sqlitebrowser-qt5
2016-09-13T18:58:40+00:00 comms/uhd Ettus Research UHD driver framework
UHD is the "Universal Software Radio Peripheral" (USRP) Hardware Driver. It
works on all major platforms (Linux, Windows, and Mac); and can be built with
GCC, Clang, and MSVC compilers.

The goal of UHD is to provide a host driver and API for current and
future Ettus Research products. Users will be able to use the UHD driver
standalone or with third-party applications such as:

GNU Radio
LabVIEW
Simulink
OpenBTS

WWW: https://github.com/EttusResearch/uhd
WWW: https://www.ettus.com/sdr-software/uhd-usrp-hardware-driver/
2016-09-12T19:44:03+00:00 converters/p5-Bencode BitTorrent bencode serialisation format
This module implements the BitTorrent *bencode* serialisation format, as
described in <http://www.bittorrent.org/beps/bep_0003.html#bencoding>.

WWW: https://metacpan.org/release/Bencode
2016-09-12T12:01:36+00:00 sysutils/chyves bhyve front-end manager
chyves is a bhyve front-end manager. chyves manages type-2 virtualized guests by
utilizing hardware virtualization on a base FreeBSD 10.3+ installation. On a
base install, only FreeBSD guests can run. However, with the installation of
sysutils/grub2-bhyve and sysutils/bhyve-firmware from ports or pkg, most other
OSes can run as a guest, including Windows. See DEPENDENCIES section in the man
page for more information.

chyves is targeted for beginners as well as power users. Beginners should find
chyves relatively easy to use with lots of documentation and demonstrations.
While power users should find utility with features such as true ZFS clones,
PCI passthrough, rapid execution against many guests, disk images, and snapshot
reverted states on boot/reboot to name a few of the advanced features.

The name 'chyves' is the pluralized, big endian alphabetic increment of bhyve.
'chyves' is pronounced like 'chives', part of the Allium genus. The onion is
also in the Allium genus.

WWW: http://chyves.org
2016-09-12T05:50:03+00:00 lang/cilkplus Intel Cilk Runtime
Intel Cilk Plus is an extension to the C and C++ languages to support data
and task parallelism.

Primary Features

High Performance:
* An efficient work-stealing scheduler provides nearly optimal
scheduling of parallel tasks
* Vector support unlocks the performance that's been hiding in your
processors
* Powerful hyperobjects allow for lock-free programming
Easy to Learn:
* Only 3 new keywords to implement task parallelism
* Serial semantics make understanding and debugging the parallel
program easier
*Array Notations provide a natural way to express data parallelism
Easy to Use:
* Automatic load balancing provides good behavior in multi-programmed
environments
* Existing algorithms easily adapted for parallelism with minimal
modification
* Supports both C and C++ programmers

WWW: https://www.cilkplus.org/
2016-09-11T15:45:03+00:00 games/easyrpg-player RPG Maker 2000/2003 and EasyRPG games interpreter
EasyRPG Player is a game interpreter to play RPG Maker 2000, 2003
and EasyRPG games. It uses the LCF parser library (liblcf) to read
RPG Maker game data.

EasyRPG Player is part of the EasyRPG Project.

WWW: https://easyrpg.org/
2016-09-11T15:44:29+00:00 games/liblcf Library to handle RPG Maker 2000/2003 and EasyRPG projects
liblcf is a library to handle RPG Maker 2000 and 2003 game data.
It can read and write LCF and XML files.

liblcf is part of the EasyRPG Project.

WWW: https://easyrpg.org/
2016-09-10T19:50:35+00:00 devel/govendor Go vendor tool that works with the standard vendor file
Govendor is a tool that fetches dependencies for Go projects and records them
in the standard vendor.json file.

WWW: https://github.com/kardianos/govendor
2016-09-10T19:10:08+00:00 www/mod_auth_gssapi Apache module for authenticating users with GSSAPI
This module adds support for single-sign-on authentication via GSSAPI
to the Apache httpd. It is intended as a successor to mod_auth_kerb.

WWW: https://github.com/modauthgssapi/mod_auth_gssapi
2016-09-09T15:58:43+00:00 net-mgmt/gnu-ipcalc Modern network address calculation tool for IPv4 and IPv6
This is a modern tool to assist in network address calculations for IPv4 and
IPv6. It acts both as a tool to output human readable information about a
network or address, as well as a tool suitable to be used by scripts or other
programs.

It supports printing a summary about the provided network address, multiple
command line options per information to be printed, transparent IPv6 support,
and in addition it will use libGeoIP if available to provide geographic
information.

WWW: https://github.com/nmav/ipcalc/
2016-09-08T23:51:57+00:00 net/grive2 Open source client for Google Drive
Grive2 is the fork of original "Grive" Google Drive client with the
support for the new Drive REST API and partial sync.

WWW: https://github.com/vitalif/grive2
2016-09-08T20:55:19+00:00 base/gcc GNU Compiler Collection
GCC, the GNU Compiler Collection, support C and C++ suitable for
the FreeBSD base system.

WWW: http://gcc.gnu.org/
2016-09-08T18:11:46+00:00 benchmarks/glmark2 Benchmark for OpenGL (ES) 2.0
glmark2 is a benchmark for OpenGL (ES) 2.0. It uses only the subset of the
OpenGL 2.0 API that is compatible with OpenGL ES 2.0.

WWW: https://launchpad.net/glmark2
2016-09-08T01:42:43+00:00 www/py-django110 High-level Python Web Framework
Django is a high-level Python Web framework that encourages rapid development
and clean, pragmatic design.

Developed and used over the past two years by a fast-moving online-news
operation, Django was designed from scratch to handle two challenges: the
intensive deadlines of a newsroom and the stringent requirements of experienced
Web developers. It has convenient niceties for developing content-management
systems, but it's an excellent tool for building any Web site.

WWW: https://www.djangoproject.com/
2016-09-07T21:45:30+00:00 games/bunnysay Bunny Sign for terminals with UTF-8 support
Bunny Sign for terminals with UTF-8 support

WWW: https://github.com/co60ca/bunnysay
2016-09-07T16:18:56+00:00 security/cardpeek Tool for reading the contents of ISO 7816 smart cards
Cardpeek is a graphical tool to read the contents of ISO 7816 smart cards.
It features a GTK+ v3.0 GUI to represent card data is a tree view, and is
extensible with a scripting language (Lua).

The goal of the project is to allow smart card owners to be better informed
about what type of personal information is stored in these devices.

WWW: http://pannetrat.com/Cardpeek/
2016-09-06T23:44:58+00:00 devel/renpy6
2016-09-06T17:53:30+00:00 archivers/py-python-lhafile LHA(.lzh) file extract interface
Lhafile is python C extension to extract lha file(.lzh). The interface
is like zipfile extension included in regular python distribution. It
does not need external program for extract. It has only extract function,
not archive function.

WWW: https://fengestad.no/python-lhafile/
2016-09-06T17:40:00+00:00 devel/kore Web application framework for writing web APIs in C
Kore is an easy to use web application framework for writing scalable
web APIs in C. Its main goals are security, scalability and allowing
rapid development and deployment of such APIs.

Because of this Kore is an ideal candidate for building robust,
scalable and secure web things.

WWW: http://www.kore.io/
2016-09-05T20:10:30+00:00 emulators/linux_base-c7 Base set of packages needed in Linux mode (Linux CentOS ${LINUX_DIST_VER})
This port contains packages from a near-minimal installation of CentOS 7
Linux. These packages, in conjunction with the Linux kernel module,
form the basis of the Linux compatibility environment. It is designed to
provide a nice user experience by using the FreeBSD configuration for
corresponding Linux stuff where possible. Because of this any work which
needs to chroot into the Linux base may not work as expected (no fallthrough
to the FreeBSD config possible).
2016-09-05T17:19:21+00:00 devel/py-numba Optimizing compiler for Python using LLVM
Numba gives you the power to speed up your applications with high performance
functions written directly in Python. With a few annotations, array-oriented
and math-heavy Python code can be just-in-time compiled to native machine
instructions, similar in performance to C, C++ and Fortran, without having to
switch languages or Python interpreters.

WWW: https://numba.pydata.org/
2016-09-05T11:15:29+00:00 databases/postgresql96-server
PostgreSQL is a sophisticated Object-Relational DBMS, supporting
almost all SQL constructs, including subselects, transactions, and
user-defined types and functions. It is the most advanced open-source
database available anywhere. Commercial Support is also available.

The original Postgres code was the effort of many graduate students,
undergraduate students, and staff programmers working under the direction of
Professor Michael Stonebraker at the University of California, Berkeley. In
1995, Andrew Yu and Jolly Chen took on the task of converting the DBMS query
language to SQL and created a new database system which came to known as
Postgres95. Many others contributed to the porting, testing, debugging and
enhancement of the Postgres95 code. As the code improved, and 1995 faded into
memory, PostgreSQL was born.

PostgreSQL development is presently being performed by a team of Internet
developers who are now responsible for all current and future development. The
development team coordinator is Marc G. Fournier (scrappy@PostgreSQL.ORG).
Support is available from the PostgreSQL developer/user community through the
support mailing list (questions@PostgreSQL.ORG).

PostgreSQL is free and the complete source is available.

WWW: https://www.postgresql.org/
2016-09-05T11:15:29+00:00 databases/postgresql96-pltcl
2016-09-05T11:15:29+00:00 databases/postgresql96-plpython
2016-09-05T11:15:29+00:00 databases/postgresql96-plperl
2016-09-05T11:15:29+00:00 databases/postgresql96-pgtcl
2016-09-05T11:15:29+00:00 databases/postgresql96-docs
2016-09-05T11:15:29+00:00 databases/postgresql96-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: https://www.postgresql.org/
2016-09-05T11:15:29+00:00 databases/postgresql96-client PostgreSQL database (client)
2016-09-04T18:56:53+00:00 dns/knot-resolver Caching full resolver implementation
Knot Resolver is a caching DNS resolver scalable from huge resolver
farms down to home network routers.
Knot Resolver is a modern resolver implementation designed for
scalability, resiliency, and flexibility. Its design is
different from other resolvers: The core architecture is tiny and
efficient, and most of the rich features are implemented as
optional modules, which limits attack surface and improves
performance.

WWW: https://www.knot-resolver.cz/
2016-09-04T08:28:45+00:00 security/rubygem-rex-mime Ruby Exploitation(Rex) methods for creating and parsing MIME messages
This Gem contains all of the Ruby Exploitation(Rex) methods for creating and/or
parsing MIME messages.

WWW: https://github.com/rapid7/rex-mime
2016-09-04T08:27:08+00:00 security/rubygem-nessus_rest Communicate with Nessus Scanner over REST/JSON interface
Ruby library for Nessus JSON/REST interface. This library is used for
communication with Nessus over REST interface. You can start, stop, pause and
resume scan. Watch progress and status of scan, download report, etc.

WWW: https://github.com/kost/nessus_rest-ruby
2016-09-04T07:53:15+00:00 devel/libscca Library and tools to access the Windows Prefetch File (SCCA) format
Library and tools to access the Windows Prefetch File (SCCA) format

WWW: https://github.com/libyal/libscca
2016-09-03T19:56:55+00:00 devel/py-llvmlite Lightweight LLVM python binding for writing JIT compilers
A lightweight LLVM python binding for writing JIT compilers

The old llvmpy binding exposes a lot of LLVM APIs but the mapping
of C++-style memory management to Python is error prone. Numba and
many JIT compilers do not need a full LLVM API. Only the IR builder,
optimizer, and JIT compiler APIs are necessary.

llvmlite is a project originally tailored for Numba's needs, using
the following approach:

- A small C wrapper around the parts of the LLVM C++ API we need
that are not already exposed by the LLVM C API.
- A ctypes Python wrapper around the C API.
- A pure Python implementation of the subset of the LLVM IR builder
that we need for Numba.

WWW: https://github.com/numba/llvmlite
2016-09-03T06:24:27+00:00 databases/libcouchbase Multithreaded noSQL database (client and library)
This is the C client library for Couchbase. It communicates with the cluster
and speaks the relevant protocols necessary to connect to the cluster and
execute data operations.

WWW: https://developer.couchbase.com/documentation/server/current/sdk/c/start-using-sdk.html
2016-09-02T10:14:38+00:00 devel/etcd3 Highly-available key value store and service discovery
A highly-available key value store for shared
configuration and service discovery. etcd is
inspired by zookeeper and doozer, with a focus on:

* Simple: curl'able user facing API (HTTP+JSON)
* Secure: optional SSL client cert authentication
* Fast: benchmarked 1000s of writes/s per instance
* Reliable: Properly distributed using Raft

Etcd is written in Go and uses the raft consensus
algorithm to manage a highly-available replicated log.

WWW: https://github.com/coreos/etcd
2016-09-02T09:09:42+00:00 security/acme-client Native C client for Let's Encrypt, designed for security
acme-client is a client for Let's Encrypt users, but one designed for
security. No Python. No Ruby. No Bash. A straightforward, open source
implementation in C that isolates each step of the sequence.

WWW: https://kristaps.bsd.lv/acme-client/
2016-09-02T08:11:10+00:00 devel/cjose C library implementing JavaScript Object Signing and Encryption (JOSE)
cjose is a C library implementing the Javascript Object Signing and
Encryption (JOSE) framework.

WWW: https://github.com/cisco/cjose
2016-09-01T14:03:28+00:00 devel/erlang-gen_rpc Scalable RPC library for Erlang
gen_rpc uses a mailbox-per-node architecture and gen_tcp processes
to parallelize data reception from multiple nodes without blocking
the VM's distributed port.

WWW: https://github.com/priestjim/gen_rpc
2016-09-01T13:36:05+00:00 misc/timediff Showing time pairs between target timezone and localtime
timediff is a simple command line tool to show time pairs
between target timezone and localtime.

WWW: https://github.com/belgianbeer/timediff
2016-09-01T12:42:19+00:00 www/varnish-modules Collection of Varnish Cache modules by Varnish Software
This is a collection of modules ("vmods") extending Varnish VCL used for
describing HTTP request/response policies with additional capabilities.

WWW: https://github.com/varnish/varnish-modules
2016-08-31T17:46:00+00:00 graphics/piglit Automated OpenGL and OpenCL testsuite
Piglit is a collection of automated tests for OpenGL and OpenCL
implementations.

The goal of Piglit is to help improve the quality of open source
OpenGL and OpenCL drivers by providing developers with a simple means to
perform regression tests.

The original tests have been taken from
- Glean ( http://glean.sourceforge.net/ ) and
- Mesa ( https://www.mesa3d.org/ )

WWW: https://piglit.freedesktop.org/
2016-08-30T23:37:47+00:00 security/snort2pfcd Snort alert to pf blocker
Analyzes snort alert output and blocks ip addresses using pf for a specified
period of time. A passlist is specified in CIDR format to exclude local and
trusted ip address from being blocked.

WWW: https://github.com/onestsam/snort2pfcd
2016-08-30T19:49:27+00:00 devel/apache-rat Release audit tool
Apache Rat.

Apache Rat is a release audit tool, focused on licenses. Use Rat to improve
accuracy and efficiency when checking releases for licenses.

WWW: http://creadur.apache.org/rat/
2016-08-30T15:06:18+00:00 x11/xfce4-goodies Meta-port for software and artwork from the Xfce4 Goodies Project
The Xfce Goodies Project includes additional software and artwork that are
related to the Xfce desktop, but not part of the official release.

The Xfce Project itself provides a lightweight desktop environment, which
includes only the core compoments required for a desktop environment, like a
window manager, a file manager, a session manager, a panel and a few utilities.
Additional software packages and plugins to existing software, like the panel
or the file manager, are provided by the Xfce Goodies Project.

This meta-port does not install any software itself - it simply depends on other
ports which are part of the Xfce Goodies Project, and a few additional ports
which are not officially part of Goodies, but highly recommended for an Xfce
desktop environment.

WWW: https://goodies.xfce.org/
2016-08-29T15:54:30+00:00 net-im/py-fbmq Python library for using the Facebook Messenger API
Python library for using the Facebook Messenger API.

WWW: https://github.com/conbus/fbmq
2016-08-29T15:45:18+00:00 security/rubygem-openvas-omp Communicate with OpenVAS manager through OMP
This Ruby gem is used for communication with OpenVAS manager over OMP. You can
start, stop, pause and resume scan. Watch progress and status of scan, download
report, etc.

WWW: https://github.com/kost/openvas-omp-ruby
2016-08-29T15:44:34+00:00 devel/rubygem-windows_error Provides a way to look up Windows NTSTATUS and Win32 Error Codes
The WindowsError gem provides an easily accessible reference for standard
Windows API Error Codes. It allows you to do comparisons as well as direct
lookups of error codes to translate the numerical value returned by the API,
into a meaningful and human readable message.

WWW: https://github.com/rapid7/windows_error
2016-08-29T14:53:01+00:00 sysutils/qjail4 Utility to quickly deploy and manage jails
This qjail version only supports the RELEASE-10.x series of releases.

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/
2016-08-29T10:22:21+00:00 sysutils/rubygem-vmstat Library to gather memory, cpu, network, load avg and disk information
A focused and fast library to gather memory, cpu, network, load avg and disk

WWW: http://threez.github.com/ruby-vmstat/
2016-08-29T10:17:49+00:00 www/rubygem-hamlit High Performance Haml Implementation
Hamlit is a high performance Haml implementation.

WWW: https://github.com/k0kubun/hamlit
2016-08-28T11:02:35+00:00 www/p5-CatalystX-VirtualComponents Setup virtual Catalyst components
CatalystX::VirtualComponents
Setup virtual Catalyst components

WWW: https://metacpan.org/release/CatalystX-VirtualComponents
2016-08-28T10:55:55+00:00 www/p5-CatalystX-AppBuilder Programatically build your Catalyst app
CatalystX::AppBuilder
Programatically build your Catalyst app

WWW: https://metacpan.org/release/CatalystX-AppBuilder
2016-08-28T08:05:47+00:00 www/p5-Catalyst-View-TT-Alloy Template::Alloy views for Catalyst
Catalyst::View::TT::Alloy
Template::Alloy views for Catalyst

WWW: https://metacpan.org/release/Catalyst-View-TT-Alloy
2016-08-28T07:02:47+00:00 devel/p5-Devel-InheritNamespace Inherit an entire namespace
Devel::InheritNamespace
Inherit an entire namespace

WWW: https://metacpan.org/release/Devel-InheritNamespace
2016-08-27T18:11:18+00:00 net/sbm Simple bandwidth monitor
sbm is a simple bandwidth monitor.

Besides the basic bandwith monitor it comes with two scripts.
sbm-rt-plot can be used for realtime bandwidth graphs and sbm-plot can
be used to generate static graphs for bandwith usage over a period of
time.

WWW: http://git.2f30.org/sbm/
2016-08-27T00:14:11+00:00 base/binutils GNU binary tools for base
The GNU Binutils are a collection of binary tools. The main ones are:

* ld - the GNU linker.
* as - the GNU assembler.

Most of these programs use BFD, the Binary File Descriptor library, to do
low-level manipulation. Many of them also use the opcodes library to assemble
and disassemble machine instructions.

This port may be used as a replacement for the system binutils and support
features from the latest versions of GCC.

For cross-compilation, see the devel/cross-binutils port.

WWW: https://www.gnu.org/software/binutils/
2016-08-26T20:41:29+00:00 x11-fonts/exo Geometric sans serif font with a technological feel
Exo 2 is a complete redrawing of Exo, a contemporary geometric sans serif
typeface that tries to convey a technological/futuristic feeling while keeping
an elegant design. Exo is a very versatile font, so it has 9 weights
(the maximum on the web) and each with a true italic version. Exo 2 has a more
organic look that will perform much better at small text sizes and in long texts.

WWW: http://www.ndiscovered.com/
2016-08-25T15:07:03+00:00 www/p5-HTTP-ProxyPAC Use a proxy auto config file to get proxy info
Use a proxy auto config file to get proxy info.

WWW: https://metacpan.org/release/HTTP-ProxyPAC
2016-08-25T13:15:28+00:00 www/p5-LWP-Protocol-socks Adds support for the socks protocol and proxy facility in LWP
Adds support for the socks protocol and proxy facility in LWP.

WWW: https://metacpan.org/release/LWP-Protocol-socks
2016-08-25T13:15:02+00:00 net/p5-IO-Socket-Socks Provides a way to create socks client or server both 4 and 5 version
Provides a way to create socks client or server both 4 and 5 version.

WWW: https://metacpan.org/release/IO-Socket-Socks
2016-08-25T02:19:15+00:00 databases/neo4j High performance graph store and database
Neo4j is the world's leading Graph Database. It is a high performance graph
store with all the features expected of a mature and robust database, like a
friendly query language and ACID transactions. The programmer works with a
flexible network structure of nodes and relationships rather than static
tables yet enjoys all the benefits of enterprise-quality database. For many
applications, Neo4j offers orders of magnitude performance benefits compared
to relational DBs.

WWW: https://neo4j.com
2016-08-24T19:21:11+00:00 devel/godot-tools Game integrated development environment
2016-08-24T15:13:39+00:00 net/nats-top Top like program monitor for NATS
nats-top is a top-like tool for monitoring NATS servers.

WWW: https://github.com/nats-io/nats-top
2016-08-24T14:00:34+00:00 net/py-nnpy Python bindings for nanomsg (cffi-based)
CFFI-based Python bindings for nanomsg.

WWW: https://github.com/nanomsg/nnpy
2016-08-24T09:49:04+00:00 devel/elixir-stemmer English stemming implementation in Elixir
An English (Porter2) stemming implementation in Elixir.

WWW: https://github.com/fredwu/stemmer
2016-08-24T09:39:45+00:00 devel/elixir-simple_bayes Naive Bayes machine learning implementation in Elixir
A Naive Bayes machine learning implementation in Elixir.

WWW: https://github.com/fredwu/simple_bayes
2016-08-24T09:31:08+00:00 devel/elixir-math Math module for Elixir
The missing Math module for Elixir.

WWW: https://github.com/folz/math
2016-08-24T08:59:46+00:00 devel/elixir-swarm Clustering, registration, and distribution for Elixir
Swarm is both a global distributed registry, like gproc, and a
clustering utility. It was designed for the use case where large
numbers of persistent processes are created for things like devices,
and are unique across a cluster of Erlang nodes, and messages must
be routed to those processes, both individually, and in groups.
Additionally, Swarm is designed to distribute these processes evenly
across the cluster based on a consistent hashing algorithm, and
automatically move processes in response to cluster topology changes,
or node crashes.

WWW: https://github.com/bitwalker/swarm
2016-08-24T08:59:01+00:00 www/py-Tenjin Fast and full-featured template engine based on embedded Python
Tenjin is a very fast and full-featured template engine. You can embed
Python statements and expressions into your template file.
Tenjin converts it into Python script and evaluate it.

WWW: http://www.kuwata-lab.com/tenjin/
2016-08-24T06:17:24+00:00 devel/py-opster Command line parsing speedster
A command line options parser, intended to make writing command line
applications easy and painless. It uses built-in Python types (lists,
dictionaries, etc) to define options, which makes configuration clear
and concise. Additionally it contains possibility to handle subcommands
(i.e. hg commit or svn update).

WWW: https://pypi.org/project/opster/
WWW: https://github.com/piranha/opster/
2016-08-24T04:09:45+00:00 www/ufdbguard URL filter for the Squid web proxy
ufdbGuard is a URL filter for the Squid web proxy. Besides blocking
access from PCs and smartphones to undesired websites, ufdbGuard
has safety features to make browsing safer and to block remote
access. ufdbGuard supports configuration of groups with different
web access policies, SafeSearch enforcement, SSH tunnel detection,
safer HTTPS traffic, time-based access rules and much more.

WWW: https://www.urlfilterdb.com/
2016-08-23T17:44:52+00:00 print/fig2dev Tools to convert Xfig .fig files
Fig2dev is a set of tools for creating TeX documents with graphics
which are portable, in the sense that they can be printed in a wide
variety of environments.

Drivers currently exist for the following graphics languages:
AutoCad slide, BOX, (E)EPIC macros, LaTeX picture environment,
PIC, PiCTeX, PNG, PostScript, Encapsulated Postscript, GIF,
IBM-GL, JPEG, PCX, MF (METAFONT), TeXtyl, TIFF, TPIC, XBM (X11
Bitmap), XPM (X11 Pixmap), and TK (tcl/tk). Fig2dev can be
configured with a subset of these drivers.

WWW: https://en.wikipedia.org/wiki/Xfig
2016-08-23T15:18:26+00:00 x11/qterminal Lightweight Qt-based terminal emulator
Lightweight Qt-based terminal emulator.

WWW: https://github.com/lxqt/qterminal
2016-08-23T15:11:50+00:00 x11-toolkits/qtermwidget Terminal widget for QTerminal
QTermWidget is an opensource project originally based on KDE4 Konsole
application. The main goal of this project is to provide unicode-enabled,
embeddable Qt widget for using as a built-in console (or terminal emulation
widget).

WWW: https://github.com/lxde/qtermwidget
2016-08-23T11:10:11+00:00 textproc/erlang-fast_xml Erlang XML parsing and manipulation library
Fast Expat based Erlang XML parsing library, with a strong focus
on XML stream parsing from network.

WWW: https://github.com/processone/fast_xml
2016-08-23T10:56:48+00:00 textproc/erlang-p1_utils Erlang utility modules from ProcessOne
p1_utils is an application containing ProcessOne modules and tools
that are leveraged in other development projects.

WWW: https://github.com/processone/p1_utils
2016-08-23T10:54:49+00:00 textproc/php70-enchant
2016-08-23T10:54:49+00:00 textproc/php56-enchant
2016-08-23T10:54:49+00:00 textproc/php55-enchant
2016-08-21T19:39:52+00:00 graphics/nplot Charting library for .NET
NPlot is a free charting library for .NET. It boasts an elegant,
flexible API and includes controls for Windows.Forms, ASP.NET
and a class for creating Bitmaps.

WWW: http://nplot.com
2016-08-21T13:50:16+00:00 devel/py-selectors34 Backport of the selectors module from Python 3.4
selectors34 is a backport of the selectors module from Python 3.4. The selectors
module written by Charles-François Natali. This port is based on Victor
Stinner’s trollius/selectors.py port.

WWW: https://pypi.org/project/selectors34/
2016-08-20T18:43:29+00:00 sysutils/read-edid Tools for reading the EDID from a monitor
read-edid is a pair of tools (originally by John Fremlin) for reading the
EDID from a monitor. It should work with most monitors made since 1996,
assuming the video card supports the standard read commands (most do).

Two tools are provided: get-edid, which gets the raw EDID information from
the monitor, and parse-edid, which turns the raw binary information into a
xorg.conf-compatible monitor section (or xrandr-compatible modelines).

WWW: http://www.polypux.org/projects/read-edid/
2016-08-19T21:56:17+00:00 x11-themes/gtk-arc-themes Arc-themes for GTK-2.0 and GTK-3.0 based desktop environments
Arc is a flat theme with transparent elements for GTK 3, GTK 2 and
Gnome-Shell which supports GTK 3 and GTK 2 based desktop environments like
Gnome, Unity, Budgie, Pantheon, XFCE, Mate, etc.

WWW: https://github.com/jnsh/arc-theme
2016-08-19T19:26:26+00:00 www/kohana Elegant HMVC PHP5 framework
Kohana is an elegant, open source, and object oriented HMVC framework
built using PHP5, by a team of volunteers. It aims to be swift,
secure, and small.

WWW: https://kohanaframework.org/
2016-08-18T20:14:55+00:00 audio/pulseaudio-module-sndio Sndio module for PulseAudio
A module for PulseAudio to support playing to sndio servers.

WWW: https://github.com/t6/pulseaudio-module-sndio
2016-08-18T17:46:06+00:00 sysutils/u-boot-a13-olinuxino
U-Boot loader for A13 Olinuxino.

To install this bootloader on an sdcard just do :
dd if=$LOCALBASE/share/u-boot/u-boot-a13-olinuxino/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync

This version is patched so that:
* API features are enabled.
* A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included

For information about running FreeBSD on Allwinner boards, see
https://wiki.freebsd.org/FreeBSD/arm/Allwinner

WWW: https://www.denx.de/wiki/U-Boot
2016-08-18T17:23:00+00:00 sysutils/u-boot-olinuxino-lime
U-Boot loader for Olinuxino Lime.

To install this bootloader on an sdcard just do :
dd if=$LOCALBASE/share/u-boot/u-boot-olinuxino-lime/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync

This version is patched so that:
* API features are enabled.
* A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included

For information about running FreeBSD on Allwinner boards, see
https://wiki.freebsd.org/FreeBSD/arm/Allwinner

WWW: https://www.denx.de/wiki/U-Boot
2016-08-18T17:03:01+00:00 audio/aucatctl Control sndiod and/or aucat volumes
The aucatctl utility sends MIDI messages to control sndiod and/or
aucat volumes.

WWW: http://www.sndio.org/
2016-08-18T02:21:07+00:00 sysutils/libcpuid Small x86 CPU identification library
libcpuid is a small C library for x86 CPU detection and feature extraction.
Using it, you can:

- Get the processor vendor, model, brand string, code name, etc.
- Get information about CPU features such as: number of cores or logical
CPUs, cache sizes, CPU clock, etc.
- Check if the processor implements a specific instruction set such as
SSE2 or 3DNow!
- Execute the CPUID and RDTSC instructions in a portable way
- And have this all in your commercial application, without getting into
trouble, due to permissive license

Reference utility (rather advanced and useful on its own) is also provided.

WWW: http://libcpuid.sourceforge.net/
2016-08-17T21:19:42+00:00 www/wt Widget-centric C++ library for developing web applications
Wt (pronounced as witty) is a C++ library for developing web applications.

The API is widget-centric and uses well-tested patterns of desktop GUI
development tailored to the web. To the developer, it offers abstraction of
many web-specific implementation details, including client-server protocols
(HTTP, Ajax, WebSockets), and frees the developer from tedious JavaScript
manipulations of HTML and dealing with cross-browser issues. Instead, with Wt,
you can focus on actual functionality with a rich set of feature-complete
widgets. Unlike old-school page-based frameworks or current-day single-page
JavaScript "frameworks", Wt allows you to create stateful applications that are
at the same time highly interactive (using WebSockets and Ajax for everything)
but still support plain HTML browsers or web crawlers using automatic graceful
degradation or progressive enhancement. Things that are natural and simple
with Wt would require an impractical amount of development effort otherwise:
switching widgets using animations, while retaining clean URLs and browser
navigation functions, or having a persistent chat widget open throughout the
entire application, that even works in legacy browsers like Microsoft Internet
Explorer 6.

The library comes with an application server that acts as a stand-alone
Http(s)/WebSocket server or integrates through FastCGI with other web servers.

WWW: https://www.webtoolkit.eu/wt
2016-08-17T18:33:24+00:00 devel/py-qt5-help Python bindings for the Qt5 toolkit, QtHelp module
PyQt5 is a set of Python bindings for Digia's Qt5 application framework.
This package provides the QtHelp module.

WWW: https://riverbankcomputing.com/software/pyqt
2016-08-17T18:10:01+00:00 net-p2p/libswift IETF Peer-to-Peer Streaming Peer Protocol implementation
LibSwift is the reference UDP-based implementation of IETF RFC7574,
a multi-peer transport layer protocol. Its mission is to disseminate
content among a swarm of peers.

Given a root hash, the data is received from whatever source available
and data integrity is checked cryptographically with Merkle hash
trees.

WWW: https://github.com/skunkwerks/libswift
2016-08-17T00:45:17+00:00 games/iortcw Game engine for Return to Castle Wolfenstein
Return to Castle Wolfenstein is a military- and occult-themed
first-person shooter game in a Second World War setting, originally
released in 2001. It is a sequel to Wolfenstein 3D.

This port contains the iortcw game engines for the single-player
campaign and multiplayer, based on ioquake3 and the GPL source
releases of RtCW.

Return to Castle Wolfenstein requires non-distributable game data
files, which you have to install manually (see pkg-message).

WWW: https://github.com/iortcw/iortcw
2016-08-16T07:57:21+00:00 databases/libzbxpgsql Zabbix agent module for comprehensive monitoring of PostgreSQL servers
This project provides comprehensive monitoring of PostgreSQL servers using a
natively compiled Zabbix agent module, written in C.

The module enables discovery and monitoring of tablespaces, databases,
namespaces, tables, indexes, etc.

A preconfigured Zabbix Template is also included for your convenience.

WWW: http://cavaliercoder.com/libzbxpgsql/
2016-08-15T16:34:41+00:00 audio/py3-mutagen
2016-08-15T15:36:19+00:00 devel/grantlee5 String template engine for Qt 5
Grantlee is a string template engine based on the Django template
system and written using the Qt framework.

WWW: https://github.com/steveire/grantlee
2016-08-15T05:29:11+00:00 sysutils/nfcutils Listing NFC devices and in-field tags or targets
Near Field Communication (NFC) utilities

This package contains one utility for listing NFC devices and
in-field tags or targets.

WWW: https://github.com/nfc-tools/nfcutils/
2016-08-14T15:30:26+00:00 net-p2p/torrentcheck Command-line torrent viewer and hash checker
This program is a command-line utility to catalog and verify torrent files.
Run with only the -t option, it displays the metadata, name, and size of
each file in the torrent. Run with the -t and -p options, it computes the
hashes of all files in the torrent, compares them against the hashes stored
in the metadata, and warns of any errors.

Torrentcheck also verifies the length of each file, and flags an error if
the length is wrong even if the hash codes match. It is designed to handle
files over 4GB on a 32-bit machine.

If torrentcheck returns "torrent is good" at the end of its output, every
byte of every file in the torrent is present and correct, to a high degree
of certainty (as explained in the README file).

WWW: https://sourceforge.net/projects/torrentcheck/
2016-08-14T09:20:22+00:00 devel/linux-kernel Linux kernel
The Linux kernel.

This port is a building block for creating custom Linux appliances in
FreeBSD as part of your regular package build without a Linux VM or
jail.

Provide your own Linux kernel configuration file via the LINUX_KCONFIG
make variable, or create your own via support of Linux' config tools.

The default configuration comes with QEMU/KVM guest support.

WWW: https://www.kernel.org/
2016-08-13T22:44:06+00:00 devel/rubygem-ruby_dep Creates a version constraint of supported Rubies
Creates a version constraint of supported Rubies,suitable for a gemspec file

WWW: https://github.com/e2/ruby_dep
2016-08-12T19:27:36+00:00 www/py-django_polymorphic Seamless Polymorphic Inheritance for Django Models
Django-polymorphic simplifies using inherited models in Django projects.
When a query is made at the base model, the inherited model classes are
returned.

WWW: https://github.com/chrisglass/django_polymorphic
2016-08-12T19:16:13+00:00 security/pecl-libsodium PHP wrapper for the Sodium cryptographic library
A simple, low-level PHP extension for libsodium.

WWW: https://pecl.php.net/package/libsodium
2016-08-12T16:41:49+00:00 textproc/fzf Blazing fast command-line fuzzy finder
FZF is a general-purpose command-line fuzzy finder.

WWW: https://github.com/junegunn/fzf/
2016-08-12T16:20:36+00:00 devel/go-shellwords Go library to parse line as shell words
Parse line as shell words.

WWW: https://github.com/mattn/go-shellwords
2016-08-12T11:40:38+00:00 security/py-tuf Framework for securing software update systems
TUF (The Update Framework) helps developers secure their new or existing
software update systems.

Software update systems are vulnerable to many known attacks, including
those that can result in clients being compromised or crashed. TUF helps
solve this problem by providing a flexible security framework that can
be added to software updaters.

WWW: https://www.updateframework.com
2016-08-11T16:39:29+00:00 cad/NASTRAN-95 NASA Structural Analysis System
NASTRAN-95

NASTRAN is the NASA Structural Analysis System, a finite element analysis
(FEA) program completed in the early 1970's. It was the first of its kind
and opened the door to computer-aided engineering. Subsections of a design
can be modeled and then larger groupings of these elements can again be
modeled. NASTRAN can handle elastic stability analysis, complex
eigenvalues for vibration and dynamic stability analysis, dynamic response
for transient and steady state loads, and random excitation, and static
response to concentrated and distributed loads, thermal expansion, and
enforced deformations.

NOTE: There is no technical support available for this software.

WWW: https://github.com/nasa/NASTRAN-95
2016-08-11T16:22:55+00:00 cad/NASTRAN NASA Structural Analysis System
NASTRAN-95

NASTRAN is the NASA Structural Analysis System, a finite element analysis
(FEA) program completed in the early 1970's. It was the first of its kind
and opened the door to computer-aided engineering. Subsections of a design
can be modeled and then larger groupings of these elements can again be
modeled. NASTRAN can handle elastic stability analysis, complex
eigenvalues for vibration and dynamic stability analysis, dynamic response
for transient and steady state loads, and random excitation, and static
response to concentrated and distributed loads, thermal expansion, and
enforced deformations.

NOTE: There is no technical support available for this software.

WWW: https://github.com/nasa/NASTRAN-95/
2016-08-11T15:57:37+00:00 net/pear-Net_Growl Send notifications to Growl
Growl is a MACOSX application that listen to notifications sent by
applications and displays them on the desktop using different display
styles. Net_Growl offers the possibility to send notifications to Growl
from your PHP application through network communication using UDP.

WWW: https://pear.php.net/package/Net_Growl/
2016-08-11T15:13:34+00:00 multimedia/py-cec Python bindings for libcec
python-cec allows you to control your TV, reciever and other CEC-compliant HDMI
devices from a python script on a computer. Most computer graphics cards don't
support CEC; you'll need a Pulse-Eight USB-CEC adapter or a Raspberry Pi
(Untested).

WWW: https://github.com/trainman419/python-cec
2016-08-11T11:12:22+00:00 sysutils/ipdbtools Tools for IP based Geo-blocking and Geo-routing
Tools for generating IP based Geo-block-ing and Geo-routing tables in
order to configure the system's firewall and/or routing facilities

In general, routing is determined by destination IP addresses, and access
control by the firewall is established by selectors that can be attrib-
uted to incoming and outgoing IP packets, like physical interfaces on
which the packets are going, source and target IP addresses, protocol
types, port numbers, content types and content, etc. The Geo-location
would be just another selector, but this information is not carried
explicitly with IP packets, however, it can be obtained using an IP
address as a key for looking-up the location in an IP database.

Online databases do exist, but these are usually limited to single queries
and in addition the look-up in an online database is by far too slow for
even thinking about being utilized at the firewall level, where IP packets
need to be processed in a microsecond time scale. Therefore, a locally
maintained Geo-location database is indispensable in the given respect.
The System's own routing and filtering tables can be configured to do
these tasks if there is a source of the appropriate data. The ipdbtools(1)
are designed to provide this data and to assist managing and using it.

WWW: https://cyclaero.github.io/ipdb/
2016-08-11T05:26:42+00:00 sysutils/u-boot-pcduino3
U-Boot loader for pcDuino3

To install this bootloader on an sdcard just do :
dd if=$LOCALBASE/share/u-boot/u-boot-pcduino3/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync

This version is patched so that:
* API features are enabled.
* A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included

For information about running FreeBSD on Allwinner boards, see
https://wiki.freebsd.org/FreeBSD/arm/Allwinner

WWW: https://www.denx.de/wiki/U-Boot
2016-08-10T20:00:35+00:00 devel/babeltrace Tool and library to read, write and convert execution traces
babeltrace provides trace read and write libraries, as well as a trace
converter. A plugin can be created for any trace format to allow its conversion
to/from another trace format.
The main format expected to be converted to/from is the Common Trace
Format (CTF). The latest version of the CTF specification can be found at
git://git.efficios.com/ctf.git
gitweb: http://git.efficios.com/?p=ctf.git
The CE Workgroup of the Linux Foundation, Ericsson, and EfficiOS have
sponsored this work.

WWW: http://www.efficios.com/babeltrace
2016-08-10T09:39:00+00:00 misc/elixir-mime MIME type module for Elixir
A library that maps mime types to extensions and vice-versa.

WWW: https://github.com/elixir-lang/mime
2016-08-09T19:36:46+00:00 devel/py-mailcap-fix Mailcap module that correctly handles windcard entries
This package patches the python standard library's mailcap module in order to
correctly handle wildcard entries.

The bug is documented on the bug tracker here: issue 14977

WWW: https://github.com/michael-lazar/mailcap_fix
2016-08-08T08:07:15+00:00 lang/erlang-runtime19 Functional programming language from Ericsson
Erlang is a programming language used to build massively scalable soft
real-time systems with requirements on high availability. Some of its
uses are in telecoms, banking, e-commerce, computer telephony and
instant messaging. Erlang's runtime system has built-in support for
concurrency, distribution and fault tolerance.

This port contains a standalone runtime environment of Erlang 19
to be used during the development of OTP applications.

WWW: https://www.erlang.org/
2016-08-07T16:50:01+00:00 devel/llvm39 LLVM and Clang
The LLVM Project is a collection of modular and reusable compiler and
toolchain technologies.

This port includes Clang (a C/C++/Objective-C compiler), LLD (a linker),
LLDB (a debugger), an OpenMP runtime library, and the LLVM infrastructure
these are built on.

WWW: http://llvm.org/
2016-08-06T13:21:16+00:00 www/py-boto3 AWS SDK for Python
Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK)
for Python, which allows Python developers to write software that makes
use of services like Amazon S3 and Amazon EC2. You can find the latest,
most up to date, documentation at Read the Docs, including a list of
services that are supported.

WWW: https://github.com/boto/boto3
2016-08-06T12:43:50+00:00 x11-fonts/hack-font Typeface designed for source code
Hack is monospaced font designed to be a workhorse typeface for code. It has
deep roots in the libre, open source typeface community and expands upon the
contributions of the Bitstream Vera & DejaVu projects. The project is in active
development. We welcome your input and contributions.

WWW: https://sourcefoundry.org/hack/
2016-08-06T07:04:36+00:00 graphics/py-mayavi Application and library for 3D visualization and plotting in Python
3D Scientific Data Visualization and Plotting.

The Mayavi project includes two related packages for 3-dimensional
visualization:
Mayavi: A tool for easy and interactive visualization of data, with
seamless integration with Python scientific libraries.
TVTK: A Traits-based wrapper for the Visualization Toolkit, a popular
open-source visualization library.

These libraries operate at different levels of abstraction. TVTK
manipulates visualization objects, while Mayavi lets you operate
on your data, and then see the results. Most users either use the
Mayavi user interface or program to its scripting interface; you
probably don't need to interact with TVTK unless you want to create
a new Mayavi module.

WWW: http://code.enthought.com/pages/mayavi-project.html
2016-08-05T23:08:37+00:00 games/zdoom Source port for Doom-engine games
ZDoom is an enhanced source port of ID Software's DOOM engine. It is based on
the source code of id Software's DOOM. ZDoom boasts enhanced modding support,
as well as support for the following games:

* Ultimate Doom
* Doom II
* Final Doom
* Heretic
* Hexen
* Strife
* Chex Quest (1 & 3)
* Action Doom II
* Harmony v1.1
* Hacx
* The Adventures of Square

WWW: http://www.zdoom.org/
2016-08-05T16:20:14+00:00 net-mgmt/pnp-icinga2 Icinga2 performance data collector and grapher
2016-08-05T13:31:28+00:00 security/p5-Net-SSH-AuthorizedKeysFile Read and modify SSH authorized_keys files
Net::SSH::AuthorizedKeysFile reads and modifies "authorized_keys"
files. "authorized_keys" files contain public keys and meta
information to be used by "ssh" on the remote host to let users in
without having to type their password.

WWW: https://metacpan.org/release/Net-SSH-AuthorizedKeysFile
2016-08-05T09:09:56+00:00 devel/shedskin Experimental (restricted) Python-to-C++ compiler
Shed Skin is an experimental compiler, that can translate pure, but implicitly
statically typed Python (2.4-2.6) programs into optimized C++. It can generate
stand-alone programs or extension modules that can be imported and used in
larger Python programs.

Besides the typing restriction, programs cannot freely use the Python standard
library (although about 25 common modules, such as `random' and `re', are
currently supported). Also, not all Python features, such as nested functions
and variable numbers of arguments, are supported.

WWW: http://shedskin.github.io/
2016-08-05T07:55:33+00:00 astro/py-horoscopegenerator Generate horoscopes using context-free grammar
The HoroscopeGenerator produces horoscopes on demand using context-free
grammar.

WWW: https://github.com/mouse-reeve/horoscope-generator
2016-08-05T06:39:13+00:00 graphics/py-imgurpython Python client for the Imgur API
Imgurpython is a Python client for the Imgur API. It can be used to
interact with the Imgur API in your projects.

WWW: https://github.com/Imgur/imgurpython
2016-08-05T04:52:01+00:00 net-im/py-telepot Python framework for Telegram Bot API
Telepot helps you build applications for Telegram Bot API.

WWW: https://github.com/nickoala/telepot
2016-08-04T20:29:13+00:00 x11/linux-c6-pixman Low-level pixel manipulation library (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-08-04T18:25:04+00:00 graphics/py-traitsui Enthought traits-capable user interfaces
The traitsui project contains a toolkit-independent GUI abstraction
layer, which is used to support the "visualization" features of the
Traits package. Thus, you can write code in terms of the Traits
API (views, items, editors, etc.), and let traitsui and your selected
toolkit and back-end take care of the details of displaying them.

The following GUI backends are supported:
* wxPython
* PyQt
* PySide

WWW: https://docs.enthought.com/traitsui/
2016-08-04T18:02:46+00:00 devel/py-pyface Enthought traits-capable windowing framework
The pyface project contains a toolkit-independent GUI abstraction
layer, which is used to support the "visualization" features of the
Traits package. Thus, you can write code in terms of the Traits API
(views, items, editors, etc.), and let pyface and your selected
toolkit and back-end take care of the details
of displaying them.

The following GUI backends are supported:
* wxPython
* PyQt
* PySide

WWW: https://docs.enthought.com/pyface/
2016-08-04T17:48:00+00:00 devel/py-apptools Enthought application tools
The apptools project includes a set of packages that Enthought has
found useful in creating a number of applications.

- apptools.appscripting: Framework for scripting applications.
- apptools.help: Provides a plugin for displaying documents and examples.
- apptools.io: Provides an abstraction for files and folders in a file system.
- apptools.logger: Convenience functions for creating logging handlers
- apptools.naming: Manages naming contexts, supporting non-string data
types and scoped preferences
- apptools.permissions: Supports limiting access to parts of an application
unless the user is appropriately authorised (not full-blown security).
- apptools.persistence: Supports pickling and restoring the state of an object.
- apptools.preferences: Manages application preferences.
- apptools.selection: Manages the communication between providers and
listener of selected items in an application.
- apptools.scripting: A framework for automatic recording of Python scripts.
- apptools.sweet_pickle: Handles class-level versioning, to support loading of
saved data that exist over several generations of internal class structures.
- apptools.template: Supports creating templatizable object hierarchies.
- apptools.type_manager: Manages type extensions, including factories to
generate adapters, and hooks for methods and functions.
- apptools.undo: Supports undoing and scripting application commands.

WWW: https://docs.enthought.com/apptools
2016-08-04T17:30:18+00:00 graphics/linux-c6-jasper JPEG-2000 reference implementation (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-08-04T15:21:41+00:00 astro/py-pywapi Python wrapper around different weather APIs
The pywapi module provides a python wrapper around the Yahoo! Weather,
Weather.com and NOAA APIs.

WWW: https://code.google.com/archive/p/python-weather-api/
2016-08-04T12:04:32+00:00 sysutils/py-uptime Cross-platform uptime library
This module provides a cross-platform way to retrieve system uptime and boot
time. See documentation for a full list of supported platforms (yours is likely
one of them).

WWW: https://github.com/Cairnarvon/uptime
2016-08-04T10:24:57+00:00 www/p5-Dancer2-Plugin-Interchange6 Dancer2 Plugin for Interchange6 Open Source Shop Machine
Interchange6, the Open Source Shop Machine,
is the Modern Perl ecosystem for online business.

This plugin turns your Dancer2 site into a shop.

WWW: https://metacpan.org/release/Dancer2-Plugin-Interchange6
2016-08-04T09:52:51+00:00 net/py-rainbowstream Smart and nice Twitter client on terminal
Terminal-based Twitter Client. Realtime tweetstream, compose, search,
favorite ... and much more fun directly from terminal

WWW: https://github.com/orakaro/rainbowstream
2016-08-04T08:58:17+00:00 misc/py-pyfiglet Pure-python FIGlet implementation
pyfiglet is a full port of FIGlet (WWW: http://www.figlet.org/) into
pure python. It takes ASCII text and renders it in ASCII art fonts.

WWW: https://github.com/pwaller/pyfiglet
2016-08-04T08:43:36+00:00 lang/pypy3
PyPy3 is a fast, compliant alternative implementation of the Python
language (3.5.3). It has several advantages and distinct features:

- Speed: thanks to its Just-in-Time compiler, Python programs often run faster
on PyPy3.
- Memory usage: large, memory-hungry Python programs might end up taking less
space than they do in CPython.
- Compatibility: PyPy3 is highly compatible with existing python code. It
supports ctypes and can run popular python libraries like
twisted and django.
- Sandboxing: PyPy3 provides the ability to run untrusted code in a fully
secure way.
- Stackless: PyPy3 can be configured to run in stackless mode, providing
micro-threads for massive concurrency.
- As well as other features.

WWW: http://pypy.org
2016-08-04T07:31:25+00:00 audio/py-speechrecognition Python Library for performing speech recognition
SpeechRecognition is a Python library for performing speech recognition,
with support for several engines and APIs, online and offline.

WWW: https://github.com/Uberi/speech_recognition
2016-08-03T20:40:40+00:00 x11/simplestroke Detect mouse gestures
Simplestroke is a simple utility that detects mouse gestures. It
currently detects sixteen pre-defined mouse gestures and prints the
name of the detected gesture to stdout, if any. The output can then
e.g. be used in a simple shell script to execute commands.

Example usages could include closing windows in i3 by drawing a Z over
them or other window manipulations, or pausing your music player by
drawing a left-to-right line.

WWW: https://github.com/t6/simplestroke
2016-08-03T19:46:33+00:00 devel/go-bayesian Naive Bayesian classification for Go
Perform naive Bayesian classification into an arbitrary number of classes on
sets of strings.

WWW: https://github.com/jbrukh/bayesian
2016-08-03T06:15:41+00:00 audio/sndio Small audio and MIDI framework from the OpenBSD project
Sndio is a small audio and MIDI framework part of the OpenBSD project.

It provides an lightweight audio & MIDI server and a fully documented
user-space API to access either the server or directly the hardware in
a uniform way. Sndio is designed to work for desktop applications,
but pays special attention to synchronization mechanisms and
reliability required by music applications. Reliability through
simplicity are part of the project goals.

WWW: http://www.sndio.org/
2016-08-02T20:50:24+00:00 net/py-cjdns Library to interact with the cjdns admin interface
A library to interact with the cjdns Admin Interface.

WWW: https://github.com/hyperboria/python-cjdns
2016-08-02T12:58:18+00:00 devel/erlang-cf Colored output for io and io_lib
A helper library for terminal color printing extending the io:format
syntax to add colors.

WWW: https://github.com/project-fifo/cf
2016-08-02T12:26:36+00:00 devel/linux-c6-libthai Thai language support library (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2016-08-01T22:26:57+00:00 www/py35-requests
2016-08-01T22:26:57+00:00 www/py34-requests
2016-08-01T22:26:57+00:00 www/py33-requests
2016-08-01T22:26:57+00:00 textproc/py3-asciinema Tool for recording and sharing terminal sessions
Record and share your terminal sesions, the right way.

WWW: https://asciinema.org/
2016-08-01T20:11:19+00:00 www/p5-Interchange6 Open Source Shop Machine
Interchange6, the Open Source Shop Machine,
is the Modern Perl ecosystem for online business.
It uses the DBIx::Class database schema Interchange6::Schema.

This is a small module, implementing an API, used in Dancer plugins.

WWW: https://metacpan.org/release/Interchange6
2016-08-01T19:34:23+00:00 databases/p5-Interchange6-Schema Database Schema for Interchange 6
Database schema classes for Interchange6
Open Source eCommerce software.

WWW: https://metacpan.org/release/Interchange6-Schema
2016-08-01T18:23:34+00:00 devel/p5-MooseX-CoverableModifiers Make Moose method modifiers Devel::Cover friendly
Make Moose method modifiers Devel::Cover friendly

WWW: https://metacpan.org/release/MooseX-CoverableModifiers
2016-08-01T16:31:46+00:00 devel/php70-APCu APC User Caching
APCu - APC User Cache

WWW: https://pecl.php.net/package/apcu
2016-07-31T19:19:49+00:00 x11/xbanish Banish the mouse cursor when typing
xbanish hides the mouse cursor when you start typing, and shows it
again when the mouse cursor moves or a mouse button is pressed. This
is similar to xterm's pointerMode setting, but xbanish works globally
in the X11 session.

WWW: https://github.com/jcs/xbanish/
2016-07-31T19:10:54+00:00 sysutils/lr List files, recursively
lr is a tool for generating file listings, which includes the best
features of ls(1), find(1), stat(1) and du(1).

WWW: https://github.com/leahneukirchen/lr/
2016-07-31T18:31:07+00:00 sysutils/xe Simple xargs and apply replacement
xe is a tool for constructing command lines from file listings or
arguments, which includes the best features of xargs(1) and apply(1).

Benefits over xargs:
- Sane defaults (behaves like xargs -d'\n' -I{} -n1 -r).
- No weird parsing, arguments are separated linewise or by NUL byte.
- Can also take arguments from command-line.
- No shell involved unless -s is used.
- {} replacing possible with multiple arguments.

WWW: https://github.com/leahneukirchen/xe/
2016-07-31T14:26:30+00:00 net/cjdns Routing engine designed for security, scalability, speed
Cjdns implements an encrypted IPv6 network using public-key cryptography for
address allocation and a distributed hash table for routing. This provides
near-zero-configuration networking, and prevents many of the security and
scalability issues that plague existing networks.

WWW: https://github.com/cjdelisle/cjdns
2016-07-31T10:35:02+00:00 security/rubygem-rex-arch Ruby Exploitation(Rex) library with architecture specific information
This Ruby Exploitation(Rex) library contains architecture specific information
such as registers, opcodes, and stack manipulation routines.

WWW: https://github.com/rapid7/rex-arch
2016-07-31T10:33:31+00:00 security/rubygem-rex-ole Ruby Exploitation(Rex) library for working with OLE files and streams
This Gem contains all of the Ruby Exploitation(Rex) library for reading/writing
Object-Linking-and-Embedding (OLE) files and streams.

WWW: https://github.com/rapid7/rex-ole
2016-07-31T07:15:14+00:00 mail/py-fuglu Mail scanning daemon for Postfix written in Python
A mail scanning daemon for Postfix written in Python. It acts as the
glue application between the MTA and spam checkers and antivirus
software and focuses on being solid, easy to manage, debug and monitor.

WWW: https://fuglu.org/
2016-07-30T23:51:50+00:00 archivers/zstd Fast real-time compression algorithm
Zstd, short for Zstandard, is a real-time compression algorithm providing
high compression ratios. It offers a very wide range of compression vs.
speed trade-offs while being backed by a very fast decoder. It offers
a special mode for small data called "dictionary compression" and it can
create dictionaries from any sample set. Zstd is BSD-licensed.

Using Izbench on the Silesia compression corpus, zstd ranked at the
top with a compression ratio of 2.877, a compression rate of 325 Mb/s,
and a decompression rate of 325. Zlib followed at 2.730, 95 Mb/s (C)
and 360 Mb/s (D). See WWW page for the full benchmark results.

WWW: https://facebook.github.io/zstd/
2016-07-30T20:29:57+00:00 textproc/fcitx-qt5 Fcitx support for Qt5
Fcitx support for Qt5

WWW: https://github.com/fcitx/fcitx-qt5
2016-07-29T23:28:13+00:00 audio/libg722 Software G.722 decoding/encoding library
The G.722 module is a bit exact implementation of the ITU G.722 specification
for all three specified bit rates - 64000bps, 56000bps and 48000bps. It passes
the ITU tests.

To allow fast and flexible interworking with narrow band telephony, the encoder
and decoder support an option for the linear audio to be an 8k samples/second
stream. In this mode the codec is considerably faster, and still fully
compatible with wideband terminals using G.722.
2016-07-29T14:05:26+00:00 databases/tsearch_extras Functions for getting lower-level data about full text search
The package provides a few PostgreSQL functions that allow you to get at
lower-level data about full text search.

WWW: https://github.com/zulip/tsearch_extras
2016-07-29T12:10:31+00:00 www/py-sockjs-tornado SockJS python server implementation on top of Tornado framework
SockJS-tornado is a Python server side counterpart of SockJS-client browser
library running on top of Tornado framework.

WWW: https://pypi.org/project/sockjs-tornado/
2016-07-29T12:09:58+00:00 devel/py-sourcemap Parse JavaScript source maps
Parse JavaScript source maps.

WWW: https://pypi.org/project/sourcemap/
2016-07-29T12:09:19+00:00 devel/py-typing Type Hints for Python
This is a backport of the standard library typing module to Python
versions older than 3.5.
Typing defines a standard notation for Python function and variable type
annotations. The notation can be used for documenting code in a concise,
standard format, and it has been designed to also be used by static and
runtime type checkers, static analyzers, IDEs and other tools.

WWW: https://pypi.org/project/typing/
2016-07-29T12:03:19+00:00 www/py-django-guardian Implementation of per object permissions for Django
django-guardian is an implementation of object permissions for Django
providing extra authentication backend.

WWW: https://pypi.org/project/django-guardian/
2016-07-29T11:23:55+00:00 java/bouncycastle15 Cleanroom build of Java Cryptography Extensions
The Bouncy Castle Crypto APIs consist of the following:

. A lightweight cryptography API in Java.
. A provider for the JCE and JCA.
. A clean room implementation of the JCE 1.2.1.
. A library for reading and writing encoded ASN.1 objects.
. Lightweight APIs for TLS (RFC 2246, RFC 4346) and DTLS (RFC 4347).
. Generators for Version 1 and Version 3 X.509 certificates, Version 2 CRLs,
and PKCS12 files.
. Generators for Version 2 X.509 attribute certificates.
. Generators/Processors for S/MIME and CMS (PKCS7/RFC 3852).
. Generators/Processors for OCSP (RFC 2560).
. Generators/Processors for TSP (RFC 3161 & RFC 5544).
. Generators/Processors for CMP and CRMF (RFC 4210 & RFC 4211).
. Generators/Processors for OpenPGP (RFC 2440).
. Generators/Processors for Extended Access Control (EAC).
. Generators/Processors for Data Validation and Certification Server (DVCS) -
RFC 3029.
. Generators/Processors for DNS-based Authentication of Named Entities (DANE).
. A signed jar version suitable for JDK 1.4-1.8 and the Sun JCE.

It's distributed under a modified X license.

WWW: http://www.bouncycastle.org/
2016-07-27T15:43:11+00:00 net/rubygem-fog-azure Module for the 'fog' gem to support Microsoft Azure
This library can be used as a module for `fog` or as standalone provider to use
the Azure cloud services in applications.

WWW: https://github.com/fog/fog-azure
2016-07-27T15:41:25+00:00 net/rubygem-azure Microsoft Azure Client Library for Ruby
Microsoft Azure Client Library for Ruby

WWW: https://github.com/Azure/azure-sdk-for-ruby
2016-07-27T15:38:01+00:00 net/rubygem-azure-core Microsoft Azure Client Core Library for Ruby SDK
Microsoft Azure Client Core Library for Ruby SDK

WWW: https://github.com/Azure/azure-ruby-asm-core
2016-07-27T15:10:09+00:00 japanese/font-aozoramincho Aozora Mincho Japanese TrueType fonts
Aozora Mincho Japanese TrueType fonts

WWW: http://blueskis.wktk.so/AozoraMincho/
2016-07-27T15:05:03+00:00 japanese/font-rounded-mgenplus Rounded Mgen+ Japanese TrueType fonts
Rounded Mgen+ Japanese TrueType fonts

WWW: http://jikasei.me/font/rounded-mgenplus/
2016-07-27T10:57:18+00:00 devel/rubygem-numerizer Parse numbers in natural language from strings
Numerizer is a gem to help with parsing numbers in natural language from strings
(ex forty two).

WWW: https://github.com/jduff/numerizer
2016-07-27T10:55:43+00:00 devel/rubygem-chronic_duration Natural language parser for elapsed time
A simple Ruby natural language parser for elapsed time. (For example, 4 hours
and 30 minutes, 6 minutes 4 seconds, 3 days, etc.) Returns all results in
seconds.

WWW: https://github.com/hpoydar/chronic_duration
2016-07-26T16:56:05+00:00 sysutils/moosefs3-netdump MooseFS network packet dump utility
MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out,
network distributed file system. It spreads data over several physical commodity
servers, which are visible to the user as one resource.

For standard file operations MooseFS acts like any other Unix-like file system.

This port provides: MooseFS network packet dump utility

WWW: https://moosefs.com/
2016-07-26T16:56:05+00:00 sysutils/moosefs3-metalogger MooseFS metadata backup server
MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out,
network distributed file system. It spreads data over several physical commodity
servers, which are visible to the user as one resource.

For standard file operations MooseFS acts like any other Unix-like file system.

This port provides: MooseFS metalogger (metadata replication) server.

WWW: https://moosefs.com/
2016-07-26T16:56:05+00:00 sysutils/moosefs3-master Fault-tolerant distributed filesystem
MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out,
network distributed file system. It spreads data over several physical commodity
servers, which are visible to the user as one resource.

For standard file operations MooseFS acts like any other Unix-like file system.

This port provides: MooseFS master (metadata) server.

WWW: https://moosefs.com/
2016-07-26T16:56:05+00:00 sysutils/moosefs3-client MooseFS client tools
MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out,
network distributed file system. It spreads data over several physical commodity
servers, which are visible to the user as one resource.

For standard file operations MooseFS acts like any other Unix-like file system.

This port provides: MooseFS clients: mfsmount and mfstools.

WWW: https://moosefs.com/
2016-07-26T16:56:05+00:00 sysutils/moosefs3-cli MooseFS command line interface
MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out,
network distributed file system. It spreads data over several physical commodity
servers, which are visible to the user as one resource.

For standard file operations MooseFS acts like any other Unix-like file system.

This port provides: MooseFS CLI utilities.

WWW: https://moosefs.com/
2016-07-26T16:56:05+00:00 sysutils/moosefs3-chunkserver MooseFS data storage and synchronization component
MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out,
network distributed file system. It spreads data over several physical commodity
servers, which are visible to the user as one resource.

For standard file operations MooseFS acts like any other Unix-like file system.

This port provides: MooseFS data server.

WWW: https://moosefs.com/
2016-07-26T16:56:05+00:00 sysutils/moosefs3-cgiserv MooseFS CGI webserver
MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out,
network distributed file system. It spreads data over several physical commodity
servers, which are visible to the user as one resource.

For standard file operations MooseFS acts like any other Unix-like file system.

This port provides: Simple CGI-capable HTTP server to run MooseFS CGI monitor.

WWW: https://moosefs.com/
2016-07-26T16:50:55+00:00 sysutils/moosefs3-cgi MooseFS CGI interface
MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out,
network distributed file system. It spreads data over several physical commodity
servers, which are visible to the user as one resource.

For standard file operations MooseFS acts like any other Unix-like file system.

This port provides: MooseFS CGI monitor.

WWW: https://moosefs.com/
2016-07-25T18:04:07+00:00 net-im/py-python-telegram-bot Not just a Python wrapper around the Telegram Bot API
This library provides a pure Python interface for the Telegram Bot API.
In addition to the pure API implementation, this library features a number of
high-level classes to make the development of bots easy and straightforward.
These classes are contained in the telegram.ext submodule.

WWW: https://python-telegram-bot.org/
2016-07-25T14:52:19+00:00 net/rubygem-u2f Library for handling registration and authentication of U2F devices
U2F is an open 2-factor authentication standard that enables keychain devices,
mobile phones and other devices to securely access any number of web-based
services - instantly and with no drivers or client software needed

WWW: https://github.com/castle/ruby-u2f
2016-07-24T16:53:31+00:00 devel/p5-Test-Roo Composable, reusable tests with roles and Moo
This module allows you to compose Test::More tests from roles.
It is inspired by the excellent Test::Routine module,
but uses Moo instead of Moose.
This gives most of the benefits
without the need for Moose as a test dependency.

WWW: https://metacpan.org/release/Test-Roo
2016-07-24T16:19:02+00:00 databases/p5-Dancer2-Session-DBIC DBIx::Class based session engine for Dancer2
This module implements a session engine for Dancer2 by serializing
the session, and storing it in a database via DBIx::Class.

JSON was chosen as the default serialization format,
as it is fast, terse, and portable.

WWW: https://metacpan.org/release/Dancer2-Session-DBIC
2016-07-24T03:37:00+00:00 sysutils/bhyve-firmware Collection of Firmware for bhyve
A collection of firmware for bhyve.

WWW: https://wiki.freebsd.org/bhyve/UEFI
2016-07-23T09:28:56+00:00 security/rubygem-rex-struct2 Ruby Exploitation(Rex) library for creating and using C-like structs
This Gem contains all of the Ruby Exploitation(Rex) library for
generating/manipulating C-Style structs.

WWW: https://github.com/rapid7/rex-struct2
2016-07-23T09:27:12+00:00 security/rubygem-metasploit_payloads-mettle Compiled binaries for Metasploit's next-gen Meterpreter
This gem contains the compiled binaries required to make Mettle function, and
eventually their stages and stagers.

WWW: https://github.com/rapid7/mettle
2016-07-23T06:33:10+00:00 japanese/font-mgenplus Mgen+ Japanese TrueType fonts
Mgen+ Japanese TrueType fonts

WWW: http://jikasei.me/font/mgenplus/
2016-07-23T06:13:47+00:00 japanese/font-genjyuugothic GenJyuuGothic Japanese TrueType fonts
GenJyuuGothic Japanese TrueType fonts

WWW: http://jikasei.me/font/genjyuu/
2016-07-22T23:42:49+00:00 math/R-cran-influenceR Software Tools to Quantify Structural Importance of Nodes in a Network
influenceR: Software Tools to Quantify Structural Importance of
Nodes in a Network

Provides functionality to compute various node centrality measures
on networks. Included are functions to compute betweenness centrality
(by utilizing Madduri and Bader's SNAP library), implementations
of Burt's constraint and effective network size (ENS) metrics,
Borgatti's algorithm to identify key players, and Valente's bridging
metric. On Unix systems, the betweenness, Key Players, and bridging
implementations are parallelized with OpenMP, which may run faster
on systems which have OpenMP configured.

WWW: https://cran.r-project.org/web/packages/influenceR/
2016-07-22T17:09:51+00:00 devel/adaid Simple Ada library for generating UUIDs
AdaID is a simple Ada library for generating UUIDs.

Supported operations include:
* Generating random UUIDs
* Generating name-based UUIDs
* Restoring UUIDs from a string representation.
* Converting a UUID to a string

WWW: https://github.com/anthony-arnold/AdaID
2016-07-21T18:47:55+00:00 deskutils/copyq Qt5 based clipboard manager
CopyQ is an advanced clipboard manager with editing and scripting
features. It monitors the system clipboard and saves its content
in customized tabs. Saved clipboard snippets can be later copied
and pasted directly into any application.

Features:
- Store text, HTML, images or any other custom formats
- Quickly browse and filter items in clipboard history
- Sort, create, edit, remove, copy/paste, drag'n'drop items in tabs
- Add notes or tags to items
- System-wide shortcuts with customizable commands
- Paste items with shortcut or from tray or main window
- Fully customizable appearance
- Advanced command-line interface and scripting
- Ignore clipboard copied from some windows or containing some text
- Support for simple Vim-like editor and shortcuts

WWW: https://github.com/hluk/CopyQ
2016-07-21T15:55:20+00:00 games/openomf Rewritten engine for One Must Fall 2097
OpenOMF is a Open Source remake of "One Must Fall 2097" by Diversions
Entertainment.

WWW: http://www.openomf.org/
2016-07-21T14:06:28+00:00 devel/elixir-tirexs ElasticSearch client library for Elixir
An Elixir flavored HTTP client and DSL library for ElasticSearch.

WWW: https://github.com/Zatvobor/tirexs
2016-07-21T13:58:57+00:00 japanese/font-genshingothic GenShinGothic Japanese TrueType fonts
GenShinGothic Japanese TrueType fonts

WWW: http://jikasei.me/font/genshin/
2016-07-21T12:38:10+00:00 converters/R-cran-base64enc Tools for base64 encoding
This package provides tools for handling base64 encoding. It is
more flexible than the orphaned base64 package.

WWW: https://cran.r-project.org/web/packages/base64enc/
2016-07-20T23:14:26+00:00 www/py-kallithea Fast and powerful management tool for Mercurial and Git
Kallithea is a fast and powerful management tool for Mercurial and Git with a
built-in push/pull server, full text search and code-review. It works on
http/https and has a built in permission/authentication system with the ability
to authenticate via LDAP or ActiveDirectory. Kallithea also provides simple API
so it's easy to integrate with existing external systems.

Kallithea is similar in some respects to GitHub or Bitbucket, however Kallithea
can be run as standalone hosted application on your own server. It is
open-source donationware and focuses more on providing a customised,
self-administered interface for Mercurial and Git repositories. Kallithea works
on Unix-like systems and Windows, and is powered by the vcs library created by
Lukasz Balcerzak and Marcin Kuzminski to uniformly handle multiple version
control systems.

Kallithea was forked from RhodeCode in July 2014 and has been heavily modified.

WWW: http://kallithea-scm.org/
2016-07-20T19:56:26+00:00 archivers/lhasa Command line tool and library for parsing LHA archives
Lhasa is a command line tool and library for parsing LHA archives.

Currently it is only possible to decompress archives. Compressing
LHA archives may be an enhancement for future versions. The aim is
to be compatible with as many different variants of the LHA file
format as possible, including LArc (.lzs) and PMarc (.pma).

The command line tool aims to be interface-compatible with Unix LHA
tool (command line syntax and output), for backwards compatibility
with tools that expect particular output.

WWW: http://fragglet.github.io/lhasa/
2016-07-20T19:53:14+00:00 sysutils/consul-alerts Simple daemon to send notifications based on Consul health checks
A highly available daemon to send notifications and reminders based on
Consul health checks. Including profile selection based on service,
check, or host that enables specific handlers and reminder intervals.
consul-alerts makes use of consul services to provide leader election
and automatic failover amongst multiple instances.

WWW: https://github.com/AcalephStorage/consul-alerts
2016-07-20T11:09:09+00:00 devel/elixir-nimble_csv CSV parsing and dumping library for Elixir
A simple and fast CSV parsing and dumping library for Elixir.

WWW: https://github.com/plataformatec/nimble_csv
2016-07-20T09:04:50+00:00 net/libwebsockets C library for lightweight websocket clients and servers
Libwebsockets is a lightweight pure C library built to use minimal CPU and
memory resources, and provide fast throughput in both directions as client
or server.

WWW: https://libwebsockets.org/
2016-07-20T08:33:24+00:00 misc/erlang-mimetypes Erlang MIME types library
Erlang library to fetch MIME extension/name mappings.

WWW: https://github.com/spawngrid/mimetypes
2016-07-18T19:06:27+00:00 www/py-flask-restplus08 Extension for Flask that adds support for quickly building REST APIs
Extension for Flask that adds support for quickly building REST APIs.
Flask-RESTPlus encourages best practices with minimal setup.
If you are familiar with Flask, Flask-RESTPlus should be easy to pick up.
It provides a coherent collection of decorators and tools to describe your
API and expose its documentation properly using Swagger.

WWW: https://github.com/noirbizarre/flask-restplus
2016-07-18T18:46:27+00:00 sysutils/fusefs-squashfuse Mount a squashfs archive and treat it like a local file system
Squashfuse is a command line utility for mounting SquashFS archives
in user-space. It supports almost all features of the SquashFS format.

WWW: https://github.com/vasi/squashfuse
2016-07-17T18:53:40+00:00 net/py-upnp-inspector UPnP Device and Service analyzer
The Inspector is an UPnP Device and Service analyzer, and a debugging tool,
based on the Coherence DLNA/UPnP framework.
Modeled loosely after the Intel UPnP Device Spy and Device Validator.

WWW: http://coherence.beebits.net/wiki/UPnP-Inspector/
2016-07-17T16:48:19+00:00 net-im/telepathy-qt5
This is a library for Qt-based Telepathy clients.

Telepathy is a D-Bus framework for unifying real time communication,
including instant messaging, voice calls and video calls. It abstracts
differences between protocols to provide a unified interface for
applications.

WWW: http://telepathy.freedesktop.org/doc/telepathy-qt
2016-07-17T15:12:55+00:00 net/py-coherence DLNA/UPnP media server and framework for the digital living
Coherence is a framework written in Python, providing a variety of UPnP
MediaServer and UPnP MediaRenderer implementations for instant use.

WWW: http://coherence-project.org
WWW: https://pypi.org/project/Coherence/
2016-07-17T14:43:03+00:00 devel/py-louie Signal dispatching mechanism
Louie provides Python programmers with a straightforward way to dispatch
signals between objects in a wide variety of contexts. It is based on
PyDispatcher, which in turn was based on a highly-rated recipe in the
Python Cookbook.

WWW: https://pypi.org/project/Louie/
WWW: https://github.com/11craft/louie
2016-07-16T18:03:26+00:00 www/py-flask-restplus Extension for Flask that adds support for quickly building REST APIs
Extension for Flask that adds support for quickly building REST APIs.
Flask-RESTPlus encourages best practices with minimal setup.
If you are familiar with Flask, Flask-RESTPlus should be easy to pick up.
It provides a coherent collection of decorators and tools to describe your
API and expose its documentation properly using Swagger.

WWW: https://github.com/noirbizarre/flask-restplus
2016-07-16T17:21:15+00:00 www/py-flask-login User session management for Flask
Provides user session management for Flask.
It handles tasks of logging in, logging out, and remembering your user's
sessions over extended periods of time.
It is not bound to any particular database system or permissions model.

WWW: https://github.com/maxcountryman/flask-login
2016-07-16T17:12:56+00:00 www/stagit Static Git page generator
stagit is a static Git web page generator with the following features:

- Log of all commits from HEAD.
- Log and diffstat per commit.
- Show file tree with linkable line numbers.
- Show references: local branches and tags.
- Detect README and LICENSE file from HEAD and link it as a webpage.
- Detect submodules (.gitmodules file) from HEAD and link it as a
webpage.
- Atom feed log (atom.xml).
- Make index page for multiple repositories with stagit-index.
- After generating the pages (relatively slow) serving the files is
very fast, simple and requires little resources (because the content
is static), only a HTTP file server is required.

WWW: https://codemadness.org/git/stagit/log.html
2016-07-16T17:05:03+00:00 www/py-flask-compress Extension for Flask that compresses responses with gzip
Flask-Compress both adds the various headers required for a compressed
response and gzips the response data. This makes serving gzip compressed
static files extremely easy.

Internally, every time a request is made the extension will check if
it matches one of the compressible MIME types and will automatically
attach the appropriate headers.

WWW: https://pypi.org/project/Flask-Compress/
2016-07-16T15:40:34+00:00 devel/stack Cross-platform program for developing Haskell programs
Stack is a cross-platform program for developing Haskell projects.
It is aimed at Haskellers both new and experienced.

WWW: http://www.haskellstack.org/
2016-07-16T15:13:46+00:00 devel/p5-ReadonlyX Faster facility for creating read-only scalars, arrays, hashes
ReadonlyX combines the best features of p5-Readonly and p5-Readonly-XS,
and is a drop-in replacement. It creates read-only scalars, arrays, and
hashes. It was created by maintainer of Readonly itself.

The author says: "ReadonlyX is the best of recent versions of Readonly
without the old API and without the speed penalty of tie(...). It's what
I'd like to do with Readonly if resolving bugs in it wouldn't break 16
years of code out there in Darkpan."

WWW: https://metacpan.org/pod/ReadonlyX
2016-07-15T17:52:12+00:00 devel/rubygem-bit-struct Library for packed binary data stored in ruby Strings
Library for packed binary data stored in ruby Strings. Useful for accessing
fields in network packets and binary files.

WWW: https://github.com/vjoel/bit-struct
2016-07-15T17:50:17+00:00 security/rubygem-rex-zip Ruby Exploitation(Rex) library for working with zip and related files
This Gem contains all of the Ruby Exploitation(Rex) library for working with zip
and related files.

WWW: https://github.com/rapid7/rex-zip
2016-07-15T17:49:11+00:00 security/rubygem-rex-registry Ruby Exploitation(Rex) library for parsing offline registry files
This Gem contains all of the Ruby Exploitation(Rex) library for parsing offline
registry files from a Windows machine.

WWW: https://github.com/rapid7/rex-registry
2016-07-15T17:47:49+00:00 security/rubygem-rex-powershell Ruby Exploitation(Rex) library for generating Powershell scripts
This Gem contains all of the Ruby Exploitation(Rex) library for
generating/manipulating Powershell scripts.

WWW: https://github.com/rapid7/rex-powershell
2016-07-15T17:46:28+00:00 security/rubygem-rex-java Ruby Exploitation(Rex) library for parsing Java serialized streams
This Gem contains all of the Ruby Exploitation(Rex) library for parsing Java
serialized streams.

WWW: https://github.com/rapid7/rex-java
2016-07-15T17:44:49+00:00 security/rubygem-rex-random_identifier Ruby Exploitation(Rex) library for generating Random identifier
This Gem contains all of the Ruby Exploitation(Rex) library for generating
Random identifier strings.

WWW: https://github.com/rapid7/rex-random_identifier
2016-07-15T17:42:54+00:00 security/rubygem-rex-text Ruby Exploitation(Rex) methods for text manipulation and generation
This Gem contains all of the Ruby Exploitation(Rex) methods for text
manipulation and generation.

WWW: https://github.com/rapid7/rex-text
2016-07-15T17:36:50+00:00 x11/py-xdot Interactive viewer for Graphviz dot files
xdot.py is an interactive viewer for graphs written in Graphviz's dot
language. It uses internally the Graphviz's xdot output format as an
intermediate format, and PyGTK and Cairo for rendering.
xdot.py can be used either as a standalone application from command
line, or as a library embedded in your python application.

WWW: https://pypi.org/project/xdot/
2016-07-15T17:29:26+00:00 textproc/py-guess-language Guess the natural language of a text in Python
Attempts to determine the natural language of a selection of Unicode
(utf-8) text. Based on guesslanguage.cpp by Jacob R Rideout for KDE
which itself is based on Language::Guess by Maciej Ceglowski. Detects
over 60 languages, all languages listed in the trigrams directory
plus Japanese, Chinese, Korean and Greek.

WWW: https://pypi.org/project/guess-language/
2016-07-15T17:15:19+00:00 textproc/py-esmre Regular expression accelerator in Python
Modules used to accelerate execution of a large collection
of regular expressions using the Aho-Corasick algorithms.

WWW: https://pypi.org/project/esmre/
2016-07-15T15:01:39+00:00 www/gohugo Fast and Flexible Static Site Generator built with love in GoLang
Hugo is a general-purpose website framework. Technically speaking, Hugo is a
static site generator. Unlike other systems which dynamically build a page
every time a visitor requests one, Hugo does the building when you create your
content. Since websites are viewed far more often than they are edited, Hugo is
optimized for website viewing while providing a great writing experience.

Sites built with Hugo are extremely fast and very secure. Hugo sites can be
hosted anywhere and run without dependencies on expensive runtimes like Ruby,
Python or PHP and without dependencies on any databases.

WWW: https://gohugo.io
2016-07-15T01:27:43+00:00 graphics/lepton Tool for manipulating files in LEP image format
A tool for creating and manipulating images in Lepton format.

Developed by Dropbox it is currently available under Apache-2.0
license.

Compared to JPEG, the format averages 22% lower file-sizes without
any (additional) loss of quality.

WWW: https://github.com/dropbox/lepton
2016-07-14T22:25:27+00:00 devel/libflatarray Struct of arrays library with object oriented interface for C++
LibFlatArray acts as a highly efficient multi-dimensional array of
arbitrary objects (array of structs, AoS), but really uses a struct of
arrays (SoA) memory layout. It's great for writing vectorized code and
its lightning-fast iterators give you access to neighboring elements
with zero address generation overhead.

WWW: http://www.libgeodecomp.org/libflatarray.html
2016-07-14T18:53:10+00:00 www/py-html Simple, elegant HTML, XHTML and XML generation
Simple, elegant HTML, XHTML and XML generation.

WWW: https://pypi.org/project/html/
2016-07-14T18:25:21+00:00 devel/py-python-gist Command line interface for working with github gists
gist is a command line interface for working with GitHub gists. It provides
several methods for inspecting a users gists, and the ability to easily
create them.

WWW: https://github.com/jdowner/gist
WWW: https://pypi.org/project/python-gist/
2016-07-14T16:52:08+00:00 security/py-vulndb Provides access to the vulndb information in Python
Python SDK to access the vulnerability database:
https://github.com/vulndb/data

WWW: https://pypi.org/project/vulndb/
2016-07-14T16:49:26+00:00 security/py-halberd HTTP load balancer detector written in Python
Halberd discovers HTTP load balancers. It is useful for web
application security auditing and for load balancer configuration
testing.

WWW: https://pypi.org/project/halberd/
2016-07-14T16:47:07+00:00 net/py-python-ntlm Python library that provides NTLM support
Python library that provides NTLM support, including an authentication
handler for urllib2. Works with pass-the-hash in additon to password
authentication.

WWW: https://pypi.org/project/python-ntlm/
2016-07-14T16:37:39+00:00 editors/focuswriter-qt4
2016-07-14T16:34:41+00:00 editors/focuswriter Simple, distraction-free writing environment
FocusWriter is a simple, distraction-free writing environment. It utilizes a
hide-away interface, that you access by moving your mouse to the edges of the
screen, allowing the program to have a familiar look and feel to it, while still
getting out of the way, so that you can immerse yourself in your work.

Features:
- TXT, basic RTF, and basic ODT file support
- Timers and alarms
- Daily goals
- Fully customizable themes
- Typewriter sound effects (optional)
- Auto-save (optional)
- Live statistics (optional)
- Spell-checking (optional)
- Multi-document support
- Sessions
- Portable mode (optional)
- Translated into over 20 languages

WWW: https://gottcode.org/focuswriter/
2016-07-14T09:29:04+00:00 sysutils/abduco Session management in a clean and simple way
abduco provides session management i.e., it allows programs to be run
independently from their controlling terminal. That is programs can be
detached - run in the background - and then later reattached. Together
with dvtm it provides a simpler and cleaner alternative to tmux or
screen.

abduco is in many ways very similar to dtach but is a completely
independent implementation which is actively maintained, contains no
legacy code, provides a few additional features, has a cleaner, more
robust implementation and is distributed under the ISC license.

WWW: http://www.brain-dump.org/projects/abduco/
2016-07-14T09:26:42+00:00 math/R-cran-mcmc Markov Chain Monte Carlo
Simulates continuous distributions of random vectors using Markov
chain Monte Carlo (MCMC). Users specify the distribution by an R
function that evaluates the log unnormalized density. Algorithms
are random walk Metropolis algorithm (function metrop), simulated
tempering (function temper), and morphometric random walk Metropolis
(Johnson and Geyer, Annals of Statistics, 2012, function morph.metrop),
which achieves geometric ergodicity by change of variable.

WWW: https://cran.r-project.org/web/packages/mcmc/
2016-07-14T05:31:46+00:00 devel/dwarves Debugging Information Manipulation Tools (pahole & friends)
Pahole and the dwarves is a collection of libraries and tools for manipulating
DWARF debuginfo in ELF binaries, as well as BTF and CTF compressed type
metadata for tracing (i.e., Dtrace, eBPF).

WWW: https://acmel.wordpress.com
2016-07-13T21:02:10+00:00 net-mgmt/onionlauncher Launcher for Tor
OnionLauncher is a launcher for Tor written in Python and PyQt5.

WWW: https://github.com/neelchauhan/OnionLauncher
2016-07-13T19:25:41+00:00 devel/go-cobra Commander for modern Go CLI interactions
Cobra is both a library for creating powerful modern CLI applications as well
as a program to generate applications and command files.

WWW: https://github.com/spf13/cobra
2016-07-13T19:21:52+00:00 devel/go-logrus Structured, pluggable logging for Go
Logrus is a structured logger for Go (golang), completely API compatible with
the standard library logger.

WWW: https://github.com/Sirupsen/logrus
2016-07-13T19:19:15+00:00 devel/go-protobuf Protocol Buffers for Go with Gadgets
Protocol Buffers for Go with Gadgets

WWW: https://github.com/gogo/protobuf/
2016-07-13T17:48:54+00:00 devel/elfutils Library for manipulating ELF files and partial implementation of binutils
Elfutils provides a set of binutils-replacement tools,
prefixed with eu-, as well as a set of libraries for
manipulating ELF and DWARF data.

WWW: https://sourceware.org/elfutils/
2016-07-13T16:57:14+00:00 devel/py-cluster Create several groups (clusters) of objects from a list in Python
Python-cluster is a simple package that allows to create several
groups (clusters) of objects from a list. It's meant to be flexible
and able to cluster any object. To ensure this kind of flexibility,
you need not only to supply the list of objects, but also a function
that calculates the similarity between two of those objects.
For simple datatypes, like integers, this can be as simple as a
subtraction, but more complex calculations are possible.

WWW: https://pypi.org/project/cluster/
2016-07-13T16:39:49+00:00 devel/py-tblib Traceback serialization library in Python
Pickle tracebacks and raise exceptions with pickled tracebacks in
different processes. This allows better error handling when running
code over multiple processes (imagine multiprocessing, billiard,
futures, celery etc).
Parse traceback strings and raise with the parsed tracebacks.

WWW: https://pypi.org/project/tblib/
2016-07-13T16:34:47+00:00 devel/py-stopit Timeout control decorator and context managers in Python
Raise asynchronous exceptions in other threads, control the timeout
of blocks or callables with two context managers and two decorators.

WWW: https://pypi.org/project/stopit/
2016-07-13T16:18:29+00:00 devel/py-phply PHP lexer and parser in Python
phply is a parser for the PHP programming language written using PLY,
a Lex/YACC-style parser generator toolkit for Python.

WWW: https://pypi.org/project/phply/
2016-07-13T13:29:18+00:00 dns/opendnssec2 Tool suite for maintaining DNSSEC
OpenDNSSEC was created as an open-source turn-key solution for
DNSSEC. It secures zone data just before it is published in an
authoritative name server.

WWW: http://www.opendnssec.org
2016-07-13T12:47:51+00:00 devel/py-jenkins-job-builder Manage Jenkins jobs with YAML
Jenkins Job Builder takes simple descriptions of Jenkins jobs in YAML or JSON
format and uses them to configure Jenkins. You can keep your job descriptions
in human readable text format in a version control system to make changes and
auditing easier. It also has a flexible template system, so creating many
similarly configured jobs is easy.

WWW: https://docs.openstack.org/infra/jenkins-job-builder/
2016-07-13T12:24:55+00:00 devel/py-multi_key_dict Multi key dictionary implementation
Implementation of a multi-key dictionary, i.e.:

(key1[,key2, ..]) => value

This dictionary has a similar interface to the standard dictionary => but is
extended to support multiple keys referring to the same element.

WWW: https://github.com/formiaczek/multi_key_dict
2016-07-13T09:18:47+00:00 cad/linuxcnc-devel Open Source CNC machine controller
LinuxCNC controls CNC machines. It can drive milling machines,
lathes, 3d printers, laser cutters, plasma cutters, robot arms,
hexapods, and more.

- Accepts G-code input, drives CNC machines in response.
- Active user community.
- Several different GUIs available.
- Compatible with many popular machine control hardware interfaces.
- Supports rigid tapping, cutter compensation, and many other advanced
control features.

WARNING: This port is simulation-only for now.

WWW: http://linuxcnc.org/
2016-07-13T05:26:30+00:00 devel/py-darts.util.lru Simple dictionary with LRU behaviour in Python
A LRUDict is basically a simple dictionary, which has a defined
maximum capacity, that may be supplied at construction time, or
modified at run-time via the capacity property:
>>> cache = LRUDict(1)
>>> cache.capacity
1

WWW: https://pypi.org/project/darts.util.lru/
2016-07-13T02:58:28+00:00 multimedia/py-moviepy Video editing with Python
MoviePy is a Python library for video editing: cutting, concatenations, title
insertions, video compositing (a.k.a. non-linear editing), video processing, and
creation of custom effects.

MoviePy can read and write all the most common audio and video formats,
including GIF.

WWW: https://pypi.org/project/moviepy/
WWW: https://github.com/Zulko/moviepy
2016-07-13T02:56:49+00:00 graphics/py-imageio Python library for reading and writing image, video formats
Imageio is a Python library that provides an easy interface to read and
write a wide range of image data, including animated images, volumetric data,
and scientific formats.

WWW: https://github.com/imageio/imageio
2016-07-12T20:22:16+00:00 sysutils/u-boot-orangepi-one
U-Boot loader for OrangePi One.

To install this bootloader on an sdcard just do :
dd if=$LOCALBASE/share/u-boot/u-boot-orangepi-one/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync

This version is patched so that:
* API features are enabled.
* A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included

For information about running FreeBSD on Allwinner boards, see
https://wiki.freebsd.org/FreeBSD/arm/Allwinner

WWW: https://www.denx.de/wiki/U-Boot
2016-07-12T17:04:18+00:00 sysutils/u-boot-sinovoip-bpi-m3
U-Boot loader for Banana Pi M3.

To install this bootloader on an sdcard just do :
dd if=$LOCALBASE/share/u-boot/u-boot-sinovoip-bpi-m3/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync

This version is patched so that:
* API features are enabled.
* A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included

For information about running FreeBSD on Allwinner boards, see
https://wiki.freebsd.org/FreeBSD/arm/Allwinner

WWW: https://www.denx.de/wiki/U-Boot
2016-07-12T15:13:23+00:00 www/gotty Command line tool that turns your CLI tools into web applications
GoTTY is a simple command line tool that turns your CLI tools into web
applications.

GoTTY starts a new process with the given command when a new client connects
to the server. This means users cannot share a single terminal with others by
default. However, you can use terminal multiplexers for sharing a single
process with multiple clients.

For additional security, SSL/TLS client certificate authentication and
session encryption should be used.

WWW: https://github.com/yudai/gotty
2016-07-12T08:46:21+00:00 security/libargon2 Memory hard password hashing program and library
Argon2 is a password-hashing function that summarizes the state of the
art in the design of memory-hard functions and can be used to hash
passwords for credential storage, key derivation, or other
applications.

WWW: https://github.com/P-H-C/phc-winner-argon2
2016-07-11T21:27:18+00:00 security/hashcat-legacy Advanced CPU-based password recovery utility
Hashcat is an advanced CPU-based password recovery utility for FreeBSD,
Windows 7/8/10, Apple OS X, and GNU/Linux, supporting seven unique modes
of attack for over 100 optimized hashing algorithms.

WWW: https://hashcat.net/hashcat/
2016-07-11T20:18:29+00:00 graphics/imv Simple image viewer
imv is a command line image viewer intended for use with tiling window
managers. It supports over 30 different image file formats including:
Photoshop PSD files, animated GIFS, and various RAW formats.

WWW: https://github.com/eXeC64/imv
2016-07-11T20:14:30+00:00 mail/jwsmtp C++ library for sending email
jwSMTP is a GPL-licensed C++ library to facilitate sending email
programmatically. All you need to worry about is who the mail is from, who to
send it to and the message itself, no network coding necessary. It is able to
send mail in html or plain format. jwSMTP can send attachments, send to
multiple recipients including Cc/Bcc recipients. LOGIN and PLAIN SMTP
authentication. Do an MX lookup or send direct via an smtp server.

Supported platforms are BSD, Linux and Windows.

WWW: https://talk.mumbleface.net/jwsmtp/
2016-07-11T20:04:27+00:00 devel/go-goregen randexp for Go
A Golang library for generating random strings from regular expressions.

WWW: https://github.com/zach-klippenstein/goregen
2016-07-11T20:01:51+00:00 devel/go-form Form Encoding & Decoding Package for Go
This library is designed to allow seamless, high-fidelity encoding and
decoding of arbitrary data in application/x-www-form-urlencoded format and as
url.Values. It is intended to be useful primarily in dealing with web forms
and URI query strings, both of which natively employ said format.

WWW: https://github.com/ajg/form
2016-07-11T19:59:54+00:00 devel/go-codec Idiomatic codec and rpc lib
High Performance and Feature-Rich Idiomatic encode/decode and rpc library for

- msgpack: https://github.com/msgpack/msgpack
- binc: https://github.com/ugorji/binc
- cbor: http://cbor.io http://tools.ietf.org/html/rfc7049
- json: http://json.org http://tools.ietf.org/html/rfc7159

WWW: https://github.com/ugorji/go
2016-07-11T19:58:05+00:00 devel/go-tools Go Tools
This port holds the source for various packages and tools that support the Go
programming language.

WWW: https://godoc.org/golang.org/x/tools
2016-07-11T19:54:56+00:00 devel/go-faker Generate fake data in go
Generate fake data in go.

WWW: https://github.com/manveru/faker
2016-07-11T19:53:19+00:00 devel/go-pflag Drop-in replacement for Go's flag package
pflag is a drop-in replacement for Go's flag package, implementing
POSIX/GNU-style --flags.
pflag is compatible with the GNU extensions to the POSIX recommendations for
command-line options. For a more precise description, see the "Command-line
flag syntax" section below.

WWW: https://github.com/spf13/pflag
2016-07-11T19:50:28+00:00 devel/go-yaml YAML support for the Go language
The yaml package enables Go programs to comfortably encode and decode YAML
values. It was developed within Canonical as part of the juju project, and is
based on a pure Go port of the well-known libyaml C library to parse and
generate YAML data quickly and reliably.

WWW: https://github.com/go-yaml/yaml
2016-07-11T14:06:44+00:00 databases/erlang-couchbeam Apache CouchDB client in Erlang
Simple Barrel and Apache CouchDB client library for Erlang applications.

WWW: https://github.com/benoitc/couchbeam
2016-07-11T08:38:10+00:00 www/elixir-phoenix_pubsub Distributed PubSub for Phoenix
Distributed PubSub and Presence platform for the Phoenix Framework.

WWW: https://github.com/phoenixframework/phoenix_pubsub
2016-07-11T04:29:56+00:00 security/py-safe Python library to test password strength
Is your password safe?
Safe will check the password strength for you.

WWW: https://pypi.org/project/Safe/
2016-07-10T20:42:11+00:00 databases/radix.v2 Redis client for Go
Radix is a minimalistic Redis client for Go. It is broken up into small,
single-purpose packages for ease of use.

WWW: http://godoc.org/github.com/mediocregopher/radix.v2
2016-07-10T15:35:23+00:00 devel/liteide Simple, open source, cross-platform Go IDE
LiteIDE is a simple, open source, cross-platform Go IDE.

Main features:
- System environment management
- Configurable build commands
- Simple and open debug system
- Kate format for auto-completion and theming
- Configurable auto-completion with WordApi
- MIME type based system
- Plugin support
- Package browser
- Class view and outline
- Document browser
- Gocode support
- GOPATH API index
- Code Navigation
- Find Usages
- Code Refactor
- Go playground
- Markdown
- Json
- Golang Present

WWW: https://github.com/visualfc/liteide
2016-07-10T15:22:01+00:00 sysutils/u-boot-bananapim2
U-Boot loader for Banana Pi M2.

To install this bootloader on an sdcard just do :
dd if=$LOCALBASE/share/u-boot/u-boot-bananapim2/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync

This version is patched so that:
* API features are enabled.
* A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included

For information about running FreeBSD on Allwinner boards, see
https://wiki.freebsd.org/FreeBSD/arm/Allwinner

WWW: https://www.denx.de/wiki/U-Boot
2016-07-10T15:06:14+00:00 sysutils/u-boot-olimex-a20-som-evb
U-Boot loader for Olimex A20 SOM EVB.

To install this bootloader on an sdcard just do :
dd if=$LOCALBASE/share/u-boot/u-boot-olimex-a20-som-evb/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync

This version is patched so that:
* API features are enabled.
* A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included

For information about running FreeBSD on Allwinner boards, see
https://wiki.freebsd.org/FreeBSD/arm/Allwinner

WWW: https://www.denx.de/wiki/U-Boot
2016-07-10T13:56:01+00:00 archivers/lua-lzlib Lua bindings to the ZLib compression library
Lua bindings to the ZLib compression library.

WWW: https://github.com/LuaDist/lzlib
2016-07-10T12:57:26+00:00 devel/capstone4 Multi-platform, multi-architecture disassembly framework
Capstone is a lightweight multi-platform, multi-architecture disassembly
framework.

Features:
* Supported architectures: ARM, ARM64 (aka ARMv8), Mips, PowerPC & X86
* Clean/simple/lightweight/intuitive architecture-neutral API
* Provide details on disassembled instruction (called "decomposer")
* Provide some semantics of the disassembled instruction, such as list of
implicit registers read & written.
* Implemented in pure C language, with bindings for Python, Ruby, C#, Java,
GO, OCaml & Vala available.
* Native support for Windows & *nix (including MacOSX, Linux, *BSD & Solaris)
* Thread-safe by design
* Distributed under the open source BSD license

WWW: http://capstone-engine.org/
2016-07-10T12:57:26+00:00 devel/capstone3 Multi-platform, multi-architecture disassembly framework
Capstone is a lightweight multi-platform, multi-architecture disassembly
framework.

Features:
* Supported architectures: ARM, ARM64 (aka ARMv8), Mips, PowerPC & X86
* Clean/simple/lightweight/intuitive architecture-neutral API
* Provide details on disassembled instruction (called "decomposer")
* Provide some semantics of the disassembled instruction, such as list of
implicit registers read & written.
* Implemented in pure C language, with bindings for Python, Ruby, C#, Java,
GO, OCaml & Vala available.
* Native support for Windows & *nix (including MacOSX, Linux, *BSD & Solaris)
* Thread-safe by design
* Distributed under the open source BSD license

WWW: http://capstone-engine.org/
2016-07-10T10:04:51+00:00 www/rubygem-rdf Pure-Ruby library for working with RDF data
RDF.rb is a pure-Ruby library for working with Resource Description
Framework (RDF) data.

Features:
* 100% pure Ruby with minimal dependencies and no bloat.
* Fully compatible with RDF 1.1 specifications.
* 100% free and unencumbered public domain software.
* Provides a clean, well-designed RDF object model and related APIs.
* Supports parsing and serializing N-Triples and N-Quads out of the box, with
more serialization format support available through add-on extensions.
* Includes in-memory graph and repository implementations, with more storage
adapter support available through add-on extensions.
* Implements basic graph pattern (BGP) query evaluation.
* Plays nice with others: entirely contained in the RDF module, and does not
modify any of Ruby's core classes or standard library.
* Based entirely on Ruby's autoloading, meaning that you can generally make use
of any one part of the library without needing to load up the rest.
* Compatible with Ruby Ruby 2.x, Rubinius and JRuby 1.7+ (in Ruby 2.0 mode).
* Performs auto-detection of input to select appropriate Reader class if one can
not be determined from file characteristics.

WWW: https://ruby-rdf.github.io/rdf/
2016-07-10T07:42:55+00:00 math/cadabra2 Computer algebra system for solving field theory problems
Cadabra is a symbolic computer algebra system (CAS) designed
specifically for the solution of problems encountered in field
theory. It has extensive functionality for tensor computer algebra,
tensor polynomial simplification including multi-term symmetries,
fermions and anti-commuting variables, Clifford algebras and Fierz
transformations, component computations, implicit coordinate
dependence, multiple index types and many more. The input format
is a subset of TeX.

WWW: https://cadabra.science/
2016-07-10T03:10:19+00:00 www/mediawiki127 Wiki engine used by Wikipedia
MediaWiki is the collaborative editing software that runs Wikipedia,
the free encyclopedia, and other projects.
It's designed to handle a large number of users and pages without imposing
too rigid a structure or workflow.

WWW: http://www.mediawiki.org/
2016-07-09T17:11:52+00:00 math/py-pysparse Fast sparse matrix library for Python
PySparse extends the Python interpreter by a set of sparse matrix
types holding double precision values. PySparse also includes modules
that implement:

- iterative methods for solving linear systems of equations
- a set of standard preconditioners
- an interface to a direct solver for sparse linear systems of
equations (SuperLU)
- a Jacobi-Davidson eigenvalue solver for the symmetric, generalised
matrix eigenvalue problem (JDSYM)

WWW: https://github.com/PythonOptimizers/pysparse
2016-07-09T16:10:08+00:00 sysutils/uefi-edk2-bhyve-csm UEFI EDK2 firmware for bhyve with CSM (16-bit BIOS)
UEFI EDK2 firmware for bhyve with CSM (16-bit BIOS) support.

From https://github.com/tianocore/tianocore/wiki/UEFI :
"The Unified Extensible Firmware Interface, or UEFI, specifies the
firmware layer between an operating system and platform hardware. UEFI
replaces the legacy Basic Input Output System (BIOS)."

EDK2 is the project from TianoCore (https://tianocore.org) that provides
"a modern, feature-rich, cross-platform development environment for the
UEFI and UEFI Platform Initialization (PI) specifications."

It's open source under the BSD-2-Clause-Patent license.

This port provides an EDK2 firmware build for x86_64 with 'CSM' support.
CSM is the Compatibility Support Module, compatibility code to allow
operating systems which expect a 16-bit BIOS, and which don't know
about UEFI, to boot.

This CSM port provides an older version of EDK2 for use with VMs
running operating systems which don't have UEFI support.

WWW: https://github.com/freebsd/uefi-edk2/tree/bhyve/UDK2014.SP1
2016-07-09T11:47:43+00:00 devel/py-rebulk Python library that performs advanced searches in strings
ReBulk is a python library that performs advanced searches in strings
that would be hard to implement using re module or String methods only.
It includes some features like Patterns, Match, Rule that allows
developers to build a custom and complex string matcher using a readable
and extendable API.

WWW: https://github.com/Toilal/rebulk
2016-07-09T00:10:54+00:00 devel/rubygem-hamster Efficient, immutable, thread-safe collection classes for Ruby
Efficient, immutable, and thread-safe collection classes for Ruby.

Hamster provides 6 Persistent Data Structures: Hash, Vector, Set,
SortedSet, List, and Deque (which works as an immutable queue or
stack).

WWW: https://rubygems.org/gems/hamster
2016-07-08T23:40:24+00:00 www/rubygem-link_header Parse and format HTTP link headers
Parse and format HTTP link headers as described in the draft spec
http://tools.ietf.org/id/draft-nottingham-http-link-header-06.txt, also
the equivalent HTML link elements.

Converts conforming link headers to and from text, LinkHeader objects
and corresponding (JSON-friendly) Array representations, also HTML
link elements.

WWW: https://rubygems.org/gems/link_header
2016-07-08T21:52:45+00:00 net/go-httptreemux High-speed, flexible, tree-based HTTP router for Go
This is inspired by Julien Schmidt's httprouter, in that it uses a patricia
tree, but the implementation is rather different. Specifically, the routing
rules are relaxed so that a single path segment may be a wildcard in one route
and a static token in another. This gives a nice combination of high
performance with a lot of convenience in designing the routing patterns. In
benchmarks, httptreemux is close to, but slightly slower than, httprouter.

WWW: https://github.com/dimfeld/httptreemux
2016-07-08T21:45:49+00:00 net/go-httppath Utilities for HTTP Path manipulation
Utilities for HTTP Path manipulation. Currently, this just contains the
CleanPath function, renamed to Clean, from Julien Schmidt's httprouter.

WWW: https://github.com/dimfeld/httppath
2016-07-08T21:25:46+00:00 devel/go-metrics Golang library for exporting performance and runtime metrics
This library provides a metrics package which can be used to instrument code,
expose application metrics, and profile runtime performance in a flexible
manner.

WWW: https://github.com/armon/go-metrics
2016-07-08T21:04:03+00:00 devel/go-go.uuid UUID package for Go
This package provides pure Go implementation of Universally Unique Identifier
(UUID). Supported both creation and parsing of UUIDs.

WWW: https://github.com/satori/go.uuid
2016-07-08T17:23:19+00:00 devel/marisa-trie MARISA: Matching Algorithm with Recursively Implemented StorAge
Matching Algorithm with Recursively Implemented StorAge (MARISA)
is a static and space-efficient trie data structure. And libmarisa
is a C++ library to provide an implementation of MARISA. Also, the
package of libmarisa contains a set of command line tools for
building and operating a MARISA-based dictionary.

WWW: https://github.com/s-yata/marisa-trie
2016-07-08T01:04:00+00:00 net/tigervnc-devel High-performance, platform-neutral implementation of VNC
TigerVNC is a high-performance, platform-neutral implementation of VNC,
a client/server application that allows users to launch and interact with
graphical applications on remote machines.

WWW: http://tigervnc.org/
2016-07-07T22:15:35+00:00 security/otpw One-time password login package by Markus Kuhn
OTPW is a one-time password system which is robust against the password
list being stolen and race for the last digit attacks.

WWW: https://www.cl.cam.ac.uk/~mgk25/otpw.html
2016-07-07T20:58:23+00:00 sysutils/moosefs2-netdump MooseFS network packet dump utility
MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out,
network distributed file system. It spreads data over several physical commodity
servers, which are visible to the user as one resource.

For standard file operations MooseFS acts like any other Unix-like file system.

This port provides: MooseFS network packet dump utility

WWW: https://moosefs.com/
2016-07-07T20:58:23+00:00 sysutils/moosefs2-metalogger MooseFS metadata backup server
MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out,
network distributed file system. It spreads data over several physical commodity
servers, which are visible to the user as one resource.

For standard file operations MooseFS acts like any other Unix-like file system.

This port provides: MooseFS metalogger (metadata replication) server.

WWW: https://moosefs.com/
2016-07-07T20:58:23+00:00 sysutils/moosefs2-master Fault-tolerant distributed filesystem
MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out,
network distributed file system. It spreads data over several physical commodity
servers, which are visible to the user as one resource.

For standard file operations MooseFS acts like any other Unix-like file system.

This port provides: MooseFS master (metadata) server.

WWW: https://moosefs.com/
2016-07-07T20:58:23+00:00 sysutils/moosefs2-client MooseFS client tools
MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out,
network distributed file system. It spreads data over several physical commodity
servers, which are visible to the user as one resource.

For standard file operations MooseFS acts like any other Unix-like file system.

This port provides: MooseFS clients: mfsmount and mfstools.

WWW: https://moosefs.com/
2016-07-07T20:58:23+00:00 sysutils/moosefs2-cli MooseFS command line interface
MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out,
network distributed file system. It spreads data over several physical commodity
servers, which are visible to the user as one resource.

For standard file operations MooseFS acts like any other Unix-like file system.

This port provides: MooseFS CLI utilities.

WWW: https://moosefs.com/
2016-07-07T20:58:23+00:00 sysutils/moosefs2-chunkserver MooseFS data storage and synchronization component
MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out,
network distributed file system. It spreads data over several physical commodity
servers, which are visible to the user as one resource.

For standard file operations MooseFS acts like any other Unix-like file system.

This port provides: MooseFS data server.

WWW: https://moosefs.com/
2016-07-07T20:58:23+00:00 sysutils/moosefs2-cgiserv MooseFS CGI webserver
MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out,
network distributed file system. It spreads data over several physical commodity
servers, which are visible to the user as one resource.

For standard file operations MooseFS acts like any other Unix-like file system.

This port provides: Simple CGI-capable HTTP server to run MooseFS CGI monitor.

WWW: https://moosefs.com/
2016-07-07T20:58:23+00:00 sysutils/moosefs2-cgi MooseFS CGI interface
MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out,
network distributed file system. It spreads data over several physical commodity
servers, which are visible to the user as one resource.

For standard file operations MooseFS acts like any other Unix-like file system.

This port provides: MooseFS CGI monitor.

WWW: https://moosefs.com/
2016-07-07T13:55:20+00:00 archivers/lzfse Lempel-Ziv style data compression algorithm
This is a reference C implementation of the LZFSE compressor introduced in the
Compression library with OS X 10.11 and iOS 9.

LZFSE is a Lempel-Ziv style data compression algorithm using Finite State
Entropy coding. It targets similar compression rates at higher compression and
decompression speed compared to deflate using zlib.

WWW: https://github.com/lzfse/lzfse
2016-07-07T05:06:00+00:00 sysutils/rubygem-itamae Simple and lightweight configuration management tool
Simple and lightweight configuration management tool inspired by Chef.
(Itamae means a chef in Japanese.)

WWW: https://github.com/itamae-kitchen/itamae
2016-07-07T05:04:18+00:00 sysutils/rubygem-specinfra Test suite for server configuration
A test suit for server configuration.

WWW: https://github.com/mizzy/specinfra
2016-07-07T05:01:33+00:00 devel/rubygem-schash Ruby hash validator
Ruby hash validator

WWW: https://github.com/itamae-kitchen/itamae
2016-07-06T21:40:04+00:00 x11/xcb-util-xrm XCB utility functions for the X resource manager
XCB utility functions for the X resource manager

WWW: https://github.com/Airblader/xcb-util-xrm
2016-07-05T23:26:52+00:00 sysutils/uefi-edk2-bhyve UEFI EDK2 firmware for bhyve
UEFI EDK2 firmware for bhyve.

From https://github.com/tianocore/tianocore/wiki/UEFI :
"The Unified Extensible Firmware Interface, or UEFI, specifies the
firmware layer between an operating system and platform hardware. UEFI
replaces the legacy Basic Input Output System (BIOS)."

EDK2 is the project from TianoCore (https://tianocore.org) that provides
"a modern, feature-rich, cross-platform development environment for the
UEFI and UEFI Platform Initialization (PI) specifications."

It's open source under the BSD-2-Clause-Patent license.

This port provides a version of EDK2 for use with VMs running
operating systems which have UEFI support.

WWW: https://github.com/tianocore/edk2/tree/master/OvmfPkg/Bhyve
2016-07-05T16:38:53+00:00 www/redmine-ldap_sync LDAP user/group synchronization for Redmine
This redmine plugin extends the ldap authentication with user/group
synchronization.

WWW: https://github.com/thorin/redmine_ldap_sync
2016-07-05T15:02:56+00:00 net/py-uritemplate.py Simple python library to deal with URI Templates
Simple python library to deal with URI Templates.

WWW: https://uritemplate.readthedocs.org/
2016-07-05T08:06:10+00:00 emulators/virtualbox-ose-lite Small install of virtualbox without graphics
2016-07-05T00:31:48+00:00 devel/git-cinnabar Git remote helper to interact with Mercurial repositories
git-cinnabar is a git remote helper to interact with mercurial
repositories. Contrary to other such helpers, it doesn't use a local
mercurial clone under the hood, although it currently does require
mercurial to be installed for some of its libraries.

WWW: https://github.com/glandium/git-cinnabar
2016-07-04T16:48:15+00:00 textproc/py-csvkit Command line tools for working with CSV
csvkit is a suite of command-line tools for converting to and working
with CSV, the king of tabular file formats.

WWW: https://csvkit.readthedocs.io/
2016-07-04T15:59:46+00:00 textproc/py-agate-excel Support reading Excel files for agate
agate-excel adds read support for Excel files (xls and xlsx) to agate.

WWW: http://agate-excel.rtfd.org/
2016-07-04T15:49:16+00:00 textproc/py-agate-dbf Support reading dbf files for agate
agate-dbf adds read support for dbf files to agate

WWW: http://agate-dbf.rtfd.org/
2016-07-04T15:38:40+00:00 textproc/py-dbf Read and write DBF files
Pure python package for reading/writing dBase, FoxPro, and Visual
FoxPro .dbf files (including memos)

Currently supports dBase III, Clipper, FoxPro, and Visual FoxPro
tables. Text is returned as unicode, and codepage settings in tables
are honored. Memos and Null fields are supported.

WWW: https://pypi.python.org/pypi/dbf
2016-07-04T15:25:16+00:00 textproc/py-agate Data analysis library optimized for humans
agate is a Python data analysis library that is optimized for humans
instead of machines. It is an alternative to numpy and pandas that
solves real-world problems with readable code.

agate was previously known as journalism.

WWW: http://agate.rtfd.org/
2016-07-04T14:42:07+00:00 textproc/py-awesome-slugify Flexible slugify function
Python flexible slugify function

WWW: https://pypi.org/project/awesome-slugify/
2016-07-04T09:47:25+00:00 dns/bind911 BIND DNS suite with updated DNSSEC and DNS64
BIND version 9 is a major rewrite of nearly all aspects of the underlying BIND
architecture. Some of the important features of BIND 9 are:

DNS Security: DNSSEC (signed zones), TSIG (signed DNS requests)
IP version 6: Answers DNS queries on IPv6 sockets, IPv6 resource records (AAAA)
Experimental IPv6 Resolver Library
DNS Protocol Enhancements: IXFR, DDNS, Notify, EDNS0
Improved standards conformance
Views: One server process can provide multiple "views" of the DNS namespace,
e.g. an "inside" view to certain clients, and an "outside" view to others.
Multiprocessor Support

See the CHANGES file for more information on new features.

WWW: https://www.isc.org/downloads/bind/
2016-07-03T18:05:08+00:00 x11/xkb-switch Switch your X keyboard layouts from the command line
Small program that allows to query and change the XKB layout state from
command line.

WWW: https://github.com/ierton/xkb-switch
2016-07-03T11:29:57+00:00 x11-fonts/montserrat Sans-serif font inspired by the street signs of Montserrat
The old posters and signs in the traditional neighborhood of Buenos Aires
called Montserrat inspired the design of a typeface that rescues the beauty of
urban typography from the first half of the twentieth century. The goal is to
rescue what is in Montserrat and set it free, under a free, libre and open
source license, the SIL Open Font License.

WWW: https://github.com/JulietaUla/Montserrat/
2016-07-03T04:12:55+00:00 net/py-magic-wormhole Get things from one computer to another, safely
Get things from one computer to another, safely.

WWW: https://github.com/warner/magic-wormhole
2016-07-03T01:53:35+00:00 security/py-spake2 SPAKE2 password-authenticated key exchange (pure python)
SPAKE2 password-authenticated key exchange (pure python)

WWW: https://github.com/warner/python-spake2
2016-07-03T01:47:38+00:00 security/py-hkdf HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
HKDF - HMAC Key Derivation Function

This module implements the HMAC Key Derivation function

WWW: https://github.com/casebeer/python-hkdf
2016-07-02T19:31:16+00:00 astro/py-astropy Community-developed python astronomy tools
Astropy is a package intended to contain core functionality and some common
tools needed for performing astronomy and astrophysics research with Python. It
also provides an index for other astronomy packages and tools for managing
them.

WWW: https://www.astropy.org/
2016-07-02T11:27:30+00:00 audio/fluid-soundfont Fluid R3 sound fonts (GM/GS)
This is a Fluid (R3) General MIDI soundfonts, for use with any modern MIDI
synthesizer: hardware (like the EMU10K1 sound card), or software (like e.g.
FluidSynth).

This package provides both the larger GM sound set and smaller GS sound set
of Roland Sound Canvas extensions.

WWW: https://musescore.org/en/handbook/soundfont
2016-06-30T19:22:21+00:00 www/uchiwa Simple dashboard for Sensu
Uchiwa is a simple dashboard for the Sensu monitoring framework.

WWW: http://uchiwa.io/
2016-06-30T09:13:59+00:00 misc/py-pyprind Python Progress Bar and Percent Indicator Utility
The PyPrind (Python Progress Indicator) module provides a progress bar and a
percentage indicator object that let you track the progress of a loop structure
or other iterative computation. Typical applications include the processing of
large data sets to provide an intuitive estimate at runtime about the progress
of the computation.

WWW: https://github.com/rasbt/pyprind
2016-06-30T09:00:05+00:00 sysutils/zfsnap2 Portable performant script to make rolling ZFS snapshots easy
zfsnap makes rolling ZFS snapshots easy and - with cron - automatic.

The main advantages of zfsnap are its portability, simplicity, and performance.
It is written purely in /bin/sh and does not require any additional software -
other than a few core *nix utilies.

zfsnap stores all the information it needs about a snapshot directly in its
name; no database or special ZFS properties are needed. The information is
stored in a way that is human readable, making it much easier for a sysadmin to
manage and audit backup schedules.

Snapshot names are in the format of pool/fs@[prefix]Timestamp--TimeToLive
(e.g. pool/fs@weekly-2014-04-07_05.30.00--6m). The prefix is optional but can
be quite useful for filtering, Timestamp is the date and time when the snapshot
was created, and TimeToLive (TTL) is the amount of time the snapshot will be
kept until it can be deleted.

WWW: https://github.com/zfsnap/zfsnap
2016-06-30T08:48:00+00:00 sysutils/zfsnap-devel Portable performant script to make rolling ZFS snapshots easy
zfsnap makes rolling ZFS snapshots easy and - with cron - automatic.

The main advantages of zfsnap are its portability, simplicity, and performance.
It is written purely in /bin/sh and does not require any additional software -
other than a few core *nix utilies.

zfsnap stores all the information it needs about a snapshot directly in its
name; no database or special ZFS properties are needed. The information is
stored in a way that is human readable, making it much easier for a sysadmin to
manage and audit backup schedules.

Snapshot names are in the format of pool/fs@[prefix]Timestamp--TimeToLive
(e.g. pool/fs@weekly-2014-04-07_05.30.00--6m). The prefix is optional but can
be quite useful for filtering, Timestamp is the date and time when the snapshot
was created, and TimeToLive (TTL) is the amount of time the snapshot will be
kept until it can be deleted.
2016-06-30T07:42:20+00:00 java/jxgrabkey JNI library for easy use of global X11 hotkeys from Java
JXGrabKey is a jni library for easy use of global X11 hotkeys on
from Java.

WWW: http://jxgrabkey.sourceforge.net/
2016-06-29T23:37:51+00:00 misc/freebsd-release-manifests FreeBSD release manifests
MANIFEST files from the FreeBSD release images.

WWW: https://www.FreeBSD.org
2016-06-28T18:45:41+00:00 security/p5-Crypt-OpenSSL-PKCS10 Perl extension for OpenSSL PKCS10 API
Perl extension to OpenSSL's PKCS10 API.

WWW: https://metacpan.org/release/Crypt-OpenSSL-PKCS10
2016-06-28T18:03:24+00:00 security/p5-Crypt-LE Let's Encrypt API interfacing module
Crypt::LE provides the functionality necessary to use Let's Encrypt
API and generate free SSL certificates for your domains. It can
also be used to generate RSA keys and Certificate Signing Requests
or to revoke previously issued certificates. Crypt::LE is shipped
with a self-sufficient client for obtaining SSL certificates -
le.pl.

The client supports 'http' and 'dns' domain verification out of the box.

WWW: https://metacpan.org/release/Crypt-LE
2016-06-27T22:19:53+00:00 sysutils/u-boot-pine64
U-Boot loader and related files for the Pine64.

To install this bootloader on an sdcard just do:
dd if=/usr/local/share/u-boot/u-boot-pine64/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=128k seek=1 conv=sync

For information about running FreeBSD on Allwinner boards, see
https://wiki.freebsd.org/FreeBSD/arm/Allwinner

For general information about U-Boot see WWW: https://www.denx.de/wiki/U-Boot
2016-06-27T13:56:05+00:00 misc/rubygem-mime-types29 Ruby gem which provides a mailcap-like MIME Content-Type lookup
MIME::Types for Ruby originally based on and synchronized with MIME::Types
for Perl by Mark Overmeer, copyright 2001 - 2005.

WWW: https://github.com/mime-types/ruby-mime-types
2016-06-27T10:56:14+00:00 benchmarks/clpeak Benchmarking tool to measure peak capabilities of opencl devices
A synthetic benchmarking tool to measure peak capabilities of opencl devices.
It only measures the peak metrics that can be achieved using vector operations
and does not represent a real-world use case

WWW: https://github.com/krrishnarraj/clpeak
2016-06-27T10:07:14+00:00 security/yubikey-piv-manager YubiKey PIV Manager
YubiKey PIV Manager

Tool for configuring your PIV-enabled YubiKey.

WWW: https://developers.yubico.com/yubikey-piv-manager/
2016-06-27T01:52:14+00:00 www/py-urlobject Utility class for manipulating URLs
URLObject is a utility class for manipulating URLs. The latest incarnation of
this library builds upon the ideas of its predecessor, but aims for a clearer
API, focusing on proper method names over operator overrides. It's also being
developed from the ground up in a test-driven manner, and has full Sphinx
documentation.

WWW: https://github.com/zacharyvoase/urlobject
2016-06-26T17:12:51+00:00 devel/p5-Test-Needs Skip tests when modules not available
Skip test scripts if modules are not available. The requested modules will be
loaded, and optionally have their versions checked. If the module is missing,
the test script will be skipped. Modules that are found but fail to compile will
exit with an error rather than skip.

If used in a subtest, the remainder of the subtest will be skipped.

Skipping will work even if some tests have already been run, or if a plan has
been declared.

Versions are checked via a $module->VERSION($wanted_version) call. Versions must
be provided in a format that will be accepted. No extra processing is done on
them.

If perl is used as a module, the version is checked against the running perl
version ($]). The version can be specified as a number, dotted-decimal string,
v-string, or version object.

If the RELEASE_TESTING environment variable is set, the tests will fail rather
than skip. Subtests will be aborted, but the test script will continue running
after that point.

WWW: https://metacpan.org/release/Test-Needs
2016-06-26T15:06:43+00:00 devel/py-twext Extensions to Twisted
twext is a Python module consisting of extensions to the Twisted Framework.
(http://twistedmatrix.com/)

WWW: http://trac.calendarserver.org/wiki/twext
2016-06-26T13:55:00+00:00 devel/py-calendar Library for iCalendar/vCard data
calendar is a python library for parsing and generating iCalendar data.
See RFC 5545 and 6350.
http://svn.calendarserver.org/repository/calendarserver/PyCalendar/trunk

WWW: http://trac.calendarserver.org/wiki/twext
2016-06-26T11:51:09+00:00 java/aparapi Open source API for expressing data parallel workflows in Java
aparapi is an open source API for expressing data parallel workflows in Java.

Originally an AMD product, Aparapi was released to open source on September
14, 2011. Aparapi is an API for expressing data parallel workloads in Java
and a runtime component capable of converting the Java# bytecode of compatible
workloads into OpenCL# so that it can be executed on a variety of GPU devices.

WWW: https://github.com/aparapi/aparapi
2016-06-25T22:48:41+00:00 devel/sonarqube Platform for continuous inspection of code quality
The SonarQube platform is an open source quality management platform,
dedicated to continuously analyzing and measuring the technical quality of
source code, from project portfolio down to the method level.

Features:
- Supports languages: Java, C/C++, Objective-C, C#, PHP, Flex, Groovy,
JavaScript, Python, PL/SQL, COBOL, etc.
- Can also be used in Android development.
- Offers reports on duplicated code, coding standards, unit tests, code
coverage, complex code, potential bugs, comments and design and
architecture.
- Records metrics history and provides evolution graphs ("time machine")
and differential views.
- Provides fully automated analyses: integrates with Maven, Ant, Gradle and
continuous integration tools (Atlassian Bamboo, Jenkins, Hudson, etc.).
- Integrates with the Eclipse development environment.
- Integrates with external tools: JIRA, Mantis, LDAP, Fortify, etc.
- Is expandable with the use of plugins.
- Implements the SQALE methodology to compute technical debt.

WWW: http://www.sonarqube.org/
2016-06-25T18:12:21+00:00 audio/libsoxr High quality, one-dimensional sample-rate conversion library
The SoX Resampler library `libsoxr'

It performs one-dimensional sample-rate conversion,
may be used, for example, to resample PCM-encoded audio.

This library aims to give fast and high quality results for any constant
(rational or irrational) resampling ratio. Phase-response, preserved
bandwidth, aliasing, and rejection level parameters are all configurable;
alternatively, simple `preset' configurations may be selected. An
experimental, variable-rate resampling mode of operation is also included.

WWW: https://sourceforge.net/projects/soxr/
2016-06-25T15:08:30+00:00 databases/php70-redis PHP7 extension for Redis
This extension provides an API for communicating with Redis database,
a persistent key-value database with built-in net interface written
in ANSI-C for Posix systems.

WWW: https://github.com/phpredis/phpredis
2016-06-25T11:11:13+00:00 security/yubico-piv-tool Yubico PIV tool
The Yubico PIV tool is used for interacting with the Privilege and
Identification Card (PIV) application on a YubiKey.

With it you may generate keys on the device, importing keys and
certificates, and create certificate requests, and other operations. A
shared library and a command-line tool is included.

WWW: https://developers.yubico.com/yubico-piv-tool/
2016-06-25T00:18:29+00:00 net-im/diligent Unofficial Qt Slack client
Diligent is unofficial cross-platform desktop client for Slack.

WWW: https://github.com/trueos/diligent
2016-06-24T23:04:24+00:00 misc/py-socli Stack overflow command line interface
Stack overflow command line client written in python. Using SoCLI you can
search and browse stack overflow without leaving the terminal.

WWW: https://github.com/gautamkrishnar/socli
2016-06-24T23:02:44+00:00 textproc/py-beautifulsoup4 Python screen-scraping library
Beautiful Soup is a Python library designed for quick turnaround projects like
screen-scraping.

Three features make it powerful:

1. Beautiful Soup provides a few simple methods and Pythonic idioms for
navigating, searching, and modifying a parse tree: a toolkit for dissecting
a document and extracting what you need. It doesn't take much code to write
an application.
2. Beautiful Soup automatically converts incoming documents to Unicode and
outgoing documents to UTF-8. You don't have to think about encodings, unless
the document doesn't specify an encoding and Beautiful Soup can't detect one.
Then you just have to specify the original encoding.
3. Beautiful Soup sits on top of popular Python parsers like lxml and html5lib,
allowing you to try out different parsing strategies or trade speed for
flexibility.

WWW: https://www.crummy.com/software/BeautifulSoup/
2016-06-24T21:27:50+00:00 www/redmine-single_auth SSO authentication method for Redmine
Plugin implements SSO authentication method in Redmine.

Plugin allows transparent authentication of the User using his domain
account through Web-server module (for ex. mod_ntlm in Apache).

WWW: https://bitbucket.org/dkuk/single_auth
2016-06-24T21:27:30+00:00 www/redmine-a_common_libs Common libraries for RedMine
This is a plugin for including common libraries into Redmine.

WWW: https://bitbucket.org/dkuk/a_common_libs
2016-06-24T19:06:49+00:00 net/iipsrv IIP (Internet Imaging Protocol) FastCGI server
IIPImage is an advanced high-performance feature-rich image
server system for web-based streamed viewing and zooming of
ultra high-resolution images with low processor and memory
requirements. The system can handle gigapixel size images as
well as advanced image features such as 8/16/32 bits per
channel, CIELAB colorimetric images and scientific imagery
such as multispectral images and digital elevation maps.

WWW: https://iipimage.sourceforge.io
2016-06-24T14:31:39+00:00 graphics/dilay 3D sculpting application
Dilay is a 3D sculpting application that provides an intuitive workflow
using a number of powerful modeling tools. As each tool locally subdivides
the mesh where more details are required, Dilay allows artists to rapidly
create complex meshes.

WWW: https://abau.org/dilay/
2016-06-24T14:22:06+00:00 www/grafana3 Dashboard and graph editor for Graphite, InfluxDB & OpenTSDB
Grafana is an open source, feature rich metrics dashboard
and graph editor for Graphite, InfluxDB & OpenTSDB.

WWW: https://github.com/grafana/grafana
2016-06-24T00:07:13+00:00 security/doas Simple sudo alternative to run commands as another user
This is the FreeBSD port of the OpenBSD "doas" command. The doas program
allows a regular user to run commands as another user (usually root). The
doas command is a simplified (hopefully more secure) version of the "sudo"
command and offers an easier to read/modify configuration.

WWW: https://github.com/slicer69/doas/
2016-06-23T23:16:03+00:00 databases/tile38 In-memory geolocation data store, spatial index, and realtime geofence
Tile38 is an open source (MIT licensed), in-memory geolocation data store,
spatial index, and realtime geofence. It supports a variety of object types
including lat/lon points, bounding boxes, XYZ tiles, Geohashes, and GeoJSON.

Features:

Spatial index with search methods such as NEARBY, WITHIN, and INTERSECTS.
Realtime geofencing through persistent sockets or webhooks.
Object types of lat/lon, bbox, Geohash, GeoJSON, QuadKey, and XYZ tile.
Support for lots of Clients Libraries written in many different languages.
Variety of client protocols, including http (curl), websockets, telnet,
and the Redis RESP.
Server responses are RESP or JSON.
Full command line interface.
Leader / follower replication.
In-memory database that persists on disk.

WWW: https://tile38.com/
2016-06-23T22:51:07+00:00 devel/slibtool Skinny libtool implementation, written in C
`slibtool` is an independent reimplementation of the widely used libtool,
written in C. `slibtool` is designed to be a clean, fast, easy-to-use
libtool drop-in replacement, and is accordingly aimed at package authors,
distro developers, and system integrators. `slibtool` maintains compatibility
with libtool in nearly every aspect of the tool's functionality as well as
semantics, leaving out (or turning into a no-op) only a small number of
features that are no longer needed on modern systems.

Being a compiled binary, and although not primarily written for the sake of
performance, building a package with `slibtool` is often faster than with its
script-based counterpart. The resulting performance gain would normally vary
between packages, and is most noticeable in builds that invoke libtool a large
number of times, and which are characterized by the short compilation duration
of individual translation units.

WWW: https://git.foss21.org/slibtool
2016-06-23T12:21:56+00:00 net/mobile-broadband-provider-info Service mobile broadband provider database
XML database with data from mobile service providers information

WWW: https://wiki.gnome.org/Projects/NetworkManager/MobileBroadband/ServiceProviders
2016-06-23T11:45:40+00:00 sysutils/bsdisks UDisks2 service implementation for FreeBSD
UDisks2 service provides interfaces to enumerate
and perform operations on disks and storage devices
via D-Bus API. Bsdisks is an implementation of UDisks2
service for FreeBSD.

WWW: https://foss.heptapod.net/bsdutils/bsdisks
2016-06-23T10:22:35+00:00 security/py-certbot Let's Encrypt client #'
In short: getting and installing SSL/TLS certificates made easy.

Certbot is a tool to automatically receive and install
X.509 certificates to enable TLS on servers. The client will
interoperate with the Let's Encrypt CA which will be issuing
browser-trusted certificates for free.

It's all automated:

The tool will prove domain control to the CA and submit a CSR
(Certificate Signing Request).

If domain control has been proven, a certificate will get issued and
the tool will automatically install it.

WWW: https://github.com/certbot/certbot
2016-06-22T20:36:19+00:00 databases/py-mysqlclient MySQL database connector for Python
MySQL database connector for Python (with Python 3 support).

WWW: https://pypi.org/project/mysqlclient
2016-06-22T20:12:08+00:00 sysutils/nomad Cluster manager and scheduler
Nomad is a cluster manager and scheduler that provides a common workflow
to deploy applications across an infrastructure. Deploy virtualized,
containerized, or standalone application workloads across a fleet of
servers to maximize resource utilization.

WWW: https://www.nomadproject.io/
2016-06-22T17:23:19+00:00 converters/py-better-bencode Fast, standard compliant Bencode serialization
Fast, standard compliant Bencode serialization.

WWW: https://github.com/kosqx/better-bencode
2016-06-22T17:14:44+00:00 math/py-keras Deep learning library for Python
Deep Learning library for Python. Convnets, recurrent neural networks, and
more. Runs on Theano and TensorFlow.

WWW: https://keras.io/
2016-06-22T15:21:50+00:00 devel/py-jaraco.logging Additional facilities to supplement Python stdlib logging module
Additional facilities to supplement Python's stdlib logging module.

WWW: https://github.com/jaraco/jaraco.logging
2016-06-22T15:20:54+00:00 devel/py-jaraco.itertools Tools for working with iterables
jaraco.itertools Tools for working with iterables. Complements itertools and
more_itertools.

WWW: https://github.com/jaraco/jaraco.itertools
2016-06-22T15:19:50+00:00 devel/py-jaraco.functools Additional functools for Python
Additional functools in the spirit of stdlib's functools.

WWW: https://github.com/jaraco/jaraco.functools
2016-06-22T15:18:32+00:00 devel/py-jaraco.classes Python class routines
Routines for obtaining the class names of an object and its parent classes.

WWW: https://github.com/jaraco/jaraco.classes
2016-06-22T15:16:37+00:00 devel/py-inflect Generate plurals, singular nouns, ordinals, indefinite articles
inflect.py correctly generates plurals, singular nouns, ordinals, indefinite
articles and converts numbers to words.

WWW: https://github.com/jaraco/inflect
2016-06-22T15:02:01+00:00 security/eschalot Vanity onion address generator for Tor
Echalot is a TOR hidden service name generator, it allows one to produce
a (partially) customized vanity .onion address using a brute-force method.

WWW: https://github.com/ReclaimYourPrivacy/eschalot
2016-06-22T14:31:00+00:00 graphics/hiptext Tool for rendering images and videos inside terminals
hiptext is command line tool for rendering images and videos inside terminals.

WWW: https://github.com/jart/hiptext
2016-06-21T13:24:53+00:00 devel/p5-Term-ReadLine-TTYtter Perl5 module for Term::ReadLine allowing rich editing
ReadLine::TTYtter is a fork of the Term::ReadLine::Perl module, allowing
to edit a command line.

This module have UTF-8 support, let erase or repaint the prompt and
to hook a process to further line control.

WWW: https://metacpan.org/release/Term-ReadLine-TTYtter
2016-06-21T12:05:39+00:00 www/calamaris-devel Perl script to produce statistics out of Squid log files
Calamaris parses the Squid Native Log and generates reports
about Peak-usage, Request-Methods, Status-reports of incoming
and outgoing requests, second and Top-level destinations,
content-types and performance.

WWW: http://Cord.de/tools/squid/calamaris/
2016-06-20T08:18:29+00:00 sysutils/bstack Debug tool that shows the stack trace of a running process
bstack - gstack for FreeBSD

This is a port of gstack, a script build around gdb on RedHat and other
Linux distros, to FreeBSD.

bstack take a PID as only parameter and print out the back trace of that
running process. If the process is multithread, the backtrace of all
threads is printed.

It works with the last version of GDB

WWW: https://github.com/pizzamig/bstack
2016-06-18T14:49:52+00:00 games/alex4 Classic platformer with Alex the Allegator
In the latest installment of the series Alex travels through the jungle
in search of his kidnapped girlfriend. Plenty of classic platforming
in four nice colors guaranteed!

WWW: http://allegator.sourceforge.net/
2016-06-17T19:15:44+00:00 sysutils/intel-qcu Intel(R) QSFP+ Configuration Utility
The Intel(R) QSFP+ Configuration Utility is a command line utility that allows
users to change the link type of the installed QSFP+ module. The supported
types are defined within the adapter's NVM. This utility displays only the
devices that potentially support QSFP+ reconfiguration. Only one port per
device is displayed, since changes affect the device as a whole, not individual
ports.

WWW: https://downloadcenter.intel.com/
2016-06-17T19:10:35+00:00 net/py-pyshark Pyhon packet parsing using wireshark dissectors
pyshark is a Python wrapper for tshark, allowing python packet parsing using
wireshark dissectors.

There are quite a few python packet parsing modules, this one is different
because it doesn't actually parse any packets, it simply uses tshark's
(wireshark command-line utility) ability to export XMLs to use its parsing. This
package allows parsing from a capture file or a live capture, using all
wireshark dissectors you have installed.

WWW: https://github.com/KimiNewt/pyshark
2016-06-17T19:00:40+00:00 devel/py-logbook Logging replacement for Python
Logbook is a nice logging replacement.

It should be easy to setup, use and configure and support web
applications :)

WWW: http://logbook.readthedocs.org/
2016-06-17T18:53:10+00:00 sysutils/py-logbook Logging replacement for Python
Logbook is a nice logging replacement.

It should be easy to setup, use and configure and support web
applications :)

WWW: http://logbook.readthedocs.org/
2016-06-17T06:36:03+00:00 security/clamfs User-space fs with on-access antivirus scanning
ClamFS is a FUSE-based user-space file system for Linux with
on-access anti-virus file scanning through clamd daemon

Features
- User-space file system
- Configuration stored in XML files
- FUSE used as file system back-end
- Scan files using ClamAV
- ScanCache speeds up file access
- Sends mail to administrator when detect virus

WWW: https://github.com/burghardt/clamfs
2016-06-16T15:35:31+00:00 net-mgmt/adcli Tool for performing actions on an Active Directory domain
adcli is a command line tool that can perform actions in an Active Directory
domain:

. "join" a computer (not necessarily the current one) into AD-domain
. output information about the domain -- in human- and computer-readable
form
. create user- and group-accounts in the domain
. delete and reset accounts

WWW: https://www.freedesktop.org/software/realmd/adcli/adcli.html
2016-06-16T12:07:26+00:00 devel/R-cran-tibble Simple Data Frames
tibble provides a 'tbl_df' class that offers better checking and
printing capabilities than traditional data frames.

WWW: https://cran.r-project.org/web/packages/tibble/
2016-06-16T01:41:32+00:00 www/nextcloud Personal cloud which runs on your own server
Nextcloud is a system for the creation and management of personal
cloud resources. It is a fork of Owncloud.

WWW: https://nextcloud.com
2016-06-15T02:20:47+00:00 sysutils/cfengine39 Systems administration tool for networks
Cfengine is an automated suite of programs for configuring and
maintaining Unix-like computers. It has been used on computing arrays
of between 1 and 20,000 computers since 1993 by a wide range of
organizations. Cfengine is supported by active research and was the
first autonomic, hands-free management system for Unix-like operating
systems. Cfengine is an autonomic maintenance system not merely a
change management roll-out tool. Cfengine has a history of security
and adaptability.

WWW: https://cfengine.com/
2016-06-15T02:20:47+00:00 sysutils/cfengine-masterfiles39 cfengine sample policies for installations and upgrades
CFEngine 3 is a popular open source configuration management system.
Its primary function is to provide automated configuration and
maintenance of large-scale computer systems.

The repository is intended to provide a stable base policy for
installations and upgrades, and is used by CFEngine 3.6 and newer.
The port installs the repository as examples which should be copied by
the user to the masterfiles directory (usually /var/cfengine/masterfiles).

WWW: https://cfengine.com/
2016-06-14T19:22:46+00:00 x11-themes/cursor-ardoise-theme Ardoise X cursor theme
Simple, flat and dark Ardoise X cursor theme by obnosim.
It uses symbols instead of changing the shape of the cursor.

Available resolutions are 24, 32, 48 and 72 px.
Translucent and opaque variants.

WWW: https://gitlab.com/obnosim/ardoise
2016-06-14T17:03:42+00:00 security/zeronet Decentralized websites using Bitcoin crypto and BitTorrent network
Open, free and uncensorable websites, using Bitcoin cryptography
and BitTorrent network.

Features:
* Real-time updated sites
* Namecoin .bit domains support
* Easy to setup: unpack & run
* Clone websites in one click
* Password-less BIP32 based authorization: Your account is protected
by the same cryptography as your Bitcoin wallet
* Built-in SQL server with P2P data synchronization: Allows easier site
development and faster page load times
* Anonymity: Full Tor network support with .onion hidden services instead
of IPv4 addresses
* TLS encrypted connections
* Automatic uPnP port opening
* Plugin for multiuser (openproxy) support
* Works with any browser/OS

WWW: https://zeronet.io/
2016-06-14T08:29:32+00:00 devel/py-cuisine Chef-like functionality for Fabric
Cuisine is a small set of functions that sit on top of Fabric, to
abstract common administration operations such as file/dir operations,
user/group creation, package install/upgrade, making it easier to
write portable administration and deployment scripts.

WWW: https://github.com/sebastien/cuisine
2016-06-14T08:21:12+00:00 math/py-gmpy2 GMP/MPIR, MPFR, and MPC interface to Python
C-coded Python extension module that supports multiple-precision arithmetic.
In addition to supporting GMP or MPIR for multiple-precision integer and
rational arithmetic, gmpy2 adds support for the MPFR (correctly rounded real
floating-point arithmetic) and MPC (correctly rounded complex floating-point
arithmetic) libraries.

WWW: https://pypi.org/project/gmpy2/
WWW: https://github.com/aleaxit/gmpy/releases
2016-06-13T19:30:55+00:00 devel/pcc-libs Libraries for the Portable C Compiler
Libraries for the Portable C Compiler.

WWW: http://pcc.ludd.ltu.se/
2016-06-12T21:48:14+00:00 www/py-django-otp-yubikey Plugin that verifies YubiKey OTP tokens
This is a django-otp plugin that handles YubiKey devices using the Yubico OTP
algorithm. This includes two device definitions: one to verify YubiKey tokens
locally and another to verify them against a web service.

WWW: https://pypi.org/project/django-otp-yubikey/
2016-06-12T15:05:44+00:00 databases/luasql-firebird
2016-06-12T15:05:12+00:00 databases/luasql-odbc
2016-06-12T13:32:20+00:00 deskutils/puush Screen capture and Puush image-bin client
Use keyboard shortcuts gestures to quickly capture any portion
of your screen. These screenshots are near-instantly puush'd,
leaving behind a short URL in your clipboard, perfect for sharing.
Paste these easily into your Twitter, IRC or IM clients. Share
them with the world or make them private, for your eyes only.

WWW: https://github.com/Ultima1252/puush
2016-06-12T11:56:20+00:00 devel/libfastjson Fork of json-c (JSON implementation in C)
The aim of this project is not to provide a slightly modified clone of json-c.
It's aim is to provide

* a small library with essential json handling functions
* sufficiently good json support (not 100% standards compliant)
* be very fast in processing

In order to reach these goals, we reduce the features of json-c. For
similarities and differences, see the file DIFFERENCES.

WWW: https://github.com/rsyslog/libfastjson
2016-06-12T04:19:23+00:00 japanese/font-nasu Nasu Japanese TrueType fonts
NasuFont is a free Japanese TrueType fonts

WWW: http://itouhiro.hatenablog.com/entry/20140917/font
2016-06-11T21:59:56+00:00 security/py-YubiOTP Library for verifying YubiKey OTP tokens
This is a library for verifying YubiKey OTP tokens. It includes both the
low-level implementation for verifying tokens locally and clients for multiple
versions of the Yubico validation web service. The primary audience is
developers who wish to verify YubiKey tokens in their applications, presumably
as part of a multi-factor authentication scheme.

WWW: https://pypi.org/project/YubiOTP/
2016-06-10T19:37:47+00:00 textproc/libfo XSL formatter library for xmlroff
libfo is library part of xmlroff XSL formatter.

WWW: http://xmlroff.org
2016-06-10T14:41:14+00:00 emulators/qemu-cheri128m QEMU emulator with CHERI CPU support (128-bit, magic compression)
2016-06-10T09:04:15+00:00 lang/gcc6 GNU Compiler Collection 6
GCC, the GNU Compiler Collection, supports a number of languages. This
port installs the C, C++, Fortran and Java front ends as gcc6, g++6,
gfortran6, and gcj6, respectively.

WWW: https://gcc.gnu.org

Gerald Pfeifer <gerald@FreeBSD.org>
2016-06-09T19:50:40+00:00 databases/postgresql-repmgr2 PostgreSQL replication manager
repmgr allows you to monitor and manage your replicated PostgreSQL
databases as a single cluster.

WWW: http://projects.2ndquadrant.com/repmgr
2016-06-09T11:06:28+00:00 databases/puppetdb3 PuppetDB storeconfigs backend
The PuppetDB storeconfigs backend

WWW: https://docs.puppetlabs.com/puppetdb/latest/
2016-06-09T11:06:28+00:00 databases/puppetdb-terminus3 PuppetDB storeconfigs backend terminus module
The PuppetDB storeconfigs backend terminus module.

WWW: https://docs.puppetlabs.com/puppetdb/latest/
2016-06-08T23:27:22+00:00 databases/pglogical Logical replication system as a PostgreSQL extension
pglogical is a logical replication system implemented entirely as a
PostgreSQL extension. Fully integrated, it requires no triggers or
external programs. This alternative to physical replication is a
highly efficient method of replicating data using a publish/subscribe
model for selective replication.

WWW: http://2ndquadrant.com/en/resources/pglogical/
2016-06-08T23:23:46+00:00 databases/pglogical-output Logical replication system as a PostgreSQL extension
pglogical is a logical replication system implemented entirely as a
PostgreSQL extension. Fully integrated, it requires no triggers or
external programs. This alternative to physical replication is a
highly efficient method of replicating data using a publish/subscribe
model for selective replication.

WWW: http://2ndquadrant.com/en/resources/pglogical/
2016-06-08T21:10:40+00:00 net-mgmt/kapacitor Time-series data collection
Kapacitor is InfluxDB's native data processing engine. It can process both
stream and batch data from InfluxDB. Kapacitor lets you plug in your own custom
logic or user defined functions to process alerts with dynamic thresholds,
match metrics for patterns or compute statistical anomalies.

WWW: https://influxdata.com/time-series-platform/kapacitor/
2016-06-06T16:20:11+00:00 devel/geany-plugin-lineoperations Geany plugin: ${${GEANY_PLUGIN}_DESC}
Line Operations is an assortment of simple line functions that can
be applied to an open file.

WWW: https://plugins.geany.org/lineoperations.html
2016-06-06T12:18:16+00:00 mail/opensmtpd-extras-tool-stats Statistics tool for OpenSMTPD
2016-06-06T12:18:16+00:00 mail/opensmtpd-extras-table-ldap LDAP table support for OpenSMTPD
2016-06-06T12:18:16+00:00 mail/opensmtpd-extras-scheduler-ram RAM scheduler support for OpenSMTPD
2016-06-06T12:18:16+00:00 mail/opensmtpd-extras-scheduler-python Python scheduler support for OpenSMTPD
2016-06-06T12:18:16+00:00 mail/opensmtpd-extras-queue-ram RAM queue support for OpenSMTPD
2016-06-06T12:18:16+00:00 mail/opensmtpd-extras-queue-python Python queue support for OpenSMTPD
2016-06-06T12:18:16+00:00 mail/opensmtpd-extras-filter-python Python-script filter support for OpenSMTPD
2016-06-06T12:18:16+00:00 mail/opensmtpd-extras-filter-perl Perl-script filter support for OpenSMTPD
2016-06-06T12:18:16+00:00 mail/opensmtpd-extras-filter-monkey Arbitrary delay or reject filter for OpenSMTPD
2016-06-06T12:18:16+00:00 mail/opensmtpd-extras-filter-lua LUA-script filter support for OpenSMTPD
2016-06-05T18:37:40+00:00 devel/rubygem-health_check Simple health check of Rails app for uptime monitoring
Simple health check of Rails app for uptime monitoring.

WWW: https://github.com/ianheggie/health_check
2016-06-05T18:16:59+00:00 converters/rubygem-base32 Ruby extension for base32 encoding and decoding
Ruby extension for base32 encoding and decoding

WWW: https://rubygems.org/gems/base32
2016-06-05T16:59:53+00:00 sysutils/mcollective-nrpe-common MCollective common files to interact with the NRPE monitoring system
The mcollective package agent lets you install, uninstall, update, purge and
query the status of packages via MCollective.

WWW: https://github.com/puppetlabs/mcollective-package-agent
2016-06-05T16:59:53+00:00 sysutils/mcollective-nrpe-client MCollective client to interact with the NRPE monitoring system
2016-06-05T16:55:50+00:00 databases/sqliteodbc-sqlite2 ODBC driver for SQLite 2
2016-06-05T16:21:55+00:00 databases/postgis22 Geographic objects support for PostgreSQL databases
PostGIS adds support for geographic objects to the PostgreSQL
object-relational database. In effect, PostGIS "spatially enables"
the PostgreSQL server, allowing it to be used as a backend spatial
database for geographic information systems (GIS), much like ESRI's
SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
"Simple Features Specification for SQL" and has been certified as
compliant with the "Types and Functions" profile.

PostGIS development was started by Refractions Research as a project
in open source spatial database technology. PostGIS is released
under the GNU General Public License. PostGIS continues to be
developed by a group of contributors led by a Project Steering
Committee and new features continue to be added.

WWW: https://postgis.net/
2016-06-04T19:03:12+00:00 mail/neomutt Bringing together all the Mutt Code
What is NeoMutt?

* NeoMutt is a project of projects.
* A place to gather all the patches against Mutt.
* A place for all the developers to gather.

Hopefully this will build the community and reduce duplicated effort.

WWW: https://neomutt.org
2016-06-03T09:37:36+00:00 www/caldavzap CalDAV web client implementation
CalDavZAP is an open source CalDAV web client implementation released under GNU
Affero General Public License (version 3.0).

Main features:

* 100% JavaScript+jQuery CalDAV web client/application - no special server
software required for standard setup (except the CalDAV server of course)
* server-based XML configuration generator (for special setup) with HTTP and
LDAP authentication plugins
* asynchronous read-only and read/write calendar collection detection
* asynchronous background synchronization
* support for delegated calendars
* support for subscribed calendars
* time-range filtering (server support required)
* support for RFC compliant vCalendars (version 2.0) and automatic correction
of most common errors in invalid vCalendars
* support for background calendars - if there is at least one event defined for
the given day in a background calendar, the background color for that day
will be pink/light-red

and much more ...

WWW: https://www.inf-it.com/open-source/clients/caldavzap/
2016-06-03T00:01:36+00:00 net-mgmt/unifi5 UniFi Controller v5
The UniFi Controller allows you to manage Wireless, Routing & Switching,
VoIP and Video of Ubiquiti Networks.

WWW: http://wiki.ubnt.com/UniFi_FAQ
2016-06-02T19:57:21+00:00 www/p5-Dancer-Plugin-RPC Configure endpoints for XMLRPC and JSONRPC procedures
This module contains two plugins for Dancer: Dancer::Plugin::RPC::XMLRPC
and Dancer::Plugin::RPC::JSONRPC. They are plugins rather than
Plack::Middleware.

Dancer::Plugin::RPC::XMLRPC

This plugin exposes the new keyword "xmlrpc" that is followed by 2
arguments: the endpoint and the arguments to configure the xmlrpc-calls
at this endpoint.

Dancer::Plugin::RPC::JSONRPC

This plugin exposes the new keyword "jsonrpc" that is followed by
2 arguments: the endpoint and the arguments to configure the
jsonrpc-calls at this endpoint.

See the /t dir for examples (until some tutorial exists)

WWW: https://metacpan.org/release/Dancer-Plugin-RPC
2016-06-01T16:36:20+00:00 lang/tcl87 Tool Command Language
This is Tcl version 8.7, an embeddable tool command language.

Tcl (Tool Command Language) is a very powerful but easy to learn dynamic
programming language, suitable for a very wide range of uses, including web
and desktop applications, networking, administration, testing and many more.
Open source and business-friendly, Tcl is a mature yet evolving language that
is truly cross platform, easily deployed and highly extensible.

A full set of manual pages is also provided with this port.

WWW: http://www.tcl.tk/
2016-05-31T18:02:42+00:00 misc/qt5-doc Qt 5 documentation
${.CURDIR:H:H}/devel/qt5/pkg-descr
2016-05-31T12:03:06+00:00 dns/py-pycares Python interface to c-ares
pycares is a Python module which provides an interface to c-ares.
c-ares is a C library that performs DNS requests and name
resolutions asynchronously.

WWW: https://pypi.org/project/pycares/
2016-05-31T11:00:00+00:00 security/letskencrypt Native C client for Let's Encrypt, designed for security
letskencrypt is a client for Let's Encrypt users, but one designed for
security. No Python. No Ruby. No Bash. A straightforward, open source
implementation in C that isolates each step of the sequence.

WWW: https://kristaps.bsd.lv/letskencrypt/
2016-05-31T02:06:32+00:00 textproc/rubygem-ox Speed-optimized XML parser and object serializer for Ruby
Ox, standing for Optimized XML, is a XML parser and object serializer,
which is designed to be a speed-optimized alternative to Nokogiri and Marshal.

* Ox is self contained, and uses nothing other than standard C libraries.
* Ox writes/parses generic XML documents including HTML documents.
* Ox serializes Objects into human readable XML in contrast to Marshal
* Ox also supports SAX parsing.

WWW: http://ohler.com/ox/
2016-05-30T19:02:47+00:00 devel/py-http-prompt Interactive command-line HTTP client
HTTP Prompt is an interactive command-line HTTP client featuring autocomplete
and syntax highlighting, built on HTTPie and prompt_toolkit.

WWW: https://pypi.org/project/http-prompt/
2016-05-30T16:28:20+00:00 databases/py-unqlite Fast Python bindings for the UnQLite embedded NoSQL database
Fast Python bindings for UnQLite, a lightweight, embedded NoSQL database and
JSON document store.

WWW: https://github.com/coleifer/unqlite-python
2016-05-30T13:43:39+00:00 net/py-haproxy-log-analysis Haproxy log analyzer that tries to gives an insight of what's going on
Haproxy log analyzer that tries to gives an insight of what's going on.

WWW: https://pypi.org/project/haproxy_log_analysis/
2016-05-30T03:09:50+00:00 net-im/ring-gnome Gnome client of the Ring VoIP SIP phone and IM
Ring is a secure and distributed voice, video and chat communication
platform that requires no centralized server and leaves the power
of privacy in the hands of the user.

WWW: https://ring.cx/
2016-05-30T03:06:09+00:00 audio/simon Speech recognition system using sphinx, ALSA and KDE
Simon is an open source speech recognition program that can replace your
mouse and keyboard. The system is designed to be as flexible as possible
and will work with any language or dialect.

WWW: https://simon.kde.org/
2016-05-29T18:08:19+00:00 textproc/py-elasticsearch-curator-py Python index manager for Elasticsearch
Have indices in Elasticsearch? This is the tool for you!

Like a museum curator manages the exhibits and collections on display,
Elasticsearch Curator helps you curate, or manage your indices.

WWW: http://curator.readthedocs.org/en/master/
2016-05-29T14:26:28+00:00 sysutils/qtpass Qt GUI for pass, the standard unix password manager
GUI for pass, the standard UNIX password manager.

WWW: https://qtpass.org/
2016-05-29T11:33:33+00:00 dns/dnsenum Enumerate DNS information and discover non-contiguous IP blocks
Multithreaded perl script to enumerate DNS information
of a domain and discover non-contiguous IP blocks.

OPERATIONS:
Get the host's address (A record).
Get the nameservers (threaded).
Get the MX record (threaded).
Perform axfr queries on nameservers and
get BIND VERSION (threaded).
Get extra names and subdomains via google
scraping (google query = "allinurl: -www site:domain").
Brute force subdomains from file, can also
perform recursion on subdomain that have NS records (all threaded).
Calculate C class domain network ranges
and perform whois queries on them (threaded).
Perform reverse lookups on netranges
( C class or/and whois netranges) (threaded).
Write to domain_ips.txt file
ip-blocks.

WWW:https://github.com/fwaeytens/dnsenum
2016-05-29T11:00:02+00:00 dns/dnsrecon DNS enumeration tool
DNSRecon provides the ability to perform:

Check all NS Records for Zone Transfers.
Enumerate General DNS Records for a given
Domain (MX, SOA, NS, A, AAAA, SPF and TXT).
Perform common SRV Record Enumeration.
Top Level Domain (TLD) Expansion.
Check for Wildcard Resolution.
Brute Force subdomain and host A
and AAAA records given a domain and a wordlist.
Perform a PTR Record lookup for a given IP Range or CIDR.
Check a DNS Server Cached records for A, AAAA and
CNAME Records provided a list of host records in a text file to check.
Enumerate Common mDNS records in the Local
Network Enumerate Hosts and Subdomains using Google.

WWW: https://github.com/darkoperator/dnsrecon
2016-05-29T04:49:44+00:00 net-im/ring-libclient Client library for the Ring VoIP SIP phone and IM
Ring is a secure and distributed voice, video and chat communication
platform that requires no centralized server and leaves the power
of privacy in the hands of the user.

WWW: https://ring.cx/
2016-05-29T03:50:56+00:00 net-im/ring-daemon Daemon part of the Ring VoIP SIP phone and IM
Ring is a secure and distributed voice, video and chat communication
platform that requires no centralized server and leaves the power
of privacy in the hands of the user.

WWW: https://ring.cx/
2016-05-28T20:29:14+00:00 devel/dbus-c++ C++ API for D-BUS
dbus-c++ attempts to provide a C++ API for D-BUS. The library has a
glib/gtk and an Ecore mainloop integration. It also offers an optional
own main loop.

WWW: https://github.com/andreas-volz/dbus-cplusplus/
WWW: https://sourceforge.net/projects/dbus-cplusplus/
2016-05-28T18:26:33+00:00 databases/pg_stat_kcache Gather statistics about PostgreSQL I/O and CPU usage
Gathers statistics about real reads and writes done by the filesystem layer. It
is provided in the form of an extension for PostgreSQL >= 9.4.

WWW: https://github.com/dalibo/pg_stat_kcache
2016-05-28T17:07:17+00:00 devel/rubygem-lazy_priority_queue Priority queue implemented using a lazy binomial heap
Lazy priority queue is a pure Ruby priority queue which implements a lazy
binomial heap. It supports the change priority operation, being suitable for
algorithms like Dijkstra's shortest path and Prim's minimum spanning tree. It
can be instantiated as a min-priority queue as well as a max-priority queue.

WWW: https://github.com/matiasbattocchia/lazy_priority_queue
2016-05-28T14:46:43+00:00 net/ntpa NTP data collection and charting
NTP Analyzer is a tool dedicated to analyze the operation of time
servers.

NTP Analyzer collects data from ntp daemons and can be configured
to generate graphs and web pages to visualize the activities of
supervised hosts and peers.

WWW: http://ntpa.innolan.net/
2016-05-28T14:46:28+00:00 x11-themes/qt5-style-plugins Additional Styles for Qt 5 and KDE
Additional Qt5 styles formerly packaged with Qt:

- Cleanlooks
- Motif
- Plastique

WWW: https://qt-project.org
2016-05-28T12:51:03+00:00 misc/qt5-examples Qt 5 examples sourcecode
A collection of code samples and tutorials for Qt to help new users
get started with Qt development. This is a support / add-on package for
qtcreator, which likes to showcase examples.

WWW: http://doc.qt.io/qt-5/qtexamplesandtutorials.html
2016-05-28T06:10:10+00:00 devel/opendht Lightweight Distributed Hash Table implementation
A lightweight C++11 Distributed Hash Table implementation originally based on
https://github.com/jech/dht by Juliusz Chroboczek.

* Light and fast C++11 Kademlia DHT library.
* Distributed shared key->value data-store
* Clean and powerfull distributed map API with storage of arbitrary binary
values of up to 56 KB.
* Optional public key cryptography layer providing data signature and
encryption (using GnuTLS).
* IPv4 and IPv6 support.
* Python binding.

WWW: https://github.com/savoirfairelinux/opendht/
2016-05-27T19:58:42+00:00 sysutils/tmate-slave Instant terminal sharing server
Instant terminal sharing - server

WWW: https://tmate.io/
2016-05-27T19:56:49+00:00 sysutils/tmate Instant terminal sharing
Instant terminal sharing

WWW: https://tmate.io/
2016-05-27T18:16:40+00:00 sysutils/packetbeat Elasticsearch real-time network packet analytics
Beats is the platform for building lightweight, open source data
shippers for many types of operational data you want to enrich with
Logstash, search and analyze in Elasticsearch, and visualize in Kibana.
Whether you're interested in log files, infrastructure metrics, network
packets, or any other type of data, Beats serves as the foundation for
keeping a beat on your data.

Packetbeat is the open source data shipper that integrates with
Elasticsearch and Kibana to provide real-time analytics for web,
database, and other network protocols.

WWW: https://www.elastic.co/products/beats/packetbeat
2016-05-27T18:16:40+00:00 sysutils/filebeat Collect logs locally and send to remote logstash
Beats is the platform for building lightweight, open source data
shippers for many types of operational data you want to enrich with
Logstash, search and analyze in Elasticsearch, and visualize in Kibana.
Whether you're interested in log files, infrastructure metrics, network
packets, or any other type of data, Beats serves as the foundation for
keeping a beat on your data.

Filebeat is a lightweight, open source shipper for log file data. As the
next-generation Logstash Forwarder, Filebeat tails logs and quickly
sends this information to Logstash for further parsing and enrichment or
to Elasticsearch for centralized storage and analysis.

WWW: https://www.elastic.co/products/beats/filebeat
2016-05-27T17:14:36+00:00 x11-themes/qt5-style-Kvantum SVG-based theme engine for Qt4/5, KDE and LXQT
Kvantum is an SVG-based theme engine for Qt4/Qt5, KDE and LXQT, with an
emphasis on elegance, usability and practicality.

Kvantum has a default dark theme, which is inspired by the default theme of
Enlightenment. Creation of realistic themes like that for KDE was my first
reason to make Kvantum but it goes far beyond its default theme: you could
make themes with very different looks and feels for it, whether they be
photorealistic or cartoonish, 3D or flat, embellished or minimalistic, or
something in between, and Kvantum will let you control almost every aspect
of Qt widgets.

WWW: https://github.com/tsujan/Kvantum
2016-05-27T16:28:08+00:00 x11-themes/qt4-style-Kvantum SVG-based theme engine for Qt4/5, KDE and LXQT
Kvantum is an SVG-based theme engine for Qt4/Qt5, KDE and LXQT, with an
emphasis on elegance, usability and practicality.

Kvantum has a default dark theme, which is inspired by the default theme of
Enlightenment. Creation of realistic themes like that for KDE was my first
reason to make Kvantum but it goes far beyond its default theme: you could
make themes with very different looks and feels for it, whether they be
photorealistic or cartoonish, 3D or flat, embellished or minimalistic, or
something in between, and Kvantum will let you control almost every aspect
of Qt widgets.

WWW: https://github.com/tsujan/Kvantum
2016-05-27T11:29:25+00:00 devel/cpputest Unit testing and mocking framework for C/C++
CppUTest is a C /C++ based unit xUnit test framework for unit testing and for
test-driving your code. It is written in C++ but is used in C and C++ projects
and frequently used in embedded systems.

CppUTest's core design principles:

* Simple to use and small
* Portable to old and new platforms
* Build with Test-driven Development in mind

WWW: https://cpputest.github.io/
2016-05-27T03:39:09+00:00 devel/py-pyqi Tools for developing and testing command line interfaces in Python
pyqi (canonically pronounced pie chee) is designed to support wrapping
general commands in multiple types of interfaces, including at the
command line, HTML, and API levels.

WWW: https://github.com/biocore/pyqi/
2016-05-26T15:20:36+00:00 textproc/py-parsimonious PEGs based parser in Python
Parsimonious aims to be the fastest arbitrary-lookahead parser written
in pure Python and the most usable. It's based on parsing expression
grammars (PEGs), which means you feed it a simplified sort of EBNF
notation. Parsimonious was designed to undergird a MediaWiki parser
that wouldn't take 5 seconds or a GB of RAM to do one page, but it's
applicable to all sorts of languages.

WWW: https://pypi.org/project/parsimonious/
2016-05-26T03:24:23+00:00 security/pinentry-qt5 Qt 5 version of the GnuPG password dialog
2016-05-25T14:18:57+00:00 databases/ateam_mysql_ldap_auth A-Team MySQL LDAP authentication plugin
A-Team MySQL LDAP Authenticator (ateam_mysql_ldap_auth) is an authentication
plugin for MySQL 5.5.7 and up, and has been tested with 5.6 under FreeBSD.
This module allows you to create MySQL users that are then authenticated
against an LDAP server. This reduces administrative overhead and eliminates
your users having to remember a seperate username and password for MySQL.
Just like MySQL Enterprise's PAM module, for client side authentication
this plugin uses the clear_text password module as the LDAP server must
perform the password hasing and comparison. For command line clients this
is done by setting the following environment variable:

export LIBMYSQL_ENABLE_CLEARTEXT_PLUGIN=1

In MySQL Workbench this is acheived by going to go to the "Advanced" tab and
checking "Enable Cleartext Authentication Plugin" when editing a connction.

!!! IMPORTANT:
!!! ------------------------------------------------------------------------
!!! ENSURE THE COMMUNICATIONS PATH BETWEEN THE CLIENT AND SERVER IS SECURE!
!!! ------------------------------------------------------------------------
!!! By default MySQL does not use SSL so additional steps and network design
!!! are needed to ensure you're not exposing your credetials.

WWW: https://github.com/ateamsystems/ateam_mysql_ldap_auth
2016-05-25T13:59:07+00:00 devel/acsccid PC/SC driver for CS CCID smart card readers
acsccid is a PC/SC driver for Linux/Mac OS X and it supports ACS CCID
smart card readers. This library provides a PC/SC IFD handler
implementation and communicates with the readers through the PC/SC Lite
resource manager (pcscd).

WWW: https://www.acs.com.hk/en/driver/4/acr38-smart-card-reader/
2016-05-25T10:12:50+00:00 databases/pgreplay Replay SQL statements from a Postgresql Log
pgreplay reads a PostgreSQL log file (*not* a WAL file), extracts the
SQL statements and executes them in the same order and with the original
timing against a PostgreSQL database.

WWW: https://github.com/laurenz/pgreplay
2016-05-24T19:43:59+00:00 devel/qbs Qbs Build Suite
Qbs is a tool that helps simplify the build process for developing projects
across multiple platforms. Qbs can be used for any software project,
regardless of programming language, toolkit, or libraries used.

Qbs is an all-in-one tool that generates a build graph from a high-level
project description (like qmake or CMake) and additionally undertakes
the task of executing the commands in the low-level build graph (like make).

WWW: https://wiki.qt.io/Qbs
2016-05-24T16:59:54+00:00 net/sock W. Richard Stevens' sock program plus IPv6 and SCTP
In TCP/IP Illustrated Vol. 1, Richard Stevens used a program called
"sock" to demonstrate the many properties of TCP/IP. This is a
standalone version, adapted and reworked by Christian Kreibich.

The program can be used to generate TCP or UDP packets for testing
various network features. It runs as either client or server.

This FreeBSD port is built on top of the original 0.3.2 tarball from
2010, above, downloaded from the icir.org webpage.

Version 0.4.2 of sock supports IPv6, SCTP and those socket options:
- IPv6:
o hop limit
o multicast hop limit
o disable/enable header flow label
o header traffic class
o don't fragment
- IPv4:
o don't fragment

WWW: http://www-cs-students.stanford.edu/~sjac/sock_info.html
2016-05-24T15:05:16+00:00 mail/msglint RFC 822/MIME/DSN/MDN/Tracking-Status message validator
RFC 822/MIME/DSN/MDN/Tracking-Status message validator

WWW: https://tools.ietf.org/tools/msglint/
2016-05-24T08:33:27+00:00 www/moodle31 Course management system based on social constructionism
Moodle is a course management system (CMS) - a free, Open Source software
package designed using sound pedagogical principles, to help educators
create effective online learning communities. You can use it on any
computer you have handy (including webhosts), yet it can scale from a
single-teacher site to a 40,000-student University.

WWW: http://www.moodle.org/
2016-05-24T02:56:56+00:00 x11-fonts/firacode Monospaced font with programming ligatures derived from Fira
Fira Code is a version of Mozilla's Fira Mono font with additional
ligatures.

It is an extension of the Fira Mono font containing a set of ligatures
for common programming multi-character combinations in languages
like erlang, elixir, haskell, ocaml, clojure, scala etc where these
symbols crop up frequently. This is just a font rendering feature:
underlying code remains ASCII-compatible. This helps to read and
understand code faster. For some frequent sequences like .. or //,
ligatures allow us to correct spacing.

WWW: https://github.com/tonsky/FiraCode
2016-05-22T10:52:44+00:00 databases/py-sqlalchemy10 Python SQL toolkit and Object Relational Mapper 1.0.x
The Python SQL Toolkit and Object Relational Mapper

SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that
gives application developers the full power and flexibility of SQL.

It provides a full suite of well known enterprise-level persistence
patterns, designed for efficient and high-performing database access,
adapted into a simple and Pythonic domain language.

WWW: http://www.sqlalchemy.org/
2016-05-22T10:52:44+00:00 databases/py-sqlalchemy09 Python SQL toolkit and Object Relational Mapper 0.9.x
The Python SQL Toolkit and Object Relational Mapper

SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that
gives application developers the full power and flexibility of SQL.

It provides a full suite of well known enterprise-level persistence
patterns, designed for efficient and high-performing database access,
adapted into a simple and Pythonic domain language.

WWW: http://www.sqlalchemy.org/
2016-05-22T10:52:44+00:00 databases/py-sqlalchemy08 Python SQL toolkit and Object Relational Mapper 0.8.x
The Python SQL Toolkit and Object Relational Mapper

SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that
gives application developers the full power and flexibility of SQL.

It provides a full suite of well known enterprise-level persistence
patterns, designed for efficient and high-performing database access,
adapted into a simple and Pythonic domain language.

WWW: http://www.sqlalchemy.org/
2016-05-22T10:52:44+00:00 databases/py-sqlalchemy07 Python SQL toolkit and Object Relational Mapper 0.7.x
The Python SQL Toolkit and Object Relational Mapper

SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that
gives application developers the full power and flexibility of SQL.

It provides a full suite of well known enterprise-level persistence
patterns, designed for efficient and high-performing database access,
adapted into a simple and Pythonic domain language.

WWW: http://www.sqlalchemy.org/
2016-05-21T17:43:57+00:00 textproc/py-numpydoc Sphinx extension to support docstrings in Numpy format
Numpy's documentation uses several custom extensions to Sphinx. These
are shipped in this numpydoc package, in case you want to make use of
them in third-party projects.

WWW: https://github.com/numpy/numpydoc
2016-05-21T17:40:16+00:00 devel/py-codecov Hosted coverage reports for Github, Bitbucket and Gitlab
Python report uploader for Codecov.

WWW: https://github.com/codecov/codecov-python
2016-05-21T16:39:34+00:00 devel/p5-Data-URIEncode Allow complex data structures to be encoded using flat URIs
Data::URIEncode allows for encoding and decoding complex (multi level
datastructures) using native Query String manipulators (such as CGI.pm).
It takes complex data and turns it into a flat hashref which can then be turned
into a URI query string using URL encoding. It also takes a flat hashref of
data passed in and translates it back to a complex structure.

WWW: https://metacpan.org/pod/Data::URIEncode
2016-05-20T19:15:23+00:00 graphics/aseprite Animated sprite editor and pixel art tool
Aseprite is an open source program to create animated sprites.

Its main features are:
* Sprites are composed by layers & frames (as separated concepts).
* Supported color modes: RGBA, Indexed (palettes up to 256 colors),
and Grayscale.
* Load/save sequence of PNG files and GIF animations
(and FLC, FLI, JPG, BMP, PCX, TGA).
* Export/import animations to/from Sprite Sheets.
* Tiled drawing mode, useful to draw patterns and textures.
* Undo/Redo for every operation.
* Real-time animation preview.
* Multiple editors support.
* Pixel-art specific tools like filled Contour, Polygon, Shading mode, etc.
* Onion skinning

WWW: https://www.aseprite.org/
2016-05-20T17:33:05+00:00 devel/rubygem-jasmine-core Test JavaScript without any framework dependencies
Test your JavaScript without any framework dependencies, in any environment,
and with a nice descriptive syntax.

WWW: https://jasmine.github.io/
2016-05-20T17:18:09+00:00 devel/rubygem-pqueue Priority queue class for Ruby
A priority queue is like a standard queue, except that each inserted
elements is given a certain priority, based on the result of the comparison
block given at instantiation time. Retrieving an element from the queue will
always return the one with the highest priority.

WWW: http://rubyworks.github.io/pqueue/
2016-05-20T16:57:33+00:00 sysutils/jobd Job management framework
jobd is a job management framework that allows daemons to be
launched in a controlled fashion using a JSON configuration
file for each job.

WWW: https://github.com/mheily/jobd
2016-05-19T18:40:34+00:00 www/rubygem-faye Simple pub/sub messaging for the web
A rubygem that provides simple pub/sub messaging for the web.

WWW: https://faye.jcoglan.com/
2016-05-19T18:38:49+00:00 www/rubygem-faye-websocket Standards-compliant WebSocket server and client
A rubygem providing a standards-compliant WebSocket server and client.

WWW: https://github.com/faye/faye-websocket-ruby
2016-05-19T18:36:38+00:00 www/rubygem-websocket-driver WebSocket protocol handler with pluggable I/O
A rubygem that provides a WebSocket protocol handler with pluggable I/O.

WWW: https://github.com/faye/websocket-driver-ruby
2016-05-19T18:33:31+00:00 www/rubygem-websocket-extensions Generic extension manager for WebSocket connections
A rubygem providing a generic extension manager for WebSocket connections.

WWW: https://github.com/faye/websocket-extensions-ruby
2016-05-19T16:41:23+00:00 textproc/rubygem-pretty-xml Print well formatted XML
A rubygem to print well formatted XML.

WWW: https://github.com/jrobertson/pretty-xml
2016-05-19T14:31:37+00:00 security/rubygem-digest-crc Adds support for CRC to the Digest module
Adds support for calculating Cyclic Redundancy Check (CRC) to the Digest module.
Pure Ruby implementation. Provides CRC Tables for optimized calculations.

WWW: https://github.com/postmodern/digest-crc
2016-05-18T16:54:52+00:00 graphics/py3-pygraphviz
2016-05-18T16:50:21+00:00 devel/py3-nose
2016-05-18T16:23:35+00:00 graphics/py3-pillow
2016-05-17T22:27:36+00:00 databases/rubygem-activerecord-import Bulk import many records into an ActiveRecord DB
Extraction of the ActiveRecord::Base#import functionality from ar-extensions for
Rails 3 and beyond.

WWW: https://github.com/zdennis/activerecord-import
2016-05-17T20:30:57+00:00 www/py-django-otp Adding two-factor authentication to Django
This project makes it easy to add support for one-time passwords (OTPs) to
Django. It can be integrated at various levels, depending on how much
customization is required. It integrates with django.contrib.auth, although it
is not a Django authentication backend. The primary target is developers
wishing to incorporate OTPs into their Django projects as a form of two-factor
authentication.

This project includes several simple OTP plugins and more are available
separately. This package also includes an implementation of OATH HOTP and TOTP
for convenience, as these are standard OTP algorithms used by multiple
plugins.

WWW: https://bitbucket.org/psagers/django-otp
2016-05-17T16:10:25+00:00 devel/p5-Mojolicious-Plugin-NYTProf Auto handling of Devel::NYTProf in your Mojolicious app
This plugin enables Mojolicious to automatically generate Devel::NYTProf
profiles and routes for your app, and sets up a route for viewing the
collected data.

WWW: https://metacpan.org/release/Mojolicious-Plugin-NYTProf
2016-05-16T23:03:03+00:00 java/intellij-pycharm IntelliJ PyCharm Community Edition
IntelliJ PyCharm is an advanced IDE developed by JetBrains and
focused on developer productivity. PyCharm provides smart code
completion, code inspections, on-the-fly error highlighting and
quick-fixes, along with automated code refactorings and rich
navigation capabilities.

WWW: http://www.jetbrains.com/pycharm/
2016-05-16T19:48:57+00:00 cad/py-gdspy Python module for creating GDSII stream files
Gdspy is a Python module for creating GDSII stream files, usually CAD
layouts. It includes a layout viewer for the geometries created, and
it can also be used to import and merge GDSII files.

WWW: https://github.com/heitzmann/gdspy
2016-05-16T18:08:23+00:00 mail/mu4e Emacs frontend for Mu
mu4e is an Emacs frontend for mu, a tool for dealing with e-mail
messages stored in the Maildir-format, on Unix-like systems.

WWW: http://www.djcbsoftware.nl/code/mu/
2016-05-16T18:08:23+00:00 mail/mu4e-maildirs Maildirs extension for Mu4e
This is an mu4e extension to show a maildir summary in `mu4e-main-view`.

WWW: https://github.com/agpchil/mu4e-maildirs-extension
2016-05-16T17:43:22+00:00 devel/py-gyp Build System That Generates Other Build Systems
GYP is a Meta-Build system: a build system that generates other
build systems. It is intended to support large projects that need
to be built on multiple platforms (e.g., Mac, Windows, Linux), and
where it is important that the project can be built using the IDEs
that are popular on each platform as if the project is a "native" one.

WWW: https://gyp.gsrc.io/
2016-05-16T17:37:55+00:00 cad/rubygem-gdsii GDSII reader and writer
The GDSII Ruby Library provides an easy-to-use interface using
Ruby to reading and writing GDSII files.

WWW: http://rubyforge.org/projects/gdsii/
2016-05-16T17:34:37+00:00 cad/py-lcapy Symbolic MDA Analysis Package for Linear Circuits
Lcapy is an experimental Python package for teaching linear circuit
analysis. It uses SymPy for symbolic mathematics.

Lcapy can analyse circuits described with netlists using modified
nodal analysis.

Alternatively, Lcapy can analyse networks and circuits formed by
combining one, two, and (some) three port networks.

WWW: https://github.com/mph-/lcapy
2016-05-16T16:29:44+00:00 shells/zsh-navigation-tools Curses-based tools for Zshell, e.g. multi-word history searcher
Set of Zsh tools with features like incremental multi-word searching,
approximate matching, ANSI coloring, themes, unique mode, horizontal
scroll and advanced history management. Selected tools provided:
- n-history - full-screen history searcher and manager
- n-kill - browses process list, allows quick searching and
sending signal to selected process
- n-panelize - loads output of given command for browsing and
multi-word searching
- n-cd - browses dirstack and bookmarked directories, allows to
enter selected directory
- n-functions - browses functions, relegates editing to vared

Written in pure Zsh, with use of curses module. Can be configured from
zshrc. Binds n-history to Ctrl-R. Provides widgets for n-cd and n-kill.

WWW: https://github.com/psprint/zsh-navigation-tools
2016-05-16T15:12:41+00:00 textproc/py-dbfread Read DBF files, returning data as native Python objects
Read DBF files with Python.

DBF is a file format used by databases such as dBase, Visual FoxPro
and FoxBase+. This library reads DBF files and returns the data as
native Python data types for further processing. It is primarily
intended for batch jobs and one-off scripts.

WWW: https://github.com/olemb/dbfread
2016-05-16T11:52:36+00:00 lang/swift Swift programing language
The Swift Programming Language

WWW: https://swift.org/
2016-05-16T06:22:23+00:00 devel/extra-cmake-modules Extra modules and scripts for CMake
The Extra CMake Modules package, or ECM, adds to the modules provided
by CMake, including ones used by find_package() to find common
software, ones that can be used directly in CMakeLists.txt files
to perform common tasks and toolchain files that must be specified
on the commandline by the user.

WWW: https://quickgit.kde.org/?p=extra-cmake-modules.git
2016-05-16T02:13:10+00:00 devel/py-pytvmaze Python interface to the TV Maze API
Python interface to the TV Maze API (www.tvmaze.com)

WWW: https://github.com/srob650/pytvmaze
2016-05-16T02:07:15+00:00 www/py-pySmartDL Smart download manager for Python
pySmartDL strives to be a full-pleged smart download manager for Python.

WWW: https://github.com/iTaybb/pySmartDL
2016-05-16T02:01:28+00:00 www/py-requests-futures HTTP library written in Python for human beings
Small add-on for the python requests http library. Makes use of python
3.2's concurrent.futures or the backport for prior versions of python.

WWW: https://github.com/ross/requests-futures
2016-05-16T01:45:37+00:00 devel/py-pyhashxx Python wrapper for xxHash algorithm
Python wrapper of xxhash that supports concurrency

WWW: https://github.com/ewencp/pyhashxx
2016-05-16T01:40:50+00:00 math/py-intspan Finite element automatic tabulator
intspan is a set subclass that conveniently represents sets of integers. Sets
can be created from, and displayed as, integer spans such as 1-3,14,29,92-97
rather than exhaustive member listings.

WWW: https://github.com/jonathaneunice/intspan
2016-05-16T00:29:36+00:00 www/varnish-libvmod-maxminddb Varnish Module (vmod) for accessing maxminddb geoip data
Varnish Module (vmod) for accessing maxminddb geoip data

WWW: https://github.com/simonvik/libvmod_maxminddb
2016-05-15T18:07:11+00:00 misc/sent Simple plaintext presentation tool
Simple plaintext presentation tool.

WWW: http://tools.suckless.org/sent/
2016-05-15T17:51:48+00:00 www/py-graphite-api Graphite-web, without the interface - just the rendering HTTP API
Graphite-API

This is a minimalistic API server that replicates the behavior of Graphite-web,
pruned and simplified as much code as possible while keeping the basic
functionality. Optional caching is available using www/py-flask-cache.

WWW: https://github.com/brutasse/graphite-api
2016-05-15T17:50:50+00:00 graphics/py-cairocffi CFFI-based Cairo bindings for Python
cairocffi

cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of Python
bindings and object-oriented API for cairo. Cairo is a 2D vector graphics
library with support for multiple backends including image buffers, PNG,
PostScript, PDF, and SVG file output.

WWW: https://github.com/SimonSapin/cairocffi
2016-05-15T17:49:55+00:00 devel/py-structlog Structured Logging for Python
Structured Logging for Python

Makes structured logging with key-value logging, incremental context building,
and arbitrary formatting easy.

WWW: http://www.structlog.org/
2016-05-15T17:11:09+00:00 devel/rubygem-rice C++ interface to Rubys C API
Rice is a C++ interface to Ruby's C API. It provides a type-safe and
exception-safe interface in order to make embedding Ruby and writing Ruby
extensions with C++ easier. It is similar to Boost.Python in many ways, but
also attempts to provide an object-oriented interface to all of the Ruby C API.

WWW: https://rubygems.org/gems/rice
2016-05-15T07:08:37+00:00 security/rubygem-openssl-ccm Implementation of RFC 3610 - Counter with CBC-MAC (CCM)
rubygem-openssl-ccm is an implementation of RFC 3610 - Counter with CBC-MAC
(CCM).

WWW: https://github.com/smalllars/openssl-ccm
2016-05-15T07:04:12+00:00 devel/rubygem-patch_finder Generic Patch Finder
PatchFinder is a toolkit to find software patches.

WWW: https://github.com/wchen-r7/Patch-Finder
2016-05-15T06:59:11+00:00 databases/rubygem-postgres_ext PostgreSQL data types extension for ActiveRecord
rubygem-postgres_ext adds missing native PostgreSQL data types to ActiveRecord
and convenient querying extensions to ActiveRecord and Arel for Rails 4.x

WWW: https://github.com/dockyard/postgres_ext
2016-05-15T06:54:15+00:00 databases/rubygem-pg_array_parser Fast PostreSQL array parsing
rubygem-pg_array_parser is a simple library to parse PostgreSQL arrays into an
array of strings.

WWW: https://github.com/dockyard/pg_array_parser
2016-05-15T06:49:15+00:00 devel/rubygem-filesize Class for handling filesizes with both the SI and binary prefixes
rubygem-filesize is a small class for handling filesizes with both the SI and
binary prefixes, allowing conversion from any size to any other size.

WWW: https://github.com/dominikh/filesize
2016-05-15T06:42:44+00:00 devel/rubygem-metasm Cross-architecture assembler, disassembler, linker, and debugger
Metasm is a cross-architecture assembler, disassembler, linker, and debugger.

WWW: http://metasm.cr0.org/
2016-05-13T22:30:15+00:00 devel/openmp Open Multi-Processing runtime for LLVM/Clang
The OpenMP subproject of LLVM contains the components required to build an
executable OpenMP program that are outside the compiler itself.

Here you can find :

* the code for the runtime library against which code compiled by clang
-fopenmp must be linked before it can run.
* the library that supports offload to target devices (in "offload")
* the OpenUH test-suite used to validate the OpenMP runtime

WWW: http://openmp.llvm.org/
2016-05-13T21:09:42+00:00 www/redmine-issue_templates Redmine project issue templates plugin
Redmine plugin to generate and use issue templates for each project to
assist issue creation.

WWW: https://bitbucket.org/akiko_pusu/redmine_issue_templates/wiki/Home
2016-05-13T18:02:35+00:00 www/redmine-knowledgebase Knowledgebase functionality for Redmine
This plugin adds professional knowledgebase functionality to the Redmine
project management application.

WWW: https://github.com/alexbevi/redmine_knowledgebase
2016-05-13T18:01:43+00:00 devel/rubygem-redmine_acts_as_taggable_on Redmine plugin support for acts-as-taggable-on
Allows multiple Redmine plugins to use tags safely

WWW: https://rubygems.org/gems/redmine_acts_as_taggable_on
2016-05-13T18:00:48+00:00 devel/rubygem-acts-as-taggable-on Tag a single model on several contexts
With ActsAsTaggableOn, you can tag a single model on several contexts,
such as skills, interests, and awards. It also provides other advanced
functionality.

WWW: https://rubygems.org/gems/acts-as-taggable-on
2016-05-13T14:12:03+00:00 www/redmine-redcarpet_formatter Redmine plugin to support Markdown
This is a redmine plugin for supporting Markdown as a wiki format. This
plugin use Redcarpet which is GitHub's markdown wiki formatter.
Redcarpet is extreme fast and compatible GitHub's Wiki. They are
advantage from Redmine Markdown Formatter and Redmine Markdown Extra
Formatter. This code is originally Redmine Markdown Formatter and
Redmine reStructuredtext Formatter. I appreciate these guys.

WWW: https://github.com/alminium/redmine_redcarpet_formatter
2016-05-13T13:21:10+00:00 www/redmine-wiki_notes Redmine wiki notes plugin
Adds some macros to the wiki to display a note/info/warning/tip block

WWW: https://github.com/dseifert/redmine_wiki_notes
2016-05-13T12:56:02+00:00 www/redmine-stuff_to_do Redmine Stuff To Do plugin
The Stuff To Do plugin allows a user to order and prioritize the issues
they are doing into a specific order.

WWW: https://github.com/ande3577/redmine-stuff-to-do-plugin
2016-05-13T12:19:47+00:00 www/redmine-qa_contact Redmine QA Contact plugin
A plugin to add QA Contact functionality (like in Bugzilla) to Redmine

WWW: https://github.com/thagomizer/redmine_qa_contact
2016-05-12T21:01:28+00:00 www/redmine-graphs Additional Redmine graphs
This plugin provides instances of Redmine a method with additional
graphs.

WWW: https://github.com/bradbeattie/redmine-graphs-plugin
2016-05-12T20:19:16+00:00 www/redmine-default_assign Assign Redmine tickets by default
Default assign is a Redmine plugin that allows you to define a default
person for new tickets to be assigned to.

WWW: https://github.com/giddie/redmine_default_assign
2016-05-12T15:52:47+00:00 graphics/py-imagesize Get image size from png/jpeg/jpeg2000/gif file
This module analyzes JPEG/JPEG 2000/PNG/GIF/TIFF/SVG image headers and returns
image size.

WWW: https://github.com/shibukawa/imagesize_py
2016-05-11T20:15:00+00:00 audio/forked-daapd