aboutsummaryrefslogtreecommitdiff
path: root/graphics/piddle/pkg-descr
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2000-04-06 09:06:21 +0000
committerThomas Gellekum <tg@FreeBSD.org>2000-04-06 09:06:21 +0000
commit3a0e552ef8dfddc82b030ba5c6f68e2144980970 (patch)
treee8a218623223c9efe65118c848cda1ec174cfde2 /graphics/piddle/pkg-descr
parentd44c1a7d3dfc14a490d28be0c19734e7c28f68e5 (diff)
downloadports-3a0e552ef8dfddc82b030ba5c6f68e2144980970.tar.gz
ports-3a0e552ef8dfddc82b030ba5c6f68e2144980970.zip
Notes
Diffstat (limited to 'graphics/piddle/pkg-descr')
-rw-r--r--graphics/piddle/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/piddle/pkg-descr b/graphics/piddle/pkg-descr
new file mode 100644
index 000000000000..b8b34c670bc0
--- /dev/null
+++ b/graphics/piddle/pkg-descr
@@ -0,0 +1,14 @@
+PIDDLE - Plug-In Drawing, Does Little Else
+------------------------------------------
+
+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.
+
+WWW: http://piddle.sourceforge.net/