From owner-cvs-all@FreeBSD.ORG Sat Apr 29 16:16:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70E3A16A400; Sat, 29 Apr 2006 16:16:57 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CE6143D46; Sat, 29 Apr 2006 16:16:57 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3TGGvag043356; Sat, 29 Apr 2006 16:16:57 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3TGGutR043352; Sat, 29 Apr 2006 16:16:56 GMT (envelope-from pav) Message-Id: <200604291616.k3TGGutR043352@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 29 Apr 2006 16:16:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print Makefile ports/print/py-pyscript Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Apr 2006 16:16:57 -0000 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 WWW: http://pyscript.sourceforge.net/ PR: ports/96482 Submitted by: Nicola Vitale 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)