10f3e59f29
The libuuid library is used to generate unique identifiers for objects that may be accessible beyond the local system. The Linux implementation was created to uniquely identify ext2 filesystems created by a machine. This library generates UUIDs compatible with those created by the Open Software Foundation (OSF) Distributed Computing Environment (DCE) utility uuidgen. The UUIDs generated by this library can be reasonably expected to be unique within a system, and unique across all systems. They could be used, for instance, to generate unique HTTP cookies across multiple web servers without communication between the servers, and without fear of a name clash.
21 lines
497 B
Text
21 lines
497 B
Text
@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/10 18:05:25 mpasternak Exp $
|
|
bin/uuidgen
|
|
include/uuid/uuid.h
|
|
include/uuid/uuid_types.h
|
|
lib/libuuid.a
|
|
lib/libuuid.so
|
|
lib/libuuid.so.1
|
|
lib/libuuid.so.1.2
|
|
man/man1/uuidgen.1
|
|
man/man3/libuuid.3
|
|
man/man3/uuid_clear.3
|
|
man/man3/uuid_compare.3
|
|
man/man3/uuid_copy.3
|
|
man/man3/uuid_generate.3
|
|
man/man3/uuid_generate_random.3
|
|
man/man3/uuid_generate_time.3
|
|
man/man3/uuid_is_null.3
|
|
man/man3/uuid_parse.3
|
|
man/man3/uuid_time.3
|
|
man/man3/uuid_unparse.3
|
|
@dirrm include/uuid
|