diff options
author | pav <pav@FreeBSD.org> | 2006-04-30 00:16:56 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-04-30 00:16:56 +0800 |
commit | a91edddee8c3871417b75b6b25710d0e9ce90e57 (patch) | |
tree | 087e15990177e730775485074b209f3dfed2a5d5 /print/Makefile | |
parent | 57458233d2356131339355694b9863d68dbd02b9 (diff) | |
download | freebsd-ports-gnome-a91edddee8c3871417b75b6b25710d0e9ce90e57.tar.gz freebsd-ports-gnome-a91edddee8c3871417b75b6b25710d0e9ce90e57.tar.zst freebsd-ports-gnome-a91edddee8c3871417b75b6b25710d0e9ce90e57.zip |
PyScript is a python module for producing high quality postscript
graphics. Rather than use a GUI to draw a picture, the picture is
programmed using python and the PyScript objects.
Some of the key features are:
* All scripting is done in python, which is a high level, easy
to learn, well-developed scripting language.
* All the objects can be translated, scaled, rotated, ... in fact
any affine transformation.
* Plain text is automatically kerned.
* You can place arbitrary LaTeX expressions on your figures.
* You can create your own figure objects, and develop a library
of figure primitives.
* Output is publication quality.
Author: Alexei Gilchrist, Paul Cochrane <aalexei@users.sourceforge.net>
WWW: http://pyscript.sourceforge.net/
PR: ports/96482
Submitted by: Nicola Vitale <nivit@email.it>
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 049736b56112..0b04975cdbdc 100644 --- a/print/Makefile +++ b/print/Makefile @@ -255,6 +255,7 @@ SUBDIR += pup SUBDIR += py-fonttools SUBDIR += py-freetype + SUBDIR += py-pyscript SUBDIR += py-reportlab SUBDIR += py-rtf SUBDIR += rlpr |