SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
devel/ruby-sexp_processor/Makefile
Normal file
16
devel/ruby-sexp_processor/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
COMMENT = sexp helper library for parsetree
|
||||
|
||||
DISTNAME = sexp_processor-3.2.0
|
||||
REVISION = 0
|
||||
CATEGORIES = devel
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/ruby
|
||||
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
|
||||
MODRUBY_TEST = rake
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-sexp_processor/distinfo
Normal file
2
devel/ruby-sexp_processor/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (sexp_processor-3.2.0.gem) = WVH40z7eL2hobHARQsbMEATW9SWwqo6CeaG/B1VCsPA=
|
||||
SIZE (sexp_processor-3.2.0.gem) = 35328
|
5
devel/ruby-sexp_processor/pkg/DESCR
Normal file
5
devel/ruby-sexp_processor/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
This is the sexp_processor module for parsetree.
|
||||
|
||||
ParseTree is a C extension (using RubyInline) that extracts the parse tree for
|
||||
an entire class or a specific method and returns it as a s-expression (aka sexp)
|
||||
using ruby's arrays, strings, symbols, and integers.
|
19
devel/ruby-sexp_processor/pkg/PLIST
Normal file
19
devel/ruby-sexp_processor/pkg/PLIST
Normal file
|
@ -0,0 +1,19 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gemtest
|
||||
${GEM_LIB}/gems/${DISTNAME}/History.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/Manifest.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/composite_sexp_processor.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/pt_testcase.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sexp.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sexp_processor.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/unique.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_composite_sexp_processor.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_environment.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_sexp.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_sexp_processor.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue