Re: [update] sysutils/fzf 0.39.0

2023-04-11 Thread Laurent Cheylus
Le 2023-04-09 09:35, Stuart Henderson a écrit : On 2023/04/09 08:28, Laurent Cheylus wrote: I removed patches/patch-shell_completion_bash (no more necessary with fix upstream, see my first message), not included in my CVS diff. cvs rm [...] cvs di -uNp Thanks for these tips. Attached a

Re: editors/helix 23.03

2023-04-11 Thread Laurent Cheylus
Le 2023-04-09 09:07, Volker Schlecht a écrit : Hi Laurent, here's the whole thing in one patch, in case you want to "OK" it. Thanks Volker to merge my modification in the whole patch for Helix 23.03. Build and tests OK on current/amd64. OK to commit as maintener. Can someone with write per

Re: neovim and treesitter updates

2023-04-15 Thread Laurent Cheylus
On Thu, 13 Apr 2023 09:42:43 +0100, Laurence Tratt wrote: > Updating to neovim-0.9.0 requires updating treesitter too, as the former > requires a new function in the latter. Patches to both below -- "probably > best if people on ports test it" from edd@. tree-sitter 0.28.0 and neovim-0.9.0 builds

Re: neovim and treesitter updates

2023-04-17 Thread Laurent Cheylus
Hi Edd, Le 2023-04-16 20:49, Edd Barrett a écrit : On Sat, Apr 15, 2023 at 08:33:56PM +0100, Edd Barrett wrote: Diffs attached. Sorry, I kludged the neovim diff. Since this version of neovim uses a non-release version of luv, we don't get the bundled luacompat53 from the luv tarball and we

[maintainer update] net/headscale 0.21.0

2023-04-19 Thread Laurent Cheylus
Hi, update for net/headscale to the latest version 0.21.0 Changelog for major version 0.21.0 : https://github.com/juanfont/headscale/releases/tag/v0.21.0 - Update Makefile to install only headscale binary in ${PREFIX}/bin - Update pkg/MESSAGE and pkg/README for modification in version 0.19.0 (

Re: [New] security/Nuclei 2.9.0

2023-04-19 Thread Laurent Cheylus
On Wed, 12 Apr 2023 21:58:02 +0200, Omar Polo wrote: > The problem is that by default 'go build' fetches the dependencies at > build-time, which is a big no for the ports infrastructure. (the > build will fail if you run with PORTS_PRIVSEP and default pf.conf.) > > Instead, please use the go-mod

[new] sysutils/gdu 5.23.0

2023-04-19 Thread Laurent Cheylus
Hi, proposal to import sysutils/gdu for the latest version 5.23.0 gdu is a fast disk usage analyzer with console interface written in Go => https://github.com/dundee/gdu A simple port accordingly to go-modules with a patch to simplify version output. Comments welcome and please commit if O

[update] net/scapy 2.5.0

2023-04-21 Thread Laurent Cheylus
Hi, a simple update for net/scapy version 2.5.0 : update Makefile and pkg/PLIST for this version. Changelog https://github.com/secdev/scapy/releases/tag/v2.5.0 Build and tests OK on current/amd64. Comments welcome and please commit if OK. Laurent Index: Makefile ==

Re: [new] sysutils/gdu 5.23.0

2023-04-28 Thread Laurent Cheylus
On Wed, 19 Apr 2023 15:12:17 +, Laurent Cheylus wrote: > proposal to import sysutils/gdu for the latest version 5.23.0 > > gdu is a fast disk usage analyzer with console interface written in Go > => https://github.com/dundee/gdu Bump, tests and comments welcome. Plea

[update] security/gosec to 2.15.0

2023-04-29 Thread Laurent Cheylus
for Go projects MODGO_MODNAME = github.com/securego/gosec/v2 -REVISION = 0 -MODGO_VERSION = v2.9.6 +MODGO_VERSION = v2.15.0 DISTNAME = gosec-${MODGO_VERSION} @@ -10,6 +9,8 @@ HOMEPAGE = https://securego.io/ CATEGORIES = security devel +MAINTAINER =Laurent Cheylus + # Apache 2.0 PERMI

Re: [update] devel/goreleaser to 1.17.2

2023-05-02 Thread Laurent Cheylus
easer.com/ DISTNAME = goreleaser-${MODGO_VERSION} -REVISION = 1 CATEGORIES = devel +MAINTAINER = Laurent Cheylus + # MIT PERMIT_PACKAGE = Yes -WANTLIB += c pthread +WANTLIB += c pthread + +MODULES = lang/go + +MODGO_LDFLAGS = -X main.version=${MODGO_VERSION:S/v//} -MODULES = lang/go +# Gen

[update] sysutils/direnv to 2.32.2

2023-05-03 Thread Laurent Cheylus
Hi, an update for sysutils/direnv to the latest version 2.32.2. Patch already sent to the maintener several months ago but no reply since. - update Makefile and add modules.inc to use MODGO_xxx instead of GH_xxx - use GNU make with GNUMakefile to build direnv binary - remove unnecessary pre-bu

Re: [update] sysutils/direnv to 2.32.2

