aboutsummaryrefslogtreecommitdiff
path: root/databases/tarantool/files/tarantool.in
Commit message (Collapse)AuthorAgeFilesLines
* databases/tarantool: Update to 3.0.0Pavel Balaev2023-12-291-0/+53
| | | | | | | New major release: https://github.com/tarantool/tarantool/releases/tag/3.0.0 Signed-off-by: Pavel Balaev <mail@void.so>
* databases/tarantool: Renamed to tarantool2Pavel Balaev2023-12-291-53/+0
| | | | | | | | | A new major version of the tarantool has been released. databases/tarantool renamed to databases/tarantool2. 2.11 is an LTS version and it is advisable to leave the option to install it. Signed-off-by: Pavel Balaev <mail@void.so>
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* databases/tarantool: silence warning message in startup script.Jimmy Olgeni2017-09-091-1/+1
| | | | | | | | | PR: 221024 Submitted by: olgeni Approved by: maintainer timeout Notes: svn path=/head/; revision=449479
* - Update to 1.7.3.99Veniamin Gvozdikov2017-01-251-1/+1
| | | | Notes: svn path=/head/; revision=432416
* - Update to 1.6.5Veniamin Gvozdikov2015-07-071-27/+29
| | | | | | | - Added tarantool user and group Notes: svn path=/head/; revision=391515
* - Update to new versionVeniamin Gvozdikov2013-11-231-1/+27
| | | | | | | | | | | | - Fixed bugs at init script - Added auto init storage at init script - Added more information at pkg-message - Groupped plugins Submitted by: myself Notes: svn path=/head/; revision=334648
* - update to 1.4.8Ruslan Makhmatkhanov2012-12-111-1/+1
| | | | | | | | PR: 170348 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer) Notes: svn path=/head/; revision=308708
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-5/+3
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Tarantool/Box, or simply Tarantool, is a high performance key/valueEitan Adler2012-01-021-0/+29
storage server. The code is available for free under the terms of BSD license. Supported platforms are GNU/Linux and FreeBSD. WWW: http://tarantool.org/ PR: ports/163213 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> Notes: svn path=/head/; revision=288420