Import hs-hashable-1.1.2.1 as wip/hs-hashable.

This package defines a class, Hashable, for types that can be
converted to a hash value. This class exists for the benefit of
hashing-based data structures. The package provides instances for
basic types and a way to combine hash values.
This commit is contained in:
PHO / phonohawk 2011-07-29 16:19:15 +00:00 committed by Thomas Klausner
parent c89c7f8d91
commit 70445e419c
5 changed files with 44 additions and 0 deletions

4
hs-hashable/DESCR Normal file
View file

@ -0,0 +1,4 @@
This package defines a class, Hashable, for types that can be
converted to a hash value. This class exists for the benefit of
hashing-based data structures. The package provides instances for
basic types and a way to combine hash values.

13
hs-hashable/Makefile Normal file
View file

@ -0,0 +1,13 @@
# $NetBSD: Makefile,v 1.1.1.1 2011/07/29 16:19:15 phonohawk Exp $
#
DISTNAME= hashable-1.1.2.1
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= Class for types that can be converted to a hash value
LICENSE= modified-bsd
.include "../../wip/mk/haskell.mk"
.include "../../wip/hs-text/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

8
hs-hashable/PLIST Normal file
View file

@ -0,0 +1,8 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2011/07/29 16:19:15 phonohawk Exp $
lib/hashable-${PKGVERSION}/${HASKELL_VERSION}/Data/Hashable.hi
lib/hashable-${PKGVERSION}/${HASKELL_VERSION}/Data/Hashable.p_hi
lib/hashable-${PKGVERSION}/${HASKELL_VERSION}/HShashable-${PKGVERSION}.o
lib/hashable-${PKGVERSION}/${HASKELL_VERSION}/libHShashable-${PKGVERSION}.a
lib/hashable-${PKGVERSION}/${HASKELL_VERSION}/libHShashable-${PKGVERSION}_p.a
lib/hashable-${PKGVERSION}/${HASKELL_VERSION}/package-description
share/doc/hashable-${PKGVERSION}/LICENSE

14
hs-hashable/buildlink3.mk Normal file
View file

@ -0,0 +1,14 @@
# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/07/29 16:19:15 phonohawk Exp $
BUILDLINK_TREE+= hs-hashable
.if !defined(HS_HASHABLE_BUILDLINK3_MK)
HS_HASHABLE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-hashable+= hs-hashable>=1.1
BUILDLINK_PKGSRCDIR.hs-hashable?= ../../wip/hs-hashable
.include "../../wip/hs-text/buildlink3.mk"
.endif # HS_HASHABLE_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-hashable

5
hs-hashable/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2011/07/29 16:19:15 phonohawk Exp $
SHA1 (hashable-1.1.2.1.tar.gz) = b4c80b35add74b9eff1110da782a773dc152b2a8
RMD160 (hashable-1.1.2.1.tar.gz) = 18cf3be6169326c4086caf5f077fc9333901704e
Size (hashable-1.1.2.1.tar.gz) = 8406 bytes