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

15
devel/ruby-ast/Makefile Normal file
View 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
View 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
View file

@ -0,0 +1 @@
A library for working with Abstract Syntax Trees.

13
devel/ruby-ast/pkg/PLIST Normal file
View 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