1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name liblouisxml |
---|
7 | version 2.1.0 |
---|
8 | categories textproc |
---|
9 | platforms darwin |
---|
10 | maintainers gmail.com:boris.dusek |
---|
11 | license GPL-3 LGPL-3 |
---|
12 | |
---|
13 | description Braille transcription services for xml documents |
---|
14 | |
---|
15 | long_description This is a library intended to provide complete braille \ |
---|
16 | transcription services for xml documents. It translates \ |
---|
17 | into appropriate braille codes and formats according to \ |
---|
18 | its style sheet and the specifications in the document. \ |
---|
19 | A command-line program, xml2brl which uses this library \ |
---|
20 | is also included. |
---|
21 | |
---|
22 | homepage http://code.google.com/p/liblouisxml/ |
---|
23 | master_sites googlecode |
---|
24 | |
---|
25 | checksums sha1 b3f6a29c5bdde36aeaf18d349159c233e89c1f6c \ |
---|
26 | rmd160 c0735e6b17861b81d6232687e93b8953c715db2f |
---|
27 | |
---|
28 | depends_build port:pkgconfig |
---|
29 | depends_lib port:liblouis port:libxml2 |
---|
30 | depends_run port:antiword |
---|
31 | configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info |
---|