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>
This commit is contained in:
parent
d08ae7430a
commit
768f02433a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203634
5 changed files with 62 additions and 0 deletions
|
@ -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
|
||||
|
|
21
textproc/rubygem-rak/Makefile
Normal file
21
textproc/rubygem-rak/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Ports collection makefile for: rubygem-rak
|
||||
# Date created: 12 November 2007
|
||||
# Whom: Robert Gogolok <gogo@cs.uni-sb.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rak
|
||||
PORTVERSION= 0.8.0
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= gogo@cs.uni-sb.de
|
||||
COMMENT= A grep replacement in pure Ruby
|
||||
|
||||
BUILD_DEPENDS= rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe
|
||||
RUN_DEPENDS= rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
||||
.include <bsd.port.post.mk>
|
3
textproc/rubygem-rak/distinfo
Normal file
3
textproc/rubygem-rak/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (rubygem/rak-0.8.0.gem) = 5df6364ce8aa8badcbe84e5e14a4c513
|
||||
SHA256 (rubygem/rak-0.8.0.gem) = abdb41da9e2560593c0712ebe4f8608c7c80b9922de1cb01f13161870de2a41b
|
||||
SIZE (rubygem/rak-0.8.0.gem) = 13824
|
6
textproc/rubygem-rak/pkg-descr
Normal file
6
textproc/rubygem-rak/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
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/
|
31
textproc/rubygem-rak/pkg-plist
Normal file
31
textproc/rubygem-rak/pkg-plist
Normal file
|
@ -0,0 +1,31 @@
|
|||
bin/rak
|
||||
%%GEM_CACHE%%
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/Rak.html
|
||||
%%GEM_DOC_DIR%%/rdoc/created.rid
|
||||
%%GEM_DOC_DIR%%/rdoc/files/History_txt.html
|
||||
%%GEM_DOC_DIR%%/rdoc/files/Manifest_txt.html
|
||||
%%GEM_DOC_DIR%%/rdoc/files/README_txt.html
|
||||
%%GEM_DOC_DIR%%/rdoc/files/lib/rak_rb.html
|
||||
%%GEM_DOC_DIR%%/rdoc/fr_class_index.html
|
||||
%%GEM_DOC_DIR%%/rdoc/fr_file_index.html
|
||||
%%GEM_DOC_DIR%%/rdoc/fr_method_index.html
|
||||
%%GEM_DOC_DIR%%/rdoc/index.html
|
||||
%%GEM_DOC_DIR%%/rdoc/rdoc-style.css
|
||||
%%GEM_LIB_DIR%%/History.txt
|
||||
%%GEM_LIB_DIR%%/Manifest.txt
|
||||
%%GEM_LIB_DIR%%/README.txt
|
||||
%%GEM_LIB_DIR%%/Rakefile
|
||||
%%GEM_LIB_DIR%%/bin/rak
|
||||
%%GEM_LIB_DIR%%/lib/rak.rb
|
||||
%%GEM_LIB_DIR%%/spec/help_spec.rb
|
||||
%%GEM_LIB_DIR%%/spec/rak_spec.rb
|
||||
%%GEM_SPEC%%
|
||||
@dirrm %%GEM_LIB_DIR%%/spec
|
||||
@dirrm %%GEM_LIB_DIR%%/lib
|
||||
@dirrm %%GEM_LIB_DIR%%/bin
|
||||
@dirrm %%GEM_LIB_DIR%%
|
||||
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib
|
||||
@dirrm %%GEM_DOC_DIR%%/rdoc/files
|
||||
@dirrm %%GEM_DOC_DIR%%/rdoc/classes
|
||||
@dirrm %%GEM_DOC_DIR%%/rdoc
|
||||
@dirrm %%GEM_DOC_DIR%%
|
Loading…
Reference in a new issue