Re: need help: cannot find/build source code with go-module

2022-06-16 Thread Aaron Bieber
Yifei Zhan writes: > I'm updating the port of obfs4proxy, which is written in golang, it's > a simple port similar to snowflake_proxy, but so far i'm unable to > build it from port tree. > > It fails with the following error: > > $ make > ===> Configuring for obfs4proxy-0.0.13 > ln: /portwor

[new] net/nheko v0.9.3 (and deps): a native desktop client for matrix

2022-06-23 Thread Aaron Bieber
Hi! First off, HUGE thanks to tb@ for the work on libressl that let mtxclient work without needing to pull in openssl!! Also thanks to casper for some tweaks to the deps! Nheko is probably the most feature complete native app for matrix chat. It does encryption, spaces.. etc. Very usable as a da

Re: [new] net/nheko v0.9.3 (and deps): a native desktop client for matrix

2022-06-23 Thread Aaron Bieber
On Thu, 23 Jun 2022 at 07:58:06 -0600, Aaron Bieber wrote: > Hi! > > First off, HUGE thanks to tb@ for the work on libressl that let mtxclient work > without needing to pull in openssl!! > > Also thanks to casper for some tweaks to the deps! > > Nheko is probably t

[new] security/sops: a tool for managing secrets

2022-06-28 Thread Aaron Bieber
mment: tool for managing secrets Description: sops is an editor of encrypted files that supports YAML, JSON, ENV, INI and BINARY formats and encrypts with AWS KMS, GCP KMS, Azure Key Vault, age, and PGP. Maintainer: Aaron Bieber WWW: https://github.com/mozilla/sops OK? C

Re: bsd.port.mk: allow for simpler patch fetching in GH_* ports

2022-07-12 Thread Aaron Bieber
On Mon, 11 Jul 2022 at 11:17:55 +, Klemens Nanni wrote: > GH_* ports obviously set MASTER_SITES to MASTER_SITES_GITHUB which > defaults github.com/${account}/${project}/archive/${commit-or-tag}. > > If additional patches need to be fetched, e.g. pending PRs to fix the > local port, additional

[new] graphics/arcan-0.6.2

