FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 8:25 PM GMT
Port details
kyotocabinet 1.2.72 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/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/gmake
There are no ports dependent upon this port

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


Configuration Options
     No options to configure

Master Sites:
http://fallabs.com/kyotocabinet/pkg/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 18

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
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: 18

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06

15 vulnerabilities affecting 34 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 23154
Broken 191
Deprecated 96
Ignore 727
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 4
new 48 hours9
new 7 days46
new fortnight71
new month139

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

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.265 seconds.