1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

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>
This commit is contained in:
Steve Wills 2013-06-09 18:42:38 +00:00
parent a23946eac2
commit 39b379ea84
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320376
4 changed files with 24 additions and 0 deletions

View File

@ -34,6 +34,7 @@
SUBDIR += qt4-accessible
SUBDIR += redshift
SUBDIR += ruby-atk
SUBDIR += rubygem-atk
SUBDIR += speech-dispatcher
SUBDIR += yasr

View File

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

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/atk-2.0.2.gem) = b7a0baa60f4ce4f9071d527fa5e04867ffe77803d15d040f7d6f9bf8d835e96b
SIZE (rubygem/atk-2.0.2.gem) = 18944

View File

@ -0,0 +1,3 @@
Ruby/ATK is a Ruby binding for ATK.
WWW: http://ruby-gnome2.sourceforge.jp/