This library is a Haskell binding to the MySQL mysqlclient client library.
It is a fairly faithful, low level library that implements most of the MySQL client API. WWW: https://github.com/mailrank/mysql PR: ports/157264 Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
This commit is contained in:
parent
84ee8cbb16
commit
8c36f7a8aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277021
@ -111,6 +111,7 @@
|
||||
SUBDIR += hamsterdb
|
||||
SUBDIR += hiredis
|
||||
SUBDIR += hk_classes
|
||||
SUBDIR += hs-mysql
|
||||
SUBDIR += hsqldb
|
||||
SUBDIR += hypertable
|
||||
SUBDIR += innobackup
|
||||
|
20
databases/hs-mysql/Makefile
Normal file
20
databases/hs-mysql/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: hs-mysql
|
||||
# Date created: 2011-05-23
|
||||
# Whom: jyyou@cs.nctu.edu.tw
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mysql
|
||||
PORTVERSION= 0.1.1.1
|
||||
CATEGORIES= databases haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= A low-level client library for the MySQL database
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
USE_MYSQL= yes
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
2
databases/hs-mysql/distinfo
Normal file
2
databases/hs-mysql/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (cabal/mysql-0.1.1.1.tar.gz) = bd8958f87bf3951ce9bf367cdbbd3a6d587b766ec206bb4ede40852f6156ea1f
|
||||
SIZE (cabal/mysql-0.1.1.1.tar.gz) = 13562
|
5
databases/hs-mysql/pkg-descr
Normal file
5
databases/hs-mysql/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This library is a Haskell binding to the MySQL mysqlclient client library.
|
||||
It is a fairly faithful, low level library that implements
|
||||
most of the MySQL client API.
|
||||
|
||||
WWW: https://github.com/mailrank/mysql
|
@ -102,6 +102,7 @@ MonadCatchIO-mtl_port= devel/hs-MonadCatchIO-mtl
|
||||
mtl_port= devel/hs-mtl
|
||||
mueval_port= devel/hs-mueval # executable
|
||||
mwc-random_port= math/hs-mwc-random
|
||||
mysql_port= databases/hs-mysql
|
||||
network_port= net/hs-network
|
||||
ObjectName_port= devel/hs-ObjectName
|
||||
oeis_port= www/hs-oeis
|
||||
|
Loading…
Reference in New Issue
Block a user