Bug 173378 - New port: x11-toolkits/rubygem-gtk2
Summary: New port: x11-toolkits/rubygem-gtk2
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-gtk2.shar (1.49 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:02 UTC
	- rubygem version of x11-toolkits/ruby-gtk2

How-To-Repeat: 	N/A
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-11-05 09:50:35 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:39 UTC
Responsible Changed
From-To: ruby->swills

I'll take it.
Comment 3 Steve Wills freebsd_committer freebsd_triage 2013-06-09 19:46:04 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:46:15 UTC
Author: swills
Date: Sun Jun  9 18:46:05 2013
New Revision: 320380
URL: http://svnweb.freebsd.org/changeset/ports/320380

Log:
  Ruby/GTK2 is a Ruby binding for GTK+2.
  
  WWW: http://ruby-gnome2.sourceforge.jp/
  
  PR:		ports/173378
  Submitted by:	Shin-ya Murakami <murashin@gfd-dennou.org>

Added:
  head/x11-toolkits/rubygem-gtk2/
  head/x11-toolkits/rubygem-gtk2/Makefile   (contents, props changed)
  head/x11-toolkits/rubygem-gtk2/distinfo   (contents, props changed)
  head/x11-toolkits/rubygem-gtk2/pkg-descr   (contents, props changed)
Modified:
  head/x11-toolkits/Makefile

Modified: head/x11-toolkits/Makefile
==============================================================================
--- head/x11-toolkits/Makefile	Sun Jun  9 18:45:12 2013	(r320379)
+++ head/x11-toolkits/Makefile	Sun Jun  9 18:46:05 2013	(r320380)
@@ -238,6 +238,7 @@
     SUBDIR += ruby-poppler
     SUBDIR += ruby-tk
     SUBDIR += ruby-vte
+    SUBDIR += rubygem-gtk2
     SUBDIR += rubygem-pango
     SUBDIR += sakura
     SUBDIR += scintilla

Added: head/x11-toolkits/rubygem-gtk2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-toolkits/rubygem-gtk2/Makefile	Sun Jun  9 18:46:05 2013	(r320380)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	gtk2
+PORTVERSION=	2.0.2
+CATEGORIES=	x11-toolkits rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Ruby binding for GTK+2
+
+RUN_DEPENDS=	rubygem-atk>=${PORTVERSION}:${PORTSDIR}/accessibility/rubygem-atk \
+		rubygem-gdk_pixbuf2>=${PORTVERSION}:${PORTSDIR}/graphics/rubygem-gdk_pixbuf2 \
+		rubygem-pango>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-pango
+
+USE_GNOME=	gtk20
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/x11-toolkits/rubygem-gtk2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-toolkits/rubygem-gtk2/distinfo	Sun Jun  9 18:46:05 2013	(r320380)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/gtk2-2.0.2.gem) = 9f9f7848614a355c5dab9eedad5fdacd92ac6c39f99f5d60d48e0cabdc760a2c
+SIZE (rubygem/gtk2-2.0.2.gem) = 472576

Added: head/x11-toolkits/rubygem-gtk2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-toolkits/rubygem-gtk2/pkg-descr	Sun Jun  9 18:46:05 2013	(r320380)
@@ -0,0 +1,3 @@
+Ruby/GTK2 is a Ruby binding for GTK+2.
+
+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"