import hs-xhtml-combinators version 0.2.2
feedback and ok kili@
This commit is contained in:
parent
9740754ce1
commit
5ba665cfcc
23
www/hs-xhtml-combinators/Makefile
Normal file
23
www/hs-xhtml-combinators/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/09/19 16:42:16 jim Exp $
|
||||
|
||||
COMMENT = fast and easy to use XHTML 1.0 Strict combinators
|
||||
|
||||
DISTNAME = xhtml-combinators-0.2.2
|
||||
CATEGORIES = www
|
||||
|
||||
MAINTAINER = Jim Razmus II <jim@openbsd.org>
|
||||
|
||||
# BSD3
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES = lang/ghc
|
||||
|
||||
MODGHC_BUILD = cabal hackage haddock register
|
||||
|
||||
RUN_DEPENDS += ::textproc/hs-xml
|
||||
BUILD_DEPENDS += ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
5
www/hs-xhtml-combinators/distinfo
Normal file
5
www/hs-xhtml-combinators/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (xhtml-combinators-0.2.2.tar.gz) = EUbVHEIOCfInVJ+oAAAekg==
|
||||
RMD160 (xhtml-combinators-0.2.2.tar.gz) = v59+gR4ddyykIDUnuLk4zwRsdY4=
|
||||
SHA1 (xhtml-combinators-0.2.2.tar.gz) = qwYnoo155XS/NFQ+SSR9NDN6wv0=
|
||||
SHA256 (xhtml-combinators-0.2.2.tar.gz) = r+0dcpy6x6bSpORpk5Ei8g9ua6B4688ceWBz9mr/3aY=
|
||||
SIZE (xhtml-combinators-0.2.2.tar.gz) = 24000
|
2
www/hs-xhtml-combinators/pkg/DESCR
Normal file
2
www/hs-xhtml-combinators/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
fast and easy to use XHTML 1.0 Strict combinators built on top of the
|
||||
Data.Text library.
|
74
www/hs-xhtml-combinators/pkg/PLIST
Normal file
74
www/hs-xhtml-combinators/pkg/PLIST
Normal file
@ -0,0 +1,74 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/09/19 16:42:16 jim Exp $
|
||||
lib/${DISTNAME}/
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/HS${DISTNAME}.o
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Text/
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Text/XHtmlCombinators/
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Text/XHtmlCombinators.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Text/XHtmlCombinators/Attributes/
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Text/XHtmlCombinators/Attributes.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Text/XHtmlCombinators/Attributes/Internal/
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Text/XHtmlCombinators/Attributes/Internal.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Text/XHtmlCombinators/Attributes/Internal/Safe.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Text/XHtmlCombinators/Attributes/Safe.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Text/XHtmlCombinators/Combinators.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Text/XHtmlCombinators/Escape.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Text/XHtmlCombinators/Extras/
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Text/XHtmlCombinators/Extras/Lorem.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Text/XHtmlCombinators/Internal.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Text/XHtmlCombinators/Render.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Text/XHtmlCombinators/Safe.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/libHS${DISTNAME}.a
|
||||
lib/${DISTNAME}/register.sh
|
||||
@exec /usr/bin/env HOME=/nonexistent %D/lib/${DISTNAME}/register.sh -v0
|
||||
@unexec /usr/bin/env HOME=/nonexistent %D/lib/${DISTNAME}/unregister.sh -v0 --force
|
||||
lib/${DISTNAME}/unregister.sh
|
||||
share/doc/${DISTNAME}/
|
||||
share/doc/${DISTNAME}/LICENSE
|
||||
share/doc/${DISTNAME}/html/
|
||||
share/doc/${DISTNAME}/html/Text-XHtmlCombinators-Attributes-Safe.html
|
||||
share/doc/${DISTNAME}/html/Text-XHtmlCombinators-Attributes.html
|
||||
share/doc/${DISTNAME}/html/Text-XHtmlCombinators-Escape.html
|
||||
share/doc/${DISTNAME}/html/Text-XHtmlCombinators-Extras-Lorem.html
|
||||
share/doc/${DISTNAME}/html/Text-XHtmlCombinators-Render.html
|
||||
share/doc/${DISTNAME}/html/Text-XHtmlCombinators-Safe.html
|
||||
share/doc/${DISTNAME}/html/Text-XHtmlCombinators.html
|
||||
share/doc/${DISTNAME}/html/doc-index-A.html
|
||||
share/doc/${DISTNAME}/html/doc-index-B.html
|
||||
share/doc/${DISTNAME}/html/doc-index-C.html
|
||||
share/doc/${DISTNAME}/html/doc-index-D.html
|
||||
share/doc/${DISTNAME}/html/doc-index-E.html
|
||||
share/doc/${DISTNAME}/html/doc-index-F.html
|
||||
share/doc/${DISTNAME}/html/doc-index-H.html
|
||||
share/doc/${DISTNAME}/html/doc-index-I.html
|
||||
share/doc/${DISTNAME}/html/doc-index-K.html
|
||||
share/doc/${DISTNAME}/html/doc-index-L.html
|
||||
share/doc/${DISTNAME}/html/doc-index-M.html
|
||||
share/doc/${DISTNAME}/html/doc-index-N.html
|
||||
share/doc/${DISTNAME}/html/doc-index-O.html
|
||||
share/doc/${DISTNAME}/html/doc-index-P.html
|
||||
share/doc/${DISTNAME}/html/doc-index-Q.html
|
||||
share/doc/${DISTNAME}/html/doc-index-R.html
|
||||
share/doc/${DISTNAME}/html/doc-index-S.html
|
||||
share/doc/${DISTNAME}/html/doc-index-T.html
|
||||
share/doc/${DISTNAME}/html/doc-index-U.html
|
||||
share/doc/${DISTNAME}/html/doc-index-V.html
|
||||
share/doc/${DISTNAME}/html/doc-index-W.html
|
||||
share/doc/${DISTNAME}/html/doc-index-X.html
|
||||
share/doc/${DISTNAME}/html/doc-index.html
|
||||
share/doc/${DISTNAME}/html/frames.html
|
||||
share/doc/${DISTNAME}/html/haddock-util.js
|
||||
share/doc/${DISTNAME}/html/haddock.css
|
||||
share/doc/${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/${DISTNAME}/html/index-frames.html
|
||||
share/doc/${DISTNAME}/html/index.html
|
||||
share/doc/${DISTNAME}/html/mini_Text-XHtmlCombinators-Attributes-Safe.html
|
||||
share/doc/${DISTNAME}/html/mini_Text-XHtmlCombinators-Attributes.html
|
||||
share/doc/${DISTNAME}/html/mini_Text-XHtmlCombinators-Escape.html
|
||||
share/doc/${DISTNAME}/html/mini_Text-XHtmlCombinators-Extras-Lorem.html
|
||||
share/doc/${DISTNAME}/html/mini_Text-XHtmlCombinators-Render.html
|
||||
share/doc/${DISTNAME}/html/mini_Text-XHtmlCombinators-Safe.html
|
||||
share/doc/${DISTNAME}/html/mini_Text-XHtmlCombinators.html
|
||||
share/doc/${DISTNAME}/html/minus.gif
|
||||
share/doc/${DISTNAME}/html/plus.gif
|
||||
share/doc/${DISTNAME}/html/xhtml-combinators.haddock
|
Loading…
Reference in New Issue
Block a user