aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-12-19 14:16:10 +0800
committermiwi <miwi@FreeBSD.org>2008-12-19 14:16:10 +0800
commitc17fad7e9ab58083fee5ad4986ba1e5cccb4e478 (patch)
treeb171f35a96f13922cabab72c386f9934321673d6
parent3f271d77cde233ebd2f80e5da5c4799ea083afcd (diff)
downloadfreebsd-ports-gnome-c17fad7e9ab58083fee5ad4986ba1e5cccb4e478.tar.gz
freebsd-ports-gnome-c17fad7e9ab58083fee5ad4986ba1e5cccb4e478.tar.zst
freebsd-ports-gnome-c17fad7e9ab58083fee5ad4986ba1e5cccb4e478.zip
- Remove duplicate port of devel/hs-utf8-string-ghc
Submitted by: Samy Al Bahra <sbahra at kerneled.org> (via irc) pav
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/hs-utf8-string/Makefile37
-rw-r--r--textproc/hs-utf8-string/distinfo3
-rw-r--r--textproc/hs-utf8-string/pkg-descr5
-rw-r--r--textproc/hs-utf8-string/pkg-plist26
5 files changed, 0 insertions, 72 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 018d56aa5521..72dbb586ced8 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -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
diff --git a/textproc/hs-utf8-string/Makefile b/textproc/hs-utf8-string/Makefile
deleted file mode 100644
index b673bf48c9e6..000000000000
--- a/textproc/hs-utf8-string/Makefile
+++ /dev/null
@@ -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>
diff --git a/textproc/hs-utf8-string/distinfo b/textproc/hs-utf8-string/distinfo
deleted file mode 100644
index ba275edfc233..000000000000
--- a/textproc/hs-utf8-string/distinfo
+++ /dev/null
@@ -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
diff --git a/textproc/hs-utf8-string/pkg-descr b/textproc/hs-utf8-string/pkg-descr
deleted file mode 100644
index 6b405f5fc09d..000000000000
--- a/textproc/hs-utf8-string/pkg-descr
+++ /dev/null
@@ -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/
diff --git a/textproc/hs-utf8-string/pkg-plist b/textproc/hs-utf8-string/pkg-plist
deleted file mode 100644
index a6c2e12791b8..000000000000
--- a/textproc/hs-utf8-string/pkg-plist
+++ /dev/null
@@ -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