pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ruby32



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Jan 21 13:52:02 UTC 2023

Added Files:
        pkgsrc/lang/ruby32: DESCR Makefile

Log Message:
lang/ruby32: add ruby32 version 3.2.0

This a meta package including Ruby 3.2 full release.

It includes ruby31-base and ruby32-readline package.

No package should depend on this package directly.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/ruby32/DESCR pkgsrc/lang/ruby32/Makefile

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

Added files:

Index: pkgsrc/lang/ruby32/DESCR
diff -u /dev/null pkgsrc/lang/ruby32/DESCR:1.1
--- /dev/null   Sat Jan 21 13:52:02 2023
+++ pkgsrc/lang/ruby32/DESCR    Sat Jan 21 13:52:02 2023
@@ -0,0 +1,5 @@
+This a meta package including Ruby 3.2 full release.
+
+It includes ruby31-base and ruby32-readline package.
+
+No package should depend on this package directly.
Index: pkgsrc/lang/ruby32/Makefile
diff -u /dev/null pkgsrc/lang/ruby32/Makefile:1.1
--- /dev/null   Sat Jan 21 13:52:02 2023
+++ pkgsrc/lang/ruby32/Makefile Sat Jan 21 13:52:02 2023
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2023/01/21 13:52:02 taca Exp $
+#
+
+DISTNAME=      # empty
+PKGNAME=       ${RUBY_PKGPREFIX}-${RUBY_VERSION}
+CATEGORIES=    lang ruby
+MASTER_SITES=  # empty
+DISTFILES=     # empty
+
+MAINTAINER=    taca%NetBSD.org@localhost
+HOMEPAGE=      http://www.ruby-lang.org/en/
+COMMENT=       Ruby programming language ${RUBY_VERSION} meta package
+
+META_PACKAGE=          yes
+
+DEPENDS+=      ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR}
+DEPENDS+=      ${RUBY_NAME}-readline>=${RUBY_VERSION}:../../devel/ruby-readline
+
+RUBY_VERSIONS_ACCEPTED=        32
+
+.include "../../lang/ruby/rubyversion.mk"
+.include "../../lang/ruby/Makefile.common"
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index