This package provides combinators for producing XHTML 1.0, including the
Strict, Transitional and Frameset variants. WWW: http://hackage.haskell.org/package/xhtml Obtained from: FreeBSD Haskell
This commit is contained in:
parent
67ab48b6e2
commit
ead0a4b8a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273789
3 changed files with 26 additions and 0 deletions
20
textproc/hs-xhtml/Makefile
Normal file
20
textproc/hs-xhtml/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# New ports collection makefile for: hs-xhtml
|
||||
# Date created: September 15, 2010
|
||||
# Whom: haskell@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xhtml
|
||||
PORTVERSION= 3000.2.0.1
|
||||
CATEGORIES= textproc haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= An XHTML combinator library
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
CABAL_SETUP= Setup.hs
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
2
textproc/hs-xhtml/distinfo
Normal file
2
textproc/hs-xhtml/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
|
4
textproc/hs-xhtml/pkg-descr
Normal file
4
textproc/hs-xhtml/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
This package provides combinators for producing XHTML 1.0, including the
|
||||
Strict, Transitional and Frameset variants.
|
||||
|
||||
WWW: http://hackage.haskell.org/package/xhtml
|
Loading…
Reference in a new issue