summaryrefslogtreecommitdiff
path: root/textproc/py-Excelerator
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2008-03-08 00:18:25 +0000
committermjl <mjl@pkgsrc.org>2008-03-08 00:18:25 +0000
commit47b42fb14b90ecf917ff27204cf17f0e70dea008 (patch)
treeaa2b81311cda04f6f0f594c4c69ca40d5f735c47 /textproc/py-Excelerator
parent185de941e6b933b8342b89cf7a263d0307f63756 (diff)
downloadpkgsrc-47b42fb14b90ecf917ff27204cf17f0e70dea008.tar.gz
Initial import of py-Excelerator 0.6.3a
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.
Diffstat (limited to 'textproc/py-Excelerator')
-rw-r--r--textproc/py-Excelerator/DESCR5
-rw-r--r--textproc/py-Excelerator/Makefile34
-rw-r--r--textproc/py-Excelerator/PLIST103
-rw-r--r--textproc/py-Excelerator/distinfo5
4 files changed, 147 insertions, 0 deletions
diff --git a/textproc/py-Excelerator/DESCR b/textproc/py-Excelerator/DESCR
new file mode 100644
index 00000000000..8e58130d0e2
--- /dev/null
+++ b/textproc/py-Excelerator/DESCR
@@ -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.
diff --git a/textproc/py-Excelerator/Makefile b/textproc/py-Excelerator/Makefile
new file mode 100644
index 00000000000..836b8ee5e81
--- /dev/null
+++ b/textproc/py-Excelerator/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/03/08 00:18:25 mjl Exp $
+#
+
+DISTNAME= pyexcelerator-${VERSION}
+PKGNAME= ${PYPKGPREFIX}-Excelerator-${VERSION}
+VERSION= 0.6.3a
+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
+
+PYDISTUTILSPKG= yes
+PYTHON_VERSIONS_ACCEPTED= 24 25
+
+# No -L please, needs upper case
+EXTRACT_OPTS_ZIP=-aqo
+
+WRKSRC=${WRKDIR}/pyExcelerator-${VERSION}
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/docs/py-Excelerator
+ for f in CHANGES.txt LICENSE.txt README.txt THANKS.txt TODO.txt ; do \
+ ${INSTALL_DATA} ${WRKSRC}/$$f ${PREFIX}/docs/py-Excelerator/ ; \
+ done
+ ${INSTALL_DATA_DIR} ${PREFIX}/examples/py-Excelerator
+ for f in ${WRKSRC}/examples/*.py ${WRKSRC}/tools/*.py ; do \
+ ${INSTALL_DATA} $$f ${PREFIX}/examples/py-Excelerator/ ; \
+ done
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/py-Excelerator/PLIST b/textproc/py-Excelerator/PLIST
new file mode 100644
index 00000000000..f9e1ce6e95d
--- /dev/null
+++ b/textproc/py-Excelerator/PLIST
@@ -0,0 +1,103 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/08 00:18:25 mjl Exp $
+${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
+docs/py-Excelerator/CHANGES.txt
+docs/py-Excelerator/LICENSE.txt
+docs/py-Excelerator/README.txt
+docs/py-Excelerator/THANKS.txt
+docs/py-Excelerator/TODO.txt
+examples/py-Excelerator/big-16Mb.py
+examples/py-Excelerator/big-35Mb.py
+examples/py-Excelerator/blanks.py
+examples/py-Excelerator/col_width.py
+examples/py-Excelerator/dates.py
+examples/py-Excelerator/format.py
+examples/py-Excelerator/formula_names.py
+examples/py-Excelerator/formulas.py
+examples/py-Excelerator/hyperlinks.py
+examples/py-Excelerator/image.py
+examples/py-Excelerator/merged.py
+examples/py-Excelerator/merged0.py
+examples/py-Excelerator/merged1.py
+examples/py-Excelerator/mini.py
+examples/py-Excelerator/num_formats.py
+examples/py-Excelerator/numbers.py
+examples/py-Excelerator/outline.py
+examples/py-Excelerator/panes.py
+examples/py-Excelerator/parse-fmla.py
+examples/py-Excelerator/protection.py
+examples/py-Excelerator/row_styles.py
+examples/py-Excelerator/row_styles_empty.py
+examples/py-Excelerator/sst.py
+examples/py-Excelerator/unicode0.py
+examples/py-Excelerator/unicode1.py
+examples/py-Excelerator/unicode2.py
+examples/py-Excelerator/wsprops.py
+examples/py-Excelerator/Analyzer.py
+examples/py-Excelerator/biff-dumper.py
+examples/py-Excelerator/compdoc-dumper.py
+examples/py-Excelerator/xls2csv-gerry.py
+examples/py-Excelerator/xls2csv.py
+examples/py-Excelerator/xls2html.py
+examples/py-Excelerator/xls2txt.py
+@dirrm examples/py-Excelerator
+@dirrm docs/py-Excelerator
+@dirrm ${PYSITELIB}/pyExcelerator
diff --git a/textproc/py-Excelerator/distinfo b/textproc/py-Excelerator/distinfo
new file mode 100644
index 00000000000..f8760edc38e
--- /dev/null
+++ b/textproc/py-Excelerator/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/03/08 00:18:25 mjl Exp $
+
+SHA1 (pyexcelerator-0.6.3a.zip) = 7e4109015ae7e018cc7dbe71ca7ad440ed206388
+RMD160 (pyexcelerator-0.6.3a.zip) = 4ff9dc730c85a25fa211b9a6a9c36c14fbb6f8bd
+Size (pyexcelerator-0.6.3a.zip) = 266911 bytes