NEW: devel/cereal serialization header library

2023-07-04 Thread Ian Darwin
Descr: Cereal is a header-only C++11 serialization library. It takes arbitrary data types and reversibly turns them into different representations, such as compact binary encodings, XML, or JSON. Cereal was designed to be fast, light-weight, and easy to extend - it has no external dependencies and

Re: Port for nedit-ng text editor

2023-07-04 Thread Omar Polo
On 2023/07/03 18:19:39 +0100, Julian Smith wrote: > I've made a first attempt at a port for the editor nedit-ng, a > re-implementation of nedit using Qt instead of motif. > > The port is available at: http://op59.net/nedit-ng.tgz > > The website for nedit-ng is: https://github.com/eteran/nedit-n

Re: [UPDATE] Enable erlang26 flavors in erlang.port.mk

2023-07-04 Thread Stuart Henderson
On 2023/07/01 17:02, Volker Schlecht wrote: > .if ${CONFIGURE_STYLE} == "rebar3" > -MODERL_BUILD_DEPENDS += devel/rebar3 > +MODERL_BUILD_DEPENDS += rebar3-*-${_MODERL_FLAVOR}:devel/rebar3 You'll need to specify the flavour for the dependency, i.e. instead of devel/rebar3, use :devel/re

Re: Port for nedit-ng text editor

2023-07-04 Thread Stuart Henderson
On 2023/07/04 11:14, Omar Polo wrote: > +COMPILER = base-clang ports-gcc this one is added by the qt module anyway (though i kind-of wish it wasn't because it means we have all these c++ ports with no COMPILER lines...)

Re: smbclient rejects -TcF as net/samba not built --with-libarchive

2023-07-04 Thread Jeremie Courreges-Anglas
On Mon, Jul 03 2023, Alexander Klimov wrote: > Hello port devs! Hi, > Any reason why net/samba is built explicitly --without-libarchive? > That disables the manpage-documented -TcF option (tar backup creation). > Btw. s/--without-libarchive/--with-libarchive/ made it working for me > (x86_64).

[update] samba-4.17.8

2023-07-04 Thread Jeremie Courreges-Anglas
This diff is intended both for -current and 7.3. I don't expect any regression but I'd rather let people test first. Next steps would be moving -current to 4.18.X and possibly adding a dep on libarchive for smbclient (https://marc.info/?l=openbsd-ports&m=168840285109456&w=2) ok? Index: Mak

[update] gnupg-2.4.2 (new stable release)

2023-07-04 Thread Jeremie Courreges-Anglas
Here's a major update to gnupg-2.4.2. Changelog for 2.4.X: https://dev.gnupg.org/source/gnupg/browse/STABLE-BRANCH-2-4/NEWS Ports-wise: - use gmake so that the build system doesn't try to foolishly rebuild the .info files. Our old makeinfo was already too old to support --css-ref=..., it's

Re: [update] samba-4.17.8

2023-07-04 Thread Björn Ketelaars
On Tue 04/07/2023 14:30, Jeremie Courreges-Anglas wrote: > > > This diff is intended both for -current and 7.3. I don't expect any > regression but I'd rather let people test first. > > Next steps would be moving -current to 4.18.X and possibly adding a dep > on libarchive for smbclient > (htt

UPDATE: sysutils/vultr-CLI-2.17.0

2023-07-04 Thread Adriano Barbosa
Hi. Update for sysutils/vultr-cli-2.17.0 Changelog: https://github.com/vultr/vultr-cli/releases/tag/v2.17.0 - Add another mention of default config yaml location in README (#325) - Add docker install/usage instructions (#322) - Add support for attachdetaching VPC networks from existing VPS insta

new benchmarks/splicebench

2023-07-04 Thread Alexander Bluhm
Hi, ok to import splicebench-1.02 ? Comment: socket splicing network benchmarking tool Description: Splicebench implements a relay for OpenBSD socket splicing. Goal it to have a minimal setup for performance and reliability testing. bluhm splicebench-1.02.tgz Description: application/tar-gz

Re: UPDATE: sysutils/vultr-CLI-2.17.0

2023-07-04 Thread Daniel Jakots
On Tue, 4 Jul 2023 16:27:14 -0400, Adriano Barbosa wrote: > Update for sysutils/vultr-cli-2.17.0 Committed, thanks!

security/p5-Crypt-Argon2: Update to 0.019

2023-07-04 Thread wen heping
Hi, ports@: Here is a patch for security/p5-Crypt-Argon2: i) Update to 0.019 ii) Update LICENSE as per upstream change It build and run well on OpenBSD amd64-current system. No other depend ports tested because the patch only change the LICENSE and doc. Regards. wenIndex: Makefile

Re: [maintainer update] devel/goreleaser 1.19.1

2023-07-04 Thread Daniel Jakots
On Sat, 01 Jul 2023 14:31:22 +0200, Laurent Cheylus wrote: > a simple patch for devel/goreleaser with the latest version 1.19.1 Committed, thanks!

[Update] textproc/p5-PPI : Update to 1.276

2023-07-04 Thread wen heping
Hi, ports@: Here is a simple patch for textproc/p5-PPI to update to 1.276 and update DEPENDS as per upstream change. It build well and pass all tests on OpenBSD-current amd64 system. There are 7 ports depend on it. All build well and pass all tests on OpenBSD-current amd64 system. Cheers

Re: smbclient rejects -TcF as net/samba not built --with-libarchive

2023-07-04 Thread Ian McWilliam
Hi all, c. april 2016….. Jeremie wrote: > on Tuesday the samba team will release major security patches. You may > have heard of > > http://badlock.org/ > > samba-4.1 is EOL upstream, thus they won't release a new version. > > At $WORK we've been recognized as samba ve

[new] multimedia/ytfzf

2023-07-04 Thread Laurent Cheylus
Hi, cc solene@ and luffy20...@protonmail.com (initial request to create this port) Proposal to import a new port multimedia/ytfzf for ytfzf tool https://github.com/pystardust/ytfzf ytfzf is a shell script that helps you find Youtube videos (without API) and opens/downloads them using mpv/y

Re: NEW: devel/cereal serialization header library

2023-07-04 Thread Ian Darwin
On Tue, Jul 04, 2023 at 03:20:41AM -0400, Ian Darwin wrote: > Descr: > Cereal is a header-only C++11 serialization library. It takes > arbitrary data types and reversibly turns them into different > representations, such as compact binary encodings, XML, or JSON. > Cereal was designed to be fast,

[update] sysutils/hcloud to 1.36.0

2023-07-04 Thread Stefan Hagen
Hi, this is a simple update of sysutils/hcloud to version 1.36.0. Changes: https://github.com/hetznercloud/cli/compare/v1.31.1...v1.36.0 portcheck + port-lib-depends-check are happy. All tests pass. OK? Best Regards, Stefan Index: sysutils/hcloud/Makefile