summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile6
-rw-r--r--databases/hs-esqueleto/Makefile22
-rw-r--r--databases/hs-esqueleto/distinfo3
-rw-r--r--databases/hs-esqueleto/pkg-descr9
-rw-r--r--databases/hs-hedis/Makefile21
-rw-r--r--databases/hs-hedis/distinfo3
-rw-r--r--databases/hs-hedis/pkg-descr6
-rw-r--r--databases/hs-mysql/Makefile20
-rw-r--r--databases/hs-mysql/distinfo3
-rw-r--r--databases/hs-mysql/pkg-descr4
-rw-r--r--databases/hs-persistent-sqlite/Makefile21
-rw-r--r--databases/hs-persistent-sqlite/distinfo3
-rw-r--r--databases/hs-persistent-sqlite/pkg-descr5
-rw-r--r--databases/hs-persistent-template/Makefile20
-rw-r--r--databases/hs-persistent-template/distinfo3
-rw-r--r--databases/hs-persistent-template/files/patch-persistent-template.cabal18
-rw-r--r--databases/hs-persistent-template/pkg-descr4
-rw-r--r--databases/hs-persistent/Makefile24
-rw-r--r--databases/hs-persistent/distinfo3
-rw-r--r--databases/hs-persistent/files/patch-persistent.cabal11
-rw-r--r--databases/hs-persistent/pkg-descr4
21 files changed, 0 insertions, 213 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 771f07522bb2..6ae5d2b1b512 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -106,12 +106,6 @@
SUBDIR += hashtypes
SUBDIR += hbase
SUBDIR += hiredis
- SUBDIR += hs-esqueleto
- SUBDIR += hs-hedis
- SUBDIR += hs-mysql
- SUBDIR += hs-persistent
- SUBDIR += hs-persistent-sqlite
- SUBDIR += hs-persistent-template
SUBDIR += hsqldb
SUBDIR += influxdb
SUBDIR += innotop
diff --git a/databases/hs-esqueleto/Makefile b/databases/hs-esqueleto/Makefile
deleted file mode 100644
index 007e7d52981d..000000000000
--- a/databases/hs-esqueleto/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= esqueleto
-PORTVERSION= 2.5.3
-PORTREVISION= 4
-CATEGORIES= databases haskell
-
-MAINTAINER= haskell@FreeBSD.org
-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
-
-IGNORE= Doesn't build with recent Persistent
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>
diff --git a/databases/hs-esqueleto/distinfo b/databases/hs-esqueleto/distinfo
deleted file mode 100644
index c40bdd28fc6a..000000000000
--- a/databases/hs-esqueleto/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1499619928
-SHA256 (cabal/esqueleto-2.5.3.tar.gz) = 3d997551fe9e42b39b5eb8215d5daf4c59e33d55da5bc9eff193ae8a7f4ec482
-SIZE (cabal/esqueleto-2.5.3.tar.gz) = 40259
diff --git a/databases/hs-esqueleto/pkg-descr b/databases/hs-esqueleto/pkg-descr
deleted file mode 100644
index 0db52257c36c..000000000000
--- a/databases/hs-esqueleto/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-esqueleto is a bare bones, type-safe EDSL for SQL queries that works
-with unmodified persistent SQL backends. Its language closely resembles
-SQL, so you don't have to learn new concepts, just new syntax, and it's
-fairly easy to predict the generated SQL and optimize it for your
-backend. Most kinds of errors committed when writing SQL are caught as
-compile-time errors---although it is possible to write type-checked
-esqueleto queries that fail at runtime.
-
-WWW: https://github.com/prowdsponsor/esqueleto
diff --git a/databases/hs-hedis/Makefile b/databases/hs-hedis/Makefile
deleted file mode 100644
index ba8f34a6e443..000000000000
--- a/databases/hs-hedis/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Created by: martin@sugioarto.com
-# $FreeBSD$
-
-PORTNAME= hedis
-PORTVERSION= 0.10.1
-PORTREVISION= 3
-CATEGORIES= databases haskell
-
-MAINTAINER= haskell@FreeBSD.org
-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
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>
diff --git a/databases/hs-hedis/distinfo b/databases/hs-hedis/distinfo
deleted file mode 100644
index 399fe1ec2c40..000000000000
--- a/databases/hs-hedis/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1524158122
-SHA256 (cabal/hedis-0.10.1.tar.gz) = 56afcf52d8b32f23a79de7c50bcaf309f0dfd610cceacb6174dfdce0c051f5f7
-SIZE (cabal/hedis-0.10.1.tar.gz) = 42203
diff --git a/databases/hs-hedis/pkg-descr b/databases/hs-hedis/pkg-descr
deleted file mode 100644
index a6a74e2854c5..000000000000
--- a/databases/hs-hedis/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Redis is an open source, advanced key-value store. It is often referred to
-as a data structure server since keys can contain strings, hashes, lists,
-sets and sorted sets. This library is a Haskell client for the Redis
-datastore.
-
-WWW: https://github.com/informatikr/hedis
diff --git a/databases/hs-mysql/Makefile b/databases/hs-mysql/Makefile
deleted file mode 100644
index c341f5fb85e3..000000000000
--- a/databases/hs-mysql/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Created by: jyyou@cs.nctu.edu.tw
-# $FreeBSD$
-
-PORTNAME= mysql
-PORTVERSION= 0.1.5
-PORTREVISION= 2
-CATEGORIES= databases haskell
-
-MAINTAINER= haskell@FreeBSD.org
-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"
-.include <bsd.port.mk>
diff --git a/databases/hs-mysql/distinfo b/databases/hs-mysql/distinfo
deleted file mode 100644
index 784ee195e863..000000000000
--- a/databases/hs-mysql/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1524151121
-SHA256 (cabal/mysql-0.1.5.tar.gz) = 49b367d07f6d93fd4cbd08390f83bbf8e40c66156a1d2b0f570b68921e6f3075
-SIZE (cabal/mysql-0.1.5.tar.gz) = 16389
diff --git a/databases/hs-mysql/pkg-descr b/databases/hs-mysql/pkg-descr
deleted file mode 100644
index 683488cf0fe9..000000000000
--- a/databases/hs-mysql/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-A low-level client library for the MySQL database, implemented as bindings to
-the C mysqlclient API.
-
-WWW: https://github.com/bos/mysql
diff --git a/databases/hs-persistent-sqlite/Makefile b/databases/hs-persistent-sqlite/Makefile
deleted file mode 100644
index 20c8e6fa459a..000000000000
--- a/databases/hs-persistent-sqlite/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= persistent-sqlite
-PORTVERSION= 2.9.1
-PORTREVISION= 1
-CATEGORIES= databases haskell
-
-MAINTAINER= haskell@FreeBSD.org
-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
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>
diff --git a/databases/hs-persistent-sqlite/distinfo b/databases/hs-persistent-sqlite/distinfo
deleted file mode 100644
index fb57fcff0a9e..000000000000
--- a/databases/hs-persistent-sqlite/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1546102088
-SHA256 (cabal/persistent-sqlite-2.9.1.tar.gz) = 52407dd8195f36462e0dce9cea75176b9eaa3f0adf2feef6ca3ff01f422905d2
-SIZE (cabal/persistent-sqlite-2.9.1.tar.gz) = 2169017
diff --git a/databases/hs-persistent-sqlite/pkg-descr b/databases/hs-persistent-sqlite/pkg-descr
deleted file mode 100644
index aa47ae6bf968..000000000000
--- a/databases/hs-persistent-sqlite/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-This package includes a thin sqlite3 wrapper based on the direct-sqlite
-package, as well as the entire C library, so there are no system
-dependencies.
-
-WWW: http://www.yesodweb.com/book/persistent
diff --git a/databases/hs-persistent-template/Makefile b/databases/hs-persistent-template/Makefile
deleted file mode 100644
index f7888913a1e2..000000000000
--- a/databases/hs-persistent-template/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= persistent-template
-PORTVERSION= 2.5.4
-PORTREVISION= 3
-CATEGORIES= databases haskell
-
-MAINTAINER= haskell@FreeBSD.org
-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
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>
diff --git a/databases/hs-persistent-template/distinfo b/databases/hs-persistent-template/distinfo
deleted file mode 100644
index c2e94a6f3ab5..000000000000
--- a/databases/hs-persistent-template/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1525178560
-SHA256 (cabal/persistent-template-2.5.4.tar.gz) = 4cae740ce92f98cb3ae9e092e740753394d5687b887399ee5f87af7f3c730a01
-SIZE (cabal/persistent-template-2.5.4.tar.gz) = 21079
diff --git a/databases/hs-persistent-template/files/patch-persistent-template.cabal b/databases/hs-persistent-template/files/patch-persistent-template.cabal
deleted file mode 100644
index 04b069714821..000000000000
--- a/databases/hs-persistent-template/files/patch-persistent-template.cabal
+++ /dev/null
@@ -1,18 +0,0 @@
---- persistent-template.cabal.orig 2018-03-08 15:56:53 UTC
-+++ persistent-template.cabal
-@@ -23,13 +23,13 @@ library
- , text >= 0.5
- , transformers >= 0.2 && < 0.6
- , containers
-- , aeson >= 0.7 && < 1.3
-+ , aeson >= 0.7 && < 1.4
- , aeson-compat >= 0.3.2.0 && < 0.4
- , monad-logger
- , unordered-containers
- , tagged
- , path-pieces
-- , http-api-data >= 0.2 && < 0.4
-+ , http-api-data >= 0.2 && < 0.5
- , ghc-prim
- exposed-modules: Database.Persist.TH
- ghc-options: -Wall
diff --git a/databases/hs-persistent-template/pkg-descr b/databases/hs-persistent-template/pkg-descr
deleted file mode 100644
index 670d67a81ebd..000000000000
--- a/databases/hs-persistent-template/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-This library provides just the general interface and helper functions.
-You must use a specific backend in order to make this useful.
-
-WWW: http://www.yesodweb.com/book/persistent
diff --git a/databases/hs-persistent/Makefile b/databases/hs-persistent/Makefile
deleted file mode 100644
index 081d327b9366..000000000000
--- a/databases/hs-persistent/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= persistent
-PORTVERSION= 2.9.0
-PORTREVISION= 1
-CATEGORIES= databases haskell
-
-MAINTAINER= haskell@FreeBSD.org
-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 \
- monad-control>=0.3 monad-logger>=0.3 mtl old-locale \
- path-pieces>=0.1 resource-pool resourcet>=1.1 scientific \
- silently tagged transformers-base unordered-containers vector
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>
diff --git a/databases/hs-persistent/distinfo b/databases/hs-persistent/distinfo
deleted file mode 100644
index 5dddd4ac79f9..000000000000
--- a/databases/hs-persistent/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1546018609
-SHA256 (cabal/persistent-2.9.0.tar.gz) = e7865ceb4aa1e93ca8c65c789f92c8046a39ecf41283682bcace33e89b77f261
-SIZE (cabal/persistent-2.9.0.tar.gz) = 60901
diff --git a/databases/hs-persistent/files/patch-persistent.cabal b/databases/hs-persistent/files/patch-persistent.cabal
deleted file mode 100644
index 3494ecaa6136..000000000000
--- a/databases/hs-persistent/files/patch-persistent.cabal
+++ /dev/null
@@ -1,11 +0,0 @@
---- persistent.cabal.orig 2018-10-14 06:53:03 UTC
-+++ persistent.cabal
-@@ -33,7 +33,7 @@ library
- , resourcet >= 1.1.10
- , resource-pool >= 0.2.2.0
- , path-pieces >= 0.1
-- , http-api-data >= 0.2 && < 0.4
-+ , http-api-data >= 0.2 && < 0.5
- , aeson >= 0.5
- , monad-logger >= 0.3.28
- , base64-bytestring
diff --git a/databases/hs-persistent/pkg-descr b/databases/hs-persistent/pkg-descr
deleted file mode 100644
index 8814d00f5b17..000000000000
--- a/databases/hs-persistent/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Type-safe, data serialization. You must use a specific backend in order
-to make this useful.
-
-WWW: http://www.yesodweb.com/book/persistent