Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2014 06:13:27 +0800 (CST)
From:      Hung-Yi Chen <gaod@hychen.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/185784: [NEW PORT] devel/PHPExcel: Spreadsheet engine for excel files in PHP
Message-ID:  <201401142213.s0EMDRKf063050@cse.tw>
Resent-Message-ID: <201401142220.s0EMK0la012145@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         185784
>Category:       ports
>Synopsis:       [NEW PORT] devel/PHPExcel: Spreadsheet engine for excel files in PHP
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 14 22:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Hung-Yi Chen
>Release:        FreeBSD 9.1-RELEASE-p6 amd64
>Organization:
>Environment:
>Description:
PHPExcel is a Spreadsheet engine to read, write
and create excel files in PHP.

WWW: http://phpexcel.codeplex.com/

Generated with FreeBSD Port Tools 0.99_11 (mode: new)
>How-To-Repeat:
>Fix:

--- .shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	PHPExcel
#	PHPExcel/pkg-descr
#	PHPExcel/files
#	PHPExcel/files/pkg-message.in
#	PHPExcel/distinfo
#	PHPExcel/Makefile
#	PHPExcel/pkg-plist
#
echo c - PHPExcel
mkdir -p PHPExcel > /dev/null 2>&1
echo x - PHPExcel/pkg-descr
sed 's/^X//' >PHPExcel/pkg-descr << 'd3e5ff0c7bf63aa2c8dbe8aebb19c035'
XPHPExcel is a Spreadsheet engine to read, write
Xand create excel files in PHP.
X
XWWW: http://phpexcel.codeplex.com/
d3e5ff0c7bf63aa2c8dbe8aebb19c035
echo c - PHPExcel/files
mkdir -p PHPExcel/files > /dev/null 2>&1
echo x - PHPExcel/files/pkg-message.in
sed 's/^X//' >PHPExcel/files/pkg-message.in << '76b28418709b342d1b02884c0b30917a'
X
X***************************************************************
XNow you need to adjust PHP's include_path to contain
X	`%%DATADIR%%'
X
XFor example, insert:
X        include_path = ".:%%DATADIR%%"
X
Xinto `%%LOCALBASE%%/etc/php.ini'.
X
XFor more general information about the PHPExcel, please
Xvisit: http://phpexcel.codeplex.com/
X***************************************************************
76b28418709b342d1b02884c0b30917a
echo x - PHPExcel/distinfo
sed 's/^X//' >PHPExcel/distinfo << 'b09a6584fdc0b1e300c56cffc7d0795c'
XSHA256 (1.7.9.tar.gz) = d1dbb2fbb7e1cf41a38c7ff12e3932ba0d1d759bdad675dff87055958c0a7663
XSIZE (1.7.9.tar.gz) = 1735183
b09a6584fdc0b1e300c56cffc7d0795c
echo x - PHPExcel/Makefile
sed 's/^X//' >PHPExcel/Makefile << '03b0fe47b634997c7749055c8c2b4fde'
X# Created by: Hung-Yi Chen <gaod@hychen.org>
X# $FreeBSD$
X
XPORTNAME=	PHPExcel
XPORTVERSION=	1.7.9
XCATEGORIES=	devel www
XMASTER_SITES=	https://github.com/PHPOffice/PHPExcel/archive/
XDISTNAME=	${PORTVERSION}
X
XMAINTAINER=	gaod@hychen.org
XCOMMENT=	Spreadsheet engine for excel files in PHP
X
XLICENSE=	LGPL21
X
XNO_BUILD=	yes
X
XSUB_FILES=	pkg-message
X
XIGNORE_WITH_PHP=4
X
XUSE_PHP=	gd \
X		xml \
X		zip
X
XWRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
X
X.include <bsd.port.pre.mk>
X
Xdo-install:
X	cd ${WRKSRC}/Classes && ${COPYTREE_SHARE} "*" ${STAGEDIR}${DATADIR}
X
X.include <bsd.port.post.mk>
03b0fe47b634997c7749055c8c2b4fde
echo x - PHPExcel/pkg-plist
sed 's/^X//' >PHPExcel/pkg-plist << '129b3ccff2753fa9cb2bbd102df8082c'
X%%DATADIR%%/PHPExcel.php
X%%DATADIR%%/PHPExcel/Autoloader.php
X%%DATADIR%%/PHPExcel/CachedObjectStorage/APC.php
X%%DATADIR%%/PHPExcel/CachedObjectStorage/CacheBase.php
X%%DATADIR%%/PHPExcel/CachedObjectStorage/DiscISAM.php
X%%DATADIR%%/PHPExcel/CachedObjectStorage/ICache.php
X%%DATADIR%%/PHPExcel/CachedObjectStorage/Igbinary.php
X%%DATADIR%%/PHPExcel/CachedObjectStorage/Memcache.php
X%%DATADIR%%/PHPExcel/CachedObjectStorage/Memory.php
X%%DATADIR%%/PHPExcel/CachedObjectStorage/MemoryGZip.php
X%%DATADIR%%/PHPExcel/CachedObjectStorage/MemorySerialized.php
X%%DATADIR%%/PHPExcel/CachedObjectStorage/PHPTemp.php
X%%DATADIR%%/PHPExcel/CachedObjectStorage/SQLite.php
X%%DATADIR%%/PHPExcel/CachedObjectStorage/SQLite3.php
X%%DATADIR%%/PHPExcel/CachedObjectStorage/Wincache.php
X%%DATADIR%%/PHPExcel/CachedObjectStorageFactory.php
X%%DATADIR%%/PHPExcel/CalcEngine/CyclicReferenceStack.php
X%%DATADIR%%/PHPExcel/CalcEngine/Logger.php
X%%DATADIR%%/PHPExcel/Calculation.php
X%%DATADIR%%/PHPExcel/Calculation/Database.php
X%%DATADIR%%/PHPExcel/Calculation/DateTime.php
X%%DATADIR%%/PHPExcel/Calculation/Engineering.php
X%%DATADIR%%/PHPExcel/Calculation/Exception.php
X%%DATADIR%%/PHPExcel/Calculation/ExceptionHandler.php
X%%DATADIR%%/PHPExcel/Calculation/Financial.php
X%%DATADIR%%/PHPExcel/Calculation/FormulaParser.php
X%%DATADIR%%/PHPExcel/Calculation/FormulaToken.php
X%%DATADIR%%/PHPExcel/Calculation/Function.php
X%%DATADIR%%/PHPExcel/Calculation/Functions.php
X%%DATADIR%%/PHPExcel/Calculation/Logical.php
X%%DATADIR%%/PHPExcel/Calculation/LookupRef.php
X%%DATADIR%%/PHPExcel/Calculation/MathTrig.php
X%%DATADIR%%/PHPExcel/Calculation/Statistical.php
X%%DATADIR%%/PHPExcel/Calculation/TextData.php
X%%DATADIR%%/PHPExcel/Calculation/Token/Stack.php
X%%DATADIR%%/PHPExcel/Calculation/functionlist.txt
X%%DATADIR%%/PHPExcel/Cell.php
X%%DATADIR%%/PHPExcel/Cell/AdvancedValueBinder.php
X%%DATADIR%%/PHPExcel/Cell/DataType.php
X%%DATADIR%%/PHPExcel/Cell/DataValidation.php
X%%DATADIR%%/PHPExcel/Cell/DefaultValueBinder.php
X%%DATADIR%%/PHPExcel/Cell/Hyperlink.php
X%%DATADIR%%/PHPExcel/Cell/IValueBinder.php
X%%DATADIR%%/PHPExcel/Chart.php
X%%DATADIR%%/PHPExcel/Chart/DataSeries.php
X%%DATADIR%%/PHPExcel/Chart/DataSeriesValues.php
X%%DATADIR%%/PHPExcel/Chart/Exception.php
X%%DATADIR%%/PHPExcel/Chart/Layout.php
X%%DATADIR%%/PHPExcel/Chart/Legend.php
X%%DATADIR%%/PHPExcel/Chart/PlotArea.php
X%%DATADIR%%/PHPExcel/Chart/Renderer/PHP Charting Libraries.txt
X%%DATADIR%%/PHPExcel/Chart/Renderer/jpgraph.php
X%%DATADIR%%/PHPExcel/Chart/Title.php
X%%DATADIR%%/PHPExcel/Comment.php
X%%DATADIR%%/PHPExcel/DocumentProperties.php
X%%DATADIR%%/PHPExcel/DocumentSecurity.php
X%%DATADIR%%/PHPExcel/Exception.php
X%%DATADIR%%/PHPExcel/HashTable.php
X%%DATADIR%%/PHPExcel/IComparable.php
X%%DATADIR%%/PHPExcel/IOFactory.php
X%%DATADIR%%/PHPExcel/NamedRange.php
X%%DATADIR%%/PHPExcel/Reader/Abstract.php
X%%DATADIR%%/PHPExcel/Reader/CSV.php
X%%DATADIR%%/PHPExcel/Reader/DefaultReadFilter.php
X%%DATADIR%%/PHPExcel/Reader/Excel2003XML.php
X%%DATADIR%%/PHPExcel/Reader/Excel2007.php
X%%DATADIR%%/PHPExcel/Reader/Excel2007/Chart.php
X%%DATADIR%%/PHPExcel/Reader/Excel2007/Theme.php
X%%DATADIR%%/PHPExcel/Reader/Excel5.php
X%%DATADIR%%/PHPExcel/Reader/Excel5/Escher.php
X%%DATADIR%%/PHPExcel/Reader/Exception.php
X%%DATADIR%%/PHPExcel/Reader/Gnumeric.php
X%%DATADIR%%/PHPExcel/Reader/HTML.php
X%%DATADIR%%/PHPExcel/Reader/IReadFilter.php
X%%DATADIR%%/PHPExcel/Reader/IReader.php
X%%DATADIR%%/PHPExcel/Reader/OOCalc.php
X%%DATADIR%%/PHPExcel/Reader/SYLK.php
X%%DATADIR%%/PHPExcel/ReferenceHelper.php
X%%DATADIR%%/PHPExcel/RichText.php
X%%DATADIR%%/PHPExcel/RichText/ITextElement.php
X%%DATADIR%%/PHPExcel/RichText/Run.php
X%%DATADIR%%/PHPExcel/RichText/TextElement.php
X%%DATADIR%%/PHPExcel/Settings.php
X%%DATADIR%%/PHPExcel/Shared/CodePage.php
X%%DATADIR%%/PHPExcel/Shared/Date.php
X%%DATADIR%%/PHPExcel/Shared/Drawing.php
X%%DATADIR%%/PHPExcel/Shared/Escher.php
X%%DATADIR%%/PHPExcel/Shared/Escher/DgContainer.php
X%%DATADIR%%/PHPExcel/Shared/Escher/DgContainer/SpgrContainer.php
X%%DATADIR%%/PHPExcel/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php
X%%DATADIR%%/PHPExcel/Shared/Escher/DggContainer.php
X%%DATADIR%%/PHPExcel/Shared/Escher/DggContainer/BstoreContainer.php
X%%DATADIR%%/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE.php
X%%DATADIR%%/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE/Blip.php
X%%DATADIR%%/PHPExcel/Shared/Excel5.php
X%%DATADIR%%/PHPExcel/Shared/File.php
X%%DATADIR%%/PHPExcel/Shared/Font.php
X%%DATADIR%%/PHPExcel/Shared/JAMA/CHANGELOG.TXT
X%%DATADIR%%/PHPExcel/Shared/JAMA/CholeskyDecomposition.php
X%%DATADIR%%/PHPExcel/Shared/JAMA/EigenvalueDecomposition.php
X%%DATADIR%%/PHPExcel/Shared/JAMA/LUDecomposition.php
X%%DATADIR%%/PHPExcel/Shared/JAMA/Matrix.php
X%%DATADIR%%/PHPExcel/Shared/JAMA/QRDecomposition.php
X%%DATADIR%%/PHPExcel/Shared/JAMA/SingularValueDecomposition.php
X%%DATADIR%%/PHPExcel/Shared/JAMA/utils/Error.php
X%%DATADIR%%/PHPExcel/Shared/JAMA/utils/Maths.php
X%%DATADIR%%/PHPExcel/Shared/OLE.php
X%%DATADIR%%/PHPExcel/Shared/OLE/ChainedBlockStream.php
X%%DATADIR%%/PHPExcel/Shared/OLE/PPS.php
X%%DATADIR%%/PHPExcel/Shared/OLE/PPS/File.php
X%%DATADIR%%/PHPExcel/Shared/OLE/PPS/Root.php
X%%DATADIR%%/PHPExcel/Shared/OLERead.php
X%%DATADIR%%/PHPExcel/Shared/PCLZip/gnu-lgpl.txt
X%%DATADIR%%/PHPExcel/Shared/PCLZip/pclzip.lib.php
X%%DATADIR%%/PHPExcel/Shared/PCLZip/readme.txt
X%%DATADIR%%/PHPExcel/Shared/PasswordHasher.php
X%%DATADIR%%/PHPExcel/Shared/String.php
X%%DATADIR%%/PHPExcel/Shared/TimeZone.php
X%%DATADIR%%/PHPExcel/Shared/XMLWriter.php
X%%DATADIR%%/PHPExcel/Shared/ZipArchive.php
X%%DATADIR%%/PHPExcel/Shared/ZipStreamWrapper.php
X%%DATADIR%%/PHPExcel/Shared/trend/bestFitClass.php
X%%DATADIR%%/PHPExcel/Shared/trend/exponentialBestFitClass.php
X%%DATADIR%%/PHPExcel/Shared/trend/linearBestFitClass.php
X%%DATADIR%%/PHPExcel/Shared/trend/logarithmicBestFitClass.php
X%%DATADIR%%/PHPExcel/Shared/trend/polynomialBestFitClass.php
X%%DATADIR%%/PHPExcel/Shared/trend/powerBestFitClass.php
X%%DATADIR%%/PHPExcel/Shared/trend/trendClass.php
X%%DATADIR%%/PHPExcel/Style.php
X%%DATADIR%%/PHPExcel/Style/Alignment.php
X%%DATADIR%%/PHPExcel/Style/Border.php
X%%DATADIR%%/PHPExcel/Style/Borders.php
X%%DATADIR%%/PHPExcel/Style/Color.php
X%%DATADIR%%/PHPExcel/Style/Conditional.php
X%%DATADIR%%/PHPExcel/Style/Fill.php
X%%DATADIR%%/PHPExcel/Style/Font.php
X%%DATADIR%%/PHPExcel/Style/NumberFormat.php
X%%DATADIR%%/PHPExcel/Style/Protection.php
X%%DATADIR%%/PHPExcel/Style/Supervisor.php
X%%DATADIR%%/PHPExcel/Worksheet.php
X%%DATADIR%%/PHPExcel/Worksheet/AutoFilter.php
X%%DATADIR%%/PHPExcel/Worksheet/AutoFilter/Column.php
X%%DATADIR%%/PHPExcel/Worksheet/AutoFilter/Column/Rule.php
X%%DATADIR%%/PHPExcel/Worksheet/BaseDrawing.php
X%%DATADIR%%/PHPExcel/Worksheet/CellIterator.php
X%%DATADIR%%/PHPExcel/Worksheet/ColumnDimension.php
X%%DATADIR%%/PHPExcel/Worksheet/Drawing.php
X%%DATADIR%%/PHPExcel/Worksheet/Drawing/Shadow.php
X%%DATADIR%%/PHPExcel/Worksheet/HeaderFooter.php
X%%DATADIR%%/PHPExcel/Worksheet/HeaderFooterDrawing.php
X%%DATADIR%%/PHPExcel/Worksheet/MemoryDrawing.php
X%%DATADIR%%/PHPExcel/Worksheet/PageMargins.php
X%%DATADIR%%/PHPExcel/Worksheet/PageSetup.php
X%%DATADIR%%/PHPExcel/Worksheet/Protection.php
X%%DATADIR%%/PHPExcel/Worksheet/Row.php
X%%DATADIR%%/PHPExcel/Worksheet/RowDimension.php
X%%DATADIR%%/PHPExcel/Worksheet/RowIterator.php
X%%DATADIR%%/PHPExcel/Worksheet/SheetView.php
X%%DATADIR%%/PHPExcel/WorksheetIterator.php
X%%DATADIR%%/PHPExcel/Writer/Abstract.php
X%%DATADIR%%/PHPExcel/Writer/CSV.php
X%%DATADIR%%/PHPExcel/Writer/Excel2007.php
X%%DATADIR%%/PHPExcel/Writer/Excel2007/Chart.php
X%%DATADIR%%/PHPExcel/Writer/Excel2007/Comments.php
X%%DATADIR%%/PHPExcel/Writer/Excel2007/ContentTypes.php
X%%DATADIR%%/PHPExcel/Writer/Excel2007/DocProps.php
X%%DATADIR%%/PHPExcel/Writer/Excel2007/Drawing.php
X%%DATADIR%%/PHPExcel/Writer/Excel2007/Rels.php
X%%DATADIR%%/PHPExcel/Writer/Excel2007/StringTable.php
X%%DATADIR%%/PHPExcel/Writer/Excel2007/Style.php
X%%DATADIR%%/PHPExcel/Writer/Excel2007/Theme.php
X%%DATADIR%%/PHPExcel/Writer/Excel2007/Workbook.php
X%%DATADIR%%/PHPExcel/Writer/Excel2007/Worksheet.php
X%%DATADIR%%/PHPExcel/Writer/Excel2007/WriterPart.php
X%%DATADIR%%/PHPExcel/Writer/Excel5.php
X%%DATADIR%%/PHPExcel/Writer/Excel5/BIFFwriter.php
X%%DATADIR%%/PHPExcel/Writer/Excel5/Escher.php
X%%DATADIR%%/PHPExcel/Writer/Excel5/Font.php
X%%DATADIR%%/PHPExcel/Writer/Excel5/Parser.php
X%%DATADIR%%/PHPExcel/Writer/Excel5/Workbook.php
X%%DATADIR%%/PHPExcel/Writer/Excel5/Worksheet.php
X%%DATADIR%%/PHPExcel/Writer/Excel5/Xf.php
X%%DATADIR%%/PHPExcel/Writer/Exception.php
X%%DATADIR%%/PHPExcel/Writer/HTML.php
X%%DATADIR%%/PHPExcel/Writer/IWriter.php
X%%DATADIR%%/PHPExcel/Writer/PDF.php
X%%DATADIR%%/PHPExcel/Writer/PDF/Core.php
X%%DATADIR%%/PHPExcel/Writer/PDF/DomPDF.php
X%%DATADIR%%/PHPExcel/Writer/PDF/mPDF.php
X%%DATADIR%%/PHPExcel/Writer/PDF/tcPDF.php
X%%DATADIR%%/PHPExcel/locale/cs/config
X%%DATADIR%%/PHPExcel/locale/cs/functions
X%%DATADIR%%/PHPExcel/locale/da/config
X%%DATADIR%%/PHPExcel/locale/da/functions
X%%DATADIR%%/PHPExcel/locale/de/config
X%%DATADIR%%/PHPExcel/locale/de/functions
X%%DATADIR%%/PHPExcel/locale/en/uk/config
X%%DATADIR%%/PHPExcel/locale/es/config
X%%DATADIR%%/PHPExcel/locale/es/functions
X%%DATADIR%%/PHPExcel/locale/fi/config
X%%DATADIR%%/PHPExcel/locale/fi/functions
X%%DATADIR%%/PHPExcel/locale/fr/config
X%%DATADIR%%/PHPExcel/locale/fr/functions
X%%DATADIR%%/PHPExcel/locale/hu/config
X%%DATADIR%%/PHPExcel/locale/hu/functions
X%%DATADIR%%/PHPExcel/locale/it/config
X%%DATADIR%%/PHPExcel/locale/it/functions
X%%DATADIR%%/PHPExcel/locale/nl/config
X%%DATADIR%%/PHPExcel/locale/nl/functions
X%%DATADIR%%/PHPExcel/locale/no/config
X%%DATADIR%%/PHPExcel/locale/no/functions
X%%DATADIR%%/PHPExcel/locale/pl/config
X%%DATADIR%%/PHPExcel/locale/pl/functions
X%%DATADIR%%/PHPExcel/locale/pt/br/config
X%%DATADIR%%/PHPExcel/locale/pt/br/functions
X%%DATADIR%%/PHPExcel/locale/pt/config
X%%DATADIR%%/PHPExcel/locale/pt/functions
X%%DATADIR%%/PHPExcel/locale/ru/config
X%%DATADIR%%/PHPExcel/locale/ru/functions
X%%DATADIR%%/PHPExcel/locale/sv/config
X%%DATADIR%%/PHPExcel/locale/sv/functions
X%%DATADIR%%/PHPExcel/locale/tr/config
X%%DATADIR%%/PHPExcel/locale/tr/functions
X@dirrmtry %%DATADIR%%/PHPExcel/locale/tr
X@dirrmtry %%DATADIR%%/PHPExcel/locale/sv
X@dirrmtry %%DATADIR%%/PHPExcel/locale/ru
X@dirrmtry %%DATADIR%%/PHPExcel/locale/pt/br
X@dirrmtry %%DATADIR%%/PHPExcel/locale/pt
X@dirrmtry %%DATADIR%%/PHPExcel/locale/pl
X@dirrmtry %%DATADIR%%/PHPExcel/locale/no
X@dirrmtry %%DATADIR%%/PHPExcel/locale/nl
X@dirrmtry %%DATADIR%%/PHPExcel/locale/it
X@dirrmtry %%DATADIR%%/PHPExcel/locale/hu
X@dirrmtry %%DATADIR%%/PHPExcel/locale/fr
X@dirrmtry %%DATADIR%%/PHPExcel/locale/fi
X@dirrmtry %%DATADIR%%/PHPExcel/locale/es
X@dirrmtry %%DATADIR%%/PHPExcel/locale/en/uk
X@dirrmtry %%DATADIR%%/PHPExcel/locale/en
X@dirrmtry %%DATADIR%%/PHPExcel/locale/de
X@dirrmtry %%DATADIR%%/PHPExcel/locale/da
X@dirrmtry %%DATADIR%%/PHPExcel/locale/cs
X@dirrmtry %%DATADIR%%/PHPExcel/locale
X@dirrmtry %%DATADIR%%/PHPExcel/Writer/PDF
X@dirrmtry %%DATADIR%%/PHPExcel/Writer/Excel5
X@dirrmtry %%DATADIR%%/PHPExcel/Writer/Excel2007
X@dirrmtry %%DATADIR%%/PHPExcel/Writer
X@dirrmtry %%DATADIR%%/PHPExcel/Worksheet/Drawing
X@dirrmtry %%DATADIR%%/PHPExcel/Worksheet/AutoFilter/Column
X@dirrmtry %%DATADIR%%/PHPExcel/Worksheet/AutoFilter
X@dirrmtry %%DATADIR%%/PHPExcel/Worksheet
X@dirrmtry %%DATADIR%%/PHPExcel/Style
X@dirrmtry %%DATADIR%%/PHPExcel/Shared/trend
X@dirrmtry %%DATADIR%%/PHPExcel/Shared/PCLZip
X@dirrmtry %%DATADIR%%/PHPExcel/Shared/OLE/PPS
X@dirrmtry %%DATADIR%%/PHPExcel/Shared/OLE
X@dirrmtry %%DATADIR%%/PHPExcel/Shared/JAMA/utils
X@dirrmtry %%DATADIR%%/PHPExcel/Shared/JAMA
X@dirrmtry %%DATADIR%%/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE
X@dirrmtry %%DATADIR%%/PHPExcel/Shared/Escher/DggContainer/BstoreContainer
X@dirrmtry %%DATADIR%%/PHPExcel/Shared/Escher/DggContainer
X@dirrmtry %%DATADIR%%/PHPExcel/Shared/Escher/DgContainer/SpgrContainer
X@dirrmtry %%DATADIR%%/PHPExcel/Shared/Escher/DgContainer
X@dirrmtry %%DATADIR%%/PHPExcel/Shared/Escher
X@dirrmtry %%DATADIR%%/PHPExcel/Shared
X@dirrmtry %%DATADIR%%/PHPExcel/RichText
X@dirrmtry %%DATADIR%%/PHPExcel/Reader/Excel5
X@dirrmtry %%DATADIR%%/PHPExcel/Reader/Excel2007
X@dirrmtry %%DATADIR%%/PHPExcel/Reader
X@dirrmtry %%DATADIR%%/PHPExcel/Chart/Renderer
X@dirrmtry %%DATADIR%%/PHPExcel/Chart
X@dirrmtry %%DATADIR%%/PHPExcel/Cell
X@dirrmtry %%DATADIR%%/PHPExcel/Calculation/Token
X@dirrmtry %%DATADIR%%/PHPExcel/Calculation
X@dirrmtry %%DATADIR%%/PHPExcel/CalcEngine
X@dirrmtry %%DATADIR%%/PHPExcel/CachedObjectStorage
X@dirrmtry %%DATADIR%%/PHPExcel
X@dirrmtry %%DATADIR%%
129b3ccff2753fa9cb2bbd102df8082c
exit
--- .shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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