Last change
on this file since 111393 was
111393,
checked in by mww@…, 6 years ago
|
tyxml: fix build due to changed interface of ocaml-ocamlnet
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.2 KB
|
Line | |
---|
1 | # $Id: Portfile 111393 2013-09-20 05:30:25Z mww@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name tyxml |
---|
6 | version 2.2.0 |
---|
7 | revision 3 |
---|
8 | categories textproc devel ml |
---|
9 | platforms darwin |
---|
10 | maintainers mww openmaintainer |
---|
11 | license LGPL-2.1 |
---|
12 | description OCaml library to generate XML output using static typing |
---|
13 | long_description Tyxml is a library that makes it almost impossible for \ |
---|
14 | your OCaml programs to generate wrong XML ouput, using \ |
---|
15 | static typing. Modules exist for XHTML1, HTML5 and SVG. |
---|
16 | |
---|
17 | homepage http://ocsigen.org/tyxml/ |
---|
18 | master_sites http://ocsigen.org/download/ |
---|
19 | |
---|
20 | checksums rmd160 8cd613dbf1bbe6f439a5c5001b812288081aa3c8 \ |
---|
21 | sha256 8eab54f5fd7e9f5df3ac894123bd5abb124d741411a0ad5333e5058e44325f84 |
---|
22 | |
---|
23 | patchfiles patch-Makefile.diff patch-rm_netstring_pcre.diff |
---|
24 | |
---|
25 | depends_lib port:ocaml port:ocaml-findlib port:ocaml-ocamlnet |
---|
26 | |
---|
27 | use_configure no |
---|
28 | |
---|
29 | use_parallel_build no |
---|
30 | |
---|
31 | pre-destroot { xinstall -m 755 -d ${destroot}${prefix}/lib/ocaml/site-lib } |
---|
32 | destroot.args SITELIB=${prefix}/lib/ocaml/site-lib |
---|
33 | |
---|
34 | livecheck.type regex |
---|
35 | livecheck.url http://ocsigen.org/tyxml/install/ |
---|
36 | livecheck.regex tyxml-(\[0-9.\]+)${extract.suffix} |
---|
37 | |
---|
Note: See
TracBrowser
for help on using the repository browser.