From owner-svn-ports-head@freebsd.org Tue Oct 1 19:15:26 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5691013E1C7; Tue, 1 Oct 2019 19:15:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46jTW21Sf1z4Fsq; Tue, 1 Oct 2019 19:15:26 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F299D1FEE0; Tue, 1 Oct 2019 19:15:25 +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 x91JFPFg096082; Tue, 1 Oct 2019 19:15:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x91JFPTw096078; Tue, 1 Oct 2019 19:15:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201910011915.x91JFPTw096078@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 1 Oct 2019 19:15:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513507 - in head/devel: . rubygem-tty-logger X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-tty-logger X-SVN-Commit-Revision: 513507 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.29 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: Tue, 01 Oct 2019 19:15:26 -0000 Author: sunpoet Date: Tue Oct 1 19:15:24 2019 New Revision: 513507 URL: https://svnweb.freebsd.org/changeset/ports/513507 Log: Add rubygem-tty-logger 0.2.0 TTY::Logger provides independent logging component for TTY toolkit. WWW: https://ttytoolkit.org/ WWW: https://github.com/piotrmurach/tty-logger Added: head/devel/rubygem-tty-logger/ head/devel/rubygem-tty-logger/Makefile (contents, props changed) head/devel/rubygem-tty-logger/distinfo (contents, props changed) head/devel/rubygem-tty-logger/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Oct 1 19:02:20 2019 (r513506) +++ head/devel/Makefile Tue Oct 1 19:15:24 2019 (r513507) @@ -6297,6 +6297,7 @@ SUBDIR += rubygem-tty-editor SUBDIR += rubygem-tty-file SUBDIR += rubygem-tty-font + SUBDIR += rubygem-tty-logger SUBDIR += rubygem-tty-markdown SUBDIR += rubygem-tty-pager SUBDIR += rubygem-tty-pie Added: head/devel/rubygem-tty-logger/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tty-logger/Makefile Tue Oct 1 19:15:24 2019 (r513507) @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= tty-logger +PORTVERSION= 0.2.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Readable, structured and beautiful terminal logging + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-pastel>=0.7.0<0.8:devel/rubygem-pastel + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include Added: head/devel/rubygem-tty-logger/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tty-logger/distinfo Tue Oct 1 19:15:24 2019 (r513507) @@ -0,0 +1,3 @@ +TIMESTAMP = 1569950972 +SHA256 (rubygem/tty-logger-0.2.0.gem) = 41768bb12c7dc7e5cd16301d70d72b31c01b28a754d201f1b2c6fee5db9fd26c +SIZE (rubygem/tty-logger-0.2.0.gem) = 26112 Added: head/devel/rubygem-tty-logger/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tty-logger/pkg-descr Tue Oct 1 19:15:24 2019 (r513507) @@ -0,0 +1,4 @@ +TTY::Logger provides independent logging component for TTY toolkit. + +WWW: https://ttytoolkit.org/ +WWW: https://github.com/piotrmurach/tty-logger