diff options
| author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-08-10 17:34:02 +0000 |
|---|---|---|
| committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-08-10 17:34:02 +0000 |
| commit | 1cbc974e7e0bff62aedb2600660641f19aacbaa6 (patch) | |
| tree | 93f95d6662c5a9426488e10ceaa5bb7d618fc982 /freebsd | |
| parent | 0f4bdc6b7d52e1a2ce5db8f0df5fb06a5fdce324 (diff) | |
| download | pandoc-1cbc974e7e0bff62aedb2600660641f19aacbaa6.tar.gz | |
Removed markdown2pdf and all references to it.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1395 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'freebsd')
| -rw-r--r-- | freebsd/Makefile.in | 8 | ||||
| -rw-r--r-- | freebsd/pkg-descr | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/freebsd/Makefile.in b/freebsd/Makefile.in index 2b4db29e0..6ca30e32c 100644 --- a/freebsd/Makefile.in +++ b/freebsd/Makefile.in @@ -16,16 +16,14 @@ COMMENT= A general markup converter BUILD_DEPENDS= ghc>=6.6:${PORTSDIR}/lang/ghc MANCOMPRESSED= no -MAN1= pandoc.1 markdown2pdf.1 html2markdown.1 hsmarkdown.1 markdown2odt.1 +MAN1= pandoc.1 html2markdown.1 hsmarkdown.1 USE_GMAKE= yes USE_PERL5= yes -PLIST_FILES= bin/pandoc bin/markdown2pdf bin/html2markdown bin/hsmarkdown \ - bin/markdown2odt +PLIST_FILES= bin/pandoc bin/html2markdown bin/hsmarkdown PORTDOCS= BUGS README README.html -SCRIPTS= hsmarkdown html2markdown markdown2pdf markdown2odt -DATA_FILES= odt-styles/reference.odt +SCRIPTS= hsmarkdown html2markdown do-install: @${INSTALL_PROGRAM} ${WRKSRC}/dist/build/pandoc/pandoc ${PREFIX}/bin diff --git a/freebsd/pkg-descr b/freebsd/pkg-descr index 344c5adcf..b71af93a5 100644 --- a/freebsd/pkg-descr +++ b/freebsd/pkg-descr @@ -1,8 +1,8 @@ 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, ConTeXt, DocBook XML, OpenDocument XML, RTF, GNU Texinfo, -MediaWiki markup, groff man pages, and S5 HTML slide shows. +LaTeX, ConTeXt, PDF, DocBook XML, OpenDocument XML, ODT, RTF, GNU +Texinfo, MediaWiki markup, 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 |
