diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-04-26 23:45:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-04-26 23:45:54 +0000 |
commit | d84a5e942fb0cf96c5985e691f086e32ed10aeb3 (patch) | |
tree | 46a3ea25fc5286f42c2a8895e29d9c86bc6ca4c2 /print/Makefile | |
parent | 4a4fdcec5fcd6fa97b3ca3f842d02d904d111637 (diff) |
relatorio is 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.
WWW: http://relatorio.openhex.org/
PR: ports/133958
Submitted by: Wen Heping <wenheping at gmail.com>
Notes
Notes:
svn path=/head/; revision=232810
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 54aa1f187e1f..2bfecaea9682 100644 --- a/print/Makefile +++ b/print/Makefile @@ -288,6 +288,7 @@ SUBDIR += py-fonttools SUBDIR += py-pdf SUBDIR += py-pyscript + SUBDIR += py-relatorio SUBDIR += py-reportlab SUBDIR += py-reportlab2 SUBDIR += py-rtf |