158813 Commits

Author SHA1 Message Date
rsadowski
79ec029974 Link unarr 2021-07-26 04:08:45 +00:00
rsadowski
68b3ebe4e0 Import unarr 1.0.1
Comment:
decompression library for rar, tar, zip and 7z archives

Description:
(lib)unarr is a decompression library for rar, tar, zip and 7z*
archives.

It was forked from unarr to provide a proper cmake based build system
suitable for packaging and cross-platform development, but its focus has
now been extended to provide code maintenance and to continue the
development of unarr, which is no longer mantained.

Maintainer: Omar Polo <op AT omarpolo DDD com>

WWW: https://github.com/selmf/unarr/

Port from Omar Polo, ok sthen@
2021-07-26 04:07:03 +00:00
rsadowski
59cabba220 Remove Qt4
After there are no consumers left, it can finally be deleted.

ok jca@
2021-07-26 04:00:20 +00:00
cwen
e356a9f51e atomicparsley: update to 20210715
Changelog:
https://github.com/wez/atomicparsley/compare/0.9.6...20210715.151551.e7ad03a

Also add patches to ensure the runtime is fine on unsigned char archs.

OK sthen@
2021-07-25 22:53:09 +00:00
uaa
53cf1a0249 update 5.1.3 -> 5.2.1 (Japanese font added)
ok inoguchi@ sthen@
2021-07-25 21:49:56 +00:00
kn
44902666d5 Clarify "-U" alias, utilise shellcheck(1) better 2021-07-25 21:46:41 +00:00
rsadowski
a9ef72a686 Hook bat 2021-07-25 19:01:54 +00:00
rsadowski
191b3d26c2 Import bat-0.18.2, ok solene@
Comment:
cat(1) clone with wings

Description:
A cat(1) clone with syntax highlighting and Git integration.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://github.com/sharkdp/bat
2021-07-25 19:00:59 +00:00
sthen
8200b4a7f5 update to openal-1.21.1, from Brad, ok maintainer 2021-07-25 17:33:48 +00:00
sthen
ed0e174928 update to dMagnetic-0.32, from maintainer 2021-07-25 17:32:09 +00:00
matthieu
79e3a6461b mplayer: Slightly tweaking the configure bits for riscv. From Brad. 2021-07-25 15:13:21 +00:00
matthieu
42554a0eef ffmpeg: explicit support for riscv in configure. From Brad. 2021-07-25 15:12:23 +00:00
rsadowski
54c92a7005 Update clazy to 1.10 2021-07-25 14:15:19 +00:00
rsadowski
6ee47ec72b Update xwallpaper to 0.7.2 2021-07-25 13:40:01 +00:00
rsadowski
0c2e9df41a Update digiKam to 7.3.0
https://www.digikam.org/news/2021-07-12-7.3.0_release_announcement/
2021-07-25 13:39:30 +00:00
espie
efe82864ad enable libvidstab support
okay maintainer
2021-07-25 13:30:44 +00:00
espie
9c7e825c55 +libvidstab 2021-07-25 13:30:11 +00:00
espie
b9d8625e7f video stabilization library, with some tweaks by cwen@ to build elsewhere
okay jca@
2021-07-25 13:29:37 +00:00
sthen
4ae5e41932 remove qucs-s, suggested by maintainer. the Qt4 GUI is now unusable,
other OS have dropped this, and upstream's WIP Qt5 branch is not very
active. alternatives exist (e.g. xschem and kicad/eeschema).
suggested by/ok maintainer

This removes the last port using Qt4.
2021-07-25 11:57:04 +00:00
dtucker
ef90336696 Add dependency on py-bcrypt which is needed for Twisted Conch. ok sthen@ 2021-07-25 11:27:26 +00:00
sthen
b6a6b5cf1e set HOMEPAGE 2021-07-25 11:11:44 +00:00
bket
eba202b26f Update to rclone-1.56.0
Changelog: https://rclone.org/changelog/#v1-56-0-2021-07-20
2021-07-25 09:36:27 +00:00
cwen
e14d39a820 trojita: fix the spinner behaviour on unsigned char archs, from upstream.
OK tb@ and Caspar Schutijser (maintainer)
2021-07-25 09:27:36 +00:00
sthen
7089894a9f update to arouteserver-1.9.0 2021-07-25 08:00:49 +00:00
kmos
4fc8859c34 Update to new upstream release (by me)
https://github.com/kmosiejczuk/lwjgl3/releases/tag/3.2.4alpha2

Also includes fix to get it building on i386 from Kurt Miller
2021-07-25 00:04:09 +00:00
kn
3d0d49a83c Hook up magic-wormhole and dependencies
+ net/txtorcon,python3
+ net/magic-wormhole
+ security/py-hkdf,python3
+ security/py-spake2,python3
2021-07-24 21:33:15 +00:00
kn
a5f108f244 Import net/magic-wormhole
Feedback OK sthen
---
Get things from one computer to another, safely.

