pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/postgresql81-tsearch2 By popular demand, add...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7815797e1dc
branches:  trunk
changeset: 522059:c7815797e1dc
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Dec 01 20:13:49 2006 +0000

description:
By popular demand, add a package for the tsearch2 contrib module of
PostgreSQL 8.1. It can be used to implement efficient fulltext search
engines.

diffstat:

 databases/postgresql81-tsearch2/DESCR    |   6 ++++++
 databases/postgresql81-tsearch2/Makefile |  17 +++++++++++++++++
 databases/postgresql81-tsearch2/PLIST    |  10 ++++++++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r dac12ba7c194 -r c7815797e1dc databases/postgresql81-tsearch2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql81-tsearch2/DESCR     Fri Dec 01 20:13:49 2006 +0000
@@ -0,0 +1,6 @@
+The Tsearch2 contrib module contains an implementation of a new data
+type tsvector - a searchable data type with indexed access. In a
+nutshell, tsvector is a set of unique words along with their
+positional information in the document, organized in a special
+structure optimized for fast access and lookup. This data type can
+be used as backend for efficient full text search engines.
diff -r dac12ba7c194 -r c7815797e1dc databases/postgresql81-tsearch2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql81-tsearch2/Makefile  Fri Dec 01 20:13:49 2006 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/12/01 20:13:49 joerg Exp $
+
+PKGNAME=       postgresql81-tsearch2-${BASE_VERS}
+COMMENT=       PL/Python procedural language for the PostgreSQL backend
+
+DEPENDS+=      postgresql81-server>=${BASE_VERS}:../../databases/postgresql81-server
+
+.include "../../databases/postgresql81/Makefile.common"
+
+BUILD_DIRS=            ${WRKSRC}/contrib/tsearch2/snowball ${WRKSRC}/contrib/tsearch2
+
+USE_LIBTOOL=           yes
+PKG_LIBTOOL=           ${PKG_SHLIBTOOL}
+
+.include "../../databases/postgresql81-client/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r dac12ba7c194 -r c7815797e1dc databases/postgresql81-tsearch2/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql81-tsearch2/PLIST     Fri Dec 01 20:13:49 2006 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/12/01 20:13:49 joerg Exp $
+${PG_SUBPREFIX}lib/postgresql/tsearch2.la
+${PG_SUBPREFIX}share/doc/postgresql/contrib/README.tsearch2
+${PG_SUBPREFIX}share/postgresql/contrib/english.stop
+${PG_SUBPREFIX}share/postgresql/contrib/russian.stop
+${PG_SUBPREFIX}share/postgresql/contrib/tsearch2.sql
+${PG_SUBPREFIX}share/postgresql/contrib/untsearch2.sql
+@dirrm share/postgresql/contrib
+@dirrm share/doc/postgresql/contrib
+@dirrm lib/postgresql



Home | Main Index | Thread Index | Old Index