Ruby/ClutterGTK is a Ruby binding of Clutter-GTK.

WWW: http://ruby-gnome2.sourceforge.jp/
This commit is contained in:
Steve Wills 2013-06-09 18:51:59 +00:00
parent 1a2f2a10cb
commit 80a00534c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320394
4 changed files with 24 additions and 0 deletions

View File

@ -950,6 +950,7 @@
SUBDIR += rubygem-captcha
SUBDIR += rubygem-chunky_png
SUBDIR += rubygem-clutter
SUBDIR += rubygem-clutter-gtk
SUBDIR += rubygem-dragonfly
SUBDIR += rubygem-exifr
SUBDIR += rubygem-ezprint

View File

@ -0,0 +1,18 @@
# $FreeBSD$
PORTNAME= clutter-gtk
PORTVERSION= 2.0.2
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby/ClutterGTK is a Ruby binding of Clutter-GTK
RUN_DEPENDS= rubygem-clutter>=${PORTVERSION}:${PORTSDIR}/graphics/rubygem-clutter \
rubygem-gtk3>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-gtk3
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/clutter-gtk-2.0.2.gem) = c1f98d4270c86169d0286e243f6d4a8dfce524fd571fde4e9b045f562e734df9
SIZE (rubygem/clutter-gtk-2.0.2.gem) = 19968

View File

@ -0,0 +1,3 @@
Ruby/ClutterGTK is a Ruby binding of Clutter-GTK.
WWW: http://ruby-gnome2.sourceforge.jp/