Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jul 2016 03:50:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 211323] [NEW PORT] sysutils/xe: Simple xargs and apply replacement
Message-ID:  <bug-211323-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211323

            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@FreeBSD.org
          Reporter: t@tobik.me

Created attachment 172911
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D172911&action=
=3Dedit
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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211323-13>