Re: new: devel/stylua

2023-09-07 Thread Ashlen
On Thu, 17 Aug 2023 20:21 +0200, Omar Polo wrote: > don't feel strongly about SEPARATE_BUILD but I'd propend to skip it. > It's ok op@ to import either way. > > Thanks! I'm OK with skipping it. :) Bumping this and reattaching the tarball you sent in response to mine. stylua.tar.gz Description:

NEW: textproc/domain-sift

2023-09-04 Thread Ashlen
Hi. :) domain-sift is a tool I wrote in Perl to extract domains from files/STDIN and format + print the domains to STDOUT. I use it along with unwind/unbound on machines running OpenBSD to block malicious/unwanted domains. domain-sift uses OpenBSD::Pledge(3p) and OpenBSD::Unveil(3p). Home page:

Re: Question about updating devel/pygame

2023-08-29 Thread Ashlen
Forgot to attach the diff. Index: Makefile === RCS file: /cvs/ports/devel/pygame/Makefile,v retrieving revision 1.49 diff -u -p -r1.49 Makefile --- Makefile26 Nov 2022 23:28:13 - 1.49 +++ Makefile29 Aug 2023 19:54:35

Question about updating devel/pygame

2023-08-29 Thread Ashlen
Hi, I have a diff for devel/pygame to bring it up to version 2.5.1, but I noticed that Python 2 and SDL1 support were deprecated in 2.0.3. https://github.com/pygame/pygame/releases/tag/2.0.3 These are the ports that were yielded by `make show-required-by`, and they all contain

Re: update productivity/timewarrior

