diff options
Diffstat (limited to 'net/hs-resolv')
-rw-r--r-- | net/hs-resolv/Makefile | 19 | ||||
-rw-r--r-- | net/hs-resolv/distinfo | 3 | ||||
-rw-r--r-- | net/hs-resolv/files/patch-resolv.cabal | 16 | ||||
-rw-r--r-- | net/hs-resolv/pkg-descr | 5 |
4 files changed, 0 insertions, 43 deletions
diff --git a/net/hs-resolv/Makefile b/net/hs-resolv/Makefile deleted file mode 100644 index 7f0a69c66402..000000000000 --- a/net/hs-resolv/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= resolv -PORTVERSION= 0.1.1.1 -PORTREVISION= 3 -CATEGORIES= net haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Domain Name Service (DNS) lookup via the libresolv standard library routines - -LICENSE= GPLv3 - -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 - -USE_CABAL= base16-bytestring - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> diff --git a/net/hs-resolv/distinfo b/net/hs-resolv/distinfo deleted file mode 100644 index f2b0e84ec838..000000000000 --- a/net/hs-resolv/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523298714 -SHA256 (cabal/resolv-0.1.1.1.tar.gz) = 49b12ed2b175cca3f885c06ca6906cde1245c02b6f98f2a95fc20d6a8ae40772 -SIZE (cabal/resolv-0.1.1.1.tar.gz) = 149436 diff --git a/net/hs-resolv/files/patch-resolv.cabal b/net/hs-resolv/files/patch-resolv.cabal deleted file mode 100644 index e4b5d13960e6..000000000000 --- a/net/hs-resolv/files/patch-resolv.cabal +++ /dev/null @@ -1,16 +0,0 @@ ---- resolv.cabal.orig 2017-10-26 22:24:39 UTC -+++ resolv.cabal -@@ -78,11 +78,11 @@ library - Network.DNS.FFI - Compat - -- build-depends: base >= 4.5 && <4.11 -+ build-depends: base >= 4.5 && <4.13 - , base16-bytestring == 0.1.* - , binary >= 0.7.3 && < 0.9 - , bytestring >= 0.9.2 && < 0.11 -- , containers >= 0.4.2.1 && < 0.6 -+ , containers >= 0.4.2.1 && < 0.7 - - ghc-options: -Wall - include-dirs: cbits diff --git a/net/hs-resolv/pkg-descr b/net/hs-resolv/pkg-descr deleted file mode 100644 index 2eeb4e6fcaa5..000000000000 --- a/net/hs-resolv/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package implements an API for accessing the Domain Name Service (DNS) -resolver service via the standard libresolv system library (whose API is -often available directly via the standard libc C library) on Unix systems. - -WWW: https://github.com/hvr/resolv |