2023-05-03 Thread Laurent Cheylus
On 2023/05/03 11:48, Omar Polo wrote: On 2023/05/03 09:10:31 +0200, Laurent Cheylus wrote: [...] +USE_GMAKE =Yes It's useless to specify USE_GMAKE. When using the go module, it takes over the do-build target and so gmake is not used. (you'd need to change CONFIGURE_STYL

[new] sysutils/lsd 0.23.1

2023-05-04 Thread Laurent Cheylus
Hi, proposal to import sysutils/lsd (version 0.23.1) lsd is a rewrite in Rust of GNU ls with lots of added features like colors, icons, tree-view, more formatting options https://github.com/lsd-rs/lsd A simple port for a Rust tool (binary and manpage) + shell completion (bash, zsh, fish). I

Re: [new] sysutils/lsd 0.23.1

2023-05-04 Thread Laurent Cheylus
On 05/04/2023 11:29, Stuart Henderson wrote: On 2023/05/04 09:52, Laurent Cheylus wrote: proposal to import sysutils/lsd (version 0.23.1) Looks reasonable Thanks post-install: sed -i '1,8d' ${WRKSRC}/doc/lsd.md lowdown -s -tman -m section=1 -mtitle=ls

Issue when trying to update devel/goreleaser port

2023-05-17 Thread Laurent Cheylus
Hi, as maintainer, I'm trying to update devel/goreleaser port for the latest version 1.18.2 https://github.com/goreleaser/goreleaser/releases/tag/v1.18.2 , latest version in ports@ tree is 1.17.2. After update of modules.inc file (list of Go modules as dependencies), I have an error to upda

Re: Issue when trying to update devel/goreleaser port

2023-05-18 Thread Laurent Cheylus
On 2023/05/17 12:08, Marc Espie wrote: sigh, bloody go modules. I got a much better fix, I think. OK, 'make makesum' works correctly for devel/goreleaser port with your fix (pushed yesterday in ports tree) :) Marc, Stuart, thanks for your quick fix. Laurent

[maintainer update] devel/goreleaser 1.18.2

2023-05-18 Thread Laurent Cheylus
Hi, an update for devel/goreleaser for the latest version 1.18.2. - update Makefile and modules.inc for version 1.18.2 - add MODGO_LDFLAGS variables for date and builtBy (displayed via 'goreleaser -v') Build and tests OK on current/amd64 with Go 1.20.4. Comments welcome and please commit if

Re: [maintainer update] devel/goreleaser 1.18.2

