summaryrefslogtreecommitdiff
path: root/databases/postgresql90-pgcrypto
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-09-21 07:50:46 +0000
committeradam <adam@pkgsrc.org>2010-09-21 07:50:46 +0000
commitd46e5d2c7b793bbf28dedca4777dbd74627f6b25 (patch)
tree2a323a1ea4c22dc1a1f0edc90da03a9c7e5794d3 /databases/postgresql90-pgcrypto
parent211243911f23bb6156d277d4ae47e2d39b5994e7 (diff)
downloadpkgsrc-d46e5d2c7b793bbf28dedca4777dbd74627f6b25.tar.gz
Changes 9.0:
9.0 includes more major features than any release before it, including: * Hot standby * Streaming replication * In-place upgrades * 64-bit Windows builds * Easy mass permissions management * Anonymous blocks and named parameter calls for stored procedures * New windowing functions and ordered aggregates ... and many more. For details on the over 200 additions and improvements in this version, developed by over a hundred contributors, please see the release notes.
Diffstat (limited to 'databases/postgresql90-pgcrypto')
-rw-r--r--databases/postgresql90-pgcrypto/DESCR3
-rw-r--r--databases/postgresql90-pgcrypto/Makefile22
-rw-r--r--databases/postgresql90-pgcrypto/PLIST4
3 files changed, 29 insertions, 0 deletions
diff --git a/databases/postgresql90-pgcrypto/DESCR b/databases/postgresql90-pgcrypto/DESCR
new file mode 100644
index 00000000000..3ce89d05b9d
--- /dev/null
+++ b/databases/postgresql90-pgcrypto/DESCR
@@ -0,0 +1,3 @@
+The ``pgcrypto'' PostgreSQL contrib module implements a number of
+cryptographic functions - general hashing, password hashing, PGP encryption,
+raw encryption, random data.
diff --git a/databases/postgresql90-pgcrypto/Makefile b/databases/postgresql90-pgcrypto/Makefile
new file mode 100644
index 00000000000..375008e7e59
--- /dev/null
+++ b/databases/postgresql90-pgcrypto/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/09/21 07:52:24 adam Exp $
+
+PKGNAME= postgresql90-pgcrypto-${BASE_VERS}
+COMMENT= Module providing cryptographic functions for PostgreSQL
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DEPENDS+= postgresql90-server>=${BASE_VERS}:../../databases/postgresql90-server
+
+.include "../../databases/postgresql90/Makefile.common"
+
+BUILD_DIRS= contrib/pgcrypto
+
+USE_LIBTOOL= yes
+PKG_LIBTOOL= ${PKG_SHLIBTOOL}
+
+REQD_DIRS+= ${PG_SUBPREFIX}share/doc/postgresql/contrib
+REQD_DIRS+= ${PG_SUBPREFIX}share/postgresql/contrib
+
+.include "../../databases/postgresql90-client/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/postgresql90-pgcrypto/PLIST b/databases/postgresql90-pgcrypto/PLIST
new file mode 100644
index 00000000000..894c3a04ab2
--- /dev/null
+++ b/databases/postgresql90-pgcrypto/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/21 07:52:24 adam Exp $
+${PG_SUBPREFIX}lib/postgresql/pgcrypto.la
+${PG_SUBPREFIX}share/postgresql/contrib/pgcrypto.sql
+${PG_SUBPREFIX}share/postgresql/contrib/uninstall_pgcrypto.sql