./wip/py-DirectoryStorage, Storage for ZODB, that uses files and directories

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.7nb1, Package name: py310-DirectoryStorage-1.1.7nb1, Maintainer: pkgsrc-users

DirectoryStorage is a Storage for ZODB, the object database used by Zope. It
uses ordinary files and directories to store revisions of ZODB objects; one
file per revision per object.

The following features differentiate DirectoryStorage from other storages:
* A very simple file format; one file per revision per object. Your data is
not locked away inside an unfamiliar, opaque database.
* Designed for disaster-preparedness. Restore service after a disaster faster
and with greater confidence.
* Storage Replication. Efficiently and robustly keep an online backup copy of
your storage up to date with the latest changes from the master.
* Designed for fault tolerance. Any bugs (in DirectoryStorage, or elsewhere)
are less likely to irretrievably destroy your data.
* Many more.


Required to run:
[lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 7a833d871cbbaa27b7a4d34e2d35e00f142b1c0c
Filesize: 82.323 KB

Version history: (Expand)


CVS history: (Expand)


   2014-01-25 11:45:27 by Thomas Klausner | Files touched by this commit (26)
Log message:
No need to have two variables for the same logic.
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
   2012-10-06 19:13:24 by Aleksej Saushev | Files touched by this commit (44)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-09-02 15:53:54 by ndb | Files touched by this commit (1)
Log message:
DESTDIR.
   2011-10-09 12:48:28 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
pkglint warnings

   2009-10-11 12:44:55 by Thomas Klausner | Files touched by this commit (222)
Log message:
Remove obsolete @dirrm lines.
   2009-09-09 13:22:11 by Thomas Klausner | Files touched by this commit (16)
Log message:
Remove references to pyhon-2.3.
   2008-05-22 23:23:00 by Tobias Nygren | Files touched by this commit (14)
Log message:
Correct various unresolvable dependencies
   2006-05-19 18:51:28 by Yoshito Komatsu | Files touched by this commit (95)
Log message:
Replace tech-pkg@NetBSD.org with pkgsrc-users@NetBSD.org.