[101341] trunk/dports/textproc/multimarkdown/Portfile

larryv at macports.org larryv at macports.org
Tue Jan 8 17:27:01 PST 2013


Revision: 101341
          https://trac.macports.org/changeset/101341
Author:   larryv at macports.org
Date:     2013-01-08 17:27:01 -0800 (Tue, 08 Jan 2013)
Log Message:
-----------
multimarkdown: Update to 3.7; minor reformatting

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

Modified: trunk/dports/textproc/multimarkdown/Portfile
===================================================================
--- trunk/dports/textproc/multimarkdown/Portfile	2013-01-09 00:31:39 UTC (rev 101340)
+++ trunk/dports/textproc/multimarkdown/Portfile	2013-01-09 01:27:01 UTC (rev 101341)
@@ -3,24 +3,26 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        fletcher peg-multimarkdown 3.6
+github.setup        fletcher peg-multimarkdown 3.7
 name                multimarkdown
-revision            0
 categories          textproc
 license             GPL-2+ MIT
 maintainers         nomaintainer
 installs_libs       no
 
-description         turn minimally marked-up plain text into well formatted documents
-long_description    \
-    MultiMarkdown, or MMD, is a tool to help turn minimally marked-up plain \
-    text into well formatted documents, including HTML, PDF (by way of \
-    LaTeX), OPML, or OpenDocument. MMD is a superset of the Markdown syntax, \
-    originally created by John Gruber. It adds multiple syntax features \
-    (tables, footnotes, and citations, to name a few), in addition to the \
-    various output formats listed above (Markdown only creates HTML). \
-    Additionally, it builds in “smart” typography for various languages \
-    (proper left- and right-sided quotes, for example).
+description         turn minimally marked-up plain text into well \
+                    formatted documents
+long_description    MultiMarkdown, or MMD, is a tool to help turn \
+                    minimally marked-up plain text into well formatted \
+                    documents, including HTML, PDF (by way of LaTeX), \
+                    OPML, or OpenDocument. MMD is a superset of the \
+                    Markdown syntax, originally created by John Gruber. \
+                    It adds multiple syntax features (tables, footnotes, \
+                    and citations, to name a few), in addition to the \
+                    various output formats listed above (Markdown only \
+                    creates HTML). Additionally, it builds in "smart" \
+                    typography for various languages (proper left- and \
+                    right-sided quotes, for example).
 
 homepage            http://fletcherpenney.net/multimarkdown/
 platforms           darwin
@@ -49,5 +51,6 @@
     move ${worksrcpath}/documentation ${destroot}${prefix}/share/doc/${name}
 }
 
-depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 port:gettext
 depends_build       port:pkgconfig
+depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    port:gettext
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130108/63394254/attachment.html>


More information about the macports-changes mailing list