[62545] trunk/dports/textproc

nox at macports.org nox at macports.org
Sun Jan 10 12:10:36 PST 2010


Revision: 62545
          http://trac.macports.org/changeset/62545
Author:   nox at macports.org
Date:     2010-01-10 12:10:32 -0800 (Sun, 10 Jan 2010)
Log Message:
-----------
Create new port ekhtml

El-Kabong is a speedy, yet forgiving, SAX-stylee HTML parser

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

Added: trunk/dports/textproc/ekhtml/Portfile
===================================================================
--- trunk/dports/textproc/ekhtml/Portfile	                        (rev 0)
+++ trunk/dports/textproc/ekhtml/Portfile	2010-01-10 20:10:32 UTC (rev 62545)
@@ -0,0 +1,47 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem      1.0
+
+name            ekhtml
+version         0.3.2
+license         FreeBSD
+categories      textproc devel
+platforms       darwin
+maintainers     nox openmaintainer
+description     El-Kabong is a speedy, yet forgiving, SAX-stylee HTML parser
+
+long_description \
+    ${description}
+
+homepage        http://ekhtml.sourceforge.net/
+master_sites    sourceforge
+
+checksums       md5     cc9d2e4adaccacfacefddbd75ccccfdf \
+                sha1    d4e6c25964f7e110073f646950dc307e84d61f1b \
+                rmd160  8e5d664821d181e12f0fc6d24d1a288f432cc2b5
+
+configure.ccache no
+
+use_parallel_build no
+
+test.run        yes
+test.target     check
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README \
+        TODO ${destroot}${docdir}
+    copy ${worksrcpath}/docs/html ${destroot}${docdir}/api
+}
+
+if {[variant_isset universal]} {
+    configure.ccache    yes
+    use_autoconf        yes
+    use_automake        yes
+
+    pre-configure {
+        system "cd ${worksrcpath} && aclocal && glibtoolize"
+    }
+}


Property changes on: trunk/dports/textproc/ekhtml/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/20100110/ef0d16b8/attachment.html>


More information about the macports-changes mailing list