Bug 132490 - [NEW PORT] databases/tokyotyrant: Network interface of Tokyo Cabinet
Summary: [NEW PORT] databases/tokyotyrant: Network interface of Tokyo Cabinet
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-10 02:40 UTC by gslin
Modified: 2009-03-27 21:40 UTC (History)
1 user (show)

See Also:


Attachments
tokyotyrant-1.1.16.shar (3.13 KB, text/plain)
2009-03-10 02:40 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2009-03-10 02:40:01 UTC
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.

WWW:	http://tokyocabinet.sourceforge.net/tyrantdoc/

Generated with FreeBSD Port Tools 0.77
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2009-03-15 03:54:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lwhsu

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-03-27 21:34:59 UTC
lwhsu       2009-03-27 21:34:43 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/tokyotyrant Makefile distinfo pkg-descr pkg-plist 
    databases/tokyotyrant/files ttserver.in 
  Log:
  Add tokyotyrant 1.1.17, network interface of Tokyo Cabinet.
  
  PR:             ports/132490
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.751     +1 -0      ports/databases/Makefile
  1.1       +36 -0     ports/databases/tokyotyrant/Makefile (new)
  1.1       +3 -0      ports/databases/tokyotyrant/distinfo (new)
  1.1       +21 -0     ports/databases/tokyotyrant/files/ttserver.in (new)
  1.1       +9 -0      ports/databases/tokyotyrant/pkg-descr (new)
  1.1       +26 -0     ports/databases/tokyotyrant/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Li-Wen Hsu freebsd_committer freebsd_triage 2009-03-27 21:35:17 UTC
State Changed
From-To: open->closed

Committed. Thanks!