Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

5
textproc/php-excel/DESCR Normal file
View File

@@ -0,0 +1,5 @@
PHPExcel is a library written in pure PHP and providing a set of classes that
allow you to write to and read from different spreadsheet file formats, like
Excel (BIFF) .xls, Excel 2007 (OfficeOpenXML) .xlsx, CSV, Libre/OpenOffice Calc
.ods, Gnumeric, PDF, HTML, ... This project is built around Microsoft's OpenXML
standard and PHP.

172
textproc/php-excel/Makefile Normal file
View File

@@ -0,0 +1,172 @@
# $NetBSD: Makefile,v 1.1 2014/07/31 00:00:32 rodent Exp $
#
DISTNAME= 1.8.0
PKGNAME= ${PHP_PKG_PREFIX}-excel-${DISTNAME}
CATEGORIES= textproc
MASTER_SITES= https://github.com/PHPOffice/PHPExcel/archive/
DIST_SUBDIR= ${PKGBASE:S/${PHP_PKG_PREFIX}/php/1}
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= https://github.com/PHPOffice/PHPExcel
COMMENT= Pure PHP library for reading and writing spreadsheet files
LICENSE= gnu-lgpl-v2 AND gnu-lgpl-v2.1
NO_CONFIGURE= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/PHPExcel-${PKGVERSION_NOREV}
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/CachedObjectStorage
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/CalcEngine
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/Calculation/Token
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/Cell
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/Chart/Renderer
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/Reader/Excel2007
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/Reader/Excel5
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/RichText
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/Shared/Escher/DgContainer/SpgrContainer
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/Shared/JAMA/utils
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/Shared/OLE/PPS
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/Shared/PCLZip
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/Shared/trend
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/Style
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/Worksheet/AutoFilter/Column
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/Worksheet/Drawing
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/Writer/Excel2007
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/Writer/Excel5
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/Writer/OpenDocument/Cell
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/Writer/PDF
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/locale/bg
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/locale/cs
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/locale/da
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/locale/de
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/locale/en/uk
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/locale/es
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/locale/fi
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/locale/fr
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/locale/hu
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/locale/it
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/locale/nl
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/locale/no
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/locale/pl
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/locale/pt/br
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/locale/ru
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/locale/sv
INSTALLATION_DIRS+= share/${PKGBASE}/Classes/PHPExcel/locale/tr
#INSTALLATION_DIRS+= share/doc/${PKGBASE}/assets/ClassDiagrams/Classes
#INSTALLATION_DIRS+= share/doc/${PKGBASE}/assets/ClassDiagrams/Exports
#INSTALLATION_DIRS+= share/doc/${PKGBASE}/markdown/CalculationEngine/FunctionReference
#INSTALLATION_DIRS+= share/doc/${PKGBASE}/markdown/Features/Autofilters/images
#INSTALLATION_DIRS+= share/doc/${PKGBASE}/markdown/Functions
#INSTALLATION_DIRS+= share/doc/${PKGBASE}/markdown/Overview/images
#INSTALLATION_DIRS+= share/doc/${PKGBASE}/markdown/ReadingSpreadsheetFiles
INSTALLATION_DIRS+= share/examples/${PKGBASE}/images
INSTALLATION_DIRS+= share/examples/${PKGBASE}/templates
.include "options.mk"
do-install:
cd ${WRKSRC} && ${INSTALL_DATA} Classes/PHPExcel.php \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes; \
${INSTALL_DATA} Classes/PHPExcel/*.php \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel; \
${INSTALL_DATA} Classes/PHPExcel/CachedObjectStorage/* \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/CachedObjectStorage; \
${INSTALL_DATA} Classes/PHPExcel/CalcEngine/* \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/CalcEngine; \
${INSTALL_DATA} Classes/PHPExcel/Calculation/*.php \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/Calculation; \
${INSTALL_DATA} Classes/PHPExcel/Calculation/functionlist.txt \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/Calculation; \
${INSTALL_DATA} Classes/PHPExcel/Calculation/Token/Stack.php \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/Calculation/Token; \
${INSTALL_DATA} Classes/PHPExcel/Cell/* \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/Cell; \
${INSTALL_DATA} Classes/PHPExcel/Chart/*.php \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/Chart; \
${INSTALL_DATA} Classes/PHPExcel/Chart/Renderer/* \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/Chart/Renderer; \
${INSTALL_DATA} Classes/PHPExcel/Reader/*.php \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/Reader; \
${INSTALL_DATA} Classes/PHPExcel/Reader/Excel2007/* \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/Reader/Excel2007; \
${INSTALL_DATA} Classes/PHPExcel/Reader/Excel5/* \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/Reader/Excel5; \
${INSTALL_DATA} Classes/PHPExcel/RichText/* \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/RichText; \
${INSTALL_DATA} Classes/PHPExcel/Shared/*.php \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/Shared; \
${INSTALL_DATA} Classes/PHPExcel/Shared/Escher/*.php \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/Shared/Escher; \
${INSTALL_DATA} Classes/PHPExcel/Shared/Escher/DgContainer/SpgrContainer.php \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php; \
${INSTALL_DATA} Classes/PHPExcel/Shared/Escher/DggContainer/BstoreContainer.php \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/Shared/Escher/DggContainer; \
${INSTALL_DATA} Classes/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE.php \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/Shared/Escher/DggContainer/BstoreContainer; \
${INSTALL_DATA} Classes/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE/Blip.php \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/Shared/Escher/DggContainer/BSE; \
${INSTALL_DATA} Classes/PHPExcel/Shared/JAMA/*.php \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/Shared/JAMA; \
${INSTALL_DATA} Classes/PHPExcel/Shared/JAMA/utils/*.php \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/Shared/JAMA/utils; \
${INSTALL_DATA} Classes/PHPExcel/Shared/OLE/*.php \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/Shared/OLE; \
${INSTALL_DATA} Classes/PHPExcel/Shared/OLE/PPS/*.php \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/Shared/OLE/PPS; \
${INSTALL_DATA} Classes/PHPExcel/Shared/PCLZip/pclzip.lib.php \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/Shared/PCLZip; \
${INSTALL_DATA} Classes/PHPExcel/Shared/trend/* \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/Shared/trend; \
${INSTALL_DATA} Classes/PHPExcel/Style/* \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/Style; \
${INSTALL_DATA} Classes/PHPExcel/Worksheet/*.php \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/Worksheet; \
${INSTALL_DATA} Classes/PHPExcel/Worksheet/AutoFilter/Column.php \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/Worksheet/AutoFilter; \
${INSTALL_DATA} Classes/PHPExcel/Worksheet/AutoFilter/Column/Rule.php \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/Worksheet/AutoFilter/Column; \
${INSTALL_DATA} Classes/PHPExcel/Writer/*.php \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/Writer; \
${INSTALL_DATA} Classes/PHPExcel/Writer/Excel2007/* \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/Writer/Excel2007; \
${INSTALL_DATA} Classes/PHPExcel/Writer/Excel5/* \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/Writer/Excel5; \
${INSTALL_DATA} Classes/PHPExcel/Writer/PDF/* \
${DESTDIR}${PREFIX}/share/${PKGBASE}/Classes/PHPExcel/Writer/PDF; \
for i in Classes/PHPExcel/locale/*; do \
if [ "$$i" != "Classes/PHPExcel/locale/en" -a "$$i" != "Classes/PHPExcel/locale/pt" ]; then \
${INSTALL_DATA} $$i/* \
${DESTDIR}${PREFIX}/share/${PKGBASE}/$$i; \
elif [ "$$i" = "Classes/PHPExcel/locale/en" ]; then \
${INSTALL_DATA} $$i/uk/config \
${DESTDIR}${PREFIX}/share/${PKGBASE}/$$i/uk; \
elif [ "$$i" = "Classes/PHPExcel/locale/pt" ]; then \
${INSTALL_DATA} $$i/config \
${DESTDIR}${PREFIX}/share/${PKGBASE}/$$i; \
${INSTALL_DATA} $$i/functions \
${DESTDIR}${PREFIX}/share/${PKGBASE}/$$i; \
${INSTALL_DATA} $$i/br/config \
${DESTDIR}${PREFIX}/share/${PKGBASE}/$$i/br; \
${INSTALL_DATA} $$i/br/functions \
${DESTDIR}${PREFIX}/share/${PKGBASE}/$$i/br; \
fi; \
done; \
${INSTALL_DATA} Examples/*.php \
${DESTDIR}${PREFIX}/share/examples/${PKGBASE}; \
${INSTALL_DATA} Examples/*.x* \
${DESTDIR}${PREFIX}/share/examples/${PKGBASE}; \
${INSTALL_DATA} Examples/GnumericTest.gnumeric \
${DESTDIR}${PREFIX}/share/examples/${PKGBASE}; \
${INSTALL_DATA} Examples/OOCalcTest.ods \
${DESTDIR}${PREFIX}/share/examples/${PKGBASE}; \
${INSTALL_DATA} Examples/SylkTest.slk \
${DESTDIR}${PREFIX}/share/examples/${PKGBASE}; \
${INSTALL_DATA} Examples/images/* \
${DESTDIR}${PREFIX}/share/examples/${PKGBASE}/images; \
${INSTALL_DATA} Examples/templates/* \
${DESTDIR}${PREFIX}/share/examples/${PKGBASE}/templates
.include "../../lang/php/phpversion.mk"
.include "../../mk/bsd.pkg.mk"

396
textproc/php-excel/PLIST Normal file
View File

@@ -0,0 +1,396 @@
@comment $NetBSD: PLIST,v 1.2 2014/08/19 13:39:45 joerg Exp $
share/examples/php${PKG_PHP_VERSION}-excel/01pharSimple.php
share/examples/php${PKG_PHP_VERSION}-excel/01simple-download-pdf.php
share/examples/php${PKG_PHP_VERSION}-excel/01simple-download-xls.php
share/examples/php${PKG_PHP_VERSION}-excel/01simple-download-xlsx.php
share/examples/php${PKG_PHP_VERSION}-excel/01simple.php
share/examples/php${PKG_PHP_VERSION}-excel/01simplePCLZip.php
share/examples/php${PKG_PHP_VERSION}-excel/02types-xls.php
share/examples/php${PKG_PHP_VERSION}-excel/02types.php
share/examples/php${PKG_PHP_VERSION}-excel/03formulas.php
share/examples/php${PKG_PHP_VERSION}-excel/04printing.php
share/examples/php${PKG_PHP_VERSION}-excel/05featuredemo.inc.php
share/examples/php${PKG_PHP_VERSION}-excel/05featuredemo.php
share/examples/php${PKG_PHP_VERSION}-excel/06largescale-with-cellcaching-sqlite.php
share/examples/php${PKG_PHP_VERSION}-excel/06largescale-with-cellcaching-sqlite3.php
share/examples/php${PKG_PHP_VERSION}-excel/06largescale-with-cellcaching.php
share/examples/php${PKG_PHP_VERSION}-excel/06largescale-xls.php
share/examples/php${PKG_PHP_VERSION}-excel/06largescale.php
share/examples/php${PKG_PHP_VERSION}-excel/07reader.php
share/examples/php${PKG_PHP_VERSION}-excel/07readerPCLZip.php
share/examples/php${PKG_PHP_VERSION}-excel/08conditionalformatting.php
share/examples/php${PKG_PHP_VERSION}-excel/08conditionalformatting2.php
share/examples/php${PKG_PHP_VERSION}-excel/09pagebreaks.php
share/examples/php${PKG_PHP_VERSION}-excel/10autofilter-selection-1.php
share/examples/php${PKG_PHP_VERSION}-excel/10autofilter-selection-2.php
share/examples/php${PKG_PHP_VERSION}-excel/10autofilter-selection-display.php
share/examples/php${PKG_PHP_VERSION}-excel/10autofilter.php
share/examples/php${PKG_PHP_VERSION}-excel/11documentsecurity-xls.php
share/examples/php${PKG_PHP_VERSION}-excel/11documentsecurity.php
share/examples/php${PKG_PHP_VERSION}-excel/12cellProtection.php
share/examples/php${PKG_PHP_VERSION}-excel/13calculation.php
share/examples/php${PKG_PHP_VERSION}-excel/14excel5.php
share/examples/php${PKG_PHP_VERSION}-excel/15datavalidation-xls.php
share/examples/php${PKG_PHP_VERSION}-excel/15datavalidation.php
share/examples/php${PKG_PHP_VERSION}-excel/16csv.php
share/examples/php${PKG_PHP_VERSION}-excel/17html.php
share/examples/php${PKG_PHP_VERSION}-excel/18extendedcalculation.php
share/examples/php${PKG_PHP_VERSION}-excel/19namedrange.php
share/examples/php${PKG_PHP_VERSION}-excel/20readexcel5.php
share/examples/php${PKG_PHP_VERSION}-excel/21pdf.php
share/examples/php${PKG_PHP_VERSION}-excel/22heavilyformatted.php
share/examples/php${PKG_PHP_VERSION}-excel/23sharedstyles.php
share/examples/php${PKG_PHP_VERSION}-excel/24readfilter.php
share/examples/php${PKG_PHP_VERSION}-excel/25inmemoryimage.php
share/examples/php${PKG_PHP_VERSION}-excel/26utf8.php
share/examples/php${PKG_PHP_VERSION}-excel/27imagesexcel5.php
share/examples/php${PKG_PHP_VERSION}-excel/28iterator.php
share/examples/php${PKG_PHP_VERSION}-excel/29advancedvaluebinder.php
share/examples/php${PKG_PHP_VERSION}-excel/30template.php
share/examples/php${PKG_PHP_VERSION}-excel/31docproperties_write-xls.php
share/examples/php${PKG_PHP_VERSION}-excel/31docproperties_write.php
share/examples/php${PKG_PHP_VERSION}-excel/32chartreadwrite.php
share/examples/php${PKG_PHP_VERSION}-excel/33chartcreate-area.php
share/examples/php${PKG_PHP_VERSION}-excel/33chartcreate-bar-stacked.php
share/examples/php${PKG_PHP_VERSION}-excel/33chartcreate-bar.php
share/examples/php${PKG_PHP_VERSION}-excel/33chartcreate-column-2.php
share/examples/php${PKG_PHP_VERSION}-excel/33chartcreate-column.php
share/examples/php${PKG_PHP_VERSION}-excel/33chartcreate-composite.php
share/examples/php${PKG_PHP_VERSION}-excel/33chartcreate-line.php
share/examples/php${PKG_PHP_VERSION}-excel/33chartcreate-multiple-charts.php
share/examples/php${PKG_PHP_VERSION}-excel/33chartcreate-pie.php
share/examples/php${PKG_PHP_VERSION}-excel/33chartcreate-radar.php
share/examples/php${PKG_PHP_VERSION}-excel/33chartcreate-scatter.php
share/examples/php${PKG_PHP_VERSION}-excel/33chartcreate-stock.php
share/examples/php${PKG_PHP_VERSION}-excel/34chartupdate.php
share/examples/php${PKG_PHP_VERSION}-excel/35chartrender.php
share/examples/php${PKG_PHP_VERSION}-excel/36chartreadwriteHTML.php
share/examples/php${PKG_PHP_VERSION}-excel/36chartreadwritePDF.php
share/examples/php${PKG_PHP_VERSION}-excel/37page_layout_view.php
share/examples/php${PKG_PHP_VERSION}-excel/38cloneWorksheet.php
share/examples/php${PKG_PHP_VERSION}-excel/40duplicateStyle.php
share/examples/php${PKG_PHP_VERSION}-excel/Excel2003XMLReader.php
share/examples/php${PKG_PHP_VERSION}-excel/Excel2003XMLTest.xml
share/examples/php${PKG_PHP_VERSION}-excel/GnumericReader.php
share/examples/php${PKG_PHP_VERSION}-excel/GnumericTest.gnumeric
share/examples/php${PKG_PHP_VERSION}-excel/OOCalcReader.php
share/examples/php${PKG_PHP_VERSION}-excel/OOCalcReaderPCLZip.php
share/examples/php${PKG_PHP_VERSION}-excel/OOCalcTest.ods
share/examples/php${PKG_PHP_VERSION}-excel/Quadratic.php
share/examples/php${PKG_PHP_VERSION}-excel/Quadratic.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/Quadratic2.php
share/examples/php${PKG_PHP_VERSION}-excel/SylkReader.php
share/examples/php${PKG_PHP_VERSION}-excel/SylkTest.slk
share/examples/php${PKG_PHP_VERSION}-excel/XMLReader.php
share/examples/php${PKG_PHP_VERSION}-excel/XMLTest.xml
share/examples/php${PKG_PHP_VERSION}-excel/images/officelogo.jpg
share/examples/php${PKG_PHP_VERSION}-excel/images/paid.png
share/examples/php${PKG_PHP_VERSION}-excel/images/phpexcel_logo.gif
share/examples/php${PKG_PHP_VERSION}-excel/images/termsconditions.jpg
share/examples/php${PKG_PHP_VERSION}-excel/runall.php
share/examples/php${PKG_PHP_VERSION}-excel/templates/26template.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/27template.xls
share/examples/php${PKG_PHP_VERSION}-excel/templates/30template.xls
share/examples/php${PKG_PHP_VERSION}-excel/templates/31docproperties.xls
share/examples/php${PKG_PHP_VERSION}-excel/templates/31docproperties.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32chartreadwrite.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32complexChartreadwrite.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteAreaChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteAreaChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteAreaChart3.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteAreaChart3D1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteAreaPercentageChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteAreaPercentageChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteAreaPercentageChart3D1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteAreaStackedChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteAreaStackedChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteAreaStackedChart3D1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteBarChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteBarChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteBarChart3.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteBarChart3D1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteBarPercentageChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteBarPercentageChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteBarPercentageChart3D1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteBarStackedChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteBarStackedChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteBarStackedChart3D1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteBubbleChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteBubbleChart3D1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteChartWithImages1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteColumnChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteColumnChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteColumnChart3.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteColumnChart3D1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteColumnChart4.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteColumnPercentageChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteColumnPercentageChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteColumnPercentageChart3D1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteColumnStackedChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteColumnStackedChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteColumnStackedChart3D1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteDonutChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteDonutChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteDonutChart3.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteDonutChart4.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteDonutChartExploded1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteDonutChartMultiseries1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteLineChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteLineChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteLineChart3.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteLineChart3D1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteLineChartNoPointMarkers1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteLinePercentageChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteLinePercentageChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteLineStackedChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteLineStackedChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwritePieChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwritePieChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwritePieChart3.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwritePieChart3D1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwritePieChart4.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwritePieChartExploded1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwritePieChartExploded3D1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteRadarChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteRadarChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteRadarChart3.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteScatterChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteScatterChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteScatterChart3.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteScatterChart4.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteScatterChart5.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteStockChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteStockChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteStockChart3.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteStockChart4.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteSurfaceChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteSurfaceChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteSurfaceChart3.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteSurfaceChart4.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/36writeLineChart1.xlsx
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Autoloader.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CachedObjectStorage/APC.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CachedObjectStorage/CacheBase.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CachedObjectStorage/DiscISAM.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CachedObjectStorage/ICache.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CachedObjectStorage/Igbinary.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CachedObjectStorage/Memcache.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CachedObjectStorage/Memory.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CachedObjectStorage/MemoryGZip.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CachedObjectStorage/MemorySerialized.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CachedObjectStorage/PHPTemp.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CachedObjectStorage/SQLite.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CachedObjectStorage/SQLite3.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CachedObjectStorage/Wincache.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CachedObjectStorageFactory.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CalcEngine/CyclicReferenceStack.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CalcEngine/Logger.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/Database.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/DateTime.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/Engineering.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/Exception.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/ExceptionHandler.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/Financial.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/FormulaParser.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/FormulaToken.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/Function.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/Functions.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/Logical.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/LookupRef.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/MathTrig.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/Statistical.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/TextData.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/Token/Stack.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/functionlist.txt
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Cell.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Cell/AdvancedValueBinder.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Cell/DataType.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Cell/DataValidation.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Cell/DefaultValueBinder.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Cell/Hyperlink.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Cell/IValueBinder.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/DataSeries.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/DataSeriesValues.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/Exception.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/Layout.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/Legend.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/PlotArea.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/Renderer/PHP Charting Libraries.txt
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/Renderer/jpgraph.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/Title.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Comment.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/DocumentProperties.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/DocumentSecurity.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Exception.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/HashTable.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/IComparable.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/IOFactory.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/NamedRange.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/Abstract.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/CSV.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/DefaultReadFilter.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/Excel2003XML.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/Excel2007.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/Excel2007/Chart.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/Excel2007/Theme.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/Excel5.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/Excel5/Escher.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/Excel5/MD5.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/Excel5/RC4.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/Exception.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/Gnumeric.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/HTML.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/IReadFilter.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/IReader.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/OOCalc.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/SYLK.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/ReferenceHelper.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/RichText.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/RichText/ITextElement.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/RichText/Run.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/RichText/TextElement.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Settings.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/CodePage.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/Date.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/Drawing.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/Escher.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/Escher/DgContainer.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/Escher/DggContainer.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/Escher/DggContainer/BSE
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/Escher/DggContainer/BstoreContainer.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/Excel5.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/File.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/Font.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/JAMA/CholeskyDecomposition.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/JAMA/EigenvalueDecomposition.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/JAMA/LUDecomposition.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/JAMA/Matrix.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/JAMA/QRDecomposition.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/JAMA/SingularValueDecomposition.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/JAMA/utils/Error.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/JAMA/utils/Maths.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/OLE.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/OLE/ChainedBlockStream.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/OLE/PPS.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/OLE/PPS/File.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/OLE/PPS/Root.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/OLERead.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/PCLZip/pclzip.lib.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/PasswordHasher.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/String.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/TimeZone.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/XMLWriter.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/ZipArchive.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/ZipStreamWrapper.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/trend/bestFitClass.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/trend/exponentialBestFitClass.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/trend/linearBestFitClass.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/trend/logarithmicBestFitClass.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/trend/polynomialBestFitClass.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/trend/powerBestFitClass.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/trend/trendClass.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Style.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Style/Alignment.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Style/Border.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Style/Borders.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Style/Color.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Style/Conditional.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Style/Fill.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Style/Font.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Style/NumberFormat.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Style/Protection.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Style/Supervisor.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/AutoFilter.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/AutoFilter/Column.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/AutoFilter/Column/Rule.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/BaseDrawing.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/CellIterator.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/ColumnDimension.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/Drawing.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/HeaderFooter.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/HeaderFooterDrawing.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/MemoryDrawing.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/PageMargins.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/PageSetup.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/Protection.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/Row.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/RowDimension.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/RowIterator.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/SheetView.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/WorksheetIterator.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Abstract.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/CSV.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel2007.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel2007/Chart.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel2007/Comments.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel2007/ContentTypes.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel2007/DocProps.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel2007/Drawing.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel2007/Rels.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel2007/RelsRibbon.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel2007/RelsVBA.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel2007/StringTable.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel2007/Style.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel2007/Theme.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel2007/Workbook.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel2007/Worksheet.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel2007/WriterPart.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel5.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel5/BIFFwriter.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel5/Escher.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel5/Font.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel5/Parser.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel5/Workbook.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel5/Worksheet.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel5/Xf.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Exception.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/HTML.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/IWriter.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/PDF.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/PDF/Core.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/PDF/DomPDF.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/PDF/mPDF.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/PDF/tcPDF.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/bg/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/cs/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/cs/functions
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/da/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/da/functions
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/de/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/de/functions
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/en/uk/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/es/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/es/functions
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/fi/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/fi/functions
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/fr/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/fr/functions
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/hu/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/hu/functions
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/it/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/it/functions
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/nl/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/nl/functions
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/no/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/no/functions
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/pl/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/pl/functions
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/pt/br/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/pt/br/functions
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/pt/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/pt/functions
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/ru/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/ru/functions
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/sv/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/sv/functions
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/tr/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/tr/functions
@pkgdir share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/OpenDocument/Cell
@pkgdir share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/Drawing
@pkgdir share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2014/07/31 00:00:32 rodent Exp $
SHA1 (php-excel/1.8.0.tar.gz) = 8c09e3a6a1cabd1d0174866e0c2d2694f3b75435
RMD160 (php-excel/1.8.0.tar.gz) = 04a4ce7c0301d77d522f1fe58a0b089d256b87b3
Size (php-excel/1.8.0.tar.gz) = 1751506 bytes

View File

@@ -0,0 +1,17 @@
# $NetBSD: options.mk,v 1.1 2014/07/31 00:00:32 rodent Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.php-excel
PKG_SUPPORTED_OPTIONS= gd zip
PKG_SUGGESTED_OPTIONS+= gd zip
.include "../../mk/bsd.options.mk"
.include "../../lang/php/phpversion.mk"
.if !empty(PKG_OPTIONS:Mgd)
DEPENDS+= ${PHP_PKG_PREFIX}-gd-[0-9]*:../../graphics/php-gd
.endif
.if !empty(PKG_OPTIONS:Mzip)
DEPENDS+= ${PHP_PKG_PREFIX}-zip-[0-9]*:../../archivers/php-zip
.endif