2023-05-19 Thread Laurent Cheylus
On 2023/05/18 19:04, Omar Polo wrote: On 2023/05/18 16:51:01 +0200, Laurent Cheylus wrote: an update for devel/goreleaser for the latest version 1.18.2. - update Makefile and modules.inc for version 1.18.2 - add MODGO_LDFLAGS variables for date and builtBy (displayed via 'goreleas

[new] sysutils/gdu 5.23.0

2023-05-19 Thread Laurent Cheylus
Hi, proposal to import sysutils/gdu for the latest version 5.23.0 gdu is a fast disk usage analyzer with console interface written in Go (similar to sysutils/ncdu) => https://github.com/dundee/gdu A simple port with go-modules. Compared to my previous post (2023/04/19), I remove my useless p

Re: [Maintainer Update] devel/difftastic 0.47.0

2023-05-19 Thread Laurent Cheylus
On Fri, 19 May 2023 10:53:24 +0200, Volker Schlecht wrote: > Updates devel/difftastic to 0.47.0 > Largely a bugfix release adding support for Solidity. OK, build and tests on current/amd64 with rustc 1.69.0 Tests with sample files included in difftastic sources. Laurent

Re: [Update] editors/helix 23.05

2023-05-19 Thread Laurent Cheylus
On 2023/05/19 12:38, Volker Schlecht wrote: Updates helix to the latest release, 23.05 * Drops two patches that are not needed anymore (tree-sitter in Cargo.{toml,lock}) * Proposes simpler version of the helix-loader patches There's still a lot of development going on in the deleted code s

Re: UPDATE: neovim-0.9.2

2023-09-28 Thread Laurent Cheylus
Hi Edd, On Sat, 23 Sep 2023 12:06:22 +0100, Edd Barrett wrote: > Relatively simple update to neovim. > > Only lightly tested. Please try it out. I also did an update for Neovim 0.9.2 and yours is almost similar to mine. OK, build and tests on current/amd64. I tested your Neovim port update wi

Re: [Fix] editors/helix

2023-09-28 Thread Laurent Cheylus
Hi Volker, On Sat, 23 Sep 2023 14:58:51 +0200, Volker Schlecht wrote: > Ping, hoping MAINTAINER's mail doesn't bounce anymore. > As it stands editors/helix in ports is unusable. Sorry, I was very busy these last few weeks and didn't check my (full) mailbox :( Thanks for this update of the Heli

[maintainer update] sysutils/lsd 1.0.0

2023-10-12 Thread Laurent Cheylus
1.1 Makefile --- Makefile 4 May 2023 19:42:01 - 1.1.1.1 +++ Makefile 12 Oct 2023 09:52:35 - @@ -2,7 +2,7 @@ COMMENT = pretty ls alternative with sup GH_ACCOUNT = lsd-rs GH_PROJECT = lsd -GH_TAGNAME = 0.23.1 +GH_TAGNAME = v1.0.0 CATEGORIES = sysutils @@ -12,13 +12,16 @@ MAINTAINER = Laur

[maintainer update] devel/gopls 0.13.2

2023-10-12 Thread Laurent Cheylus
ter/gopls HOMEPAGE = https://pkg.go.dev/golang.org/x/tools/gopls MAINTAINER = Laurent Cheylus Index: distinfo === RCS file: /cvs/ports/devel/gopls/distinfo,v retrieving revision 1.2 diff -u -p -r1.2 distinfo --- distinfo 24 Jun 2023 14

[maintainer update] security/gosec 2.18.0

2023-10-12 Thread Laurent Cheylus
Hi, update for security/gosec version 2.18.0 Changelog for release v2.18.0: https://github.com/securego/gosec/releases/tag/v2.18.0 - update Makefile, distinfo and modules.inc for this version - update description in pkg/DESCR Build and tests OK on current/amd64 with Go v1.21.1 Comments/tests

[update] editors/neovim-0.9.4

2023-10-13 Thread Laurent Cheylus
Hi, cc edd@ as maintainer Update of editors/neovim for version 0.9.4. Changelog: https://github.com/neovim/neovim/releases/tag/v0.9.4 Changes in Makefile: - use DIST_TUPLE to define repositories for neovim, luv, LuaJIT and lua-compat-5.3 - sync versions for luv and LuaJIT - fix CONFIGURE_ARGS f

[update] devel/py-codestyle 2.11.1

2023-10-13 Thread Laurent Cheylus
Hi, update for devel/py-codestyle version 2.11.1 Changelog: https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt Update Makefile: - modify HOMEPAGE from GH repository to project's home https://pycodestyle.pycqa.org - remove MODPY_PI and use GitHub to download sources via DIST_TUPLE => sour

[update] devel/pyflakes 3.1.0

2023-10-13 Thread Laurent Cheylus
A simple update for devel/pyflakes version 3.1.0 Changelog for pyflakes: https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst - Update Makefile and distinfo for v3.1.0 - suppress trailing whitespace in pkg/DESCR Build and tests OK on current/amd64 with Python 3.10.13 Tests/comments welcome and

[update] devel/py-yapf 0.40.2

2023-10-13 Thread Laurent Cheylus
Hi, update devel/py-yapf (Yet Another Python formatter) for version 0.40.2 Changelog: https://github.com/google/yapf/blob/main/CHANGELOG.md Changes for this update: - Makefile: update version, add HOMEPAGE and RUN_DEPENDS according to pyproject.toml - pkg/PLIST: add bin/yapf-diff and Python fil

[maintainer update] security/gosec 2.18.1

2023-10-16 Thread Laurent Cheylus
Hi, a simple update for security/gosec version 2.18.1 Changelog: https://github.com/securego/gosec/releases/tag/v2.18.1 Build and tests OK on current/amd64 with Go v1.21.1 Comments/tests welcome and please commit if OK. Laurent Index: Makefile ==

[maintainer update] sysutils/fzf 0.43.0

2023-10-16 Thread Laurent Cheylus
Hi, update of sysutils/fzf for version 0.43.0 Changelog: https://github.com/junegunn/fzf/releases/tag/0.43.0 - update of Makefile, distinfo and modules.inc for v0.43.0 - simplify WRKDIST in Makefile - add a patch to fix issue with 'fzf --listen' command (add inet for pledge), reported by semarie

Re: [maintainer update] sysutils/fzf 0.43.0

2023-10-17 Thread Laurent Cheylus
Hi, > Laurent Cheylus wrote: > > update of sysutils/fzf for version 0.43.0 > > Changelog: https://github.com/junegunn/fzf/releases/tag/0.43.0 > > Tested and it works as expected. The runtime dependency on > shells/bash can finally be dropped though[1] :) > > [1] h

[new] devel/lua-argparse version 0.7.1

2023-10-18 Thread Laurent Cheylus
Hi, resubmit my proposal to import devel/lua-argparse, a simple Lua module for command line parser inspired by argparse for Python. GH repository https://github.com/luarocks/argparse I need this Lua module to update devel/luacheck and after discussions with jsg@, he advised me to create a new

[new] devel/stylua 0.18.2

2023-10-18 Thread Laurent Cheylus
Hi, proposal to import devel/stylua version 0.18.2 StyLua is an opinionated Lua code formatter written in Rust => https://github.com/JohnnyMorganz/StyLua I'm using this tool to format my Lua code, particulary my Neovim configuration/plugins. - Create initial port devel/stylua with module deve

Re: [new] textproc/urlscan 1.0.1 - a better urlview replacement

2023-10-18 Thread Laurent Cheylus
Hi Stefan, > attached is a new port, which is bascially urlview, but better. > > I started the port and will take MAINTAINER. Laurent polished it, > thank you! > > Tested and in use for two weeks here on amd64. > > OK to import? Build OK with Python 3.10.13 on current/amd64. Minimal tests with

[new] devel/py-pdm-backend 2.1.7 - Python build backend used by PDM

2023-10-18 Thread Laurent Cheylus
Hi, proposal to import devel/py-pdm-backend, a Python build backend used by PDM (Python Dependency Manager https://pdm.fming.dev). - Main site: https://pdm-backend.fming.dev/ - GH repository: https://github.com/pdm-project/pdm-backend I need this Python build backend to update/import other Pyth

[update] devel/difftastic 0.52.0

2023-10-18 Thread Laurent Cheylus
Hi, cc volker@ as maintainer a simple update for devel/difftastic version 0.52.0 Changelog: https://github.com/Wilfred/difftastic/releases/tag/0.52.0 Update Makefile, distinfo, crates.inc and regenerate patches for this version. Build and tests OK on current/amd64 with Rust 1.73.0. Please comm

[maintainer update] devel/gopls 0.14.0

2023-10-27 Thread Laurent Cheylus
Hi, update for devel/gopls v0.14.0 (LSP server for Golang) Changelog: https://github.com/golang/tools/releases/tag/gopls%2Fv0.14.0 - update Makefile, modules.inc, distinfo and pkg/PLIST for this version - add a patch to fix internal version (replace by MODGO_VERSION with post-patch) Build and te

[maintainer update] editors/helix 23.10

2023-10-27 Thread Laurent Cheylus
Hi, update for editors/helix version 23.10 Changelog: https://github.com/helix-editor/helix/blob/master/CHANGELOG.md#2310-2023-10-24 - update Makefile, crates.inc, distinfo and pkg/PLIST - updates patches - remove patches/patch-helix-vcs_src_diff_line_cache_rs (fix now included upstream) Build

Re: [maintainer update] editors/helix 23.10

2023-10-29 Thread Laurent Cheylus
Hi Volker, - Mail original - > Needs a minor tweak to the gramms.rs patch to enable build without > git installed. Thanks for the tweak in helix-loader/src/grammar.rs with 'ensure_git_is_available' function => missed it when I reviewed modified code. > Otherwise, builds, tests and runs

[maintainer update] security/gosec 2.16.0

2023-05-19 Thread Laurent Cheylus
Hi, update for security/gosec port with the latest version 2.16.0 Changelog https://github.com/securego/gosec/releases/tag/v2.16.0 - Update Makefile, modules.inc and distinfo for this version. Build and tests OK on current/amd64. Comments welcome and please commit if OK. Laurent Index: Makef

Re: [update] security/osv-scanner to 1.3.3.

2023-05-22 Thread Laurent Cheylus
On Sun, 21 May 2023 03:46:16 +, Lucas Raab wrote: > Here's a quick update to 1.3.3, runs fine > > changelog: > Fixes: > Bug #369 Fix requirements.txt misparsing lines that contain --hash > Bug #237 Clarify when no vulnerabilities are found > Bug #354 Fix cycle in requirements.txt causing infin

Re: [new] sysutils/gdu 5.23.0

2023-05-22 Thread Laurent Cheylus
On 2023/05/21 21:27, Stefan Hagen wrote: Laurent Cheylus wrote (2023-05-19 10:26 CEST): proposal to import sysutils/gdu for the latest version 5.23.0 This collides with gdu from coreutils. ===> Installing gdu-5.23.0 from /usr/ports/packages/amd64/all/ Collision in gdu-5.23.0: the follow

[maintainer update] net/headscale 0.22.3

2023-05-23 Thread Laurent Cheylus
Hi, a simple update for net/headscale to the latest version 0.22.3: - update Makefile and modules.inc for v0.22.3 Comments welcome and please commit if OK. Laurent Index: Makefile === RCS file: /cvs/ports/net/headscale/Makefile,v

Re: [update] sysutils/fzf 0.39.0

2023-05-23 Thread Laurent Cheylus
Hi Edd, On 2023/04/11, Edd Barrett wrote: On Tue, Apr 11, 2023 at 09:35:27AM +, Laurent Cheylus wrote: Attached a new version of my patch with unnecessary patch removed. Looks good to me. Unless anyone objects, I'll commit this later. Could you commit my update for fzf version 0

[update] sysutils/fzf 0.41.1 and take maintenership

2023-06-02 Thread Laurent Cheylus
= github.com/junegunn/fzf -MODGO_VERSION = v0.0.0-20230430165921-fb76893e18fd +MODGO_VERSION = v0.0.0-20230527065422-6eb1874c5a91 -V = 0.40.0 +V = 0.41.1 DISTNAME = fzf-${V} CATEGORIES = sysutils HOMEPAGE = https://github.com/junegunn/fzf -MAINTAINER = Edd Barrett +MAINTAINER = Laurent Cheylus

[update] editors/neovim version 0.9.1

2023-06-02 Thread Laurent Cheylus
Hi, update editors/neovim port to the latest version 0.9.1: update Makefile, distinfo and pkg/PLIST for this version. Build and tests OK on current/amd64. Please commit if OK. Laurent Index: Makefile === RCS file: /cvs/ports/ed

[maintainer update] devel/gopls 0.12.2

2023-06-04 Thread Laurent Cheylus
Hi, update for devel/gopls (Go language server) version 0.12.2 Changelog: https://github.com/golang/tools/releases - update Makefile, modules.inc and distinfo for this version Build and tests OK on current/amd64. Comments welcome and please commit if OK. Laurent Index: Makefile

[maintainer update] textproc/delta 0.16.5

2023-06-05 Thread Laurent Cheylus
Hi, an update for textproc/delta with the latest version 0.16.5 Changelog: https://github.com/dandavison/delta/releases - update Makefile, distinfo and crates.inc for version 0.16.5 - remove MODCARGO_CRATES_UPDATE for cc crate in Makefile, cc crate version is now 1.0.79 - add patch to fix bui

[maintainer update] sysutils/fzf 0.42.0

2023-06-19 Thread Laurent Cheylus
Hi, a simple update for sysutils/fzf version 0.42.0. Changelog https://github.com/junegunn/fzf/releases/tag/0.42.0 Build and tests OK on current/amd64. Please commit if OK. Laurent Index: Makefile === RCS file: /cvs/ports/sysuti

Re: [maintainer update] security/gosec 2.16.0

2023-06-19 Thread Laurent Cheylus
On Fri, 19 May 2023 18:45:13 +0200, Laurent Cheylus wrote: > update for security/gosec port with the latest version 2.16.0 Changelog > https://github.com/securego/gosec/releases/tag/v2.16.0 > > - Update Makefile, modules.inc and distinfo for this version. > > Build and tests O

Re: [maintainer update] net/headscale 0.22.3

2023-06-19 Thread Laurent Cheylus
On Tue, 23 May 2023 09:02:00 +0200, Laurent Cheylus wrote: > a simple update for net/headscale to the latest version 0.22.3: > > - update Makefile and modules.inc for v0.22.3 > > Comments welcome and please commit if OK. Tests/comments welcome and please commit if OK. This

[update] lang/binaryen 113 and take maintainer

2023-06-21 Thread Laurent Cheylus
_113 PKGNAME = ${DISTNAME:L:S/version_//} CATEGORIES = lang + +MAINTAINER = Laurent Cheylus # Apache 2.0 PERMIT_PACKAGE = Yes Index: distinfo === RCS file: /cvs/ports/lang/binaryen/distinfo,v retrieving revision 1.6 diff -u -p

[maintainer update] devel/gopls 0.12.4

2023-06-24 Thread Laurent Cheylus
Hi, update for devel/gopls (Go language server) version 0.12.4 Changelog: https://github.com/golang/tools/releases/tag/gopls%2Fv0.12.4 - update Makefile, modules.inc and distinfo for this version Build and tests with Neovim + LSP OK on current/amd64. Comments welcome and please commit if OK.

Re: [maintainer update] textproc/delta 0.16.5

2023-06-26 Thread Laurent Cheylus
On Mon, 05 Jun 2023 18:37:53 +0200, Laurent Cheylus wrote: > an update for textproc/delta with the latest version 0.16.5 Bump. Comments/tests welcome and please commit if OK. Laurent

Re: [new] devel/rust-analyzer

2023-06-27 Thread Laurent Cheylus
On Tue, 27 Jun 2023 04:27:40 +, Renato Aguiar wrote: > Sending an updated version of the lang/rust-analyzer port. Now that > rust-src is available it should be fully functional. (port attached) > > rust-analyzer is an implementation of Language Server Protocol for the > Rust programming langu

[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: [update] sysutils/glances to 3.3.0.4

2022-11-30 Thread Laurent Cheylus
Hi, On Mon, 28 Nov 2022 14:42:43 +, Lucas Raab wrote: > Here's an update for glances up to 3.3.0.4 and tested with both the > curses and web interfaces. OK, build on OpenBSD-current/amd64 ; tests with curses and web interfaces. Laurent

[maintainer update] editors/helix version 22.12

2022-12-21 Thread Laurent Cheylus
editor -VER = 22.08.1 +VER = 22.12 DISTNAME = helix-${VER} CATEGORIES = editors @@ -12,7 +12,7 @@ MAINTAINER = Laurent Cheylus https://github.com/helix-editor/helix/releases/download/${VER}/ @@ -32,7 +32,7 @@ pre-extract: @mkdir -p ${WRKDIST} post-patch: - grep -F -Rl '%%DA

Re: [maintainer update] difftastic 0.39

2022-12-21 Thread Laurent Cheylus
On Tue, 20 Dec 2022 20:39:36 +0100, Volker Schlecht wrote: > * Updates difftastic > * Reverts an upstream fix to tree_magic_mini, since > the upstream solution is pulled from a git repo during build time OK, build and works fine on amd64 Laurent

[update] Patch for sysutils/duf 0.8.1

2023-01-02 Thread Laurent Cheylus
Hi, my proposal with a little patch for sysutils/duf v0.8.1 : - add internal version during build via MODGO_FLAGS $ duf -version duf 0.8.1 - add REVISION = 0 - remove unnecessary PKGNAME (duplicate with DISTNAME) Build and tests OK on amd64 LaurentIndex: Makefile

Error when packaging neovim-0.8.2

2023-01-04 Thread Laurent Cheylus
Hi, I'm trying to update editors/neovim port with the latest version 0.8.2. Build on current/amd64 is OK but I have an error with make package : $ make package `/usr/obj/ports/neovim-0.8.2/fake-amd64/.fake_done' is up to date. Reading existing plist for neovim-0.8.2 Writing /usr/obj/ports/neovi

Re: Error when packaging neovim-0.8.2

2023-01-04 Thread Laurent Cheylus
Hi Stuart, Le 2023-01-04 17:03, Stuart Henderson a écrit : Ports is getting confused between the version in mystuff/ and the main ports tree. You can set the priority order in PORTSDIR_PATH (either in mk.conf or the command line) but it's perhaps easier to edit the port in the main tree (if you

Re: update textproc/tree-sitter to 0.20.7

2023-01-10 Thread Laurent Cheylus
Hi, On Mon, 9 Jan 2023 20:05:34 +0100, Paco Esteban wrote: > This is an update for textproc/tree-sitter to 0.20.7 > > It builds and installs ok for me on amd64. Its only consumer > editors/neovim, builds and works fine for me on amd64 after the upgrade. > > I dropped maintainer for this one. >

[update] textproc/delta to 0.15.1 and take maintener

2023-01-12 Thread Laurent Cheylus
t and diff outpu GH_ACCOUNT = dandavison GH_PROJECT = delta -GH_TAGNAME = 0.14.0 -REVISION = 2 +GH_TAGNAME = 0.15.1 CATEGORIES = textproc +MAINTAINER = Laurent Cheylus + HOMEPAGE = https://github.com/dandavison/delta # MIT PERMIT_PACKAGE = Yes -WANTLIB += c c++abi git2 m on

[update] Update repository for devel/luafs

2023-01-14 Thread Laurent Cheylus
Hi, a little diff to fix repository and homepage for devel/luafs : - Main repo is now https://github.com/lunarmodules/luafilesystem - Homepage is now http://lunarmodules.github.io/luafilesystem/ Build and tests OK on amd64 with luafs-1.8.0p0 package Laurent Index: Makefile ===

[update] sysutils/fzf-0.36.0

2023-01-17 Thread Laurent Cheylus
Hi, a simple patch to update sysutils/fzf for version 0.36.0, released yesterday. Changelog for version 0.36.0 : https://github.com/junegunn/fzf/releases/tag/0.36.0 Laurent Index: Makefile === RCS file: /cvs/ports/sysutils/fzf

Re: [maintainer update] net/headscale 0.17.1

2023-01-19 Thread Laurent Cheylus
Hi, On Thu, 12 Jan 2023 19:26:09 +0100, Laurent Cheylus wrote: > update for net/headscale to version 0.17.1 > > Changelog for major version 0.17.0 > https://github.com/juanfont/headscale/releases/tag/v0.17.0 > > Add support for arch i386 and arm64 : headscale v0.17.1 d

[update] textproc/delta to 0.15.1 and take maintener - new version

2023-01-20 Thread Laurent Cheylus
.15.1 CATEGORIES = textproc +MAINTAINER = Laurent Cheylus + HOMEPAGE = https://github.com/dandavison/delta # MIT PERMIT_PACKAGE = Yes -WANTLIB += c c++abi git2 m onig pthread +DISTFILES += ${GH_DISTFILE} -# as devel/cargo MODULES adds DISTFILES, GH_* didn't -DISTFILES +=

Re: [update] textproc/delta to 0.15.1 and take maintener - new version

2023-01-20 Thread Laurent Cheylus
On Fri, 20 Jan 2023 10:30:55 +, Stuart Henderson wrote: > right. the "libc" crate was updated upstream so the replacement for that > can be removed too, and WANTLIB didn't want MODCXX_WANTLIB. Thanks Stuart for your review and for the fix (update of crates.inc for cc/libc and removal of unne

[update] productivity/epr-reader to 2.4.15 and take maintener

2023-01-20 Thread Laurent Cheylus
inal/CLI Epub Reader -MODPY_EGG_VERSION = 2.4.8 +MODPY_EGG_VERSION = 2.4.15 DISTNAME = epr-reader-${MODPY_EGG_VERSION} -REVISION = 2 CATEGORIES = productivity HOMEPAGE = https://github.com/wustho/epr +MAINTAINER = Laurent Cheylus + # MIT PERMIT_PACKAGE = Yes MODULES = lang/python MODPY_PI =

[new] devel/lua-argparse version 0.7.1

2023-01-24 Thread Laurent Cheylus
Hi, I would like to import a new port for devel/lua-argparse, a simple Lua module for command line parser inspired by argparse for Python. GH repository https://github.com/luarocks/argparse I need this Lua module to update devel/luacheck and after discussions with jsg@, he advised me to crea

Re: [new] devel/lua-argparse version 0.7.1

2023-01-24 Thread Laurent Cheylus
Le 2023-01-24 11:20, Omar Polo a écrit : On 2023/01/24 10:00:10 +0100, Laurent Cheylus wrote: I would like to import a new port for devel/lua-argparse, a simple Lua module for command line parser inspired by argparse for Python. nitpick: needs NO_TEST=Yes since we don't have busted and

[new] devel/gopls version 0.11.0

2023-01-24 Thread Laurent Cheylus
Hi, proposal to import devel/gopls for gopls version 0.11.0 gopls is the official Go language server developed by the Go team https://pkg.go.dev/golang.org/x/tools/gopls Changelog for version 0.11.0 https://github.com/golang/tools/releases/tag/gopls%2Fv0.11.0 Build and tests OK on amd64 us

[update] sysutils/fzf 0.37.0

2023-01-24 Thread Laurent Cheylus
Hi, a simple update for sysutils/fzf latest version 0.37.0 Changelog for this version https://github.com/junegunn/fzf/releases/tag/0.37.0 Please commit if OK. Laurent Index: Makefile === RCS file: /cvs/ports/sysutils/fzf/Makefi

Re: [new] devel/gopls version 0.11.0

2023-01-25 Thread Laurent Cheylus
Hi Omar, Le 2023-01-25 10:00, Omar Polo a écrit : On 2023/01/24 17:00:07 +0100, Omar Polo wrote: gopls is already included in go-tools, so it would conflict. % pkglocate bin/gopls go-tools-1.12.20190226p2:devel/go-tools:/usr/local/bin/gopls However the latter hasn't receved m

Re: update devel/go-tools to v0.5.0

2023-01-25 Thread Laurent Cheylus
On Tue, 24 Jan 2023 19:06:32 +0100, Omar Polo wrote: > go-tools needs some love :) > > Diff below updates it to the latest tag which is... 0.5.0, hence EPOCH. > I don't see any tag 1.12 tag in the repo, only 0.1.12. > Haven't digged in the history to see if they changed/retired tags. > go-tools

[update] sysutils/fd 8.6.0 and take maintener

2023-01-26 Thread Laurent Cheylus
le, fast and user-friendl GH_ACCOUNT = sharkdp GH_PROJECT = fd -GH_TAGNAME = v8.5.3 +GH_TAGNAME = v8.6.0 CATEGORIES = sysutils +MAINTAINER = Laurent Cheylus + # MIT/Apache 2.0 PERMIT_PACKAGE = Yes -WANTLIB += ${MODCARGO_WANTLIB} pthread +WANTLIB += ${MODCARGO_WANTLIB} -# as devel/car

[new] devel/stylua 0.16.0

2023-01-27 Thread Laurent Cheylus
Hi, proposal to import StyLua v0.16.0 as devel/stylua StyLua (https://github.com/JohnnyMorganz/StyLua) is an opinionated code formatter for Lua 5.1, 5.2, 5.3, 5.4 and Luau, built using full-moon (a lossless Lua parser written in Rust). Build and tests OK on amd64. Tests of the tool with Lua

Re: new sysutils/gitlab-cli

2023-01-28 Thread Laurent Cheylus
On Sat, 28 Jan 2023 00:15:23 +, Klemens Nanni wrote: > Same as devel/github-cli but different in that upstream sources extraact > differently, so post-extract moves it into place. > > LDFLAGS and gen-docs flags are also slightly different, otherwise `glab` > works and does the equivalent to `

Re: new sysutils/gitlab-cli

2023-01-28 Thread Laurent Cheylus
On Sat, 28 Jan 2023 15:04:15 +, Klemens Nanni wrote: > 28.01.2023 14:52, Laurent Cheylus пишет: >> Could you set the real build date with MODGO_LDFLAGS ? > > I deliberately set it to a fixed string such that package contents don't > change between builds. > >

Re: cargo.port.mk suppprt for GH_*

2023-01-29 Thread Laurent Cheylus
On Sat, 28 Jan 2023 13:24:10 +, Stuart Henderson wrote: > Now that we have GH_DISTNAME, we can add support for GH_* in > cargo.port.mk without too much mess, allowing those ports which use the > module and GH_* distfiles to get rid of the "DISTFILES += > ${DISTNAME}${EXTRACT_SUFX}' boilerplate

Re: [update] devel/difftastic 0.42

2023-01-30 Thread Laurent Cheylus
On Sun, 29 Jan 2023 19:41:42 +0100, Volker Schlecht wrote: > * Update devel/difftastic to release 0.42 > * Get rid of the Cargo.toml.orig files in extracted crates to make >update-patches less painful > * patch book.toml to not copy and install Open Sans and Source > Code Pro webfonts with the

Fix for sysutils/fd v8.6.0

2023-01-31 Thread Laurent Cheylus
Hi, in the last update for sysutils/fd v8.6.0 (commit 2023/01/31 20:04:16 by sthen@), there is an error in patches/patch-Makefile : $(orefix) instead of $(prefix) to install man1/fd.1 file With this error, unable to build package for fd-8.6.0. With this fix, build and package are OK on amd64

Re: [update] productivity/epr-reader to 2.4.15 and take maintener

2023-02-03 Thread Laurent Cheylus
On Fri, 20 Jan 2023 18:51:27 +0100, Laurent Cheylus wrote: > attached an update (CVS diff) for productivity/epr-reader version > 2.4.15. > > epr is a CLI ePub reader developed in Python > https://github.com/wustho/epr (...) > Build and tests OK on amd64. > > Unless the

[update] security/gobuster version 3.4.0

2023-02-03 Thread Laurent Cheylus
Hi, an update for security/gobuster to version 3.4.0 : https://github.com/OJ/gobuster - update Makefile for version 3.4.0 + fix comment (remove the leading article) - remove unnecessary PKGNAME in Makefile - generate and use modules.inc for Go modules Build and tests OK on amd64. Please re

Re: [update] security/gobuster version 3.4.0

2023-02-04 Thread Laurent Cheylus
Le 2023-02-03 18:22, Omar Polo a écrit : On 2023/02/03 17:53:33 +0100, Laurent Cheylus wrote: an update for security/gobuster to version 3.4.0 : https://github.com/OJ/gobuster - update Makefile for version 3.4.0 + fix comment (remove the leading article) - remove unnecessary PKGNAME in

Re: [NEW] devel/difftastic

2022-10-07 Thread Laurent Cheylus
On Thu, 6 Oct 2022 17:34:36 +0200, Volker Schlecht wrote: > Attached is a port for difftastic (https://difftastic.wilfred.me.uk/), > with which I've been toying for a while now. > > I used textproc/delta and sysutils/exa as a reference, so I hope there's > not too much wrong with it. I'm not sure

[update] sysutils/fzf-0.34.0

2022-10-07 Thread Laurent Cheylus
Hi, I updated sysutils/fzf (command-line fuzzy finder in Go) to 0.34.0 version : - update for FZF version 0.34.0 from GH https://github.com/junegunn/fzf - use modules.inc for Go modules (generated with go-module) => no longer need to have specific package for sources on MASTER_SITE (edd per

Re: [update] sysutils/fzf-0.34.0

2022-10-08 Thread Laurent Cheylus
Hi Edd, On Fri, 7 Oct 2022 12:04:28 +0100, Edd Barrett wrote: > Uh, yeah, don't rug-pull me please. Sorry, I would have mailed you first with my update for FZF port. > But your module change is certainly worthwhile, as it's super-annoying > to have to re-roll the distfile every time. > > Can

Re: [update] sysutils/fzf-0.34.0 - "fzf-0.34.0.diff" yEnc

2022-10-08 Thread Laurent Cheylus
=ybegin line=128 size=10501 name=fzf-0.34.0.diff sdJw���4ggg4|m}JdJY���Y�YY���Yw���V� 4��JJ[X[]4JW�JW�JW�JW�[X[]Jw���4WWWJw���3[[Jw��J\Z\\J[cd_ad\`JW3[X[]4UUUJw���3bJy��J\

Re: [update] sysutils/fzf-0.34.0

2022-10-08 Thread Laurent Cheylus
On Sat, 8 Oct 2022 08:10:26 - (UTC), Laurent Cheylus wrote: > Attached a diff on CVS for 0.34.0 version. Index: Makefile === RCS file: /cvs/ports/sysutils/fzf/Makefile,v retrieving revision 1.13 diff -u -p -u -r1.13 Makef

Re: [NEW] devel/difftastic

2022-10-17 Thread Laurent Cheylus
Hi Volker, On Fri, 7 Oct 2022 11:56:41 +0200, Volker Schlecht wrote: >> I could add difftastic documentation in your port : >> - files README.md, manual/src/*.md >> - generate Markdown book (HTML) from md files with mdBook https:// >> github.com/rust-lang/mdBook (needs to create a port first) >>

Re: update sysutils/fzf --> 0.34.0

2022-10-18 Thread Laurent Cheylus
Hi, On Tue, 18 Oct 2022 08:30:35 +0200, Stefan Hagen wrote: > Stefan Hagen wrote (2022-10-18 08:17 CEST): >> > # uses pledge() >> >> If you check the fzf distfile from edd, you see that he added pledge >> support. And because we can't patch go ports, he created a distfile. >> >> I'd say let's

Re: [OpenBSD ports] Update for fzf 0.34.0

2022-10-22 Thread Laurent Cheylus
Hi, > On Fri, Oct 21, 2022, at 3:23 PM, Edd Barrett wrote: >> On Fri, Oct 21, 2022 at 05:50:08PM +0200, Laurent Cheylus wrote: >> - add patch for Bash completion for kill command (kill **) > > Did you author this patch, or did it come from somewhere? If we > borrowed it,

[new] editors/helix version 22.08.1

2022-10-31 Thread Laurent Cheylus
Hi, this is a port for Helix (text editor) https://helix-editor.com Features: - Vim-like modal editing - Multiple selections - Built-in language server support - Smart, incremental syntax highlighting and code editing via tree-sitter It's my first port for a Rust tool. Tested on amd64

Re: [new] editors/helix version 22.08.1

2022-11-01 Thread Laurent Cheylus
Hi, On Mon, 31 Oct 2022 19:47:31 +0100, Solène Rapenne wrote: > the ports looks in good shape and works fine, including LSP support > which I tested with gopls and clangd. Thanks Solene for your review of my port. > in pkg/DESCR, delete "written in Rust" because this brings nothing > useful, a

Re: [NEW] devel/difftastic

2022-11-01 Thread Laurent Cheylus
asonably use difftastic. I didn't benchmark it myself, but I don't > think that the optimizations in 0.37.0 make it universally usable with a > 4GB datasize > > * Include generation of html docs as proposed by Laurent Cheylus > > Anyone to review and import? OK, buil

<    1   2   3   >