NOTICE: This package has been removed from pkgsrc

./databases/lua-tokyocabinet, Lua binding of Tokyo Cabinet

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.10nb2, Package name: lua54-tokyocabinet-1.10nb2, Maintainer: pkgsrc-users

Tokyo 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. There is neither concept of
data tables nor data types. Records are organized in hash table, B+ tree, or
fixed-length array.

This package provides Lua binding of Tokyo Cabinet.


Required to run:
[databases/tokyocabinet] [lang/lua53]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 108.53 KB

Version history: (Expand)


CVS history: (Expand)


   2025-05-06 11:08:21 by Thomas Klausner | Files touched by this commit (2)
Log message:
lua-tokyocabinet: SOEXT -> SHLIB_EXT
   2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (some may be only fetched
conditionally):

./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
   2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Remove SHA1 distfile hashes
   2020-07-02 12:26:19 by Nia Alarie | Files touched by this commit (29)
Log message:
Add 'lua' category to Lua modules.

While here, normalize some packages with strange variable order.
   2019-11-02 16:38:12 by Roland Illig | Files touched by this commit (115)
Log message:
databases: align variable assignments

pkglint -Wall -F --only aligned -r

No manual corrections.
   2019-07-11 11:25:26 by Nia Alarie | Files touched by this commit (15)
Log message:
Use https for fallabs.com.
   2017-06-01 15:30:26 by Johnny C. Lam | Files touched by this commit (21)
Log message:
Use public SHLIB_TYPE instead of private _OPSYS_SHLIB_TYPE.
   2016-08-20 20:49:33 by Sevan Janiyan | Files touched by this commit (4)
Log message:
Unbreak build on Darwin.
Add flag for Darwin linker to resolve symbols from external libraries at
runtime.
Handle dylib file extension for module.
Add comment to describe patch-aa.

ok alnsn@