134044 Commits

Author SHA1 Message Date
landry
3c1115c114 Import telegraf 1.9.0.
Telegraf is an agent for collecting, processing, aggregating, and
writing metrics. Plugin-driven, it has the concept of 4 distinct plugin
types:
* Input Plugins collect metrics from the system, services, or 3rd party
  APIs
* Processor Plugins transform, decorate, and/or filter metrics
* Aggregator Plugins create aggregate metrics (e.g. mean, min, max,
  quantiles, etc.)
* Output Plugins write metrics to various destinations

note that input.system is currently broken on OpenBSD (probably because
of gopsutil or go internals), tracked in
https://github.com/influxdata/telegraf/issues/5157. Other plugins seem
to work fine.

As it was done for influxdb (telegraf comes from the same source),
bundle the go deps and selfhost the distfile.

ok danj@
2018-12-18 19:31:28 +00:00
landry
db0556a450 reserve uid 826 for _telegraf 2018-12-18 19:28:52 +00:00
rsadowski
a4864337d4 Import palapeli-18.12.0; OK/Tweaks bcallah@
Comment:
jigsaw puzzle game

Description:
Palapeli is a single-player jigsaw puzzle game. Unlike other games in that
genre, you are not limited to aligning pieces on imaginary grids. The pieces
are freely moveable. Also, Palapeli features real persistency, i.e. everything
you do is saved on your disk immediately.

Maintainer: Rafael Sadowski <rsadowski@openbsd.org>

WWW: https://www.kde.org/applications/games/palapeli
2018-12-18 19:27:31 +00:00
rsadowski
bfe276d6d1 Import kmousetool-18.12.0. OK kn@
Comment:
KDE mouse clicker for accessibility users

Description:
kmousetool is a program which clicks the mouse for you.

Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
2018-12-18 19:19:52 +00:00
espie
cb5995fe40 (unused yet) tools to building "readable" sql requests with nice indent
for sqlports
2018-12-18 19:09:26 +00:00
rsadowski
d1cb278e7d Bugfix update xwallpaper-0.4.1 2018-12-18 15:56:50 +00:00
bket
1502a82be1 Update to maradns-deadwood-3.2.13
OK sthen@
2018-12-18 15:35:42 +00:00
edd
0587243ad4 net/go-ipfs: Inline daemon_flags as suggested by ajacoutot@.
And add NO_TEST=Yes, which was supposed to be part of my previous commit.

daemon_flags change, OK ajacoutot@.
NO_TEST change, OK abieber@.

Thanks
2018-12-18 14:56:13 +00:00
edd
2effb8be6d Link net/go-ipfs. 2018-12-18 12:01:04 +00:00
edd
6cf5f21530 Import net/go-ipfs.
```
IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas
from Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single
bittorrent swarm, exchanging git objects. IPFS provides an interface as
simple as the HTTP web, but with permanence built in.
```

Originally from Fabian Raetz, with input from abieber@.

OK abieber@, thanks.
2018-12-18 11:58:21 +00:00
edd
34b38805bb user.list: Reserve a user ID for go-ipfs. 2018-12-18 11:23:03 +00:00
bcallah
e13ef4ff2c solene@ reports that GOG updated their Postal game, and the pkg/README is
now outdated.

Update and simplify, and bump.
2018-12-18 10:59:20 +00:00
rsadowski
f61bf5d324 Update KDE Applications to 18.12
Release notes:

https://www.kde.org/announcements/announce-applications-18.12.0.php

Port notes:

- Update all KDE5 ports to 18.12.0
- Reorder Makefile and enable libkmahjongg and kmahjongg
- Change MAINTAINER email
- New kde-applications.port.mk baesed on Makefile.inc
- Includes the following new helpers:
  - MODKDE5_DESKTOP_FILE
  - MODKDE5_ICON_CACHE
  - MODKDE5_TRANSLATIONS
  - MODKDE5_DOCS
- Makefile.inc improvements
- Fix and improve some many @pkgpath's, @sample's, and run-,build-
  and lib-depends.
- Tweak some CATEGORIES

The new infrastructure makes it very easy for us to port the missing KDE5
applications.

Feedback from kn@ Thanks!
2018-12-18 09:39:17 +00:00
bentley
52f64bb885 +opencc 2018-12-18 09:34:05 +00:00
bentley
f7018490d2 Add opencc-1.0.5.
Open Chinese Convert (OpenCC) is an open-source 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.

ok naddy@
2018-12-18 09:32:23 +00:00
bentley
e1984390d1 Remove botched import. 2018-12-18 09:24:52 +00:00
bentley
48e4397130 Import opencc-1.0.5.
Open Chinese Convert (OpenCC) is an open-source 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.

ok naddy@

(Reimporting into the correct directory.)
2018-12-18 09:20:19 +00:00
bentley
8ee472ea7d Import opencc-1.0.5.
Open Chinese Convert (OpenCC) is an open-source 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.

ok naddy@
2018-12-18 09:18:47 +00:00
danj
ba215ed203 Update to py3-black-18.9beta0
Don't install blackd for now, because our aiohttp is old.
Take maintainership.

