Commit graph

18 commits

Author SHA1 Message Date
obache
cec9995212 Update qdbm to 1.8.78.
2007-12-22  Mikio Hirabayashi  <mikio@fallabs.com>

	- Converters from Depot/Curia/Villa to TCHDB/TCBDB were added.

	- Release: 1.8.78
2014-05-31 07:28:57 +00:00
obache
b32243141d int64_t is not used anywhere, and its redifinition produce only troubles
in system headers.
2013-12-28 08:52:17 +00:00
dholland
6bb9178d4f fix patch comment 2011-07-31 23:45:22 +00:00
joerg
38452bb215 Declaring member functions outside classes is invalid. 2011-07-21 17:03:57 +00:00
taca
4c28d36375 * Add patches for Ruby 1.9.
* Remove RUBY_HAS_ARCHLIB.

No functional change.
2010-09-10 04:07:52 +00:00
taca
bc6a807511 Switch to use vendor_dir with Ruby 1.8.7.
Bump PKGREVISION.
2008-06-19 14:42:24 +00:00
obache
9cdc00576e Add DESTDIR support. 2008-06-14 14:48:01 +00:00
obache
a9dbe26428 No need to replace ruby with ${RUBY}.
lang/ruby/buildlink3.mk take care it.
2008-02-07 12:40:16 +00:00
obache
0bf9beb8c8 Update qdbm to 1.8.76.
Changes:
2007-03-07

	- The hash function of on-memory map was optimized.
	- A bug related to large object was fixed.
	- Release: 1.8.76
2007-10-16 14:06:35 +00:00
obache
0546b28976 Fix missing run-time search path in qdbm-plus. 2007-04-04 12:48:10 +00:00
obache
5d8b26d21e Update qdbm and sub packages to 1.8.75.
Changes:
2006-11-10  Mikio Hirabayashi

	- The utility API was enhanced.
	- A bug related to B+ tree API for Ruby was fixed.
	- Release: 1.8.75
2007-03-05 15:56:26 +00:00
obache
e5006bb750 Update qdbm and sub packages to 1.8.71.
Changes:
2006-08-24  Mikio Hirabayashi

	- Makefile was modified to assure portability.
	- Silent flag was added to the C++ API, the Java API, and the Ruby API.
	- Release: 1.8.71
2006-10-01 07:48:38 +00:00
obache
5fe8afdfd3 Update to 1.8.70.
2006-08-18  Mikio Hirabayashi

	- A bug of segmentation fault on BSD was fixed.
	- A test command for checking multi thread safety was added.
	- Release: 1.8.70

2006-08-15  Mikio Hirabayashi

	- Mutex controll in C++ API became refined.
	- Release: 1.8.69

2006-08-08  Mikio Hirabayashi

	- A bug about memory alignment was fixed.
	- A bug of handling meta data on big endian platforms was fixed.
	- Release: 1.8.68

2006-08-05  Mikio Hirabayashi

	- A bug about memory alignment was fixed.
	- A bug about parsing MIME was fixed.
	- Release: 1.8.67

2006-08-05  Mikio Hirabayashi

	- The utility API was enhanced.
	- Release: 1.8.66

2006-08-03  Mikio Hirabayashi

	- The extended API was enhanced.
	- The extended advanced API was enhanced.
	- Release: 1.8.65

2006-07-28  Mikio Hirabayashi

	- A bug of Makefile ralated to optimization was fixed.
	- Release: 1.8.64

2006-07-24  Mikio Hirabayashi

	- A lot of functions were replaced by macros.
	- The utility API was enhanced.
	- Release: 1.8.63

2006-07-20  Mikio Hirabayashi

	- A lot of functions were replaced by macros.
	- The URL resolver was to allow unescaped meta characters.
	- The advanced API was enhanced.
	- Release: 1.8.62

2006-07-14  Mikio Hirabayashi

	- A bug of the size checking function of the extended API was fixed.
	- The advanced API was enhanced.
	- Release: 1.8.61
2006-09-03 02:56:00 +00:00
wiz
6e0ae70b16 Update to 1.8.48, provided by OBATA Akio in PR 33237:
Changes:
2006-03-27  Mikio Hirabayashi

- The utility API was enhanced.
- Release: 1.8.48

pkgsrc changes: use libtool.
2006-04-11 21:24:08 +00:00
wiz
03ae906ad9 Update to 1.8.40, provided by OBATA Akio in PR 32364.
2006-01-08  Mikio Hirabayashi

	- Configuration for VC++ was to build DLL.
	- Release: 1.8.40

2006-01-04  Mikio Hirabayashi

	- The advanced API was enhanced.
	- Release: 1.8.39

2006-01-01  Mikio Hirabayashi

	- The advanced API was enhanced.
	- Release: 1.8.38

2005-12-26  Mikio Hirabayashi

	- Functions to set the size of the free block pool were added.
	- Commands line tools were enhanced.
	- Release: 1.8.37

2005-12-24  Mikio Hirabayashi

	- Free block pool was enhanced.
	- Commands line tools were enhanced.
	- Release: 1.8.36

2005-11-30  Mikio Hirabayashi

	- The utility API was enhanced.
	- The extended advanced API was enhanced.
	- All stat calls were replaced with lstat calls.
	- Release: 1.8.35
2006-01-11 18:23:01 +00:00
minskim
4d52c1c1fd Update qdbm to 1.8.34. Patches from OBATA Akio (maintainer).
Change:
- A bug of i-node duplication on MinGW was fixed.

pkgsrc Change:
- Split Makefile to provide bindings for other languages in separate
packages.
2005-11-23 06:20:36 +00:00
minskim
b9f1442ba8 Honor CFLAGS and LDFLAGS. 2005-10-29 15:33:35 +00:00
minskim
fa252f2a4d Import qdbm from pkgsrc-wip. Packaged by OBATA Akio.
QDBM is an embeded database library compatible with GDBM and NDBM.  It
features hash database and B+ tree database and is developed referring
to GDBM for the purpose of the following three points: higher
processing speed, smaller size of a database file, and simpler API.
This package includes APIs for C, C++, and Java.  CGI scripts are also
contained.  APIs for Perl and Ruby should be installed with a source
package.
2005-10-23 19:01:56 +00:00