diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-05-25 18:45:54 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-05-25 18:45:54 +0000 |
commit | 92b30f2ed2f3828fcb6e5ee652770bcbf1d6a40a (patch) | |
tree | 0aa99024dacc576c67ea7d1217bb50129c8ca959 /textproc/hs-xhtml-docs | |
parent | 1357a5aa31567b3a32eb5046f2b4528bd4450e6f (diff) | |
download | ports-92b30f2ed2f3828fcb6e5ee652770bcbf1d6a40a.tar.gz ports-92b30f2ed2f3828fcb6e5ee652770bcbf1d6a40a.zip |
Notes
Diffstat (limited to 'textproc/hs-xhtml-docs')
-rw-r--r-- | textproc/hs-xhtml-docs/Makefile | 22 | ||||
-rw-r--r-- | textproc/hs-xhtml-docs/distinfo | 2 | ||||
-rw-r--r-- | textproc/hs-xhtml-docs/pkg-descr | 2 |
3 files changed, 26 insertions, 0 deletions
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. |