Date: Sun, 23 Sep 2018 01:49:06 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> 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 Message-ID: <201809230149.w8N1n62t092171@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <nmingotti@gmail.com> 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809230149.w8N1n62t092171>