Port details |
- shuf Randomly permute input lines
- 3.0 sysutils =2 3.0Version 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: 2018-05-01 15:13:00
- Last Update: 2024-01-09 15:41:04
- Commit Hash: e10e202
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: ISCL
- WWW:
- https://github.com/ibara/shuf
- Description:
- shuf is a utility that outputs a random permutation of its input lines.
It is an ISC licensed reimplementation of the shuf(1) utility
from GNU coreutils.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/shuf/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/shuf
- pkg install shuf
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: shuf
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1618673826
SHA256 (shuf-3.0.tar.gz) = f55cc9ad9b15c8cb6c8cc9170a59c6459a8ad3c4f6404b9722cf6de00d42ebaf
SIZE (shuf-3.0.tar.gz) = 6045
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Run
-
- multimedia/ytfzf
Configuration Options:
- No options to configure
- Options name:
- sysutils_shuf
- 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 |
3.0 09 Jan 2024 15:41:04 |
Baptiste Daroussin (bapt) |
MAN[1-5]PREFIX: eleminate its usage and move man to share/man |
3.0 20 Jul 2023 14:04:33 |
Mark Felder (feld) |
Drop maintainership of ports
I cannot give these the attention they need right now. |
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) |
3.0 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 ) |
3.0 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
3.0 17 Apr 2021 15:40:18 |
Mateusz Piotrowski (0mp) |
sysutils/shuf: Use release tarball and switch to HAS_CONFIGURE
As reported by tobik@, this port should be using HAS_CONFIGURE instead
of GNU_CONFIGURE. Also, there is an official release tarball we can use.
This is a follow-up to 724bf7a5dc3421fc65234b2cb2597e6783241f69. |
3.0 17 Apr 2021 15:17:20 |
Mateusz Piotrowski (0mp) |
sysutils/shuf: Update to 3.0
Summary:
- Set WWW to the GitHub repository, the old homepage seems down.
- Install the manual page to share/man/man1
- Mention that this utility is a reimplementation of the GNU shuf tool.
Approved by: feld (maintainer)
Differential Revision: https://reviews.freebsd.org/D29806 |
1.8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.8 05 Apr 2020 14:07:39 |
swills |
sysutils/shuf: fix fetch |
1.8 04 Apr 2020 20:51:41 |
antoine |
Deprecate ports broken for more than 6 months |
1.8 06 Nov 2019 16:26:35 |
antoine |
Mark a few ports BROKEN (unfetchable) |
1.8 02 Nov 2018 13:32:35 |
rene |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
1.8 01 May 2018 16:00:12 |
feld |
Mark broken on FreeBSD 10
Need reallocarray or a port of libbsd to provide it. |
1.8 01 May 2018 15:12:45 |
feld |
shuf is a utility that outputs a random permutation of its input lines.
WWW: https://devio.us/~bcallah/shuf/ |