112774 Commits

Author SHA1 Message Date
jca
7be447f1ef Use pledge(2).
Also kill trailing whitespace in DESCR and add @bin annotations.

From maintainer Josh Gross.
2016-08-12 22:12:13 +00:00
jca
7b9cc89da4 This port has no test suite, add NO_TEST=Yes. 2016-08-12 22:05:14 +00:00
bluhm
46fd572277 +p5-Test-MockRandom 2016-08-12 22:04:32 +00:00
jca
15a2b737a1 Update to udfclient-0.8.6
from maintainer Josh Grosse
2016-08-12 22:03:40 +00:00
bluhm
ab7401cb79 import p5-Test-MockRandom 1.01
OK jca@

replace random number generation with non-random

This perhaps ridiculous-seeming module was created to test routines
that manipulate random numbers by providing a known output from
rand.  Given a list of seeds with srand, it will return each in
turn.  After seeded random numbers are exhausted, it will always
return 0.  Seed numbers must be of a form that meets the expected
output from rand as called with no arguments -- i.e.  they must be
between 0 (inclusive) and 1 (exclusive).  In order to facilitate
generating and testing a nearly-one number, this module exports the
function oneish, which returns a number just fractionally less than
one.
2016-08-12 22:01:46 +00:00
steven
90922c3166 update to 3.0.8.2 2016-08-12 21:39:14 +00:00
steven
dd1c84f51a update to 3.0.8.2 2016-08-12 21:38:52 +00:00
naddy
5b68f955ce remove __OpenBSD__ guard from pledge() patches 2016-08-12 20:52:26 +00:00
jasper
012940cdb0 update to elixir-1.3.2 2016-08-12 19:28:10 +00:00
steven
e512f2ce0a maintenance update to 0.13.18 2016-08-12 17:40:41 +00:00
juanfra
5fb15bb79f Add man pages to cvs2gitdump. OK sthen@. 2016-08-12 16:40:48 +00:00
jasper
6e14ae070e +py-sip,python3 2016-08-12 14:40:00 +00:00
dcoppa
5579805dd1 FindPkgConfig: call find_library() for every library returned by
the .pc file, so that at the end a list of full paths to the libraries
is returned.
This makes the pkg_check_modules() behaviour consistent with the
normal CMake convention, where use of link_directories() is discouraged
in favour of using absolute paths to system libraries.

Patch by Sam Thursfield <sam.thursfield@codethink.co.uk>
https://cmake.org/Bug/view.php?id=15804
2016-08-12 14:23:02 +00:00
edd
6cfd437b71 Add quirk for the (now removed) audio/hgd.
OK dcoppa@
2016-08-12 14:07:21 +00:00
sthen
acf7ead3ab update to ocserv-0.11.4 2016-08-12 13:39:30 +00:00
sthen
098f467560 update to ImageMagick-6.9.5-5; buffer overflow, use-after-free 2016-08-12 13:38:49 +00:00
sthen
aac9743ac2 update to freeipmi-1.5.3 2016-08-12 13:37:55 +00:00
sthen
0870fb7bcf update to openconnect-7.07 2016-08-12 13:28:49 +00:00
sthen
1cb8f2ddbe update to dnscrypt-proxy-1.7.0, based on a diff from pablomh at gmail 2016-08-12 11:50:31 +00:00
sthen
014b1df555 update to libsodium-1.0.11, simplified from a diff from pablomh at gmail 2016-08-12 11:45:17 +00:00
edd
08d69d643a Comment audio/hgd, which I just removed. 2016-08-12 11:32:48 +00:00
edd
ddb5695f1c Kill audio/hgd.
I wrote hgd with a friend some years ago, but now it is now no longer
maintained. Kill it.

OK jturner@, thanks.
2016-08-12 11:24:36 +00:00
edd
150093bb32 mail/sylpheed: Fix SSL certificate verification.
OK dcoppa@, thanks.
2016-08-12 11:17:17 +00:00
jasper
978e3c67a6 annotate python interpreters with wxneeded; while python itself is clean there
are various ports that aren't (e.g. py-cryptography and py-qt5 (QtWebKit)).

obviously not a long-term "fix" but helps to keep moving forward

