| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=428503
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415499
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412347
|
|
|
|
|
|
|
|
|
|
|
| |
- additional error condition in src/execline/backtick.c
- better explaination in doc/dieshdiedie.html
PR: 206554
Submitted by: Colin Booth <colin@heliocat.net> (maintainer)
Notes:
svn path=/head/; revision=407164
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=399546
|
|
|
|
|
|
|
|
| |
PR: 202389
Submitted by: colin@heliocat.net(maintainer)
Notes:
svn path=/head/; revision=394581
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=394373
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=381433
|
|
|
|
|
|
|
|
|
|
| |
- Remove Author tag from pkg-descr
PR: 197873 [1]
Submitted by: Colin Booth <colin@heliocat.net> (maintainer) [1]
Notes:
svn path=/head/; revision=379710
|
|
|
|
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D1820
Approved by: bapt (mentor)
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=379331
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=378797
|
|
|
|
| |
Notes:
svn path=/head/; revision=371587
|
|
|
|
|
|
|
|
| |
adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances,
correct examples being controlled by the DOCS option.
Notes:
svn path=/head/; revision=364152
|
|
|
|
|
|
|
|
|
|
| |
- Add staging support
- Convert to new options framework
MFH: 2014Q2
Notes:
svn path=/head/; revision=356067
|
|
|
|
| |
Notes:
svn path=/head/; revision=340674
|
|
|
|
|
|
|
| |
necessary fixes on them for the past months.
Notes:
svn path=/head/; revision=335151
|
|
|
|
|
|
|
| |
lang)
Notes:
svn path=/head/; revision=327741
|
|
|
|
| |
Notes:
svn path=/head/; revision=276987
|
|
|
|
|
|
|
| |
- Take maintainership.
Notes:
svn path=/head/; revision=221952
|
|
|
|
|
|
|
|
| |
PR: 127746
Submitted by: "Beat Gätzi" <beat@chruetertee.ch>
Notes:
svn path=/head/; revision=221046
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=217649
|
|
|
|
| |
Notes:
svn path=/head/; revision=149422
|
|
|
|
| |
Notes:
svn path=/head/; revision=111234
|
|
|
|
| |
Notes:
svn path=/head/; revision=106965
|
|
|
|
| |
Notes:
svn path=/head/; revision=99525
|
|
|
|
|
|
|
| |
Approved by: krion (implicit)
Notes:
svn path=/head/; revision=92444
|
|
|
|
|
|
|
|
|
|
|
| |
Reported by: bento (kris)
- Reword COMMENT to avoid truncation by pkg_info(1)
Approved by: krion (implicit)
Notes:
svn path=/head/; revision=92132
|
|
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)
Notes:
svn path=/head/; revision=92085
|