summaryrefslogtreecommitdiff
path: root/devel/hs-readline
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-readline')
-rw-r--r--devel/hs-readline/Makefile20
-rw-r--r--devel/hs-readline/distinfo3
-rw-r--r--devel/hs-readline/files/patch-Setup.hs8
-rw-r--r--devel/hs-readline/pkg-descr4
4 files changed, 0 insertions, 35 deletions
diff --git a/devel/hs-readline/Makefile b/devel/hs-readline/Makefile
deleted file mode 100644
index 5d857c318a45..000000000000
--- a/devel/hs-readline/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
-# $FreeBSD$
-
-PORTNAME= readline
-PORTVERSION= 1.0.3.0
-PORTREVISION= 15
-CATEGORIES= devel haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Interface to the GNU readline library
-
-LICENSE= GPLv2
-
-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
-
-USES= readline
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>
diff --git a/devel/hs-readline/distinfo b/devel/hs-readline/distinfo
deleted file mode 100644
index 7918210073d8..000000000000
--- a/devel/hs-readline/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1499627854
-SHA256 (cabal/readline-1.0.3.0.tar.gz) = c0b9e174910620db0edea8f9fd6fb6c1d7b066260d523e9a7208294c46a75feb
-SIZE (cabal/readline-1.0.3.0.tar.gz) = 52261
diff --git a/devel/hs-readline/files/patch-Setup.hs b/devel/hs-readline/files/patch-Setup.hs
deleted file mode 100644
index cc3d6bccc53c..000000000000
--- a/devel/hs-readline/files/patch-Setup.hs
+++ /dev/null
@@ -1,8 +0,0 @@
---- Setup.hs.orig 2009-07-16 09:03:11.000000000 +0000
-+++ Setup.hs 2009-07-16 09:03:29.000000000 +0000
-@@ -3,4 +3,4 @@
- import Distribution.Simple
-
- main :: IO ()
--main = defaultMainWithHooks defaultUserHooks
-+main = defaultMainWithHooks autoconfUserHooks
diff --git a/devel/hs-readline/pkg-descr b/devel/hs-readline/pkg-descr
deleted file mode 100644
index c80da8f32ec9..000000000000
--- a/devel/hs-readline/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-An interface to the GNU readline library. More information on readline can be
-found at <http://www.gnu.org/directory/readline.html>.
-
-WWW: http://hackage.haskell.org/package/readline