Comment:
sudoku game
Description:
KSudoku is a logic-based symbol placement puzzle. The player has
to fill a grid with symbols so that each column, row and block on
the game board contains only one instance of each symbol. In KSudoku
the symbols are usually the numbers 1 to 9, but may be the letters
A to P or A to Y in larger puzzles. Puzzles start with the board
partially filled and it is your job to fill in the rest.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
WWW: https://www.kde.org/applications/games/ksudoku
Comment:
3-D Game based on Rubiks Cube
Description:
Kubrick is based on the famous Rubik's Cube(TM) puzzle. In Kubrick,
the cube sizes range from 2x2x2 (easy) up to 6x6x6 (very hard), or
you can play with irregular "bricks" such as 5x3x2 and "mats" (one
cubie thick) such as 6x4x1. The game has a selection of puzzles at
several levels of difficulty, as well as some demonstrations of
pretty patterns and solution moves. It is also possible to make up
your own puzzles.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
WWW: https://www.kde.org/applications/games/kubrick
Comment:
Lieutnant Skat - from German Offiziersskat
Description:
Lieutenant Skat (from German Offiziersskat) is a fun and engaging
card game for two players, where the second player is either live
opponent, or built in artificial intelligence.
The game is played using a single deck of cards. Cards are shuffled
and distributed amongst the players in such a way that half of them
are face down and half of them are open. Each participant plays one
of the open cards per turn. As soon as all the cards are played the
round ends and points are calculated and awarded.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
WWW: https://www.kde.org/applications/games/lskat
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@