diff options
author | swills <swills@FreeBSD.org> | 2013-06-10 02:42:38 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-06-10 02:42:38 +0800 |
commit | d62e60fc9e2cefdacceb971250d6f2437f65963e (patch) | |
tree | 552a8e2a1abf79066467f827c324c24d187f65b1 /accessibility | |
parent | 73058613a06ac15cb603ccc4d08c43aa2397e66b (diff) | |
download | freebsd-ports-gnome-d62e60fc9e2cefdacceb971250d6f2437f65963e.tar.gz freebsd-ports-gnome-d62e60fc9e2cefdacceb971250d6f2437f65963e.tar.zst freebsd-ports-gnome-d62e60fc9e2cefdacceb971250d6f2437f65963e.zip |
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>
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/Makefile | 1 | ||||
-rw-r--r-- | accessibility/rubygem-atk/Makefile | 18 | ||||
-rw-r--r-- | accessibility/rubygem-atk/distinfo | 2 | ||||
-rw-r--r-- | accessibility/rubygem-atk/pkg-descr | 3 |
4 files changed, 24 insertions, 0 deletions
diff --git a/accessibility/Makefile b/accessibility/Makefile index b437bf764e0d..656c1066b048 100644 --- a/accessibility/Makefile +++ b/accessibility/Makefile @@ -34,6 +34,7 @@ SUBDIR += qt4-accessible SUBDIR += redshift SUBDIR += ruby-atk + SUBDIR += rubygem-atk SUBDIR += speech-dispatcher SUBDIR += yasr diff --git a/accessibility/rubygem-atk/Makefile b/accessibility/rubygem-atk/Makefile new file mode 100644 index 000000000000..77aafa244a0e --- /dev/null +++ b/accessibility/rubygem-atk/Makefile @@ -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> diff --git a/accessibility/rubygem-atk/distinfo b/accessibility/rubygem-atk/distinfo new file mode 100644 index 000000000000..bd77ccfceb79 --- /dev/null +++ b/accessibility/rubygem-atk/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/atk-2.0.2.gem) = b7a0baa60f4ce4f9071d527fa5e04867ffe77803d15d040f7d6f9bf8d835e96b +SIZE (rubygem/atk-2.0.2.gem) = 18944 diff --git a/accessibility/rubygem-atk/pkg-descr b/accessibility/rubygem-atk/pkg-descr new file mode 100644 index 000000000000..4d889b1024b4 --- /dev/null +++ b/accessibility/rubygem-atk/pkg-descr @@ -0,0 +1,3 @@ +Ruby/ATK is a Ruby binding for ATK. + +WWW: http://ruby-gnome2.sourceforge.jp/ |