pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ruby200 Add ruby200 package. This is a meta pack...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/065e51781df9
branches:  trunk
changeset: 621919:065e51781df9
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jul 21 02:36:38 2013 +0000

description:
Add ruby200 package.  This is a meta package for Ruby 2.0.0.

diffstat:

 lang/ruby200/DESCR    |   6 ++++++
 lang/ruby200/Makefile |  28 ++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r 611c9f61a98a -r 065e51781df9 lang/ruby200/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/ruby200/DESCR        Sun Jul 21 02:36:38 2013 +0000
@@ -0,0 +1,6 @@
+This a meta package including Ruby 2.0.0 full release.
+
+It includes ruby200-base, ruby200-gdbm, ruby200-curses, ruby200-fiddle,
+ruby200-readline and ruby200-tk package.
+
+No package should depend on this package directly.
diff -r 611c9f61a98a -r 065e51781df9 lang/ruby200/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/ruby200/Makefile     Sun Jul 21 02:36:38 2013 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2013/07/21 02:36:38 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=       gnu-gpl-v2 OR ruby-license
+
+META_PACKAGE=          yes
+
+DEPENDS+= ${RUBY_PKGPREFIX}-base>=${RUBY_VERSION_FULL}:../../lang/${RUBY_NAME}-base
+DEPENDS+= ${RUBY_PKGPREFIX}-gdbm>=${RUBY_VERSION_FULL}:../../databases/ruby-gdbm
+DEPENDS+= ${RUBY_PKGPREFIX}-curses>=${RUBY_VERSION_FULL}:../../devel/ruby-curses
+DEPENDS+= ${RUBY_PKGPREFIX}-fiddle>=${RUBY_VERSION_FULL}:../../devel/ruby-fiddle
+DEPENDS+= ${RUBY_PKGPREFIX}-readline>=${RUBY_VERSION_FULL}:../../devel/ruby-readline
+DEPENDS+= ${RUBY_PKGPREFIX}-tk>=${RUBY_VERSION_FULL}:../../x11/ruby-tk
+
+RUBY_VERSION_SUPPORTED=        200
+
+.include "../../lang/ruby/rubyversion.mk"
+.include "../../lang/ruby/Makefile.common"
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index