Ruby/GIO2 is a Ruby binding of gio-2.x.

WWW: http://ruby-gnome2.sourceforge.jp/
This commit is contained in:
Steve Wills 2013-06-09 18:47:21 +00:00
parent ad266bde8c
commit 6eb2b6ca7c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320383
4 changed files with 23 additions and 0 deletions

View file

@ -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

View file

@ -0,0 +1,17 @@
# $FreeBSD$
PORTNAME= gio2
PORTVERSION= 2.0.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@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>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/gio2-2.0.2.gem) = 326c520d58df4d7ea0dbc18ebbf37dfc46585c20d6f4f901fad1cfb25592a269
SIZE (rubygem/gio2-2.0.2.gem) = 56320

View file

@ -0,0 +1,3 @@
Ruby/GIO2 is a Ruby binding of gio-2.x.
WWW: http://ruby-gnome2.sourceforge.jp/