From fe78f6846671a7ac7b857143fa0b26810a95f4f3 Mon Sep 17 00:00:00 2001 From: brook Date: Sat, 5 Mar 2011 17:54:35 +0000 Subject: Initial import of the uuid v1.0.2 package from pgfoundry.org. The ``uuid'' PostgreSQL package implements creation of Universally Unique Identifiers (UUIDs), also referred to as Globally Unique Identifiers (GUIDs). Although PostgreSQL supports storing UUIDs as a native datatype, it does not provide any mechanism for creating them. This package wraps openssl-supplied md5 and sha1 functions to create UUIDs within PostgreSQL. --- databases/postgresql83-uuid/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 databases/postgresql83-uuid/Makefile (limited to 'databases/postgresql83-uuid') diff --git a/databases/postgresql83-uuid/Makefile b/databases/postgresql83-uuid/Makefile new file mode 100644 index 00000000000..9cd473c2ebc --- /dev/null +++ b/databases/postgresql83-uuid/Makefile @@ -0,0 +1,6 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/03/05 17:54:35 brook Exp $ +# + +PGSQL_VERSION= 83 + +.include "../../databases/postgresql-uuid/Makefile.common" -- cgit v1.2.3