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,5 +1,7 @@
This package provides the following PostgreSQL modules: citext, hstore,
intarray, isn, ltree, lo, uuid-ossp, unaccent.
This package provides the following PostgreSQL modules: btree_gist,
citext, hstore, intarray, isn, ltree, lo, 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.

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2014/02/23 11:25:52 adam Exp $
# $NetBSD: Makefile,v 1.13 2015/02/14 12:06:49 adam Exp $
PKGNAME= ${DISTNAME:C/-/91-datatypes-/}
COMMENT= PostgreSQL data types support modules
@@ -18,6 +18,7 @@ BUILD_DIRS+= contrib/uuid-ossp
. include "../../devel/ossp-uuid/buildlink3.mk"
.endif
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.2 2013/12/10 22:32:57 adam Exp $
@comment $NetBSD: PLIST,v 1.3 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
@@ -7,6 +8,9 @@ lib/postgresql/lo.so
lib/postgresql/ltree.so
lib/postgresql/unaccent.so
${PLIST.uuid}lib/postgresql/uuid-ossp.so
share/postgresql/extension/btree_gist--1.0.sql
share/postgresql/extension/btree_gist--unpackaged--1.0.sql
share/postgresql/extension/btree_gist.control
share/postgresql/extension/citext--1.0.sql
share/postgresql/extension/citext--unpackaged--1.0.sql
share/postgresql/extension/citext.control