Date: Thu, 28 Nov 2024 04:49:55 GMT From: Kyle Evans <kevans@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9f0fc6e32e2b - main - sysutils/porch: update to v1.0 Message-ID: <202411280449.4AS4ntZ6038621@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/ports/commit/?id=9f0fc6e32e2b4456abd440deea2da1d80b059219 commit 9f0fc6e32e2b4456abd440deea2da1d80b059219 Author: Kyle Evans <kevans@FreeBSD.org> AuthorDate: 2024-11-28 04:49:23 +0000 Commit: Kyle Evans <kevans@FreeBSD.org> CommitDate: 2024-11-28 04:49:23 +0000 sysutils/porch: update to v1.0 Highlights: - Now tries to avoid error/assert as much as possible to avoid aborting on lib users, which could handle the situation more gracefully - Allows more flexibility in run_script(), so one can pass an already-open file and run it. - Improved documentation with linting in CI - Wrote porch(3lua) to document the direct-execution interface --- sysutils/porch/Makefile | 2 +- sysutils/porch/distinfo | 6 +++--- sysutils/porch/pkg-plist | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sysutils/porch/Makefile b/sysutils/porch/Makefile index 58dc4c24310b..0e2f3cc679aa 100644 --- a/sysutils/porch/Makefile +++ b/sysutils/porch/Makefile @@ -1,5 +1,5 @@ PORTNAME= porch -PORTVERSION= 0.4 +PORTVERSION= 1.0 CATEGORIES= sysutils MASTER_SITES= https://git.kevans.dev/kevans/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/ diff --git a/sysutils/porch/distinfo b/sysutils/porch/distinfo index 023c16d53036..07d7426244a6 100644 --- a/sysutils/porch/distinfo +++ b/sysutils/porch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1727411422 -SHA256 (porch-0.4.tar.gz) = da8602a97f54cb4fca93db2236452407a20dbc6add3ec2c0fc3d06e6f1118870 -SIZE (porch-0.4.tar.gz) = 41104 +TIMESTAMP = 1732769133 +SHA256 (porch-1.0.tar.gz) = 4768e9a24b42b21d7c1366881f4347211b12a732f6c4174a78034af9917c1788 +SIZE (porch-1.0.tar.gz) = 48913 diff --git a/sysutils/porch/pkg-plist b/sysutils/porch/pkg-plist index 67baf5e51484..cd6854dcb191 100644 --- a/sysutils/porch/pkg-plist +++ b/sysutils/porch/pkg-plist @@ -4,6 +4,7 @@ bin/porch %%LUA_MODSHAREDIR%%/porch/actions.lua %%LUA_MODSHAREDIR%%/porch/context.lua %%LUA_MODSHAREDIR%%/porch/direct.lua +%%LUA_MODSHAREDIR%%/porch/env.lua %%LUA_MODSHAREDIR%%/porch/matchers.lua %%LUA_MODSHAREDIR%%/porch/process.lua %%LUA_MODSHAREDIR%%/porch/scripter.lua @@ -11,4 +12,5 @@ bin/porch %%EXAMPLES%%%%EXAMPLESDIR%%/cat-multi.orch %%EXAMPLES%%%%EXAMPLESDIR%%/nc.orch %%MANPAGES%%share/man/man1/porch.1.gz +%%MANPAGES%%share/man/man3lua/porch.3lua.gz %%MANPAGES%%share/man/man5/orch.5.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411280449.4AS4ntZ6038621>