aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rl
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-06-23 04:19:51 +0800
committerpav <pav@FreeBSD.org>2004-06-23 04:19:51 +0800
commit783bab09867883be6a90c879a33bc5a8ef2a9b15 (patch)
tree9dfdda841393f2f48ba03262a39e6a942b9831ed /textproc/rl
parentf3e3fd92996d4e6763eb540e538375a751d6fd21 (diff)
downloadfreebsd-ports-gnome-783bab09867883be6a90c879a33bc5a8ef2a9b15.tar.gz
freebsd-ports-gnome-783bab09867883be6a90c879a33bc5a8ef2a9b15.tar.zst
freebsd-ports-gnome-783bab09867883be6a90c879a33bc5a8ef2a9b15.zip
Add rl, a command-line tool that reads lines from an input file or stdin,
randomizes the lines and outputs a specified number of lines. It does this with only a single pass over the input while trying to use as little memory as possible. PR: ports/68182 Submitted by: David Sze <dsze@alumni.uwaterloo.ca>
Diffstat (limited to 'textproc/rl')
-rw-r--r--textproc/rl/Makefile21
-rw-r--r--textproc/rl/distinfo2
-rw-r--r--textproc/rl/pkg-descr6
3 files changed, 29 insertions, 0 deletions
diff --git a/textproc/rl/Makefile b/textproc/rl/Makefile
new file mode 100644
index 000000000000..a32f219d721c
--- /dev/null
+++ b/textproc/rl/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: rl
+# Date created: 21 June 2004
+# Whom: David Sze <dsze@alumni.uwaterloo.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= rl
+PORTVERSION= 0.2.2
+CATEGORIES= textproc
+MASTER_SITES= http://tiefighter.et.tudelft.nl/~arthur/rl/
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Randomizes lines from a specified input file
+
+GNU_CONFIGURE= yes
+
+MAN1= rl.1
+PLIST_FILES= bin/rl
+
+.include <bsd.port.mk>
diff --git a/textproc/rl/distinfo b/textproc/rl/distinfo
new file mode 100644
index 000000000000..d94ae88d58b3
--- /dev/null
+++ b/textproc/rl/distinfo
@@ -0,0 +1,2 @@
+MD5 (rl-0.2.2.tar.gz) = 4be20e6633026d3f1fc3a44f0a856ad0
+SIZE (rl-0.2.2.tar.gz) = 108678
diff --git a/textproc/rl/pkg-descr b/textproc/rl/pkg-descr
new file mode 100644
index 000000000000..11b0ea771c8e
--- /dev/null
+++ b/textproc/rl/pkg-descr
@@ -0,0 +1,6 @@
+rl is a command-line tool that reads lines from an input file or stdin,
+randomizes the lines and outputs a specified number of lines. It does
+this with only a single pass over the input while trying to use as little
+memory as possible.
+
+WWW: http://tiefighter.et.tudelft.nl/~arthur/rl/