[Bug 211323] [NEW PORT] sysutils/xe: Simple xargs and apply replacement

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jul 24 03:50:49 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211323

            Bug ID: 211323
           Summary: [NEW PORT] sysutils/xe: Simple xargs and apply
                    replacement
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: t at tobik.me

Created attachment 172911
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=172911&action=edit
xe.shar

xe is a tool for constructing command lines from file listings or
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 seperated 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/

Poudriere ok (FreeBSD 9.3/i386 and FreeBSD 10.2/amd64)
Portlint ok

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list