From owner-svn-ports-head@FreeBSD.ORG Sun Jun 9 18:43:28 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 B0ED7358; Sun, 9 Jun 2013 18:43:28 +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 895DB198F; Sun, 9 Jun 2013 18:43:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r59IhS24023837; Sun, 9 Jun 2013 18:43:28 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r59IhRRJ023833; Sun, 9 Jun 2013 18:43:27 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201306091843.r59IhRRJ023833@svn.freebsd.org> From: Steve Wills Date: Sun, 9 Jun 2013 18:43:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320377 - in head/graphics: . rubygem-cairo 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:43:28 -0000 Author: swills Date: Sun Jun 9 18:43:27 2013 New Revision: 320377 URL: http://svnweb.freebsd.org/changeset/ports/320377 Log: Ruby/Cairo is a Ruby binding for Cairo. WWW: http://cairographics.org/ PR: ports/173373 Submitted by: Shin-ya Murakami Added: head/graphics/rubygem-cairo/ head/graphics/rubygem-cairo/Makefile (contents, props changed) head/graphics/rubygem-cairo/distinfo (contents, props changed) head/graphics/rubygem-cairo/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Jun 9 18:42:38 2013 (r320376) +++ head/graphics/Makefile Sun Jun 9 18:43:27 2013 (r320377) @@ -946,6 +946,7 @@ SUBDIR += ruby-rsvg2 SUBDIR += ruby-svg SUBDIR += ruby-tgif + SUBDIR += rubygem-cairo SUBDIR += rubygem-captcha SUBDIR += rubygem-chunky_png SUBDIR += rubygem-dragonfly Added: head/graphics/rubygem-cairo/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/rubygem-cairo/Makefile Sun Jun 9 18:43:27 2013 (r320377) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= cairo +PORTVERSION= 1.12.6 +CATEGORIES= graphics rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Ruby binding for GLib2 + +RUN_DEPENDS= rubygem-pkg-config>=0:${PORTSDIR}/devel/rubygem-pkg-config + +USE_GNOME= cairo +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/graphics/rubygem-cairo/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/rubygem-cairo/distinfo Sun Jun 9 18:43:27 2013 (r320377) @@ -0,0 +1,2 @@ +SHA256 (rubygem/cairo-1.12.6.gem) = a3eb6b3015e69748505c831bb200f177b7e8bef0113ee687f71d0bc52bf08bfd +SIZE (rubygem/cairo-1.12.6.gem) = 94720 Added: head/graphics/rubygem-cairo/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/rubygem-cairo/pkg-descr Sun Jun 9 18:43:27 2013 (r320377) @@ -0,0 +1,3 @@ +Ruby/Cairo is a Ruby binding for Cairo. + +WWW: http://cairographics.org/