summaryrefslogtreecommitdiff
path: root/databases/postgresql-uuid
AgeCommit message (Collapse)AuthorFilesLines
2015-10-24Retire EOLed PostgreSQL 8.4 and 9.0.joerg6-103/+0
2014-10-05Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings.wiz1-3/+3
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-3/+1
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-1/+2
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
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.