From 1a79cc7926a08c738382a34dd8033e6fb3af6b4f Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Sun, 1 Aug 1999 09:22:26 +0000 Subject: 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 --- textproc/rand/Makefile | 21 +++++++++++++++++++++ textproc/rand/distinfo | 1 + textproc/rand/pkg-comment | 1 + textproc/rand/pkg-descr | 5 +++++ textproc/rand/pkg-plist | 1 + 5 files changed, 29 insertions(+) create mode 100644 textproc/rand/Makefile create mode 100644 textproc/rand/distinfo create mode 100644 textproc/rand/pkg-comment create mode 100644 textproc/rand/pkg-descr create mode 100644 textproc/rand/pkg-plist (limited to 'textproc') diff --git a/textproc/rand/Makefile b/textproc/rand/Makefile new file mode 100644 index 000000000000..d0a675cb9de1 --- /dev/null +++ b/textproc/rand/Makefile @@ -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 diff --git a/textproc/rand/distinfo b/textproc/rand/distinfo new file mode 100644 index 000000000000..d59d8705232f --- /dev/null +++ b/textproc/rand/distinfo @@ -0,0 +1 @@ +MD5 (rand-1.5.tar.gz) = 3a468c830e75ae14c0c6bd1053047b37 diff --git a/textproc/rand/pkg-comment b/textproc/rand/pkg-comment new file mode 100644 index 000000000000..6f535b004c0d --- /dev/null +++ b/textproc/rand/pkg-comment @@ -0,0 +1 @@ +Utility to display files or streams in random order diff --git a/textproc/rand/pkg-descr b/textproc/rand/pkg-descr new file mode 100644 index 000000000000..1eaa4c949f5a --- /dev/null +++ b/textproc/rand/pkg-descr @@ -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 diff --git a/textproc/rand/pkg-plist b/textproc/rand/pkg-plist new file mode 100644 index 000000000000..3a75cb8e8108 --- /dev/null +++ b/textproc/rand/pkg-plist @@ -0,0 +1 @@ +bin/rand -- cgit v1.2.3