[33492] trunk/dports/python

gui_dos at macports.org gui_dos at macports.org
Sun Jan 27 15:18:11 PST 2008


Revision: 33492
          http://trac.macosforge.org/projects/macports/changeset/33492
Author:   gui_dos at macports.org
Date:     2008-01-27 15:18:08 -0800 (Sun, 27 Jan 2008)

Log Message:
-----------
new port: py25-pyx (submitted by #13277)

Added Paths:
-----------
    trunk/dports/python/py25-pyx/
    trunk/dports/python/py25-pyx/Portfile

Added: trunk/dports/python/py25-pyx/Portfile
===================================================================
--- trunk/dports/python/py25-pyx/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-pyx/Portfile	2008-01-27 23:18:08 UTC (rev 33492)
@@ -0,0 +1,38 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id: 
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name			py25-pyx
+version			0.10
+categories		python
+platforms		darwin
+maintainers		nomaintainer
+description		PyX is a TeX/LaTeX interface for Python
+long_description	PyX is a Python package for the creation of \
+			    encapsulated PostScript figures. It provides both an \
+			    abstraction of PostScript and a TeX/LaTeX interface. \
+			    Complex tasks like 2d and 3d plots in \
+			    publication-ready quality are built out of these \
+			    primitives.
+
+homepage		http://pyx.sourceforge.net
+master_sites		sourceforge:pyx
+distname		PyX-${version}
+checksums		sha1 e8a9219192daff9fd8eb479d5987cbc7e37b0188
+
+depends_lib-append	bin:tex:teTeX port:py25-zlib
+
+post-destroot {
+	xinstall -m 644 -W ${worksrcpath} AUTHORS CHANGES INSTALL LICENSE \
+		README ${destroot}${prefix}/share/doc/${name}
+	file delete -force ${destroot}/etc
+
+	# fix the paths that were calculated
+	reinplace "s|${destroot}||g" ${destroot}${python.pkgd}/pyx/siteconfig.py
+	reinplace "s|/etc|${prefix}/etc|g" ${destroot}${python.pkgd}/pyx/siteconfig.py
+}
+
+livecheck.check  sourceforge
+livecheck.name pyx


Property changes on: trunk/dports/python/py25-pyx/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080127/20e300c6/attachment.html


More information about the macports-changes mailing list