131811 Commits

Author SHA1 Message Date
ajacoutot
17edbb96a9 Update to libwnck3-3.30.0. 2018-09-11 15:40:44 +00:00
sthen
212c39ee4c move math.h include higher, fixes build with newer libc++
from similar diff in freebsd openttd
2018-09-11 14:46:14 +00:00
landry
c670ff62eb Remove mozilla-sync 1.1 port, unlinked since 2014.
Unlikely to come back as a port since it's now a nodejs monster, but
feel free to poke in the Attic. If someday i end up really bored^Wdrunk,
maybe i'll waste a hackathon night turning it into an ansible playbook..
but last i tried, it was a failure.

Reminded by danj@
2018-09-11 14:06:50 +00:00
kirby
ffbbd7b3cb fix cpu plugin. original diff from solene@ to munin-3-beta branch,
minor tweaks and backporting by me.
2018-09-11 12:36:31 +00:00
pascal
3a01d60780 Update to tor 0.3.4.8.
For a full list of changes since 0.3.3.x, see:
https://lists.torproject.org/pipermail/tor-announce/2018-September/000164.html
2018-09-11 12:17:23 +00:00
bcallah
2a5249375f Allow Samurai to be used to build CMake ports by setting USE_NINJA=samurai
Some of these variables may be moved to more permanent homes later, after
samurai gets through a bulk build, but for now this allows testing of
samurai without changing the default case of using ninja.

Adapted from sthen@'s diff. ok sthen@
2018-09-11 12:12:31 +00:00
sthen
55915de896 +acme-client 2018-09-11 10:35:34 +00:00
sthen
a1085cb248 import ports/security/acme-client, the original version with a different
config style, which still has DNS-01.  ok landry@

---
acme-client is a client for the ACME protocol used by the Let's Encrypt CA.
It uses isolated processes for various operations - network code doesn't
have access to the filesystem, etc - this is enforced by pledge(2).

acme-client is present in the OpenBSD base system. This package is for the
original version, which uses a different configuration interface (CLI rather
than configuration file). It also supports the DNS-01 challenge type which
is not currently available in the version in the base system.

The executable is installed as "eacme-client".
---
2018-09-11 10:35:12 +00:00
jsg
b158c0336d update to U-Boot 2018.09 2018-09-11 10:35:01 +00:00
naddy
8656f31abb maintenance update to 18.08.1 2018-09-11 10:04:37 +00:00
sthen
d9948b2410 +radicale2 2018-09-11 08:55:51 +00:00
sthen
3e38ef19d4 import ports/productivity/radicale2, ok jasper@ - data formats changed
and upgrading from radicale 1.x requires exporting from the older
version, so it makes sense to carry the two in parallel for a time.

---
The Radicale Project is a complete CalDAV calendar server solution,
capable of making multiple calendars available to local and remote
users, with optional authentication policies. Calendars can be
viewed and edited by a calendar client such as
Mozilla Lightning Calendar or Evolution.

The Radicale Project aims to be a light solution, easy to use, easy
to install, easy to configure. As a consequence, it requires few
software dependencies and is pre-configured to work out-of-the-box.
---
2018-09-11 08:55:27 +00:00
gonzalo
d48ab67c6d Update for Nano to 3.0
https://nano-editor.org/dist/v3/ChangeLog

OK naddy@ (maintainer)
2018-09-11 06:25:29 +00:00
rsadowski
909ff7af85 remove k3b-kde4
K3b does not detect CD/DVD devices.

ok kn@ solene@
2018-09-11 04:34:26 +00:00
rsadowski
bc9bc484d2 unhook k3b-kde4 and remove from meta-kde4 2018-09-11 04:32:30 +00:00
sthen
36d9be75ed update to XCA 2.1.0
- the database format has changed from an internal format to sqlite3,
this is automatic but it's recommended to make an extra backup of old files
first.
2018-09-10 21:03:42 +00:00
fcambus
7b9a72277b Add trader. 2018-09-10 20:51:37 +00:00
fcambus
7410c4eaea Import games/trader.
Star Traders is a simple text-based game of interstellar trading, where
the objective is to create companies, buy and sell shares, borrow and
repay money, in order to become the wealthiest player (the winner).

OK bentley@
2018-09-10 20:50:56 +00:00
robert
7bdceb98fa update-patches strikes again .. do not include my pobj path 2018-09-10 19:51:13 +00:00
sthen
2d33102b53 +samurai 2018-09-10 19:30:17 +00:00
sthen
92c3df66be import ports/devel/samurai, updated from bcallah's earlier port, ok bcallah@
samurai is a ninja-compatible build tool written in C99 with a focus on
simplicity, speed, and portability.

samurai implements the ninja build language through version 1.8.2. It
uses the same format for .ninja_log and .ninja_deps as ninja, currently
version 5 and 3 respectively.

It is largely feature-complete and supports most of the same options as
ninja.
2018-09-10 19:29:52 +00:00
sthen
87be482f48 update to librenms-1.43 2018-09-10 18:53:00 +00:00
sthen
2d17bf06c8 reenable tests, add a comment about https://rt.cpan.org/Public/Bug/Display.html?id=67586
similar to a diff from Charlene Wendling
2018-09-10 18:37:09 +00:00
sthen
619d5d3777 actual fix for rmstar problem, and clean the do-install target 2018-09-10 16:23:27 +00:00
sthen
af30d41b16 don't define __linux__ on OpenBSD, it has implications for system
headers (newer libc++ pulls in a Linux-only header features.h from
/usr/include/c++/v1/__config if this is defined). test/ok rsadowski@
2018-09-10 15:47:23 +00:00
sthen
05febd09cf backout an upstream commit which broke rmstar, reported by claudio@
https://github.com/tcsh-org/tcsh/issues/5

