pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc A templating library which provides a way to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/38e966d3c161
branches: trunk
changeset: 621968:38e966d3c161
user: richard <richard%pkgsrc.org@localhost>
date: Sun Jul 21 12:15:29 2013 +0000
description:
A templating library which provides a way to easily output all kind of
different files (odt, ods, png, svg, ...). Adding support for more filetype is
easy: you just have to create a plugin for this.
relatorio also provides a report repository allowing you to link python objects
and report together, find reports by mimetypes/name/python objects.
diffstat:
textproc/Makefile | 3 ++-
textproc/py-relatorio/DESCR | 6 ++++++
textproc/py-relatorio/Makefile | 24 ++++++++++++++++++++++++
textproc/py-relatorio/PLIST | 27 +++++++++++++++++++++++++++
textproc/py-relatorio/distinfo | 5 +++++
5 files changed, 64 insertions(+), 1 deletions(-)
diffs (95 lines):
diff -r 3d0f2326cc90 -r 38e966d3c161 textproc/Makefile
--- a/textproc/Makefile Sun Jul 21 12:05:29 2013 +0000
+++ b/textproc/Makefile Sun Jul 21 12:15:29 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.737 2013/07/20 07:48:02 richard Exp $
+# $NetBSD: Makefile,v 1.738 2013/07/21 12:15:29 richard Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -618,6 +618,7 @@
SUBDIR+= py-pdf-parser
SUBDIR+= py-prettytable
SUBDIR+= py-pygments
+SUBDIR+= py-relatorio
SUBDIR+= py-sphinx
SUBDIR+= py-sphinx-theme-cloud
SUBDIR+= py-textile
diff -r 3d0f2326cc90 -r 38e966d3c161 textproc/py-relatorio/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-relatorio/DESCR Sun Jul 21 12:15:29 2013 +0000
@@ -0,0 +1,6 @@
+A templating library which provides a way to easily output all kind of
+different files (odt, ods, png, svg, ...). Adding support for more filetype is
+easy: you just have to create a plugin for this.
+
+relatorio also provides a report repository allowing you to link python objects
+and report together, find reports by mimetypes/name/python objects.
diff -r 3d0f2326cc90 -r 38e966d3c161 textproc/py-relatorio/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-relatorio/Makefile Sun Jul 21 12:15:29 2013 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2013/07/21 12:15:29 richard Exp $
+#
+
+DISTNAME= relatorio-0.5.7
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= textproc python
+MASTER_SITES= http://pypi.python.org/packages/source/r/relatorio/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://relatorio.openhex.org/
+COMMENT= Templating library able to output odt and pdf files
+
+LICENSE= gnu-gpl-v3
+
+DEPENDS+= ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo
+DEPENDS+= ${PYPKGPREFIX}-genshi>=0.5:../../www/py-genshi
+DEPENDS+= ${PYPKGPREFIX}-lxml>=2.0:../../textproc/py-lxml
+DEPENDS+= ${PYPKGPREFIX}-pycha-[0-9]*:../../graphics/py-pycha
+DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
+
+USE_LANGUAGES= #none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3d0f2326cc90 -r 38e966d3c161 textproc/py-relatorio/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-relatorio/PLIST Sun Jul 21 12:15:29 2013 +0000
@@ -0,0 +1,27 @@
+@comment $NetBSD: PLIST,v 1.1 2013/07/21 12:15:29 richard Exp $
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/relatorio/__init__.py
+${PYSITELIB}/relatorio/__init__.pyc
+${PYSITELIB}/relatorio/__init__.pyo
+${PYSITELIB}/relatorio/reporting.py
+${PYSITELIB}/relatorio/reporting.pyc
+${PYSITELIB}/relatorio/reporting.pyo
+${PYSITELIB}/relatorio/templates/__init__.py
+${PYSITELIB}/relatorio/templates/__init__.pyc
+${PYSITELIB}/relatorio/templates/__init__.pyo
+${PYSITELIB}/relatorio/templates/base.py
+${PYSITELIB}/relatorio/templates/base.pyc
+${PYSITELIB}/relatorio/templates/base.pyo
+${PYSITELIB}/relatorio/templates/chart.py
+${PYSITELIB}/relatorio/templates/chart.pyc
+${PYSITELIB}/relatorio/templates/chart.pyo
+${PYSITELIB}/relatorio/templates/opendocument.py
+${PYSITELIB}/relatorio/templates/opendocument.pyc
+${PYSITELIB}/relatorio/templates/opendocument.pyo
+${PYSITELIB}/relatorio/templates/pdf.py
+${PYSITELIB}/relatorio/templates/pdf.pyc
+${PYSITELIB}/relatorio/templates/pdf.pyo
diff -r 3d0f2326cc90 -r 38e966d3c161 textproc/py-relatorio/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-relatorio/distinfo Sun Jul 21 12:15:29 2013 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/07/21 12:15:29 richard Exp $
+
+SHA1 (relatorio-0.5.7.tar.gz) = 426ec6c7749917fd3ca88a4fd05e8a529f712fde
+RMD160 (relatorio-0.5.7.tar.gz) = 8e100a8426078715dd25c08a5c31cf8fd7b373df
+Size (relatorio-0.5.7.tar.gz) = 28599 bytes
Home |
Main Index |
Thread Index |
Old Index