mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Import of rand, a cat-like utility that displays the lines of a file
or stream in random order. PR: 12822 Submitted by: Dominik Brettnacher <domi@saargate.de>
This commit is contained in:
parent
35fc3fa02a
commit
1a79cc7926
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20463
5 changed files with 29 additions and 0 deletions
21
textproc/rand/Makefile
Normal file
21
textproc/rand/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: rand
|
||||
# Version required: 1.5
|
||||
# Date created: Mon Jul 26 1999
|
||||
# Whom: domi@saargate.de
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= rand-1.5
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://shells.clipboard.com/~br0ke/files/ \
|
||||
http://math.smsu.edu/~br0ke/files/
|
||||
|
||||
MAINTAINER= domi@saargate.de
|
||||
|
||||
WRKSRC= ${WRKDIR}/rand
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/rand ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/rand/distinfo
Normal file
1
textproc/rand/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (rand-1.5.tar.gz) = 3a468c830e75ae14c0c6bd1053047b37
|
1
textproc/rand/pkg-comment
Normal file
1
textproc/rand/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Utility to display files or streams in random order
|
5
textproc/rand/pkg-descr
Normal file
5
textproc/rand/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
rand is a cat-like utility that displays the lines of a file or stream in
|
||||
random order.
|
||||
|
||||
WWW: http://shells.clipboard.com/~br0ke/rand.html
|
||||
Alternative: http://math.smsu.edu/~br0ke/rand.html
|
1
textproc/rand/pkg-plist
Normal file
1
textproc/rand/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/rand
|
Loading…
Add table
Reference in a new issue