diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-08-24 19:21:32 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-08-24 19:21:32 +0000 |
commit | 8e17bd72105aea569554853e90b5fafa02bf161c (patch) | |
tree | 28a314f5450dcbfadf59271b880fbfcadf0f18ba /textproc/replaceit/pkg-descr | |
parent | abf557dacc98b0c0b91bb14d96beaf3746cb583e (diff) | |
download | ports-8e17bd72105aea569554853e90b5fafa02bf161c.tar.gz ports-8e17bd72105aea569554853e90b5fafa02bf161c.zip |
Notes
Diffstat (limited to 'textproc/replaceit/pkg-descr')
-rw-r--r-- | textproc/replaceit/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/textproc/replaceit/pkg-descr b/textproc/replaceit/pkg-descr new file mode 100644 index 000000000000..649055628420 --- /dev/null +++ b/textproc/replaceit/pkg-descr @@ -0,0 +1,9 @@ +ReplaceIt was written as a quick, light and effective replacement to +the combination of sed/awk/grep/head/tail and other such shell +utilities, as well as being quicker in startup (at least) than an +equivilant Perl solution. + +WWW: http://pldaniels.com/replaceit/ +Author: Paul L Daniels <pldaniels@pldaniels.com> + +- Patrick Li <pat@databits.net> |