Date: Mon, 21 Jun 2004 17:31:27 -0500 (CDT) From: David Sze <dsze@alumni.uwaterloo.ca> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/68182: New port: sysutils/rl Line randomizer for files and stdin Message-ID: <200406212231.i5LMVRuh008105@mail.distrust.net> Resent-Message-ID: <200406212240.i5LMeM4g000324@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 68182 >Category: ports >Synopsis: New port: sysutils/rl Line randomizer for files and stdin >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 21 22:40:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: David Sze >Release: FreeBSD 4.9-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD host.example.com 4.9-RELEASE-p4 FreeBSD 4.9-RELEASE-p4 #2: Wed Mar 17 15:13:42 CST 2004 root@host.example.com:/usr/src/sys/compile/HOST i386 >Description: 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. http://tiefighter.et.tudelft.nl/~arthur/rl/ >How-To-Repeat: >Fix: --- rl.port begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rl # rl/pkg-descr # rl/Makefile # rl/distinfo # rl/pkg-plist # echo c - rl mkdir -p rl > /dev/null 2>&1 echo x - rl/pkg-descr sed 's/^X//' >rl/pkg-descr << 'END-of-rl/pkg-descr' Xrl is a command-line tool that reads lines from an input file or stdin, Xrandomizes the lines and outputs a specified number of lines. It does Xthis with only a single pass over the input while trying to use as little Xmemory as possible. X XWWW: http://tiefighter.et.tudelft.nl/~arthur/rl/ END-of-rl/pkg-descr echo x - rl/Makefile sed 's/^X//' >rl/Makefile << 'END-of-rl/Makefile' X# New ports collection makefile for: rl X# Date created: 21 June 2004 X# Whom: David Sze <dsze@alumni.uwaterloo.ca> X# X# $FreeBSD$ X# X XPORTNAME= rl XPORTVERSION= 0.2.2 XCATEGORIES= sysutils XMASTER_SITES= http://tiefighter.et.tudelft.nl/~arthur/rl/ X XMAINTAINER= ports@FreeBSD.org XCOMMENT= Randomizes lines from a specified input file X XGNU_CONFIGURE= yes XMAN1= rl.1 X X.include <bsd.port.mk> END-of-rl/Makefile echo x - rl/distinfo sed 's/^X//' >rl/distinfo << 'END-of-rl/distinfo' XMD5 (rl-0.2.2.tar.gz) = 4be20e6633026d3f1fc3a44f0a856ad0 XSIZE (rl-0.2.2.tar.gz) = 108678 END-of-rl/distinfo echo x - rl/pkg-plist sed 's/^X//' >rl/pkg-plist << 'END-of-rl/pkg-plist' Xbin/rl END-of-rl/pkg-plist exit --- rl.port ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406212231.i5LMVRuh008105>