uuid stable port information

Package: uuid
Version: 1.6.2
Revision: 8
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
Source: ftp://ftp.ossp.org/pkg/lib/%n/%n-%v.tar.gz
Source-MD5: 5db0d43a9022a6ebbbc25337ae28942f
SetCFLAGS: -Os
ConfigureParams: --mandir=%p/share/man
InstallScript: make install DESTDIR=%d && if test -d %i/man; then cp -R %i/man/* %i/share/man/ && rm -rf %i/man; fi
DocFiles: AUTHORS BINDINGS ChangeLog HISTORY NEWS OVERVIEW PORTING README SEEALSO
Splitoff: <<
Package: %N-shlibs
Depends:
Files: <<
lib/libuuid.16.dylib
<<
Shlibs: <<
%p/lib/libuuid.16.dylib 17.0.0 %n (>= 1.6.2-2)
<<
DocFiles: README
<<
Splitoff2: <<
Package: %N-bin
Depends: %N-shlibs (= %v-%r)
Files: bin/uuid
DocFiles: README
<<
License: OSI-Approved
Homepage: http://www.ossp.org/pkg/lib/uuid
Maintainer: Jack Fink
Description: Common API for unique numbers
DescDetail: <<
OSSP uuid is an ISO-C and Perl application programming interface (API) and
corresponding command line interface (CLI) for the generation of DCE 1.1 and
ISO/IEC 11578:1996 compliant Universally Unique Identifier (UUID). It supports
DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name
based) and version 4 (random number based).
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.
<<