mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-22 07:25:36 +00:00
Removed macports (renamed as macport).
git-svn-id: https://pandoc.googlecode.com/svn/trunk@888 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
@@ -253,7 +253,7 @@ $(freebsd_distinfo) : $(tarball)
|
||||
|
||||
# MacPort
|
||||
.PHONY: macport
|
||||
macport_dest:=macports
|
||||
macport_dest:=macport
|
||||
portfile:=$(macport_dest)/Portfile
|
||||
portfile_template:=$(portfile).in
|
||||
cleanup_files+=$(portfile)
|
||||
|
||||
@@ -1,23 +0,0 @@
|
||||
# ID$
|
||||
|
||||
PortSystem 1.0
|
||||
name pandoc
|
||||
version @VERSION@
|
||||
categories textproc
|
||||
maintainers jgm@berkeley.edu
|
||||
description General markup converter
|
||||
long_description \
|
||||
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, RTF, groff man pages, and S5 HTML slide shows.
|
||||
|
||||
homepage http://sophos.berkeley.edu/pandoc/
|
||||
platforms darwin
|
||||
master_sites http://pandoc.googlecode.com/files/
|
||||
checksums md5 @TARBALLMD5SUM@
|
||||
depends_lib port:ghc
|
||||
|
||||
configure {}
|
||||
build.cmd PREFIX=${prefix} make
|
||||
|
||||
Reference in New Issue
Block a user