diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-03 22:07:26 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-03 22:07:26 +0000 |
commit | 994797e9557a1643043b616be90a9fe78f2aeb0c (patch) | |
tree | 487cfe10c86cb146a7feb5559c47c5f73aed4ac9 /textproc/rl | |
parent | 3714684ec94607de6db208af0dcab6e128fde870 (diff) | |
download | ports-994797e9557a1643043b616be90a9fe78f2aeb0c.tar.gz ports-994797e9557a1643043b616be90a9fe78f2aeb0c.zip |
Notes
Diffstat (limited to 'textproc/rl')
-rw-r--r-- | textproc/rl/Makefile | 2 | ||||
-rw-r--r-- | textproc/rl/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/rl/Makefile b/textproc/rl/Makefile index 3687070af030..1a61b2f2a7a6 100644 --- a/textproc/rl/Makefile +++ b/textproc/rl/Makefile @@ -8,7 +8,7 @@ PORTNAME= rl PORTVERSION= 0.2.4 CATEGORIES= textproc -MASTER_SITES= http://tiefighter.et.tudelft.nl/~arthur/rl/ +MASTER_SITES= http://ch.tudelft.nl/~arthur/rl/ MAINTAINER= pav@FreeBSD.org COMMENT= Randomizes lines from a specified input file diff --git a/textproc/rl/pkg-descr b/textproc/rl/pkg-descr index 11b0ea771c8e..599e35389da6 100644 --- a/textproc/rl/pkg-descr +++ b/textproc/rl/pkg-descr @@ -3,4 +3,4 @@ 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/ +WWW: http://ch.tudelft.nl/~arthur/rl/ |