[52682] trunk/dports/textproc

blb at macports.org blb at macports.org
Sun Jun 21 01:38:10 PDT 2009


Revision: 52682
          http://trac.macports.org/changeset/52682
Author:   blb at macports.org
Date:     2009-06-21 01:38:09 -0700 (Sun, 21 Jun 2009)
Log Message:
-----------
New port - textproc/rst2pdf, Create PDF from reStructuredText

Added Paths:
-----------
    trunk/dports/textproc/rst2pdf/
    trunk/dports/textproc/rst2pdf/Portfile

Added: trunk/dports/textproc/rst2pdf/Portfile
===================================================================
--- trunk/dports/textproc/rst2pdf/Portfile	                        (rev 0)
+++ trunk/dports/textproc/rst2pdf/Portfile	2009-06-21 08:38:09 UTC (rev 52682)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+name                rst2pdf
+version             0.11
+categories          textproc python
+maintainers         blb openmaintainer
+description         Create PDF from reStructuredText
+long_description    ${description}
+
+platforms           darwin
+
+homepage            http://code.google.com/p/rst2pdf/
+master_sites        googlecode
+
+checksums           md5     06632c520fabfe29240c445d8bbdea07 \
+                    sha1    e9e749b7c1156bf3f13af759eb8732dd2f0e891d \
+                    rmd160  1adb0d0bb6d88039a619c6fffa7251e2b871b719
+
+depends_lib-append  port:py26-reportlab port:py26-docutils
+
+post-destroot {
+   ln -s ${python.prefix}/bin/rst2pdf ${destroot}${prefix}/bin/rst2pdf
+   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+   xinstall -m 644 -W ${worksrcpath} CHANGES.txt Contributors.txt LICENSE.txt \
+      README.txt ${destroot}${prefix}/share/doc/${name}
+   xinstall -m 644 ${worksrcpath}/doc/rst2pdf.1 \
+      ${destroot}${prefix}/share/man/man1
+   xinstall -m 644 -W ${worksrcpath}/doc DEVELOPERS.txt manual.pdf \
+      sampler.txt ${destroot}${prefix}/share/doc/${name}
+}
+


Property changes on: trunk/dports/textproc/rst2pdf/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090621/71bef961/attachment.html>


More information about the macports-changes mailing list