mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
shuf is a utility that outputs a random permutation of its input lines.
WWW: https://devio.us/~bcallah/shuf/
This commit is contained in:
parent
9376d68435
commit
54a6f60be7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468763
@ -1159,6 +1159,7 @@
|
||||
SUBDIR += shlock
|
||||
SUBDIR += shmcat
|
||||
SUBDIR += showbeastie
|
||||
SUBDIR += shuf
|
||||
SUBDIR += siegfried
|
||||
SUBDIR += signon-kwallet-extension
|
||||
SUBDIR += signon-plugin-oauth2
|
||||
|
22
sysutils/shuf/Makefile
Normal file
22
sysutils/shuf/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Mark Felder <feld@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= shuf
|
||||
PORTVERSION= 1.8
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= https://devio.us/~bcallah/shuf/
|
||||
|
||||
MAINTAINER= feld@FreeBSD.org
|
||||
COMMENT= Randomly permute input lines
|
||||
|
||||
LICENSE= ISCL
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/shuf man/man1/shuf.1.gz
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/shuf ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/shuf.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/shuf/distinfo
Normal file
3
sysutils/shuf/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1525186596
|
||||
SHA256 (shuf-1.8.tar.gz) = 9135103942e23b1d0e023364a11b4b150cb7965b56ed0fb168fcadbfeef7c503
|
||||
SIZE (shuf-1.8.tar.gz) = 5569
|
3
sysutils/shuf/pkg-descr
Normal file
3
sysutils/shuf/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
shuf is a utility that outputs a random permutation of its input lines.
|
||||
|
||||
WWW: https://devio.us/~bcallah/shuf/
|
Loading…
Reference in New Issue
Block a user