diff options
author | heinz <heinz@pkgsrc.org> | 2007-05-20 02:42:27 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-05-20 02:42:27 +0000 |
commit | 2822a6bbbc9348ed1e19ecd977d3321c78ff93e7 (patch) | |
tree | 33772cf5075bee535fe33120c9ed416416e2b854 /devel/ossp-uuid/distinfo | |
parent | 4e3069b817a5635438449f5e1d6e809a6bb56683 (diff) | |
download | pkgsrc-2822a6bbbc9348ed1e19ecd977d3321c78ff93e7.tar.gz |
Initial import of ossp-uuid 1.6.0.
UUIDs are 128 bit numbers which are intended to have a high likelihood
of uniqueness over space and time and are computationally difficult
to guess. They are globally unique identifiers which can be locally
generated without contacting a global registration authority. UUIDs
are intended as unique identifiers for both mass tagging objects
with an extremely short lifetime and to reliably identifying very
persistent objects across a network.
OSSP uuid is a ISO-C:1999 application programming interface (API)
and corresponding command line interface (CLI) for the generation
of DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant Universally
Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version
1 (time and node based), version 3 (name based, MD5), version 4
(random number based) and version 5 (name based, SHA-1). Additional
API bindings are provided for the languages ISO-C++:1998, Perl:5 and
PHP:4/5. Optional backward compatibility exists for the ISO-C DCE-1.1
and Perl Data::UUID APIs.
Diffstat (limited to 'devel/ossp-uuid/distinfo')
-rw-r--r-- | devel/ossp-uuid/distinfo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/ossp-uuid/distinfo b/devel/ossp-uuid/distinfo new file mode 100644 index 00000000000..b945ec34de5 --- /dev/null +++ b/devel/ossp-uuid/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/05/20 02:42:27 heinz Exp $ + +SHA1 (uuid-1.6.0.tar.gz) = 081b91cf6b57ec8f3df1601d1b6fec092eb597d3 +RMD160 (uuid-1.6.0.tar.gz) = 6755ee46fbcf254df7ae7742fea16142b3ad70d4 +Size (uuid-1.6.0.tar.gz) = 406796 bytes +SHA1 (patch-aa) = 3ba1b261ed40ec882e45b92c60383515e81939db |