pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-tokyotyrant Import p5-tokyotyrant-1.2 as ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b65d1e9b67f
branches:  trunk
changeset: 549019:5b65d1e9b67f
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Oct 26 11:40:33 2008 +0000

description:
Import p5-tokyotyrant-1.2 as databases/p5-tokyotyrant.

This module implements the pure Perl client which connects to the server of
Tokyo Tyrant and speaks its original binary protocol.

Tokyo Tyrant is a package of network interface to the DBM called Tokyo Cabinet.
Though the DBM has high performance, you might bother in case that multiple
processes share the same database, or remote processes access the database.
Thus, Tokyo Tyrant is provided for concurrent and remote connections to Tokyo
Cabinet. It is composed of the server process managing a database and its access
library for client applications. The server can embed Lua, a lightweight script
language so that you can define arbitrary operations of the database.

The server features high concurrency due to thread-pool modeled implementation
and the epoll/kqueue mechanism of the modern Linux/*BSD kernel. The server and
its clients communicate with each other by simple binary protocol on TCP/IP.
Protocols compatible with memcached and HTTP/1.1 are also supported so that
almost all principal platforms and programming languages can use Tokyo Tyrant.
High availability and high integrity are also featured due to such mechanisms as
hot backup, update logging, and replication.

diffstat:

 databases/p5-tokyotyrant/DESCR    |  18 ++++++++++++++++++
 databases/p5-tokyotyrant/Makefile |  25 +++++++++++++++++++++++++
 databases/p5-tokyotyrant/PLIST    |   3 +++
 databases/p5-tokyotyrant/distinfo |   5 +++++
 4 files changed, 51 insertions(+), 0 deletions(-)

diffs (67 lines):

diff -r baf8e9533269 -r 5b65d1e9b67f databases/p5-tokyotyrant/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-tokyotyrant/DESCR    Sun Oct 26 11:40:33 2008 +0000
@@ -0,0 +1,18 @@
+This module implements the pure Perl client which connects to the server of
+Tokyo Tyrant and speaks its original binary protocol.
+
+Tokyo Tyrant is a package of network interface to the DBM called Tokyo Cabinet.
+Though the DBM has high performance, you might bother in case that multiple
+processes share the same database, or remote processes access the database.
+Thus, Tokyo Tyrant is provided for concurrent and remote connections to Tokyo
+Cabinet. It is composed of the server process managing a database and its access
+library for client applications. The server can embed Lua, a lightweight script
+language so that you can define arbitrary operations of the database.
+
+The server features high concurrency due to thread-pool modeled implementation
+and the epoll/kqueue mechanism of the modern Linux/*BSD kernel. The server and
+its clients communicate with each other by simple binary protocol on TCP/IP.
+Protocols compatible with memcached and HTTP/1.1 are also supported so that
+almost all principal platforms and programming languages can use Tokyo Tyrant.
+High availability and high integrity are also featured due to such mechanisms as
+hot backup, update logging, and replication.
diff -r baf8e9533269 -r 5b65d1e9b67f databases/p5-tokyotyrant/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-tokyotyrant/Makefile Sun Oct 26 11:40:33 2008 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/10/26 11:40:33 obache Exp $
+#
+
+DISTNAME=      tokyotyrant-perl-1.2
+PKGNAME=       p5-${DISTNAME:S/-perl-/-/}
+CATEGORIES=    databases perl5
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=tokyocabinet/}
+
+MAINTAINER=    obache%NetBSD.org@localhost
+HOMEPAGE=      http://tokyocabinet.sourceforge.net/tyrantperldoc/
+COMMENT=       Pure Perl Interface of Tokyo Tyrant
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=        auto/TokyoTyrant/.packlist
+USE_LANGUAGES= # none
+
+INSTALLATION_DIRS+=    share/tokyotyrant/doc/perl
+
+post-install:
+       ${INSTALL_DATA} ${WRKSRC}/doc/index.html \
+               ${DESTDIR}${PREFIX}/share/tokyotyrant/doc/perl/index.html
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r baf8e9533269 -r 5b65d1e9b67f databases/p5-tokyotyrant/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-tokyotyrant/PLIST    Sun Oct 26 11:40:33 2008 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/10/26 11:40:33 obache Exp $
+share/tokyotyrant/doc/perl/index.html
+@dirrm share/tokyotyrant/doc/perl
diff -r baf8e9533269 -r 5b65d1e9b67f databases/p5-tokyotyrant/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-tokyotyrant/distinfo Sun Oct 26 11:40:33 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/10/26 11:40:33 obache Exp $
+
+SHA1 (tokyotyrant-perl-1.2.tar.gz) = a7580d53883f7ea7befdbe3f06e1c08840854510
+RMD160 (tokyotyrant-perl-1.2.tar.gz) = 46a0009d7eac1575a85e7657576abcddfb12f527
+Size (tokyotyrant-perl-1.2.tar.gz) = 25641 bytes



Home | Main Index | Thread Index | Old Index