- 29 Mar, 2016 1 commit
-
-
knu authored
-
- 27 Mar, 2016 4 commits
-
-
jbeich authored
py-adb is mainly targeted to users that need to communicate with Android devices in an automated fashion, such as in automated testing. It does not have a daemon between the client and the device, and therefore does not support multiple simultaneous commands to the same device. It does support any number of devices and never communicates with a device that it wasn't intended to, unlike the Android project's ADB. https://pypi.python.org/pypi/adb
-
jbeich authored
Pure-python wrapper for libusb-1.0. https://pypi.python.org/pypi/libusb1
-
pi authored
A gem that provides a client interface for the Sentry error logger WWW: https://github.com/getsentry/raven-ruby PR: 207482 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
-
pi authored
A Ruby client for the Akismet spam detection API WWW: http://github.com/jonahb/akismet PR: 207480 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
-
- 26 Mar, 2016 2 commits
- 25 Mar, 2016 1 commit
-
-
rakuco authored
This port contains the documentation shipped by devel/cmake in additional formats: HTML and QCH, the latter of which can be used by Qt Creator. Submitted by: Ralf Nolden <nolden@kde.org> to the area51 mailing list.
-
- 24 Mar, 2016 1 commit
-
-
amdmi3 authored
It uses the best native GUID/UUID generator on the given platform and had a generic class for parsing, stringifying, and comparing IDs. WWW: https://github.com/graeme-hill/crossguid PR: 208113 Submitted by: mickael.maillot@gmail.com
-
- 23 Mar, 2016 2 commits
-
-
mi authored
Deface is a library that allows you to customize ERB, Haml and Slim views in a Rails application without editing the underlying view.
-
tijl authored
libqb is a library with the primary purpose of providing high performance client server reusable features. It provides high performance logging, tracing, ipc, and poll. PR: 208181 Submitted by: David Shane Holden <dpejesh@yahoo.com>
-
- 22 Mar, 2016 1 commit
-
-
pi authored
Python-LLFUSE is a set of Python bindings for the low level FUSE API. It requires at least FUSE 2.8.0 and supports both Python 2.x and 3.x. It runs under Linux, OS-X, FreeBSD and NetBSD. WWW: https://bitbucket.org/nikratio/python-llfuse PR: 203759 Submitted by: Niklaas Baudet von Gersdorff <niklaas@kulturflatrate.net>
-
- 20 Mar, 2016 6 commits
-
-
olivierd authored
files, and a binding configuration file. WWW: http://www.netsurf-browser.org/
-
olivierd authored
WWW: http://www.netsurf-browser.org/
-
olivierd authored
- Take maintainership - Update to 0.2.3
-
olivierd authored
WWW: http://www.netsurf-browser.org/
-
jbeich authored
PR: 207637 Submitted by: edwardchuang@gmail.com pyre2 is a Python extension that wraps Google's RE2 regular expression library. It implements many of the features of Python's built-in re module with compatible interfaces. https://pypi.python.org/pypi/re2/
-
rene authored
2016-03-15 www/eaccelerator: cannot be installed: doesn't work with lang/php56 port (doesn't support PHP 5.5 5.6 70) 2016-03-15 devel/pecl-inclued: cannot be installed: doesn't work with lang/php56 port (doesn't support PHP 5.5 5.6 70) 2016-03-15 security/pecl-taint: cannot be installed: doesn't work with lang/php56 port (doesn't support PHP 5.5 5.6 70)
-
- 19 Mar, 2016 2 commits
-
-
feld authored
* PORTNAME devel/py-pyicu should be used rather than devel/py-icu, per policy [1] * Add LICENSE=MIT as per LICENSE file contained in distfile * Tidy up MAKE_ENV variable assignment (pet portlint) * Update WWW in pkg-descr to point to PyPI site, since the old site is down * Update other ports which depend on devel/py-icu to point to devel/py-pyicu [1] https://wiki.freebsd.org/Python/PortsPolicy PR: 207367 Approved by: maintainer timeout
-
pi authored
Allows you to both load one or more modules, while setting up inheritance from those modules at the same time. If a module in the import list is followed by something that doesn't look like a legal module name, the VERSION method will be called with it as an argument. WWW: http://search.cpan.org/dist/superclass/ PR: 208124 Submitted by: Henk van Oers <hvo.pm@xs4all.nl>
-
- 16 Mar, 2016 2 commits
-
-
jbeich authored
PR: 207552 Submitted by: mickael.maillot@gmail.com Platform support library used by libCEC and binary add-ons for Kodi https://github.com/Pulse-Eight/platform
-
swills authored
ctypes.sh is a bash plugin that provides a foreign function interface directly in your shell. In other words, it allows you to call routines in shared libraries from within bash. WWW: http://ctypes.sh
-
- 15 Mar, 2016 2 commits
-
-
wg authored
A Python library for the Docker Remote API. It does everything the docker command does, but from within Python: run containers, manage them, pull/push images, etc. WWW: https://github.com/docker/docker-py
-
arved authored
-
- 14 Mar, 2016 4 commits
-
-
rakuco authored
libarea is a CAM-related software for profile and pocketing operation. This project provides library and associated python-modules to compute profile and pocket operations. libarea is used by HeeksCNC and FreeCAD's Path workbench. Written by Dan Heeks <danheeks @ gmail> WWW: https://github.com/heeks/libarea PR: 207932 Submitted by: pfg
-
sunpoet authored
List::SomeUtils provides some trivial but commonly needed functionality on lists which is not going to go into List::Util. All of the below functions are implementable in only a couple of lines of Perl code. Using the functions from this module however should give slightly better performance as everything is implemented in C. The pure-Perl implementation of these functions only serves as a fallback in case the C portions of this module couldn't be compiled on this machine. WWW: http://search.cpan.org/dist/List-SomeUtils/
-
sunpoet authored
List::SomeUtils::XS is XS implementation for List::SomeUtils. WWW: http://search.cpan.org/dist/List-SomeUtils-XS/
-
wg authored
Its an in memory VTXXX-compatible terminal emulator. XXX stands for a series of video terminals, developed by DEC between 1970 and 1995. WWW: https://github.com/selectel/pyte
-
- 13 Mar, 2016 4 commits
-
-
sunpoet authored
Git::Version::Compare contains a selection of subroutines that make dealing with Git-related things (like versions) a little bit easier. The strings to compare can be version numbers, tags from git.git or the output of git version or git describe. These routines collect the knowledge about Git versions that was accumulated while developing Git::Repository. WWW: http://search.cpan.org/dist/Git-Version-Compare/
-
rakuco authored
GitLab Shell handles git commands for GitLab and modifies the list of authorized keys. WWW: https://gitlab.com/gitlab-org/gitlab-shell PR: 207791 Submitted by: Torsten Zühlsdorff <ports@toco-domains.de>
-
rakuco authored
gitlab-workhorse ended up being committed instead of gitlab-shell... PR: 207791
-
rakuco authored
GitLab Shell handles git commands for GitLab and modifies the list of authorized keys. WWW: https://gitlab.com/gitlab-org/gitlab-shell PR: 207791 Submitted by: Torsten Zühlsdorff <ports@toco-domains.de>
-
- 12 Mar, 2016 3 commits
- 10 Mar, 2016 1 commit
-
-
rakuco authored
attrs is an MIT-licensed Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols without writing dull boilerplate code again and again. WWW: https://github.com/hynek/attrs PR: 207853 Submitted by: Axel.Rau@Chaos1.DE
-
- 07 Mar, 2016 2 commits
-
-
mat authored
DateTime::Event::SolarTerm was incorporated in it. Clean up. Sponsored by: Absolight
-
koobs authored
A python module that will check for package updates. WWW: https://github.com/bboe/update_checker
-
- 06 Mar, 2016 2 commits
-
-
rene authored
2016-03-05 devel/seed: No longer used 2016-03-05 devel/seed3: No longer used 2016-03-06 audio/waheela: Distfiles unavailable and no updates in 6 years 2016-03-06 sysutils/logstash-contrib: Upstream now distributing plugins separately: see https://github.com/logstash-plugins
-
sunpoet authored
An early draft of a way to determine the size of the characters using EastAsianWidth.txt, based on the very early draft of a Ruby interface to UnicodeData.txt by runpaint. WWW: https://github.com/janlelis/unicode-display_width
-