mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
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 Obtained from: FreeBSD Haskell
This commit is contained in:
parent
3dd495706e
commit
2c1404b886
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291717
@ -105,6 +105,7 @@
|
||||
SUBDIR += hk_classes
|
||||
SUBDIR += hs-mysql
|
||||
SUBDIR += hs-persistent
|
||||
SUBDIR += hs-persistent-template
|
||||
SUBDIR += hsqldb
|
||||
SUBDIR += hypertable
|
||||
SUBDIR += innobackup
|
||||
|
21
databases/hs-persistent-template/Makefile
Normal file
21
databases/hs-persistent-template/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: hs-persistent-template
|
||||
# Date created: December 26, 2011
|
||||
# Whom: haskell@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= persistent-template
|
||||
PORTVERSION= 0.6.3.1
|
||||
CATEGORIES= databases haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= Type-safe, non-relational, multi-backend persistence
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
USE_CABAL= monad-control>=0.2 persistent>=0.6.2 text>=0.5 \
|
||||
transformers>=0.2
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
2
databases/hs-persistent-template/distinfo
Normal file
2
databases/hs-persistent-template/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (cabal/persistent-template-0.6.3.1.tar.gz) = 2f4325ce9d98d9517c1bc7a711bee125cdd4d0111181bad3ef761d0c50ebf742
|
||||
SIZE (cabal/persistent-template-0.6.3.1.tar.gz) = 6543
|
4
databases/hs-persistent-template/pkg-descr
Normal file
4
databases/hs-persistent-template/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
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
|
@ -192,6 +192,7 @@ path-pieces_port= www/hs-path-pieces
|
||||
pcap_port= net/hs-pcap
|
||||
pcre-light_port= devel/hs-pcre-light # lib_depends
|
||||
persistent_port= databases/hs-persistent
|
||||
persistent-template_port= databases/hs-persistent-template
|
||||
polyparse_port= textproc/hs-polyparse
|
||||
pointed_port= math/hs-pointed
|
||||
pool_port= devel/hs-pool
|
||||
|
Loading…
Reference in New Issue
Block a user