aboutsummaryrefslogtreecommitdiffstats
path: root/converters/hs-sandi
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2019-05-09 23:22:39 +0800
committerrene <rene@FreeBSD.org>2019-05-09 23:22:39 +0800
commit41f009194f6ac5c685e78b98b58ab4d65973053b (patch)
treea7e9d9fdae33a91957c9d7d63b8d9a1733c2a87c /converters/hs-sandi
parentb140d6d4ac3880834a75012f708682a4812ed095 (diff)
downloadfreebsd-ports-gnome-41f009194f6ac5c685e78b98b58ab4d65973053b.tar.gz
freebsd-ports-gnome-41f009194f6ac5c685e78b98b58ab4d65973053b.tar.zst
freebsd-ports-gnome-41f009194f6ac5c685e78b98b58ab4d65973053b.zip
Remove expired ports:
games/warsow-data: Only useful for expired games/warsow 2019-04-14 converters/hs-sandi: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org
Diffstat (limited to 'converters/hs-sandi')
-rw-r--r--converters/hs-sandi/Makefile25
-rw-r--r--converters/hs-sandi/distinfo3
-rw-r--r--converters/hs-sandi/pkg-descr3
3 files changed, 0 insertions, 31 deletions
diff --git a/converters/hs-sandi/Makefile b/converters/hs-sandi/Makefile
deleted file mode 100644
index 37335a5b686d..000000000000
--- a/converters/hs-sandi/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= sandi
-PORTVERSION= 0.4.3
-PORTREVISION= 1
-CATEGORIES= converters haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Data encoding library
-
-LICENSE= BSD3CLAUSE
-
-DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org
-EXPIRATION_DATE= 2019-04-14
-
-CONFLICTS_INSTALL= hs-dataenc-[0-9]*
-
-USE_CABAL= conduit exceptions stringsearch
-
-post-extract:
- ${ECHO} "import Distribution.Simple" > ${WRKSRC}/Setup.hs
- ${ECHO} "main = defaultMain" >> ${WRKSRC}/Setup.hs
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>
diff --git a/converters/hs-sandi/distinfo b/converters/hs-sandi/distinfo
deleted file mode 100644
index 49114eccdc77..000000000000
--- a/converters/hs-sandi/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1545835387
-SHA256 (cabal/sandi-0.4.3.tar.gz) = 76dc1332023b49635d9ae2fa7f3d0618f05fbe6dfdfe54416d19c16993fd214a
-SIZE (cabal/sandi-0.4.3.tar.gz) = 19237
diff --git a/converters/hs-sandi/pkg-descr b/converters/hs-sandi/pkg-descr
deleted file mode 100644
index 17ff49ea45d6..000000000000
--- a/converters/hs-sandi/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Reasonably fast data encoding library.
-
-WWW: http://hackage.haskell.org/package/sandi