89dd FreshPorts -- databases/kyotocabinet
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
kyotocabinet 1.2.76 databases on this many watch lists=0 search for ports that depend on this port
A straightforward implementation of DBM
Maintained by: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 23 Apr 2010 10:42:55
License: GPLv3


Kyoto Cabinet is a library of routines for managing a database. The
database is a simple data file containing records, each is a pair of a
key and a value. Every key and value is serial bytes with variable
length. Both binary data and character string can be used as a key and
a value. Each key must be unique within a database. There is neither
concept of data tables nor data types. Records are organized in hash
table or B+ tree.

Kyoto Cabinet runs very fast. For example, elapsed time to store one
million records is 0.9 seconds for hash database, and 1.1 seconds for
B+ tree database. Moreover, the size of database of Kyoto Cabinet is
very small. For example, overhead for a record is 16 bytes for hash
database, and 4 bytes for B+ tree database. Furthermore, scalability
of Kyoto Cabinet is great. The database size can be up to 8EB (9.22e18
bytes).

Kyoto Cabinet is written in the C++ language, and provided as API of
C++, C, Java, Python, Ruby, Perl, and Lua. Kyoto Cabinet is available
on platforms which have API conforming to C++03 with the TR1 library
extensions. Kyoto Cabinet is a free software licensed under the GNU
General Public License.

Author:	FAL Labs <info@fallabs.com>
WWW:	http://fallabs.com/kyotocabinet/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/gmake

This port is required by:

for Libraries

To install the port: cd /usr/ports/databases/kyotocabinet/ && make install clean
To add the package: pkg_add -r kyotocabinet


Configuration Options
===> The following configuration options are available for kyotocabinet-1.2.76:
     DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
  3. ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
  4. ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
  5. ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
  6. ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
  7. ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
  8. ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
  9. http://fallabs.com/kyotocabinet/pkg/

Number of commits found: 23

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
09 Oct 2012 13:59:42
Original commit files touched by this commit  1.2.76
sunpoet search for other commits by this committer
- Convert to new options framework
- Cleanup Makefile header
28 May 2012 17:12:11
Original commit files touched by this commit  1.2.76
sunpoet search for other commits by this committer
- Update to 1.2.76

Changes:
- kcthread.cc (CondVar::wait): a bug on Win32 was fixed.
- kcdbext.h (IndexDB::set, IndexDB::replace): a bug of updating existing records
  was fixed.
- kcdb.h (DB::check): new function.
03 May 2012 09:50:02
Original commit files touched by this commit  1.2.75
sunpoet search for other commits by this committer
- Update to 1.2.75

Changes:
- kcpolydb.h (PolyDB::match_similar): supressed warnings on signedness.
28 Mar 2012 19:05:24
Original commit files touched by this commit  1.2.74
sunpoet search for other commits by this committer
- Update to 1.2.74

Changes:
- kcpolydb.h (PolyDB::SimilarKey): the type of a member was modified for c++0x
  mode.

Feature safe:   yes
15 Mar 2012 17:33:03
Original commit files touched by this commit  1.2.73
sunpoet search for other commits by this committer
- Update to 1.2.73

Changes:
- kcutil.h (memdist, strutfdist, strucsdist): new functions.
- kcpolydb.h (PolyDB::match_similar): new funcion.
- kclangc.h (kclevdist, kcdbmatchsimilar): new functions.
- kcfile.cc (File::open): LOCKFILE_FAIL_IMMEDIATELY support was added for Win32.

Feature safe:   yes
18 Dec 2011 14:13:48
Original commit files touched by this commit  1.2.72
sunpoet search for other commits by this committer
- Update to 1.2.72

Changes:
- kcfile.h (File::read, File::read_rast): a bug of invalid memory deletion was
  fixed.
07 Dec 2011 13:54:36
Original commit files touched by this commit  1.2.71
sunpoet search for other commits by this committer
- Update to 1.2.71
- Cosmetic change

Changes:
- kclang.cc (kcdbcas): the erroneous order of parameters was rectified.

Feature safe:   yes
10 Nov 2011 21:31:27
Original commit files touched by this commit  1.2.70_1
linimon search for other commits by this committer
Mark as broken on powerpc: fails to link.

Hat:            portmgr
Feature safe:   yes
09 Nov 2011 12:22:34
Original commit files touched by this commit  1.2.70_1
sunpoet search for other commits by this committer
- Change PORTDOCS handling: kyotocabinet.idl is now installed to DOCSDIR
- Bump PORTREVISION for package change
25 Aug 2011 03:39:03
Original commit files touched by this commit  1.2.70
sunpoet search for other commits by this committer
- Add my LOCAL to MASTER_SITES
- Take maintainership
22 Aug 2011 15:53:26
Original commit files touched by this commit  1.2.70
knu search for other commits by this committer
Drop maintainership.  I'm not interested in this any more.
22 Aug 2011 15:52:10
Original commit files touched by this commit  1.2.70
knu search for other commits by this committer
Update to 1.2.70 and add LICENSE.

This commit is based on the following PR.

PR:             ports/158887
Submitted by:   Jin-Sih Lin <linpct@gmail.com>
12 Dec 2010 03:25:54
Original commit files touched by this commit  1.2.7
pgollucci search for other commits by this committer
- Fix fetch

Reported by:    QAT
10 Sep 2010 04:16:57
Original commit files touched by this commit  1.2.7
pgollucci search for other commits by this committer
- Update to 1.2.7
- MASTER_SITES udated
- MAN1 list updated
- THANKS removed from list of docs added to DOCSDIR
  (not present in vendor's archive anymore)
- files/patch-Makefile.in updated
- pkg-descr and pkg-plist updated

PR:             ports/149876
Submitted by:   Frederic Culot <frederic@culot.org>
Approved by:    maintainer timeout (knu ; 19 days)
08 Jun 2010 02:21:26
Original commit files touched by this commit  1.0.1
knu search for other commits by this committer
Update to 1.0.1.
22 May 2010 15:25:10
Original commit files touched by this commit  1.0.0
knu search for other commits by this committer
Update to 1.0.0.
21 May 2010 03:55:56
Original commit files touched by this commit  0.9.18
knu search for other commits by this committer
Update to 0.9.18.
07 May 2010 17:34:52
Original commit files touched by this commit  0.9.17
knu search for other commits by this committer
Update to 0.9.17.
07 May 2010 16:56:42
Original commit files touched by this commit  0.9.15
knu search for other commits by this committer
Unbreak for i386 by forcing CPUTYPE=i586 if not defined.

Give caution to user using PKGMESSAGE that this library relies on some
kinds of CPU instructions that i386 and i486 do not have.
05 May 2010 15:47:14
Original commit files touched by this commit  0.9.15
knu search for other commits by this committer
This port does not compile with gcc older than 4.2.
28 Apr 2010 04:16:47
Original commit files touched by this commit  0.9.15
knu search for other commits by this committer
Update to 0.9.15. (Forgot to commit this file)
28 Apr 2010 03:44:40
Original commit files touched by this commit  0.9.15
knu search for other commits by this committer
Update to 0.9.15.
23 Apr 2010 10:42:27
Original commit files touched by this commit  0.9.14
knu search for other commits by this committer
Add kyotocabinet, a straightforward implementation of DBM.

Number of commits found: 23

286f
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24536
Broken 218
Deprecated 474
Ignore 633
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 512
Interactive 33
new 24 hours 3
new 48 hours7
new 7 days31
new fortnight62
new month215

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0