pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: manu
Date: Wed Aug 29 01:03:14 UTC 2018
Modified Files:
pkgsrc/doc: CHANGES-2018
Added Files:
pkgsrc/databases/postgresql96-fuzzystrmatch: DESCR MESSAGE Makefile
PLIST
Log Message:
Added databases/postgresql96-fuzzystrmatch
The fuzzystrmatch contribution provides function to match close strings
using various methods.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/databases/postgresql96-fuzzystrmatch/DESCR \
pkgsrc/databases/postgresql96-fuzzystrmatch/MESSAGE \
pkgsrc/databases/postgresql96-fuzzystrmatch/Makefile \
pkgsrc/databases/postgresql96-fuzzystrmatch/PLIST
cvs rdiff -u -r1.3821 -r1.3822 pkgsrc/doc/CHANGES-2018
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/CHANGES-2018
diff -u pkgsrc/doc/CHANGES-2018:1.3821 pkgsrc/doc/CHANGES-2018:1.3822
--- pkgsrc/doc/CHANGES-2018:1.3821 Wed Aug 29 00:50:12 2018
+++ pkgsrc/doc/CHANGES-2018 Wed Aug 29 01:03:14 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 i
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]
Added files:
Index: pkgsrc/databases/postgresql96-fuzzystrmatch/DESCR
diff -u /dev/null pkgsrc/databases/postgresql96-fuzzystrmatch/DESCR:1.1
--- /dev/null Wed Aug 29 01:03:14 2018
+++ pkgsrc/databases/postgresql96-fuzzystrmatch/DESCR Wed Aug 29 01:03:14 2018
@@ -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
Index: pkgsrc/databases/postgresql96-fuzzystrmatch/MESSAGE
diff -u /dev/null pkgsrc/databases/postgresql96-fuzzystrmatch/MESSAGE:1.1
--- /dev/null Wed Aug 29 01:03:14 2018
+++ pkgsrc/databases/postgresql96-fuzzystrmatch/MESSAGE Wed Aug 29 01:03:14 2018
@@ -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
+
+===========================================================================
Index: pkgsrc/databases/postgresql96-fuzzystrmatch/Makefile
diff -u /dev/null pkgsrc/databases/postgresql96-fuzzystrmatch/Makefile:1.1
--- /dev/null Wed Aug 29 01:03:14 2018
+++ pkgsrc/databases/postgresql96-fuzzystrmatch/Makefile Wed Aug 29 01:03:14 2018
@@ -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"
Index: pkgsrc/databases/postgresql96-fuzzystrmatch/PLIST
diff -u /dev/null pkgsrc/databases/postgresql96-fuzzystrmatch/PLIST:1.1
--- /dev/null Wed Aug 29 01:03:14 2018
+++ pkgsrc/databases/postgresql96-fuzzystrmatch/PLIST Wed Aug 29 01:03:14 2018
@@ -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
Home |
Main Index |
Thread Index |
Old Index