aboutsummaryrefslogtreecommitdiff
path: root/accessibility/rubygem-atk
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-06-09 18:42:38 +0000
committerSteve Wills <swills@FreeBSD.org>2013-06-09 18:42:38 +0000
commit39b379ea843516860bbd7dde962bb6a523bd4d45 (patch)
tree552a8e2a1abf79066467f827c324c24d187f65b1 /accessibility/rubygem-atk
parenta23946eac22cb2fe5829aca37a8a0a520eb839c2 (diff)
downloadports-39b379ea843516860bbd7dde962bb6a523bd4d45.tar.gz
ports-39b379ea843516860bbd7dde962bb6a523bd4d45.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>
Notes
Notes: svn path=/head/; revision=320376
Diffstat (limited to 'accessibility/rubygem-atk')
-rw-r--r--accessibility/rubygem-atk/Makefile18
-rw-r--r--accessibility/rubygem-atk/distinfo2
-rw-r--r--accessibility/rubygem-atk/pkg-descr3
3 files changed, 23 insertions, 0 deletions
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/