From owner-svn-ports-head@freebsd.org Tue May 28 20:02:05 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21FDF15AA9D7; Tue, 28 May 2019 20:02:05 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B745A8F405; Tue, 28 May 2019 20:02:04 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 944FA1F2CF; Tue, 28 May 2019 20:02:04 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4SK24SQ053028; Tue, 28 May 2019 20:02:04 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4SK23Ws053024; Tue, 28 May 2019 20:02:03 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201905282002.x4SK23Ws053024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 28 May 2019 20:02:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502910 - in head/databases: . postgresql-rum X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in head/databases: . postgresql-rum X-SVN-Commit-Revision: 502910 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B745A8F405 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 May 2019 20:02:05 -0000 Author: feld Date: Tue May 28 20:02:03 2019 New Revision: 502910 URL: https://svnweb.freebsd.org/changeset/ports/502910 Log: The rum module provides access method to work with RUM index. It is based on the GIN access methods code. WWW: https://github.com/postgrespro/rum Added: head/databases/postgresql-rum/ head/databases/postgresql-rum/Makefile (contents, props changed) head/databases/postgresql-rum/distinfo (contents, props changed) head/databases/postgresql-rum/pkg-descr (contents, props changed) head/databases/postgresql-rum/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Tue May 28 20:01:03 2019 (r502909) +++ head/databases/Makefile Tue May 28 20:02:03 2019 (r502910) @@ -682,6 +682,7 @@ SUBDIR += postgresql-prefix SUBDIR += postgresql-relay SUBDIR += postgresql-repmgr + SUBDIR += postgresql-rum SUBDIR += postgresql-tds_fdw SUBDIR += postgresql-zhparser SUBDIR += postgresql10-client Added: head/databases/postgresql-rum/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/postgresql-rum/Makefile Tue May 28 20:02:03 2019 (r502910) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= rum +PORTVERSION= 1.3.1 +PORTREVISION= 0 +CATEGORIES= databases +PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- + +MAINTAINER= feld@FreeBSD.org +COMMENT= Inverted index with additional information in posting lists + +LICENSE= PostgreSQL + +USES= gmake pgsql:9.6+ + +LLD_UNSAFE= yes +USE_GITHUB= yes +GH_ACCOUNT= postgrespro + +WANT_PGSQL= server + +do-build: + cd ${WRKSRC} && ${MAKE_CMD} USE_PGXS=1 + +do-install: + cd ${WRKSRC} && ${MAKE_CMD} USE_PGXS=1 DESTDIR=${STAGEDIR} install + +.include Added: head/databases/postgresql-rum/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/postgresql-rum/distinfo Tue May 28 20:02:03 2019 (r502910) @@ -0,0 +1,3 @@ +TIMESTAMP = 1559069682 +SHA256 (postgrespro-rum-1.3.1_GH0.tar.gz) = 2f0dbe101a4760856591b1ea69053fdd6b867a1d2906442fcfd5a18fe7179cbb +SIZE (postgrespro-rum-1.3.1_GH0.tar.gz) = 313595 Added: head/databases/postgresql-rum/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/postgresql-rum/pkg-descr Tue May 28 20:02:03 2019 (r502910) @@ -0,0 +1,4 @@ +The rum module provides access method to work with RUM index. It is +based on the GIN access methods code. + +WWW: https://github.com/postgrespro/rum Added: head/databases/postgresql-rum/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/postgresql-rum/pkg-plist Tue May 28 20:02:03 2019 (r502910) @@ -0,0 +1,9 @@ +include/postgresql/server/rum.h +include/postgresql/server/rumsort.h +lib/postgresql/rum.so +share/postgresql/extension/rum--1.0--1.1.sql +share/postgresql/extension/rum--1.0.sql +share/postgresql/extension/rum--1.1--1.2.sql +share/postgresql/extension/rum--1.2--1.3.sql +share/postgresql/extension/rum--1.3.sql +share/postgresql/extension/rum.control