pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-ast



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Feb 11 06:35:45 UTC 2026

Added Files:
        pkgsrc/devel/ruby-ast: DESCR Makefile PLIST distinfo

Log Message:
devel/ruby-ast: add version 2.4.3

This package is required by devel/ruby-parser.

AST is a small library for working with immutable abstract syntax trees.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-ast/DESCR \
    pkgsrc/devel/ruby-ast/Makefile pkgsrc/devel/ruby-ast/PLIST \
    pkgsrc/devel/ruby-ast/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/ruby-ast/DESCR
diff -u /dev/null pkgsrc/devel/ruby-ast/DESCR:1.1
--- /dev/null   Wed Feb 11 06:35:46 2026
+++ pkgsrc/devel/ruby-ast/DESCR Wed Feb 11 06:35:45 2026
@@ -0,0 +1 @@
+AST is a small library for working with immutable abstract syntax trees.
Index: pkgsrc/devel/ruby-ast/Makefile
diff -u /dev/null pkgsrc/devel/ruby-ast/Makefile:1.1
--- /dev/null   Wed Feb 11 06:35:46 2026
+++ pkgsrc/devel/ruby-ast/Makefile      Wed Feb 11 06:35:45 2026
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2026/02/11 06:35:45 taca Exp $
+
+DISTNAME=      ast-2.4.3
+CATEGORIES=    devel ruby
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/whitequark/ast
+COMMENT=       Small library for working with immutable abstract syntax trees
+LICENSE=       mit
+
+USE_LANGUAGES+=        # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-ast/PLIST
diff -u /dev/null pkgsrc/devel/ruby-ast/PLIST:1.1
--- /dev/null   Wed Feb 11 06:35:46 2026
+++ pkgsrc/devel/ruby-ast/PLIST Wed Feb 11 06:35:45 2026
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2026/02/11 06:35:45 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/LICENSE.MIT
+${GEM_LIBDIR}/README.YARD.md
+${GEM_LIBDIR}/lib/ast.rb
+${GEM_LIBDIR}/lib/ast/node.rb
+${GEM_LIBDIR}/lib/ast/processor.rb
+${GEM_LIBDIR}/lib/ast/processor/mixin.rb
+${GEM_LIBDIR}/lib/ast/sexp.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/devel/ruby-ast/distinfo
diff -u /dev/null pkgsrc/devel/ruby-ast/distinfo:1.1
--- /dev/null   Wed Feb 11 06:35:46 2026
+++ pkgsrc/devel/ruby-ast/distinfo      Wed Feb 11 06:35:45 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/02/11 06:35:45 taca Exp $
+
+BLAKE2s (ast-2.4.3.gem) = 8c8b05781d81a96bd83b32885935e9c7040f1bd644850785adf5dc554064ddb4
+SHA512 (ast-2.4.3.gem) = 3eb1f76ad262729a4178035dfc5cadf2f93df3bde5ef4e2429e970bb27e17f3c704d8f5417a6b50980f5edc2d9f568d88c8f3913eeb29f7cf42de0b88a748779
+Size (ast-2.4.3.gem) = 11776 bytes



Home | Main Index | Thread Index | Old Index