summaryrefslogtreecommitdiff
path: root/databases/postgresql90-fuzzystrmatch
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2011-02-16 06:33:11 +0000
committermanu <manu@pkgsrc.org>2011-02-16 06:33:11 +0000
commitf766a59e09062594b6fe7b78cd5c794e8959d2f3 (patch)
tree834b1356252364969a96e37cdc3671a125a59f3e /databases/postgresql90-fuzzystrmatch
parent4e50f390737df859a6de7ddae493cdc5b9223530 (diff)
downloadpkgsrc-f766a59e09062594b6fe7b78cd5c794e8959d2f3.tar.gz
The fuzzystrmatch contribution provides function to match close strings
using various methods.
Diffstat (limited to 'databases/postgresql90-fuzzystrmatch')
-rw-r--r--databases/postgresql90-fuzzystrmatch/DESCR9
-rw-r--r--databases/postgresql90-fuzzystrmatch/MESSAGE8
-rw-r--r--databases/postgresql90-fuzzystrmatch/Makefile16
-rw-r--r--databases/postgresql90-fuzzystrmatch/PLIST4
4 files changed, 37 insertions, 0 deletions
diff --git a/databases/postgresql90-fuzzystrmatch/DESCR b/databases/postgresql90-fuzzystrmatch/DESCR
new file mode 100644
index 00000000000..98051db50c1
--- /dev/null
+++ b/databases/postgresql90-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/postgresql90-fuzzystrmatch/MESSAGE b/databases/postgresql90-fuzzystrmatch/MESSAGE
new file mode 100644
index 00000000000..0f13a4cb088
--- /dev/null
+++ b/databases/postgresql90-fuzzystrmatch/MESSAGE
@@ -0,0 +1,8 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2011/02/16 06:33:11 manu Exp $
+
+To enable this package, run the following command as pgsql superuser
+
+ psql database < ${PREFIX}/share/postgresql/contrib/fuzzystrmatch.sql
+
+===========================================================================
diff --git a/databases/postgresql90-fuzzystrmatch/Makefile b/databases/postgresql90-fuzzystrmatch/Makefile
new file mode 100644
index 00000000000..18a94582752
--- /dev/null
+++ b/databases/postgresql90-fuzzystrmatch/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/02/16 06:33:11 manu Exp $
+
+PKGNAME= postgresql90-fuzzystrmatch-${BASE_VERS}
+COMMENT= PostgreSQL fuzzystrmatch contribution
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../databases/postgresql90/Makefile.common"
+
+INSTALL_DIRS+= contrib/fuzzystrmatch
+
+BUILD_DIRS= ${INSTALL_DIRS}
+
+USE_LIBTOOL= yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/postgresql90-fuzzystrmatch/PLIST b/databases/postgresql90-fuzzystrmatch/PLIST
new file mode 100644
index 00000000000..102f07043f5
--- /dev/null
+++ b/databases/postgresql90-fuzzystrmatch/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/16 06:33:11 manu Exp $
+share/postgresql/contrib/fuzzystrmatch.sql
+share/postgresql/contrib/uninstall_fuzzystrmatch.sql
+lib/postgresql/fuzzystrmatch.la