Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2013 18:42:38 +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: r320376 - in head/accessibility: . rubygem-atk
Message-ID:  <201306091842.r59Igc4L023608@svn.freebsd.org>

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

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

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

Modified: head/accessibility/Makefile
==============================================================================
--- head/accessibility/Makefile	Sun Jun  9 18:41:37 2013	(r320375)
+++ head/accessibility/Makefile	Sun Jun  9 18:42:38 2013	(r320376)
@@ -34,6 +34,7 @@
     SUBDIR += qt4-accessible
     SUBDIR += redshift
     SUBDIR += ruby-atk
+    SUBDIR += rubygem-atk
     SUBDIR += speech-dispatcher
     SUBDIR += yasr
 

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

Added: head/accessibility/rubygem-atk/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/accessibility/rubygem-atk/distinfo	Sun Jun  9 18:42:38 2013	(r320376)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/atk-2.0.2.gem) = b7a0baa60f4ce4f9071d527fa5e04867ffe77803d15d040f7d6f9bf8d835e96b
+SIZE (rubygem/atk-2.0.2.gem) = 18944

Added: head/accessibility/rubygem-atk/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/accessibility/rubygem-atk/pkg-descr	Sun Jun  9 18:42:38 2013	(r320376)
@@ -0,0 +1,3 @@
+Ruby/ATK is a Ruby binding for ATK.
+
+WWW: http://ruby-gnome2.sourceforge.jp/



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