mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
sysutils/porch: update to v1.1
Highlights: - porchgen(1) to generate starter orch(5) scripts - rporch(1) to execute a local orch(5) script against a remote machine - Added a pipe() command to inject output from another program
This commit is contained in:
parent
9212beb256
commit
bf2b1daec3
3 changed files with 9 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= porch
|
||||
PORTVERSION= 1.0
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= https://git.kevans.dev/kevans/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1732769133
|
||||
SHA256 (porch-1.0.tar.gz) = 4768e9a24b42b21d7c1366881f4347211b12a732f6c4174a78034af9917c1788
|
||||
SIZE (porch-1.0.tar.gz) = 48913
|
||||
TIMESTAMP = 1738553236
|
||||
SHA256 (porch-1.1.tar.gz) = c6a3525b6b060c03d0f051ef08511e2fe6247b74e42f9f3a53cfd62d70be6a56
|
||||
SIZE (porch-1.1.tar.gz) = 53979
|
||||
|
|
|
@ -1,10 +1,13 @@
|
|||
bin/porch
|
||||
bin/porchgen
|
||||
bin/rporch
|
||||
%%LUA_MODLIBDIR%%/porch/core.so
|
||||
%%LUA_MODSHAREDIR%%/porch.lua
|
||||
%%LUA_MODSHAREDIR%%/porch/actions.lua
|
||||
%%LUA_MODSHAREDIR%%/porch/context.lua
|
||||
%%LUA_MODSHAREDIR%%/porch/direct.lua
|
||||
%%LUA_MODSHAREDIR%%/porch/env.lua
|
||||
%%LUA_MODSHAREDIR%%/porch/generator.lua
|
||||
%%LUA_MODSHAREDIR%%/porch/matchers.lua
|
||||
%%LUA_MODSHAREDIR%%/porch/process.lua
|
||||
%%LUA_MODSHAREDIR%%/porch/scripter.lua
|
||||
|
@ -12,5 +15,7 @@ bin/porch
|
|||
%%EXAMPLES%%%%EXAMPLESDIR%%/cat-multi.orch
|
||||
%%EXAMPLES%%%%EXAMPLESDIR%%/nc.orch
|
||||
%%MANPAGES%%share/man/man1/porch.1.gz
|
||||
%%MANPAGES%%share/man/man1/porchgen.1.gz
|
||||
%%MANPAGES%%share/man/man1/rporch.1.gz
|
||||
%%MANPAGES%%share/man/man3lua/porch.3lua.gz
|
||||
%%MANPAGES%%share/man/man5/orch.5.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue