Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2013 18:46:36 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320381 - in head/devel: . rubygem-gobject-introspection
Message-ID:  <201306091846.r59Ika80024804@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Jun  9 18:46:35 2013
New Revision: 320381
URL: http://svnweb.freebsd.org/changeset/ports/320381

Log:
  Ruby binding for GObjectIntrospection
  
  WWW: http://ruby-gnome2.sourceforge.jp/

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jun  9 18:46:05 2013	(r320380)
+++ head/devel/Makefile	Sun Jun  9 18:46:35 2013	(r320381)
@@ -4051,6 +4051,7 @@
     SUBDIR += rubygem-gibbler
     SUBDIR += rubygem-git
     SUBDIR += rubygem-glib2
+    SUBDIR += rubygem-gobject-introspection
     SUBDIR += rubygem-grit
     SUBDIR += rubygem-hashie
     SUBDIR += rubygem-highline

Added: head/devel/rubygem-gobject-introspection/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-gobject-introspection/Makefile	Sun Jun  9 18:46:35 2013	(r320381)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	gobject-introspection
+PORTVERSION=	2.0.2
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Ruby binding for GObjectIntrospection
+
+BUILD_DEPENDS=	rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2 \
+		g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
+RUN_DEPENDS=	rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2 \
+		g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-gobject-introspection/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-gobject-introspection/distinfo	Sun Jun  9 18:46:35 2013	(r320381)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/gobject-introspection-2.0.2.gem) = 06127a6814f07e27dea22c56a9c99cd610f60d0ea386e3d8325c06c9e714fb0a
+SIZE (rubygem/gobject-introspection-2.0.2.gem) = 32768

Added: head/devel/rubygem-gobject-introspection/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-gobject-introspection/pkg-descr	Sun Jun  9 18:46:35 2013	(r320381)
@@ -0,0 +1,3 @@
+Ruby binding for GObjectIntrospection
+
+WWW: http://ruby-gnome2.sourceforge.jp/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306091846.r59Ika80024804>