svn commit: r567598 - in head/textproc: . p5-Text-Table-More

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


Author: sunpoet
Date: Sun Mar  7 22:08:53 2021
New Revision: 567598
URL: https://svnweb.freebsd.org/changeset/ports/567598

Log:
  Add p5-Text-Table-More 0.011
  
  Text::Table::More uses the simple interface of Text::Table::Tiny with support
  for more formatting options like column/row spans, border style,
  per-row/column/cell align/valign.
  
  WWW: https://metacpan.org/release/Text-Table-More

Added:
  head/textproc/p5-Text-Table-More/
  head/textproc/p5-Text-Table-More/Makefile   (contents, props changed)
  head/textproc/p5-Text-Table-More/distinfo   (contents, props changed)
  head/textproc/p5-Text-Table-More/pkg-descr   (contents, props changed)
  head/textproc/p5-Text-Table-More/pkg-plist   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Mar  7 22:08:46 2021	(r567597)
+++ head/textproc/Makefile	Sun Mar  7 22:08:53 2021	(r567598)
@@ -933,6 +933,7 @@
     SUBDIR += p5-Text-Table-HTML-DataTables
     SUBDIR += p5-Text-Table-LTSV
     SUBDIR += p5-Text-Table-Manifold
+    SUBDIR += p5-Text-Table-More
     SUBDIR += p5-Text-Table-Org
     SUBDIR += p5-Text-Table-Paragraph
     SUBDIR += p5-Text-Table-TSV

Added: head/textproc/p5-Text-Table-More/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Table-More/Makefile	Sun Mar  7 22:08:53 2021	(r567598)
@@ -0,0 +1,30 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Text-Table-More
+PORTVERSION=	0.011
+CATEGORIES=	textproc perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Generate text table with simple interface and many options
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install \
+		${RUN_DEPENDS}
+RUN_DEPENDS=	p5-BorderStyles-Standard>=0:devel/p5-BorderStyles-Standard \
+		p5-List-AllUtils>=0:devel/p5-List-AllUtils \
+		p5-Module-Load-Util>=0.004:devel/p5-Module-Load-Util \
+		p5-String-Pad>=0:textproc/p5-String-Pad \
+		p5-Text-NonWideChar-Util>=0:textproc/p5-Text-NonWideChar-Util
+
+USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/p5-Text-Table-More/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Table-More/distinfo	Sun Mar  7 22:08:53 2021	(r567598)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1614794164
+SHA256 (Text-Table-More-0.011.tar.gz) = 86dff8b76ed4c5401d57fea6b05ea789c3f56e7a2118a29ead437f06b5b4128f
+SIZE (Text-Table-More-0.011.tar.gz) = 27235

Added: head/textproc/p5-Text-Table-More/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Table-More/pkg-descr	Sun Mar  7 22:08:53 2021	(r567598)
@@ -0,0 +1,5 @@
+Text::Table::More uses the simple interface of Text::Table::Tiny with support
+for more formatting options like column/row spans, border style,
+per-row/column/cell align/valign.
+
+WWW: https://metacpan.org/release/Text-Table-More

Added: head/textproc/p5-Text-Table-More/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Table-More/pkg-plist	Sun Mar  7 22:08:53 2021	(r567598)
@@ -0,0 +1,3 @@
+%%SITE_PERL%%/Text/Table/More.pm
+%%SITE_PERL%%/auto/share/dist/Text-Table-More/examples/emmy.pl
+%%PERL5_MAN3%%/Text::Table::More.3.gz


More information about the svn-ports-head mailing list