- 28 Feb, 2018 8 commits
- 27 Feb, 2018 2 commits
-
-
sunpoet authored
- Strip shared library - Bump PORTREVISION for package change - Bump PORTREVISION of dependent ports for dependency change - Pass maintainership to perl@
-
sunpoet authored
Class::EHierarchy is intended for use as a base class for objects that need support for class or object hierarchies. Additional features are also provided which can be useful for general property implementation and manipulation. WWW: http://search.cpan.org/dist/Class-EHierarchy/
-
- 26 Feb, 2018 1 commit
-
-
sunpoet authored
jsonlines is a Python library to simplify working with jsonlines and ndjson data. WWW: https://pypi.python.org/pypi/jsonlines WWW: https://github.com/wbolster/jsonlines
-
- 25 Feb, 2018 1 commit
-
-
sunpoet authored
Fixtures defines a Python contract for reusable state / support logic, primarily for unit testing. Helper and adaption logic is included to make it easy to write your own fixtures using the fixtures contract. Glue code is provided that makes using fixtures that meet the Fixtures contract in unittest compatible test cases easy and straight forward. WWW: https://pypi.python.org/pypi/fixtures WWW: https://github.com/testing-cabal/fixtures
-
- 23 Feb, 2018 1 commit
-
-
rene authored
2018-02-21 misc/tpp: Depends on expired devel/ruby-ncurses 2018-02-21 net/raggle: Depends on expired devel/ruby-ncurses 2018-02-21 devel/ruby-ncurses: Marked BROKEN for more than 6 months
-
- 22 Feb, 2018 2 commits
-
-
tcberner authored
In order to make room for the up-to-date version of the KDE Desktop and its applications move the KDE Application ports based on Qt4. PR: 225992 Exp-run by: antoine Reviewed by: rakuco, adridg Differential Revision: https://reviews.freebsd.org/D14413
-
kevans authored
Provides linting and static analysis for Lua 5.1, Lua 5.2, Lua 5.3 and LuaJIT. A patch was required to allow luacheck and luacheck.lua to be symlinked into ${PREFIX}/bin, which I have submitted upstream. Checked with: portlint Tested with: Poudriere (head, amd64) Tested with: Poudriere (stable/11, amd64) Tested with: Poudriere (11.1-R, i386) [lwhsu] Tested with: Poudriere (10.4-R, amd64+i386) [lwhsu] Reviewed by: lwhsu Approved by: lwhsu (ports) Differential Revision: https://reviews.freebsd.org/D14467
-
- 21 Feb, 2018 1 commit
-
-
dvl authored
Python wrapper to convert html to image
-
- 20 Feb, 2018 4 commits
-
-
sunpoet authored
- Add PORTSCOUT
-
sunpoet authored
Unix::Groups::FFI provides a FFI interface to several syscalls related to Unix groups, including getgroups(2), setgroups(2), getgrouplist(3), and initgroups(3). As such it will only work on Unix-like operating systems. WWW: http://search.cpan.org/dist/Unix-Groups-FFI/
-
sunpoet authored
Platypus is a library for creating interfaces to machine code libraries written in languages like C, C++, Fortran, Rust, Pascal. Essentially anything that gets compiled into machine code. This implementation uses libffi to accomplish this task. libffi is battle tested by a number of other scripting and virtual machine languages, such as Python and Ruby to serve a similar role. WWW: http://search.cpan.org/dist/FFI-Platypus/
-
sunpoet authored
FFI::CheckLib checks whether a particular dynamic library is available for FFI to use. It is modeled heavily on Devel::CheckLib, but will find dynamic libraries even when development packages are not installed. It also provides a find_lib function that will return the full path to the found dynamic library, which can be feed directly into FFI::Platypus or FFI::Raw. Although intended mainly for FFI modules via FFI::Platypus and similar, this module does not actually use any FFI to do its detection and probing. This module does not have any non-core runtime dependencies. The test suite does depend on Test2::Suite. WWW: http://search.cpan.org/dist/FFI-CheckLib/
-
- 19 Feb, 2018 2 commits
-
-
rene authored
2018-02-18 devel/elixir-exrm: No longer maintained upstream 2018-02-18 devel/elixir-conform_exrm: No longer maintained upstream 2018-02-18 devel/elixir-sorted_set: No longer maintained upstream 2018-02-18 devel/elixir-red_black_tree: No longer maintained upstream
-
lwhsu authored
PR: 224459 Submitted by: Greg V <greg@unrelenting.technology>
-
- 17 Feb, 2018 1 commit
-
-
jhale authored
Add devel/gwenhywfar-gtk3 slave port - support library for GTK3+ Remove unneeded linguisttools dependency from devel/gwenhywfar-qt5
-
- 16 Feb, 2018 1 commit
-
-
yuri authored
PR: 225402 Submitted by: Martin Filla <martinfilla@post.cz> Approved by: tcberner
-
- 15 Feb, 2018 3 commits
-
-
tz authored
Submitted by: Matthias Fechner <idefix@fechner.net> Reviewed by: swills, tz
-
tz authored
This prepares the update of www/gitlab to 10.4 update which requires this specific version Submitted by: Matthias Fechner <idefix@fechner.net> Reviewed by: swills, tz
-
mat authored
this oversight. Reviewed by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14368
-
- 14 Feb, 2018 3 commits
-
-
yuri authored
See https://pypi.python.org/pypi/notify2 Submitted by: myself Approved by: tcberner Differential Revision: https://reviews.freebsd.org/D14374
-
pi authored
This library implements a number of functions found in -lmail on SysV systems. These functions are designed to lock the standard mailboxes in /var/mail (or wherever the system puts them). In additions, this library adds a number of functions to create, manage and remove generic lockfiles. The lockfiles are created by this library in an NFS-safe manner, that is by using a tempfile and using link(2) to create the lockfile. It works around several defects in NFS servers to make sure the lockfile is created atomically. The locking strategy is compatible with other well-written NFS-safe programs that create lockfiles - such as procmail, exim and mutt. If you are trying to lock a mailbox in a directory writable for group mail, the locking functions will call a helper application which runs setgid to do the actual locking. The helper application "dotlockfile" can also be used directly, for example for use in shellscripts. This means a program such as a MUA doesn't need to be setgid mail anymore to be able to lock the mailbox. WWW: https://github.com/miquels/liblockfile PR: 224507 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
-
lwhsu authored
PR: 225896 Submitted by: Henry Hu <henry.hu.sh@gmail.com>
-
- 13 Feb, 2018 2 commits
-
-
joneum authored
PHPUnit is a regression testing framework used by the developer who implements unit tests in PHP. WWW: http://www.phpunit.de Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14328
-
mat authored
only channel which port did not match the channel name. Sponsored by: Absolight
-
- 12 Feb, 2018 1 commit
-
-
sunpoet authored
PR: 225425 Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
-
- 10 Feb, 2018 2 commits
-
-
rene authored
2018-01-01 devel/p5-Parse-Pidl: yes 2018-02-08 devel/rubygem-piston: No longer maintained upstream 2017-04-05 databases/postgresql92-server: PostgreSQL 9.2 support has reached End-of-line. Please upgrade to a later version.
-
tcberner authored
This is done for * consistency, * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications Bumps the dependencies. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D12979
-
- 08 Feb, 2018 5 commits
-
-
amdmi3 authored
and correct generic version string comparison algorithm. WWW: https://pypi.python.org/pypi/libversion
-
sunpoet authored
The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. It is defined in IETF RFC 7049. TinyCBOR is Intel's industrial strength C/C++ implementation of CBOR, as used in the IoTivity framework. WWW: https://github.com/intel/tinycbor
-
sunpoet authored
cJSON is an ultralightweight JSON parser in ANSI C. WWW: https://github.com/DaveGamble/cJSON
-
sunpoet authored
-
dbn authored
- remove translation packages no longer shipped by upstream: cs-eric6 fr-eric6 it-eric6 pt-eric6 tr-eric6 zh_CN-eric6 upstream considers these translations too incomplete. - add pkg-message explaining that there are translation available.
-