From owner-svn-ports-all@FreeBSD.ORG Sun Jun 9 18:53:37 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B7422A16; Sun, 9 Jun 2013 18:53:37 +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 911191A76; Sun, 9 Jun 2013 18:53:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r59IrboY029414; Sun, 9 Jun 2013 18:53:37 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r59IranY029410; Sun, 9 Jun 2013 18:53:36 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201306091853.r59IranY029410@svn.freebsd.org> From: Steve Wills Date: Sun, 9 Jun 2013 18:53:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320399 - in head/graphics: . rubygem-goocanvas 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:53:37 -0000 Author: swills Date: Sun Jun 9 18:53:36 2013 New Revision: 320399 URL: http://svnweb.freebsd.org/changeset/ports/320399 Log: Ruby/GooCanvas is a Ruby binding of GooCanvas. WWW: http://ruby-gnome2.sourceforge.jp/ Added: head/graphics/rubygem-goocanvas/ head/graphics/rubygem-goocanvas/Makefile (contents, props changed) head/graphics/rubygem-goocanvas/distinfo (contents, props changed) head/graphics/rubygem-goocanvas/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Jun 9 18:53:14 2013 (r320398) +++ head/graphics/Makefile Sun Jun 9 18:53:36 2013 (r320399) @@ -957,6 +957,7 @@ SUBDIR += rubygem-gd2 SUBDIR += rubygem-gdk_pixbuf2 SUBDIR += rubygem-geokit + SUBDIR += rubygem-goocanvas SUBDIR += rubygem-graphviz SUBDIR += rubygem-gruff SUBDIR += rubygem-image_science Added: head/graphics/rubygem-goocanvas/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/rubygem-goocanvas/Makefile Sun Jun 9 18:53:36 2013 (r320399) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= goocanvas +PORTVERSION= 2.0.2 +CATEGORIES= graphics rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Ruby/GooCanvas is a Ruby binding of GooCanvas + +RUN_DEPENDS= rubygem-gtk2>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-gtk2 +LIB_DEPENDS= goocanvas-2.0:${PORTSDIR}/graphics/goocanvas2 + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/graphics/rubygem-goocanvas/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/rubygem-goocanvas/distinfo Sun Jun 9 18:53:36 2013 (r320399) @@ -0,0 +1,2 @@ +SHA256 (rubygem/goocanvas-2.0.2.gem) = 41e216ce03cc2c9d5b703021fc68d9d9fc4a45cf4d337642de2f548516fc75e7 +SIZE (rubygem/goocanvas-2.0.2.gem) = 39936 Added: head/graphics/rubygem-goocanvas/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/rubygem-goocanvas/pkg-descr Sun Jun 9 18:53:36 2013 (r320399) @@ -0,0 +1,3 @@ +Ruby/GooCanvas is a Ruby binding of GooCanvas. + +WWW: http://ruby-gnome2.sourceforge.jp/