[31364] trunk/dports/textproc/pdftohtml/Portfile
simon at macports.org
simon at macports.org
Wed Nov 21 06:41:03 PST 2007
Revision: 31364
http://trac.macosforge.org/projects/macports/changeset/31364
Author: simon at macports.org
Date: 2007-11-21 06:41:02 -0800 (Wed, 21 Nov 2007)
Log Message:
-----------
textproc/pdftohtml: Updated to version 0.40a, also fixed livecheck. Took maintainership.
Modified Paths:
--------------
trunk/dports/textproc/pdftohtml/Portfile
Modified: trunk/dports/textproc/pdftohtml/Portfile
===================================================================
--- trunk/dports/textproc/pdftohtml/Portfile 2007-11-21 14:09:27 UTC (rev 31363)
+++ trunk/dports/textproc/pdftohtml/Portfile 2007-11-21 14:41:02 UTC (rev 31364)
@@ -3,24 +3,26 @@
PortSystem 1.0
name pdftohtml
-version 0.36
+version 0.40a
categories textproc
platforms darwin
-maintainers nomaintainer
+maintainers simon
description pdf to html converter based on xpdf.
long_description ${description}
homepage http://pdftohtml.sourceforge.net/
master_sites sourceforge
-checksums md5 75ad095bb51e1f66c9f7691e6af12f44
+checksums md5 2d82996faaf2b9439f8395743c1c163d \
+ sha1 409572da65cf5234d026a5b199a81a26e75ca4d8 \
+ rmd160 8e948507b4899462de6ff34afd26fcb4bf0b3511
use_configure no
build.args
destroot {
- xinstall -m 755 ${worksrcpath}/${name} ${destroot}/${prefix}/bin/
- xinstall -m 755 -d ${destroot}/${prefix}/share/${name}
- xinstall -m 644 ${worksrcpath}/pdf2xml.dtd \
- ${destroot}/${prefix}/share/${name}/
+ xinstall -m 755 ${worksrcpath}/src/${name} ${destroot}/${prefix}/bin/
}
+
+livecheck.version 0.40
+livecheck.regex "<title>.* pdftohtml (.*) released.*</title>"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071121/3ee78621/attachment.html
More information about the macports-changes
mailing list