summaryrefslogtreecommitdiff
path: root/macports
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-08-25 17:40:53 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-08-25 17:40:53 +0000
commitca0b8e97ca7c455a030772d7f2dc1882e89fa0a8 (patch)
tree5c14626e96e4427ccc3c39a39fcce24bd0c9e105 /macports
parent64306faf7de8fc903110c4ea11aa47b4c8c79c0b (diff)
Removed macports (renamed as macport).
git-svn-id: https://pandoc.googlecode.com/svn/trunk@888 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'macports')
-rw-r--r--macports/Portfile.in23
1 files changed, 0 insertions, 23 deletions
diff --git a/macports/Portfile.in b/macports/Portfile.in
deleted file mode 100644
index 23a07f536..000000000
--- a/macports/Portfile.in
+++ /dev/null
@@ -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
-