summaryrefslogtreecommitdiff
path: root/databases/postgresql-uuid
AgeCommit message (Collapse)AuthorFilesLines
2011-12-26Create absolute path names, otherwise build info is mangled upjoerg1-4/+4
2011-06-10Add missing version number to PKGNAME.obache1-2/+2
2011-03-08Comment the patch to note that it uses more generic names than the originalbrook2-3/+6
file and ensures that rpath information is included in the installed library.
2011-03-08Add a comment to the patch to document use of the openssl SHA1 API.brook2-3/+5
2011-03-08Switch the license for databases/postgresql-uuid to isc per suggestion bybrook1-2/+2
Thomas Klausner. Although the two licenses are not word-for-word identical, they are very close, use much of the same wording, and seem equivalent in intent. This prevents proliferation of yet another license in the collection.
2011-03-05Initial import of the uuid v1.0.2 package from pgfoundry.org.brook6-0/+101
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.