This library is useful for creating, comparing, parsing and printing

Universally Unique Identifiers.

From David Schaefer.

ok dcoppa@
This commit is contained in:
kili 2014-03-31 21:43:55 +00:00
parent f063131d7f
commit 2fe6872516
4 changed files with 87 additions and 0 deletions

25
devel/hs-uuid/Makefile Normal file
View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2014/03/31 21:43:55 kili Exp $
COMMENT = creating, comparing, parsing and printing UUIDs
DISTNAME = uuid-1.3.3
CATEGORIES = devel
HOMEPAGE = http://projects.haskell.org/uuid/
MAINTAINER = David Schaefer <dawedawe@gmx.de>
# BSD3
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/hs-hashable>=1.1.1.0,<1.2.0 \
devel/hs-random>=1.0.1,<1.1 \
net/hs-network-info>=0.2,<0.3 \
security/hs-cryptohash>=0.7,<0.12
.include <bsd.port.mk>

2
devel/hs-uuid/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (ghc/uuid-1.3.3.tar.gz) = FSBKc5nOjQZ0PJ4gpVTw26025w2Ej8005wtfm+vVTos=
SIZE (ghc/uuid-1.3.3.tar.gz) = 17303

2
devel/hs-uuid/pkg/DESCR Normal file
View File

@ -0,0 +1,2 @@
This library is useful for creating, comparing, parsing and printing
Universally Unique Identifiers.

58
devel/hs-uuid/pkg/PLIST Normal file
View File

@ -0,0 +1,58 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2014/03/31 21:43:55 kili Exp $
lib/ghc/${DISTNAME}/
lib/ghc/${DISTNAME}/Data/
lib/ghc/${DISTNAME}/Data/UUID/
lib/ghc/${DISTNAME}/Data/UUID.hi
lib/ghc/${DISTNAME}/Data/UUID.p_hi
lib/ghc/${DISTNAME}/Data/UUID/Builder.hi
lib/ghc/${DISTNAME}/Data/UUID/Builder.p_hi
lib/ghc/${DISTNAME}/Data/UUID/Internal.hi
lib/ghc/${DISTNAME}/Data/UUID/Internal.p_hi
lib/ghc/${DISTNAME}/Data/UUID/Named.hi
lib/ghc/${DISTNAME}/Data/UUID/Named.p_hi
lib/ghc/${DISTNAME}/Data/UUID/Util.hi
lib/ghc/${DISTNAME}/Data/UUID/Util.p_hi
lib/ghc/${DISTNAME}/Data/UUID/V1.hi
lib/ghc/${DISTNAME}/Data/UUID/V1.p_hi
lib/ghc/${DISTNAME}/Data/UUID/V3.hi
lib/ghc/${DISTNAME}/Data/UUID/V3.p_hi
lib/ghc/${DISTNAME}/Data/UUID/V4.hi
lib/ghc/${DISTNAME}/Data/UUID/V4.p_hi
lib/ghc/${DISTNAME}/Data/UUID/V5.hi
lib/ghc/${DISTNAME}/Data/UUID/V5.p_hi
lib/ghc/${DISTNAME}/Data/Word/
lib/ghc/${DISTNAME}/Data/Word/Util.hi
lib/ghc/${DISTNAME}/Data/Word/Util.p_hi
lib/ghc/${DISTNAME}/HS${DISTNAME}.o
lib/ghc/${DISTNAME}/libHS${DISTNAME}.a
lib/ghc/${DISTNAME}/libHS${DISTNAME}_p.a
lib/ghc/${DISTNAME}/register.sh
share/doc/hs-${DISTNAME}/
share/doc/hs-${DISTNAME}/LICENSE
share/doc/hs-${DISTNAME}/html/
share/doc/hs-${DISTNAME}/html/Data-UUID-Util.html
share/doc/hs-${DISTNAME}/html/Data-UUID-V1.html
share/doc/hs-${DISTNAME}/html/Data-UUID-V3.html
share/doc/hs-${DISTNAME}/html/Data-UUID-V4.html
share/doc/hs-${DISTNAME}/html/Data-UUID-V5.html
share/doc/hs-${DISTNAME}/html/Data-UUID.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-UUID-Util.html
share/doc/hs-${DISTNAME}/html/mini_Data-UUID-V1.html
share/doc/hs-${DISTNAME}/html/mini_Data-UUID-V3.html
share/doc/hs-${DISTNAME}/html/mini_Data-UUID-V4.html
share/doc/hs-${DISTNAME}/html/mini_Data-UUID-V5.html
share/doc/hs-${DISTNAME}/html/mini_Data-UUID.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/uuid.haddock
@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