Port details |
- execline Lightweight non-interactive sh(1)-like scripting language
- 2.9.6.1 lang =4 2.9.6.1Version of this port present on the latest quarterly branch.
- Maintainer: crest@rlwinm.de
- Port Added: 2003-10-24 21:42:49
- Last Update: 2024-12-10 08:51:35
- Commit Hash: 0054794
- People watching this port, also watch:: nut, crowdsec, monit, jitsi-meet, nextcloud-talk-php82
- Also Listed In: shells
- License: ISCL
- WWW:
- https://www.skarnet.org/software/execline/
- Description:
- execline is a very light non-interactive scripting language,
which is similar to /bin/sh. Simple shell scripts can be
easily rewritten in the execline language, improving performance
and memory usage. execline was designed for use
in embedded systems, but works on most Unix flavors.
execline features conditional loops, getopt-style option handling,
filename globbing, and more. Meanwhile, its syntax
is far more logical and predictable than the shell's syntax,
and has no security issues.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/execline/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/execline
- pkg install execline
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: execline
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1733236462
SHA256 (execline-2.9.6.1.tar.gz) = 76919d62f2de4db1ac4b3a59eeb3e0e09b62bcdd9add13ae3f2dad26f8f0e5ca
SIZE (execline-2.9.6.1.tar.gz) = 111566
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- skalibs>=2.14.3.0 : devel/skalibs
- gmake>=4.4.1 : devel/gmake
- Library dependencies:
-
- libskarnet.so : devel/skalibs
- This port is required by:
- for Build
-
- sysutils/s6
- sysutils/s6-rc
- for Run
-
- sysutils/s6
- sysutils/s6-rc
Configuration Options:
- ===> The following configuration options are available for execline-2.9.6.1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- lang_execline
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.9.6.1 10 Dec 2024 08:51:35 |
Robert Clausecker (fuz) Author: Jan Bramkamp |
lang/execline: Update to version 2.9.6.1
Changelog: https://git.skarnet.org/cgi-bin/cgit.cgi/execline/plain/NEWS
PR: 283100, 282021
MFH: 2024Q4 |
2.9.5.1 16 Jun 2024 11:54:28 |
Robert Clausecker (fuz) Author: Jan Bramkamp |
lang/execline: Update to version 2.9.5.1
Give read+execute permissions to everyone on symlinks:
- bin/cd -> execline-cd
- bin/umask -> execline-umask
List of changes between 2.9.3.0 and 2.9.5.1 mentioned in the ./NEWS file:
In 2.9.5.1
----------
- Bugfixes.
In 2.9.5.0
----------
- Bugfixes.
- backtick now sets ? when it can be nonzero.
In 2.9.4.0
----------
- Adaptation to skalibs-2.14.0.0.
- New dummy -e option in execlineb.
- Slightly better error reporting in execlineb.
PR: 279116 |
2.9.3.0 06 Apr 2023 20:33:21 |
Robert Clausecker (fuz) Author: Jan Bramkamp |
lang/execline: update to 2.9.3.0
Changelog: https://skarnet.org/software/execline/upgrade.html
MFH: 2023Q2 |
2.9.1.0_1 18 Feb 2023 12:26:40 |
Fernando Apesteguía (fernape) |
lang/execline: Fix permissions for some files
Some executables did not have the right permissions.
PR: 268593
Reported by: sg@redu.cx |
2.9.1.0 16 Feb 2023 15:40:54 |
Fernando Apesteguía (fernape) |
lang/execline: Update to 2.9.1.0
PR: 269439
Reported by: crest@rlwinm.de |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.9.0.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.9.0.0 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
2.9.0.0 26 Jun 2022 12:27:08 |
Dirk Meyer (dinoex) |
sysutils/s6-rc: update to 0.5.3.2
sysutils/s6-rc: update to 0.5.3.2
sysutils/s6: update to 2.11.1.1
lang/execline: update to 2.9.0.0
devel/skalibs: update to 2.12.0.1
PR: 234939 |
2.8.0.1 09 May 2021 08:58:59 |
Alexey Dokuchaev (danfe) |
- Update Skarnet.org software stack ports to their latest versions
- Allow to override default location of s6-rc's root (--livedir)
PR: 237760 |
2.7.0.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.7.0.0 11 Jan 2021 21:25:31 |
tcberner |
lang/execline: Update execline to version 2.7.0.0
PR: 252588
Submitted by: crest@rlwinm.de (maintainer) |
2.6.0.1 24 Apr 2020 18:45:10 |
tcberner |
lang/execline: Update to 2.6.0.1
PR: 245687
Submitted by: crest@rlwinm.de (maintainer) |
2.5.1.0 02 Apr 2019 17:19:09 |
tcberner |
lang/execline: Update to 2.5.1.0
PR: 236934
Submitted by: crest@rlwinm.de (maintainer) |
2.5.0.1 18 Sep 2018 18:21:06 |
fernape |
lang/execline: update to 2.5.0.1
* Change maintainership
* Move DOCS variable to its proper place
PR: 231158
Submitted by: colin-ports@heliocat.net
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D17223 |
2.3.0.4 11 Jan 2018 14:18:01 |
danfe |
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2). |
2.3.0.4 11 Jan 2018 13:43:15 |
pi |
lang/execline: update 2.2.0.0 -> 2.3.0.4
PR: 218544
Submitted by: Colin Booth <colin-ports@heliocat.net> (maintainer)
Relnotes: http://www.skarnet.org/software/execline/upgrade.html |
2.2.0.0 13 Dec 2016 15:45:47 |
amdmi3 |
- Update to 2.2.0.0
- Update maintainer's email
- While here, add LICENSE_FILE, fix library dependency, don't install unneeded
docs, fix command for docs installation and apply some cosmetic fixes
PR: 213897
Submitted by: colin@heliocat.net (maintainer) |
2.1.4.5 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
2.1.4.5 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
2.1.4.5 24 Jan 2016 16:13:34 |
pi |
lang/execline: 2.1.4.2 -> 2.1.4.5
- additional error condition in src/execline/backtick.c
- better explaination in doc/dieshdiedie.html
PR: 206554
Submitted by: Colin Booth <colin@heliocat.net> (maintainer) |
2.1.4.2 17 Oct 2015 17:39:58 |
pi |
lang/execline: 2.1.3.1 -> 2.1.4.2
- New EXECLINE_BLOCK_END_STRING and EXECLINE_BLOCK_QUOTE_STRING macros
- New command: withstdinas. It's a simplification of backtick, which
is now implemented as a combination of pipeline and withstdinas.
- Other new command: getcwd.
PR: 203789
Submitted by: Colin Booth <colin@heliocat.net> (maintainer) |
2.1.3.1 18 Aug 2015 13:09:58 |
wen |
- Update to 2.1.3.1
PR: 202389
Submitted by: colin@heliocat.net(maintainer) |
2.1.3.0 16 Aug 2015 02:43:55 |
jbeich |
lang/execline: update to 2.1.3.0
- Restore DOCS option accidentally removed in r378797
Changes: http://skarnet.org/software/execline/upgrade.html
PR: 201924
Submitted by: Colin Booth <colin@heliocat.net> (maintainer) |
2.1.1.0 16 Mar 2015 19:02:57 |
pawel |
Update to version 2.1.1.0
2.1.0.0
skalibs dependency bumped to 2.3.1.0
foreground now sets the ? environment variable to 256 plus the signal
number when its block was killed by a signal (in previous
releases it used 126).
New rules for exit codes of forx, loopwhilex, forbacktickx
New -e option to loopwhilex, deprecating the -x option.
PR: 198058
Submitted by: Colin Booth <colin@heliocat.net> (maintainer) |
2.0.2.1 23 Feb 2015 21:39:41 |
pawel |
- Update to version 2.0.2.1 [1]
- Remove Author tag from pkg-descr
PR: 197873 [1]
Submitted by: Colin Booth <colin@heliocat.net> (maintainer) [1] |
2.0.2.0 19 Feb 2015 02:29:07 |
jbeich |
Register CONFLICTS between execline and ImageMagick
Differential Revision: https://reviews.freebsd.org/D1820
Approved by: bapt (mentor)
Approved by: portmgr blanket |
2.0.2.0 10 Feb 2015 20:33:52 |
jbeich |
- devel/skalibs: update to 2.2.1.0 [1]
- lang/execline: update to 2.0.2.0 [2]
- Pass maintainership to the submitter [1][2]
- Mark sysutils/runwhen as BROKEN
PR: 197233 [1]
PR: 197234 [2]
Differential Revision: https://reviews.freebsd.org/D1818
Submitted by: Colin Booth <colin@heliocat.net>
Approved by: portmgr (bapt) [1]
Approved by: bapt (mentor) |
1.08 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
1.08 06 Aug 2014 04:34:23 |
adamw |
In some straightforward situations, protect examples behind PORTEXAMPLES,
adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances,
correct examples being controlled by the DOCS option. |
1.08 01 Jun 2014 09:07:52 |
pawel |
- Fix build on 10+ by respecting CC, CFLAGS
- Add staging support
- Convert to new options framework
MFH: 2014Q2 |
1.08 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
1.08 29 Nov 2013 07:37:53 |
araujo |
- Return almost all of my ports back to the pool. I have no time to make any
necessary fixes on them for the past months. |
1.08 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
1.08 03 Jul 2011 13:45:36 |
ohauer |
- remove MD5 |
1.08 23 Oct 2008 22:56:48 |
araujo |
- Update to 1.08.
- Take maintainership. |
1.07 30 Sep 2008 14:12:35 |
miwi |
- Update to 1.07
PR: 127746
Submitted by: "Beat Gätzi" <beat@chruetertee.ch> |
1.06 27 Jul 2008 04:30:53 |
linimon |
Reset sergei@ due to maintainer-timeouts and no response to email.
Hat: portmgr |
1.06 25 Nov 2005 14:05:38 |
sergei |
- Add SHA256 checksums to my ports |
1.06 10 Jun 2004 21:13:36 |
sergei |
- Update to 1.06 |
1.05 13 Apr 2004 22:15:26 |
kris |
Add missing @dirrm |
1.05 30 Jan 2004 16:03:29 |
sergei |
SIZE *DOES* MATTER. |
1.05 28 Oct 2003 10:16:43 |
sergei |
- Change to my @FreeBSD.org address
Approved by: krion (implicit) |
1.05 25 Oct 2003 20:37:17 |
sergei |
- Unbreak build by adding forgotten dependency on devel/skalibs
Reported by: bento (kris)
- Reword COMMENT to avoid truncation by pkg_info(1)
Approved by: krion (implicit) |
1.05 24 Oct 2003 21:41:31 |
sergei |
Add execline 1.05:
execline is a very light non-interactive scripting language,
which is similar to /bin/sh. Simple shell scripts can be
easily rewritten in the execline language, improving performance
and memory usage. execline was designed for use
in embedded systems, but works on most Unix flavors.
execline features conditional loops, getopt-style option handling,
filename globbing, and more. Meanwhile, its syntax
is far more logical and predictable than the shell's syntax,
and has no security issues.
Author: Laurent G. Bercot <ska-skaware@skarnet.org>
WWW: http://www.skarnet.org/software/execline/
Approved by: krion (implicit) |