summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-08-01 09:22:26 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-08-01 09:22:26 +0000
commit1a79cc7926a08c738382a34dd8033e6fb3af6b4f (patch)
tree38b06c01c26300293c44f705ee8842b5ed627cfc /textproc
parentFix WWW: typos (diff)
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>
Notes
Notes: svn path=/head/; revision=20463
Diffstat (limited to 'textproc')
-rw-r--r--textproc/rand/Makefile21
-rw-r--r--textproc/rand/distinfo1
-rw-r--r--textproc/rand/pkg-comment1
-rw-r--r--textproc/rand/pkg-descr5
-rw-r--r--textproc/rand/pkg-plist1
5 files changed, 29 insertions, 0 deletions
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 <bsd.port.mk>
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