Hyperlinked documentation for the xhtml library.
This documentation is generated by HsColour and haddock. Obtained from: FreeBSD Haskell
This commit is contained in:
parent
1357a5aa31
commit
92b30f2ed2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274645
4 changed files with 27 additions and 0 deletions
|
@ -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
|
||||
|
|
22
textproc/hs-xhtml-docs/Makefile
Normal file
22
textproc/hs-xhtml-docs/Makefile
Normal file
|
@ -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>
|
2
textproc/hs-xhtml-docs/distinfo
Normal file
2
textproc/hs-xhtml-docs/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (cabal/xhtml-3000.2.0.1.tar.gz) = 60d7a44ae6d607475e2d60c5bf9909b8a3bd88850d52b08ff1532aa6d58bec96
|
||||
SIZE (cabal/xhtml-3000.2.0.1.tar.gz) = 13668
|
2
textproc/hs-xhtml-docs/pkg-descr
Normal file
2
textproc/hs-xhtml-docs/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
Hyperlinked documentation for the xhtml library.
|
||||
This documentation is generated by HsColour and haddock.
|
Loading…
Reference in a new issue