Subject: CVS commit: pkgsrc/graphics/py-piddle
To: None <pkgsrc-changes@netbsd.org>
From: Mark Davies <markd@netbsd.org>
List: pkgsrc-changes
Date: 10/30/2002 13:19:33
Module Name:	pkgsrc
Committed By:	markd
Date:		Wed Oct 30 11:19:33 UTC 2002

Update of /cvsroot/pkgsrc/graphics/py-piddle
In directory minbar.netbsd.org:/tmp/cvs-serv8968

Log Message:
Initial import of py-piddle-1.0.15

Plug In Drawing, Does Little Else. A cross-platform drawing library for
Python.

PIDDLE is a Python module for creating two-dimensional graphics in a manner
that is both cross-platform and cross-media; that is, it can support screen
graphics (e.g. QuickDraw, Windows, Tk) as well as file output (PostScript,
PDF, GIF, etc.). It makes use of the native 2D drawing calls of each backend,
for maximum efficiency and quality. It works by defining a base class
(piddle.Canvas) with methods for all supported drawing primitives. A
particular drawing context is provided in the form of a derived class. PIDDLE
applications will be able to automatically select an appropriate backend for
the user's environment.


Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/graphics/py-piddle/Makefile
N pkgsrc/graphics/py-piddle/DESCR
N pkgsrc/graphics/py-piddle/PLIST
N pkgsrc/graphics/py-piddle/distinfo

No conflicts created by this import