pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ruby24 Add ruby24 (Ruby 2.4.1) to pkgsrc.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc7e4f6225e6
branches:  trunk
changeset: 363872:dc7e4f6225e6
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jun 18 13:46:16 2017 +0000

description:
Add ruby24 (Ruby 2.4.1) to pkgsrc.

Note: ruby-tk was dropped from Ruby core distribution.

diffstat:

 lang/ruby24/DESCR    |   6 ++++++
 lang/ruby24/Makefile |  26 ++++++++++++++++++++++++++
 2 files changed, 32 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r c1732a24a770 -r dc7e4f6225e6 lang/ruby24/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/ruby24/DESCR Sun Jun 18 13:46:16 2017 +0000
@@ -0,0 +1,6 @@
+This a meta package including Ruby 2.4 full release.
+
+It includes ruby24-base, ruby24-gdbm, ruby24-fiddle and ruby24-readline
+package.
+
+No package should depend on this package directly.
diff -r c1732a24a770 -r dc7e4f6225e6 lang/ruby24/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/ruby24/Makefile      Sun Jun 18 13:46:16 2017 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2017/06/18 13:46:16 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
+LICENSE=       2-clause-bsd OR ruby-license
+
+META_PACKAGE=          yes
+
+DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR}
+DEPENDS+= ${RUBY_NAME}-gdbm>=${RUBY_VERSION}:../../databases/ruby-gdbm
+DEPENDS+= ${RUBY_NAME}-fiddle>=${RUBY_VERSION}:../../devel/ruby-fiddle
+DEPENDS+= ${RUBY_NAME}-readline>=${RUBY_VERSION}:../../devel/ruby-readline
+
+RUBY_VERSIONS_ACCEPTED=        24
+
+.include "../../lang/ruby/rubyversion.mk"
+.include "../../lang/ruby/Makefile.common"
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index