mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
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 Obtained from: FreeBSD Haskell
This commit is contained in:
parent
7b18280d6c
commit
c6d33b41b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299865
@ -106,6 +106,7 @@
|
||||
SUBDIR += hk_classes
|
||||
SUBDIR += hs-mysql
|
||||
SUBDIR += hs-persistent
|
||||
SUBDIR += hs-persistent-sqlite
|
||||
SUBDIR += hs-persistent-template
|
||||
SUBDIR += hsqldb
|
||||
SUBDIR += hypertable
|
||||
|
21
databases/hs-persistent-sqlite/Makefile
Normal file
21
databases/hs-persistent-sqlite/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: hs-persistent-sqlite
|
||||
# Date created: June 10, 2012
|
||||
# Whom: haskell@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= persistent-sqlite
|
||||
PORTVERSION= 0.9.0.2
|
||||
CATEGORIES= databases haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= Backend for the persistent library using sqlite3
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USE_CABAL= aeson>=0.5 conduit>=0.4 monad-control>=0.2 persistent>=0.9 \
|
||||
text>=0.7 transformers>=0.2.1
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
2
databases/hs-persistent-sqlite/distinfo
Normal file
2
databases/hs-persistent-sqlite/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (cabal/persistent-sqlite-0.9.0.2.tar.gz) = eb8fa320475f28b48d1f3f9e4bb84744aac7d4fb6cfaa8455577e13147f895a7
|
||||
SIZE (cabal/persistent-sqlite-0.9.0.2.tar.gz) = 1108691
|
5
databases/hs-persistent-sqlite/pkg-descr
Normal file
5
databases/hs-persistent-sqlite/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
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
|
@ -210,6 +210,7 @@ pcap_port= net/hs-pcap
|
||||
pcre-light_port= devel/hs-pcre-light # lib_depends
|
||||
pem_port= security/hs-pem
|
||||
persistent_port= databases/hs-persistent
|
||||
persistent-sqlite_port= databases/hs-persistent-sqlite
|
||||
persistent-template_port= databases/hs-persistent-template
|
||||
polyparse_port= textproc/hs-polyparse
|
||||
pointed_port= math/hs-pointed
|
||||
|
Loading…
Reference in New Issue
Block a user