161467 Commits

Author SHA1 Message Date
sthen
7788676ea8 update to py3-unidecode-1.3.2 2021-11-15 14:10:29 +00:00
sthen
38550f016c update to composer-2.1.12v0 2021-11-15 14:06:55 +00:00
sthen
f73d394826 remove pear-* ports, they are no longer used by other ports and many
are outdated. ok benoit@ ajacoutot@

These are library classes written in PHP for various functionality and
used to be needed to support PHP applications in the ports tree (things
like roundcube, horde and others used them) but all of this type of
software in ports now uses bundled dependencies. For development,
typically a language-specific dependency manager (like www/composer)
is used rather than OS packages.

www/pear (providing pear itself and pear-utils) is still kept.
2021-11-15 13:47:28 +00:00
sthen
d42c5912e5 update to py3-blessed-1.19.0 2021-11-15 13:28:42 +00:00
sthen
da08c8c680 update to py3-skyfield-1.40 2021-11-15 13:27:21 +00:00
sthen
37d3acc685 update to py3-netifaces-0.11.0 2021-11-15 13:26:16 +00:00
sthen
07d075c015 update to py3-netaddr-0.8.0 2021-11-15 13:15:21 +00:00
sthen
6b010379fe add comment to setuptools_scm so i don't keep re-checking when i run into
something that needs a newer version:

# >=6.0 is py3 only; to update we'll need to remove py2 for the py-test chain
2021-11-15 13:12:57 +00:00
rsadowski
17f4d1f7ad Disable wayland
OK ajacoutot@ (maintainer)
2021-11-15 13:03:37 +00:00
ajacoutot
1ce8ff6cf4 Update to remotebox-3.0. 2021-11-15 12:03:00 +00:00
jca
5661a5e119 Properly register all directories to prevent warnings at uninstall time 2021-11-15 11:53:53 +00:00
sdk
1235ed409b Add subdirectory badwolf 2021-11-15 11:18:05 +00:00
sdk
18636cbfba Import Badwolf 1.2.0
BadWolf is a minimalist and privacy-oriented WebKitGTK+ browser,
which aims to provide a distraction free user experience for daily
tasks.

Features:
* Minimalist and clean UI
* Toggles for javascript and images
* No distracting popups or autoplay
* Dedicated downloads tab
* Isolated sessions per tab
* No browser level tracking
* Small and easy to inspect codebase

Port created by Adnan Shameem who takes MAINTAINER
with help from sthen@ and Omar Polo. Thank you!

Committed with tweak suggested by solene@
- @comment apparmor profile, because it's useless on OpenBSD.

ok sthen@ and solene@
2021-11-15 11:17:11 +00:00
rsadowski
113b82e5ac Disable wayland
OK Muhammad Kaisar Arkhan (maintainer)
2021-11-15 11:14:16 +00:00
rsadowski
cef7124902 Add hidden dependency on qtserialport 2021-11-15 10:55:47 +00:00
bentley
46c3dc1959 Mark broken due to incompatibility with apertium>=3.7.2. 2021-11-15 09:03:10 +00:00
rsadowski
1730d79ac2 Add missing RDEP on devel/kf5/qqc2-desktop-style
Looks like all QML Kirigami2 applications needs qqc2-desktop-style to show
icons. Found out with Yifei Zhan, thanks
2021-11-15 07:52:35 +00:00
rsadowski
3b1a6c27a3 Add missing RDEP on devel/kf5/qqc2-desktop-style
Looks like all QML Kirigami2 applications needs qqc2-desktop-style to show
icons. Found out with Yifei Zhan, thanks
2021-11-15 07:48:06 +00:00
semarie
c4fff7fdf2 devel/cargo module: add few more C source removing from crates
expat-sys, freetype-sys and servo-fontconfig-sys are embedding C source directories.
remove them to ensure system-libs are used.

