Import textproc/hs-wl-pprint-text.
ok sthen@ This library is a clone of wl-pprint (a pretty printing library based on Wadler's paper "A Prettier Printer") for use with the text library,
This commit is contained in:
parent
b3711a9975
commit
6e8560b384
25
textproc/hs-wl-pprint-text/Makefile
Normal file
25
textproc/hs-wl-pprint-text/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2017/11/20 19:20:41 kili Exp $
|
||||
|
||||
COMMENT = Wadler/Leijen pretty printer for text values
|
||||
|
||||
# Version 1.1.1.0 requires an additional dependency 'base-compat'
|
||||
# just for avoiding compiler pragmas for certain versions of ghc.
|
||||
PORTROACH = limit:^1\.1\.0\.
|
||||
|
||||
DISTNAME = wl-pprint-text-1.1.0.4
|
||||
CATEGORIES = devel textproc
|
||||
|
||||
# BSD3
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
MODULES = lang/ghc
|
||||
|
||||
MODGHC_BUILD = cabal hackage haddock register
|
||||
|
||||
MODGHC_PACKAGE_KEY = 4v3MfMJWTF7HDO0qVyLwp7
|
||||
|
||||
RUN_DEPENDS = devel/hs-text>=0.11.0.0,<1.3.0.0
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/hs-wl-pprint-text/distinfo
Normal file
2
textproc/hs-wl-pprint-text/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (ghc/wl-pprint-text-1.1.0.4.tar.gz) = /y1TgUt8ZmJKLvPY95A0Jz3lt63bKcHrrSdwV+P/8fU=
|
||||
SIZE (ghc/wl-pprint-text-1.1.0.4.tar.gz) = 15140
|
3
textproc/hs-wl-pprint-text/pkg/DESCR
Normal file
3
textproc/hs-wl-pprint-text/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
This library is a clone of wl-pprint (a pretty printing library
|
||||
based on Wadler's paper "A Prettier Printer") for use with the text
|
||||
library,
|
35
textproc/hs-wl-pprint-text/pkg/PLIST
Normal file
35
textproc/hs-wl-pprint-text/pkg/PLIST
Normal file
@ -0,0 +1,35 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/11/20 19:20:41 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/HS${DISTNAME}-${MODGHC_PACKAGE_KEY}.o
|
||||
lib/ghc/${DISTNAME}/Text/
|
||||
lib/ghc/${DISTNAME}/Text/PrettyPrint/
|
||||
lib/ghc/${DISTNAME}/Text/PrettyPrint/Leijen/
|
||||
lib/ghc/${DISTNAME}/Text/PrettyPrint/Leijen/Text/
|
||||
lib/ghc/${DISTNAME}/Text/PrettyPrint/Leijen/Text.hi
|
||||
lib/ghc/${DISTNAME}/Text/PrettyPrint/Leijen/Text.p_hi
|
||||
lib/ghc/${DISTNAME}/Text/PrettyPrint/Leijen/Text/Monadic.hi
|
||||
lib/ghc/${DISTNAME}/Text/PrettyPrint/Leijen/Text/Monadic.p_hi
|
||||
lib/ghc/${DISTNAME}/libHS${DISTNAME}-${MODGHC_PACKAGE_KEY}.a
|
||||
lib/ghc/${DISTNAME}/libHS${DISTNAME}-${MODGHC_PACKAGE_KEY}_p.a
|
||||
lib/ghc/${DISTNAME}/register.sh
|
||||
share/doc/hs-${DISTNAME}/
|
||||
share/doc/hs-${DISTNAME}/LICENSE
|
||||
share/doc/hs-${DISTNAME}/html/
|
||||
share/doc/hs-${DISTNAME}/html/Text-PrettyPrint-Leijen-Text-Monadic.html
|
||||
share/doc/hs-${DISTNAME}/html/Text-PrettyPrint-Leijen-Text.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Text-PrettyPrint-Leijen-Text-Monadic.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Text-PrettyPrint-Leijen-Text.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
share/doc/hs-${DISTNAME}/html/wl-pprint-text.haddock
|
||||
@exec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/register.sh -v0
|
||||
@unexec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/unregister.sh -v0 --force
|
||||
lib/ghc/${DISTNAME}/unregister.sh
|
Loading…
x
Reference in New Issue
Block a user