ok jca@ sthen@ rpointel@ (MAINTAINER)
2016-08-12 09:55:28 +00:00
jasper
deb7575e1c +utfcpp 2016-08-12 09:21:18 +00:00
jasper
9371fe387e import utfcpp-2.3.4
"Many C++ developers miss an easy and portable way of handling Unicode
encoded strings. The original C++ Standard (known as C++98 or C++03) is
Unicode agnostic. C++11 provides some support for Unicode on core
language and library level: u8, u, and U character and string literals,
char16_t and char32_t character types, u16string and u32string library
classes, and codecvt support for conversions between Unicode encoding
forms. In the meantime, developers use third party libraries like ICU,
OS specific capabilities, or simply roll out their own solutions.
In order to easily handle UTF-8 encoded Unicode strings, I came up with
a small generic library. For anybody used to work with STL algorithms
and iterators, it should be easy and natural to use."

from maintainer Sergey Bronnikov
ok sthen@
2016-08-12 09:20:01 +00:00
jasper
daf080f414 fix stray MODPY_PY_PREFIX that would break with python3
no bump since this port doesn't build with python3 yet (forthcoming)
2016-08-12 09:00:10 +00:00
jasper
8f520cffb8 update to facter-3.4.0
https://docs.puppet.com/facter/3.4/release_notes.html
2016-08-12 08:42:52 +00:00
jasper
e98581c427 +cpp-hocon 2016-08-12 08:41:18 +00:00
jasper
d02a7fe054 import cpp-hocon-0.1.2
This is a port of the TypesafeConfig library to C++.  The library
provides C++ support for the HOCON configuration file format.

ok sthen@
2016-08-12 08:40:40 +00:00
jasper
9d4afb64ac +py-PEG2
+py-PEG2,python3
2016-08-12 08:39:42 +00:00
jasper
b3bcd9a7f3 import py-PEG2 2.15.2
pyPEG is a plain and simple intrinsic parser interpreter framework for
Python version 2.7 and 3.x. It is based on Parsing Expression Grammar,
PEG. With pyPEG you can parse many formal languages in a very easy way.

ok shadchin@
2016-08-12 08:38:50 +00:00
jasper
4ea43b0c5c add python3 flavor
ok shadchin@
2016-08-12 08:37:37 +00:00
jasper
79614ead43 merged upstream 2016-08-12 08:36:25 +00:00
landry
446839fcd1 Patch was removed 2016-08-12 08:17:39 +00:00
landry
2b827df601 update to thunar-vcs 0.1.5 2016-08-12 08:16:43 +00:00
robert
d963e949f7 zarafa-webaccess is gone, long live zarafa-mapi 2016-08-12 08:11:20 +00:00
robert
6ac2f2b911 update to 2.3.0 and switch the dep to zarafa,-mapi 2016-08-12 08:09:56 +00:00
robert
2a972c6df0 update to 2.2.1 2016-08-12 08:09:34 +00:00
robert
e7c765cbb8 update to 7.2.4.29 2016-08-12 08:09:05 +00:00
kirby
c33d5f4ac9 update to mc-4.8.17
OK robert@ (maintainer)
2016-08-12 07:24:36 +00:00
dcoppa
3757566b93 Fix WANTLIB 2016-08-12 07:10:18 +00:00
sebastia
1218a1ee8e Major update to 4.0.5
With the update of elasticsearch Curator to the 4.x version, the CLI interface
changed. Instead of parameters, yaml configuration files are used to steer
actions of curator. Configuration file documentation can be found on the
curator reference pages.
https://www.elastic.co/guide/en/elasticsearch/client/curator/4.0/index.html

Update from Pavel Korovin (p AT tristero se)
Also tested by jasper@
2016-08-12 07:01:43 +00:00
shadchin
1903a31e7b Fix segfault while running ctags on a binary file.
From Anton Lindqvist <anton dot lindqvist at gmail dot com>
2016-08-12 06:13:53 +00:00
shadchin
2f40eb896a Update to py-parsing 2.1.7 2016-08-12 03:02:55 +00:00
jcs
5c9c8a0cc0 add an xft flavor to dzen2
ok maintainer
2016-08-12 02:44:36 +00:00
jca
8fd2a79b6b Update to knot-1.6.8
from Pierre Emeriaud
2016-08-11 12:04:17 +00:00
jasper
f0b12c30bc update to puppet-4.5.3 2016-08-11 11:41:42 +00:00
jca
7235ca3ab5 wxneeded 2016-08-11 11:34:13 +00:00
jasper
008aeabb3c update to zsdx-1.11.0 2016-08-11 11:29:36 +00:00