aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2011-05-25 18:45:54 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2011-05-25 18:45:54 +0000
commit92b30f2ed2f3828fcb6e5ee652770bcbf1d6a40a (patch)
tree0aa99024dacc576c67ea7d1217bb50129c8ca959
parent1357a5aa31567b3a32eb5046f2b4528bd4450e6f (diff)
downloadports-92b30f2ed2f3828fcb6e5ee652770bcbf1d6a40a.tar.gz
ports-92b30f2ed2f3828fcb6e5ee652770bcbf1d6a40a.zip
Hyperlinked documentation for the xhtml library.
This documentation is generated by HsColour and haddock. Obtained from: FreeBSD Haskell
Notes
Notes: svn path=/head/; revision=274645
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/hs-xhtml-docs/Makefile22
-rw-r--r--textproc/hs-xhtml-docs/distinfo2
-rw-r--r--textproc/hs-xhtml-docs/pkg-descr2
4 files changed, 27 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 3afd0a8d1973..1b45cce69eda 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -246,6 +246,7 @@
SUBDIR += hs-tagsoup
SUBDIR += hs-texmath
SUBDIR += hs-xhtml
+ SUBDIR += hs-xhtml-docs
SUBDIR += hs-xml
SUBDIR += hsb-aspell
SUBDIR += htdig
diff --git a/textproc/hs-xhtml-docs/Makefile b/textproc/hs-xhtml-docs/Makefile
new file mode 100644
index 000000000000..7aba8a920bde
--- /dev/null
+++ b/textproc/hs-xhtml-docs/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: hs-xhtml-docs
+# Date created: May 22, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= xhtml
+PORTVERSION= 3000.2.0.1
+CATEGORIES= textproc haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Documentation for xhtml
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+
+DOCUMENTATION= yes
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/textproc/hs-xhtml-docs/distinfo b/textproc/hs-xhtml-docs/distinfo
new file mode 100644
index 000000000000..bc648b494ca6
--- /dev/null
+++ b/textproc/hs-xhtml-docs/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/xhtml-3000.2.0.1.tar.gz) = 60d7a44ae6d607475e2d60c5bf9909b8a3bd88850d52b08ff1532aa6d58bec96
+SIZE (cabal/xhtml-3000.2.0.1.tar.gz) = 13668
diff --git a/textproc/hs-xhtml-docs/pkg-descr b/textproc/hs-xhtml-docs/pkg-descr
new file mode 100644
index 000000000000..7253cef7ecdc
--- /dev/null
+++ b/textproc/hs-xhtml-docs/pkg-descr
@@ -0,0 +1,2 @@
+Hyperlinked documentation for the xhtml library.
+This documentation is generated by HsColour and haddock.