Bug 173373 - New port: graphics/rubygem-cairo
Summary: New port: graphics/rubygem-cairo
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-05 09:50 UTC by murashin
Modified: 2013-06-10 02:08 UTC (History)
0 users

See Also:


Attachments
rubygem-cairo.shar (1.37 KB, text/plain)
2012-11-05 09:50 UTC, murashin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description murashin 2012-11-05 09:50:00 UTC
	- rubygem version of graphics/ruby-cairo

How-To-Repeat: 	N/A
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-11-05 09:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2013-06-09 13:48:27 UTC
Responsible Changed
From-To: ruby->swills

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-06-09 19:43:36 UTC
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"
Comment 4 Steve Wills freebsd_committer freebsd_triage 2013-06-10 02:08:51 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!