Bug 109028 - New port: textproc/pandoc - A general markup converter
Summary: New port: textproc/pandoc - A general markup converter
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Juergen Lock
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-10 20:20 UTC by John MacFarlane
Modified: 2007-02-11 17:30 UTC (History)
0 users

See Also:


Attachments
file.shar (3.07 KB, text/plain)
2007-02-10 20:20 UTC, John MacFarlane
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description John MacFarlane 2007-02-10 20:20:16 UTC
New port for Pandoc (http://sophos.berkeley.edu/macfarlane/pandoc/):

Pandoc is a command-line tool for converting from one markup format
to another.  It can read markdown and (subsets of) reStructuredText,
HTML, and LaTeX, and it can write markdown, reStructuredText, HTML,
LaTeX, DocBook, RTF, and S5 HTML slide shows.

Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
and other features.  A compatibility mode is provided for those who
need a drop-in replacement for Markdown.pl.  Included wrapper scripts
make it easy to convert markdown documents to PDFs and to convert web
pages to markdown documents.

Fix: See attached file pandoc-port.shar.txt


Patch attached with submission follows:
Comment 1 Juergen Lock freebsd_committer freebsd_triage 2007-02-10 22:34:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nox

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-02-11 17:22:03 UTC
nox         2007-02-11 17:21:55 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/pandoc      Makefile distinfo pkg-descr 
  Log:
  Pandoc is a command-line tool for converting from one markup format
  to another.  It can read markdown and (subsets of) reStructuredText,
  HTML, and LaTeX, and it can write markdown, reStructuredText, HTML,
  LaTeX, DocBook, RTF, and S5 HTML slide shows.
  
  Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
  and other features.  A compatibility mode is provided for those who
  need a drop-in replacement for Markdown.pl.  Included wrapper scripts
  make it easy to convert markdown documents to PDFs and to convert web
  pages to markdown documents.
  
  In contrast to existing tools for converting markdown to HTML, which
  use regex substitutions, pandoc has a modular design: it consists of a
  set of readers, which parse text in a given format and produce a native
  representation of the document, and a set of writers, which convert
  this native representation into a target format. Thus, adding an input
  or output format requires only adding a reader or writer.
  
  WWW: http://sophos.berkeley.edu/macfarlane/pandoc/
  
  PR:             ports/109028
  Submitted by:   John MacFarlane <jgm at berkeley.edu>
  Approved by:    miwi (mentor)
  
  Revision  Changes    Path
  1.1105    +1 -0      ports/textproc/Makefile
  1.1       +44 -0     ports/textproc/pandoc/Makefile (new)
  1.1       +3 -0      ports/textproc/pandoc/distinfo (new)
  1.1       +19 -0     ports/textproc/pandoc/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Juergen Lock freebsd_committer freebsd_triage 2007-02-11 17:26:27 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!