Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Mar 2021 22:09:00 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r567599 - in head/textproc: . p5-Text-Table-Sprintf
Message-ID:  <202103072209.127M908r025676@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar  7 22:09:00 2021
New Revision: 567599
URL: https://svnweb.freebsd.org/changeset/ports/567599

Log:
  Add p5-Text-Table-Sprintf 0.001
  
  Text::Table::Sprintf provides a single function, table, which formats a
  two-dimensional array of data as a simple text table.
  
  WWW: https://metacpan.org/release/Text-Table-Sprintf

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

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Mar  7 22:08:53 2021	(r567598)
+++ head/textproc/Makefile	Sun Mar  7 22:09:00 2021	(r567599)
@@ -936,6 +936,7 @@
     SUBDIR += p5-Text-Table-More
     SUBDIR += p5-Text-Table-Org
     SUBDIR += p5-Text-Table-Paragraph
+    SUBDIR += p5-Text-Table-Sprintf
     SUBDIR += p5-Text-Table-TSV
     SUBDIR += p5-Text-Table-Tiny
     SUBDIR += p5-Text-Table-TinyColor

Added: head/textproc/p5-Text-Table-Sprintf/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Table-Sprintf/Makefile	Sun Mar  7 22:09:00 2021	(r567599)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Text-Table-Sprintf
+PORTVERSION=	0.001
+CATEGORIES=	textproc perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Generate simple text tables from 2D arrays using sprintf()
+
+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-Sprintf/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Table-Sprintf/distinfo	Sun Mar  7 22:09:00 2021	(r567599)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1614794166
+SHA256 (Text-Table-Sprintf-0.001.tar.gz) = 169b85bb4b360abe714da0d8508c7a3e7aaed46af48a743a0e32ffce3c0d9376
+SIZE (Text-Table-Sprintf-0.001.tar.gz) = 14824

Added: head/textproc/p5-Text-Table-Sprintf/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Table-Sprintf/pkg-descr	Sun Mar  7 22:09:00 2021	(r567599)
@@ -0,0 +1,4 @@
+Text::Table::Sprintf provides a single function, table, which formats a
+two-dimensional array of data as a simple text table.
+
+WWW: https://metacpan.org/release/Text-Table-Sprintf

Added: head/textproc/p5-Text-Table-Sprintf/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Table-Sprintf/pkg-plist	Sun Mar  7 22:09:00 2021	(r567599)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Text/Table/Sprintf.pm
+%%PERL5_MAN3%%/Text::Table::Sprintf.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103072209.127M908r025676>