- Remove duplicate port of devel/hs-utf8-string-ghc

Submitted by:	Samy Al Bahra <sbahra at kerneled.org> (via irc)
		pav
This commit is contained in:
Martin Wilke 2008-12-19 06:16:10 +00:00
parent ffa9c44db5
commit c2e6ce64f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224404
5 changed files with 0 additions and 72 deletions

View file

@ -207,7 +207,6 @@
SUBDIR += hs-bytestring-csv
SUBDIR += hs-haxml
SUBDIR += hs-stringsearch
SUBDIR += hs-utf8-string
SUBDIR += hsb-aspell
SUBDIR += htdig
SUBDIR += html

View file

@ -1,37 +0,0 @@
# New ports collection makefile for: utf8-string
# Date created: December 4, 2008
# Whom: Samy Al Bahra <sbahra@kerneled.org>
#
# $FreeBSD$
PORTNAME= utf8-string
PORTVERSION= 0.3.3
CATEGORIES= textproc haskell
MASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ \
http://carte.kerneled.org/mirror/
PKGNAMEPREFIX= hs-
MAINTAINER= sbahra@kerneled.org
COMMENT= Haskell UTF8 layer for IO, ByteStrings and Strings
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
CABAL= ${LOCALBASE}/bin/runghc Setup.lhs
GHC_VERSION= `${LOCALBASE}/bin/ghc --numeric-version`
SUBDIR= lib/${PORTNAME}-${PORTVERSION}
PLIST_SUB= GHC_VERSION="${GHC_VERSION}" \
PORTVERSION=${PORTVERSION} \
SUBDIR=${SUBDIR}
do-configure:
cd ${WRKSRC} && ${CABAL} configure --prefix=${PREFIX} --ghc
do-build:
cd ${WRKSRC} && ${CABAL} build && ${CABAL} register --gen-script
do-install:
cd ${WRKSRC} && ${CABAL} install
${INSTALL_SCRIPT} ${WRKSRC}/register.sh ${PREFIX}/${SUBDIR}/register.sh
.include <bsd.port.mk>

View file

@ -1,3 +0,0 @@
MD5 (utf8-string-0.3.3.tar.gz) = f311e85aebccffb272ebf3bd49a28c8f
SHA256 (utf8-string-0.3.3.tar.gz) = a327daab89cbe9d687f0b612422da0e032f8cb4174abcf058e583a94099b40a5
SIZE (utf8-string-0.3.3.tar.gz) = 7821

View file

@ -1,5 +0,0 @@
A UTF8 layer for IO, ByteStrings and Strings. The utf8-string package provides
operations for encoding UTF8 strings to Word8 lists and back, and for reading
and writing UTF8 without truncation.
WWW: http://github.com/glguy/utf8-string/

View file

@ -1,26 +0,0 @@
%%SUBDIR%%/ghc-%%GHC_VERSION%%/libHSutf8-string-%%PORTVERSION%%.a
%%SUBDIR%%/ghc-%%GHC_VERSION%%/HSutf8-string-%%PORTVERSION%%.o
%%SUBDIR%%/ghc-%%GHC_VERSION%%/Codec/Binary/UTF8/Generic.hi
%%SUBDIR%%/ghc-%%GHC_VERSION%%/Codec/Binary/UTF8/String.hi
%%SUBDIR%%/ghc-%%GHC_VERSION%%/System/IO/UTF8.hi
%%SUBDIR%%/ghc-%%GHC_VERSION%%/Data/ByteString/Lazy/UTF8.hi
%%SUBDIR%%/ghc-%%GHC_VERSION%%/Data/ByteString/UTF8.hi
%%SUBDIR%%/ghc-%%GHC_VERSION%%/Data/String/UTF8.hi
%%SUBDIR%%/register.sh
share/doc/utf8-string-%%PORTVERSION%%/LICENSE
@dirrm share/doc/utf8-string-%%PORTVERSION%%
@dirrm lib/utf8-string-%%PORTVERSION%%/ghc-%%GHC_VERSION%%/Data/ByteString/Lazy
@dirrm lib/utf8-string-%%PORTVERSION%%/ghc-%%GHC_VERSION%%/Data/ByteString
@dirrm lib/utf8-string-%%PORTVERSION%%/ghc-%%GHC_VERSION%%/Data/String
@dirrm lib/utf8-string-%%PORTVERSION%%/ghc-%%GHC_VERSION%%/Data
@dirrm lib/utf8-string-%%PORTVERSION%%/ghc-%%GHC_VERSION%%/System/IO
@dirrm lib/utf8-string-%%PORTVERSION%%/ghc-%%GHC_VERSION%%/System
@dirrm lib/utf8-string-%%PORTVERSION%%/ghc-%%GHC_VERSION%%/Codec/Binary/UTF8
@dirrm lib/utf8-string-%%PORTVERSION%%/ghc-%%GHC_VERSION%%/Codec/Binary
@dirrm lib/utf8-string-%%PORTVERSION%%/ghc-%%GHC_VERSION%%/Codec
@dirrm lib/utf8-string-%%PORTVERSION%%/ghc-%%GHC_VERSION%%
@dirrm lib/utf8-string-%%PORTVERSION%%
@exec /bin/sh %D/%%SUBDIR%%/register.sh
@exec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old
@unexec %D/bin/ghc-pkg unregister utf8-string
@unexec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old