pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ruby21 Add ruby21 package which contains all pack...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f332467a3f7
branches:  trunk
changeset: 632043:6f332467a3f7
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Mar 14 19:47:00 2014 +0000

description:
Add ruby21 package which contains all packages from Ruby 2.1.1
distributuons:

        ruby211-base
        ruby211-gdbm
        ruby211-fiddle
        ruby211-readline
        ruby211-tk package

Notice: ruby-curses was dropped since Ruby 2.1.0.

diffstat:

 lang/ruby21/DESCR    |   6 ++++++
 lang/ruby21/Makefile |  27 +++++++++++++++++++++++++++
 2 files changed, 33 insertions(+), 0 deletions(-)

diffs (41 lines):

diff -r 1af396d2b3bb -r 6f332467a3f7 lang/ruby21/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/ruby21/DESCR Fri Mar 14 19:47:00 2014 +0000
@@ -0,0 +1,6 @@
+This a meta package including Ruby 2.1.1 full release.
+
+It includes ruby211-base, ruby211-gdbm, ruby211-fiddle, ruby211-readline
+and ruby211-tk package.
+
+No package should depend on this package directly.
diff -r 1af396d2b3bb -r 6f332467a3f7 lang/ruby21/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/ruby21/Makefile      Fri Mar 14 19:47:00 2014 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2014/03/14 19:47:00 taca Exp $
+#
+
+DISTNAME=      # empty
+PKGNAME=       ${RUBY_PKGPREFIX}-${RUBY_VERSION_FULL}
+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_FULL}:${RUBY_SRCDIR}
+DEPENDS+= ${RUBY_NAME}-gdbm>=${RUBY_VERSION_FULL}:../../databases/ruby-gdbm
+DEPENDS+= ${RUBY_NAME}-fiddle>=${RUBY_VERSION_FULL}:../../devel/ruby-fiddle
+DEPENDS+= ${RUBY_NAME}-readline>=${RUBY_VERSION_FULL}:../../devel/ruby-readline
+DEPENDS+= ${RUBY_NAME}-tk>=${RUBY_VERSION_FULL}:../../x11/ruby-tk
+
+RUBY_VERSION_SUPPORTED=        21
+
+.include "../../lang/ruby/rubyversion.mk"
+.include "../../lang/ruby/Makefile.common"
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index