Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Oct 2011 22:18:55 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/textproc Makefile ports/textproc/multimarkdown Makefile distinfo pkg-descr
Message-ID:  <201110272218.p9RMItRK091362@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
adamw       2011-10-27 22:18:55 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/multimarkdown Makefile distinfo pkg-descr 
  Log:
  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 (specifically, Flat OpenDocument or
  '.fodt', which can in turn be converted into RTF, Microsoft Word, or
  virtually any other word-processing format).
  
  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).
  
  MultiMarkdown was originally a fork of the Markdown Perl code, but as of
  version 3.0 has been rewritten as a fork of peg-markdown by John
  MacFarlane, written in C. It can be compiled for any major operating
  system, and as a native binary runs much faster than the Perl version it
  replaces.
  
  NOTE: To use the mmd2pdf script, you must install print/latexmk.
  
  WWW: http://www.fletcherpenney.net/multimarkdown/
  
  Revision  Changes    Path
  1.1671    +1 -0      ports/textproc/Makefile
  1.1       +42 -0     ports/textproc/multimarkdown/Makefile (new)
  1.1       +2 -0      ports/textproc/multimarkdown/distinfo (new)
  1.1       +24 -0     ports/textproc/multimarkdown/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110272218.p9RMItRK091362>