The fuzzystrmatch contribution provides function to match close strings
using various methods.
This commit is contained in:
parent
4e50f39073
commit
f766a59e09
4 changed files with 37 additions and 0 deletions
9
databases/postgresql90-fuzzystrmatch/DESCR
Normal file
9
databases/postgresql90-fuzzystrmatch/DESCR
Normal file
|
@ -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
|
8
databases/postgresql90-fuzzystrmatch/MESSAGE
Normal file
8
databases/postgresql90-fuzzystrmatch/MESSAGE
Normal file
|
@ -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
|
||||
|
||||
===========================================================================
|
16
databases/postgresql90-fuzzystrmatch/Makefile
Normal file
16
databases/postgresql90-fuzzystrmatch/Makefile
Normal file
|
@ -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"
|
4
databases/postgresql90-fuzzystrmatch/PLIST
Normal file
4
databases/postgresql90-fuzzystrmatch/PLIST
Normal file
|
@ -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
|
Loading…
Reference in a new issue