svn commit: r419255 - in head/databases: . tsearch_extras
Ruslan Makhmatkhanov
rm at FreeBSD.org
Fri Jul 29 14:05:28 UTC 2016
Author: rm
Date: Fri Jul 29 14:05:26 2016
New Revision: 419255
URL: https://svnweb.freebsd.org/changeset/ports/419255
Log:
The package provides a few PostgreSQL functions that allow you to get at
lower-level data about full text search.
WWW: https://github.com/zulip/tsearch_extras
Added:
head/databases/tsearch_extras/
head/databases/tsearch_extras/Makefile (contents, props changed)
head/databases/tsearch_extras/distinfo (contents, props changed)
head/databases/tsearch_extras/pkg-descr (contents, props changed)
Modified:
head/databases/Makefile
Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile Fri Jul 29 13:29:21 2016 (r419254)
+++ head/databases/Makefile Fri Jul 29 14:05:26 2016 (r419255)
@@ -973,6 +973,7 @@
SUBDIR += tokyocabinet
SUBDIR += tokyotyrant
SUBDIR += tora
+ SUBDIR += tsearch_extras
SUBDIR += tuning-primer
SUBDIR += twemproxy
SUBDIR += unixODBC
Added: head/databases/tsearch_extras/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/tsearch_extras/Makefile Fri Jul 29 14:05:26 2016 (r419255)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= tsearch_extras
+PORTVERSION= 0.2
+CATEGORIES= databases
+
+MAINTAINER= rm at FreeBSD.org
+COMMENT= Functions for getting lower-level data about full text search
+
+LICENSE= PostgreSQL
+LICENSE_FILE= ${WRKSRC}/COPYRIGHT
+
+USE_GITHUB= yes
+GH_TUPLE= zulip:${PORTNAME}:${PORTVERSION}
+USES= gmake pgsql
+
+PLIST_FILES= lib/postgresql/tsearch_extras.so \
+ share/postgresql/extension/tsearch_extras--1.0.sql \
+ share/postgresql/extension/tsearch_extras.control
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/tsearch_extras.so
+
+.include <bsd.port.mk>
Added: head/databases/tsearch_extras/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/tsearch_extras/distinfo Fri Jul 29 14:05:26 2016 (r419255)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1469800079
+SHA256 (zulip-tsearch_extras-0.2_GH0.tar.gz) = cb52159a609627c032183cdb2adff0e5fe90476c1d5c614d3d51a556562a8ec6
+SIZE (zulip-tsearch_extras-0.2_GH0.tar.gz) = 4428
Added: head/databases/tsearch_extras/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/tsearch_extras/pkg-descr Fri Jul 29 14:05:26 2016 (r419255)
@@ -0,0 +1,4 @@
+The package provides a few PostgreSQL functions that allow you to get at
+lower-level data about full text search.
+
+WWW: https://github.com/zulip/tsearch_extras
More information about the svn-ports-head
mailing list