Hi, I made a port for execline (and skalibs which is a dependency), a scripting language like sh but implemented in a really different way. Once the parser has read the script it exits and leaves a chain of commands running, each of these do something and exec in the next command.
skalibs is a general-purpose library, used by the skarnet.org software.
I tested them on amd64 and i386.
I have a few doubts, when i run portcheck on sysutils/execline i get the
following and i haven't found a way to fix it:
in default FLAVOR: the following libraries in WANTLIB look like masked by
RUN_DEPENDS: skarnet
in FLAVOR "static": the following libraries in WANTLIB look like masked by
RUN_DEPENDS: skarnet
skalibs offer a default PATH (for example when executing into another
command) when one is not set in the environment, this is configurable at
compile time, i have set the system default one:
/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:${LOCALBASE}/bin:${LOCALBASE}/sbin
Is this correct?
Comments, suggestions and/or testing?
Thanks in advance!
skalibs.tar.gz
Description: application/tar-gz
execline.tar.gz
Description: application/tar-gz
