Commit graph

17 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
d570fa6b8a - Cleanup -lpthread/-pthread manipulation 2015-03-25 14:58:46 +00:00
Sunpoet Po-Chuan Hsieh
c0bc3e8fb1 - Use INSTALL_TARGET=install-strip instead of STRIP_CMD 2015-01-18 22:48:45 +00:00
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Sunpoet Po-Chuan Hsieh
fbff2ff8b0 - Use MAKE_CMD 2014-04-04 09:47:54 +00:00
Sunpoet Po-Chuan Hsieh
c1483697ef - Strip binary executable and shared library in post-install: phase 2014-03-18 16:14:03 +00:00
Sunpoet Po-Chuan Hsieh
2ec75b05a4 - Use BINMODE and DOCMODE
- Simplify Makefile
2014-03-01 07:24:16 +00:00
Antoine Brodin
fc44453d4c - Fix plist
- Allow packaging as a regular user
2014-02-09 12:54:55 +00:00
Sunpoet Po-Chuan Hsieh
0968e3d223 - Allow build with clang [1]
- Remove explicit -lstdc++
- Bump PORTREVISION for package change

Submitted by:	vanilla [1]
2013-12-30 09:08:13 +00:00
Sunpoet Po-Chuan Hsieh
d99fb44730 - Use USE_GCC=any
- Add missing USES=pkgconfig
- Remove deprecated PTHREAD_*
- Strip binary executable and shared library
- Support STAGEDIR
2013-12-27 02:18:11 +00:00
Baptiste Daroussin
b5482324dc In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
2013-12-11 18:08:52 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Sunpoet Po-Chuan Hsieh
20c1eacf2b - Use !${PORT_OPTIONS:Mfoo} instead of empty(PORT_OPTIONS:Mfoo) 2013-08-25 16:14:58 +00:00
Sunpoet Po-Chuan Hsieh
fa1716b118 - Remove leading indefinite article from COMMENT 2013-08-21 17:17:25 +00:00
Sunpoet Po-Chuan Hsieh
bc221a68c1 - Use USES=gmake 2013-08-21 12:03:51 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Sunpoet Po-Chuan Hsieh
d60a033161 - Add LICENSE
- Convert to new options framework
- Cleanup Makefile header
2012-10-09 14:00:34 +00:00
Sunpoet Po-Chuan Hsieh
8ff3465c7f - 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/
2012-05-30 14:41:10 +00:00