diff options
author | manu <manu@pkgsrc.org> | 2018-08-29 01:03:14 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2018-08-29 01:03:14 +0000 |
commit | eeca9a8c4ea952f0de968019cdc56f529dd88272 (patch) | |
tree | 28dff282429ff1b261119f77bccdff5722684032 | |
parent | 769cd50724b7106dedd854fa7d22f07f7faf648f (diff) | |
download | pkgsrc-eeca9a8c4ea952f0de968019cdc56f529dd88272.tar.gz |
Added databases/postgresql96-fuzzystrmatch
The fuzzystrmatch contribution provides function to match close strings
using various methods.
-rw-r--r-- | databases/postgresql96-fuzzystrmatch/DESCR | 9 | ||||
-rw-r--r-- | databases/postgresql96-fuzzystrmatch/MESSAGE | 8 | ||||
-rw-r--r-- | databases/postgresql96-fuzzystrmatch/Makefile | 15 | ||||
-rw-r--r-- | databases/postgresql96-fuzzystrmatch/PLIST | 6 | ||||
-rw-r--r-- | doc/CHANGES-2018 | 3 |
5 files changed, 40 insertions, 1 deletions
diff --git a/databases/postgresql96-fuzzystrmatch/DESCR b/databases/postgresql96-fuzzystrmatch/DESCR new file mode 100644 index 00000000000..98051db50c1 --- /dev/null +++ b/databases/postgresql96-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/postgresql96-fuzzystrmatch/MESSAGE b/databases/postgresql96-fuzzystrmatch/MESSAGE new file mode 100644 index 00000000000..8c4c789c2d2 --- /dev/null +++ b/databases/postgresql96-fuzzystrmatch/MESSAGE @@ -0,0 +1,8 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2018/08/29 01:03:14 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/postgresql96-fuzzystrmatch/Makefile b/databases/postgresql96-fuzzystrmatch/Makefile new file mode 100644 index 00000000000..d8c39dd60b7 --- /dev/null +++ b/databases/postgresql96-fuzzystrmatch/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2018/08/29 01:03:14 manu Exp $ + +PKGNAME= ${DISTNAME:C/-/96-fuzzystrmatch-/} +COMMENT= PostgreSQL fuzzystrmatch contribution + +DEPENDS+= postgresql96-server>=${PKGVERSION_NOREV}:../../databases/postgresql96-server + +.include "../../databases/postgresql96/Makefile.common" + +BUILD_MAKE_FLAGS= USE_PGXS=1 + +BUILD_DIRS= contrib/fuzzystrmatch + +.include "../../databases/postgresql96-client/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/postgresql96-fuzzystrmatch/PLIST b/databases/postgresql96-fuzzystrmatch/PLIST new file mode 100644 index 00000000000..bb57f641834 --- /dev/null +++ b/databases/postgresql96-fuzzystrmatch/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2018/08/29 01:03:14 manu Exp $ +lib/postgresql/fuzzystrmatch.so +share/postgresql/extension/fuzzystrmatch--1.0--1.1.sql +share/postgresql/extension/fuzzystrmatch--1.1.sql +share/postgresql/extension/fuzzystrmatch--unpackaged--1.0.sql +share/postgresql/extension/fuzzystrmatch.control diff --git a/doc/CHANGES-2018 b/doc/CHANGES-2018 index 8ad751d7d9e..767f51d03d6 100644 --- a/doc/CHANGES-2018 +++ b/doc/CHANGES-2018 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2018,v 1.3821 2018/08/29 00:50:12 manu Exp $ +$NetBSD: CHANGES-2018,v 1.3822 2018/08/29 01:03:14 manu Exp $ Changes to the packages collection and infrastructure in 2018: @@ -5410,3 +5410,4 @@ Changes to the packages collection and infrastructure in 2018: Updated graphics/gimp to 2.10.6 [ryoon 2018-08-28] Updated x11/sakura to 3.6.0 [ryoon 2018-08-28] Updated mbone/mdd to 20180824 [manu 2018-08-29] + Added databases/postgresql96-fuzzystrmatch 9.6.9 [manu 2018-08-29] |