2023-08-17 Thread Ashlen
On Thu, 3 Aug 2023 22:55 +0100, Stuart Henderson wrote: > On 2023/08/03 12:24, Ashlen wrote: > > On Thu, 3 Aug 2023 17:37 +0100, Stuart Henderson wrote: > > > you can get tests to run with these (and this also needs > > > SEPARATE_BUILD = No otherwise when it buil

Re: new: devel/selene

2023-08-17 Thread Ashlen
On Thu, 17 Aug 2023 08:36 +0200, Theo Buehler wrote: > > Side note: I noticed MODCARGO_INSTALL_TARGET_PATH is undocumented > > in cargo-module(5), along with MODCARGO_WANTLIB. Should they be > > included in that man page? > > I have added a blurb for MODCARGO_INSTALL_TARGET_PATH after sending my

Re: new: devel/stylua

2023-08-17 Thread Ashlen
On Thu, 17 Aug 2023 10:23 +0200, Omar Polo wrote: > Some tweaks for the makefile: > > - the indentation of the value is off (you're not using tab multiples >of 8 columns?) I guess I forgot to `:set tabstop=8 shiftwidth=8`. Usually I prefer values of 4 and adjust those manually as needed.

Re: new: devel/selene

2023-08-17 Thread Ashlen
On Thu, 17 Aug 2023 07:10 +0200, Theo Buehler wrote: > On Wed, Aug 16, 2023 at 11:01:38PM -0600, Ashlen wrote: > > Selene is a modern Lua linter written in Rust. > > > > GitHub: https://github.com/Kampfkarren/selene > > Docs: https://kampfkarren.github.io/selene/ &g

new: devel/stylua

2023-08-16 Thread Ashlen
Description: """ An opinionated code formatter for Lua 5.1, 5.2, 5.3, 5.4 and Luau, built using full-moon. StyLua is inspired by the likes of prettier, it parses your Lua codebase, and prints it back out from scratch, enforcing a consistent code style. StyLua mainly follows the Roblox Lua Style

new: devel/selene

2023-08-16 Thread Ashlen
Selene is a modern Lua linter written in Rust. GitHub: https://github.com/Kampfkarren/selene Docs: https://kampfkarren.github.io/selene/ This was easy enough to port. Tests run and pass. do-install hook seems to be needed due to a `Cargo.toml` issue. ===> Faking installation for selene-0.25.0

Re: update productivity/timewarrior

2023-08-03 Thread Ashlen
On Thu, 3 Aug 2023 17:37 +0100, Stuart Henderson wrote: > you can get tests to run with these (and this also needs > SEPARATE_BUILD = No otherwise when it builds the .t binaries, it puts > them in the build dir, and there's nothing setup to replace the MacOS > binaries present in the test dir in

update productivity/timewarrior

2023-08-02 Thread Ashlen
Updates productivity/timewarrior from 1.1.1 to 1.5.0. https://github.com/GothenburgBitFactory/timewarrior/releases/tag/v1.5.0 https://github.com/GothenburgBitFactory/timewarrior/compare/v1.1.1...v1.5.0 I looked to see if NO_TESTING could be removed, but didn't see an obvious way to get tests to

new and needs testing/feedback: x11/xst

2023-07-19 Thread Ashlen
(CC'ing two people that expressed interest in a previous thread, I hope that's alright) ``` $ cat /usr/ports/mystuff/x11/xst/pkg/DESCR xst is a fork of st, which is a simple virtual terminal emulator for X that sucks less. Some things specific to xst include: - Loads settings from

Re: x11/st xresources flavor?

2023-07-18 Thread Ashlen
On Tue, 18 Jul 2023 20:42 +0100, Stuart Henderson wrote: > On 2023/07/18 10:52, Ashlen wrote: > > On Tue, 18 Jul 2023 14:23 +0200, Joerg Jung wrote: > > > > > > > > > > On 18. Jul 2023, at 10:31, Sebastien Marie wrote: > > > > > > &

Re: x11/st xresources flavor?

2023-07-18 Thread Ashlen
On Tue, 18 Jul 2023 14:23 +0200, Joerg Jung wrote: > > > > On 18. Jul 2023, at 10:31, Sebastien Marie wrote: > > > > On Mon, Jul 17, 2023 at 11:25:37PM -0600, Ashlen wrote: > >> Hello, > >> I am reaching out to discuss the possibility of adding

x11/st xresources flavor?

2023-07-17 Thread Ashlen
Hello, I am reaching out to discuss the possibility of adding an xresources flavor to x11/st. In my opinion, this addition would greatly enhance the functionality of the program by allowing it to read colors and a font from the .Xresources file. Personally, I find it beneficial to set Solarized

Re: Update: net/i2pd-2.48.0

2023-06-26 Thread Ashlen
On Sun, 25 Jun 2023 14:04 +, open...@systemfailure.net wrote: > Hi, > > Here's an update to i2pd. > > Lightly tested on current, extensively on stable (amd64). > > These commands are OK: > make test > make port-lib-depend-check > /usr/ports/infrastructure/bin/portcheck > > Regards, > >

Re: keepassxc in Jun 20 snap is sad

2023-06-23 Thread Ashlen
en-Girard a écrit : > > > On Wed, 21 Jun 2023 10:32:52 -0600 > > Ashlen wrote: > > > > > 1) Port-related mails should go to ports@, so I'm CC'ing ports@ and > > > dropping misc@. If it becomes clear it's an issue with the port > > > itself

Re: keepassxc in Jun 20 snap is sad

2023-06-21 Thread Ashlen
1) Port-related mails should go to ports@, so I'm CC'ing ports@ and dropping misc@. If it becomes clear it's an issue with the port itself (but I don't think it is), we can CC the maintainer later. 2) Can you please open that core file with gdb and provide the backtrace? Should be as simple as:

[new]: devel/p5-Software-License (need it for RUN_DEPENDS)

2023-06-18 Thread Ashlen
Hi, I'm looking to update devel/p5-Module-Starter from 1.54 to 1.77. In order to do this, I need devel/p5-Software-License imported into the ports tree so I can add it as a RUN_DEPENDS. Without it, the new version of `module-starter` fails during runtime. I couldn't find a decent description

[update] devel/shfmt v3.5.1 => v3.6.0

2023-06-15 Thread Ashlen
Release notes: https://github.com/mvdan/sh/releases/tag/v3.6.0 Note that `make test` fails in the last version as well as this one (error output is attached). I'm unsure how to fix it, though, as I don't write in Go and I didn't find anything obvious in go-module(5) that I could adjust. Any

Re: UPDATE: pngquant 2.18.0

2023-06-14 Thread Ashlen
Built + installed on amd64 and it works great. Looks like updating to 3.x would require reworking the port (upstream switched their build system from make to cargo). Thanks for looking at this, Brad. :) I can't give an OK, but I'd be happy to see this updated version in the ports tree. I use it

UPDATE: security/zaproxy 2.11.1 -> 2.12.0 (log4j update, and HTML injection fix)

2023-05-23 Thread Ashlen
Release notes: https://www.zaproxy.org/blog/2022-10-27-zap-2-12-0-the-ten-thousand-star-release/ JVM 11+ is now a requirement. log4j was updated from 2.15.0[!] to 2.19.0. An HTML injection vulnerability is patched in this release. Builds and runs OK for the most part. zaproxy.sh was a bit

Re: NEW: fonts/victor-mono

2023-05-19 Thread Ashlen
On Fri, 19 May 2023 01:11 -0600, Omar Polo wrote: > On 2023/05/19 00:01:09 -0400, A Tammy wrote: > > > > On 5/18/23 12:26, Ashlen wrote: > > > Hi all. :) This is a font I recently discovered and I decided to make a > > > proper port for it. > > > >

NEW: fonts/victor-mono

2023-05-18 Thread Ashlen
Hi all. :) This is a font I recently discovered and I decided to make a proper port for it. Homepage: https://rubjo.github.io/victor-mono/ GitHub: https://github.com/rubjo/victor-mono Victor Mono is a monospaced font with a large x-height. It reminds me a little of Iosevka, except that I find

Re: UPDATE: net/i2pd 2.46.1 -> 2.47.0

2023-05-16 Thread Ashlen
On 2023-05-16 09:30, Theo Buehler wrote: > On Mon, May 15, 2023 at 04:47:31PM -0600, Ashlen wrote: > > I tested the update briefly and it works. Noticed some errors in `make > > test` about rand(), strcat(), and sprintf(), but I'm unsure what to do > > about those. A

UPDATE: net/i2pd 2.46.1 -> 2.47.0

2023-05-15 Thread Ashlen
I tested the update briefly and it works. Noticed some errors in `make test` about rand(), strcat(), and sprintf(), but I'm unsure what to do about those. Adding boost_atomic-mt to WANTLIB was necessary to pass port-lib-depends-check. Feedback? I hope I didn't miss anything obvious. ---

Re: Odd failures related to devel/py-setuptools_git?

2023-05-15 Thread Ashlen
On 2023-05-15 09:17, Stuart Henderson wrote: > There must be something unusual with your local setup. Maybe in mk.conf, maybe > you don't have sudo or doas setup to pass the environment through, maybe > something in the checkout, not sure. > > There's no general problem with those ports, or we'd

Odd failures related to devel/py-setuptools_git?

2023-05-14 Thread Ashlen
Hi, I have two questions: 1) Why does the python3 FLAVOR of devel/py-setuptools_git seem to require extraction of the python2 version first to work? 2) Why does devel/py-setuptools_git look for python2 when a different port is requesting the python3 version? I encountered these issues

[UPDATE] x11/girara 0.3.8 -> 0.4.0 (fixes a SIGSEGV in textproc/zathura)

2023-04-25 Thread Ashlen
Hi. textproc/zathura will consistently SIGSEGV and dump a core file when I hit to view the table of contents. I examined the core file and found that this is due to an invalid read in girara_node_free, referenced in this issue and fixed in the commit following it.

[UPDATE] textproc/p5-Regexp-Assemble 0.35p1 -> 0.38

2023-04-24 Thread Ashlen
Hey, happened to experiment with this module (am working through Intermediate Perl) and noticed it wasn't the latest version. Had to make a couple of small changes to the Makefile. I looked over the list of changes since 0.35 the best I knew how (found the relevant revisions with git-grep and

Potential TLS-related DoS threat in some ports

2023-01-29 Thread Ashlen
Here's a quick demonstration of what I'm talking about with net/prosody, using testssl.sh[1]: $ testssl.sh -t xmpp -R example.com:5222 [ snip... ] Testing for Renegotiation vulnerabilities Secure Renegotiation (RFC 5746) supported (OK) Secure Client-Initiated Renegotiation

Re: UPDATE net/luasocket 3.0rc1p1 -> 3.1.0

2023-01-26 Thread Ashlen
eth_receive > 5830 t buffer_meth_send > 5740 t buffer_meth_setstats > 5620 t buffer_open >U luaL_prepbuffer > > (this is luasocket built with patch below) > > The lowercase 't' should mean those symbols are private, right? if >

Re: UPDATE net/luasocket 3.0rc1p1 -> 3.1.0

2023-01-14 Thread Ashlen
On 23/01/07 00:20, Ashlen wrote: > As for the renaming thing, I realized I didn't actually provide any links > showing why I kept this in. I looked at the commits and it appears their > rationale is that anyone that writes a Lua script and imports luasocket as > well > as

Re: UPDATE net/luasocket 3.0rc1p1 -> 3.1.0

2023-01-06 Thread Ashlen
On 23/01/07 04:33, Lucas wrote: > Ashlen wrote: > > On 23/01/06 12:53, Omar Polo wrote: > > > This needs some further testing. Packages that depends on luasockets > > > are > > > > > > - devel/luacopasno test suite > > > -

Re: UPDATE net/luasocket 3.0rc1p1 -> 3.1.0

2023-01-06 Thread Ashlen
(Sorry Omar, I accidentally replied directly off-list) On 23/01/06 12:53, Omar Polo wrote: > Hello, > > On 2023/01/04 21:13:29 -0700, Ashlen wrote: > > Updated a couple of things. > > > > - Use '&&' instead of ';' so that sed only executes after a successful cd

Re: UPDATE net/luasocket 3.0rc1p1 -> 3.1.0

2023-01-04 Thread Ashlen
Updated a couple of things. - Use '&&' instead of ';' so that sed only executes after a successful cd. - Needed to patch version string in src/luasocket.h, I guess I left that out for some reason. - Add TEST_DEPENDS so that make test only works if net/luasocket is installed. Is this OK? Any

UPDATE net/luasocket 3.0rc1p1 -> 3.1.0

2023-01-03 Thread Ashlen
Hey, this is my first diff to the ports tree. How does this look? I don't program in Lua (yet), but I followed the porting guide and from what I can tell, this seems alright. Some quick notes: - HOMEPAGE and GH_ACCOUNT changed. - The do-install hook is changed to a post-install hook because it

Re: no output from zathura

2022-04-24 Thread Ashlen
On 22/04/24 08:11, Landry Breuil wrote: > Le Sat, Apr 23, 2022 at 05:44:41PM -0600, Ashlen a écrit : > > I'm still getting the same problem with the mupdf plugin on the snapshot > > mentioned below. > > > > > > $ sysctl -n kern.version > > OpenBSD 7.1-current

Re: no output from zathura

2022-04-23 Thread Ashlen
I'm still getting the same problem with the mupdf plugin on the snapshot mentioned below. $ sysctl -n kern.version OpenBSD 7.1-current (GENERIC.MP) #483: Sat Apr 23 05:33:19 MDT 2022 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP Here are the dynamic libraries marked

Re: removing libutil.so.15.1 and libX11.so.17.1 per sysclean(8) breaks xmonad(1)

2022-04-03 Thread Ashlen
On 22/04/03 21:04, Stuart Henderson wrote: > [ dropping misc@ from CC list ] > > On 2022/04/03 11:25, Ashlen wrote: > > With the previous emails in mind, I have a diff for the build script in > > the ports tree if it would help. My xmonad.hs hardly changes these days. &g

Re: removing libutil.so.15.1 and libX11.so.17.1 per sysclean(8) breaks xmonad(1)

2022-04-03 Thread Ashlen
With the previous emails in mind, I have a diff for the build script in the ports tree if it would help. My xmonad.hs hardly changes these days. If the build script actually recompiled xmonad every time instead of quitting if xmonad.hs hasn't changed, I don't think this issue would come up in the

Re: ncmpcpp dumps core when fetching lyrics

2020-09-13 Thread Ashlen
On 2020/09/12 12:36, Erling Westenvik wrote: > Thanks for the diff. Ncmpcpp still crashes when trying to fetch lyrics though. > Gdb output with last version and after rebuilding with debug flags: Yep, same here. Needed `-l` to patch(1) the diff, not sure if it's an issue with the diff or PEBCAK.