From owner-svn-ports-head@FreeBSD.ORG Sun Jun 9 18:47:22 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D98B4A38; Sun, 9 Jun 2013 18:47:22 +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 B376D19E9; Sun, 9 Jun 2013 18:47:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r59IlMMl025162; Sun, 9 Jun 2013 18:47:22 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r59IlLlj025155; Sun, 9 Jun 2013 18:47:21 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201306091847.r59IlLlj025155@svn.freebsd.org> From: Steve Wills Date: Sun, 9 Jun 2013 18:47:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320383 - in head/devel: . rubygem-gio2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jun 2013 18:47:22 -0000 Author: swills Date: Sun Jun 9 18:47:21 2013 New Revision: 320383 URL: http://svnweb.freebsd.org/changeset/ports/320383 Log: Ruby/GIO2 is a Ruby binding of gio-2.x. WWW: http://ruby-gnome2.sourceforge.jp/ Added: head/devel/rubygem-gio2/ head/devel/rubygem-gio2/Makefile (contents, props changed) head/devel/rubygem-gio2/distinfo (contents, props changed) head/devel/rubygem-gio2/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jun 9 18:47:04 2013 (r320382) +++ head/devel/Makefile Sun Jun 9 18:47:21 2013 (r320383) @@ -4049,6 +4049,7 @@ SUBDIR += rubygem-getopt-declare SUBDIR += rubygem-gettext SUBDIR += rubygem-gibbler + SUBDIR += rubygem-gio2 SUBDIR += rubygem-git SUBDIR += rubygem-glib2 SUBDIR += rubygem-gobject-introspection Added: head/devel/rubygem-gio2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-gio2/Makefile Sun Jun 9 18:47:21 2013 (r320383) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= gio2 +PORTVERSION= 2.0.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Ruby binding for GLib2 + +RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2 + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/devel/rubygem-gio2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-gio2/distinfo Sun Jun 9 18:47:21 2013 (r320383) @@ -0,0 +1,2 @@ +SHA256 (rubygem/gio2-2.0.2.gem) = 326c520d58df4d7ea0dbc18ebbf37dfc46585c20d6f4f901fad1cfb25592a269 +SIZE (rubygem/gio2-2.0.2.gem) = 56320 Added: head/devel/rubygem-gio2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-gio2/pkg-descr Sun Jun 9 18:47:21 2013 (r320383) @@ -0,0 +1,3 @@ +Ruby/GIO2 is a Ruby binding of gio-2.x. + +WWW: http://ruby-gnome2.sourceforge.jp/