diff options
author | miwi <miwi@FreeBSD.org> | 2007-12-15 04:50:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-12-15 04:50:48 +0800 |
commit | e6b22afdc2159bfb9d4344a556c4a50b29d4c16e (patch) | |
tree | 23a37ba4f9c1a2eb4e46c8b9687f09609361f3b2 /textproc/Makefile | |
parent | 5af58c3ef296b7731808588a3fca6fa841332237 (diff) | |
download | freebsd-ports-gnome-e6b22afdc2159bfb9d4344a556c4a50b29d4c16e.tar.gz freebsd-ports-gnome-e6b22afdc2159bfb9d4344a556c4a50b29d4c16e.tar.zst freebsd-ports-gnome-e6b22afdc2159bfb9d4344a556c4a50b29d4c16e.zip |
Rak is a grep replacement in pure Ruby. It accepts Ruby syntax regular
expressions and automatically recurses directories, skipping .svn/,
.cvs/, pkg/ and more things you don't care about. It is based on the Perl
tool.
WWW: http://rak.rubyforge.org/
PR: ports/118625
Submitted by: Robert Gogolok <gogo at cs.uni-sb.de>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c608a3915639..ba418b9a1733 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -891,6 +891,7 @@ SUBDIR += rubygem-formosa SUBDIR += rubygem-htmltools SUBDIR += rubygem-ini + SUBDIR += rubygem-rak SUBDIR += rubygem-spreadsheet-excel SUBDIR += rubygem-syntax SUBDIR += rubygem-tidy |