pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pandoc: remove, newer version in pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Fri Apr 30 19:11:50 2021 +0200
Changeset:	7c1da25e5b510fc0c64362aa384af743f750d762

Modified Files:
	Makefile
Removed Files:
	pandoc/DESCR
	pandoc/Makefile
	pandoc/PLIST
	pandoc/distinfo

Log Message:
pandoc: remove, newer version in pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7c1da25e5b510fc0c64362aa384af743f750d762

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile        |   1 -
 pandoc/DESCR    |   7 --
 pandoc/Makefile |  48 ----------
 pandoc/PLIST    | 277 --------------------------------------------------------
 pandoc/distinfo |   5 -
 5 files changed, 338 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 52ed4be0d7..aa757c632b 100644
--- a/Makefile
+++ b/Makefile
@@ -2947,7 +2947,6 @@ SUBDIR+=	pam-pop3
 SUBDIR+=	pam-pwdfile
 SUBDIR+=	pan2-git
 SUBDIR+=	panda
-SUBDIR+=	pandoc
 SUBDIR+=	pango
 SUBDIR+=	pangoterm
 SUBDIR+=	parafly
diff --git a/pandoc/DESCR b/pandoc/DESCR
deleted file mode 100644
index 7d47f6cfa7..0000000000
--- a/pandoc/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-Pandoc is a Haskell library for converting from one markup format to
-another, and a command-line tool that uses this library. It can read
-markdown and (subsets of) HTML, reStructuredText, LaTeX, DocBook, MediaWiki
-markup, and Textile, and it can write markdown, reStructuredText, HTML,
-LaTeX, ConTeXt, Docbook, OpenDocument, ODT, Word docx, RTF, MediaWiki,
-Textile, groff man pages, plain text, Emacs Org-Mode, AsciiDoc, EPUB (v2
-and v3), FictionBook2, and S5, Slidy and Slideous HTML slide shows.
diff --git a/pandoc/Makefile b/pandoc/Makefile
deleted file mode 100644
index da7877b07a..0000000000
--- a/pandoc/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# $NetBSD: Makefile,v 1.34 2015/01/08 11:53:16 szptvlfn Exp $
-
-DISTNAME=	pandoc-1.12.3.3
-PKGNAME=	${DISTNAME}
-CATEGORIES=	textproc
-
-MAINTAINER=	zecrazytux%zecrazytux.net@localhost
-COMMENT=	Conversion between markup formats
-LICENSE=	gnu-gpl-v2
-
-INSTALLATION_DIRS+=	${PKGMANDIR}/man1 ${PKGMANDIR}/man5
-
-post-install:
-	${INSTALL_MAN} ${DESTDIR}${PREFIX}/share/man/man1/pandoc.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-	${INSTALL_MAN} ${DESTDIR}${PREFIX}/share/man/man5/pandoc_markdown.5 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5
-	rm -rf ${DESTDIR}${PREFIX}/share/man
-
-BUILD_DEPENDS=	alex-[0-9]*:../../devel/alex
-BUILD_DEPENDS+=	happy-[0-9]*:../../devel/happy
-
-.include "../../wip/mk/haskell.mk"
-.include "../../converters/hs-aeson/buildlink3.mk"
-.include "../../textproc/hs-attoparsec/buildlink3.mk"
-.include "../../converters/hs-base64-bytestring/buildlink3.mk"
-.include "../../textproc/hs-blaze-html/buildlink3.mk"
-.include "../../textproc/hs-blaze-markup/buildlink3.mk"
-.include "../../devel/hs-data-default/buildlink3.mk"
-.include "../../devel/hs-extensible-exceptions/buildlink3.mk"
-.include "../../wip/hs-highlighting-kate/buildlink3.mk"
-.include "../../wip/hs-hslua/buildlink3.mk"
-.include "../../www/hs-HTTP/buildlink3.mk"
-.include "../../devel/hs-mtl/buildlink3.mk"
-.include "../../net/hs-network/buildlink3.mk"
-.include "../../textproc/hs-pandoc-types/buildlink3.mk"
-.include "../../textproc/hs-parsec/buildlink3.mk"
-.include "../../devel/hs-random/buildlink3.mk"
-.include "../../devel/hs-syb/buildlink3.mk"
-.include "../../textproc/hs-tagsoup/buildlink3.mk"
-.include "../../sysutils/hs-temporary/buildlink3.mk"
-.include "../../textproc/hs-texmath/buildlink3.mk"
-.include "../../devel/hs-text/buildlink3.mk"
-.include "../../devel/hs-unordered-containers/buildlink3.mk"
-.include "../../devel/hs-vector/buildlink3.mk"
-.include "../../textproc/hs-xml/buildlink3.mk"
-.include "../../wip/hs-yaml/buildlink3.mk"
-.include "../../wip/hs-zip-archive/buildlink3.mk"
-.include "../../archivers/hs-zlib/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/pandoc/PLIST b/pandoc/PLIST
deleted file mode 100644
index d3146059d1..0000000000
--- a/pandoc/PLIST
+++ /dev/null
@@ -1,277 +0,0 @@
-@comment $NetBSD: PLIST,v 1.7 2014/04/15 10:59:43 szptvlfn Exp $
-bin/pandoc
-lib/${PKGNAME}/${HASKELL_VERSION}/HS${PKGNAME}.o
-lib/${PKGNAME}/${HASKELL_VERSION}/Paths_pandoc.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Paths_pandoc.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Asciify.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Asciify.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Compat/Monoid.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Compat/Monoid.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Compat/TagSoupEntity.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Compat/TagSoupEntity.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Highlighting.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Highlighting.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/ImageSize.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/ImageSize.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/MIME.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/MIME.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Options.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Options.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/PDF.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/PDF.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Parsing.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Parsing.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Pretty.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Pretty.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Process.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Process.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Readers/DocBook.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Readers/DocBook.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Readers/HTML.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Readers/HTML.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Readers/Haddock.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Readers/Haddock.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Readers/Haddock/Lex.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Readers/Haddock/Lex.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Readers/Haddock/Parse.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Readers/Haddock/Parse.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Readers/LaTeX.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Readers/LaTeX.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Readers/Markdown.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Readers/Markdown.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Readers/MediaWiki.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Readers/MediaWiki.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Readers/Native.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Readers/Native.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Readers/OPML.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Readers/OPML.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Readers/RST.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Readers/RST.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Readers/TeXMath.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Readers/TeXMath.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Readers/Textile.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Readers/Textile.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/SelfContained.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/SelfContained.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Shared.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Shared.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Slides.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Slides.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Templates.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Templates.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/UTF8.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/UTF8.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/UUID.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/UUID.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/AsciiDoc.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/AsciiDoc.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/ConTeXt.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/ConTeXt.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/Custom.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/Custom.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/Docbook.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/Docbook.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/Docx.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/Docx.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/EPUB.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/EPUB.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/FB2.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/FB2.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/HTML.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/HTML.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/LaTeX.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/LaTeX.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/Man.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/Man.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/Markdown.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/Markdown.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/MediaWiki.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/MediaWiki.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/Native.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/Native.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/ODT.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/ODT.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/OPML.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/OPML.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/OpenDocument.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/OpenDocument.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/Org.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/Org.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/RST.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/RST.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/RTF.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/RTF.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/Shared.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/Shared.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/Texinfo.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/Texinfo.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/Textile.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/Writers/Textile.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/XML.hi
-lib/${PKGNAME}/${HASKELL_VERSION}/Text/Pandoc/XML.p_hi
-lib/${PKGNAME}/${HASKELL_VERSION}/libHS${PKGNAME}.a
-lib/${PKGNAME}/${HASKELL_VERSION}/libHS${PKGNAME}_p.a
-lib/${PKGNAME}/${HASKELL_VERSION}/package-description
-man/man1/pandoc.1
-man/man5/pandoc_markdown.5
-share/doc/${PKGNAME}/COPYING
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Options.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-PDF.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Pretty.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Process.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Readers-DocBook.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Readers-HTML.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Readers-Haddock.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Readers-LaTeX.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Readers-Markdown.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Readers-MediaWiki.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Readers-Native.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Readers-OPML.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Readers-RST.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Readers-TeXMath.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Readers-Textile.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-SelfContained.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Shared.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Templates.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-UTF8.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Writers-AsciiDoc.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Writers-ConTeXt.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Writers-Custom.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Writers-Docbook.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Writers-Docx.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Writers-EPUB.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Writers-FB2.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Writers-HTML.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Writers-LaTeX.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Writers-Man.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Writers-Markdown.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Writers-MediaWiki.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Writers-Native.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Writers-ODT.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Writers-OPML.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Writers-OpenDocument.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Writers-Org.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Writers-RST.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Writers-RTF.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Writers-Texinfo.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-Writers-Textile.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc-XML.html
-${PLIST.doc}share/doc/${PKGNAME}/html/Text-Pandoc.html
-${PLIST.doc}share/doc/${PKGNAME}/html/doc-index-36.html
-${PLIST.doc}share/doc/${PKGNAME}/html/doc-index-60.html
-${PLIST.doc}share/doc/${PKGNAME}/html/doc-index-A.html
-${PLIST.doc}share/doc/${PKGNAME}/html/doc-index-All.html
-${PLIST.doc}share/doc/${PKGNAME}/html/doc-index-B.html
-${PLIST.doc}share/doc/${PKGNAME}/html/doc-index-C.html
-${PLIST.doc}share/doc/${PKGNAME}/html/doc-index-D.html
-${PLIST.doc}share/doc/${PKGNAME}/html/doc-index-E.html
-${PLIST.doc}share/doc/${PKGNAME}/html/doc-index-F.html
-${PLIST.doc}share/doc/${PKGNAME}/html/doc-index-G.html
-${PLIST.doc}share/doc/${PKGNAME}/html/doc-index-H.html
-${PLIST.doc}share/doc/${PKGNAME}/html/doc-index-I.html
-${PLIST.doc}share/doc/${PKGNAME}/html/doc-index-J.html
-${PLIST.doc}share/doc/${PKGNAME}/html/doc-index-L.html
-${PLIST.doc}share/doc/${PKGNAME}/html/doc-index-M.html
-${PLIST.doc}share/doc/${PKGNAME}/html/doc-index-N.html
-${PLIST.doc}share/doc/${PKGNAME}/html/doc-index-O.html
-${PLIST.doc}share/doc/${PKGNAME}/html/doc-index-P.html
-${PLIST.doc}share/doc/${PKGNAME}/html/doc-index-Q.html
-${PLIST.doc}share/doc/${PKGNAME}/html/doc-index-R.html
-${PLIST.doc}share/doc/${PKGNAME}/html/doc-index-S.html
-${PLIST.doc}share/doc/${PKGNAME}/html/doc-index-T.html
-${PLIST.doc}share/doc/${PKGNAME}/html/doc-index-U.html
-${PLIST.doc}share/doc/${PKGNAME}/html/doc-index-V.html
-${PLIST.doc}share/doc/${PKGNAME}/html/doc-index-W.html
-${PLIST.doc}share/doc/${PKGNAME}/html/doc-index.html
-${PLIST.doc}share/doc/${PKGNAME}/html/frames.html
-${PLIST.doc}share/doc/${PKGNAME}/html/haddock-util.js
-${PLIST.doc}share/doc/${PKGNAME}/html/hslogo-16.png
-${PLIST.doc}share/doc/${PKGNAME}/html/index-frames.html
-${PLIST.doc}share/doc/${PKGNAME}/html/index.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Options.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-PDF.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Pretty.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Process.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Readers-DocBook.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Readers-HTML.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Readers-Haddock.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Readers-LaTeX.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Readers-Markdown.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Readers-MediaWiki.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Readers-Native.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Readers-OPML.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Readers-RST.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Readers-TeXMath.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Readers-Textile.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-SelfContained.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Shared.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Templates.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-UTF8.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Writers-AsciiDoc.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Writers-ConTeXt.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Writers-Custom.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Writers-Docbook.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Writers-Docx.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Writers-EPUB.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Writers-FB2.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Writers-HTML.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Writers-LaTeX.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Writers-Man.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Writers-Markdown.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Writers-MediaWiki.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Writers-Native.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Writers-ODT.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Writers-OPML.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Writers-OpenDocument.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Writers-Org.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Writers-RST.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Writers-RTF.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Writers-Texinfo.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-Writers-Textile.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc-XML.html
-${PLIST.doc}share/doc/${PKGNAME}/html/mini_Text-Pandoc.html
-${PLIST.doc}share/doc/${PKGNAME}/html/minus.gif
-${PLIST.doc}share/doc/${PKGNAME}/html/ocean.css
-${PLIST.doc}share/doc/${PKGNAME}/html/pandoc.haddock
-${PLIST.doc}share/doc/${PKGNAME}/html/plus.gif
-${PLIST.doc}share/doc/${PKGNAME}/html/synopsis.png
-share/${PKGNAME}/BUGS
-share/${PKGNAME}/CONTRIBUTING.md
-share/${PKGNAME}/COPYRIGHT
-share/${PKGNAME}/INSTALL
-share/${PKGNAME}/README
-share/${PKGNAME}/changelog
-share/${PKGNAME}/data/LaTeXMathML.js
-share/${PKGNAME}/data/MathMLinHTML.js
-share/${PKGNAME}/data/dzslides/template.html
-share/${PKGNAME}/data/epub.css
-share/${PKGNAME}/data/reference.docx
-share/${PKGNAME}/data/reference.odt
-share/${PKGNAME}/data/sample.lua
-share/${PKGNAME}/data/templates/default.asciidoc
-share/${PKGNAME}/data/templates/default.beamer
-share/${PKGNAME}/data/templates/default.context
-share/${PKGNAME}/data/templates/default.docbook
-share/${PKGNAME}/data/templates/default.dzslides
-share/${PKGNAME}/data/templates/default.epub
-share/${PKGNAME}/data/templates/default.epub3
-share/${PKGNAME}/data/templates/default.html
-share/${PKGNAME}/data/templates/default.html5
-share/${PKGNAME}/data/templates/default.latex
-share/${PKGNAME}/data/templates/default.man
-share/${PKGNAME}/data/templates/default.markdown
-share/${PKGNAME}/data/templates/default.mediawiki
-share/${PKGNAME}/data/templates/default.opendocument
-share/${PKGNAME}/data/templates/default.opml
-share/${PKGNAME}/data/templates/default.org
-share/${PKGNAME}/data/templates/default.plain
-share/${PKGNAME}/data/templates/default.revealjs
-share/${PKGNAME}/data/templates/default.rst
-share/${PKGNAME}/data/templates/default.rtf
-share/${PKGNAME}/data/templates/default.s5
-share/${PKGNAME}/data/templates/default.slideous
-share/${PKGNAME}/data/templates/default.slidy
-share/${PKGNAME}/data/templates/default.texinfo
-share/${PKGNAME}/data/templates/default.textile
diff --git a/pandoc/distinfo b/pandoc/distinfo
deleted file mode 100644
index e679b67164..0000000000
--- a/pandoc/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.8 2014/02/07 11:59:51 szptvlfn Exp $
-
-SHA1 (pandoc-1.12.3.3.tar.gz) = e3d0925e8d6749da6e8a2967dac5d42e9cdc7b6d
-RMD160 (pandoc-1.12.3.3.tar.gz) = 3f434067a070d25d46e3c2f5d876a4bc4201c7b5
-Size (pandoc-1.12.3.3.tar.gz) = 1071822 bytes


Home | Main Index | Thread Index | Old Index