Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -1,4 +1,5 @@
This package provides the following PostgreSQL modules:
- btree_gist
- citext
- hstore
- intarray
@@ -8,6 +9,8 @@ This package provides the following PostgreSQL modules:
- uuid-ossp
- unaccent
The "btree_gist" module provides GIST operator classes for scalar data types.
The "citext" module provides a case-insensitive character string type,
citext. Essentially, it internally calls lower when comparing values.
Otherwise, it behaves almost exactly like text.

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 2014/02/23 11:25:51 adam Exp $
# $NetBSD: Makefile,v 1.16 2015/02/14 12:39:52 adam Exp $
PKGNAME= ${DISTNAME:C/-/90-datatypes-/}
COMMENT= PostgreSQL data types support modules
@@ -19,6 +19,7 @@ BUILD_DIRS+= contrib/uuid-ossp
.endif
BUILD_MAKE_FLAGS= PGXS=1
BUILD_DIRS+= contrib/btree_gist
BUILD_DIRS+= contrib/citext
BUILD_DIRS+= contrib/hstore
BUILD_DIRS+= contrib/intarray

View File

@@ -1,5 +1,6 @@
@comment $NetBSD: PLIST,v 1.6 2013/12/10 22:32:56 adam Exp $
@comment $NetBSD: PLIST,v 1.7 2014/10/01 19:25:35 joerg Exp $
lib/postgresql/_int.so
lib/postgresql/btree_gist.so
lib/postgresql/citext.so
lib/postgresql/hstore.so
lib/postgresql/isn.so
@@ -8,6 +9,7 @@ lib/postgresql/ltree.so
lib/postgresql/unaccent.so
${PLIST.uuid}lib/postgresql/uuid-ossp.so
share/postgresql/contrib/_int.sql
share/postgresql/contrib/btree_gist.sql
share/postgresql/contrib/citext.sql
share/postgresql/contrib/hstore.sql
share/postgresql/contrib/isn.sql
@@ -15,6 +17,7 @@ share/postgresql/contrib/lo.sql
share/postgresql/contrib/ltree.sql
share/postgresql/contrib/unaccent.sql
share/postgresql/contrib/uninstall__int.sql
share/postgresql/contrib/uninstall_btree_gist.sql
share/postgresql/contrib/uninstall_citext.sql
share/postgresql/contrib/uninstall_hstore.sql
share/postgresql/contrib/uninstall_isn.sql