ok jca@ juanfra@
2018-12-18 02:11:32 +00:00
sthen
2ed357d5f2 set USE_LLD=Yes on i386 to unbreak the bulk build for now.
probably still broken on other ld.bfd arches, build log excerpts at
https://marc.info/?l=openbsd-ports-cvs&m=154445446621320&w=2
2018-12-18 00:12:14 +00:00
jeremy
ab172567ce Update to mruby 2.0.0
Reenable on sparc64, since it now builds there, thanks to jca@ for testing.
2018-12-17 20:28:27 +00:00
feinerer
6ab249c22c Update to libv4l 1.16.3
No functional change as the update only contains changes in utils which we
currently do not build on OpenBSD.
2018-12-17 20:23:20 +00:00
landry
378cacad1d Assorted tweaks from Renaud Allard (MAINTAINER)
- make the web iface default to listen on localhost only
- disable the builtin 'report statistics home' feature
- provide a README with an example nginx vhost
2018-12-17 19:48:23 +00:00
jca
f6ccb4516c Missing includes when building with ports-gcc
from Charlene Wendling, committing on behalf of espie@ (maintainer)
2018-12-17 18:49:50 +00:00
jca
6374d4de59 Trailing whitespace in DESCR 2018-12-17 18:45:41 +00:00
jca
4e6bdb179f Missing includes when building with ports-gcc
from Charlene Wendling
2018-12-17 18:44:18 +00:00
jca
bfbf4b86d5 Missing includes when building with ports-gcc
from Charlene Wendling
2018-12-17 18:41:56 +00:00
jca
54b8b1959d Needs a modern-ish compiler for __builtin_bswap32
from Charlene Wendling, input from bcallah@
2018-12-17 18:21:01 +00:00
espie
53e99fff1d forgot about that specific optimization, noticed by naddy@ 2018-12-17 18:06:05 +00:00
bluhm
247b2930b6 update p5-OSPF-LSDB to 1.10 2018-12-17 17:54:47 +00:00
robert
8a0019eaea update to 8.7.80.312 2018-12-17 15:19:40 +00:00
pascal
866fb156a7 Update mips64 bootstrap, from visa@. 2018-12-17 14:09:30 +00:00
pascal
1043d57b0e Update mips64 bootstrap, from visa@. 2018-12-17 14:05:21 +00:00
sthen
48cec3cd0d +libunbound 2018-12-17 09:59:13 +00:00
sthen
0feaf9761b import net/libunbound, ok/feedback jca@ florian@
This package contains the validating resolver library from the Unbound
distribution (the main Unbound resolver daemon and tools are in OpenBSD's
base OS).
2018-12-17 09:58:46 +00:00
jca
839c4a60cb Fix sickbeard removal 2018-12-17 01:10:00 +00:00
jca
56dac1eaf5 Remove iaxcomm subpackage
iaxcomm doesn't build with wxWidgets3, not very surprising since the
last beta release was in 2008.

Maintainer timeout, ok kn@ rsadowski@ sthen@
2018-12-17 01:08:29 +00:00
jca
f5d177f05b Remove insecure nxssh and obsolete opennx
nxssh is based on an old copy of OpenSSH 4.7.  Upstream stopped
supporting it and it hasn't been updated since import, so it's likely
affected by all the issues listed on
https://www.openssh.com/security.html since 2008.

opennx is a graphical client that uses nxssh under the hood.  It is dead
upstream, hasn't been updated since 2009 and won't build with wxWidgets3.

ok kn@
2018-12-17 01:01:24 +00:00
danj
5251382008 Missed in previous 2018-12-16 16:53:35 +00:00
danj
02667d0a1f Tweak documentation
While there, passlib[bcrypt] seems to be just bcrypt so add a rdep on it

with and ok semarie@ (maintainer)
2018-12-16 16:52:39 +00:00
landry
d17b073ff8 reserve uid 824 for _traccar, reminded by danj@ 2018-12-16 15:33:44 +00:00
landry
3f4c02d5f3 +traccar 2018-12-16 15:10:24 +00:00
landry
0f8e4ada1c Import traccar 4.2, from MAINTAINER Renaud Allard.
Traccar is an open source GPS tracking system. It supports more than 170
GPS protocols and more than 1500 models of GPS tracking devices. Traccar
can be used with any major SQL database system. It also provides an easy
to use REST API.

Some of the available features include:
* Real-time GPS tracking
* Driver behaviour monitoring
* Detailed and summary reports
* Geofencing functionality
* Alarms and notifications
* Account and device management
* Email and SMS support

ok/tweaks sthen@
2018-12-16 15:09:58 +00:00
ajacoutot
8ce4fc9d8a Don't run the checkstyle script to unbreak with new go. 2018-12-16 15:08:34 +00:00
kn
9839cae1b3 Update to git-2.20.1
OK benoit
2018-12-16 13:53:22 +00:00
semarie
ea37087119 build clippy (linter) and rustfmt (code formatter) and provide them in
subpackages. while here create a subpackage for rust-gdb also.

looks good landry@
2018-12-16 09:19:57 +00:00
semarie
eee883860b backout change on distinfo: it wasn't intented to be commit 2018-12-16 08:54:24 +00:00
semarie
b19d4110a9 change MODCARGO_CRATES syntax for devel/cargo module.
The new syntax to have version with '-' character:
-MODCARGO_CRATES +=     aho-corasick-0.6.8      # Unlicense/MIT
+MODCARGO_CRATES +=     aho-corasick    0.6.8   # Unlicense/MIT

update all customers of devel/cargo to use the new syntax

ok landry@
2018-12-16 08:50:11 +00:00
abieber
d859e6a6b2 Jump to 0.6.9!
OK rsadowski@
2018-12-16 01:11:22 +00:00
abieber
806b8333a8 Bump gopass to 1.8.3. Patch has been sent upstream:
https://github.com/gopasspw/gopass/pull/1015

OK rsadowski@
2018-12-16 01:09:55 +00:00