aboutsummaryrefslogtreecommitdiff
path: root/print/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-04-29 16:16:56 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-04-29 16:16:56 +0000
commitd3491cad06ffeae3e489896f3d2b23732e009de2 (patch)
tree336a524a4994f22ca99f005188bf6a28b690aae6 /print/Makefile
parent20272643d12a651f3aee9a9e5931158320875509 (diff)
downloadports-d3491cad06ffeae3e489896f3d2b23732e009de2.tar.gz
ports-d3491cad06ffeae3e489896f3d2b23732e009de2.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>
Notes
Notes: svn path=/head/; revision=160807
Diffstat (limited to 'print/Makefile')
-rw-r--r--print/Makefile1
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