aboutsummaryrefslogtreecommitdiff
path: root/textproc/groonga
Commit message (Collapse)AuthorAgeFilesLines
* textproc/groonga: Update version 13.0.4=>13.0.5Muhammad Moinur Rahman2024-04-052-6/+7
| | | | Changelog: https://groonga.org/en/blog/2023/08/02/groonga-13.0.5.html
* textproc/groonga: Update version 13.0.2=>13.0.4Muhammad Moinur Rahman2024-02-294-52/+4
| | | | Changelog: https://groonga.org/docs/news/13.html#release-13-0-4-2023-07-26
* textproc/groonga: Update version 13.0.1=>13.0.5Muhammad Moinur Rahman2024-01-122-5/+5
| | | | Changelog: https://groonga.org/en/blog/2023/08/02/groonga-13.0.5.html
* textproc/groonga: Update version 13.0.0=>13.0.1Muhammad Moinur Rahman2023-03-292-4/+4
| | | | Changelog: https://groonga.org/en/blog/2023/03/24/groonga-13.0.1.html
* textproc/groonga: Update version 12.1.2=>13.0.0Muhammad Moinur Rahman2023-02-202-7/+4
| | | | Changelog: https://groonga.org/en/blog/2023/02/09/groonga-13.0.0.html
* textproc/groonga: Update version 12.1.1=>12.1.2Muhammad Moinur Rahman2023-02-012-5/+5
| | | | Relnotes: https://groonga.org/en/blog/2023/01/29/groonga-12.1.2.html
* Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=rubyMuhammad Moinur Rahman2023-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk Notable changes are. - Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk. - USE_RUBY=yes is replaced with USES=ruby. - USE_RUBY_EXTCONF is replaced with USES=ruby:extconf. - USE_RUBY_RDOC is replaced with USES=ruby:rdoc. - USE_RUBY_SETUP is replaces with USES=ruby:setup. - RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with USES=ruby:{build,none,run}. - RUBY_REQUIRE isn't used anywhere, so removed. - USES=gem now implies USES=ruby. This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863 I have just made some cosmetic changes and ran exp-run to test that the tree is not in a BROKEN state. Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D37925
* textproc/groonga: Update version 12.1.0=>12.1.1Muhammad Moinur Rahman2023-01-112-4/+4
| | | | Relnotes: https://groonga.org/en/blog/2023/01/06/groonga-12.1.1.html
* textproc/groonga: Update version 12.0.9=>12.1.0Muhammad Moinur Rahman2022-12-102-4/+4
| | | | Relnotes: https://groonga.org/en/blog/2022/11/29/groonga-12.1.0.html
* textproc/groonga: Update version 12.0.8=>12.0.9Muhammad Moinur Rahman2022-11-052-6/+5
| | | | Relnotes: https://groonga.org/en/blog/2022/10/31/groonga-12.0.9.html
* devel/msgpack: Update and split into C and C++ versionsAdam Weinberger2022-10-161-1/+2
| | | | | | | | | | | | | | Upstream now provides msgpack as two separate distributions: a C version with the traditional libmsgpackc.so library, and a header-only C++ version. devel/msgpack is now devel/msgpack-c and devel/msgpack-cxx, and its consumers now point to one or both. Note that it is entirely possible for both to be required. PORTREVISION bump for all consumers. In my testing, it's not clear that the MSGPACK option in the mariadb ports actually does anything. I don't think mariadb is actually linking against msgpack, even before this commit.
* textproc/groonga: Update version 12.0.7=>12.0.8Muhammad Moinur Rahman2022-10-082-7/+7
| | | | | | - Add USES=localbase:ldflags ssl Relnotes: https://groonga.org/en/blog/2022/10/03/groonga-12.0.8.html
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* textproc/groonga: Update version 12.0.6=>12.0.7Muhammad Moinur Rahman2022-08-302-5/+5
| | | | Relnotes: https://groonga.org/en/blog/2022/08/29/groonga-12.0.7.html
* textproc/groonga: Update version 12.0.5=>12.0.6Muhammad Moinur Rahman2022-08-063-4/+5
| | | | Relnotes: https://groonga.org/en/blog/2022/08/04/groonga-12.0.6.html
* textproc/groonga: Update version 12.0.4=>12.0.5Muhammad Moinur Rahman2022-07-193-4/+5
| | | | Relnotes: https://groonga.org/en/blog/2022/06/29/groonga-12.0.5.html
* textproc/groonga: Update version 12.0.3=>12.0.4Muhammad Moinur Rahman2022-06-063-5/+5
| | | | Relnotes: https://groonga.org/en/blog/2022/06/06/groonga-12.0.4.html
* textproc/groonga: Update version 12.0.2=>12.0.3Muhammad Moinur Rahman2022-05-033-5/+8
| | | | Relnotes: https://groonga.org/en/blog/2022/04/29/groonga-12.0.3.html
* textproc/groonga: Update version 12.0.1=>12.0.2Muhammad Moinur Rahman2022-03-313-4/+6
| | | | Relnotes: https://groonga.org/en/blog/2022/03/29/groonga-12.0.2.html
* textproc/groonga: Update version 12.0.0=>12.0.1Muhammad Moinur Rahman2022-03-122-4/+4
| | | | Relnotes: https://groonga.org/en/blog/2022/02/28/groonga-12.0.1.html
* textproc/groonga: Update version 11.1.1=>12.0.0Muhammad Moinur Rahman2022-02-153-6/+5
| | | | Relnotes: https://groonga.org/en/blog/2022/02/09/groonga-12.0.0.html
* textproc/groonga: Update version 11.1.0=>11.1.1Muhammad Moinur Rahman2022-01-192-21/+23
| | | | Relnotes: https://groonga.org/en/blog/2021/12/29/groonga-11.1.1.html
* textproc/groonga: Update version 11.0.9=>11.1.0Muhammad Moinur Rahman2021-12-062-4/+4
| | | | Relnotes: https://groonga.org/en/blog/2021/11/29/groonga-11.1.0.html
* textproc/groonga: Update version 11.0.7=>11.0.9Muhammad Moinur Rahman2021-11-132-5/+5
| | | | Relnotes: https://groonga.org/en/blog/2021/11/05/groonga-11.0.9.html
* textproc/groonga: fix typos in pkg-descr.Jimmy Olgeni2021-10-161-1/+1
|
* textproc/groonga: Update version 11.0.6=>11.0.7Muhammad Moinur Rahman2021-10-082-4/+5
| | | | | | - Add LICENSE_FILE Relnotes: https://groonga.org/docs/news.html#release-11-0-7-2021-09-29
* textproc/groonga: Update version 11.0.4=>11.0.6Muhammad Moinur Rahman2021-09-273-5/+6
| | | | Relnotes: https://groonga.org/docs/news.html#release-11-0-6-2021-08-29
* textproc/groonga: Update version 11.0.3=>11.0.4Muhammad Moinur Rahman2021-07-022-4/+4
| | | | Relnotes: https://groonga.org/docs/news.html#release-11-0-4-2021-06-29
* textproc/groonga: Update version 11.0.2=>11.0.3Muhammad Moinur Rahman2021-06-042-5/+5
| | | | Relnotes: https://groonga.org/docs/news.html#release-11-0-3-2021-05-29
* textproc/groonga: Update version 11.0.1=>11.0.2Muhammad Moinur Rahman2021-05-252-5/+5
| | | | Relnotes: https://groonga.org/docs/news.html#release-11-0-2-2021-05-10
* textproc/groonga: Update version 11.0.0=>11.0.1Muhammad Moinur Rahman2021-04-073-5/+6
| | | | | Relnotes: https://groonga.org/docs/news.html#release-11-0-1-2021-03-31
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* textproc/groonga: Update version 10.1.1=>11.0.0Muhammad Moinur Rahman2021-02-112-4/+4
| | | | | | | Relnotes: https://groonga.org/docs/news.html#release-11-0-0-2021-02-09 Notes: svn path=/head/; revision=564978
* textproc/groonga: Update version 10.1.0=>10.1.1Muhammad Moinur Rahman2021-01-272-4/+4
| | | | | | | Relnotes: https://groonga.org/docs/news.html#release-10-1-1 Notes: svn path=/head/; revision=563011
* textproc/groonga: Update version 10.0.9=>10.1.0Muhammad Moinur Rahman2020-12-303-5/+6
| | | | | | | Relnotes: https://groonga.org/docs/news.html#release-10-1-0 Notes: svn path=/head/; revision=559650
* textproc/groonga: Update version 10.0.8=>10.0.9Muhammad Moinur Rahman2020-12-262-5/+5
| | | | | | | Relnotes: https://groonga.org/en/blog/2020/12/01/groonga-10.0.9.html Notes: svn path=/head/; revision=559303
* textproc/groonga: Update version 10.0.7=>10.0.8Muhammad Moinur Rahman2020-10-312-5/+5
| | | | | | | Relnotes: https://groonga.org/en/blog/2020/10/29/groonga-10.0.8.html Notes: svn path=/head/; revision=553814
* textproc/groonga: Update version 10.0.6=>10.0.7Muhammad Moinur Rahman2020-10-243-31/+57
| | | | | | | Relnotes: https://groonga.org/en/blog/2020/09/29/groonga-10.0.7.html Notes: svn path=/head/; revision=553179
* textproc/groonga: Update version 10.0.5=>10.0.6Muhammad Moinur Rahman2020-09-052-5/+5
| | | | | | | Relnotes: https://groonga.org/en/blog/2020/08/29/groonga-10.0.6.html Notes: svn path=/head/; revision=547659
* textproc/groonga: Update version 10.0.4=>10.0.5Muhammad Moinur Rahman2020-08-073-4/+5
| | | | | | | Relnotes: https://groonga.org/en/blog/2020/07/30/groonga-10.0.5.html Notes: svn path=/head/; revision=544310
* textproc/groonga: Update version 10.0.3=>10.0.4Muhammad Moinur Rahman2020-07-103-4/+5
| | | | | | | Relnotes: https://groonga.org/en/blog/2020/06/29/groonga-10.0.4.html Notes: svn path=/head/; revision=541875
* textproc/groonga: Update version 10.0.2=>10.0.3Muhammad Moinur Rahman2020-06-013-4/+7
| | | | | | | Relnotes: https://groonga.org/en/blog/2020/05/29/groonga-10.0.3.html Notes: svn path=/head/; revision=537504
* textproc/groonga: Update version 10.0.1=>10.0.2Muhammad Moinur Rahman2020-05-273-4/+5
| | | | | | | Relnotes: https://groonga.org/en/blog/2020/04/29/groonga-10.0.2.html Notes: svn path=/head/; revision=536670
* textproc/groonga: Update version 10.0.0=>10.0.1Muhammad Moinur Rahman2020-04-072-4/+4
| | | | | | | Relnotes: https://groonga.org/en/blog/2020/03/30/groonga-10.0.1.html Notes: svn path=/head/; revision=530954
* textproc/groonga: Update version 9.1.2=>10.0.0Muhammad Moinur Rahman2020-03-302-5/+5
| | | | | | | Relnotes: https://groonga.org/en/blog/2020/03/29/groonga-10.0.0.html Notes: svn path=/head/; revision=529867
* textproc/groonga: Update version 9.1.0=>9.1.2Muhammad Moinur Rahman2020-02-043-7/+21
| | | | | | | Relnotes:https://groonga.org/en/blog/2020/01/29/groonga-9.1.2.html Notes: svn path=/head/; revision=525139
* textproc/groonga: Update version 9.0.9=>9.1.0Muhammad Moinur Rahman2019-11-292-4/+4
| | | | Notes: svn path=/head/; revision=518647
* textproc/groonga: Update version 9.08=>9.09Muhammad Moinur Rahman2019-11-022-4/+4
| | | | Notes: svn path=/head/; revision=516293