[71748] trunk/dports/devel/xmlwrapp
ryandesign at macports.org
ryandesign at macports.org
Tue Sep 21 21:44:41 PDT 2010
Revision: 71748
http://trac.macports.org/changeset/71748
Author: ryandesign at macports.org
Date: 2010-09-21 21:44:40 -0700 (Tue, 21 Sep 2010)
Log Message:
-----------
xmlwrapp: update to 0.6.2, add license info
Modified Paths:
--------------
trunk/dports/devel/xmlwrapp/Portfile
Removed Paths:
-------------
trunk/dports/devel/xmlwrapp/files/
Modified: trunk/dports/devel/xmlwrapp/Portfile
===================================================================
--- trunk/dports/devel/xmlwrapp/Portfile 2010-09-22 04:19:50 UTC (rev 71747)
+++ trunk/dports/devel/xmlwrapp/Portfile 2010-09-22 04:44:40 UTC (rev 71748)
@@ -2,11 +2,12 @@
PortSystem 1.0
name xmlwrapp
-version 0.5.0
-revision 3
+version 0.6.2
categories devel
platforms darwin
maintainers stechert openmaintainer
+license BSD
+
description xmlwrapp is a modern style C++ library for working with XML data
long_description xmlwrapp is a modern style C++ library for working with XML data. \
It provides a simple and easy to use interface for the very \
@@ -16,31 +17,10 @@
installs libxsltwrapp which is part of the xmlwrapp package.
homepage http://sourceforge.net/project/showfiles.php?group_id=142403
master_sites sourceforge
-extract.suffix .tgz
-depends_build bin:perl:perl5
+depends_build port:boost
depends_lib port:libxslt
-checksums md5 99ba63b283762e749e1663014e5cb0fd
-
-patch.pre_args -p1
-patchfiles patch-mkmf
-
-configure.cppflags-append "-I${prefix}/include/libxml2"
-
-configure {
- system "cd ${worksrcpath} && perl configure.pl --xml2-config=${prefix}/bin/xml2-config --xslt-config=${prefix}/bin/xslt-config --prefix=${prefix}"
-
- reinplace "s#POST_LDFLAGS=#POST_LDFLAGS=-L${prefix}/lib -lxml2 -lz -lpthread -liconv -lm -lxslt#" ${worksrcpath}/src/libxml/Makefile
- reinplace "s#libxmlwrapp.so#libxmlwrapp.dylib#g" ${worksrcpath}/src/libxml/Makefile
-
- reinplace "s#POST_LDFLAGS=#POST_LDFLAGS=-L${prefix}/lib -lxml2 -lz -lpthread -liconv -lm -lxslt -lexslt -L../libxml -lxmlwrapp#" ${worksrcpath}/src/libxslt/Makefile
- reinplace "s#libxsltwrapp.so#libxsltwrapp.dylib#g" ${worksrcpath}/src/libxslt/Makefile
-
- reinplace "s#libxmlwrapp.so.5#libxmlwrapp.5.dylib#g" ${worksrcpath}/Makefile
- reinplace "s#libxmlwrapp.so#libxmlwrapp.dylib#g" ${worksrcpath}/Makefile
-
- reinplace "s#libxsltwrapp.so.2#libxsltwrapp.2.dylib#g" ${worksrcpath}/Makefile
- reinplace "s#libxsltwrapp.so#libxsltwrapp.dylib#g" ${worksrcpath}/Makefile
-}
+checksums sha1 b3ef8bff215bbacd988790615b76379672105928 \
+ rmd160 2aa670e2f0154af8c5618cb7cc65ec6c344b0bfa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100921/6cb1311c/attachment.html>
More information about the macports-changes
mailing list