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:
Chris Piazza 1999-08-01 09:22:26 +00:00
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
View 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
View file

@ -0,0 +1 @@
MD5 (rand-1.5.tar.gz) = 3a468c830e75ae14c0c6bd1053047b37

View file

@ -0,0 +1 @@
Utility to display files or streams in random order

5
textproc/rand/pkg-descr Normal file
View 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
View file

@ -0,0 +1 @@
bin/rand