Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Apr 2006 16:16:56 +0000 (UTC)
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/print Makefile ports/print/py-pyscript Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200604291616.k3TGGutR043352@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pav         2006-04-29 16:16:56 UTC

  FreeBSD ports repository

  Modified files:
    print                Makefile 
  Added files:
    print/py-pyscript    Makefile distinfo pkg-descr pkg-plist 
  Log:
  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>
  
  Revision  Changes    Path
  1.391     +1 -0      ports/print/Makefile
  1.1       +48 -0     ports/print/py-pyscript/Makefile (new)
  1.1       +3 -0      ports/print/py-pyscript/distinfo (new)
  1.1       +18 -0     ports/print/py-pyscript/pkg-descr (new)
  1.1       +127 -0    ports/print/py-pyscript/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604291616.k3TGGutR043352>