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@
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
Comment:
KDE mouse clicker for accessibility users
Description:
kmousetool is a program which clicks the mouse for you.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
```
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.
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!
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@
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.)
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@
- 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
This package contains the validating resolver library from the Unbound
distribution (the main Unbound resolver daemon and tools are in OpenBSD's
base OS).
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@
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@
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@