[57306] trunk/dports/python

jameskyle at macports.org jameskyle at macports.org
Tue Sep 8 20:59:01 PDT 2009


Revision: 57306
          http://trac.macports.org/changeset/57306
Author:   jameskyle at macports.org
Date:     2009-09-08 20:59:00 -0700 (Tue, 08 Sep 2009)
Log Message:
-----------
New port. Python wrapper script for converting chm files to pdf. Supports most htmldoc switches.

Added Paths:
-----------
    trunk/dports/python/py26-chm2pdf/
    trunk/dports/python/py26-chm2pdf/Portfile

Added: trunk/dports/python/py26-chm2pdf/Portfile
===================================================================
--- trunk/dports/python/py26-chm2pdf/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-chm2pdf/Portfile	2009-09-09 03:59:00 UTC (rev 57306)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+
+name			          py26-chm2pdf
+version			        0.9.1
+categories		      python textproc
+platforms		        darwin
+maintainers		      jameskyle
+description		      chm2pdf is a convenient wrapper around chmlib and htmldoc\
+                    for quickly converting chm files.
+long_description	  ${description}
+                    
+homepage		        http://gnochm.sourceforge.net/pychm.html
+master_sites	      googlecode:chm2pdf
+distname		        chm2pdf-${version}
+
+checksums           md5     2d5518e3284cca496270566c2554b713 \
+                    sha1    92c3dc39aaa3d5452cc9d37d1d34385e8698888b \
+                    rmd160  3778083bad1bf8c528b4cbde94e5ca0b511cb9af
+
+depends_run-append	port:chmlib \
+                    port:py26-chm \
+                    port:htmldoc
+                    
+post-destroot {
+  ln -s ${python.prefix}/bin/chm2pdf ${destroot}${prefix}/bin/chm2pdf
+}                    


Property changes on: trunk/dports/python/py26-chm2pdf/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/20090908/0f133c3a/attachment.html>


More information about the macports-changes mailing list