Ruby/GTK2 is a Ruby binding for GTK+2.

WWW: http://ruby-gnome2.sourceforge.jp/

PR:		ports/173378
Submitted by:	Shin-ya Murakami <murashin@gfd-dennou.org>
This commit is contained in:
Steve Wills 2013-06-09 18:46:05 +00:00
parent 10e8c76596
commit 9cade99a57
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320380
4 changed files with 26 additions and 0 deletions

View File

@ -238,6 +238,7 @@
SUBDIR += ruby-poppler
SUBDIR += ruby-tk
SUBDIR += ruby-vte
SUBDIR += rubygem-gtk2
SUBDIR += rubygem-pango
SUBDIR += sakura
SUBDIR += scintilla

View File

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= gtk2
PORTVERSION= 2.0.2
CATEGORIES= x11-toolkits rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby binding for GTK+2
RUN_DEPENDS= rubygem-atk>=${PORTVERSION}:${PORTSDIR}/accessibility/rubygem-atk \
rubygem-gdk_pixbuf2>=${PORTVERSION}:${PORTSDIR}/graphics/rubygem-gdk_pixbuf2 \
rubygem-pango>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-pango
USE_GNOME= gtk20
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/gtk2-2.0.2.gem) = 9f9f7848614a355c5dab9eedad5fdacd92ac6c39f99f5d60d48e0cabdc760a2c
SIZE (rubygem/gtk2-2.0.2.gem) = 472576

View File

@ -0,0 +1,3 @@
Ruby/GTK2 is a Ruby binding for GTK+2.
WWW: http://ruby-gnome2.sourceforge.jp/