svn commit: r320375 - in head/devel: . rubygem-glib2
Steve Wills
swills at FreeBSD.org
Sun Jun 9 18:41:38 UTC 2013
Author: swills
Date: Sun Jun 9 18:41:37 2013
New Revision: 320375
URL: http://svnweb.freebsd.org/changeset/ports/320375
Log:
Ruby/GLib2 is a Ruby binding for GLib2.
WWW: http://ruby-gnome2.sourceforge.jp/
PR: ports/173384
Submitted by: Shin-ya Murakami <murashin at gfd-dennou.org>
Added:
head/devel/rubygem-glib2/
head/devel/rubygem-glib2/Makefile (contents, props changed)
head/devel/rubygem-glib2/distinfo (contents, props changed)
head/devel/rubygem-glib2/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sun Jun 9 18:38:13 2013 (r320374)
+++ head/devel/Makefile Sun Jun 9 18:41:37 2013 (r320375)
@@ -4050,6 +4050,7 @@
SUBDIR += rubygem-gettext
SUBDIR += rubygem-gibbler
SUBDIR += rubygem-git
+ SUBDIR += rubygem-glib2
SUBDIR += rubygem-grit
SUBDIR += rubygem-hashie
SUBDIR += rubygem-highline
Added: head/devel/rubygem-glib2/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-glib2/Makefile Sun Jun 9 18:41:37 2013 (r320375)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= glib2
+PORTVERSION= 2.0.2
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at FreeBSD.org
+COMMENT= Ruby binding for GLib2
+
+RUN_DEPENDS= rubygem-pkg-config>=0:${PORTSDIR}/devel/rubygem-pkg-config
+
+USE_GNOME= glib20
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-glib2/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-glib2/distinfo Sun Jun 9 18:41:37 2013 (r320375)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/glib2-2.0.2.gem) = 28cc0e5c5aa551103e38b9a4ac5c48a7c8f7ba8fc67ca73018e2c10c5869d22c
+SIZE (rubygem/glib2-2.0.2.gem) = 110080
Added: head/devel/rubygem-glib2/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-glib2/pkg-descr Sun Jun 9 18:41:37 2013 (r320375)
@@ -0,0 +1,3 @@
+Ruby/GLib2 is a Ruby binding for GLib2.
+
+WWW: http://ruby-gnome2.sourceforge.jp/
More information about the svn-ports-all
mailing list