Port details |
- xe Simple xargs and apply replacement
- 0.11 sysutils
=2 0.11Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2016-07-31 18:31:14
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: tmux, tcpdump, sysinfo, monit, coreutils
- License: CC0-1.0
- Description:
- 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 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.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/xe/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/xe
- pkg install xe
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xe
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1510064060
SHA256 (leahneukirchen-xe-v0.11_GH0.tar.gz) = 4087d40be2db3df81a836f797e1fed17d6ac1c788dcf0fd6a904f2d2178a6f1a
SIZE (leahneukirchen-xe-v0.11_GH0.tar.gz) = 13578
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Run
-
- sysutils/lr
Configuration Options:
- No options to configure
- Options name:
- sysutils_xe
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.11 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.11 25 Aug 2022 21:16:21
    |
Tobias Kortkamp (tobik)  |
*: Return unused ports |
0.11 19 Apr 2021 08:00:09
    |
Tobias Kortkamp (tobik)  |
Remove my useless "Created by" lines |
0.11 14 Apr 2021 12:22:43
    |
Tobias Kortkamp (tobik)  |
Take back some useful ports |
0.11 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.11 28 Sep 2020 05:05:25
  |
tobik  |
Reset MAINTAINER |
0.11 01 Jan 2020 16:25:29
  |
tobik  |
Chase chneukirchen -> leahneukirchen rename |
0.11 08 Dec 2017 17:46:53
  |
tobik  |
sysutils/lr, sysutils/xe: Respect PREFIX |
0.11 07 Nov 2017 14:19:58
  |
tobik  |
sysutils/xe: Update to 0.11
Changes: https://github.com/chneukirchen/xe/blob/v0.11/NEWS.md |
0.10 01 Nov 2017 12:41:59
  |
tobik  |
sysutils/xe: Update to 0.10
Changes: https://github.com/chneukirchen/xe/blob/v0.10/NEWS.md |
0.9 25 Jul 2017 11:46:38
  |
tobik  |
sysutils/xe: Update to 0.9
Changes: https://github.com/chneukirchen/xe/blob/v0.9/NEWS.md |
0.7.0 02 May 2017 15:30:40
  |
tobik  |
Fix Perl test dependency
Reported by: mat
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D10570 |
0.7.0 02 May 2017 14:40:00
  |
tobik  |
Update to 0.7.0
- 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 |
0.6.1 15 Feb 2017 12:28:29
  |
tobik  |
Update MAINTAINER to tobik@FreeBSD.org for my ports
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9610 |
0.6.1 31 Jul 2016 18:31:08
  |
pawel  |
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 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> |