mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
Lightweight UTF8 handling.
WWW: http://hackage.haskell.org/package/utf8-light Obtained from: FreeBSD Haskell
This commit is contained in:
parent
110bd0405b
commit
973ab3a70d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299848
@ -714,6 +714,7 @@
|
||||
SUBDIR += hs-uniplate
|
||||
SUBDIR += hs-unix-compat
|
||||
SUBDIR += hs-unordered-containers
|
||||
SUBDIR += hs-utf8-light
|
||||
SUBDIR += hs-utf8-string
|
||||
SUBDIR += hs-utility-ht
|
||||
SUBDIR += hs-uuagc
|
||||
|
18
devel/hs-utf8-light/Makefile
Normal file
18
devel/hs-utf8-light/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# New ports collection makefile for: hs-utf8-light
|
||||
# Date created: June 10, 2012
|
||||
# Whom: haskell@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= utf8-light
|
||||
PORTVERSION= 0.4.0.1
|
||||
CATEGORIES= devel haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= Unicode
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
2
devel/hs-utf8-light/distinfo
Normal file
2
devel/hs-utf8-light/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (cabal/utf8-light-0.4.0.1.tar.gz) = 0524213aa380d5b882814332221bbf74ee3390060ac2aeee022923fc64775bf8
|
||||
SIZE (cabal/utf8-light-0.4.0.1.tar.gz) = 5746
|
3
devel/hs-utf8-light/pkg-descr
Normal file
3
devel/hs-utf8-light/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Lightweight UTF8 handling.
|
||||
|
||||
WWW: http://hackage.haskell.org/package/utf8-light
|
@ -285,6 +285,7 @@ unix-compat_port= devel/hs-unix-compat
|
||||
unlambda_port= lang/hs-unlambda # executable
|
||||
unordered-containers_port= devel/hs-unordered-containers
|
||||
url_port= www/hs-url
|
||||
utf8-light_port= devel/hs-utf8-light
|
||||
utf8-string_port= devel/hs-utf8-string
|
||||
utility-ht_port= devel/hs-utility-ht
|
||||
uuagc_port= devel/hs-uuagc # executable
|
||||
|
Loading…
Reference in New Issue
Block a user