Port details |
- pgroonga Open-source fulltext search engine for PostGRESQL
- 3.0.2 databases =2 3.0.2Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2017-09-19 19:48:39
- Last Update: 2023-05-12 14:57:23
- Commit Hash: 6248bd96
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: textproc
- License: PostgreSQL
- WWW:
- https://pgroonga.github.io/
- Description:
- PGroonga is a PostgreSQL extension. PGroonga provides a new index access
method that uses Groonga.
Groonga is an embeddable super fast full text search engine. It can be
embedded into MySQL. Mroonga is a storage engine that is based on Groonga.
Groonga can also work as standalone search engine.
PostgreSQL supports full text search against languages that use only
alphabet and digit. It means that PostgreSQL doesn't support full text
search against Japanese, Chinese and so on. You can use super fast full
text search feature against all languages by installing PGroonga into your
PostgreSQL!
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pgroonga>0:databases/pgroonga
- To install the port:
- cd /usr/ports/databases/pgroonga/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/pgroonga
- pkg install pgroonga
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pgroonga
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1683897735
SHA256 (pgroonga-3.0.2.tar.gz) = 779a34ae8e0a9eceb657b5800e74117fd11afc53e7dbafa9d1ada97cbae78f5f
SIZE (pgroonga-3.0.2.tar.gz) = 497883
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
- pkgconf>=1.3.0_1 : devel/pkgconf
- as : devel/binutils
- Library dependencies:
-
- libgroonga.so : textproc/groonga
- libpq.so.5 : databases/postgresql13-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pgroonga-3.0.2:
MECAB=off: Use MeCab as a tokenizer
===> Use 'make config' to modify these settings
- Options name:
- databases_pgroonga
- USES:
- gmake localbase pgsql:11+ pkgconfig
- pkg-message:
- For install:
- Create a database:
==================
% sudo -H -u postgres psql --command 'CREATE DATABASE pgroonga_test'
(Normally, you should create a user for pgroonga_test database and use the user.
See GRANT USAGE ON SCHEMA pgroonga for details.)
Connect to the created database and execute CREATE EXTENSION pgroonga:
======================================================================
% sudo -H -u postgres psql -d pgroonga_test --command 'CREATE EXTENSION pgroonga;'
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.2 12 May 2023 14:57:23 |
Muhammad Moinur Rahman (bofh) |
databases/pgroonga: Update version 3.0.0=>3.0.2
Changelog: https://pgroonga.github.io/news/#version-3-0-2 |
3.0.0 14 Apr 2023 20:56:54 |
Muhammad Moinur Rahman (bofh) |
databases/pgroonga: Update version 2.4.7=>3.0.0
- Drop support for pgsql 10 and change minimum requirements to pgsql 11
Changelog: https://pgroonga.github.io/news/#version-3-0-0 |
2.4.7 29 Mar 2023 22:23:07 |
Muhammad Moinur Rahman (bofh) |
databases/pgroonga: Update version 2.4.5=>2.4.7
Changelog: https://pgroonga.github.io/news/#version-2-4-7 |
2.4.5 10 Mar 2023 22:42:08 |
Muhammad Moinur Rahman (bofh) |
databases/pgroonga: Update version 2.4.4=>2.4.5
Changelog: https://pgroonga.github.io/news/#version-2-4-5 |
2.4.4 01 Feb 2023 14:38:16 |
Muhammad Moinur Rahman (bofh) |
databases/pgroonga: Update version 2.4.3=>2.4.4
Relnotes: https://pgroonga.github.io/news/#version-2-4-4 |
2.4.3 11 Jan 2023 09:00:15 |
Muhammad Moinur Rahman (bofh) |
databases/pgroonga: Update version 2.4.2=>2.4.3
Relnotes: https://pgroonga.github.io/news/#version-2-4-3 |
2.4.2 10 Dec 2022 15:07:20 |
Muhammad Moinur Rahman (bofh) |
databases/pgroonga: Update version 2.4.1=>2.4.2
Relnotes: https://pgroonga.github.io/news/#version-2-4-2 |
2.4.1 16 Nov 2022 22:14:43 |
Muhammad Moinur Rahman (bofh) |
databases/pgroonga: Update version 2.4.0=>2.4.1
Relnotes: https://pgroonga.github.io/news/#version-2-4-1 |
2.4.0 08 Oct 2022 16:04:34 |
Muhammad Moinur Rahman (bofh) |
databases/pgroonga: Update version 2.3.8=>2.4.0
Relnotes: https://pgroonga.github.io/news/#version-2-4-0 |
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) |
2.3.8 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 ) |
2.3.8 29 Aug 2022 10:13:29 |
Muhammad Moinur Rahman (bofh) |
databases/pgroonga: Update version 2.3.7=>2.3.8
Relnotes: https://pgroonga.github.io/news/#version-2-3-8 |
2.3.7 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
2.3.7 10 Jun 2022 10:48:57 |
Muhammad Moinur Rahman (bofh) |
databases/pgroonga: Update version 2.3.6=>2.3.7
Relnotes: https://pgroonga.github.io/news/#version-2-3-7 |
2.3.6 22 Mar 2022 11:32:50 |
Muhammad Moinur Rahman (bofh) |
databases/pgroonga: Update version 2.3.5=>2.3.6
Relnotes: https://pgroonga.github.io/news/#version-2-3-6 |
2.3.5 12 Mar 2022 10:37:43 |
Muhammad Moinur Rahman (bofh) |
databases/pgroonga: Update version 2.3.4=>2.3.5
Relnotes: https://pgroonga.github.io/news/#version-2-3-5 |
2.3.4 13 Nov 2021 11:54:15 |
Muhammad Moinur Rahman (bofh) |
databases/pgroonga: Update version 2.3.2=>2.3.4
Relnotes: https://pgroonga.github.io/news/#version-2-3-4 |
2.3.2 08 Oct 2021 13:42:53 |
Muhammad Moinur Rahman (bofh) |
databases/pgroonga: Update version 2.3.1=>2.3.2
- Add LICENSE_FILE
Relnotes: https://pgroonga.github.io/news/#version-2-3-2 |
2.3.1 27 Sep 2021 20:03:42 |
Muhammad Moinur Rahman (bofh) |
databases/pgroonga: Update version 2.3.0=>2.3.1
Relnotes: https://pgroonga.github.io/news/#version-2-3-1 |
2.3.0 25 May 2021 17:55:25 |
Muhammad Moinur Rahman (bofh) |
databases/pgroonga: Update version 2.2.9=>2.3.0
Relnotes: https://pgroonga.github.io/news/#version-2-3-0 |
2.2.9 07 Apr 2021 17:35:21 |
Muhammad Moinur Rahman (bofh) |
databases/pgroonga: Update version 2.2.8=>2.2.9
Relnotes: https://pgroonga.github.io/news/#version-2-2-9 |
2.2.8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2.8 27 Dec 2020 08:15:43 |
bofh |
databases/pgroonga: Update version 2.2.6=>2.2.8
Relnotes: https://pgroonga.github.io/news/#version-2-2-8 |
2.2.6 10 Jul 2020 18:25:50 |
bofh |
databases/pgroonga: Update version 2.2.5=>2.2.6
- Dropped support for pgsql 9.5
Relnotes: https://pgroonga.github.io/news/#version-2-2-6 |
2.2.5_1 03 May 2020 22:24:19 |
bofh |
databases/pgroonga: Fix packaging on pgsql=10 and earlier
PR: 246113
Reported by: bokutin@bokut.in |
2.2.5 30 Mar 2020 16:04:23 |
bofh |
databases/pgroonga: Update version 2.2.2=>2.2.5
Relnotes: https://pgroonga.github.io/news/#version-2-2-5 |
2.2.2 29 Nov 2019 17:38:52 |
bofh |
databases/pgroonga: Update version 2.2.1=>2.2.2 |
2.2.1 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
2.2.1 01 Aug 2019 10:44:21 |
bofh |
databases/pgroonga: Update version 2.2.0=>2.2.1 |
2.2.0_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 |
2.2.0 10 Jun 2019 19:21:44 |
bofh |
databases/pgroonga: Update version 2.1.9=>2.2.0 |
2.1.9 24 May 2019 02:23:46 |
bofh |
databases/pgroonga: Update version 2.1.8=>2.1.9
- UNBREAK |
2.1.8 11 May 2019 08:23:16 |
antoine |
Mark BROKEN
src/pgroonga.c:77:6: error: redefinition of 'PGrnGroongaInitialized' with a
different type: 'bool' vs 'bool' (aka 'char')
bool PGrnGroongaInitialized = false;
^
src/pgroonga.h:94:13: note: previous declaration is here
extern bool PGrnGroongaInitialized;
^
src/pgroonga.c:7094:1: error: conflicting types for 'PGrnIndexIsPGroonga'
PGrnIndexIsPGroonga(Relation index)
^
src/pgroonga.h:97:6: note: previous declaration is here
bool PGrnIndexIsPGroonga(Relation index);
^
Reported by: pkg-fallout |
2.1.8 10 May 2019 06:07:06 |
tobik |
databases/pgroonga: Fix MECAB option description |
2.1.8 13 Jan 2019 09:18:52 |
bofh |
databases/pgroonga: Update version 2.1.7=>2.1.8
Relnotes: https://pgroonga.github.io/news/ |
2.1.7 31 Dec 2018 17:35:50 |
bofh |
databases/pgroonga: Updare version 2.1.6=>2.1.7
Relnotes:https://pgroonga.github.io/news/ |
2.1.6 19 Dec 2018 08:30:04 |
bofh |
databases/pgroonga: Update version 2.0.9=>2.1.6
- Pet portlint
Relnotes:https://pgroonga.github.io/news/#version-2-1-6 |
2.0.9_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
2.0.9 23 Jul 2018 20:51:17 |
bofh |
databases/pgroonga: Update version 2.0.5=>2.0.9
Relnotes: https://pgroonga.github.io/news/ |
2.0.5 24 Jun 2018 00:54:27 |
linimon |
Workaround the following problem on aarch64 by setting LLD_UNSAFE=yes:
cc: error: invalid linker name in argument '-fuse-ld=bfd'
Neither emaste nor I can figure out exactly where the offending stanza is
coming in. It will take someone with more knowledge of gmake debug flags,
and possibly the src build infrastructure, to figure it out.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
2.0.5 22 Apr 2018 22:39:09 |
bofh |
databases/pgroonga: Update version 2.0.2=>2.0.5
Relnotes: https://pgroonga.github.io/news/ |
2.0.2 08 Jan 2018 10:41:35 |
bofh |
databases/pgroonga: Update version 2.0.1=>2.0.2
Relnotes: https://pgroonga.github.io/news/#version-2-0-2 |
2.0.1 19 Sep 2017 19:48:30 |
bofh |
[NEW] databases/pgroonga: Open-source fulltext search engine for PostGRESQL
PGroonga is a PostgreSQL extension. PGroonga provides a new index access
method that uses Groonga.
Groonga is an embeddable super fast full text search engine. It can be
embedded into MySQL. Mroonga is a storage engine that is based on Groonga.
Groonga can also work as standalone search engine.
PostgreSQL supports full text search against languages that use only
alphabet and digit. It means that PostgreSQL doesn't support full text
search against Japanese, Chinese and so on. You can use super fast full
text search feature against all languages by installing PGroonga into your
PostgreSQL!
WWW: https://pgroonga.github.io/ |