mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add p5-Text-Table-XLSX 0.001
Text::Table::XLSX provides a single function, table, which takes a two-dimensional array of data and generate an XLSX data stream from it. It's basically a very thin wrapper for Spreadsheet::GenerateXLSX. WWW: https://metacpan.org/release/Text-Table-XLSX
This commit is contained in:
parent
f8338fe79c
commit
0c8a6ad973
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480554
5 changed files with 36 additions and 0 deletions
|
@ -958,6 +958,7 @@
|
||||||
SUBDIR += p5-Text-Table-Any
|
SUBDIR += p5-Text-Table-Any
|
||||||
SUBDIR += p5-Text-Table-Manifold
|
SUBDIR += p5-Text-Table-Manifold
|
||||||
SUBDIR += p5-Text-Table-Tiny
|
SUBDIR += p5-Text-Table-Tiny
|
||||||
|
SUBDIR += p5-Text-Table-XLSX
|
||||||
SUBDIR += p5-Text-Tabs+Wrap
|
SUBDIR += p5-Text-Tabs+Wrap
|
||||||
SUBDIR += p5-Text-TabularDisplay
|
SUBDIR += p5-Text-TabularDisplay
|
||||||
SUBDIR += p5-Text-Tags
|
SUBDIR += p5-Text-Tags
|
||||||
|
|
25
textproc/p5-Text-Table-XLSX/Makefile
Normal file
25
textproc/p5-Text-Table-XLSX/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= Text-Table-XLSX
|
||||||
|
PORTVERSION= 0.001
|
||||||
|
CATEGORIES= textproc perl5
|
||||||
|
MASTER_SITES= CPAN
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
|
COMMENT= Generate XLSX worksheet
|
||||||
|
|
||||||
|
LICENSE= ART10 GPLv1+
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
|
RUN_DEPENDS= p5-Spreadsheet-GenerateXLSX>=0:textproc/p5-Spreadsheet-GenerateXLSX
|
||||||
|
|
||||||
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
textproc/p5-Text-Table-XLSX/distinfo
Normal file
3
textproc/p5-Text-Table-XLSX/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1537768691
|
||||||
|
SHA256 (Text-Table-XLSX-0.001.tar.gz) = 43af63a3b8366f3a79c020da4d272d974f21e76dd5755097c9e3920ce95a80b1
|
||||||
|
SIZE (Text-Table-XLSX-0.001.tar.gz) = 14183
|
5
textproc/p5-Text-Table-XLSX/pkg-descr
Normal file
5
textproc/p5-Text-Table-XLSX/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
Text::Table::XLSX provides a single function, table, which takes a
|
||||||
|
two-dimensional array of data and generate an XLSX data stream from it. It's
|
||||||
|
basically a very thin wrapper for Spreadsheet::GenerateXLSX.
|
||||||
|
|
||||||
|
WWW: https://metacpan.org/release/Text-Table-XLSX
|
2
textproc/p5-Text-Table-XLSX/pkg-plist
Normal file
2
textproc/p5-Text-Table-XLSX/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
%%SITE_PERL%%/Text/Table/XLSX.pm
|
||||||
|
%%PERL5_MAN3%%/Text::Table::XLSX.3.gz
|
Loading…
Add table
Reference in a new issue