From 2d309a10ac8802b530214ee2a69bb5e4702c348f Mon Sep 17 00:00:00 2001 From: swills Date: Sun, 9 Jun 2013 18:47:04 +0000 Subject: Ruby/GDK3 is a Ruby binding of GDK-3.x. WWW: http://ruby-gnome2.sourceforge.jp/ --- x11-toolkits/Makefile | 1 + x11-toolkits/rubygem-gdk3/Makefile | 19 +++++++++++++++++++ x11-toolkits/rubygem-gdk3/distinfo | 2 ++ x11-toolkits/rubygem-gdk3/pkg-descr | 3 +++ 4 files changed, 25 insertions(+) create mode 100644 x11-toolkits/rubygem-gdk3/Makefile create mode 100644 x11-toolkits/rubygem-gdk3/distinfo create mode 100644 x11-toolkits/rubygem-gdk3/pkg-descr (limited to 'x11-toolkits') diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index edad5b11e2a4..ea5e43509cd5 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -238,6 +238,7 @@ SUBDIR += ruby-poppler SUBDIR += ruby-tk SUBDIR += ruby-vte + SUBDIR += rubygem-gdk3 SUBDIR += rubygem-gtk2 SUBDIR += rubygem-pango SUBDIR += sakura diff --git a/x11-toolkits/rubygem-gdk3/Makefile b/x11-toolkits/rubygem-gdk3/Makefile new file mode 100644 index 000000000000..4dbce3beb4be --- /dev/null +++ b/x11-toolkits/rubygem-gdk3/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= gdk3 +PORTVERSION= 2.0.2 +CATEGORIES= x11-toolkits rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Ruby/GDK3 is a Ruby binding of GDK-3.x + +RUN_DEPENDS= rubygem-gdk_pixbuf2>=${PORTVERSION}:${PORTSDIR}/graphics/rubygem-gdk_pixbuf2 \ + rubygem-pango>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-pango + +USE_GNOME= gtk30 +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include diff --git a/x11-toolkits/rubygem-gdk3/distinfo b/x11-toolkits/rubygem-gdk3/distinfo new file mode 100644 index 000000000000..2ccc1a81ce36 --- /dev/null +++ b/x11-toolkits/rubygem-gdk3/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/gdk3-2.0.2.gem) = d00f7cc8bc765e06ce523beb3dbe449df9d4c59a8b4b0e2ac32d9c49f67ac1cd +SIZE (rubygem/gdk3-2.0.2.gem) = 41984 diff --git a/x11-toolkits/rubygem-gdk3/pkg-descr b/x11-toolkits/rubygem-gdk3/pkg-descr new file mode 100644 index 000000000000..e39adccce524 --- /dev/null +++ b/x11-toolkits/rubygem-gdk3/pkg-descr @@ -0,0 +1,3 @@ +Ruby/GDK3 is a Ruby binding of GDK-3.x. + +WWW: http://ruby-gnome2.sourceforge.jp/ -- cgit