pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Added databases/postgresql96-fuzzystrmatch



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8afa60eb6141
branches:  trunk
changeset: 312219:8afa60eb6141
user:      manu <manu%pkgsrc.org@localhost>
date:      Wed Aug 29 01:03:14 2018 +0000

description:
Added databases/postgresql96-fuzzystrmatch

The fuzzystrmatch contribution provides function to match close strings
using various methods.

diffstat:

 databases/postgresql96-fuzzystrmatch/DESCR    |   9 +++++++++
 databases/postgresql96-fuzzystrmatch/MESSAGE  |   8 ++++++++
 databases/postgresql96-fuzzystrmatch/Makefile |  15 +++++++++++++++
 databases/postgresql96-fuzzystrmatch/PLIST    |   6 ++++++
 doc/CHANGES-2018                              |   3 ++-
 5 files changed, 40 insertions(+), 1 deletions(-)

diffs (68 lines):

diff -r 2034a172bcf0 -r 8afa60eb6141 databases/postgresql96-fuzzystrmatch/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql96-fuzzystrmatch/DESCR        Wed Aug 29 01:03:14 2018 +0000
@@ -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 -r 2034a172bcf0 -r 8afa60eb6141 databases/postgresql96-fuzzystrmatch/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql96-fuzzystrmatch/MESSAGE      Wed Aug 29 01:03:14 2018 +0000
@@ -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 -r 2034a172bcf0 -r 8afa60eb6141 databases/postgresql96-fuzzystrmatch/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql96-fuzzystrmatch/Makefile     Wed Aug 29 01:03:14 2018 +0000
@@ -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 -r 2034a172bcf0 -r 8afa60eb6141 databases/postgresql96-fuzzystrmatch/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql96-fuzzystrmatch/PLIST        Wed Aug 29 01:03:14 2018 +0000
@@ -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 -r 2034a172bcf0 -r 8afa60eb6141 doc/CHANGES-2018
--- a/doc/CHANGES-2018  Wed Aug 29 00:50:12 2018 +0000
+++ b/doc/CHANGES-2018  Wed Aug 29 01:03:14 2018 +0000
@@ -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 @@
        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]



Home | Main Index | Thread Index | Old Index