From cc1b29f12dc3a562724778973ca4a32ef9f327a8 Mon Sep 17 00:00:00 2001 From: pgj Date: Sat, 18 Feb 2012 17:26:15 +0000 Subject: 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 --- databases/Makefile | 1 + databases/hs-persistent-template/Makefile | 21 +++++++++++++++++++++ databases/hs-persistent-template/distinfo | 2 ++ databases/hs-persistent-template/pkg-descr | 4 ++++ 4 files changed, 28 insertions(+) create mode 100644 databases/hs-persistent-template/Makefile create mode 100644 databases/hs-persistent-template/distinfo create mode 100644 databases/hs-persistent-template/pkg-descr (limited to 'databases') diff --git a/databases/Makefile b/databases/Makefile index 1deaabdf94fd..c187ffd62dea 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -105,6 +105,7 @@ SUBDIR += hk_classes SUBDIR += hs-mysql SUBDIR += hs-persistent + SUBDIR += hs-persistent-template SUBDIR += hsqldb SUBDIR += hypertable SUBDIR += innobackup diff --git a/databases/hs-persistent-template/Makefile b/databases/hs-persistent-template/Makefile new file mode 100644 index 000000000000..9c4c2a22ef2d --- /dev/null +++ b/databases/hs-persistent-template/Makefile @@ -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 diff --git a/databases/hs-persistent-template/distinfo b/databases/hs-persistent-template/distinfo new file mode 100644 index 000000000000..a2145278a98f --- /dev/null +++ b/databases/hs-persistent-template/distinfo @@ -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 diff --git a/databases/hs-persistent-template/pkg-descr b/databases/hs-persistent-template/pkg-descr new file mode 100644 index 000000000000..fe71a91f78e6 --- /dev/null +++ b/databases/hs-persistent-template/pkg-descr @@ -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 -- cgit