pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ruby31 lang/ruby31: add package version 3.1.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/86fabf948b02
branches: trunk
changeset: 371907:86fabf948b02
user: taca <taca%pkgsrc.org@localhost>
date: Sun Jan 16 13:59:42 2022 +0000
description:
lang/ruby31: add package version 3.1.0
This a meta package including Ruby 3.1 full release.
It includes ruby31-base and ruby31-readline package.
No package should depend on this package directly.
diffstat:
lang/ruby31/DESCR | 5 +++++
lang/ruby31/Makefile | 23 +++++++++++++++++++++++
2 files changed, 28 insertions(+), 0 deletions(-)
diffs (36 lines):
diff -r c9bf044bde9e -r 86fabf948b02 lang/ruby31/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/ruby31/DESCR Sun Jan 16 13:59:42 2022 +0000
@@ -0,0 +1,5 @@
+This a meta package including Ruby 3.1 full release.
+
+It includes ruby31-base and ruby31-readline package.
+
+No package should depend on this package directly.
diff -r c9bf044bde9e -r 86fabf948b02 lang/ruby31/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/ruby31/Makefile Sun Jan 16 13:59:42 2022 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2022/01/16 13:59:42 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= 31
+
+.include "../../lang/ruby/rubyversion.mk"
+.include "../../lang/ruby/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index