diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-11-20 21:48:03 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-11-20 21:48:03 +0800 |
commit | bd5e31b3066f2ce84bafb8356a45c97ead5d8831 (patch) | |
tree | ec1e587d462728aed0a35ebd2e4bb55e874b4394 /misc/rpl/pkg-descr | |
parent | bbfa253adc0b7696dc60214fa5e7d9e3f47f0a3b (diff) | |
download | freebsd-ports-gnome-bd5e31b3066f2ce84bafb8356a45c97ead5d8831.tar.gz freebsd-ports-gnome-bd5e31b3066f2ce84bafb8356a45c97ead5d8831.tar.zst freebsd-ports-gnome-bd5e31b3066f2ce84bafb8356a45c97ead5d8831.zip |
add rpl 1.4.0
Rpl is a Unix text replacement utility
PR: 40970
Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>
Diffstat (limited to 'misc/rpl/pkg-descr')
-rw-r--r-- | misc/rpl/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/rpl/pkg-descr b/misc/rpl/pkg-descr new file mode 100644 index 000000000000..a44e2178ec19 --- /dev/null +++ b/misc/rpl/pkg-descr @@ -0,0 +1,10 @@ +rpl is a Unix text replacement utility. It will replace strings with new +strings in multiple text files. It can scan directories recursively and +replace strings in all files found. The search can be limited to files +with certain filename suffixes (e.g. '.html', '.c', etc.). + +WWW: http://www.laffeycomputer.com/software.html +AUTHOR: Joe Laffey <software@laffeycomputer.com> + + - Michael L. Hostbaek + mich@freebsdcluster.org |