SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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>

View file

@ -0,0 +1,2 @@
SHA256 (sexp_processor-3.2.0.gem) = WVH40z7eL2hobHARQsbMEATW9SWwqo6CeaG/B1VCsPA=
SIZE (sexp_processor-3.2.0.gem) = 35328

View 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.

View 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