[129700] trunk/dports/textproc/consodoc/Portfile

larryv at macports.org larryv at macports.org
Thu Dec 18 15:07:10 PST 2014


Revision: 129700
          https://trac.macports.org/changeset/129700
Author:   larryv at macports.org
Date:     2014-12-18 15:07:10 -0800 (Thu, 18 Dec 2014)
Log Message:
-----------
consodoc: Rearrange and reformat

Also alphabetize dependencies.

Modified Paths:
--------------
    trunk/dports/textproc/consodoc/Portfile

Modified: trunk/dports/textproc/consodoc/Portfile
===================================================================
--- trunk/dports/textproc/consodoc/Portfile	2014-12-18 23:02:40 UTC (rev 129699)
+++ trunk/dports/textproc/consodoc/Portfile	2014-12-18 23:07:10 UTC (rev 129700)
@@ -1,25 +1,28 @@
 # -*- 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       python 1.0
+PortSystem          1.0
+PortGroup           python 1.0
 
-name consodoc
-version 1.0.0
-revision        1
-categories textproc
-maintainers nomaintainer
-platforms darwin
-homepage http://consodoc.com/
-master_sites ${homepage} http://distfiles.macports.org/python/
+name                consodoc
+version             1.0.0
+revision            1
+categories          textproc
+platforms           darwin
+maintainers         nomaintainer
 
-description Consodoc publishing server: XML to beautiful documents
+description         Consodoc publishing server: XML to beautiful \
+                    documents
+long_description    Consodoc is a system which automates XML \
+                    publishing. The base use case is converting \
+                    XML to beautiful PDF through TeXML and LaTeX, but \
+                    Consodoc is adaptable to other processes as well.
+homepage            http://consodoc.com/
 
-long_description Consodoc is a system which automates XML publishing. The base use case is converting XML to beautiful PDF through TeXML and LaTeX, but Consodoc is adaptable to other processes as well.
+depends_run         port:scons \
+                    port:texml
 
-checksums md5 132c3a11ee8e37101ab5ef52ee27c2dd
+master_sites        ${homepage} http://distfiles.macports.org/python/
+checksums           md5 132c3a11ee8e37101ab5ef52ee27c2dd
 
-python.default_version 25
-
-depends_run port:texml \
-            port:scons
+python.default_version  25
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141218/cfb1eb77/attachment.html>


More information about the macports-changes mailing list