Bug 96482 - [NEW PORT] print/py-pyscript: Python module for producing high quality PostScript graphics
Summary: [NEW PORT] print/py-pyscript: Python module for producing high quality PostSc...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-28 17:40 UTC by Nicola Vitale
Modified: 2006-04-29 17:17 UTC (History)
0 users

See Also:


Attachments
py24-pyscript-0.6.shar (7.08 KB, text/plain)
2006-04-28 17:40 UTC, Nicola Vitale
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nicola Vitale 2006-04-28 17:40:13 UTC
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/

Generated with FreeBSD Port Tools 0.63
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-04-29 17:17:50 UTC
State Changed
From-To: open->closed

New port added, thank you!