[30475] trunk/dports/python
source_changes at macosforge.org
source_changes at macosforge.org
Sun Oct 28 15:47:06 PDT 2007
Revision: 30475
http://trac.macosforge.org/projects/macports/changeset/30475
Author: mww at macports.org
Date: 2007-10-28 15:47:06 -0700 (Sun, 28 Oct 2007)
Log Message:
-----------
new port python/py25-reportlab
Added Paths:
-----------
trunk/dports/python/py25-reportlab/
trunk/dports/python/py25-reportlab/Portfile
Added: trunk/dports/python/py25-reportlab/Portfile
===================================================================
--- trunk/dports/python/py25-reportlab/Portfile (rev 0)
+++ trunk/dports/python/py25-reportlab/Portfile 2007-10-28 22:47:06 UTC (rev 30475)
@@ -0,0 +1,27 @@
+# $Id: Portfile 30474 2007-10-28 22:43:37Z mww at macports.org $
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name py25-reportlab
+version 2.1
+categories python
+maintainers mww
+platforms darwin freebsd
+description python library for creating pdf files
+long_description ReportLab is a software library that lets you directly \
+ create documents in Adobe's Portable Document Format \
+ (PDF) using the python programming language.
+
+homepage http://www.reportlab.org/rl_toolkit.html
+master_sites http://www.reportlab.org/ftp/
+distfiles ReportLab_2_1.tgz
+checksums sha1 67c6fba57b6372987dd3280be257a1f6bb7fff80
+depends_lib-append port:py25-numeric
+
+worksrcdir reportlab_2_1/reportlab
+
+post-destroot {
+ xinstall -m 644 -W ${worksrcpath} README changes license.txt \
+ ${destroot}${prefix}/share/doc/${name}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071028/8f02104f/attachment.html
More information about the macports-changes
mailing list