A vault is a 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. ok matthew, sthen.
This commit is contained in:
parent
07ffe3ec07
commit
3456fbfc81
20
devel/hs-vault/Makefile
Normal file
20
devel/hs-vault/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2012/08/30 20:55:05 kili Exp $
|
||||
|
||||
COMMENT = persistent store for values of arbitrary types
|
||||
|
||||
DISTNAME = vault-0.1.0.0
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
||||
|
||||
# BSD3
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES = lang/ghc
|
||||
|
||||
MODGHC_BUILD = cabal hackage haddock register
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/hs-vault/distinfo
Normal file
5
devel/hs-vault/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (ghc/vault-0.1.0.0.tar.gz) = rXdiuOIhxAE1MDlTqgqBRw==
|
||||
RMD160 (ghc/vault-0.1.0.0.tar.gz) = xg6NdzslfoOJXt7FIhFZFaFzHXQ=
|
||||
SHA1 (ghc/vault-0.1.0.0.tar.gz) = sUL+1qLVYDPVyTTuVlPDLU3qFv4=
|
||||
SHA256 (ghc/vault-0.1.0.0.tar.gz) = GOcH8oTAADWSQaz8KCW7mNY2nvPVTNh/3Lvymh6I8wk=
|
||||
SIZE (ghc/vault-0.1.0.0.tar.gz) = 3247
|
6
devel/hs-vault/pkg/DESCR
Normal file
6
devel/hs-vault/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
A vault is a 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.
|
30
devel/hs-vault/pkg/PLIST
Normal file
30
devel/hs-vault/pkg/PLIST
Normal file
@ -0,0 +1,30 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/08/30 20:55:05 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Data/
|
||||
lib/ghc/${DISTNAME}/Data/Vault/
|
||||
lib/ghc/${DISTNAME}/Data/Vault.hi
|
||||
lib/ghc/${DISTNAME}/Data/Vault/ST.hi
|
||||
lib/ghc/${DISTNAME}/HS${DISTNAME}.o
|
||||
lib/ghc/${DISTNAME}/libHS${DISTNAME}.a
|
||||
lib/ghc/${DISTNAME}/register.sh
|
||||
@exec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/register.sh -v0
|
||||
@unexec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/unregister.sh -v0 --force
|
||||
lib/ghc/${DISTNAME}/unregister.sh
|
||||
share/doc/hs-${DISTNAME}/
|
||||
share/doc/hs-${DISTNAME}/LICENSE
|
||||
share/doc/hs-${DISTNAME}/html/
|
||||
share/doc/hs-${DISTNAME}/html/Data-Vault-ST.html
|
||||
share/doc/hs-${DISTNAME}/html/Data-Vault.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Vault-ST.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Vault.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
share/doc/hs-${DISTNAME}/html/vault.haddock
|
Loading…
Reference in New Issue
Block a user