Bug 173374 - New port: graphics/rubygem-rsvg2
Summary: New port: graphics/rubygem-rsvg2
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-09 19:50 UTC (History)
0 users

See Also:


Attachments
rubygem-rsvg2.shar (1.43 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:01 UTC
	- rubygem version of graphics/ruby-rsvg2

Fix: <how to correct or work around the problem, if known (multiple lines)>
How-To-Repeat: 	N/A
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-11-05 09:50:13 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:43 UTC
Responsible Changed
From-To: ruby->swills

I'll take it.
Comment 3 Steve Wills freebsd_committer freebsd_triage 2013-06-09 19:48:31 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-06-09 19:48:44 UTC
Author: swills
Date: Sun Jun  9 18:48:31 2013
New Revision: 320386
URL: http://svnweb.freebsd.org/changeset/ports/320386

Log:
  Ruby/RSVG is a Ruby binding of librsvg2.
  
  WWW: http://ruby-gnome2.sourceforge.jp/
  
  PR:		ports/173374
  Submitted by:	Shin-ya Murakami <murashin@gfd-dennou.org>

Added:
  head/graphics/rubygem-rsvg2/
  head/graphics/rubygem-rsvg2/Makefile   (contents, props changed)
  head/graphics/rubygem-rsvg2/distinfo   (contents, props changed)
  head/graphics/rubygem-rsvg2/pkg-descr   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sun Jun  9 18:47:46 2013	(r320385)
+++ head/graphics/Makefile	Sun Jun  9 18:48:31 2013	(r320386)
@@ -965,6 +965,7 @@
     SUBDIR += rubygem-png
     SUBDIR += rubygem-railroad
     SUBDIR += rubygem-rmagick
+    SUBDIR += rubygem-rsvg2
     SUBDIR += rubygem-scruffy
     SUBDIR += rubygem-turing
     SUBDIR += rubyphoto

Added: head/graphics/rubygem-rsvg2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/rubygem-rsvg2/Makefile	Sun Jun  9 18:48:31 2013	(r320386)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	rsvg2
+PORTVERSION=	2.0.2
+CATEGORIES=	graphics rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Ruby binding for librsvg2
+
+RUN_DEPENDS=	rubygem-cairo>=1.12.5:${PORTSDIR}/graphics/rubygem-cairo \
+		rubygem-gdk_pixbuf2>=${PORTVERSION}:${PORTSDIR}/graphics/rubygem-gdk_pixbuf2
+
+USE_GNOME=	librsvg2
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/graphics/rubygem-rsvg2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/rubygem-rsvg2/distinfo	Sun Jun  9 18:48:31 2013	(r320386)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/rsvg2-2.0.2.gem) = a7e438f0aebda36919645900fc113fb2e282fbeffa7d87369c5e316e3de9ff13
+SIZE (rubygem/rsvg2-2.0.2.gem) = 11264

Added: head/graphics/rubygem-rsvg2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/rubygem-rsvg2/pkg-descr	Sun Jun  9 18:48:31 2013	(r320386)
@@ -0,0 +1,3 @@
+Ruby/RSVG is a Ruby binding of librsvg2.
+
+WWW: http://ruby-gnome2.sourceforge.jp/
_______________________________________________
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"