aboutsummaryrefslogtreecommitdiff
path: root/lang/execline/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* lang/execline: Update to 2.5.1.0Tobias C. Berner2019-04-021-2/+4
| | | | | | | | PR: 236934 Submitted by: crest@rlwinm.de (maintainer) Notes: svn path=/head/; revision=497569
* lang/execline: update to 2.5.0.1Fernando Apesteguía2018-09-181-5/+3
| | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=480055
* lang/execline: update 2.2.0.0 -> 2.3.0.4Kurt Jaeger2018-01-111-3/+3
| | | | | | | | | PR: 218544 Submitted by: Colin Booth <colin-ports@heliocat.net> (maintainer) Relnotes: http://www.skarnet.org/software/execline/upgrade.html Notes: svn path=/head/; revision=458734
* - Update to 2.2.0.0Dmitry Marakasov2016-12-131-5/+3
| | | | | | | | | | | - 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
* lang/execline: 2.1.4.2 -> 2.1.4.5Kurt Jaeger2016-01-241-2/+1
| | | | | | | | | | | - 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
* lang/execline: 2.1.3.1 -> 2.1.4.2Kurt Jaeger2015-10-171-2/+6
| | | | | | | | | | | | | - 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
* - Update to 2.1.3.1Wen Heping2015-08-181-1/+1
| | | | | | | | PR: 202389 Submitted by: colin@heliocat.net(maintainer) Notes: svn path=/head/; revision=394581
* lang/execline: update to 2.1.3.0Jan Beich2015-08-161-2/+4
| | | | | | | | | | | - 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
* Update to version 2.1.1.0Pawel Pekala2015-03-161-3/+6
| | | | | | | | | | | | | | | | 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
* - Update to version 2.0.2.1 [1]Pawel Pekala2015-02-231-1/+1
| | | | | | | | | | - Remove Author tag from pkg-descr PR: 197873 [1] Submitted by: Colin Booth <colin@heliocat.net> (maintainer) [1] Notes: svn path=/head/; revision=379710
* - devel/skalibs: update to 2.2.1.0 [1]Jan Beich2015-02-101-20/+25
| | | | | | | | | | | | | | | | - 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
* Cleanup plistBaptiste Daroussin2014-10-271-3/+0
| | | | Notes: svn path=/head/; revision=371587
* In some straightforward situations, protect examples behind PORTEXAMPLES,Adam Weinberger2014-08-061-3/+3
| | | | | | | | 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
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* - Update to 1.08.Marcelo Araujo2008-10-231-0/+4
| | | | | | | - Take maintainership. Notes: svn path=/head/; revision=221952
* - Update to 1.07Martin Wilke2008-09-301-0/+2
| | | | | | | | PR: 127746 Submitted by: "Beat Gätzi" <beat@chruetertee.ch> Notes: svn path=/head/; revision=221046
* - Update to 1.06Sergei Kolobov2004-06-101-1/+2
| | | | Notes: svn path=/head/; revision=111234
* Add missing @dirrmKris Kennaway2004-04-131-0/+1
| | | | Notes: svn path=/head/; revision=106965
* Add execline 1.05:Sergei Kolobov2003-10-241-0/+97
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