Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Nov 2016 16:51:24 +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: r425562 - in head/textproc: . p5-Text-Table-Manifold
Message-ID:  <201611061651.uA6GpOQr055565@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Nov  6 16:51:24 2016
New Revision: 425562
URL: https://svnweb.freebsd.org/changeset/ports/425562

Log:
  - Add p5-Text-Table-Manifold 1.00
  
  Text::Table::Manifold outputs tables in any one of several supported types.
  
  WWW: http://search.cpan.org/dist/Text-Table-Manifold/

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

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Nov  6 16:51:20 2016	(r425561)
+++ head/textproc/Makefile	Sun Nov  6 16:51:24 2016	(r425562)
@@ -929,6 +929,7 @@
     SUBDIR += p5-Text-SpellChecker-GUI
     SUBDIR += p5-Text-Striphigh
     SUBDIR += p5-Text-Table
+    SUBDIR += p5-Text-Table-Manifold
     SUBDIR += p5-Text-Tabs+Wrap
     SUBDIR += p5-Text-TabularDisplay
     SUBDIR += p5-Text-Tags

Added: head/textproc/p5-Text-Table-Manifold/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Table-Manifold/Makefile	Sun Nov  6 16:51:24 2016	(r425562)
@@ -0,0 +1,28 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Text-Table-Manifold
+PORTVERSION=	1.00
+CATEGORIES=	textproc perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Render tables in manifold formats
+
+LICENSE=	ART20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	p5-Const-Exporter>=0.2.3:devel/p5-Const-Exporter \
+		p5-HTML-Entities-Interpolate>=1.05:textproc/p5-HTML-Entities-Interpolate \
+		p5-List-AllUtils>=0.08:devel/p5-List-AllUtils \
+		p5-Module-Runtime>=0.014:devel/p5-Module-Runtime \
+		p5-Moo>=1.006000:devel/p5-Moo \
+		p5-Type-Tiny>=1.000004:devel/p5-Type-Tiny \
+		p5-Unicode-LineBreak>=2013.10:textproc/p5-Unicode-LineBreak
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+USE_PERL5=	configure
+USES=		perl5 tar:tgz
+
+.include <bsd.port.mk>

Added: head/textproc/p5-Text-Table-Manifold/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Table-Manifold/distinfo	Sun Nov  6 16:51:24 2016	(r425562)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1478373891
+SHA256 (Text-Table-Manifold-1.00.tgz) = 9cdd19c8f0e1153a60cfd575664f5a41d1df17401cbc1e7b2655938d21808fb3
+SIZE (Text-Table-Manifold-1.00.tgz) = 23695

Added: head/textproc/p5-Text-Table-Manifold/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Table-Manifold/pkg-descr	Sun Nov  6 16:51:24 2016	(r425562)
@@ -0,0 +1,3 @@
+Text::Table::Manifold outputs tables in any one of several supported types.
+
+WWW: http://search.cpan.org/dist/Text-Table-Manifold/

Added: head/textproc/p5-Text-Table-Manifold/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Table-Manifold/pkg-plist	Sun Nov  6 16:51:24 2016	(r425562)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Text/Table/Manifold.pm
+%%PERL5_MAN3%%/Text::Table::Manifold.3.gz



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