From owner-svn-ports-head@freebsd.org Fri Apr 28 20:43:52 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2781AD549FC; Fri, 28 Apr 2017 20:43:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2193105A; Fri, 28 Apr 2017 20:43:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3SKhoYO051310; Fri, 28 Apr 2017 20:43:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3SKhoZh051306; Fri, 28 Apr 2017 20:43:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704282043.v3SKhoZh051306@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 28 Apr 2017 20:43:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439664 - in head/graphics: . rubygem-clutter-gdk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2017 20:43:52 -0000 Author: sunpoet Date: Fri Apr 28 20:43:50 2017 New Revision: 439664 URL: https://svnweb.freebsd.org/changeset/ports/439664 Log: Add rubygem-clutter-gdk 3.1.3 Ruby/ClutterGDK is a Ruby binding of GDK specific API of Clutter. WWW: http://ruby-gnome2.sourceforge.jp/ Added: head/graphics/rubygem-clutter-gdk/ head/graphics/rubygem-clutter-gdk/Makefile (contents, props changed) head/graphics/rubygem-clutter-gdk/distinfo (contents, props changed) head/graphics/rubygem-clutter-gdk/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Fri Apr 28 20:43:45 2017 (r439663) +++ head/graphics/Makefile Fri Apr 28 20:43:50 2017 (r439664) @@ -947,6 +947,7 @@ SUBDIR += rubygem-captcha SUBDIR += rubygem-chunky_png SUBDIR += rubygem-clutter + SUBDIR += rubygem-clutter-gdk SUBDIR += rubygem-clutter-gtk SUBDIR += rubygem-dragonfly SUBDIR += rubygem-emoji Added: head/graphics/rubygem-clutter-gdk/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/rubygem-clutter-gdk/Makefile Fri Apr 28 20:43:50 2017 (r439664) @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= clutter-gdk +PORTVERSION= 3.1.3 +CATEGORIES= graphics rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Ruby binding of GDK specific API of Clutter + +LICENSE= LGPL21+ + +RUN_DEPENDS= rubygem-clutter>=${PORTVERSION}:graphics/rubygem-clutter \ + rubygem-gdk3>=${PORTVERSION}:x11-toolkits/rubygem-gdk3 + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include Added: head/graphics/rubygem-clutter-gdk/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/rubygem-clutter-gdk/distinfo Fri Apr 28 20:43:50 2017 (r439664) @@ -0,0 +1,3 @@ +TIMESTAMP = 1493381458 +SHA256 (rubygem/clutter-gdk-3.1.3.gem) = 78a7ee87598c62dbffd72513f6a6bd459c2eae94fa70de3069499ff07e4a486a +SIZE (rubygem/clutter-gdk-3.1.3.gem) = 5632 Added: head/graphics/rubygem-clutter-gdk/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/rubygem-clutter-gdk/pkg-descr Fri Apr 28 20:43:50 2017 (r439664) @@ -0,0 +1,3 @@ +Ruby/ClutterGDK is a Ruby binding of GDK specific API of Clutter. + +WWW: http://ruby-gnome2.sourceforge.jp/