mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
A "vault" is a typed, persistent store for values of arbitrary types. It's
like having first-class access to the storage space behind IORefs. The data structure is analogous to a bank vault, where you can access different bank boxes with different keys; hence the name. Also provided is a "locker" type, representing a store for a single element. WWW: https://github.com/HeinrichApfelmus/vault Obtained from: FreeBSD Haskell
This commit is contained in:
parent
635a68e21b
commit
aa7f8f5971
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298135
4 changed files with 32 additions and 0 deletions
22
devel/hs-vault/Makefile
Normal file
22
devel/hs-vault/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: hs-vault
|
||||
# Date created: April 7, 2012
|
||||
# Whom: haskell@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= vault
|
||||
PORTVERSION= 0.2.0.0
|
||||
CATEGORIES= devel haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= A persistent store for values of arbitrary types
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
CABAL_SETUP= Setup.hs
|
||||
|
||||
USE_CABAL= hashable unordered-containers>=0.2.1.0
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
2
devel/hs-vault/distinfo
Normal file
2
devel/hs-vault/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (cabal/vault-0.2.0.0.tar.gz) = 5b0797d80cb229ae470ffa43a66f0f13e29d916b5fc28a9c4b8e2f11f73c68c3
|
||||
SIZE (cabal/vault-0.2.0.0.tar.gz) = 4761
|
7
devel/hs-vault/pkg-descr
Normal file
7
devel/hs-vault/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
A "vault" is a typed, persistent store for values of arbitrary types. It's
|
||||
like having first-class access to the storage space behind IORefs. The
|
||||
data structure is analogous to a bank vault, where you can access different
|
||||
bank boxes with different keys; hence the name. Also provided is a "locker"
|
||||
type, representing a store for a single element.
|
||||
|
||||
WWW: https://github.com/HeinrichApfelmus/vault
|
|
@ -289,6 +289,7 @@ uuagc_port= devel/hs-uuagc # executable
|
|||
uuagc-bootstrap_port= devel/hs-uuagc-bootstrap # executable
|
||||
uuagc-cabal_port= devel/hs-uuagc-cabal
|
||||
uulib_port= devel/hs-uulib
|
||||
vault_port= devel/hs-vault
|
||||
vector_port= devel/hs-vector
|
||||
vector-algorithms_port= devel/hs-vector-algorithms
|
||||
vector-space_port= math/hs-vector-space
|
||||
|
|
Loading…
Add table
Reference in a new issue