From owner-svn-ports-head@freebsd.org Sun Sep 23 01:49:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E97D410A9D12; Sun, 23 Sep 2018 01:49:07 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8EFB48B694; Sun, 23 Sep 2018 01:49:07 +0000 (UTC) (envelope-from swills@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6A15523F79; Sun, 23 Sep 2018 01:49:07 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8N1n7Qe092175; Sun, 23 Sep 2018 01:49:07 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8N1n62t092171; Sun, 23 Sep 2018 01:49:06 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201809230149.w8N1n62t092171@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 23 Sep 2018 01:49:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480449 - in head/x11-toolkits: . rubygem-tk X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/x11-toolkits: . rubygem-tk X-SVN-Commit-Revision: 480449 X-SVN-Commit-Repository: ports 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.27 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: Sun, 23 Sep 2018 01:49:08 -0000 Author: swills Date: Sun Sep 23 01:49:06 2018 New Revision: 480449 URL: https://svnweb.freebsd.org/changeset/ports/480449 Log: x11-toolkits/rubygem-tk: create port rubygem-tk provides the gem "tk", a Ruby interface to the Tk GUI toolkit. WWW: https://github.com/ruby/tk PR: 230483 Submitted by: Nicola Mingotti Added: head/x11-toolkits/rubygem-tk/ head/x11-toolkits/rubygem-tk/Makefile (contents, props changed) head/x11-toolkits/rubygem-tk/distinfo (contents, props changed) head/x11-toolkits/rubygem-tk/pkg-descr (contents, props changed) Modified: head/x11-toolkits/Makefile (contents, props changed) Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Sun Sep 23 01:39:35 2018 (r480448) +++ head/x11-toolkits/Makefile Sun Sep 23 01:49:06 2018 (r480449) @@ -257,6 +257,7 @@ SUBDIR += rubygem-gtksourceview3 SUBDIR += rubygem-pango SUBDIR += rubygem-poppler + SUBDIR += rubygem-tk SUBDIR += rubygem-uh SUBDIR += rubygem-vte SUBDIR += rubygem-vte3 Added: head/x11-toolkits/rubygem-tk/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/rubygem-tk/Makefile Sun Sep 23 01:49:06 2018 (r480449) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= tk +PORTVERSION= 0.2.0 +CATEGORIES= x11-toolkits rubygems +MASTER_SITES= https://rubygems.org/downloads/ + +MAINTAINER= nmingotti@gmail.com +COMMENT= Ruby interface to TclTk-8.6 + +LICENSE= BSD2CLAUSE + +LIB_DEPENDS= libunwind.so:devel/libunwind +RUN_DEPENDS= tcl86>=${PORTVERSION}:lang/tcl86 \ + tk86>=${PORTVERSION}:x11-toolkits/tk86 + +CONFIGURE_ARGS=--with-tcltkversion=8.6,8.6 \ + --with-tk-include=${LOCALBASE}/include/tk8.6 \ + --with-tcl-include=${LOCALBASE}/include/tcl8.6 + +USES= gem tk:86 +USE_RUBY= yes +USE_XORG= x11 + +.include Added: head/x11-toolkits/rubygem-tk/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/rubygem-tk/distinfo Sun Sep 23 01:49:06 2018 (r480449) @@ -0,0 +1,3 @@ +TIMESTAMP = 1519216632 +SHA256 (rubygem/tk-0.2.0.gem) = 0d324ae915c20020bea946b1d0b0b35244f16fd2dacc35cf9647b9ac1ea1fc3f +SIZE (rubygem/tk-0.2.0.gem) = 1742848 Added: head/x11-toolkits/rubygem-tk/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/rubygem-tk/pkg-descr Sun Sep 23 01:49:06 2018 (r480449) @@ -0,0 +1,4 @@ +rubygem-tk provides the gem "tk", a Ruby interface to the +Tk GUI toolkit. + +WWW: https://github.com/ruby/tk