aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-03-30 17:39:36 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-03-30 17:39:36 +0000
commit6fa27dcfe7ac69f01374c8c7f7088b0cb2d64a61 (patch)
treec8099d50b52c68c614a102b5d8f340a42015134b /www
parentb450fe30b66236f48f8e78e5f662e08efb3cd48e (diff)
downloadports-6fa27dcfe7ac69f01374c8c7f7088b0cb2d64a61.tar.gz
ports-6fa27dcfe7ac69f01374c8c7f7088b0cb2d64a61.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/hs-DAV/Makefile1
-rw-r--r--www/hs-HTTP/Makefile3
-rw-r--r--www/hs-authenticate/Makefile3
-rw-r--r--www/hs-cgi/Makefile3
-rw-r--r--www/hs-cookie/Makefile3
-rw-r--r--www/hs-css-text/Makefile3
-rw-r--r--www/hs-fastcgi/Makefile3
-rw-r--r--www/hs-happstack-server/Makefile3
-rw-r--r--www/hs-heist/Makefile3
-rw-r--r--www/hs-hjsmin/Makefile1
-rw-r--r--www/hs-http-api-data/Makefile3
-rw-r--r--www/hs-http-client-tls/Makefile3
-rw-r--r--www/hs-http-client/Makefile3
-rw-r--r--www/hs-http-conduit/Makefile3
-rw-r--r--www/hs-http-date/Makefile3
-rw-r--r--www/hs-http-reverse-proxy/Makefile3
-rw-r--r--www/hs-http-server/Makefile3
-rw-r--r--www/hs-http-types/Makefile3
-rw-r--r--www/hs-http2/Makefile3
-rw-r--r--www/hs-multipart/Makefile3
-rw-r--r--www/hs-oeis/Makefile3
-rw-r--r--www/hs-path-pieces/Makefile3
-rw-r--r--www/hs-recaptcha/Makefile3
-rw-r--r--www/hs-shakespeare/Makefile3
-rw-r--r--www/hs-snap-core/Makefile3
-rw-r--r--www/hs-snap-server/Makefile3
-rw-r--r--www/hs-snap/Makefile3
-rw-r--r--www/hs-url/Makefile3
-rw-r--r--www/hs-wai-app-static/Makefile1
-rw-r--r--www/hs-wai-extra/Makefile3
-rw-r--r--www/hs-wai-logger/Makefile3
-rw-r--r--www/hs-wai/Makefile3
-rw-r--r--www/hs-warp-tls/Makefile3
-rw-r--r--www/hs-warp/Makefile3
-rw-r--r--www/hs-xss-sanitize/Makefile3
-rw-r--r--www/hs-yesod-auth-hashdb/Makefile3
-rw-r--r--www/hs-yesod-auth/Makefile3
-rw-r--r--www/hs-yesod-core/Makefile3
-rw-r--r--www/hs-yesod-form/Makefile3
-rw-r--r--www/hs-yesod-persistent/Makefile3
-rw-r--r--www/hs-yesod-static/Makefile3
-rw-r--r--www/hs-yesod-test/Makefile3
-rw-r--r--www/hs-yesod/Makefile3
43 files changed, 120 insertions, 3 deletions
diff --git a/www/hs-DAV/Makefile b/www/hs-DAV/Makefile
index ba0d6b4a15dc..09d61c9b46a5 100644
--- a/www/hs-DAV/Makefile
+++ b/www/hs-DAV/Makefile
@@ -16,7 +16,6 @@ USE_CABAL= case-insensitive>=0.4 data-default either>=4.1 \
network-uri>=2.6 optparse-applicative>=0.10.0 \
transformers-base utf8-string xml-conduit>=1.0 \
xml-hamlet>=0.4
-
EXECUTABLE= hdav
FLAGS_ENABLE= network-uri
diff --git a/www/hs-HTTP/Makefile b/www/hs-HTTP/Makefile
index 446b57b9ba4e..16e234718053 100644
--- a/www/hs-HTTP/Makefile
+++ b/www/hs-HTTP/Makefile
@@ -11,6 +11,9 @@ COMMENT= Library for client-side HTTP
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
+
USE_CABAL= mtl>=2.0 network>=2.6 network-uri>=2.6 old-time>=1.0.0.0
FLAGS_ENABLE= network-uri
diff --git a/www/hs-authenticate/Makefile b/www/hs-authenticate/Makefile
index 5706661da8b2..505dab6cf9fe 100644
--- a/www/hs-authenticate/Makefile
+++ b/www/hs-authenticate/Makefile
@@ -10,6 +10,9 @@ COMMENT= Authentication methods for Haskell web applications
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
+
USE_CABAL= aeson>=0.5 attoparsec blaze-builder case-insensitive>=0.2 \
conduit>=0.5 http-conduit>=1.5 http-types>=0.6 monad-control \
network>=2.6 network-uri>=2.6 resourcet \
diff --git a/www/hs-cgi/Makefile b/www/hs-cgi/Makefile
index 83c8df708f85..bac815990a3b 100644
--- a/www/hs-cgi/Makefile
+++ b/www/hs-cgi/Makefile
@@ -12,6 +12,9 @@ COMMENT= Library for writing CGI programs
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
+
USE_CABAL= exceptions mtl>=2.2.1 multipart>=0.1.2 network>=2.6 \
network-uri>=2.6 old-locale old-time
diff --git a/www/hs-cookie/Makefile b/www/hs-cookie/Makefile
index 5b48302a4553..56a779695cc5 100644
--- a/www/hs-cookie/Makefile
+++ b/www/hs-cookie/Makefile
@@ -10,6 +10,9 @@ COMMENT= HTTP cookie parsing and rendering
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
+
USE_CABAL= blaze-builder data-default-class old-locale
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
diff --git a/www/hs-css-text/Makefile b/www/hs-css-text/Makefile
index b7ce02c9cbbe..5de39ed7395a 100644
--- a/www/hs-css-text/Makefile
+++ b/www/hs-css-text/Makefile
@@ -10,6 +10,9 @@ COMMENT= CSS parser and renderer
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
+
USE_CABAL= attoparsec>=0.10.2.0
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
diff --git a/www/hs-fastcgi/Makefile b/www/hs-fastcgi/Makefile
index fddf80d7aa25..369701bc97f1 100644
--- a/www/hs-fastcgi/Makefile
+++ b/www/hs-fastcgi/Makefile
@@ -11,6 +11,9 @@ COMMENT= Haskell library for writing FastCGI programs
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
+
USE_CABAL= cgi>=3000.0.0
LIB_DEPENDS= libfcgi.so:www/fcgi
diff --git a/www/hs-happstack-server/Makefile b/www/hs-happstack-server/Makefile
index c39fd8dc65bb..3ec36c0fa550 100644
--- a/www/hs-happstack-server/Makefile
+++ b/www/hs-happstack-server/Makefile
@@ -10,6 +10,9 @@ COMMENT= Web-related tools and services
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
+
USE_CABAL= base64-bytestring>=1.0 blaze-html>=0.5 exceptions \
extensible-exceptions hslogger>=1.0.2 html monad-control>=0.3 \
mtl>=2 network>=2.6 network-uri>=2.6 semigroups sendfile>=0.7.1 \
diff --git a/www/hs-heist/Makefile b/www/hs-heist/Makefile
index 0e99595877ce..fea13b7a63ba 100644
--- a/www/hs-heist/Makefile
+++ b/www/hs-heist/Makefile
@@ -10,6 +10,9 @@ COMMENT= Haskell template system supporting both HTML5 and XML
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
+
USE_CABAL= aeson attoparsec blaze-builder blaze-html directory-tree \
dlist hashable lifted-base map-syntax monad-control mtl \
random transformers-base unordered-containers vector \
diff --git a/www/hs-hjsmin/Makefile b/www/hs-hjsmin/Makefile
index ec9272afa1bc..0535aa6b1bf7 100644
--- a/www/hs-hjsmin/Makefile
+++ b/www/hs-hjsmin/Makefile
@@ -12,7 +12,6 @@ LICENSE= BSD3CLAUSE
USE_CABAL= blaze-builder>=0.2 language-javascript>=0.5.14 \
optparse-applicative>=0.7
-
EXECUTABLE= hjsmin
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
diff --git a/www/hs-http-api-data/Makefile b/www/hs-http-api-data/Makefile
index 5726a841579d..3302f263183e 100644
--- a/www/hs-http-api-data/Makefile
+++ b/www/hs-http-api-data/Makefile
@@ -10,6 +10,9 @@ COMMENT= Convert Haskell data types to and from HTTP API data
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= attoparsec attoparsec-iso8601 base-compat cookie hashable \
http-types tagged time-locale-compat unordered-containers \
uri-bytestring uuid-types
diff --git a/www/hs-http-client-tls/Makefile b/www/hs-http-client-tls/Makefile
index 74364f1096a5..5a324f609481 100644
--- a/www/hs-http-client-tls/Makefile
+++ b/www/hs-http-client-tls/Makefile
@@ -10,6 +10,9 @@ COMMENT= http-client backend using the connection package and tls library
LICENSE= MIT
+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= connection>=0.2.2 data-default-class http-client>=0.3.5 \
network tls>=1.1
diff --git a/www/hs-http-client/Makefile b/www/hs-http-client/Makefile
index 65cb6a6001cc..00535bb9f111 100644
--- a/www/hs-http-client/Makefile
+++ b/www/hs-http-client/Makefile
@@ -10,6 +10,9 @@ COMMENT= HTTP client engine, intended as a base layer for more user-friendly pac
LICENSE= MIT
+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= base64-bytestring>=1.0 blaze-builder>=0.3 case-insensitive>=1.0 \
cookie data-default-class exceptions>=0.4 http-types>=0.8 \
memory mime-types network>=2.6 network-uri>=2.6 random \
diff --git a/www/hs-http-conduit/Makefile b/www/hs-http-conduit/Makefile
index e63dfc316061..91da082b1c90 100644
--- a/www/hs-http-conduit/Makefile
+++ b/www/hs-http-conduit/Makefile
@@ -10,6 +10,9 @@ COMMENT= HTTP client package with conduit interface and HTTPS support
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
+
USE_CABAL= aeson conduit conduit-extra http-client http-client-tls \
http-types lifted-base monad-control mtl resourcet
diff --git a/www/hs-http-date/Makefile b/www/hs-http-date/Makefile
index 6f091adc142e..fd3c8e51e0ad 100644
--- a/www/hs-http-date/Makefile
+++ b/www/hs-http-date/Makefile
@@ -10,6 +10,9 @@ COMMENT= HTTP Date parser/formatter
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
+
USE_CABAL= attoparsec
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
diff --git a/www/hs-http-reverse-proxy/Makefile b/www/hs-http-reverse-proxy/Makefile
index 788f257a4cf6..b612119d8f94 100644
--- a/www/hs-http-reverse-proxy/Makefile
+++ b/www/hs-http-reverse-proxy/Makefile
@@ -10,6 +10,9 @@ COMMENT= Reverse proxy HTTP requests, either over raw sockets or with WAI
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
+
USE_CABAL= async blaze-builder>=0.3 case-insensitive>=0.4 conduit>=1.1 \
conduit-extra data-default-class http-client>=0.3 \
http-types>=0.6 lifted-base>=0.1 monad-control>=0.3 \
diff --git a/www/hs-http-server/Makefile b/www/hs-http-server/Makefile
index 1e1ae4a1c367..c1f80ab8e3cb 100644
--- a/www/hs-http-server/Makefile
+++ b/www/hs-http-server/Makefile
@@ -11,6 +11,9 @@ COMMENT= Library for writing Haskell web servers
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
+
USE_CABAL= HTTP>=4000.2.0 mime>=0.3 network>=2.6 network-uri>=2.6 \
url>=2.0 utf8-string>=0.3.4
diff --git a/www/hs-http-types/Makefile b/www/hs-http-types/Makefile
index 24edf9155c49..f5e5a3e2b248 100644
--- a/www/hs-http-types/Makefile
+++ b/www/hs-http-types/Makefile
@@ -10,6 +10,9 @@ COMMENT= Generic HTTP types for Haskell (for both client and server code)
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
+
USE_CABAL= blaze-builder>=0.2.1.4 case-insensitive>=0.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
diff --git a/www/hs-http2/Makefile b/www/hs-http2/Makefile
index a75c9b81674a..fb0599ada9d7 100644
--- a/www/hs-http2/Makefile
+++ b/www/hs-http2/Makefile
@@ -10,6 +10,9 @@ COMMENT= HTTP/2.0 library including frames and HPACK
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
+
USE_CABAL= aeson aeson-pretty case-insensitive hex mwc-random psqueues \
unordered-containers vector word8
diff --git a/www/hs-multipart/Makefile b/www/hs-multipart/Makefile
index 748bc9aac470..1efcc1be7e7c 100644
--- a/www/hs-multipart/Makefile
+++ b/www/hs-multipart/Makefile
@@ -10,5 +10,8 @@ COMMENT= HTTP multipart split out of the cgi package
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/www/hs-oeis/Makefile b/www/hs-oeis/Makefile
index ca1706df84c4..bb01ba31f971 100644
--- a/www/hs-oeis/Makefile
+++ b/www/hs-oeis/Makefile
@@ -11,6 +11,9 @@ COMMENT= Interface to the Online Encyclopedia of Integer Sequences (OEIS)
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
+
USE_CABAL= HTTP>=4000.2 network>=2.6 network-uri>=2.6
FLAGS_ENABLE= network-uri
diff --git a/www/hs-path-pieces/Makefile b/www/hs-path-pieces/Makefile
index f56ef7d5b27f..05376f1747af 100644
--- a/www/hs-path-pieces/Makefile
+++ b/www/hs-path-pieces/Makefile
@@ -10,5 +10,8 @@ COMMENT= Components of paths
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/www/hs-recaptcha/Makefile b/www/hs-recaptcha/Makefile
index a507cc1da81c..8bcc61827c5f 100644
--- a/www/hs-recaptcha/Makefile
+++ b/www/hs-recaptcha/Makefile
@@ -10,6 +10,9 @@ COMMENT= Functions for using the reCAPTCHA service in web applications
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
+
USE_CABAL= HTTP>=3001.1.4 network>=2.6 network-uri>=2.6
FLAGS_ENABLE= network-uri
diff --git a/www/hs-shakespeare/Makefile b/www/hs-shakespeare/Makefile
index 891738880ede..a38e98a54868 100644
--- a/www/hs-shakespeare/Makefile
+++ b/www/hs-shakespeare/Makefile
@@ -10,6 +10,9 @@ COMMENT= Toolkit for making compile-time interpolated templates
LICENSE= MIT
+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= aeson blaze-html blaze-markup exceptions
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
diff --git a/www/hs-snap-core/Makefile b/www/hs-snap-core/Makefile
index fe7a3991c2c2..2dc5d171e760 100644
--- a/www/hs-snap-core/Makefile
+++ b/www/hs-snap-core/Makefile
@@ -10,6 +10,9 @@ COMMENT= Snap: A Haskell Web Framework (core interfaces and types)
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
+
USE_CABAL= attoparsec case-insensitive hashable HUnit io-streams \
lifted-base monad-control mtl network-uri old-locale \
random readable regex-posix time-locale-compat \
diff --git a/www/hs-snap-server/Makefile b/www/hs-snap-server/Makefile
index 4ecc96f0357a..69169cacd01e 100644
--- a/www/hs-snap-server/Makefile
+++ b/www/hs-snap-server/Makefile
@@ -10,6 +10,9 @@ COMMENT= Fast, iteratee-based, epoll-enabled web server for the Snap Framework
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
+
USE_CABAL= attoparsec blaze-builder case-insensitive clock io-streams \
io-streams-haproxy lifted-base mtl network old-locale snap-core \
unix-compat vector
diff --git a/www/hs-snap/Makefile b/www/hs-snap/Makefile
index 89ae715d87d4..a840bb27ada6 100644
--- a/www/hs-snap/Makefile
+++ b/www/hs-snap/Makefile
@@ -10,6 +10,9 @@ COMMENT= Top-level package for the Snap Web Framework
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
+
USE_CABAL= aeson attoparsec cereal clientsession configurator \
directory-tree dlist hashable heist lens lifted-base \
map-syntax monad-control mtl mwc-random pwstore-fast \
diff --git a/www/hs-url/Makefile b/www/hs-url/Makefile
index ae8ba1cb8bc2..55fb70eafd20 100644
--- a/www/hs-url/Makefile
+++ b/www/hs-url/Makefile
@@ -11,6 +11,9 @@ COMMENT= Library for working with URLs
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
+
USE_CABAL= utf8-string>=0.3.4
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
diff --git a/www/hs-wai-app-static/Makefile b/www/hs-wai-app-static/Makefile
index 87b5f51dfb09..24c0a0b59411 100644
--- a/www/hs-wai-app-static/Makefile
+++ b/www/hs-wai-app-static/Makefile
@@ -16,7 +16,6 @@ USE_CABAL= base64-bytestring>=0.1 blaze-builder>=0.2.1.4 blaze-html>=0.5 \
http-types>=0.7 mime-types>=0.1 optparse-applicative>=0.7 \
unix-compat>=0.2 unordered-containers>=0.2 wai>=3.0 \
wai-extra>=3.0 warp>=3.0.11 zlib>=0.5
-
EXECUTABLE= warp
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
diff --git a/www/hs-wai-extra/Makefile b/www/hs-wai-extra/Makefile
index 5caed44c9d1f..cf4370dd8ebb 100644
--- a/www/hs-wai-extra/Makefile
+++ b/www/hs-wai-extra/Makefile
@@ -10,6 +10,9 @@ COMMENT= Provides some basic WAI handlers and middleware
LICENSE= MIT
+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= aeson ansi-terminal base64-bytestring blaze-builder \
case-insensitive cookie data-default-class \
fast-logger http-types iproute lifted-base \
diff --git a/www/hs-wai-logger/Makefile b/www/hs-wai-logger/Makefile
index 9fac432b35c9..81e396a2c222 100644
--- a/www/hs-wai-logger/Makefile
+++ b/www/hs-wai-logger/Makefile
@@ -10,6 +10,9 @@ COMMENT= Logging system for WAI
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
+
USE_CABAL= blaze-builder byteorder case-insensitive fast-logger \
http-types network old-locale unix-time wai
diff --git a/www/hs-wai/Makefile b/www/hs-wai/Makefile
index 4d8ae86d08cb..b9f187484d7f 100644
--- a/www/hs-wai/Makefile
+++ b/www/hs-wai/Makefile
@@ -10,6 +10,9 @@ COMMENT= Web Application Interface
LICENSE= MIT
+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= blaze-builder>=0.2.1.4 http-types>=0.7 network>=2.2.1.5 \
vault>=0.3
diff --git a/www/hs-warp-tls/Makefile b/www/hs-warp-tls/Makefile
index 3309509297bc..fd30d8da1b10 100644
--- a/www/hs-warp-tls/Makefile
+++ b/www/hs-warp-tls/Makefile
@@ -10,6 +10,9 @@ COMMENT= HTTP over SSL/TLS support for Warp via the TLS package
LICENSE= MIT
+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= cprng-aes>=0.5.0 data-default-class>=0.0.1 network>=2.2.1 \
streaming-commons tls>=1.2.16 tls-session-manager wai>=3.0 warp>=3.1
diff --git a/www/hs-warp/Makefile b/www/hs-warp/Makefile
index 8a447c027e60..6e6f10e10d20 100644
--- a/www/hs-warp/Makefile
+++ b/www/hs-warp/Makefile
@@ -10,6 +10,9 @@ COMMENT= Fast, light-weight web server for WAI applications
LICENSE= MIT
+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= auto-update>=0.1.1 bsb-http-chunked case-insensitive>=0.2 \
hashable http-date http-types>=0.8.5 http2>=1.0.2 \
iproute>=1.3.1 network>=2.3 old-locale simple-sendfile>=0.2.7 \
diff --git a/www/hs-xss-sanitize/Makefile b/www/hs-xss-sanitize/Makefile
index 40b106115a4b..262dd14a981b 100644
--- a/www/hs-xss-sanitize/Makefile
+++ b/www/hs-xss-sanitize/Makefile
@@ -10,6 +10,9 @@ COMMENT= Sanitize untrusted HTML to prevent XSS attacks
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
+
USE_CABAL= attoparsec>=0.10.0.3 css-text>=0.1.1 network>=2.6 \
network-uri>=2.6 tagsoup>=0.12.2 utf8-string>=0.3
diff --git a/www/hs-yesod-auth-hashdb/Makefile b/www/hs-yesod-auth-hashdb/Makefile
index 1a7df90f67e5..4adfac16e98d 100644
--- a/www/hs-yesod-auth-hashdb/Makefile
+++ b/www/hs-yesod-auth-hashdb/Makefile
@@ -11,6 +11,9 @@ COMMENT= Authentication plugin for Yesod
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+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= cryptohash>=0.8 persistent>=2.1 pwstore-fast>=2.2 \
yesod-auth>=1.4 yesod-core>=1.4 yesod-form>=1.4 \
yesod-persistent>=1.2
diff --git a/www/hs-yesod-auth/Makefile b/www/hs-yesod-auth/Makefile
index 2e9d7bc96bce..f20d487428de 100644
--- a/www/hs-yesod-auth/Makefile
+++ b/www/hs-yesod-auth/Makefile
@@ -11,6 +11,9 @@ COMMENT= Authentication for Yesod
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+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= aeson>=0.7 authenticate>=1.3 base16-bytestring \
base64-bytestring blaze-builder blaze-html>=0.5 \
blaze-markup>=0.5.1 byteable conduit conduit-extra cryptohash \
diff --git a/www/hs-yesod-core/Makefile b/www/hs-yesod-core/Makefile
index 5d79c8f54129..5441bc71892b 100644
--- a/www/hs-yesod-core/Makefile
+++ b/www/hs-yesod-core/Makefile
@@ -11,6 +11,9 @@ COMMENT= Creation of type-safe, RESTful web applications
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+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= aeson>=0.5 auto-update blaze-builder>=0.2.1.4 blaze-html>=0.5 \
blaze-markup>=0.5.1 case-insensitive>=0.2 cereal>=0.3 \
clientsession>=0.9.1 conduit>=1.2 conduit-extra cookie>=0.4.1 \
diff --git a/www/hs-yesod-form/Makefile b/www/hs-yesod-form/Makefile
index 7fdc9c61436b..85cf194b5ba4 100644
--- a/www/hs-yesod-form/Makefile
+++ b/www/hs-yesod-form/Makefile
@@ -11,6 +11,9 @@ COMMENT= Form handling support for Yesod Web Framework
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+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= aeson attoparsec>=0.10 blaze-builder>=0.2.1.4 blaze-html>=0.5 \
blaze-markup>=0.5.1 byteable data-default email-validate>=1.0 \
network>=2.6 network-uri>=2.6 persistent resourcet semigroups \
diff --git a/www/hs-yesod-persistent/Makefile b/www/hs-yesod-persistent/Makefile
index 9c41e450a5d1..b4d2b7ba93fa 100644
--- a/www/hs-yesod-persistent/Makefile
+++ b/www/hs-yesod-persistent/Makefile
@@ -11,6 +11,9 @@ COMMENT= Some helpers for using Persistent from Yesod
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+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= blaze-builder conduit persistent persistent-template \
resource-pool resourcet yesod-core
diff --git a/www/hs-yesod-static/Makefile b/www/hs-yesod-static/Makefile
index c5355498ab32..ed26cd657550 100644
--- a/www/hs-yesod-static/Makefile
+++ b/www/hs-yesod-static/Makefile
@@ -11,6 +11,9 @@ COMMENT= Static file serving subsite for Yesod Web Framework
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+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= async attoparsec>=0.10 base64-bytestring>=0.1.0.1 \
blaze-builder>=0.3 byteable>=0.1 conduit>=0.5 conduit-extra \
cryptohash>=0.11 cryptohash-conduit>=0.1 cryptonite-conduit \
diff --git a/www/hs-yesod-test/Makefile b/www/hs-yesod-test/Makefile
index ce507b889d41..d6b148b4364e 100644
--- a/www/hs-yesod-test/Makefile
+++ b/www/hs-yesod-test/Makefile
@@ -11,6 +11,9 @@ COMMENT= Integration testing for WAI/Yesod Applications
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+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= attoparsec>=0.10 blaze-builder blaze-html>=0.5 \
blaze-markup>=0.5.1 case-insensitive>=0.2 cookie \
hspec-core>=2.0 html-conduit>=0.1 http-types>=0.7 HUnit>=1.2 \
diff --git a/www/hs-yesod/Makefile b/www/hs-yesod/Makefile
index c635bebfa828..bd5b8447dd67 100644
--- a/www/hs-yesod/Makefile
+++ b/www/hs-yesod/Makefile
@@ -11,6 +11,9 @@ COMMENT= Creation of type-safe, RESTful web applications
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+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= aeson blaze-html>=0.5 blaze-markup>=0.5.1 conduit-extra \
data-default fast-logger monad-control>=0.3 monad-logger \
safe shakespeare>=2.0 streaming-commons \