Skip to content

Commit

Permalink
import zope25-RenderableCharts-0.6, a tool to generate drawings/charts
Browse files Browse the repository at this point in the history
using the reportlab toolkit
(XXX suffers from reportlab's font file problems)
  • Loading branch information
drochner committed Jul 28, 2003
1 parent ece0294 commit 6e0845c
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 0 deletions.
3 changes: 3 additions & 0 deletions www/zope25-RenderableCharts/DESCR
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
RenderPM is a development product and currently only a case study. My intention
was to build a product that interact with zope, reportlabs graphics toolkit and
databases.
19 changes: 19 additions & 0 deletions www/zope25-RenderableCharts/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.1.1.1 2003/07/28 15:15:13 drochner Exp $
#

DISTNAME= RenderableCharts-0.6
PKGNAME= zope25-RenderableCharts-0.6
CATEGORIES= www
MASTER_SITES= http://www.zope.org/Members/Dirk.Datzert/RenderableCharts/

MAINTAINER= [email protected]
HOMEPAGE= http://www.zope.org/Members/Dirk.Datzert/RenderableCharts/
COMMENT= Drawings with reportlab's graphics toolkit

USE_BUILDLINK2= yes
BUILDLINK_DEPENDS.pyreportlab= ${PYPKGPREFIX}-reportlab>=1.17

.include "../../www/zope25/product.mk"
.include "../../print/py-reportlab/buildlink2.mk"
.include "../../print/py-reportlab-renderPM/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
43 changes: 43 additions & 0 deletions www/zope25-RenderableCharts/PLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/28 15:15:13 drochner Exp $
lib/zope/lib/python/Products/RenderableCharts/CHANGES
lib/zope/lib/python/Products/RenderableCharts/ChartObject.py
lib/zope/lib/python/Products/RenderableCharts/ChartObject.pyc
lib/zope/lib/python/Products/RenderableCharts/ChartTemplate.py
lib/zope/lib/python/Products/RenderableCharts/ChartTemplate.pyc
lib/zope/lib/python/Products/RenderableCharts/Charts.py
lib/zope/lib/python/Products/RenderableCharts/Charts.pyc
lib/zope/lib/python/Products/RenderableCharts/Grids.py
lib/zope/lib/python/Products/RenderableCharts/Grids.pyc
lib/zope/lib/python/Products/RenderableCharts/Labels.py
lib/zope/lib/python/Products/RenderableCharts/Labels.pyc
lib/zope/lib/python/Products/RenderableCharts/Legends.py
lib/zope/lib/python/Products/RenderableCharts/Legends.pyc
lib/zope/lib/python/Products/RenderableCharts/NoBabelTag.py
lib/zope/lib/python/Products/RenderableCharts/NoBabelTag.pyc
lib/zope/lib/python/Products/RenderableCharts/README
lib/zope/lib/python/Products/RenderableCharts/RenderableObject.py
lib/zope/lib/python/Products/RenderableCharts/RenderableObject.pyc
lib/zope/lib/python/Products/RenderableCharts/Shapes.py
lib/zope/lib/python/Products/RenderableCharts/Shapes.pyc
lib/zope/lib/python/Products/RenderableCharts/__init__.py
lib/zope/lib/python/Products/RenderableCharts/__init__.pyc
lib/zope/lib/python/Products/RenderableCharts/dtml/manage_addChartObjectForm.dtml
lib/zope/lib/python/Products/RenderableCharts/dtml/manage_addChartTemplateForm.dtml
lib/zope/lib/python/Products/RenderableCharts/dtml/properties.dtml
lib/zope/lib/python/Products/RenderableCharts/icons/chart.gif
lib/zope/lib/python/Products/RenderableCharts/license.txt
lib/zope/lib/python/Products/RenderableCharts/mysql/RenderableChartDemo.xml
lib/zope/lib/python/Products/RenderableCharts/mysql/RenderableChartDemo.zexp
lib/zope/lib/python/Products/RenderableCharts/mysql/data.sql
lib/zope/lib/python/Products/RenderableCharts/mysql/meta.sql
lib/zope/lib/python/Products/RenderableCharts/refresh.txt
lib/zope/lib/python/Products/RenderableCharts/simpleExample.xml
lib/zope/lib/python/Products/RenderableCharts/snippets/BarColor
lib/zope/lib/python/Products/RenderableCharts/snippets/chart_data
lib/zope/lib/python/Products/RenderableCharts/snippets/joinDict
lib/zope/lib/python/Products/RenderableCharts/version.txt
@dirrm lib/zope/lib/python/Products/RenderableCharts/snippets
@dirrm lib/zope/lib/python/Products/RenderableCharts/mysql
@dirrm lib/zope/lib/python/Products/RenderableCharts/icons
@dirrm lib/zope/lib/python/Products/RenderableCharts/dtml
@dirrm lib/zope/lib/python/Products/RenderableCharts
4 changes: 4 additions & 0 deletions www/zope25-RenderableCharts/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2003/07/28 15:15:13 drochner Exp $

SHA1 (zope/RenderableCharts-0.6.tar.gz) = c083a94f29f6bc91b1f1cfca3bbd6cac4a39b254
Size (zope/RenderableCharts-0.6.tar.gz) = 69451 bytes

0 comments on commit 6e0845c

Please sign in to comment.