aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xe
Commit message (Collapse)AuthorAgeFilesLines
* Fix Perl test dependencyTobias Kortkamp2017-05-021-2/+3
| | | | | | | | | Reported by: mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10570 Notes: svn path=/head/; revision=439953
* Update to 0.7.0Tobias Kortkamp2017-05-024-8/+60
| | | | | | | | | | | - Fix and enable tests Changes: https://github.com/chneukirchen/xe/blob/v0.7.0/NEWS.md Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10393 Notes: svn path=/head/; revision=439949
* Update MAINTAINER to tobik@FreeBSD.org for my portsTobias Kortkamp2017-02-151-1/+1
| | | | | | | | Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9610 Notes: svn path=/head/; revision=434159
* xe is a tool for constructing command lines from file listings orPawel Pekala2016-07-314-0/+67
arguments, which includes the best features of xargs(1) and apply(1). Benefits over xargs: - Sane defaults (behaves like xargs -d'\n' -I{} -n1 -r). - No weird parsing, arguments are separated linewise or by NUL byte. - Can also take arguments from command-line. - No shell involved unless -s is used. - {} replacing possible with multiple arguments. WWW: https://github.com/chneukirchen/xe/ PR: 211323 Submitted by: Tobias Kortkamp <t@tobik.me> Notes: svn path=/head/; revision=419400