- Add p5-Excel-Writer-XLSX 0.26
The Excel::Writer::XLSX module can be used to create an Excel file in the 2007+ XLSX format. The XLSX format is the Office Open XML (OOXML) format used by Excel 2007 and later. Multiple worksheets can be added to a workbook and formatting can be applied to cells. Text, numbers, and formulas can be written to the cells. This module cannot, as yet, be used to write to an existing Excel XLSX file. WWW: http://search.cpan.org/dist/Excel-Writer-XLSX/
This commit is contained in:
parent
f0cc09c686
commit
a188b16f80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282816
5 changed files with 99 additions and 0 deletions
|
@ -494,6 +494,7 @@
|
|||
SUBDIR += p5-DocSet
|
||||
SUBDIR += p5-EBook-Tools
|
||||
SUBDIR += p5-Excel-Template
|
||||
SUBDIR += p5-Excel-Writer-XLSX
|
||||
SUBDIR += p5-File-Inplace
|
||||
SUBDIR += p5-Filter-Simple
|
||||
SUBDIR += p5-FormValidator-Lite
|
||||
|
|
51
textproc/p5-Excel-Writer-XLSX/Makefile
Normal file
51
textproc/p5-Excel-Writer-XLSX/Makefile
Normal file
|
@ -0,0 +1,51 @@
|
|||
# New ports collection makefile for: p5-Excel-Writer-XLSX
|
||||
# Date created: 2011-10-02
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Excel-Writer-XLSX
|
||||
PORTVERSION= 0.26
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Create a new file in the Excel 2007+ XLSX format
|
||||
|
||||
BUILD_DEPENDS= p5-Archive-Zip>=1.30:${PORTSDIR}/archivers/p5-Archive-Zip
|
||||
RUN_DEPENDS= p5-Archive-Zip>=1.30:${PORTSDIR}/archivers/p5-Archive-Zip
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Excel::Writer::XLSX.3 \
|
||||
Excel::Writer::XLSX::Chart.3 \
|
||||
Excel::Writer::XLSX::Chart::Area.3 \
|
||||
Excel::Writer::XLSX::Chart::Bar.3 \
|
||||
Excel::Writer::XLSX::Chart::Column.3 \
|
||||
Excel::Writer::XLSX::Chart::Line.3 \
|
||||
Excel::Writer::XLSX::Chart::Pie.3 \
|
||||
Excel::Writer::XLSX::Chart::Scatter.3 \
|
||||
Excel::Writer::XLSX::Chart::Stock.3 \
|
||||
Excel::Writer::XLSX::Chartsheet.3 \
|
||||
Excel::Writer::XLSX::Drawing.3 \
|
||||
Excel::Writer::XLSX::Examples.3 \
|
||||
Excel::Writer::XLSX::Format.3 \
|
||||
Excel::Writer::XLSX::Package::App.3 \
|
||||
Excel::Writer::XLSX::Package::Comments.3 \
|
||||
Excel::Writer::XLSX::Package::ContentTypes.3 \
|
||||
Excel::Writer::XLSX::Package::Core.3 \
|
||||
Excel::Writer::XLSX::Package::Packager.3 \
|
||||
Excel::Writer::XLSX::Package::Relationships.3 \
|
||||
Excel::Writer::XLSX::Package::SharedStrings.3 \
|
||||
Excel::Writer::XLSX::Package::Styles.3 \
|
||||
Excel::Writer::XLSX::Package::Theme.3 \
|
||||
Excel::Writer::XLSX::Package::VML.3 \
|
||||
Excel::Writer::XLSX::Package::XMLwriter.3 \
|
||||
Excel::Writer::XLSX::Package::XMLwriterSimple.3 \
|
||||
Excel::Writer::XLSX::Utility.3 \
|
||||
Excel::Writer::XLSX::Workbook.3 \
|
||||
Excel::Writer::XLSX::Worksheet.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/p5-Excel-Writer-XLSX/distinfo
Normal file
2
textproc/p5-Excel-Writer-XLSX/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Excel-Writer-XLSX-0.26.tar.gz) = 230ffa977ffce42e9eb8a5c7cb65a1bd0d15bfce7bc8629d3820c92df8d4e742
|
||||
SIZE (Excel-Writer-XLSX-0.26.tar.gz) = 628022
|
8
textproc/p5-Excel-Writer-XLSX/pkg-descr
Normal file
8
textproc/p5-Excel-Writer-XLSX/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
The Excel::Writer::XLSX module can be used to create an Excel file in the 2007+
|
||||
XLSX format. The XLSX format is the Office Open XML (OOXML) format used by Excel
|
||||
2007 and later. Multiple worksheets can be added to a workbook and formatting
|
||||
can be applied to cells. Text, numbers, and formulas can be written to the
|
||||
cells. This module cannot, as yet, be used to write to an existing Excel XLSX
|
||||
file.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Excel-Writer-XLSX/
|
37
textproc/p5-Excel-Writer-XLSX/pkg-plist
Normal file
37
textproc/p5-Excel-Writer-XLSX/pkg-plist
Normal file
|
@ -0,0 +1,37 @@
|
|||
%%SITE_PERL%%/Excel/Writer/XLSX.pm
|
||||
%%SITE_PERL%%/Excel/Writer/XLSX/Chart.pm
|
||||
%%SITE_PERL%%/Excel/Writer/XLSX/Chart/Area.pm
|
||||
%%SITE_PERL%%/Excel/Writer/XLSX/Chart/Bar.pm
|
||||
%%SITE_PERL%%/Excel/Writer/XLSX/Chart/Column.pm
|
||||
%%SITE_PERL%%/Excel/Writer/XLSX/Chart/Line.pm
|
||||
%%SITE_PERL%%/Excel/Writer/XLSX/Chart/Pie.pm
|
||||
%%SITE_PERL%%/Excel/Writer/XLSX/Chart/Scatter.pm
|
||||
%%SITE_PERL%%/Excel/Writer/XLSX/Chart/Stock.pm
|
||||
%%SITE_PERL%%/Excel/Writer/XLSX/Chartsheet.pm
|
||||
%%SITE_PERL%%/Excel/Writer/XLSX/Drawing.pm
|
||||
%%SITE_PERL%%/Excel/Writer/XLSX/Examples.pm
|
||||
%%SITE_PERL%%/Excel/Writer/XLSX/Format.pm
|
||||
%%SITE_PERL%%/Excel/Writer/XLSX/Package/App.pm
|
||||
%%SITE_PERL%%/Excel/Writer/XLSX/Package/Comments.pm
|
||||
%%SITE_PERL%%/Excel/Writer/XLSX/Package/ContentTypes.pm
|
||||
%%SITE_PERL%%/Excel/Writer/XLSX/Package/Core.pm
|
||||
%%SITE_PERL%%/Excel/Writer/XLSX/Package/Packager.pm
|
||||
%%SITE_PERL%%/Excel/Writer/XLSX/Package/Relationships.pm
|
||||
%%SITE_PERL%%/Excel/Writer/XLSX/Package/SharedStrings.pm
|
||||
%%SITE_PERL%%/Excel/Writer/XLSX/Package/Styles.pm
|
||||
%%SITE_PERL%%/Excel/Writer/XLSX/Package/Theme.pm
|
||||
%%SITE_PERL%%/Excel/Writer/XLSX/Package/VML.pm
|
||||
%%SITE_PERL%%/Excel/Writer/XLSX/Package/XMLwriter.pm
|
||||
%%SITE_PERL%%/Excel/Writer/XLSX/Package/XMLwriterSimple.pm
|
||||
%%SITE_PERL%%/Excel/Writer/XLSX/Utility.pm
|
||||
%%SITE_PERL%%/Excel/Writer/XLSX/Workbook.pm
|
||||
%%SITE_PERL%%/Excel/Writer/XLSX/Worksheet.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Excel/Writer/XLSX/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Excel/Writer/XLSX
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Excel/Writer
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Excel
|
||||
@dirrm %%SITE_PERL%%/Excel/Writer/XLSX/Package
|
||||
@dirrm %%SITE_PERL%%/Excel/Writer/XLSX/Chart
|
||||
@dirrm %%SITE_PERL%%/Excel/Writer/XLSX
|
||||
@dirrmtry %%SITE_PERL%%/Excel/Writer
|
||||
@dirrmtry %%SITE_PERL%%/Excel
|
Loading…
Reference in a new issue