svn commit: r320399 - in head/graphics: . rubygem-goocanvas

Steve Wills swills at FreeBSD.org
Sun Jun 9 18:53:37 UTC 2013


Author: swills
Date: Sun Jun  9 18:53:36 2013
New Revision: 320399
URL: http://svnweb.freebsd.org/changeset/ports/320399

Log:
  Ruby/GooCanvas is a Ruby binding of GooCanvas.
  
  WWW: http://ruby-gnome2.sourceforge.jp/

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

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sun Jun  9 18:53:14 2013	(r320398)
+++ head/graphics/Makefile	Sun Jun  9 18:53:36 2013	(r320399)
@@ -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

Added: head/graphics/rubygem-goocanvas/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/rubygem-goocanvas/Makefile	Sun Jun  9 18:53:36 2013	(r320399)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME=	goocanvas
+PORTVERSION=	2.0.2
+CATEGORIES=	graphics rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at 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>

Added: head/graphics/rubygem-goocanvas/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/rubygem-goocanvas/distinfo	Sun Jun  9 18:53:36 2013	(r320399)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/goocanvas-2.0.2.gem) = 41e216ce03cc2c9d5b703021fc68d9d9fc4a45cf4d337642de2f548516fc75e7
+SIZE (rubygem/goocanvas-2.0.2.gem) = 39936

Added: head/graphics/rubygem-goocanvas/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/rubygem-goocanvas/pkg-descr	Sun Jun  9 18:53:36 2013	(r320399)
@@ -0,0 +1,3 @@
+Ruby/GooCanvas is a Ruby binding of GooCanvas.
+
+WWW: http://ruby-gnome2.sourceforge.jp/


More information about the svn-ports-all mailing list