This package provides a library and a command-line tool named `wormhole`,
which makes it possible to get arbitrary-sized files and directories
(or short pieces of text) from one computer to another. The two endpoints are
identified by using identical "wormhole codes": in general, the sending
machine generates and displays the code, which must then be typed into the
receiving machine.

The codes are short and human-pronounceable, using a phonetically-distinct
wordlist. The receiving side offers tab-completion on the codewords, so
usually only a few characters must be typed. Wormhole codes are single-use
and do not need to be memorized.
2021-07-24 21:27:06 +00:00
kn
c11724da79 Import security/py-spake2 as net/magic-wormhole dependency
Feedback OK sthen
---
SPAKE2 password-authenticated key exchange (pure python)
2021-07-24 21:26:04 +00:00
kn
877672be0e Import security/py-hkdf as security/py-spake2 and net/magic-wormhole
dependency

Feedback OK sthen
---
HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
2021-07-24 21:24:57 +00:00
kn
d119a8c73c Remove CVS commit message file which should not have been imported. 2021-07-24 21:23:25 +00:00
kn
024164e857 Import net/py-txtorcon as net/magic-wormhole dependency
Feedback OK sthen
---
control-spec implementation for Tor
2021-07-24 21:21:19 +00:00
sthen
ef8e563b7a update to libplacebo-3.120.3, from Brad 2021-07-24 20:16:47 +00:00
sthen
6637f64866 update to py-M2Crypto-0.38.0, tweak/ok tb@ 2021-07-24 20:02:04 +00:00
cwen
66ff0692ae qqwing: fix an infinite loop on unsigned char archs
Using the `--solve` option on powerpc made qqwing freeze. A looped
getchar(3) call never reached EOF, since the return value was stored
as a char, that is unsigned on powerpc and arm*, instead of int.

OK jca@
2021-07-24 19:35:41 +00:00
cwen
cd0438c481 ish: fix an infinite loop on unsigned char archs
Decoding using the -lf option on powerpc made ish freeze. A looped
fgetc(3) call never reached EOF, since the return value was stored
as a char, that is unsigned on powerpc and arm*, instead of int.

OK jca@
2021-07-24 19:26:54 +00:00
danj
f8fd489ec9 Update to redis-6.2.5
ok tb
2021-07-24 19:03:13 +00:00
sthen
1f3629599d update to py-pygments-2.9.0 2021-07-24 18:33:32 +00:00
sthen
841d7b73ab update to py-defusedxml-0.7.1 2021-07-24 18:24:50 +00:00
kmos
42a442a9f2 Update MASTER_SITES2 since filedump.se.rit.edu went away 2021-07-24 18:16:26 +00:00
sthen
c8c2b8c7a4 update to p5-SNMP-Info-3.73 2021-07-24 18:14:28 +00:00
sthen
58b853ea94 update to py-pyscard-2.0.1 2021-07-24 18:14:20 +00:00
jca
afa7c230d9 Major update to liburcu-0.13.0
Blocked for a long time for various TLS problems which don't seem
present any more.  There are two tests ("multiflavor") that segfault,
though.  Tested on amd64, sparc64, riscv64 (previously unsupported) and
powerpc (thx cwen@).
2021-07-24 16:45:24 +00:00
jca
f375a6b49c No support for riscv64 2021-07-24 15:10:23 +00:00
jasper
54ec12fba3 update to folks-0.15.3 2021-07-24 13:03:57 +00:00
bket
6ea57b9227 Update to bats-1.4.1
Changelog:
https://github.com/bats-core/bats-core/blob/v1.4.1/docs/CHANGELOG.md
2021-07-24 11:21:24 +00:00
ajacoutot
4033bd26a8 Update to terragrunt-0.31.1. 2021-07-24 09:44:24 +00:00
sthen
e0b0b06ab1 update to epoll-shim-0.0.20210418 2021-07-24 09:32:44 +00:00
cwen
42cd159cc5 guile2: provide a valid bootstrap for 32 bit big endian archs
This allows to reduce the building time by a factor of 6 on powerpc. A target
has been provided to create your own bootstrap (similarly to what lang/gcc
does), and could be extended for archs that have no bootstrap (64 bit big
endian notably) later.

EXTRACT_ONLY tweak and OK gkoehler@
2021-07-24 09:31:03 +00:00
ajacoutot
0000cae3ea Update to terraform-1.0.3. 2021-07-24 09:28:36 +00:00
ajacoutot
e162c080ee Update to packer-1.7.4. 2021-07-24 09:27:55 +00:00