(this is a hackish workaround, hopefully upstream will have an idea
what the actual problem is)
2018-09-10 15:29:16 +00:00
espie
416cc26d12 do things slightly more directly, to be able to pass SUBDIRs manually (prepare
for transitive closure)
2018-09-10 15:15:55 +00:00
espie
6be83f422b get rid of globals 2018-09-10 15:07:33 +00:00
espie
8e814a5b02 unify the conflicts and dir checking code some more so that I can go further 2018-09-10 14:54:41 +00:00
espie
214ebb33fd don't redo the same package twice 2018-09-10 14:34:17 +00:00
danj
e3f0042bb0 Update to py-zmq-17.1.2
From Elias Mariani who's taking maintainership (as talked with shadchin@)
2018-09-10 14:21:15 +00:00
pea
ca053d86d5 Update to 1.9.0 2018-09-10 12:38:35 +00:00
pea
d3d78311cd Update to 3.7.5 2018-09-10 12:29:24 +00:00
bentley
d9e1ed70f3 Give the _bitcoind user the correct home directory.
Previous versions of the package give _bitcoind a nonexistent home
directory, causing errors when using the rc script in certain situations.

This can't be fixed by updating the package alone.
N.B.: if you've EVER installed bitcoin, wait for the package mirrors to
update with bitcoin-0.16.2p1, and then run the following:

# pkg_delete bitcoin
# userdel _bitcoind

After doing so, you can safely re-add the package.

noticed by tb@
2018-09-10 11:11:29 +00:00
bentley
5eeb4fb9a6 Give the _osrm_routed user the correct home directory.
Previous versions of the package give _osrm_routed a nonexistent home
directory, causing errors when using the rc script in certain situations.

This can't be fixed by updating the package alone.
N.B.: if you've EVER installed osrm-backend, wait for the package
mirrors to update with osrm-backend5.18.0p1, and then run the following:

# pkg_delete osrm-backend
# userdel _osrm_routed

After doing so, you can safely re-add the package.

noticed by tb@
2018-09-10 11:10:20 +00:00
naddy
afeec5ae3c missing bumps after HOMEPAGE change 2018-09-10 09:04:03 +00:00
bentley
812d1a6b96 +gnuradio 2018-09-10 06:59:01 +00:00
bentley
442cbf13c5 Import gnuradio-3.7.13.4.
GNU Radio is a software development toolkit that provides signal processing
blocks to implement software radios. It can be used with readily-available
low-cost external RF hardware to create software-defined radios, or without
hardware in a simulation-like environment. It is widely used in hobbyist,
academic and commercial environments to support both wireless communications
research and real-world radio systems.

GNU Radio has filters, channel codes, synchronisation elements, equalizers,
demodulators, vocoders, decoders, and many other elements (in the GNU Radio
jargon, we call these elements blocks) which are typically found in radio
systems. More importantly, it includes a method of connecting these blocks
and then manages how data is passed from one block to another. Extending GNU
Radio is also quite easy; if you find a specific block that is missing, you
can quickly create and add it.

GNU Radio applications are primarily written using the Python programming
language, while the supplied, performance-critical signal processing path is
implemented in C++ using processor floating point extensions, where
available.

ok sthen@
2018-09-10 06:58:22 +00:00
ajacoutot
3c40037144 Update to ecs-cli-1.8.0. 2018-09-10 06:57:50 +00:00
bentley
594e404e00 +vnu 2018-09-10 06:50:54 +00:00
bentley
60729f3f0c Import vnu-18.8.29.
The Nu Html Checker (v.Nu) is the backend of checker.html5.org,
html5.validator.nu, and validator.w3.org/nu. It can be used to batch-check
HTML 5 documents from the command line and from other scripts/apps, or
deployed as a self-contained web service.

ok jeremy@ tb@
2018-09-10 06:50:04 +00:00
bentley
f756e3c091 Reserve a user for vnu. 2018-09-10 06:25:52 +00:00
bcallah
e3a937fb35 Update to makeself-2.4.0 -- add a patch to use the correct name of our
SHA256 utility.
ok sthen@
2018-09-10 01:15:31 +00:00
sthen
91aa7539b0 update to p5-Net-SFTP-0.12, from Charlene Wendling 2018-09-09 23:45:49 +00:00
sthen
d9641a8873 update to p5-Net-SSH-Perl 2.14, from Charlene Wendling 2018-09-09 23:45:31 +00:00
espie
7754df9050 minor update to 2018-09-10. okay bentley@
paul won't mind hopefully :)
2018-09-09 22:23:01 +00:00
florian
acfcaa2743 update to 4.1.4
OK sthen
2018-09-09 17:47:28 +00:00
danj
3e61227a53 Update to py-virtualenv-16.0.0 2018-09-09 17:02:11 +00:00
anton
3d19b40590 Update yank to 1.0.0.
ok sthen@
2018-09-09 16:03:39 +00:00
sthen
d9b2caa920 update to dnsdist-1.3.2, ok with Peter van Dijk (maintainer)
- upstream now defaults to luajit; we can do this but needs to be done
per-arch (and means extra testing for updates) so left at lua5.3 for now,
Peter agrees
2018-09-09 15:25:31 +00:00