Port details |
- postgresql-rum Inverted index with additional information in posting lists
- 1.3.13 databases =2 1.3.13Version of this port present on the latest quarterly branch.
- Maintainer: feld@FreeBSD.org
- Port Added: 2019-05-28 20:02:28
- Last Update: 2023-04-15 13:14:58
- Commit Hash: a40c0e7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: PostgreSQL
- WWW:
- https://github.com/postgrespro/rum
- Description:
- The rum module provides access method to work with RUM index. It is
based on the GIN access methods code.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- postgresql13-rum>0:databases/postgresql-rum
- To install the port:
- cd /usr/ports/databases/postgresql-rum/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/postgresql-rum
- pkg install postgresql13-rum
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: postgresql13-rum
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1667425885
SHA256 (postgrespro-rum-1.3.13_GH0.tar.gz) = 6ab370532c965568df6210bd844ac6ba649f53055e48243525b0b7e5c4d69a7d
SIZE (postgrespro-rum-1.3.13_GH0.tar.gz) = 565701
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- postgres : databases/postgresql13-server
- as : devel/binutils
- Runtime dependencies:
-
- postgres : databases/postgresql13-server
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_postgresql-rum
- USES:
- gmake pgsql:11+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.13 15 Apr 2023 13:14:58 |
Muhammad Moinur Rahman (bofh) |
*/*: Remove pointers to EOLed pgsql versions
- Remove dotted pgsql versions
Approved by: portmgr |
1.3.13 02 Nov 2022 22:00:19 |
Mark Felder (feld) |
databases/postgresql-rum: Update to 1.3.13
Extension now supports PostgreSQL 15
PR: 267473 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3.7 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.3.7 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.3.7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.7 15 Oct 2020 16:51:19 |
feld |
databases/postgresql-rum: Update to 1.3.7
Changes since 1.3.6:
Add support PostgreSQL 13
Now RUM takes into account lexem's weights |
1.3.6 16 Oct 2019 15:56:20 |
feld |
databases/postgresql-rum: Update to 1.3.6
This release supports PostgreSQL 12.0
PR: 241300 |
1.3.1_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.3.1 28 May 2019 20:02:03 |
feld |
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 |