Ticket #37773: Portfile-vislcg3.diff
File Portfile-vislcg3.diff, 1.8 KB (added by tino.didriksen@…, 12 years ago) |
---|
-
Portfile
old new 2 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup cmake 1.0 5 6 6 7 name vislcg3 7 version 0.9.7.5129 8 revision 4 8 version 0.9.8.8406 9 9 categories textproc 10 10 platforms darwin 11 maintainers gmail.com:p.ixiemotion11 maintainers tinodidriksen.com:consult 12 12 13 13 description Constraint Grammar parser for the VISL CG-3 formalism 14 14 … … 26 26 rule may be conditioned upon each other, negated or \ 27 27 blocked by interfering words or tags. 28 28 29 homepage http://beta.visl.sdu.dk/constraint_grammar.html 30 master_sites http://beta.visl.sdu.dk/download/vislcg3/ 29 homepage http://visl.sdu.dk/constraint_grammar.html 30 master_sites http://visl.sdu.dk/download/vislcg3/ 31 license GPL-3 32 33 checksums md5 e4b9244d1d3074a49ead46819e880864 \ 34 sha1 b3ec94879746bd368479ada4c0dacae1c0f53198 \ 35 rmd160 387d4b7b51fac8ef593ff75eb2b81846c782480a \ 36 sha256 2f66d13c93f9e270c79004a69364ec52c062f3b5251b88b2b442f611bc6e8917 31 37 32 checksums md5 3875d7d36bedebe17317e32442c18b80 \ 33 sha1 8718fee3e8e9bb2edd58c11175b23661539309c1 \ 34 rmd160 fb0576a1f142bd47dfd35fb665408fe5dc9058e4 35 36 depends_build port:pkgconfig port:autoconf port:automake 37 depends_lib port:icu 38 39 configure.cmd ./autogen.sh 38 depends_build port:cmake 39 depends_lib port:icu port:boost