diff options
author | tcberner <tcberner@FreeBSD.org> | 2019-03-31 01:39:36 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2019-03-31 01:39:36 +0800 |
commit | f84f90dc28e919d64b4c426d0e00e337a41d9f86 (patch) | |
tree | c8099d50b52c68c614a102b5d8f340a42015134b /graphics | |
parent | 5af281f5f6f515e77de0c7a937dc3d2147b2f1db (diff) | |
download | freebsd-ports-gnome-f84f90dc28e919d64b4c426d0e00e337a41d9f86.tar.gz freebsd-ports-gnome-f84f90dc28e919d64b4c426d0e00e337a41d9f86.tar.zst freebsd-ports-gnome-f84f90dc28e919d64b4c426d0e00e337a41d9f86.zip |
Mark almost all Haskell ports for expiration by mid April
Ports for Haskell *libraries* are going to be removed from the ports tree.
Haskell *applications* are going to be statically linked with all dependencies
( https://reviews.freebsd.org/D19730 ), so there is no reason to keep
Haskell libraries in tree.
If you think a port is wrongly marked and should stay, please contact haskell@
Submitted by: arrowd
Differential Revision: https://reviews.freebsd.org/D19244
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/hs-JuicyPixels/Makefile | 3 | ||||
-rw-r--r-- | graphics/hs-cairo/Makefile | 3 | ||||
-rw-r--r-- | graphics/hs-dia-base/Makefile | 3 | ||||
-rw-r--r-- | graphics/hs-dia-functions/Makefile | 3 | ||||
-rw-r--r-- | graphics/hs-graphviz/Makefile | 3 | ||||
-rw-r--r-- | graphics/hs-svgcairo/Makefile | 3 |
6 files changed, 18 insertions, 0 deletions
diff --git a/graphics/hs-JuicyPixels/Makefile b/graphics/hs-JuicyPixels/Makefile index 60a54079271e..8cb15a29809f 100644 --- a/graphics/hs-JuicyPixels/Makefile +++ b/graphics/hs-JuicyPixels/Makefile @@ -10,6 +10,9 @@ COMMENT= Picture loading/serialization 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>=1.1 primitive>=0.4 vector>=0.9 zlib>=0.5.3.1 FLAGS_DEFINE= MMAP diff --git a/graphics/hs-cairo/Makefile b/graphics/hs-cairo/Makefile index 31349f286fc7..7bf130dc097c 100644 --- a/graphics/hs-cairo/Makefile +++ b/graphics/hs-cairo/Makefile @@ -10,6 +10,9 @@ COMMENT= Binding to the Cairo 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 + USES= pkgconfig USE_CABAL= gtk2hs-buildtools mtl utf8-string diff --git a/graphics/hs-dia-base/Makefile b/graphics/hs-dia-base/Makefile index 3ea05ff41f1f..68899b46bf00 100644 --- a/graphics/hs-dia-base/Makefile +++ b/graphics/hs-dia-base/Makefile @@ -10,5 +10,8 @@ COMMENT= EDSL for teaching Haskell with diagrams - data 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 + .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/graphics/hs-dia-functions/Makefile b/graphics/hs-dia-functions/Makefile index 74dcf321fdbc..c249d8996c39 100644 --- a/graphics/hs-dia-functions/Makefile +++ b/graphics/hs-dia-functions/Makefile @@ -10,6 +10,9 @@ COMMENT= EDSL for teaching Haskell with diagrams - functions 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= data-pprint dia-base mtl .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" diff --git a/graphics/hs-graphviz/Makefile b/graphics/hs-graphviz/Makefile index aecb728751eb..d6dd93c3d58f 100644 --- a/graphics/hs-graphviz/Makefile +++ b/graphics/hs-graphviz/Makefile @@ -10,6 +10,9 @@ COMMENT= This library provides bindings for the Dot language used by the Graphvi 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 + USES= pkgconfig USE_CABAL= colour dlist fgl polyparse temporary wl-pprint-text diff --git a/graphics/hs-svgcairo/Makefile b/graphics/hs-svgcairo/Makefile index f0c94368cd8a..bf6d08b6e297 100644 --- a/graphics/hs-svgcairo/Makefile +++ b/graphics/hs-svgcairo/Makefile @@ -10,6 +10,9 @@ COMMENT= Binding to the libsvg-cairo 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 + USES= pkgconfig USE_CABAL= cairo glib mtl USE_GNOME= librsvg2 |