Index: ossp-pkg/uuid/README RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/README,v rcsdiff -q -kk '-r1.29' '-r1.30' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/README,v' 2>/dev/null --- README 2005/08/31 09:59:45 1.29 +++ README 2005/08/31 20:10:25 1.30 @@ -9,12 +9,12 @@ ABSTRACT - OSSP uuid is a ISO-C and Perl 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). + OSSP uuid is a ISO-C, ISO-C++ and Perl 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). UUIDs are 128 bit numbers which are intended to have a high likelihood of uniqueness over space and time and are computationally difficult Index: ossp-pkg/uuid/uuid.pod RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid.pod,v rcsdiff -q -kk '-r1.29' '-r1.30' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid.pod,v' 2>/dev/null --- uuid.pod 2005/08/31 19:20:43 1.29 +++ uuid.pod 2005/08/31 20:10:25 1.30 @@ -39,12 +39,12 @@ =head1 DESCRIPTION -B is a ISO-C and Perl 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 I (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). +B is a ISO-C, ISO-C++ and Perl 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 +I (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). UUIDs are 128 bit numbers which are intended to have a high likelihood of uniqueness over space and time and are computationally difficult Index: ossp-pkg/uuid/uuid_cli.pod RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_cli.pod,v rcsdiff -q -kk '-r1.21' '-r1.22' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_cli.pod,v' 2>/dev/null --- uuid_cli.pod 2005/08/30 20:38:10 1.21 +++ uuid_cli.pod 2005/08/31 20:10:25 1.22 @@ -56,12 +56,12 @@ =head1 DESCRIPTION -B is a ISO-C and Perl 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 I (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). +B is a ISO-C, ISO-C++ and Perl 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 +I (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). UUIDs are 128 bit numbers which are intended to have a high likelihood of uniqueness over space and time and are computationally difficult