Revision: 75310 http://trac.macports.org/changeset/75310 Author: ryandesign@macports.org Date: 2011-01-21 01:16:13 -0800 (Fri, 21 Jan 2011) Log Message: ----------- liblouisxml: new port, version 2.1.0; see #27993 Added Paths: ----------- trunk/dports/textproc/liblouisxml/ trunk/dports/textproc/liblouisxml/Portfile Added: trunk/dports/textproc/liblouisxml/Portfile =================================================================== --- trunk/dports/textproc/liblouisxml/Portfile (rev 0) +++ trunk/dports/textproc/liblouisxml/Portfile 2011-01-21 09:16:13 UTC (rev 75310) @@ -0,0 +1,36 @@ +# -*- 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 +# $Id$ + +PortSystem 1.0 + +name liblouisxml +version 2.1.0 +categories textproc +platforms darwin +maintainers gmail.com:boris.dusek +license GPL-3 LGPL-3 + +description Braille transcription services for xml documents + +long_description This is a library intended to provide complete braille \ + transcription services for xml documents. It translates \ + into appropriate braille codes and formats according to \ + its style sheet and the specifications in the document. \ + A command-line program, xml2brl which uses this library \ + is also included. + +homepage http://code.google.com/p/liblouisxml/ +master_sites googlecode + +checksums sha1 b3f6a29c5bdde36aeaf18d349159c233e89c1f6c \ + rmd160 c0735e6b17861b81d6232687e93b8953c715db2f + +depends_build port:pkgconfig + +depends_lib port:liblouis \ + port:libxml2 + +depends_run port:antiword + +configure.args --mandir=${prefix}/share/man \ + --infodir=${prefix}/share/info Property changes on: trunk/dports/textproc/liblouisxml/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native