[23498] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 2 21:33:48 PDT 2007


Revision: 23498
          http://trac.macosforge.org/projects/macports/changeset/23498
Author:   markd at macports.org
Date:     2007-04-02 21:33:48 -0700 (Mon, 02 Apr 2007)

Log Message:
-----------
Closes #11223.  New port.

Added Paths:
-----------
    trunk/dports/python/py-archmage/
    trunk/dports/python/py-archmage/Portfile

Added: trunk/dports/python/py-archmage/Portfile
===================================================================
--- trunk/dports/python/py-archmage/Portfile	                        (rev 0)
+++ trunk/dports/python/py-archmage/Portfile	2007-04-03 04:33:48 UTC (rev 23498)
@@ -0,0 +1,25 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup	python24 1.0
+
+name		py-archmage
+version		0.0.8
+categories	python textproc
+description	Extensible reader/decompiler of files in CHM format
+long_description	\
+		ArCHMage is the extensible reader/decompiler of files \
+		in CHM format (Microsoft HTML help, also known as \
+		Compiled HTML). ArCHMage is based on chmlib by Jed \
+		Wing and is written in Python.
+maintainers	guido.soranzio at gmail.com
+homepage	http://archmage.sourceforge.net/
+master_sites	sourceforge:archmage
+distname	archmage-${version}
+checksums	md5 42b13b37de8acfeaaca7ed08002ea254
+depends_lib     port:py-chm
+post-extract	{
+	reinplace "s|/usr/share|${prefix}/share|" ${worksrcpath}/arch.conf
+	reinplace "s|/etc|${prefix}/etc|" ${worksrcpath}/archmod/CHM.py
+	reinplace "s|/etc|etc|" ${worksrcpath}/setup.py
+}


Property changes on: trunk/dports/python/py-archmage/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/20070402/40e380ed/attachment.html


More information about the macports-changes mailing list