[21875] trunk/dports/textproc/expat/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Feb 10 13:40:00 PST 2007


Revision: 21875
          http://trac.macosforge.org/projects/macports/changeset/21875
Author:   pipping at macports.org
Date:     2007-02-10 13:39:59 -0800 (Sat, 10 Feb 2007)

Log Message:
-----------
 * add description

Modified Paths:
--------------
    trunk/dports/textproc/expat/Portfile

Modified: trunk/dports/textproc/expat/Portfile
===================================================================
--- trunk/dports/textproc/expat/Portfile	2007-02-10 21:25:35 UTC (rev 21874)
+++ trunk/dports/textproc/expat/Portfile	2007-02-10 21:39:59 UTC (rev 21875)
@@ -1,35 +1,38 @@
 # $Id$
 
-PortSystem         1.0
-name               expat
-version            2.0.0
-revision           1
-categories         textproc devel
-maintainers        pipping at macports.org openmaintainer at macports.org
-description        XML 1.0 parser written in C
-long_description   ${description}
-platforms          darwin freebsd
-homepage           http://expat.sourceforge.net/
-master_sites       sourceforge
-checksums          md5 d945df7f1c0868c5c73cf66ba9596f3f \
-                   sha1 9ff011a75a1f5b60145c4afdec520442cb398d93 \
-                   rmd160 f52ccab26950d0148c3e8b644d7c9021734de318
-configure.args     --mandir=\\\${prefix}/share/man
-destroot.destdir   prefix=${destroot}${prefix}
+PortSystem          1.0
+name                expat
+version             2.0.0
+revision            1
+categories          textproc devel
+maintainers         pipping at macports.org openmaintainer at macports.org
+description         XML 1.0 parser written in C
+long_description    Expat is an XML parser library written in C. It is a \
+                        stream-oriented parser in which an application \
+                        registers handlers for things the parser might find \
+                        in the XML document (like start tags). 
+platforms           darwin freebsd
+homepage            http://expat.sourceforge.net/
+master_sites        sourceforge
+checksums           md5 d945df7f1c0868c5c73cf66ba9596f3f \
+                    sha1 9ff011a75a1f5b60145c4afdec520442cb398d93 \
+                    rmd160 f52ccab26950d0148c3e8b644d7c9021734de318
+configure.args      --mandir=\\\${prefix}/share/man
+destroot.destdir    prefix=${destroot}${prefix}
 
 post-destroot {
-        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} \
-            ${destroot}${prefix}/share/examples/${name}
-        xinstall -m 644 -W ${worksrcpath} COPYING Changes README \
-            ${destroot}${prefix}/share/doc/${name}
-        eval xinstall -m 644 [glob ${worksrcpath}/doc/*] \
-            ${destroot}${prefix}/share/doc/${name}
-        xinstall -m 644 -W ${worksrcpath}/examples elements.c outline.c \
-            ${destroot}${prefix}/share/examples/${name}
-        cd ${destroot}${prefix}/lib
-        system "ln -s libexpat.1.dylib libexpat.0.dylib"
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} \
+        ${destroot}${prefix}/share/examples/${name}
+    xinstall -m 644 -W ${worksrcpath} COPYING Changes README \
+        ${destroot}${prefix}/share/doc/${name}
+    eval xinstall -m 644 [glob ${worksrcpath}/doc/*] \
+        ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath}/examples elements.c outline.c \
+        ${destroot}${prefix}/share/examples/${name}
+    cd ${destroot}${prefix}/lib
+    system "ln -s libexpat.1.dylib libexpat.0.dylib"
 }
 
 variant no_static {
-        configure.args-append --disable-static
+    configure.args-append   --disable-static
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070210/3c868f9c/attachment.html


More information about the macports-changes mailing list