Date: Mon, 20 Aug 2007 16:40:07 GMT From: John MacFarlane <jgm@berkeley.edu> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/115628: Update port: textproc/pandoc (0.41 release) Message-ID: <200708201640.l7KGe7aX016449@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/115628; it has been noted by GNATS. From: John MacFarlane <jgm@berkeley.edu> To: bug-followup@FreeBSD.org, jgm@berkeley.edu Cc: Subject: Re: ports/115628: Update port: textproc/pandoc (0.41 release) Date: Mon, 20 Aug 2007 09:19:31 -0700 --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline > State-Changed-Why: > PLease submit updates as diffs, not shars. Diff attached. --W/nzBZO5zC0uMSeA Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="pandoc-0.41.diff" diff -ruN pandoc.bkp/Makefile pandoc/Makefile --- pandoc.bkp/Makefile Sat May 19 13:24:07 2007 +++ pandoc/Makefile Mon Aug 20 09:11:22 2007 @@ -6,8 +6,7 @@ # PORTNAME= pandoc -PORTVERSION= 0.3 -PORTREVISION= 1 +PORTVERSION= 0.41 CATEGORIES= textproc haskell MASTER_SITES= http://pandoc.googlecode.com/files/ DISTNAME= pandoc-${PORTVERSION} @@ -15,7 +14,7 @@ MAINTAINER= jgm@berkeley.edu COMMENT= A general markup converter -BUILD_DEPENDS= ghc>=6.4:${PORTSDIR}/lang/ghc +BUILD_DEPENDS= ghc>=6.6:${PORTSDIR}/lang/ghc MANCOMPRESSED= no MAN1= pandoc.1 markdown2pdf.1 html2markdown.1 hsmarkdown.1 diff -ruN pandoc.bkp/distinfo pandoc/distinfo --- pandoc.bkp/distinfo Sun Feb 11 09:21:55 2007 +++ pandoc/distinfo Sun Aug 19 09:43:54 2007 @@ -1,3 +1,3 @@ -MD5 (pandoc-0.3.tar.gz) = 08ea5da564b721bd3cd52eee316143a1 -SHA256 (pandoc-0.3.tar.gz) = b010436d325c8ec67e2f9c238474089f76c895bec3ef19ca13c82da5860a4b05 -SIZE (pandoc-0.3.tar.gz) = 243335 +MD5 (pandoc-0.41.tar.gz) = 732d5b690dda755c3b0b34d485488dd3 +SHA256 (pandoc-0.41.tar.gz) = e0eb2d5f934c209d6bc3af54c12e59dfa4f33e1e607a5140f5e7f166abb74d2d +SIZE (pandoc-0.41.tar.gz) = 310303 diff -ruN pandoc.bkp/pkg-descr pandoc/pkg-descr --- pandoc.bkp/pkg-descr Sun Feb 11 09:21:55 2007 +++ pandoc/pkg-descr Sun Aug 19 09:39:15 2007 @@ -1,7 +1,7 @@ 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. +LaTeX, ConTeXt, DocBook, RTF, groff man pages, 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 --W/nzBZO5zC0uMSeA--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708201640.l7KGe7aX016449>