diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-11-07 00:51:24 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-11-07 00:51:24 +0800 |
commit | a7d4a6152445d18d8a9acee1e76672853eb7ecf5 (patch) | |
tree | e4bd783dfd77eb49f72f568f1cdf43fd2de5eada /textproc | |
parent | c9ffbc47feaafc3dc5f899279cd7a4d0c3776b45 (diff) | |
download | freebsd-ports-graphics-a7d4a6152445d18d8a9acee1e76672853eb7ecf5.tar.gz freebsd-ports-graphics-a7d4a6152445d18d8a9acee1e76672853eb7ecf5.tar.zst freebsd-ports-graphics-a7d4a6152445d18d8a9acee1e76672853eb7ecf5.zip |
- 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/
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Table-Manifold/Makefile | 28 | ||||
-rw-r--r-- | textproc/p5-Text-Table-Manifold/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Text-Table-Manifold/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/p5-Text-Table-Manifold/pkg-plist | 2 |
5 files changed, 37 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 3ceb62bc13c..bf4971ff38d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/p5-Text-Table-Manifold/Makefile b/textproc/p5-Text-Table-Manifold/Makefile new file mode 100644 index 00000000000..26eed9bdb5d --- /dev/null +++ b/textproc/p5-Text-Table-Manifold/Makefile @@ -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> diff --git a/textproc/p5-Text-Table-Manifold/distinfo b/textproc/p5-Text-Table-Manifold/distinfo new file mode 100644 index 00000000000..33b5120dd5d --- /dev/null +++ b/textproc/p5-Text-Table-Manifold/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1478373891 +SHA256 (Text-Table-Manifold-1.00.tgz) = 9cdd19c8f0e1153a60cfd575664f5a41d1df17401cbc1e7b2655938d21808fb3 +SIZE (Text-Table-Manifold-1.00.tgz) = 23695 diff --git a/textproc/p5-Text-Table-Manifold/pkg-descr b/textproc/p5-Text-Table-Manifold/pkg-descr new file mode 100644 index 00000000000..d577e9e578e --- /dev/null +++ b/textproc/p5-Text-Table-Manifold/pkg-descr @@ -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/ diff --git a/textproc/p5-Text-Table-Manifold/pkg-plist b/textproc/p5-Text-Table-Manifold/pkg-plist new file mode 100644 index 00000000000..051e40dae51 --- /dev/null +++ b/textproc/p5-Text-Table-Manifold/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Text/Table/Manifold.pm +%%PERL5_MAN3%%/Text::Table::Manifold.3.gz |