Port details |
- shuffle Produce random permutations
- 20010603_1 misc =2 20010603_1Version 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: 2001-06-14 02:43:44
- Last Update: 2024-03-16 16:29:29
- Commit Hash: bd70c35
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- Description:
- The shuffle program prints a random permutation (or ``shuffle'') of
its input lines. This can be useful in shell scripts for selecting a
random order in which to do a set of tasks, view a set of files, etc.
- ¦ ¦ ¦ ¦
- 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/misc/shuffle/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/shuffle
- pkg install shuffle
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: shuffle
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (shuffle-20010603.tar.gz) = 30f7502eb4f88601b8a4ee4147a5e5e87ac57ad954a69d4bef06e2c6dea201c5
SIZE (shuffle-20010603.tar.gz) = 3559
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- misc_shuffle
- 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 |
20010603_1 16 Mar 2024 16:29:29 |
Christian Weisgerber (naddy) |
misc/shuffle: Move man pages to share/man
Approved by: portmgr (blanket) |
20010603 20 Jul 2022 14:22:28 |
Tobias C. Berner (tcberner) |
misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
20010603 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20010603 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
20010603 29 Jul 2014 01:16:46 |
adamw |
Rename misc/ patch-xy patches to reflect the files they modify. |
20010603 13 Jun 2014 11:00:40 |
pawel |
Add staging support |
20 Sep 2013 20:50:59
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
20010603 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
20010603 29 Dec 2009 10:25:55 |
miwi |
- Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with src
PR: ports/136065 ports/127469
Submitted by: N.J. Mann <njm@njm.me.uk> and Aldis Berjoza
<killasmurf86@gmail.com>
- Early identify port CONFLICTS
PR: 137855
Submitted by: Piotr Smyrak <smyru@heron.pl>
- Add --no-same-permissions to the EXTRACT_AFTER_ARGS command.
Tijl Coosemans has been reported an issue that when root is extracting from the
tarball, and the tarball contains world writable files
(sysutils/policykit as an example), there is a chance that the files
gets changed by malicious third parties right after the extraction,
which makes it possible to inject code into the package thus compromise
the system.
Submitted by: Tijl Coosemans <tijl@coosemans.org> Xin LI (delphij@)
- Fix some whitespaces
Tested with: exp-run |
20010603 04 Mar 2007 02:12:36 |
linimon |
dd@ has had his port bit taken for safekeeping. Therefore, return these
to the pool.
Hat: portmgr |
20010603 22 Jan 2006 12:59:47 |
edwin |
SHA256ify
Approved by: krion@ |
20010603 18 Mar 2004 02:27:55 |
trevor |
Add size data.
Approved by: maintainers |
20010603 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
20010603 07 Mar 2003 06:07:20 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
20010603 28 Dec 2002 00:48:59 |
edwin |
Remove unixfreak.org master_site.
Noticed by: portsurvey |
24 Jun 2001 18:18:38 |
dd |
Replace the non-scalable way of determining the man page name (the Makefile in
the package honors NOMANCOMPRESS itself) with a much better one mostly
suggested by roam@. |
14 Jun 2001 06:43:44 |
dwcjr |
Add, shuffle(1) from NetBSD, a program that prints a random permutation of its
input lines |