diff options
Diffstat (limited to 'devel/hs-echo')
-rw-r--r-- | devel/hs-echo/Makefile | 17 | ||||
-rw-r--r-- | devel/hs-echo/distinfo | 3 | ||||
-rw-r--r-- | devel/hs-echo/files/patch-echo.cabal | 11 | ||||
-rw-r--r-- | devel/hs-echo/pkg-descr | 6 |
4 files changed, 0 insertions, 37 deletions
diff --git a/devel/hs-echo/Makefile b/devel/hs-echo/Makefile deleted file mode 100644 index 63e370758273..000000000000 --- a/devel/hs-echo/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= echo -PORTVERSION= 0.1.3 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Cross-platform and cross-console library to handle echoing terminal input - -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 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> diff --git a/devel/hs-echo/distinfo b/devel/hs-echo/distinfo deleted file mode 100644 index a7cf34b1ea25..000000000000 --- a/devel/hs-echo/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523290399 -SHA256 (cabal/echo-0.1.3.tar.gz) = 704f07310f8272d170f8ab7fb2a2c13f15d8501ef8310801e36964c8eff485ef -SIZE (cabal/echo-0.1.3.tar.gz) = 5373 diff --git a/devel/hs-echo/files/patch-echo.cabal b/devel/hs-echo/files/patch-echo.cabal deleted file mode 100644 index 515e4e8df566..000000000000 --- a/devel/hs-echo/files/patch-echo.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- echo.cabal.orig 2018-04-09 16:19:02 UTC -+++ echo.cabal -@@ -39,7 +39,7 @@ library - System.IO.Echo.Internal - - build-depends: base >= 4.3 && < 5 -- , process >= 1.0.1.1 && < 1.5 -+ , process >= 1.0.1.1 && < 1.7 - if os(windows) - cpp-options: "-DWINDOWS" - build-depends: mintty >= 0.1 && < 0.2 diff --git a/devel/hs-echo/pkg-descr b/devel/hs-echo/pkg-descr deleted file mode 100644 index e36e97fe3764..000000000000 --- a/devel/hs-echo/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The base Haskell library exposes the hGetEcho and hSetEcho functions for -querying and setting echo status, but unfortunately, neither function works -with MinTTY consoles on Windows. This library provides an alternative interface -which works with both MinTTY and other consoles. - -WWW: https://github.com/RyanGlScott/echo |