NOTICE: This package has been removed from pkgsrc

./databases/bdb-xml, Native XML data manager built on Berkeley DB

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


Branch: CURRENT, Version: 2.5.16nb1, Package name: bdb-xml-2.5.16nb1, Maintainer: minskim

Berkeley DB XML is an application-specific native XML data manager
built on Berkeley DB, the world's most widely deployed data management
engine. Berkeley DB XML provides fast, reliable, scalable and
cost-effective storage and retrieval for native XML data and
semi-structured data.

Berkeley DB XML is supplied as a library that links directly into the
application's address space. This provides superior performance by
eliminating bottlenecks that occur in client-server systems.


Master sites:

SHA1: 46f0e6b301e556c2502e4da0cd96a599acc53837
RMD160: fdb4c85271cb84a8e31931d8fb287ad17fafff9c
Filesize: 51581.205 KB

Version history: (Expand)


CVS history: (Expand)


   2018-01-07 19:13:35 by Thomas Klausner | Files touched by this commit (16) | Package removed
Log message:
{py-,}bdb-xml: remove packages

Last release from 2011, build broken, not used by anything in pkgsrc.
   2015-11-03 02:56:36 by Alistair G. Crooks | Files touched by this commit (368)
Log message:
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.
   2012-10-02 23:25:56 by Aleksej Saushev | Files touched by this commit (323)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-03-11 21:26:57 by Mark Davies | Files touched by this commit (6)
Log message:
Add the correct version of the previosu patches.
   2012-03-10 21:18:03 by Mark Davies | Files touched by this commit (6)
Log message:
Fix build with gcc4.6
   2012-01-18 14:49:23 by Adam Ciarcinski | Files touched by this commit (6)
Log message:
Revbump after updating db5
   2011-04-01 23:07:02 by Mark Davies | Files touched by this commit (1)
Log message:
Package accepts db4 or db5 but CONFIGURE_ARGS was explicitly trying to
use db5.  Fix to use appropriate prefix.
   2011-02-23 11:32:30 by Adam Ciarcinski | Files touched by this commit (16) | Package removed
Log message:
Changes 2.5.16:
* Fixed container creation so that it honors page size in XmlContainerConfig
* Fix the base-uri of an attribute node when using WholedocContainer storage
* Fixed an assertion failure during query preparation with a recursive user
  defined function
* Fixed an assertion failure when an as-yet unseen URI in used in a query
* Fixed a problem where attribute indexes would not properly be updated if
  there were no element indexes present. This might have a symptom of
  DB_NOTFOUND errors or duplicate index entries for attributes
* Changed the algorithm used to create node IDs during partial update to be
  more efficient and create shorter node IDs in general
* Fixed a problem where deleting the XmlResults object returned by
  XmlValue.getAttributes() might cause an exception when the original
  XmlResults for the XmlValue object was next accessed
* XQuery Update queries will no longer crash when statistics are disabled
* Fixed a bug in document level indexing that could result in index entries
  being deleted inappropriately when a node was deleted
* Fixed fn:doc() to raise an error in all cases if the document does not exist
* Fixed a bug occurring when fn:subsequence() and "order by" were used in
  certain configurations
* Changed XmlResults.asEventWriter(), now only one active XmlEventWriter is
  allowed for an XmlResults object