found while reviewing alacritty crates.
no changes for alacritty as system-libs were already used.
2021-11-15 07:44:37 +00:00
rsadowski
96a4cd0565 Regen patch and update HOMEPAGE 2021-11-15 07:43:46 +00:00
rsadowski
f64cfa3add Regen WANTLIB 2021-11-15 07:37:48 +00:00
rsadowski
3a1a68b929 Update mkvtoolnix to 63.0.0 2021-11-15 07:21:37 +00:00
rsadowski
58875c3b14 Add breeze-icons RDEP
Found out together with Yifei Zhan, kirigami2 applications usually use the
breeze icons.
2021-11-15 06:22:58 +00:00
rsadowski
0f0b521000 Add breeze-icons RDEP
We already added oxygen, so can not hurt to add breeze too.
2021-11-15 06:20:55 +00:00
rsadowski
72bf330bc9 Add breeze-icons RDEP
Idea from FreeBSD's kiconthemes port.
2021-11-15 06:20:14 +00:00
rsadowski
88061a66b9 Update homepage
From Yifei Zhan
2021-11-15 05:13:39 +00:00
rsadowski
1d1b230e35 Update homepage
from Yifei Zhan
2021-11-15 05:11:57 +00:00
bentley
16759df3f2 Quirks for renamed/deleted apertium languages. 2021-11-15 04:45:46 +00:00
bentley
cb9c0b0af3 Remove deleted/renamed packages. 2021-11-15 04:32:27 +00:00
bentley
df134580ac Remove; incompatible with apertium>=3.7.2 and unlikely to be updated upstream. 2021-11-15 04:30:11 +00:00
bentley
9c24d696a4 Mark broken due to incompatibility with apertium>=3.7.2. 2021-11-15 04:28:41 +00:00
bentley
109664dd87 Update apertium languages to their latest versions. 2021-11-15 04:24:55 +00:00
bentley
a50cd54032 Update to apertium-3.7.2. 2021-11-15 04:23:36 +00:00
sthen
df7beffe1b update to libexttextcat-3.4.6 which has some more classifiers
- set USE_GMAKE so the upstream install target works properly, which
means we don't need to handroll installing the lm files in post-install,
which means they get installed to the correct directory. tracked
down from a problem with Dovecot reported by Johan Huldtgren.

- build/install the testtextcat program that's used in regression tests,
as a simple way to see what the library is doing (run it with a path
to fpdb.conf, feed on stdin, it tries to identify the language.
looks like you need to be in share/libexttextcat for it to pick up
the lm files correctly)
2021-11-15 00:29:04 +00:00
kn
cffa70bcd2 Provide debug package
OK sthen
2021-11-14 23:36:07 +00:00
sthen
b72bbebe1d update to tigervnc-1.11.0, with the new requirement for PAM neutered.
this is still an outdated version, but 1.12.0 has issues with the
embedded server in vmware.

while there, disable finding wayland (from rsadowski).
2021-11-14 22:45:25 +00:00
sthen
1c33fe74fb oops, missed plist sync in previous. reported by naddy@ 2021-11-14 20:49:06 +00:00
rsadowski
ac7fc4ea6a Disable wayland 2021-11-14 20:05:34 +00:00
sthen
400d5e51be update to py3-yfinance-0.1.66, from maintainer 2021-11-14 19:53:21 +00:00
sthen
c529290f52 update to py3-multitasking-0.0.10, from maintainer 2021-11-14 19:53:11 +00:00
kirby
f19be1bddd Update to wesnoth-1.16.1
Diff from Tom Murphy, thanks!
2021-11-14 19:30:32 +00:00
tb
9bb79d35dd security/botan: port BlockCipher/HashFunction classes to OpenSSL 1.1 API.
ok bluhm (maintainer)
2021-11-14 18:43:44 +00:00
rsadowski
f1b96c13ed Explicitly disable wayland support
Build only with x11 support and not additionally with wayland if it's
present.

OK ajacoutot@ (maintainer)
2021-11-14 18:38:32 +00:00
rsadowski
b541631d92 Disable wayland backend
OK ajacoutot@ (maintainer)
2021-11-14 18:33:24 +00:00
naddy
83a75a2533 misc/bible-kjv: update to 4.37 2021-11-14 18:33:07 +00:00
naddy
2cf824a643 audio/mpg123: update to 1.29.2
Notable change since 1.29.0: Keep default output encoding of s16
for raw and file outputs also with the new resampler. This reverts
the unintentional change in 1.26.0 of switching to f32 for forced
output rate unless the NtoM resampler is selected. In any case, you
should make sure to specify your desired --encoding if you depend
on it.
2021-11-14 18:21:51 +00:00
rsadowski
5d37a2879c Add missing dependency on KWayland 2021-11-14 17:51:15 +00:00
rsadowski
f646d2e648 Wayland was explicitly deactivated in addition disable -scanner, -protocols 2021-11-14 17:26:24 +00:00
rsadowski
e512dfe331 Add missing optional dependency on KWayland 2021-11-14 16:43:38 +00:00
kirby
9fa4f82a75 update HOMEPAGE and MASTER_SITES.
From Crystal Kolipe kolipe.ce() xoticsilicon com, thanks!
2021-11-14 16:04:39 +00:00