Commit graph

14 commits

Author SHA1 Message Date
nia
2c8d590893 Normalize handling packages that require 64-bit atomic ops. 2020-12-31 20:04:11 +00:00
nia
06ad596eb9 kyotocabinet: Update to 1.2.78
2020-07-20  FAL Labs  <info@fallabs.com>

	- Fixed build warnings.

	- Release: 1.2.78
2020-11-23 14:00:39 +00:00
nia
b274ac6055 kyotocabinet: Needs 64-bit atomic ops on powerpc 2020-11-13 16:12:02 +00:00
rillig
ff6c7fc202 databases/kyotocabinet: remove unknown configure option 2020-05-31 15:20:21 +00:00
nia
6b06189732 kyotocabinet: Update to 1.2.77
2018-10-29  FAL Labs  <info@fallabs.com>

	- Fixed build errors.

	- Release: 1.2.77
2020-02-26 15:59:05 +00:00
rillig
b4f1862849 databases: align variable assignments
pkglint -Wall -F --only aligned -r

No manual corrections.
2019-11-02 15:37:59 +00:00
nia
f4d40feef7 Use https for fallabs.com. 2019-07-11 09:25:24 +00:00
wiz
613099ea0a kyotocabinet: Fix compilation with gcc-6.
'false' is not a valid char *.
2018-03-06 15:20:27 +00:00
agc
d549bff9a5 Add SHA512 digests for distfiles for databases category
Problems found with existing distfiles:
	distfiles/D6.data.ros.gz
	distfiles/cstore0.2.tar.gz
	distfiles/data4.tar.gz
	distfiles/sphinx-2.2.7-release.tar.gz
No changes made to the cstore or mariadb55-client distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 01:56:09 +00:00
hiramatsu
6bb4a7cd07 Set MAINTAINER to pkgsrc-users. 2015-03-15 19:57:40 +00:00
joerg
593192ee3e Don't use newer instructions because the build machine is new.
Bump revision.
2015-02-19 14:09:32 +00:00
obache
e58a79934a No comment is good comment. 2014-11-24 07:05:48 +00:00
joerg
41b49a82b9 libc++ uses the !tr1 branch too. 2014-11-24 00:48:17 +00:00
obache
d753877d45 Import kyotocabinet-1.2.76 as databases/kyotocabinet.
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.
2014-11-21 11:29:52 +00:00