summaryrefslogtreecommitdiff
path: root/databases/postgresql92-fuzzystrmatch
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2012-10-05 21:03:10 +0000
committeradam <adam@pkgsrc.org>2012-10-05 21:03:10 +0000
commit1eaecc91a6487eb01ff8834fabc93e1effa5c79c (patch)
treea69a2fb35b4ccb1bbdfd5c01ee1680b59a18ac99 /databases/postgresql92-fuzzystrmatch
parent9bab063ade445a4461fc908a988bfcc747aac47c (diff)
downloadpkgsrc-1eaecc91a6487eb01ff8834fabc93e1effa5c79c.tar.gz
The PostgreSQL Global Development Group announces PostgreSQL 9.2, the latest release of the leader in open source databases. Since the beta release was announced in May, developers and vendors have praised it as a leap forward in performance, scalability and flexibility. Users are expected to switch to this version in record numbers.
PostgreSQL 9.2 will ship with native JSON support, covering indexes, replication and performance improvements, and many more features. We are eagerly awaiting this release and will make it available in Early Access as soon as it’s released by the PostgreSQL community," said Ines Sombra, Lead Data Engineer, Engine Yard.
Diffstat (limited to 'databases/postgresql92-fuzzystrmatch')
-rw-r--r--databases/postgresql92-fuzzystrmatch/DESCR9
-rw-r--r--databases/postgresql92-fuzzystrmatch/MESSAGE8
-rw-r--r--databases/postgresql92-fuzzystrmatch/Makefile15
-rw-r--r--databases/postgresql92-fuzzystrmatch/PLIST5
4 files changed, 37 insertions, 0 deletions
diff --git a/databases/postgresql92-fuzzystrmatch/DESCR b/databases/postgresql92-fuzzystrmatch/DESCR
new file mode 100644
index 00000000000..98051db50c1
--- /dev/null
+++ b/databases/postgresql92-fuzzystrmatch/DESCR
@@ -0,0 +1,9 @@
+PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS),
+derived from the Berkeley Postgres database management system. While
+PostgreSQL retains the powerful object-relational data model, rich data types
+and easy extensibility of Postgres, it replaces the PostQuel query language
+with an extended subset of SQL.
+
+PostgreSQL is free and the complete source is available.
+
+This package contains the fuzzystrmatch contribution
diff --git a/databases/postgresql92-fuzzystrmatch/MESSAGE b/databases/postgresql92-fuzzystrmatch/MESSAGE
new file mode 100644
index 00000000000..ff4b897889c
--- /dev/null
+++ b/databases/postgresql92-fuzzystrmatch/MESSAGE
@@ -0,0 +1,8 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2012/10/05 21:03:11 adam Exp $
+
+To enable this package, run the following command as pgsql superuser
+
+ psql database < ${PREFIX}/share/postgresql/contrib/fuzzystrmatch.sql
+
+===========================================================================
diff --git a/databases/postgresql92-fuzzystrmatch/Makefile b/databases/postgresql92-fuzzystrmatch/Makefile
new file mode 100644
index 00000000000..f5b44d681d1
--- /dev/null
+++ b/databases/postgresql92-fuzzystrmatch/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2012/10/05 21:03:11 adam Exp $
+
+PKGNAME= ${DISTNAME:C/-/92-fuzzystrmatch-/}
+COMMENT= PostgreSQL fuzzystrmatch contribution
+
+DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server
+
+.include "../../databases/postgresql92/Makefile.common"
+
+BUILD_MAKE_FLAGS= USE_PGXS=1
+
+BUILD_DIRS= contrib/fuzzystrmatch
+
+.include "../../databases/postgresql92-client/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/postgresql92-fuzzystrmatch/PLIST b/databases/postgresql92-fuzzystrmatch/PLIST
new file mode 100644
index 00000000000..8bfc194d2fd
--- /dev/null
+++ b/databases/postgresql92-fuzzystrmatch/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2012/10/05 21:03:11 adam Exp $
+lib/postgresql/fuzzystrmatch.so
+share/postgresql/extension/fuzzystrmatch--1.0.sql
+share/postgresql/extension/fuzzystrmatch--unpackaged--1.0.sql
+share/postgresql/extension/fuzzystrmatch.control