Browse Source

rl: Added rl 0.2.7 - Randomizes lines of input text

cross
Alejandro Mery 15 years ago
parent
commit
f7b8d6ec57
3 changed files with 74 additions and 0 deletions
  1. +23
    -0
      base/rl/rl.cache
  2. +16
    -0
      base/rl/rl.conf
  3. +35
    -0
      base/rl/rl.desc

+ 23
- 0
base/rl/rl.cache

@ -0,0 +1,23 @@
[TIMESTAMP] 1236021101 Mon Mar 2 21:11:41 2009
[BUILDTIME] 100 (9)
[SIZE] 0.03 MB, 8 files
[DEP] bash
[DEP] binutils
[DEP] bzip2
[DEP] coreutils
[DEP] diffutils
[DEP] fhs
[DEP] findutils
[DEP] gcc
[DEP] glibc
[DEP] grep
[DEP] linux-header
[DEP] make
[DEP] mktemp
[DEP] runit
[DEP] sed
[DEP] sysfiles
[DEP] tar
[DEP] util-linux

+ 16
- 0
base/rl/rl.conf

@ -0,0 +1,16 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../rl/rl.conf
# Copyright (C) 2009 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
# --disable-debug makes their configure _enable_ DEBUG
var_remove confopt ' ' '--disable-debug'

+ 35
- 0
base/rl/rl.desc

@ -0,0 +1,35 @@
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../rl/rl.desc
[COPY] Copyright (C) 2009 The OpenSDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; version 2 of the License. A copy of the
[COPY] GNU General Public License can be found in the file COPYING.
[COPY] --- SDE-COPYRIGHT-NOTE-END ---
[I] Randomizes lines of input text
[T] Rl is a command-line tool that reads lines from an input file or stdin,
[T] randomizes the lines and outputs a specified number of lines. It does
[T] this with only a single pass over the input while trying to use as
[T] little memory as possible. Users should look at the shuf command from
[T] GNU coreutils instead for a better-supported implementation.
[U] http://ch.tudelft.nl/~arthur/rl/
[A] Arthur de Jong <arthur@ch.tudelft.nl>
[M] Alejandro Mery <amery@opensde.org>
[C] extra/tool
[L] GPL
[S] Beta
[V] 0.2.7
[P] X -----5---9 800.000
[D] 2591736756 rl-0.2.7.tar.gz http://ch.tudelft.nl/~arthur/rl/

Loading…
Cancel
Save