diff options
-rw-r--r-- | textproc/rand/Makefile | 21 | ||||
-rw-r--r-- | textproc/rand/distinfo | 1 | ||||
-rw-r--r-- | textproc/rand/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/rand/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/rand/pkg-plist | 1 |
5 files changed, 29 insertions, 0 deletions
diff --git a/textproc/rand/Makefile b/textproc/rand/Makefile new file mode 100644 index 0000000..d0a675c --- /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 0000000..d59d870 --- /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 0000000..6f535b0 --- /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 0000000..1eaa4c9 --- /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 0000000..3a75cb8 --- /dev/null +++ b/textproc/rand/pkg-plist @@ -0,0 +1 @@ +bin/rand |