SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/ruby-ast/Makefile
Normal file
15
devel/ruby-ast/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
COMMENT= abstract syntax trees lib
|
||||
|
||||
DISTNAME= ast-2.4.2
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-ast/distinfo
Normal file
2
devel/ruby-ast/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (ast-2.4.2.gem) = HigCMuajN1TN5UK8XvhVILdNsqrHPsFKzvRTeERHzBI=
|
||||
SIZE (ast-2.4.2.gem) = 11776
|
1
devel/ruby-ast/pkg/DESCR
Normal file
1
devel/ruby-ast/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
A library for working with Abstract Syntax Trees.
|
13
devel/ruby-ast/pkg/PLIST
Normal file
13
devel/ruby-ast/pkg/PLIST
Normal file
|
@ -0,0 +1,13 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE.MIT
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.YARD.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ast/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ast.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ast/node.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ast/processor/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ast/processor.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ast/processor/mixin.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ast/sexp.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue