From owner-svn-ports-all@freebsd.org Sun Mar 7 22:09:10 2021 Return-Path: Delivered-To: svn-ports-all@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 36D6D5765A2; Sun, 7 Mar 2021 22:09:10 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dtwc60lngz3t8p; Sun, 7 Mar 2021 22:09:10 +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 64D121DF08; Sun, 7 Mar 2021 22:09:09 +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 127M99oq025849; Sun, 7 Mar 2021 22:09:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127M9802025844; Sun, 7 Mar 2021 22:09:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072209.127M9802025844@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:09:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567600 - in head/textproc: . p5-Text-Table-TinyBorderStyle X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/textproc: . p5-Text-Table-TinyBorderStyle X-SVN-Commit-Revision: 567600 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:09:10 -0000 Author: sunpoet Date: Sun Mar 7 22:09:08 2021 New Revision: 567600 URL: https://svnweb.freebsd.org/changeset/ports/567600 Log: Add p5-Text-Table-TinyBorderStyle 0.004 Text::Table::TinyBorderStyle is like Text::Table::Tiny with added support for using border styles. For more details about border styles, see BorderStyle specification. The styles are in BorderStyle::* modules. Try installing and using the border style modules to see what they look like. Interface, options, and format variables are the same as in Text::Table::Tiny. WWW: https://metacpan.org/release/Text-Table-TinyBorderStyle Added: head/textproc/p5-Text-Table-TinyBorderStyle/ head/textproc/p5-Text-Table-TinyBorderStyle/Makefile (contents, props changed) head/textproc/p5-Text-Table-TinyBorderStyle/distinfo (contents, props changed) head/textproc/p5-Text-Table-TinyBorderStyle/pkg-descr (contents, props changed) head/textproc/p5-Text-Table-TinyBorderStyle/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Mar 7 22:09:00 2021 (r567599) +++ head/textproc/Makefile Sun Mar 7 22:09:08 2021 (r567600) @@ -939,6 +939,7 @@ SUBDIR += p5-Text-Table-Sprintf SUBDIR += p5-Text-Table-TSV SUBDIR += p5-Text-Table-Tiny + SUBDIR += p5-Text-Table-TinyBorderStyle SUBDIR += p5-Text-Table-TinyColor SUBDIR += p5-Text-Table-TinyColorWide SUBDIR += p5-Text-Table-TinyWide Added: head/textproc/p5-Text-Table-TinyBorderStyle/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Table-TinyBorderStyle/Makefile Sun Mar 7 22:09:08 2021 (r567600) @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Text-Table-TinyBorderStyle +PORTVERSION= 0.004 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Text::Table::Tiny and support for border styles + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include Added: head/textproc/p5-Text-Table-TinyBorderStyle/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Table-TinyBorderStyle/distinfo Sun Mar 7 22:09:08 2021 (r567600) @@ -0,0 +1,3 @@ +TIMESTAMP = 1614794168 +SHA256 (Text-Table-TinyBorderStyle-0.004.tar.gz) = 3941b640c7cae73abbc5f50c2d5d5b79c2353841aabec621df9371f42295f970 +SIZE (Text-Table-TinyBorderStyle-0.004.tar.gz) = 16235 Added: head/textproc/p5-Text-Table-TinyBorderStyle/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Table-TinyBorderStyle/pkg-descr Sun Mar 7 22:09:08 2021 (r567600) @@ -0,0 +1,8 @@ +Text::Table::TinyBorderStyle is like Text::Table::Tiny with added support for +using border styles. For more details about border styles, see BorderStyle +specification. The styles are in BorderStyle::* modules. Try installing and +using the border style modules to see what they look like. + +Interface, options, and format variables are the same as in Text::Table::Tiny. + +WWW: https://metacpan.org/release/Text-Table-TinyBorderStyle Added: head/textproc/p5-Text-Table-TinyBorderStyle/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Table-TinyBorderStyle/pkg-plist Sun Mar 7 22:09:08 2021 (r567600) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Text/Table/TinyBorderStyle.pm +%%PERL5_MAN3%%/Text::Table::TinyBorderStyle.3.gz