- rubygem version of graphics/ruby-cairo How-To-Repeat: N/A
Responsible Changed From-To: freebsd-ports-bugs->ruby ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: ruby->swills I'll take it.
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 <murashin@gfd-dennou.org> 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 <bsd.port.mk> 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/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!