1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name sablotron |
---|
5 | version 0.98 |
---|
6 | categories textproc |
---|
7 | maintainers bchesneau@mac.com |
---|
8 | description XSLT, DOM and XPath processor |
---|
9 | long_description Sablotron is a fast, compact and portable XML toolkit \ |
---|
10 | implementing XSLT 1.0, DOM Level2 and XPath 1.0. Sablotron is an open \ |
---|
11 | project. The goal of this project is to create a \ |
---|
12 | lightweight, reliable and fast XML library processor conforming to the W3C \ |
---|
13 | specification, which is available for public and can be used as a base for \ |
---|
14 | multi-platform XML applications. |
---|
15 | |
---|
16 | platforms darwin |
---|
17 | distname Sablot-${version} |
---|
18 | worksrcdir Sablot-${version} |
---|
19 | master_sites http://download-2.gingerall.cz/download/sablot |
---|
20 | checksums Sablot-0.98.tar.gz md5 b7ad9b3e0d70607bf18a20fc3d4e4448 |
---|
21 | |
---|
22 | |
---|
23 | depends_lib lib:libiconv.2:libiconv \ |
---|
24 | lib:libexpat.0.4:expat |
---|
25 | |
---|
26 | configure.env LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include |
---|
27 | |
---|
28 | variant darwin { |
---|
29 | depends_lib-append lib:libdl.1:dlcompat |
---|
30 | } |
---|
31 | |
---|