svn commit: r567600 - in head/textproc: . p5-Text-Table-TinyBorderStyle

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 7 22:09:10 UTC 2021


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 <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Text-Table-TinyBorderStyle
+PORTVERSION=	0.004
+CATEGORIES=	textproc perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet at 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 <bsd.port.mk>

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


More information about the svn-ports-head mailing list