Ruby/GooCanvas is a Ruby binding of GooCanvas.

WWW: http://ruby-gnome2.sourceforge.jp/
This commit is contained in:
Steve Wills 2013-06-09 18:53:36 +00:00
parent a011f23f65
commit f1be6af8fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320399
4 changed files with 24 additions and 0 deletions

View File

@ -957,6 +957,7 @@
SUBDIR += rubygem-gd2
SUBDIR += rubygem-gdk_pixbuf2
SUBDIR += rubygem-geokit
SUBDIR += rubygem-goocanvas
SUBDIR += rubygem-graphviz
SUBDIR += rubygem-gruff
SUBDIR += rubygem-image_science

View File

@ -0,0 +1,18 @@
# $FreeBSD$
PORTNAME= goocanvas
PORTVERSION= 2.0.2
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby/GooCanvas is a Ruby binding of GooCanvas
RUN_DEPENDS= rubygem-gtk2>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-gtk2
LIB_DEPENDS= goocanvas-2.0:${PORTSDIR}/graphics/goocanvas2
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/goocanvas-2.0.2.gem) = 41e216ce03cc2c9d5b703021fc68d9d9fc4a45cf4d337642de2f548516fc75e7
SIZE (rubygem/goocanvas-2.0.2.gem) = 39936

View File

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