Port details |
- kyototycoon Handy cache/storage server
- 0.9.56_6 databases
=0 Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2012-05-30 14:43:16
- Last Update: 2022-07-20 14:21:07
- Commit Hash: d076ad9
- License: GPLv3
- Description:
- Kyoto Tycoon is a lightweight database server with auto expiration mechanism,
which is useful to handle cache data and persistent data of various
applications. Kyoto Tycoon is also a package of network interface to the DBM
called Kyoto Cabinet. Though the DBM has high performance and high concurrency,
you might bother in case that multiple processes share the same database, or
remote processes access the database. Thus, Kyoto Tycoon is provided for
concurrent and remote connections to Kyoto Cabinet. Kyoto Tycoon is composed of
the server process managing multiple databases and its access library for client
applications.
The network protocol between the server and clients is HTTP so that you can
write client applications and client libraries in almost all popular languages.
Both of RESTful-style interface by the GET, HEAD, PUT, DELETE methods and
RPC-style inteface by the POST method are supported. The server can handle more
than 10 thousand connections at the same time because it uses modern I/O event
notification facilities such as "epoll" and "kqueue" of underlying systems. The
server supports high availability mechanisms, which are hot backup, update
logging, and asynchronous replication. The server can embed Lua, a lightweight
script language so that you can define arbitrary operations of the database.
WWW: https://dbmx.net/kyototycoon/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- kyototycoon>0:databases/kyototycoon
- To install the port:
- cd /usr/ports/databases/kyototycoon/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/kyototycoon
- pkg install kyototycoon
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: kyototycoon
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (kyototycoon-0.9.56.tar.gz) = 553e4ea83237d9153cc5e17881092cefe0b224687f7ebcc406b061b2f31c75c6
SIZE (kyototycoon-0.9.56.tar.gz) = 503581
- 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
- Library dependencies:
-
- libkyotocabinet.so : databases/kyotocabinet
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for kyototycoon-0.9.56_6:
DOCS=on: Build and/or install documentation
LZO=off: LZO compression support
===> Use 'make config' to modify these settings
- Options name:
- databases_kyototycoon
- USES:
- gmake pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:21:07 0.9.56_6 |
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 ) |
11 May 2021 21:46:56 0.9.56_6 |
Po-Chuan Hsieh (sunpoet)  |
databases/kyototycoon: Simplify Makefile |
06 Apr 2021 14:31:13 0.9.56_6 |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 0.9.56_6 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Feb 2021 20:43:27
0.9.56_6 |
sunpoet  |
Cosmetic change |
24 Jul 2020 18:58:53
0.9.56_6 |
sunpoet  |
Update MASTER_SITES and WWW |
31 Mar 2020 23:19:16
0.9.56_6 |
sunpoet  |
Replace CPU-specific optimization (-march=native) with -O3
- Bump PORTREVISION for package change
PR: 245032
Submitted by: dch |
30 Jan 2019 19:21:57
0.9.56_5 |
sunpoet  |
Cosmetic change |
29 Oct 2018 22:12:08
0.9.56_5 |
sunpoet  |
Update MASTER_SITES and WWW |
17 Feb 2018 16:40:15
0.9.56_5 |
sunpoet  |
Fix build with Clang 6
MFH: 2018Q1 |
16 Feb 2018 22:05:07
0.9.56_5 |
dch  |
databases/kyototycoon: set pidfile before usage
the current rc.d script uses the pidfile variable before its
defined. This breaks the daemon script.
Approved by: jrm (mentor), sunpoet
MFH: 2018Q1
Sponsored by: https://iwantmyname.com/
Differential Revision: https://reviews.freebsd.org/D13580 |
20 May 2017 21:51:02
0.9.56_4 |
sunpoet  |
Add rc.d script
- Assign default UID and GID
- Bump PORTREVISION for package change
PR: 217083
Submitted by: Dave Cottlehuber <dch@skunkwerks.at> |
12 Jan 2017 20:02:12
0.9.56_3 |
sunpoet  |
Add LZO option
- Add LICENSE_FILE
- Use PORTDOCS
- Convert to options target helper
- Bump PORTREVISION for dependency change |
01 Dec 2016 11:18:04
0.9.56_2 |
mat  |
Don't quote {} in find -exec calls.
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.
Sponsored by: Absolight |
01 Apr 2016 14:00:57
0.9.56_2 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
04 Oct 2015 18:00:15
0.9.56_2 |
sunpoet  |
- Convert to new test framework
- Pet portlint: fix diff header of patch files |
25 Mar 2015 14:58:47
0.9.56_2 |
sunpoet  |
- Cleanup -lpthread/-pthread manipulation |
18 Jan 2015 22:48:46
0.9.56_2 |
sunpoet  |
- Use INSTALL_TARGET=install-strip instead of STRIP_CMD |
20 Oct 2014 10:41:13
0.9.56_2 |
bapt  |
Cleanup plist |
04 Apr 2014 09:47:55
0.9.56_2 |
sunpoet  |
- Use MAKE_CMD |
18 Mar 2014 16:14:03
0.9.56_2 |
sunpoet  |
- Strip binary executable and shared library in post-install: phase |
01 Mar 2014 07:24:16
0.9.56_2 |
sunpoet  |
- Use BINMODE and DOCMODE
- Simplify Makefile |
09 Feb 2014 12:54:55
0.9.56_2 |
antoine  |
- Fix plist
- Allow packaging as a regular user |
30 Dec 2013 09:08:13
0.9.56_1 |
sunpoet  |
- Allow build with clang [1]
- Remove explicit -lstdc++
- Bump PORTREVISION for package change
Submitted by: vanilla [1] |
27 Dec 2013 02:18:12
0.9.56 |
sunpoet  |
- Use USE_GCC=any
- Add missing USES=pkgconfig
- Remove deprecated PTHREAD_*
- Strip binary executable and shared library
- Support STAGEDIR |
11 Dec 2013 18:08:53
0.9.56 |
bapt  |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases |
20 Sep 2013 16:13:49
0.9.56 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
25 Aug 2013 16:14:58
0.9.56 |
sunpoet  |
- Use !${PORT_OPTIONS:Mfoo} instead of empty(PORT_OPTIONS:Mfoo) |
21 Aug 2013 17:17:26
0.9.56 |
sunpoet  |
- Remove leading indefinite article from COMMENT |
21 Aug 2013 12:03:52
0.9.56 |
sunpoet  |
- Use USES=gmake |
14 Aug 2013 22:35:54
0.9.56  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
09 Oct 2012 14:00:34
0.9.56 |
sunpoet  |
- Add LICENSE
- Convert to new options framework
- Cleanup Makefile header |
30 May 2012 14:40:44
0.9.56 |
sunpoet  |
- Add kyototycoon 0.9.56
Kyoto Tycoon is a lightweight database server with auto expiration mechanism,
which is useful to handle cache data and persistent data of various
applications. Kyoto Tycoon is also a package of network interface to the DBM
called Kyoto Cabinet. Though the DBM has high performance and high concurrency,
you might bother in case that multiple processes share the same database, or
remote processes access the database. Thus, Kyoto Tycoon is provided for
concurrent and remote connections to Kyoto Cabinet. Kyoto Tycoon is composed of
the server process managing multiple databases and its access library for client
applications.
The network protocol between the server and clients is HTTP so that you can
write client applications and client libraries in almost all popular languages.
Both of RESTful-style interface by the GET, HEAD, PUT, DELETE methods and
RPC-style inteface by the POST method are supported. The server can handle more
than 10 thousand connections at the same time because it uses modern I/O event
notification facilities such as "epoll" and "kqueue" of underlying systems. The
server supports high availability mechanisms, which are hot backup, update
logging, and asynchronous replication. The server can embed Lua, a lightweight
script language so that you can define arbitrary operations of the database.
WWW: http://fallabs.com/kyototycoon/ |