svn commit: r320383 - in head/devel: . rubygem-gio2

Steve Wills swills at FreeBSD.org
Sun Jun 9 18:47:22 UTC 2013


Author: swills
Date: Sun Jun  9 18:47:21 2013
New Revision: 320383
URL: http://svnweb.freebsd.org/changeset/ports/320383

Log:
  Ruby/GIO2 is a Ruby binding of gio-2.x.
  
  WWW: http://ruby-gnome2.sourceforge.jp/

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jun  9 18:47:04 2013	(r320382)
+++ head/devel/Makefile	Sun Jun  9 18:47:21 2013	(r320383)
@@ -4049,6 +4049,7 @@
     SUBDIR += rubygem-getopt-declare
     SUBDIR += rubygem-gettext
     SUBDIR += rubygem-gibbler
+    SUBDIR += rubygem-gio2
     SUBDIR += rubygem-git
     SUBDIR += rubygem-glib2
     SUBDIR += rubygem-gobject-introspection

Added: head/devel/rubygem-gio2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-gio2/Makefile	Sun Jun  9 18:47:21 2013	(r320383)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME=	gio2
+PORTVERSION=	2.0.2
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at FreeBSD.org
+COMMENT=	Ruby binding for GLib2
+
+RUN_DEPENDS=	rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-gio2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-gio2/distinfo	Sun Jun  9 18:47:21 2013	(r320383)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/gio2-2.0.2.gem) = 326c520d58df4d7ea0dbc18ebbf37dfc46585c20d6f4f901fad1cfb25592a269
+SIZE (rubygem/gio2-2.0.2.gem) = 56320

Added: head/devel/rubygem-gio2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-gio2/pkg-descr	Sun Jun  9 18:47:21 2013	(r320383)
@@ -0,0 +1,3 @@
+Ruby/GIO2 is a Ruby binding of gio-2.x.
+
+WWW: http://ruby-gnome2.sourceforge.jp/


More information about the svn-ports-all mailing list