[107724] trunk/dports/textproc

ryandesign at macports.org ryandesign at macports.org
Thu Jul 4 10:09:38 PDT 2013


Revision: 107724
          https://trac.macports.org/changeset/107724
Author:   ryandesign at macports.org
Date:     2013-07-04 10:09:38 -0700 (Thu, 04 Jul 2013)
Log Message:
-----------
patoline: new port, version 0.1 (#39546)

Added Paths:
-----------
    trunk/dports/textproc/patoline/
    trunk/dports/textproc/patoline/Portfile

Added: trunk/dports/textproc/patoline/Portfile
===================================================================
--- trunk/dports/textproc/patoline/Portfile	                        (rev 0)
+++ trunk/dports/textproc/patoline/Portfile	2013-07-04 17:09:38 UTC (rev 107724)
@@ -0,0 +1,37 @@
+# -*- 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
+PortGroup           ocaml 1.0
+
+name                patoline
+version             0.1
+categories          textproc ocaml
+platforms           darwin
+maintainers         gmail.com:pierreetienne.meunier openmaintainer
+license             GPL-2+
+
+description         A new typesetting system, programmable in ocaml.
+
+long_description    ${description}
+
+homepage            http://patoline.org/
+master_sites        ${homepage}darcs/${name}
+
+checksums           rmd160  ec3f645edb3817e36044390c13107179d9e64372 \
+                    sha256  16f77f6220550dc1fcd1dbe60a8dc939e421d29f0472f20e8427ea51859af002
+
+depends_lib-append  port:ocaml-camomile \
+                    port:ocaml-dypgen \
+                    port:ocaml-findlib \
+                    port:ocaml-sqlite3 \
+                    port:ocaml-zip
+
+configure.pre_args  --prefix ${prefix}
+
+configure.args      --extra-fonts-dir /Library/Fonts
+
+use_parallel_build  no
+
+test.run            yes
+test.target         check


Property changes on: trunk/dports/textproc/patoline/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130704/a8ba8eb5/attachment.html>


More information about the macports-changes mailing list