aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2008-12-19 10:52:33 +0800
committerlinimon <linimon@FreeBSD.org>2008-12-19 10:52:33 +0800
commitc9bd8f5009f7121713d4fb418e9eb54667dc4d40 (patch)
tree642f0aa7e0abf7aa5dab5e17fab4a756d6ab2941
parentda1317c90f33ee8f194a925fb1cb84eedb60e976 (diff)
downloadfreebsd-ports-gnome-c9bd8f5009f7121713d4fb418e9eb54667dc4d40.tar.gz
freebsd-ports-gnome-c9bd8f5009f7121713d4fb418e9eb54667dc4d40.tar.zst
freebsd-ports-gnome-c9bd8f5009f7121713d4fb418e9eb54667dc4d40.zip
Remove devel/hs-fps: all features are merged into the current GHC compilers.
PR: ports/129633 Submitted by: pgj Approved by: maintainer's ports bit being returned for safekeeping
-rw-r--r--devel/Makefile1
-rw-r--r--devel/hs-fps/Makefile54
-rw-r--r--devel/hs-fps/distinfo3
-rw-r--r--devel/hs-fps/pkg-descr11
-rw-r--r--devel/hs-fps/pkg-plist23
5 files changed, 0 insertions, 92 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 19637870c65b..bc2e8b5e5faa 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -494,7 +494,6 @@
SUBDIR += hs-cpphs
SUBDIR += hs-dlist
SUBDIR += hs-drift
- SUBDIR += hs-fps
SUBDIR += hs-haddock
SUBDIR += hs-haddock-docs
SUBDIR += hs-happy
diff --git a/devel/hs-fps/Makefile b/devel/hs-fps/Makefile
deleted file mode 100644
index 2b51a8e72f80..000000000000
--- a/devel/hs-fps/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: hs-fps
-# Date created: 23 May 2006
-# Whom: Maxime Henrion <mux@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= fps
-PORTVERSION= 0.7
-PORTREVISION= 2
-CATEGORIES= devel
-MASTER_SITES= ftp://ftp.cse.unsw.edu.au/pub/users/dons/fps/ \
- ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= mux
-PKGNAMEPREFIX= hs-
-
-MAINTAINER= mux@FreeBSD.org
-COMMENT= Fast, packed, strict byte arrays for Haskell
-
-BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
-
-BROKEN= Does not build
-
-OPTIONS= PROFILE "Build libraries for profiling" off
-
-.include <bsd.port.pre.mk>
-
-SETUP= Setup.hs
-
-.if defined(WITH_PROFILE)
-PLIST_SUB+= PROFILE=""
-PROFILE= -p
-.else
-PLIST_SUB+= PROFILE="@comment "
-.endif
-
-PLIST_SUB+= FPS_VERSION=${PORTVERSION}
-
-do-configure:
- @${CHMOD} +x ${WRKSRC}/${SETUP}
- @cd ${WRKSRC}; ./${SETUP} configure ${PROFILE} --prefix=${LOCALBASE}
-
-do-build:
- @cd ${WRKSRC}; ./${SETUP} build
-
-do-install:
- @cd ${WRKSRC}; ./${SETUP} install
-
-post-install:
- @ver=`ghc --numeric-version`; \
- ${REINPLACE_CMD} -e "s|%%GHC_VERSION%%|$${ver}|g" ${TMPPLIST}
-
-.include <bsd.port.post.mk>
diff --git a/devel/hs-fps/distinfo b/devel/hs-fps/distinfo
deleted file mode 100644
index eda51dc99a5a..000000000000
--- a/devel/hs-fps/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (fps-0.7.tar.gz) = 84b77b8bc424a028fcdef7d6f104c989
-SHA256 (fps-0.7.tar.gz) = 1086f305685ab71cec9e9c2e418c625f4d44e86e99756484b090e5caef0176fb
-SIZE (fps-0.7.tar.gz) = 397152
diff --git a/devel/hs-fps/pkg-descr b/devel/hs-fps/pkg-descr
deleted file mode 100644
index a86d49ac72d4..000000000000
--- a/devel/hs-fps/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-Data.ByteString (formerly FPS) provides packed strings (byte arrays held by a
-ForeignPtr), along with a list interface to these strings. It lets you do
-extremely fast IO in Haskell; in some cases, even faster than typical C
-implementations, and much faster than [Char]. It uses a flexible "foreign
-pointer" representation, allowing the transparent use of Haskell or C code to
-manipulate the strings.
-
-Data.ByteString is written in Haskell98 + the foreign function interface and
-cpp. It has been tested successfully with GHC 6.4 and 6.5, and hugs March 2005.
-
-WWW: http://www.cse.unsw.edu.au/~dons/fps.html
diff --git a/devel/hs-fps/pkg-plist b/devel/hs-fps/pkg-plist
deleted file mode 100644
index f8bde0ba586a..000000000000
--- a/devel/hs-fps/pkg-plist
+++ /dev/null
@@ -1,23 +0,0 @@
-lib/fps-%%FPS_VERSION%%/ghc-%%GHC_VERSION%%/Data/ByteString/Lazy/Char8.hi
-%%PROFILE%%lib/fps-%%FPS_VERSION%%/ghc-%%GHC_VERSION%%/Data/ByteString/Lazy/Char8.p_hi
-@dirrm lib/fps-%%FPS_VERSION%%/ghc-%%GHC_VERSION%%/Data/ByteString/Lazy
-lib/fps-%%FPS_VERSION%%/ghc-%%GHC_VERSION%%/Data/ByteString/Base.hi
-%%PROFILE%%lib/fps-%%FPS_VERSION%%/ghc-%%GHC_VERSION%%/Data/ByteString/Base.p_hi
-lib/fps-%%FPS_VERSION%%/ghc-%%GHC_VERSION%%/Data/ByteString/Char8.hi
-%%PROFILE%%lib/fps-%%FPS_VERSION%%/ghc-%%GHC_VERSION%%/Data/ByteString/Char8.p_hi
-lib/fps-%%FPS_VERSION%%/ghc-%%GHC_VERSION%%/Data/ByteString/Fusion.hi
-%%PROFILE%%lib/fps-%%FPS_VERSION%%/ghc-%%GHC_VERSION%%/Data/ByteString/Fusion.p_hi
-lib/fps-%%FPS_VERSION%%/ghc-%%GHC_VERSION%%/Data/ByteString/Lazy.hi
-%%PROFILE%%lib/fps-%%FPS_VERSION%%/ghc-%%GHC_VERSION%%/Data/ByteString/Lazy.p_hi
-@dirrm lib/fps-%%FPS_VERSION%%/ghc-%%GHC_VERSION%%/Data/ByteString
-lib/fps-%%FPS_VERSION%%/ghc-%%GHC_VERSION%%/Data/ByteString.hi
-%%PROFILE%%lib/fps-%%FPS_VERSION%%/ghc-%%GHC_VERSION%%/Data/ByteString.p_hi
-@dirrm lib/fps-%%FPS_VERSION%%/ghc-%%GHC_VERSION%%/Data
-lib/fps-%%FPS_VERSION%%/ghc-%%GHC_VERSION%%/libHSfps-%%FPS_VERSION%%.a
-lib/fps-%%FPS_VERSION%%/ghc-%%GHC_VERSION%%/HSfps-%%FPS_VERSION%%.o
-%%PROFILE%%lib/fps-%%FPS_VERSION%%/ghc-%%GHC_VERSION%%/libHSfps-%%FPS_VERSION%%_p.a
-@dirrm lib/fps-%%FPS_VERSION%%/ghc-%%GHC_VERSION%%/include
-@dirrm lib/fps-%%FPS_VERSION%%/ghc-%%GHC_VERSION%%
-@dirrm lib/fps-%%FPS_VERSION%%
-@unexec %D/bin/ghc-pkg -r fps
-@unexec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old