2022-07-24 Thread Aaron Bieber
Hi, Here is a port of Arcan which is a display server and multimedia framework. Arcan makes use of pledge ( https://arcan-fe.com/2018/04/25/towards-secure-system-graphics-arcan-and-openbsd/ ). It also has a number of desktop environments (not included): - Durden: https://github.com/letoram/d

Re: [New] net/ruby-net-telnet 0.2.0

2022-07-29 Thread Aaron Bieber
On Tue, 19 Jul 2022 at 16:28:31 -0400, Kurt Mosiejczuk wrote: > Before Ruby 3.0, net/telnet was bundled as part of the language. For 3.0+ > it is a separate gem. > > It provides telnet, netcat-like, and pop email checking capabilities. > > ok to import? Whack that first line being an '\n', then

Re: [update] devel/ruby-daemons 1.2.3 -> 1.4.1

2022-07-29 Thread Aaron Bieber
On Fri, 08 Jul 2022 at 16:25:11 -0400, Kurt Mosiejczuk wrote: > https://github.com/thuehlinger/daemons/releases > (Changelog) > > Update to the most recent release, 1.4.1 > > Some additional changes and bugfixes, nothing critical. > > ok? OK > > --Kurt > > Index: Makefile > =

Re: graphics/arcan: enable wayland + avoid picking some libraries

2022-07-29 Thread Aaron Bieber
On Fri, 29 Jul 2022 at 19:28:21 +0200, Sebastien Marie wrote: > Hi, > > The following diff enables wayland in arcan. It *should* be possible to run > wayland clients, and x11 clients too via xwayland (see arcan-wayland(1) man > page). > > Additionally, I fixed some libraries picking: > > - lib

[new] security/step-ca a private CA and ACME server

2022-08-26 Thread Aaron Bieber
Hi! Here is a port of step-ca. This is a tool that allows one to manage a certificate authority, host an ACME server, manage SSH certificates.. and other fancy things like that. I haven't set one up myself yet, but plan on doing so shortly. I have it on good authority that the previous iteration

Re: [new] security/step-ca a private CA and ACME server

2022-08-26 Thread Aaron Bieber
On Fri, 26 Aug 2022 at 13:15:20 -0600, Aaron Bieber wrote: > Hi! > > Here is a port of step-ca. This is a tool that allows one to manage a > certificate authority, host an ACME server, manage SSH certificates.. and > other > fancy things like that. > > I haven't se

Re: [new] security/step-ca a private CA and ACME server

2022-08-26 Thread Aaron Bieber
On Fri, 26 Aug 2022 at 13:24:15 -0600, Aaron Bieber wrote: > On Fri, 26 Aug 2022 at 13:15:20 -0600, Aaron Bieber wrote: > > Hi! > > > > Here is a port of step-ca. This is a tool that allows one to manage a > > certificate authority, host an ACME server, manage SSH ce

Re: [new] security/step-ca a private CA and ACME server

2022-08-26 Thread Aaron Bieber
On Fri, 26 Aug 2022 at 15:20:25 -0600, Aaron Bieber wrote: > On Fri, 26 Aug 2022 at 13:24:15 -0600, Aaron Bieber wrote: > > On Fri, 26 Aug 2022 at 13:15:20 -0600, Aaron Bieber wrote: > > > Hi! > > > > > > Here is a port of step-ca. This is a tool that allo

Re: [new] security/step-cli an x509, oauth, jwt and otp tool

2022-09-12 Thread Aaron Bieber
Stuart Henderson writes: > On 2022/08/26 13:18, Aaron Bieber wrote: >> Here is the companion tool to step-ca. >> >> It can be used to create X.509 certs, request certs from an ACME server, >> JWT... >> things.. and a number of other tasks! >> >&g

Re: go modules questions

2023-08-23 Thread Aaron Bieber
> espie | go.port.mk is not fun, it's garbage at best Wait, so you were shitting on it _before_ you fully understood what was going on?! .. "don't hold strong opinions about things you don't understand".. You are on your own, bud. On 8/23/23 04:00, Marc Espie wrote: I'm trying to figure out

Re: devel/yarn - still needed?

2023-09-19 Thread Aaron Bieber
On 9/19/23 13:00, Volker Schlecht wrote: Cc: abieber@ I just came across our port of devel/yarn, which appears to be both very old and by now, very underutilized. The last discussions about yarn that I saw on the list were about WIP efforts to port VSCode, to which an ancient devel/yarn doesn't

Re: devel/yarn - still needed?

2023-09-19 Thread Aaron Bieber
On 9/19/23 13:10, Stuart Henderson wrote: On 2023/09/19 21:00, Volker Schlecht wrote: Cc: abieber@ I just came across our port of devel/yarn, which appears to be both very old and by now, very underutilized. The last discussions about yarn that I saw on the list were about WIP efforts to port

[new] security/ogvt a simple tool to verify gnupg signatures

2020-02-08 Thread Aaron Bieber
Hi, Here is a tool I built to simplify the verification of gnupg signatures. It's pretty straight forward, it takes a file, a pubkey and a signature. If everything matches you get a list of the valid identities and a "Signature OK" message. The goal for this is to open up the door to validating

Re: [new] security/ogvt a simple tool to verify gnupg signatures

2020-02-08 Thread Aaron Bieber
PGP: 0x1F81112D62A9ADCE / 3586 3350 BFEA C101 DB1A 4AF0 1F81 112D 62A9 ADCE On Sat, Feb 8, 2020, at 10:13 AM, Klemens Nanni wrote: > On Sat, Feb 08, 2020 at 07:26:33AM -0700, Aaron Bieber wrote: > > Here is a tool I built to simplify the verification of gnupg signatures. > Wh

Re: [NEW] mail/aerc

2020-02-10 Thread Aaron Bieber
On Sat, 01 Feb 2020 at 03:29:25 -0500, Raymond E. Pasco wrote: > - I used a modified distfile provided by abieber with a vendor directory, > which is necessary due to the large number of go package dependencies. > > - The custom version of go-libvterm used by aerc upstream includes an > (unmod

Re: [NEW] mail/aerc

2020-02-12 Thread Aaron Bieber
On Wed, 12 Feb 2020 at 22:26:24 -0500, Raymond E. Pasco wrote: > On Mon Feb 10, 2020 at 9:10 AM, Aaron Bieber wrote: > > It looks good to me. I'd like to pass in MODGO_FLAGS so we can have > > verbose > > info when DEBUG is set. Something like: > > MA

[new] devel/yarn an alternative to npm (another attempt)

2020-02-13 Thread Aaron Bieber
Hi, Here is an updated version of the yarn port I sent back in Dec. Basically a version bump, and I fixed the dumb permissions on pkg/DESCR. DESCR: Fast: Yarn caches every package it has downloaded, so it never needs to download the same package again. It also does almost everything concurrent

Re: net/ejabberd remove or update?

2020-02-15 Thread Aaron Bieber
On Sat, 15 Feb 2020 at 03:12:50 +0200, Paul Irofti wrote: > On Fri, Feb 14, 2020 at 04:02:40PM +0100, Paco Esteban wrote: > > On Fri, 14 Feb 2020, Solene Rapenne wrote: > > > > > On Fri, Feb 14, 2020 at 01:44:08PM +, Lucas wrote: > > > > Solene Rapenne wrote: > > > > > Do we have a xmpp serve

[update] shells/fish to 3.1.0

2020-02-22 Thread Aaron Bieber
Hi, Here is an update to fish. This is quite a big update: https://fishshell.com/release_notes.html >From the port perspective: - Remove our now-upstream'd patches. - Switch to cmake. OK? Cheers, Aaron diff --git a/shells/fish/Makefile b/shells/fish/Makefile index e202de8456f..30c6ebb03

Re: [update] shells/fish to 3.1.0

2020-02-22 Thread Aaron Bieber
On Sat, 22 Feb 2020 at 07:06:03 -0700, Aaron Bieber wrote: > Hi, > > Here is an update to fish. This is quite a big update: > https://fishshell.com/release_notes.html > > From the port perspective: > > - Remove our now-upstream'd patches. > - Switch to cmak

Re: www/hugo needs a volunteer

2020-02-24 Thread Aaron Bieber
On Sat, 22 Feb 2020 at 09:24:19 +0100, Rafael Sadowski wrote: > Hi ports@, > > www/hugo needs a volunteer/maintainer to update and build a new tarball > with all bundle/vendor dependencies. If you need distfile hosting feel > free to mail me. > > I would be happy if someone would take responsibil

[update] net/minio to 2020-02-27T00-23-05Z / [new] net/minio-client at 2020-02-25T18-10-03Z

2020-03-04 Thread Aaron Bieber
Hi, Minio has split the client bit out of the "main" package. It now resides at: https://github.com/minio/mc This update does the same by moving the server/client parts out and just having net/minio and net/minio-client. I have done some limited testing via the web UI and via mc. Everythi

Re: [new] mautrix-whatsapp 20200225

2020-03-10 Thread Aaron Bieber
On Tue, 10 Mar 2020 at 15:06:38 +0100, Renaud Allard wrote: > > > On 3/10/20 2:01 PM, Renaud Allard wrote: > > > > > > On 3/10/20 1:50 PM, Renaud Allard wrote: > >> Hello, > >> > >> Now that matrix synapse server has been imported into base, we can also > >> import mautrix-whatsapp which is a s

Re: NEW: wormhole-william

2020-03-11 Thread Aaron Bieber
On Thu, 05 Mar 2020 at 23:28:50 +, Edd Barrett wrote: > Hi, > > This is a golang implementation of magic wormhole: > https://github.com/warner/magic-wormhole > > The go implementation is easier to port than the Python one ;) > > Had to generate a vendored tarball, hence hosting the distfile.

Re: [new] devel/yarn an alternative to npm

2020-03-16 Thread Aaron Bieber
port per module (yarn, npm or otherwise) is completely untenable. > > Cheers. > Elias mariani@ > > On Thu, Dec 12, 2019 at 2:15 PM Aaron Bieber wrote: > > > > Hi! > > > > This is a port of yarn. It's an alternative to npm. > > > > https://

Re: [UPDATED] net/wiresep 0.9.0 -> 0.10.1

2020-03-26 Thread Aaron Bieber
On Wed, 25 Mar 2020 at 23:43:12 +0100, Tim Kuijsten wrote: > Here is WireSep version 0.10.1. I've upstreamed both patches and incorporated > some feedback I got from Klemens Nannie and Janne Johansson, big thanks! > > -Tim Awesome! Builds fine here! Typically with port updates - one only needs t

[new] net/miniflux a minimalist and opinionated feed reader

2020-03-29 Thread Aaron Bieber
Here is an updated version of miniflux (I had sent this a while back as well). I have been using this for some time now without issue. Homepage: https://miniflux.app/ DESCR: Miniflux is a minimalist and opinionated feed reader: - Written in Go (Golang) - Works only with Postgresql - Do

Re: [new] net/miniflux a minimalist and opinionated feed reader

2020-03-29 Thread Aaron Bieber
On Sun, 29 Mar 2020 at 07:29:02 -0600, Aaron Bieber wrote: > Here is an updated version of miniflux (I had sent this a while back as well). > > I have been using this for some time now without issue. > > Homepage: https://miniflux.app/ > DESCR: > Miniflux is a minimalist

[new] devel/sqlc - a tool to create type safe go from SQL

2020-03-30 Thread Aaron Bieber
Hi, Here is a port of sqlc - A neat tool for generating Go from SQL. Homepage: https://github.com/kyleconroy/sqlc DESCR: sqlc generates fully-type safe idiomatic Go code from SQL. Here's how it works: You write SQL queries You run sqlc to generate Go code that presents type-saf

Re: fix nodejs/node-gyp tarball version

2020-04-02 Thread Aaron Bieber
On Thu, 02 Apr 2020 at 15:54:03 +0200, Jeremie Courreges-Anglas wrote: > > +cc maintainer ;) > > On Thu, Apr 02 2020, Denis Fondras wrote: > > node-gyp needs to know about the installed Node.js version. > > > > This needs to be updated each time Node.js is upgraded. May we do this > > automatica

Re: [update] net/synapse -> 1.12.2

2020-04-03 Thread Aaron Bieber
On Fri, 03 Apr 2020 at 08:53:33 +0200, Renaud Allard wrote: > Hello, > > Here is a small diff for net/synapse to 1.12.2 Add 1.12.3 is out :D > > Regards -- PGP: 0x1F81112D62A9ADCE / 3586 3350 BFEA C101 DB1A 4AF0 1F81 112D 62A9 ADCE

Re: Go and portgen(1)

2020-04-05 Thread Aaron Bieber
mode 100644 index 000..8ef9280a506 --- /dev/null +++ b/infrastructure/lib/OpenBSD/PortGen/Port/Go.pm @@ -0,0 +1,225 @@ +# $OpenBSD: Go.pm,v 1.16 2019/05/16 16:01:10 afresh1 Exp $ +# +# Copyright (c) 2019 Aaron Bieber +# +# Permission to use, copy, modify, and distribute this software for any +# pu

Re: Go and portgen(1)

2020-04-06 Thread Aaron Bieber
ture/lib/OpenBSD/PortGen/Port/Go.pm new file mode 100644 index 000..d7bed0daa43 --- /dev/null +++ b/infrastructure/lib/OpenBSD/PortGen/Port/Go.pm @@ -0,0 +1,227 @@ +# $OpenBSD: Go.pm,v 1.16 2019/05/16 16:01:10 afresh1 Exp $ +# +# Copyright (c) 2019 Aaron Bieber +# +# Permission to use, copy, modif

Re: lang/luajit: update + fixes

2015-06-05 Thread Aaron Bieber
On Fri, Jun 5, 2015, at 09:57 AM, David Coppa wrote: > > Hi! > > The diff below updates LuaJIT to version 2.0.4 and fixes runtime > wrt multiple Lua versions ("5.1" was still hardcoded in some > places...) > > OK? Tests good here, OK abieber@ - Thanks for putting this together! > > Index: M

Re: UPDATE: net/synergy 1.6.2 => 1.7.3

2015-08-03 Thread Aaron Bieber
Michael Lesniewski writes: > On 07/20/15 13:06, Michael Lesniewski wrote: >> >> On 05/27/15 23:38, Michael Lesniewski wrote: >>> Hi ports, >>> Attached is an update to the latest version of synergy. >>> Dependency on cryptopp is dropped as upstream no longer uses it. >>> Upstream also has changed

Re: UPDATE: net/synergy 1.6.2 => 1.7.3

2015-08-03 Thread Aaron Bieber
Michael Lesniewski writes: > On 08/03/15 12:56, Aaron Bieber wrote: >> >> Michael Lesniewski writes: >> >>> On 07/20/15 13:06, Michael Lesniewski wrote: >>>> >>>> On 05/27/15 23:38, Michael Lesniewski wrote: >>>>> H

[update] lang/node 0.10.35 -> 0.12.7

2015-08-17 Thread Aaron Bieber
Hi ports! Here is an update for lang/node, it brings it to the latest and also includes my "pkg" fix which allows for creating completely self contained module packages (sqlite3 for example, ends up with a self contained node_modules directory.. with all its dependencies and dependencies of depen

Re: [update] lang/node 0.10.35 -> 0.12.7

2015-08-17 Thread Aaron Bieber
Alexey Suslikov writes: > On Mon, Aug 17, 2015 at 9:29 PM, Aaron Bieber wrote: >> >> Alexey Suslikov writes: >> >>> Aaron Bieber bolddaemon.com> writes: >>> >>>> I am also looking for suggestions on how to move forward with this.. As >&

[update] mail/mu 0.9.12 -> 0.9.13

2015-09-22 Thread Aaron Bieber
Hola, This is a trivial diff to bring mail/mu to the latest version. Which includes the OpenBSD fixes[1,2] from Sean Levy ! Tested on amd64 so far (i386 is where the issues were) [1] https://github.com/djcb/mu/pull/595 [2] https://github.com/djcb/mu/pull/634 Tests on i386 would be appreciated!

Re: [update] lang/node 0.10.35 -> 4.2.1 (the freedom release)!

2015-10-20 Thread Aaron Bieber
On Tue, Oct 20, 2015, at 05:31 AM, Alexey Suslikov wrote: > Aaron Bieber bolddaemon.com> writes: > > > Changes: > > - A number of diffs have been upstream'd, so they can be removed. > > - Stop using ninja. > > - Build against node's

Re: update: synergy-1.7.4

2015-10-21 Thread Aaron Bieber
James Turner writes: > On Mon, Oct 19, 2015 at 08:41:25PM -0400, James Turner wrote: >> Attached is an update to synergy-1.7.4. I'm not a user but at my BUG I >> was doing a ports demo and used this port for my "Updating a port" >> example. >> >> If any synergy users out there are willing to tes

[update] sysutils/fzf to 0.19.0

2019-11-28 Thread Aaron Bieber
Hi, Here is an update of fzf. Port changes: - Include shell completion / key-bindings. - Update pledge to the "newer" PLedgePromises call. FZF changes: - https://github.com/junegunn/fzf/blob/master/CHANGELOG.md#0190 OK? diff --git a/sysutils/fzf/Makefile b/sysutils/fzf/Makefile index ab4142

[update] sysutils/facette to 0.5.1

2019-11-28 Thread Aaron Bieber
Hola! Here is a diff to bump facette to the latest version. This resolves the breakage from the node 12 update. I don't use facette, so tests from people that do use it would be really awesome! Port changes: - bundle built assets. (This requires pandoc and go-bindata, which are not ported cu

[update] www/edbrowse to 3.7.6

2019-11-28 Thread Aaron Bieber
Hi, Trivial update to edbrowse. Lets us remove a patch (but adds a new one :P)! diff --git a/www/edbrowse/Makefile b/www/edbrowse/Makefile index cbd90f185b6..bbfcb7d0536 100644 --- a/www/edbrowse/Makefile +++ b/www/edbrowse/Makefile @@ -2,7 +2,7 @@ COMMENT = command-line editor and web br

Go and portgen(1)

2019-12-08 Thread Aaron Bieber
push @makefile, "# $license"; } - push @makefile, "$print_key$value"; + push @makefile, $format->($key, $value, %{$line}); } else { push @makefile, $line

Re: [NEW] sysutils/packer-vmm

2019-12-09 Thread Aaron Bieber
On Mon, 09 Dec 2019 at 13:17:49 +0100, Philipp Buehler wrote: > Hello, > > this port would enable sysutils/packer to utilize OpenBSD's VMM as a builder > engine. > I am author of the actual plugin, too. > > Thanks to Stuart about the hints along DISTFILES/post-extract. > > Tested on 6.6-stable,

Re: [NEW] Notmuch 0.29.1

2019-12-10 Thread Aaron Bieber
On Sat, 23 Nov 2019 at 23:35:08 +0100, Enric Caussa Morales wrote: > Here's an updated version of the port: > > - it's now using the SUBDIR functionality again. The WIP name is "core" > since it's less ugly than having "notmuch/notmuch" in the path. Let me > know if you come up with a more appropr

Re: Go and portgen(1)

2019-12-10 Thread Aaron Bieber
On Sun, 08 Dec 2019 at 13:53:40 -0800, Andrew Hewus Fresh wrote: > On Sun, Dec 08, 2019 at 11:42:50AM -0700, Aaron Bieber wrote: > > Here is a diff that adds go support in portgen(1). It's a combination > > of diffs from my self and afresh1@. There are a few issues, but on t

Re: Go and portgen(1)

2019-12-11 Thread Aaron Bieber
On Wed, 11 Dec 2019 at 15:30:43 +, Stuart Henderson wrote: > The go.port.mk part of this breaks some existing ports e.g. net/dnscontrol, > net/wireguard-go. > Here is a version of go.port.mk that fixes the GH_* ALL_TARGET stuff. # $OpenBSD: go.port.mk,v 1.27 2019/11/19 09:17:06 sthen Exp $

[new] devel/yarn an alternative to npm

2019-12-12 Thread Aaron Bieber
Hi! This is a port of yarn. It's an alternative to npm. https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli (I will post an update to node when it lands.) Unfortunately it suffers from some of the same issues. :P DESCR: Fast: Yarn caches every package it has download

Re: Weechat Matrix script error

2019-12-15 Thread Aaron Bieber
On Sat, 14 Dec 2019 at 06:32:51 -0500, Jon Fineman wrote: > I re-installed with 6.6 current and re-installed my packages (fresh install > of 6.6 release, then sysupgrade of 6.6). > > I loaded the current versions of weechat, matrix, lua, etc I get the below > error message. On 6.5 I did have weech

Re: [NEW] security/cfssl

2019-12-16 Thread Aaron Bieber
On Mon, 16 Dec 2019 at 11:18:24 +0100, karlis.mikels...@lf.lv wrote: > Hello, > > Please find attached port for CFSSL latest stable version: > "CFSSL is CloudFlare's PKI/TLS swiss army knife. It is both a command > line tool and an HTTP API server for signing, verifying, and bundling > TLS certifi

Re: [NEW] security/cfssl

2019-12-16 Thread Aaron Bieber
On Mon, 16 Dec 2019 at 14:56:53 +, Stuart Henderson wrote: > On 2019/12/16 07:32, Aaron Bieber wrote: > > On Mon, 16 Dec 2019 at 11:18:24 +0100, karlis.mikels...@lf.lv wrote: > > > Hello, > > > > > > Please find attached port for CFSSL latest stable versi

[update] lang/node (-current to 12.14.0 and -stable to 10.18.0)

2019-12-18 Thread Aaron Bieber
Hi, Here are two diffs to address a recent issue with NPM. https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli There is an apt quote in the above URL: 'As a general rule, avoid running npm in production environments.' Tests on -stable would be greatly appreciated! Cheer

Re: fuse in golang (or s3fs-fuse)

2019-12-18 Thread Aaron Bieber
On Wed, 18 Dec 2019 at 23:13:39 +0100, Jiri B wrote: > Hi, > > is golang fuse library working on OpenBSD, or what is missing? > > The goal is to be able to mount seawedfs with fuse, Seaweedfs[1] is > a distributed fs in golang but comparing to minio it's more simple > (although it has s3 compat)

Re: early version for comments, pgp signature checks

2019-12-23 Thread Aaron Bieber
On Fri, 20 Dec 2019 at 21:22:07 +, Stuart Henderson wrote: > When updating ports I'd find it helpful to have an easier way to check > signatures from upstream. What does anyone think about the general idea > or the specifics of this? List the signature file in SIGFILES, set > CHECK_PGPSIG=Yes i

Re: [Update] net/wireguard-tools : Update to 1.0.20191226

2019-12-27 Thread Aaron Bieber
On Fri, 27 Dec 2019 at 17:38:20 +0100, Jason A. Donenfeld wrote: > Hi folks, > > We recently moved to a new repo for the tools upstream and bumped the > version number. This patch below adjusts the ports makefile. > > Reference: > https://lists.zx2c4.com/pipermail/wireguard/2019-December/004787.

[new] security/age

2019-12-28 Thread Aaron Bieber
Hi, Here is a port of age. age is billed as a modern / secure encryption tool. It can be used with ssh keys as well as age-keygen'd keys: qbit@litr[0]:~λ echo "Hi ports!" | age -r "ssh-ed25519 C3NzaC1lZDI1NTE5IBZExBj4QByLZSyKJ5+fPQnqDNrbsFz1IQWbFqCDcq9g" -a -BEGIN AGE ENCRYPTED F

Re: [new] security/age

2019-12-28 Thread Aaron Bieber
On Sat, 28 Dec 2019 at 13:13:44 -0700, Aaron Bieber wrote: > Hi, > > Here is a port of age. age is billed as a modern / secure encryption tool. > > It can be used with ssh keys as well as age-keygen'd keys: > > qbit@litr[0]:~λ echo "Hi

[new] textproc/uni - a cli tool for querying the unicode database

2019-12-28 Thread Aaron Bieber
Hi Here is a port (requested by kn@) of: https://github.com/arp242/uni It lets one query unicode things: qbit@litr[0]:/u/p/t/uni[BIG]λ uni e fish 🐟 fish Animals & Nature animal-marine 🐠 tropical fish Animals & Nature animal-marine 🐡 blowfish Animals & Natu

Re: UPDATE sysutils/rclone-1.50.2

2019-12-29 Thread Aaron Bieber
On Sun, 29 Dec 2019 at 12:38:39 +0100, Björn Ketelaars wrote: > Enclosed diff brings rclone to 1.50.2, which fixes a couple of bugs. The > list of changes between the version in ports and this update is a bit > long. Overview can be found at https://rclone.org/changelog/. > > I'm a frequent user o

Re: [update] lang/node (-current to 12.14.0 and -stable to 10.18.0)

2019-12-29 Thread Aaron Bieber
On Wed, 18 Dec 2019 at 13:59:36 -0700, Aaron Bieber wrote: > Hi, > > Here are two diffs to address a recent issue with NPM. > > https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli > > There is an apt quote in the above URL: 'As a general ru

Re: Patch to enable XFT on lemonbar

2020-01-02 Thread Aaron Bieber
On Thu, 02 Jan 2020 at 16:31:34 +0100, Jeremie Courreges-Anglas wrote: > On Sun, Feb 17 2019, Ingo Feinerer wrote: > > On Sun, Feb 17, 2019 at 10:30:15AM +0100, Peter Hessler wrote: > >> On 2019 Feb 17 (Sun) at 09:56:39 +0100 (+0100), Ingo Feinerer wrote: > >> :On Sun, Feb 17, 2019 at 10:36:42AM +

Re: Patch to enable XFT on lemonbar

2020-01-03 Thread Aaron Bieber
On Thu, 02 Jan 2020 at 09:18:39 -0700, Aaron Bieber wrote: > On Thu, 02 Jan 2020 at 16:31:34 +0100, Jeremie Courreges-Anglas wrote: > > On Sun, Feb 17 2019, Ingo Feinerer wrote: > > > On Sun, Feb 17, 2019 at 10:30:15AM +0100, Peter Hessler wrote: > > >> On 2019

Re: UPDATE: WP-Cli-2.4.0

2020-01-15 Thread Aaron Bieber
On Wed, 15 Jan 2020 at 19:57:20 +0100, Gonzalo L. Rodriguez wrote: > Hello, > > Update for WP-Cli to 2.4.0: > > https://github.com/wp-cli/wp-cli/releases > > OK? Comments? OK abieber@ > > Cheers.- > > -- > > - gonzalo > Index: Makefile > =

Re: sysutils/fzf: install shell support files

2020-01-16 Thread Aaron Bieber
upport files for for integrating fzf > > > with shells. > > > > > > With this change, enabling support in (e.g.) zsh is as simple as: > > > > > > ``` > > > export FZF_DEFAULT_OPTS="--ansi" > > > . /usr/local/share/fzf/shell/key-bindings.zs

Re: sysutils/fzf: install shell support files

2020-01-17 Thread Aaron Bieber
COMMENT =command-line fuzzy finder > > -DISTNAME =fzf-0.17.5 > +DISTNAME =fzf-0.20.0 > > CATEGORIES =sysutils > > HOMEPAGE =https://github.com/junegunn/fzf > > -MAINTAINER =Aaron Bieber > - > # BSD > PERMIT_PACKAGE =Yes > >

Re: New: Haxe - high-level strictly-typed language that can build cross-platform applications

2020-01-17 Thread Aaron Bieber
On Thu, 16 Jan 2020 at 16:14:30 -0700, Thomas Frohwein wrote: > ping > > On Wed, Jan 1, 2020, at 4:37 PM, Thomas Frohwein wrote: > > ping > > > > Attached is a tarball trivially updated to 4.0.5 (last one was 4.0.1). > > Still runs the Hello World example, as well as the upcoming hashlink > > p

[update] shells/fish with fixes for fish_config and vmctl completion

2020-01-21 Thread Aaron Bieber
Hi, This diff does two things: - Fix vmctl completion. Currently the hostname bits are off. - Fix 'fish_config' now that browsers are unveil'd. Both patches have been sent upstream: https://github.com/fish-shell/fish-shell/pull/6523 https://github.com/fish-shell/fish-shell/pull/6522 OK? di

Re: UPDATE: Nextcloud-18.0.0

2020-01-21 Thread Aaron Bieber
On Tue, 21 Jan 2020 at 11:44:07 +0100, Gonzalo L. Rodriguez wrote: > Hello, > > Update for Nextcloud to 18.0.0: > > https://nextcloud.com/changelog/ > > OK? Comments? OK abieber@ > > Cheers.- > > -- > > - gonzalo -- PGP: 0x1F81112D62A9ADCE / 3586 3350 BFEA C101 DB1A 4AF0 1

Re: [NEW] textproc/scdoc

2020-01-21 Thread Aaron Bieber
On Sun, 19 Jan 2020 at 23:35:18 -0500, Raymond E. Pasco wrote: > This is a simple man page generation language. > > The only patch is to some tests, which failed because of errors in > the tests themselves rather than program errors. > > I'm not experienced at OpenBSD ports; feedback is appreciat

Re: [update] shells/fish with fixes for fish_config and vmctl completion

2020-01-21 Thread Aaron Bieber
On Tue, 21 Jan 2020 at 17:32:51 -0700, Aaron Bieber wrote: > Hi, > > This diff does two things: > > - Fix vmctl completion. Currently the hostname bits are off. > - Fix 'fish_config' now that browsers are unveil'd. > > Both patches have been sent upstream:

Re: Remove: net/qsynergy

2020-01-28 Thread Aaron Bieber
On Tue, 28 Jan 2020 at 16:50:11 +0100, Solene Rapenne wrote: > On Tue, Jan 28, 2020 at 06:30:37AM +0100, Rafael Sadowski wrote: > > Facts: Qt4 synergy application, last update 2010, upstream dead. > > > > Synergy looks also more or less dead as open-source: > > https://en.wikipedia.org/wiki/Synerg

[Update] lang/node 0.8.11 -> 0.8.15

2012-12-07 Thread Aaron Bieber
Hola, This update brings node to 0.8.15. Tested on i386 and amd64 ( native and non-native ports ) OK? Node changes ( since 0.8.11 ): 2012.11.26, Version 0.8.15 (Stable) * npm: Upgrade to 1.1.66 (isaacs) * linux: use /proc/cpuinfo for CPU frequency (Ben Noordhuis) * windows: map WSAESHUTDOWN to

Re: UPDATE: rxvt-unicode -> 9.16

2012-12-27 Thread Aaron Bieber
On Thu, Dec 27, 2012 at 10:23:34PM +, Stuart Henderson wrote: > On 2012/12/27 22:35, LEVAI Daniel wrote: > > Hi! > > > > Update for rxvt-unicode. Use patch -E, one file from patches/ is gone. > > Also regenerated WANTLIBs. > > > > A few changes worth noting (at least in my opinion) from the c

Make x11/libgdiplus use cairo vs pango ( fixes KeePass / WinForms )

2013-01-01 Thread Aaron Bieber
Hi all! This diff makes x11/libgdiplus use cairo instead of pango, which fixes WinForms font rendering in lang/mono. The original bug report here: https://bugzilla.novell.com/show_bug.cgi?id=549882 I am looking for other people who use lang/mono to test if this breaks anything else, also clue

[update] lang/node 0.8.16 -> 0.8.17

2013-01-11 Thread Aaron Bieber
Hola, This update brings node to 0.8.17. Node.JS Changes: * npm: Upgrade to v1.2.0 - peerDependencies (Domenic Denicola) - node-gyp v0.8.2 (Nathan Rajlich) - Faster installs from github user/project shorthands (Nathan Zadoks) * typed arrays: fix 32 bit size/index overflow (Ben Noordhuis) *

[update] www/dansguardian 2.10.1.1 to 2.0.12.3

2013-01-16 Thread Aaron Bieber
Hola, This update brings dansguardian up a few revisions. I changed the mirror, extract suffix and removed segv-backtrace which requires ucontext.h. I am not currently running this, so please test! Index: Makefile === RCS file: /cvs

[update] lang/node 0.8.17 -> 0.8.18

2013-01-26 Thread Aaron Bieber
Here is a trivial diff to bring node to 0.8.18, I have tested on i386 and amd64. OK? Index: Makefile === RCS file: /cvs/ports/lang/node/Makefile,v retrieving revision 1.14 diff -N -u -p Makefile --- Makefile13 Jan 2013 14:53:40 -

[update] lang/node 0.8.18 -> 0.8.19

2013-02-07 Thread Aaron Bieber
Halla! This diff brings node up to the latest version. Tested on amd64 ( native and non-native modules ). OK? Cheers, Aaron Index: Makefile === RCS file: /cvs/ports/lang/node/Makefile,v retrieving revision 1.15 diff -N -u -p Makef

Re: [update] sysutils/cyphertite

2013-02-07 Thread Aaron Bieber
On Thu, Feb 07, 2013 at 10:46:19PM -0500, David Hill wrote: > update sysutils/cyphertite to 1.5.0 > > please review and commit OK abieber@ > > Index: Makefile > === > RCS file: /cvs/ports/sysutils/cyphertite/Makefile,v > retrieving

[update] lang/node 0.8.18 -> 0.8.21

2013-03-03 Thread Aaron Bieber
Hola, This update brings node to 0.8.21. No non-trivial changes. Tested on amd64 with native and not native modules. Applicable changes between 0.8.18 and 0.8.21: * http: Do not free the wrong parser on socket close (isaacs) * http: Handle hangup writes more gently (isaacs) * zlib: fix assert

[update] lang/node 0.8.21 -> 0.10.3

2013-04-12 Thread Aaron Bieber
Hola! This diff brings node to the version specified in the subject! The update also removes node-waf stuff so older npm based ports need updates as well ( included ). Please test with the other npm ports ( node-gir, node-expresso.. etc ). Diffs are ( files are removed so patch with -E ): lan

[update] productivity/taskwarrior 2.2.0

2013-04-14 Thread Aaron Bieber
} CATEGORIES = productivity HOMEPAGE = http://www.taskwarrior.org/ + +MAINTAINER=Aaron Bieber MASTER_SITES = ${HOMEPAGE}/download/ Index: distinfo === RCS file: /cvs/ports/productivity/taskwarrior/distinfo,v retrieving

[update] lang/luajit 2.0.0 -> 2.0.1

2013-04-29 Thread Aaron Bieber
Hola, Here is a pretty trivial patch to bring luajit to 2.0.1 Tested on amd64 with luakit and a few lua scripts. OK? Index: Makefile === RCS file: /cvs/ports/lang/luajit/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile

[new] x11/p5-Clipboard

2013-04-29 Thread Aaron Bieber
Hi, Here is a perl module that gives you clipboard access in x11. I have been using it without issue for a few months. OK to import? p5-Clipboard.tar.gz Description: application/tar-gz

Re: update: graphics/openimageio

2013-05-09 Thread Aaron Bieber
On Sun, May 05, 2013 at 01:01:19PM +0200, Pascal Stumpf wrote: > Update to latest version 1.1.10. > This fails for me on amd64: cd /usr/ports/pobj/openimageio-1.1.10/build-amd64/libOpenImageIO && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/atomic_test.dir/link.txt --verbose=1 /usr/bin

Re: NEW: audio/ario

2013-05-09 Thread Aaron Bieber
On Fri, May 03, 2013 at 11:35:17PM -0400, Brian Callahan wrote: > Hi ports -- > > Attached is a tarball for audio/ario, a GTK2-based client for MPD > with a GUI inspired by Rhythmbox. > Works for me on amd64, loongson, and macppc. > > OK? > > ~Brian OK abieber@

Re: update: graphics/openimageio

2013-05-09 Thread Aaron Bieber
On Thu, May 09, 2013 at 03:48:03PM +0200, Pascal Stumpf wrote: > On Thu, 9 May 2013 07:19:06 -0600, Aaron Bieber wrote: > > On Sun, May 05, 2013 at 01:01:19PM +0200, Pascal Stumpf wrote: > Update > > to latest version 1.1.10. > > > > > This fails for me on a

Re: [update] lang/luajit 2.0.0 -> 2.0.1

2013-05-09 Thread Aaron Bieber
On Thu, May 09, 2013 at 05:02:08PM -0400, Ted Unangst wrote: > On Thu, May 09, 2013 at 09:53, Aaron wrote: > > ping :D > > There is also the hotfix #1 patch that should be incorporated. Diff to apply the hotfix below. Is this the correct way to do it, or should I add a patch to files and apply f

Re: UPDATE: net/synergy 1.4.10 => 1.4.12

2013-05-11 Thread Aaron Bieber
On Sat, May 11, 2013 at 03:22:40PM -0400, Brian Callahan wrote: > Hi ports -- > > Here's an update for net/synergy to its latest version. > Works for me on amd64 and loongson. > > OK? OK abieber@ > > ~Brian > > Index: Makefile > ===

Re: UPDATE: net/texapp 0.4.4 => 0.5.1 (WAS: 0.5.0)

2013-05-13 Thread Aaron Bieber
On Mon, May 13, 2013 at 11:07:04AM -0400, Brian Callahan wrote: > And texapp was already updated to 0.5.1 > Here's the changelog from 0.5.0 to 0.5.1: > * /pmagain and /thread on a PM channel no longer give illogical > errors. (thanks @jnm) > > Below is the changelog from 0.4.4 to 0.5.0 again, and

New node module ports and current updates

2013-05-15 Thread Aaron Bieber
Hi, This diff brings databases/node-pg and devel/node-generic-pool to the latest versions required for the lang/node update to 0.10.x. The tarballs are dependencies for the newer ports listed above, and should be decompressed into lang. I did this to try and help keep the clutter in devel down.

Re: [UPDATE] i3-4.5.1

2013-05-15 Thread Aaron Bieber
On Wed, May 15, 2013 at 09:41:11PM +0200, David Coppa wrote: > > The diff below updates i3 to the latest version (4.5.1). > works for me on my amd64 laptop and on my i386 netbook. I might be doing something wrong.. but patch-src_x_c and patch-src_config_c don't apply cleanly. applying with "patc

[new] www/geckodriver

2018-09-26 Thread Aaron Bieber
Hi! Here is a port of Mozilla's geckodriver. geckodriver is a "proxy" that allows W3C WebDriver compatible clients to diddle Gecko-based web browsers. It lets one use things like Selenium to test web pages in an automated way. I went back and forth on adding www/mozilla-firefox as a RUN_DEP.. T

  1   2   3   4   5   6   7   >