aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pgroonga
Commit message (Collapse)AuthorAgeFilesLines
* databases/pgroonga: Update version 2.2.9=>2.3.0Muhammad Moinur Rahman2021-05-263-5/+9
| | | | Relnotes: https://pgroonga.github.io/news/#version-2-3-0
* databases/pgroonga: Update version 2.2.8=>2.2.9Muhammad Moinur Rahman2021-04-083-5/+6
| | | | Relnotes: https://pgroonga.github.io/news/#version-2-2-9
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* databases/pgroonga: Update version 2.2.6=>2.2.8Muhammad Moinur Rahman2020-12-273-8/+9
| | | | Relnotes: https://pgroonga.github.io/news/#version-2-2-8
* databases/pgroonga: Update version 2.2.5=>2.2.6Muhammad Moinur Rahman2020-07-113-10/+11
| | | | | | - Dropped support for pgsql 9.5 Relnotes: https://pgroonga.github.io/news/#version-2-2-6
* databases/pgroonga: Fix packaging on pgsql=10 and earlierMuhammad Moinur Rahman2020-05-042-103/+113
| | | | | PR: 246113 Reported by: bokutin@bokut.in
* databases/pgroonga: Update version 2.2.2=>2.2.5Muhammad Moinur Rahman2020-03-313-6/+9
| | | | Relnotes: https://pgroonga.github.io/news/#version-2-2-5
* databases/pgroonga: Update version 2.2.1=>2.2.2Muhammad Moinur Rahman2019-11-303-6/+109
|
* Convert to UCL & cleanup pkg-message (categories d)Mathieu Arnold2019-08-141-12/+15
|
* databases/pgroonga: Update version 2.2.0=>2.2.1Muhammad Moinur Rahman2019-08-013-7/+7
|
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-271-0/+1
| | | | | | | | | | | | | | | 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
* databases/pgroonga: Update version 2.1.9=>2.2.0Muhammad Moinur Rahman2019-06-113-6/+7
|
* databases/pgroonga: Update version 2.1.8=>2.1.9Muhammad Moinur Rahman2019-05-243-9/+8
| | | | - UNBREAK
* Mark BROKENAntoine Brodin2019-05-111-0/+2
| | | | | | | | | | | | | | | | | 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
* databases/pgroonga: Fix MECAB option descriptionTobias Kortkamp2019-05-101-1/+1
|
* databases/pgroonga: Update version 2.1.7=>2.1.8Muhammad Moinur Rahman2019-01-133-5/+10
| | | | Relnotes: https://pgroonga.github.io/news/
* databases/pgroonga: Updare version 2.1.6=>2.1.7Muhammad Moinur Rahman2019-01-013-5/+6
| | | | Relnotes:https://pgroonga.github.io/news/
* databases/pgroonga: Update version 2.0.9=>2.1.6Muhammad Moinur Rahman2018-12-193-6/+13
| | | | | | - Pet portlint Relnotes:https://pgroonga.github.io/news/#version-2-1-6
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | 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
* databases/pgroonga: Update version 2.0.5=>2.0.9Muhammad Moinur Rahman2018-07-243-5/+9
| | | | Relnotes: https://pgroonga.github.io/news/
* Workaround the following problem on aarch64 by setting LLD_UNSAFE=yes:Mark Linimon2018-06-241-0/+1
| | | | | | | | | | | | 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)
* databases/pgroonga: Update version 2.0.2=>2.0.5Muhammad Moinur Rahman2018-04-233-5/+8
| | | | Relnotes: https://pgroonga.github.io/news/
* databases/pgroonga: Update version 2.0.1=>2.0.2Muhammad Moinur Rahman2018-01-083-5/+6
| | | | Relnotes: https://pgroonga.github.io/news/#version-2-0-2
* [NEW] databases/pgroonga: Open-source fulltext search engine for PostGRESQLMuhammad Moinur Rahman2017-09-205-0/+85
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/