Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
This is a library for generating Excel 97/2000/XP/2003 and
OpenOffice Calc compatible spreadsheets. pyExcelerator has
full-blown support for UNICODE in Excel and Calc spreadsheets,
allows using variety of formatting features, provides interface
to printing options of Excel and OpenOffice Calc.

View File

@@ -0,0 +1,51 @@
# $NetBSD: Makefile,v 1.11 2012/10/25 06:56:47 asau Exp $
#
DISTNAME= pyexcelerator-${VERSION}
PKGNAME= ${PYPKGPREFIX}-Excelerator-${VERSION}
PKGREVISION= 1
VERSION= 0.6.4.1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyexcelerator/}
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/pyexcelerator/
COMMENT= Python library for generating Excel 97/2000/XP/2003 files
USE_LANGUAGES= #none
EGG_NAME= pyExcelerator-${VERSION}
REPLACE_PYTHON+= pyExcelerator/BIFFRecords.py
REPLACE_PYTHON+= pyExcelerator/Bitmap.py
REPLACE_PYTHON+= pyExcelerator/Cell.py
REPLACE_PYTHON+= pyExcelerator/Column.py
REPLACE_PYTHON+= pyExcelerator/CompoundDoc.py
REPLACE_PYTHON+= pyExcelerator/ExcelFormula.py
REPLACE_PYTHON+= pyExcelerator/ExcelFormulaLexer.py
REPLACE_PYTHON+= pyExcelerator/ExcelMagic.py
REPLACE_PYTHON+= pyExcelerator/Formatting.py
REPLACE_PYTHON+= pyExcelerator/ImportXLS.py
REPLACE_PYTHON+= pyExcelerator/Row.py
REPLACE_PYTHON+= pyExcelerator/Style.py
REPLACE_PYTHON+= pyExcelerator/UnicodeUtils.py
REPLACE_PYTHON+= pyExcelerator/Workbook.py
REPLACE_PYTHON+= pyExcelerator/Worksheet.py
REPLACE_PYTHON+= pyExcelerator/__init__.py
INSTALLATION_DIRS= share/doc/py-Excelerator share/examples/py-Excelerator
PYTHON_SELF_CONFLICT= yes
post-install:
for f in CHANGES.txt LICENSE.txt README.txt THANKS.txt TODO.txt ; do \
${INSTALL_DATA} ${WRKSRC}/$$f ${DESTDIR}${PREFIX}/share/doc/py-Excelerator/ ; \
done
for f in ${WRKSRC}/examples/*.py ${WRKSRC}/tools/*.py ; do \
${INSTALL_DATA} $$f ${DESTDIR}${PREFIX}/share/examples/py-Excelerator/ ; \
done
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,101 @@
@comment $NetBSD: PLIST,v 1.6 2012/04/08 20:21:56 wiz Exp $
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/pyExcelerator/BIFFRecords.py
${PYSITELIB}/pyExcelerator/BIFFRecords.pyc
${PYSITELIB}/pyExcelerator/BIFFRecords.pyo
${PYSITELIB}/pyExcelerator/Bitmap.py
${PYSITELIB}/pyExcelerator/Bitmap.pyc
${PYSITELIB}/pyExcelerator/Bitmap.pyo
${PYSITELIB}/pyExcelerator/Cell.py
${PYSITELIB}/pyExcelerator/Cell.pyc
${PYSITELIB}/pyExcelerator/Cell.pyo
${PYSITELIB}/pyExcelerator/Column.py
${PYSITELIB}/pyExcelerator/Column.pyc
${PYSITELIB}/pyExcelerator/Column.pyo
${PYSITELIB}/pyExcelerator/CompoundDoc.py
${PYSITELIB}/pyExcelerator/CompoundDoc.pyc
${PYSITELIB}/pyExcelerator/CompoundDoc.pyo
${PYSITELIB}/pyExcelerator/Deco.py
${PYSITELIB}/pyExcelerator/Deco.pyc
${PYSITELIB}/pyExcelerator/Deco.pyo
${PYSITELIB}/pyExcelerator/ExcelFormula.py
${PYSITELIB}/pyExcelerator/ExcelFormula.pyc
${PYSITELIB}/pyExcelerator/ExcelFormula.pyo
${PYSITELIB}/pyExcelerator/ExcelFormulaLexer.py
${PYSITELIB}/pyExcelerator/ExcelFormulaLexer.pyc
${PYSITELIB}/pyExcelerator/ExcelFormulaLexer.pyo
${PYSITELIB}/pyExcelerator/ExcelFormulaParser.py
${PYSITELIB}/pyExcelerator/ExcelFormulaParser.pyc
${PYSITELIB}/pyExcelerator/ExcelFormulaParser.pyo
${PYSITELIB}/pyExcelerator/ExcelMagic.py
${PYSITELIB}/pyExcelerator/ExcelMagic.pyc
${PYSITELIB}/pyExcelerator/ExcelMagic.pyo
${PYSITELIB}/pyExcelerator/Formatting.py
${PYSITELIB}/pyExcelerator/Formatting.pyc
${PYSITELIB}/pyExcelerator/Formatting.pyo
${PYSITELIB}/pyExcelerator/ImportXLS.py
${PYSITELIB}/pyExcelerator/ImportXLS.pyc
${PYSITELIB}/pyExcelerator/ImportXLS.pyo
${PYSITELIB}/pyExcelerator/Row.py
${PYSITELIB}/pyExcelerator/Row.pyc
${PYSITELIB}/pyExcelerator/Row.pyo
${PYSITELIB}/pyExcelerator/Style.py
${PYSITELIB}/pyExcelerator/Style.pyc
${PYSITELIB}/pyExcelerator/Style.pyo
${PYSITELIB}/pyExcelerator/UnicodeUtils.py
${PYSITELIB}/pyExcelerator/UnicodeUtils.pyc
${PYSITELIB}/pyExcelerator/UnicodeUtils.pyo
${PYSITELIB}/pyExcelerator/Utils.py
${PYSITELIB}/pyExcelerator/Utils.pyc
${PYSITELIB}/pyExcelerator/Utils.pyo
${PYSITELIB}/pyExcelerator/Workbook.py
${PYSITELIB}/pyExcelerator/Workbook.pyc
${PYSITELIB}/pyExcelerator/Workbook.pyo
${PYSITELIB}/pyExcelerator/Worksheet.py
${PYSITELIB}/pyExcelerator/Worksheet.pyc
${PYSITELIB}/pyExcelerator/Worksheet.pyo
${PYSITELIB}/pyExcelerator/__init__.py
${PYSITELIB}/pyExcelerator/__init__.pyc
${PYSITELIB}/pyExcelerator/__init__.pyo
${PYSITELIB}/pyExcelerator/antlr.py
${PYSITELIB}/pyExcelerator/antlr.pyc
${PYSITELIB}/pyExcelerator/antlr.pyo
share/doc/py-Excelerator/CHANGES.txt
share/doc/py-Excelerator/LICENSE.txt
share/doc/py-Excelerator/README.txt
share/doc/py-Excelerator/THANKS.txt
share/doc/py-Excelerator/TODO.txt
share/examples/py-Excelerator/Analyzer.py
share/examples/py-Excelerator/biff-dumper.py
share/examples/py-Excelerator/big-16Mb.py
share/examples/py-Excelerator/big-35Mb.py
share/examples/py-Excelerator/blanks.py
share/examples/py-Excelerator/col_width.py
share/examples/py-Excelerator/compdoc-dumper.py
share/examples/py-Excelerator/dates.py
share/examples/py-Excelerator/format.py
share/examples/py-Excelerator/formula_names.py
share/examples/py-Excelerator/formulas.py
share/examples/py-Excelerator/hyperlinks.py
share/examples/py-Excelerator/image.py
share/examples/py-Excelerator/merged.py
share/examples/py-Excelerator/merged0.py
share/examples/py-Excelerator/merged1.py
share/examples/py-Excelerator/mini.py
share/examples/py-Excelerator/num_formats.py
share/examples/py-Excelerator/numbers.py
share/examples/py-Excelerator/outline.py
share/examples/py-Excelerator/panes.py
share/examples/py-Excelerator/parse-fmla.py
share/examples/py-Excelerator/protection.py
share/examples/py-Excelerator/row_styles.py
share/examples/py-Excelerator/row_styles_empty.py
share/examples/py-Excelerator/sst.py
share/examples/py-Excelerator/unicode0.py
share/examples/py-Excelerator/unicode1.py
share/examples/py-Excelerator/unicode2.py
share/examples/py-Excelerator/wsprops.py
share/examples/py-Excelerator/xls2csv-gerry.py
share/examples/py-Excelerator/xls2csv.py
share/examples/py-Excelerator/xls2html.py
share/examples/py-Excelerator/xls2txt.py

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2012/02/04 12:03:32 obache Exp $
SHA1 (pyexcelerator-0.6.4.1.zip) = ac3a1fe750e55c4749fd9f1289304f57712ddf72
RMD160 (pyexcelerator-0.6.4.1.zip) = 68e0c660fd77e18ba5f7eb3fc1ae22cd1184c11b
Size (pyexcelerator-0.6.4.1.zip) = 173654 bytes