From owner-svn-ports-all@FreeBSD.ORG Sun Jun 9 18:52:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D01084FF; Sun, 9 Jun 2013 18:52:01 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 838F11A43; Sun, 9 Jun 2013 18:52:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r59Iq0NX028602; Sun, 9 Jun 2013 18:52:00 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r59IpxQR028589; Sun, 9 Jun 2013 18:51:59 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201306091851.r59IpxQR028589@svn.freebsd.org> From: Steve Wills Date: Sun, 9 Jun 2013 18:51:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320394 - in head/graphics: . rubygem-clutter-gtk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jun 2013 18:52:01 -0000 Author: swills Date: Sun Jun 9 18:51:59 2013 New Revision: 320394 URL: http://svnweb.freebsd.org/changeset/ports/320394 Log: Ruby/ClutterGTK is a Ruby binding of Clutter-GTK. WWW: http://ruby-gnome2.sourceforge.jp/ Added: head/graphics/rubygem-clutter-gtk/ head/graphics/rubygem-clutter-gtk/Makefile (contents, props changed) head/graphics/rubygem-clutter-gtk/distinfo (contents, props changed) head/graphics/rubygem-clutter-gtk/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Jun 9 18:51:47 2013 (r320393) +++ head/graphics/Makefile Sun Jun 9 18:51:59 2013 (r320394) @@ -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 Added: head/graphics/rubygem-clutter-gtk/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/rubygem-clutter-gtk/Makefile Sun Jun 9 18:51:59 2013 (r320394) @@ -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 Added: head/graphics/rubygem-clutter-gtk/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/rubygem-clutter-gtk/distinfo Sun Jun 9 18:51:59 2013 (r320394) @@ -0,0 +1,2 @@ +SHA256 (rubygem/clutter-gtk-2.0.2.gem) = c1f98d4270c86169d0286e243f6d4a8dfce524fd571fde4e9b045f562e734df9 +SIZE (rubygem/clutter-gtk-2.0.2.gem) = 19968 Added: head/graphics/rubygem-clutter-gtk/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/rubygem-clutter-gtk/pkg-descr Sun Jun 9 18:51:59 2013 (r320394) @@ -0,0 +1,3 @@ +Ruby/ClutterGTK is a Ruby binding of Clutter-GTK. + +WWW: http://ruby-gnome2.sourceforge.jp/