Pretty printing library based on Wadler's paper "A Prettier Printer".
It has been enhanced with support for ANSI terminal colored output using the ansi-terminal package. ok sthen@
This commit is contained in:
parent
a0e01bad5f
commit
48c469b3c5
25
devel/hs-ansi-wl-pprint/Makefile
Normal file
25
devel/hs-ansi-wl-pprint/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2012/05/07 18:49:42 kili Exp $
|
||||
|
||||
COMMENT = ANSI Wadler/Leijen pretty printer
|
||||
|
||||
DISTNAME = ansi-wl-pprint-0.6.4
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = http://batterseapower.github.com/ansi-wl-pprint/
|
||||
|
||||
MAINTAINER = Matthias Kilian <kili@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
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = devel/hs-ansi-terminal>=0.4.0,<0.6
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/hs-ansi-wl-pprint/distinfo
Normal file
5
devel/hs-ansi-wl-pprint/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (ghc/ansi-wl-pprint-0.6.4.tar.gz) = dZ1tXa7PUNzBxJ94XOIw8A==
|
||||
RMD160 (ghc/ansi-wl-pprint-0.6.4.tar.gz) = G1DPbQ+NW+aDRJ18pvsO0qBJ1Us=
|
||||
SHA1 (ghc/ansi-wl-pprint-0.6.4.tar.gz) = LtaLVnheVNF9xAtNhN/x8eOF3C0=
|
||||
SHA256 (ghc/ansi-wl-pprint-0.6.4.tar.gz) = YI6pyGYZjHIUsEk+dKTK4ifnLaQm0MJUwibOwur8MH8=
|
||||
SIZE (ghc/ansi-wl-pprint-0.6.4.tar.gz) = 13702
|
3
devel/hs-ansi-wl-pprint/pkg/DESCR
Normal file
3
devel/hs-ansi-wl-pprint/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Pretty printing library based on Wadler's paper "A Prettier Printer".
|
||||
It has been enhanced with support for ANSI terminal colored output
|
||||
using the ansi-terminal package.
|
28
devel/hs-ansi-wl-pprint/pkg/PLIST
Normal file
28
devel/hs-ansi-wl-pprint/pkg/PLIST
Normal file
@ -0,0 +1,28 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/05/07 18:49:42 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/HS${DISTNAME}.o
|
||||
lib/ghc/${DISTNAME}/Text/
|
||||
lib/ghc/${DISTNAME}/Text/PrettyPrint/
|
||||
lib/ghc/${DISTNAME}/Text/PrettyPrint/ANSI/
|
||||
lib/ghc/${DISTNAME}/Text/PrettyPrint/ANSI/Leijen.hi
|
||||
lib/ghc/${DISTNAME}/libHS${DISTNAME}.a
|
||||
lib/ghc/${DISTNAME}/register.sh
|
||||
@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
|
||||
share/doc/hs-${DISTNAME}/
|
||||
share/doc/hs-${DISTNAME}/LICENSE
|
||||
share/doc/hs-${DISTNAME}/html/
|
||||
share/doc/hs-${DISTNAME}/html/Text-PrettyPrint-ANSI-Leijen.html
|
||||
share/doc/hs-${DISTNAME}/html/ansi-wl-pprint.haddock
|
||||
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-ANSI-Leijen.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
|
Loading…
Reference in New Issue
Block a user