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
This commit is contained in:
parent
b450fe30b6
commit
6fa27dcfe7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497311
@ -10,5 +10,8 @@ COMMENT= Reading, writing, and manipulating ".tar" archive files
|
||||
|
||||
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>
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Library for creating and modifying zip archives
|
||||
|
||||
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= digest>=0.0.0.1 mtl old-time zlib
|
||||
|
||||
FLAGS_DEFINE= EXECUTABLE
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Low-level bindings to the zlib 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
|
||||
|
||||
USE_CABAL= zlib>=0.5.2.0
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -11,5 +11,8 @@ COMMENT= Compression and decompression in the gzip and zlib formats
|
||||
|
||||
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>
|
||||
|
@ -11,6 +11,9 @@ COMMENT= Binding for the OpenAL Utility Toolkit
|
||||
|
||||
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= OpenAL>=1.7 StateVar>=1.1
|
||||
USES= openal:al,alut
|
||||
|
||||
|
@ -11,6 +11,9 @@ COMMENT= Binding to the OpenAL cross-platform 3D audio API
|
||||
|
||||
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= ObjectName>=1.1 OpenGL>=2.12 StateVar>=1.1
|
||||
USES= openal:al
|
||||
|
||||
|
@ -10,6 +10,9 @@ COMMENT= MPD client 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= attoparsec>=0.10.1 data-default-class>=0.0.1 mtl>=2.0 \
|
||||
network>=2.1 old-locale>=1.0 utf8-string>=0.3.1
|
||||
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Criterion measurement functionality and associated 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= aeson base-compat vector
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -11,6 +11,9 @@ COMMENT= Robust, reliable performance measurement and analysis
|
||||
|
||||
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 ansi-wl-pprint base-compat base-compat-batteries \
|
||||
cassava code-page criterion-measurement exceptions Glob \
|
||||
js-flot js-jquery microstache mtl mwc-random \
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Fast JSON parsing and encoding
|
||||
|
||||
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 attoparsec-iso8601 base-compat exceptions \
|
||||
hashable scientific semigroups tagged time-locale-compat \
|
||||
unordered-containers vector
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Fast JSON parsing and encoding
|
||||
|
||||
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.13.0.1 base-compat>=0.9.1 dlist>=0.6 hashable>=1.1.2.0 \
|
||||
scientific>=0.3.1 tagged th-abstraction time-locale-compat>=0.1.1 \
|
||||
unordered-containers>=0.2.3.0 uuid-types>=1.0.3 vector>=0.8
|
||||
|
@ -11,6 +11,9 @@ COMMENT= Support for serialising Haskell to and from JSON
|
||||
|
||||
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 syb
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Data encoding 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
|
||||
|
||||
CONFLICTS_INSTALL= hs-dataenc-[0-9]*
|
||||
|
||||
USE_CABAL= conduit exceptions stringsearch
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Type-safe EDSL for SQL queries on persistent backends
|
||||
|
||||
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-html conduit monad-logger persistent \
|
||||
resourcet tagged unordered-containers
|
||||
|
||||
|
@ -11,6 +11,9 @@ COMMENT= Client library for the Redis datastore
|
||||
|
||||
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 bytestring-lexing errors HTTP mtl network network-uri \
|
||||
resource-pool scanner unordered-containers vector
|
||||
|
||||
|
@ -11,6 +11,9 @@ COMMENT= Low-level MySQL client 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= mysql ssl
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Backend for the persistent library using sqlite3
|
||||
|
||||
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 conduit microlens-th monad-control monad-logger \
|
||||
old-locale persistent resource-pool resourcet \
|
||||
unordered-containers
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Type-safe, non-relational, multi-backend persistence
|
||||
|
||||
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 aeson-compat http-api-data monad-control monad-logger \
|
||||
path-pieces persistent tagged unordered-containers
|
||||
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Type-safe, multi-backend data serialization
|
||||
|
||||
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>=0.5 attoparsec base64-bytestring blaze-html>=0.5 \
|
||||
blaze-markup>=0.5.1 conduit>=1.0 exceptions>=0.6 \
|
||||
fast-logger>=2.1 haskell-src-meta http-api-data lifted-base \
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Desktop Notifications client
|
||||
|
||||
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= dbus
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -10,5 +10,8 @@ COMMENT= Generalized Booleans and numbers
|
||||
|
||||
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>
|
||||
|
@ -11,5 +11,8 @@ COMMENT= Channels with bounded sizes
|
||||
|
||||
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>
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Configuration file reading and writing
|
||||
|
||||
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= MissingH>=1.0.0 mtl
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -10,6 +10,9 @@ COMMENT= A library of efficient, purely-functional data structures (API)
|
||||
|
||||
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= mtl
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -10,6 +10,9 @@ COMMENT= A library of efficent, purely-functional data structures (Core Implemen
|
||||
|
||||
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= EdisonAPI mtl semigroups QuickCheck
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -10,5 +10,8 @@ COMMENT= Pretty printing for Generic value
|
||||
|
||||
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>
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Globbing 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
|
||||
|
||||
USE_CABAL= dlist>=0.4 transformers-compat
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Unit testing framework for Haskell
|
||||
|
||||
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= call-stack
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Anaphoric and miscellaneous useful control-flow
|
||||
|
||||
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
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -10,5 +10,8 @@ COMMENT= List monad transformer and class
|
||||
|
||||
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>
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Generic support for list-like structures in Haskell
|
||||
|
||||
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= dlist fmlist primitive utf8-string vector
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -11,6 +11,9 @@ COMMENT= Trie-based memo 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= newtype-generics void
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -11,6 +11,9 @@ COMMENT= Large utility 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
|
||||
|
||||
BROKEN= Doesn't compile with newest GHC
|
||||
|
||||
USE_CABAL= hslogger HUnit mtl network old-time random regex-compat
|
||||
|
@ -8,6 +8,9 @@ CATEGORIES= devel haskell
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= Random-number generation monad
|
||||
|
||||
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 primitive random transformers-compat>=0.4
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -11,5 +11,8 @@ COMMENT= Explicitly handled object names for Haskell
|
||||
|
||||
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>
|
||||
|
@ -10,5 +10,8 @@ COMMENT= This package provides a canonical anonymous 1-tuple type
|
||||
|
||||
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>
|
||||
|
@ -11,6 +11,9 @@ COMMENT= Automatic testing of Haskell 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= extensible-exceptions random tf-random>=0.4
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Simple command line argument parsing
|
||||
|
||||
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= system-filepath>=0.4.7
|
||||
|
||||
EXECUTABLE= ReadArgsEx
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Monad transformer version of the ST monad
|
||||
|
||||
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
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -10,5 +10,8 @@ COMMENT= Much safer replacement for QSemN, QSem, and SampleVar
|
||||
|
||||
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>
|
||||
|
@ -10,5 +10,8 @@ COMMENT= State variables
|
||||
|
||||
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>
|
||||
|
@ -11,6 +11,9 @@ COMMENT= Library for manipulating infinite lists
|
||||
|
||||
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= lazysmallcheck>=0.3 QuickCheck>=2.0
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Abstract, parameterized interface to mutable Deques
|
||||
|
||||
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= random
|
||||
|
||||
FLAGS_DISABLE= useCAS
|
||||
|
@ -10,5 +10,8 @@ COMMENT= Type classes generalizing the functionality of the 'monad-par' 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
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Basic definitions for activehs
|
||||
|
||||
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= QuickCheck>=2.4
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Simple ANSI terminal support, with Windows compatibility
|
||||
|
||||
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= colour
|
||||
|
||||
FLAGS_DISABLE= Example
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Wadler/Leijen Pretty Printer for colored ANSI terminal output
|
||||
|
||||
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= ansi-terminal>=0.4.0 semigroups>=0.1
|
||||
|
||||
FLAGS_DISABLE= Example
|
||||
|
@ -11,6 +11,9 @@ COMMENT= Haskell arrow classes and transformers
|
||||
|
||||
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= Stream
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -10,6 +10,9 @@ COMMENT= ASN1 data reader and writer in RAW, BER, and DER forms
|
||||
|
||||
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= cereal mtl
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -10,6 +10,9 @@ COMMENT= ASN1 data reader and writer in RAW, BER and DER forms
|
||||
|
||||
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= asn1-types>=0.3.0 hourglass>=0.2.6 mtl
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Simple monadic parser for ASN1 stream 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= asn1-encoding>=0.9 asn1-types>=0.3 mtl
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -10,6 +10,9 @@ COMMENT= ASN.1 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= hourglass memory
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Run IO operations asynchronously and wait for their results
|
||||
|
||||
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= hashable
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Safe approach to CAS and other atomic operations
|
||||
|
||||
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= primitive
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -10,5 +10,8 @@ COMMENT= Efficiently run periodic, on-demand actions
|
||||
|
||||
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
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
@ -10,6 +10,9 @@ COMMENT= base-compat with extra batteries
|
||||
|
||||
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= base-compat
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -10,5 +10,8 @@ COMMENT= Provides functions available in later versions of base to a wider range
|
||||
|
||||
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
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
@ -10,5 +10,8 @@ COMMENT= Backwards-compatible orphan instances for base
|
||||
|
||||
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
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
@ -10,5 +10,8 @@ COMMENT= Unicode alternatives for common functions and operators
|
||||
|
||||
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>
|
||||
|
@ -10,5 +10,8 @@ COMMENT= Fast base16 (hex) encoding and deconding for ByteStrings
|
||||
|
||||
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>
|
||||
|
@ -10,5 +10,8 @@ COMMENT= Fast base64 encoding and decoding for ByteStrings
|
||||
|
||||
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>
|
||||
|
@ -10,5 +10,8 @@ COMMENT= Foundation most basic primitives without any dependencies
|
||||
|
||||
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>
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Enhanced core prelude; a common foundation for alternate preludes
|
||||
|
||||
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= hashable lifted-base ReadArgs>=1.2 safe unordered-containers \
|
||||
vector
|
||||
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Bifunctors
|
||||
|
||||
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= base-orphans comonad semigroups>=0.8.3.1 tagged>=0.7.3 \
|
||||
th-abstraction
|
||||
|
||||
|
@ -10,5 +10,8 @@ COMMENT= Mutable and immutable bit arrays
|
||||
|
||||
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>
|
||||
|
@ -10,5 +10,8 @@ COMMENT= Atomic bit operations on memory locations
|
||||
|
||||
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>
|
||||
|
@ -10,5 +10,8 @@ COMMENT= Efficient buffered output
|
||||
|
||||
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>
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Fast rendering of common datatypes
|
||||
|
||||
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 double-conversion>=0.2.0.1 \
|
||||
old-locale vector
|
||||
|
||||
|
@ -10,5 +10,8 @@ COMMENT= Pure and impure Bloom Filter implementations
|
||||
|
||||
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>
|
||||
|
@ -10,6 +10,9 @@ COMMENT= 2D text pretty-printing 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
|
||||
|
||||
USE_CABAL= split>=0.2
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -11,5 +11,8 @@ COMMENT= Access to the BSD sysctl(3) interface
|
||||
|
||||
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>
|
||||
|
@ -10,5 +10,8 @@ COMMENT= Type class for sequence of bytes
|
||||
|
||||
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>
|
||||
|
@ -10,5 +10,8 @@ COMMENT= Exposes the native endianness or byte ordering of the system
|
||||
|
||||
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>
|
||||
|
@ -11,6 +11,9 @@ COMMENT= Parse and produce literals from strict or lazy bytestrings
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
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_ALEX= yes
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -10,5 +10,8 @@ COMMENT= Mmap support for strict ByteStrings
|
||||
|
||||
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>
|
||||
|
@ -10,5 +10,6 @@ COMMENT= Parse numeric literals from ByteStrings
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
@ -10,5 +10,8 @@ COMMENT= Efficient conversion of values into readable byte strings
|
||||
|
||||
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>
|
||||
|
@ -10,5 +10,8 @@ COMMENT= The call-stack 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>
|
||||
|
@ -10,5 +10,8 @@ COMMENT= Binary serialization 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
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
@ -11,6 +11,9 @@ COMMENT= Check properties on standard classes and data structures
|
||||
|
||||
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= QuickCheck>=2.3 random
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Typeclasses for dealing with various chunked data representations
|
||||
|
||||
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 mono-traversable>=0.2 semigroups vector
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Conduit instances for classy-prelude
|
||||
|
||||
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= classy-prelude>=0.12.0 conduit>=1.0 \
|
||||
conduit-combinators>=0.2.8 monad-control resourcet void
|
||||
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Typeclass-based Prelude
|
||||
|
||||
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= async basic-prelude bifunctors chunked-data dlist \
|
||||
exceptions hashable lifted-async lifted-base monad-unlift \
|
||||
mono-traversable mono-traversable-instances mtl \
|
||||
|
@ -10,5 +10,8 @@ COMMENT= A package for convenient access to high-resolution clock and timer func
|
||||
|
||||
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>
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Command-line argument processing
|
||||
|
||||
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
|
||||
|
||||
FLAGS_DEFINE= QUOTATION
|
||||
FLAGS_DEFAULT= QUOTATION
|
||||
|
||||
|
@ -10,5 +10,8 @@ COMMENT= A cross-platform module that exports functions which adjust code pages
|
||||
|
||||
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>
|
||||
|
@ -10,5 +10,8 @@ COMMENT= This package provides a data type for colours and transparency
|
||||
|
||||
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>
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Ungarble output from several threads or commands
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
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 exceptions ansi-terminal terminal-size
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Commonly used conduit functions, for both chunked and unchunked data
|
||||
|
||||
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= base16-bytestring base64-bytestring>=0.1.1.1 chunked-data \
|
||||
conduit>=1.2.2 conduit-extra>=1.1.1 monad-control \
|
||||
mono-traversable>=0.4 mwc-random primitive resourcet \
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Batteries included conduit: adapters for common libraries
|
||||
|
||||
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= attoparsec>=0.10 blaze-builder>=0.3 conduit>=1.1 \
|
||||
monad-control network>=2.3 primitive>=0.5 resourcet>=1.1 \
|
||||
streaming-commons>=0.1.11 transformers-base typed-process
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Streaming data processing 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= exceptions>=0.6 lifted-base>=0.1 mmorph mono-traversable mtl \
|
||||
resourcet>=1.1 transformers-base>=0.4.1 vector void>=0.5.5
|
||||
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Configuration management
|
||||
|
||||
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.2 hashable unix-compat unordered-containers
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Constraint manipulation
|
||||
|
||||
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= hashable mtl semigroups transformers-compat
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -11,6 +11,9 @@ COMMENT= Typeclasses and instances for converting between 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= mtl old-locale old-time
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -12,7 +12,6 @@ COMMENT= Liberalised re-implementation of cpp, the C pre-processor
|
||||
LICENSE= LGPL21
|
||||
|
||||
USE_CABAL= old-locale old-time polyparse>=1.9
|
||||
|
||||
EXECUTABLE= cpphs
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -19,7 +19,6 @@ USE_CABAL= async attoparsec base16-bytestring cryptohash \
|
||||
regex-applicative regex-compat-tdfa sandi tar \
|
||||
transformers-compat unix-compat \
|
||||
utf8-string vector zip-archive zlib
|
||||
|
||||
EXECUTABLE= darcs
|
||||
|
||||
MAN1PAGES= darcs.1
|
||||
|
@ -10,5 +10,8 @@ COMMENT= Class for types with a default value
|
||||
|
||||
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>
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Default instances for types in base
|
||||
|
||||
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-default-class
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Default instances for types in containers
|
||||
|
||||
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-default-class
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
@ -10,6 +10,9 @@ COMMENT= Default instances for types in dlist
|
||||
|
||||
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-default-class dlist
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user