Port details |
- zodb Python object-oriented database
- 6.0 databases =3 5.8.1Version of this port present on the latest quarterly branch.
- Maintainer: wen@FreeBSD.org
- Port Added: 2001-09-18 11:58:15
- Last Update: 2024-10-24 08:09:55
- Commit Hash: b79c3e0
- People watching this port, also watch:: e2fsprogs, libevent, py39-simpy, pure-ftpd, sash
- Also Listed In: python
- License: ZPL21
- WWW:
- https://github.com/zopefoundation/zodb
- Description:
- ZODB provides an object-oriented database for Python that provides
a high-degree of transparency. ZODB runs on Python 2.7 or Python 3.4
and above. It also runs on PyPy.
*no separate language for database operations
*very little impact on your code to make objects persistent
*no database mapper that partially hides the database.
*Using an object-relational mapping is not like using an object-oriented
database.
*almost no seam between code and database.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}zodb>0:databases/zodb@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/databases/zodb/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/zodb
- pkg install py311-zodb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-zodb listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-zodb
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1729754933
SHA256 (ZODB-6.0.tar.gz) = e51c792115c5daad4e806757bafa2f754c000c23e6babc3be5e40775fe49b5dc
SIZE (ZODB-6.0.tar.gz) = 786862
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-persistent>=4.4.0 : devel/py-persistent@py311
- py311-BTrees>=4.2.0 : devel/py-BTrees@py311
- py311-zconfig>0 : devel/py-zconfig@py311
- py311-transaction>=2.4 : devel/py-transaction@py311
- py311-zclockfile>=0 : devel/py-zclockfile@py311
- py311-six>=1.10.0 : devel/py-six@py311
- py311-zope.interface>=0 : devel/py-zope.interface@py311
- py311-zodbpickle>=1.0.1 : databases/py-zodbpickle@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_zodb
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.0 24 Oct 2024 08:09:55 |
Wen Heping (wen) |
databases/zodb: Update to 6.0 |
5.8.1 29 Jul 2023 22:20:45 |
Wen Heping (wen) |
databases/zodb: Update to 5.8.1 |
5.8.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
5.8.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
5.8.0 16 Nov 2022 13:54:30 |
Wen Heping (wen) |
databases/zodb: Update to 5.8.0 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.7.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.7.0 20 Mar 2022 13:42:41 |
Wen Heping (wen) |
databases/zodb: Update to 5.7.0 |
5.6.0 17 Oct 2021 03:11:29 |
Wen Heping (wen) |
databases/zodb: Add new port
ZODB provides an object-oriented database for Python that provides
a high-degree of transparency. ZODB runs on Python 2.7 or Python 3.4
and above. It also runs on PyPy.
*no separate language for database operations
*very little impact on your code to make objects persistent
*no database mapper that partially hides the database.
*Using an object-relational mapping is not like using an object-oriented
database.
*almost no seam between code and database.
WWW: https://github.com/zopefoundation/zodb |
1.0,1 22 Mar 2007 17:08:45 |
miwi |
2007-03-16 databases/zodb: outdated software, databases/zodb3 should be used
2007-03-19 finance/gnomepm: is unfetchable and has no homepage
2007-03-19 games/frabs: is unfetchable and homepage disappeared |
1.0,1 16 Feb 2007 07:56:17 |
gabor |
- Deprecate
- Set EXPIRATION_DATE
PR: ports/108959
Submitted by: Uwe Laverenz <uwe@laverenz.de>
Approved by: erwin (mentor) |
1.0,1 24 Nov 2005 01:23:57 |
pav |
- Add SHA256 |
1.0,1 02 Dec 2004 16:36:16 |
perky |
Fix build on Python 2.4.
Spotted by: kris |
1.0,1 20 Nov 2004 08:09:49 |
linimon |
With portmgr hat on, reset inactive maintainer. These ports are now up
for adoption. |
1.0,1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.0,1 18 Dec 2003 05:45:24 |
linimon |
Per distfile list, fix fetch and WWW location. |
1.0,1 12 Oct 2003 04:06:16 |
perky |
Add a CONFLICT entry against databases/zodb3.
Spotted by: kris |
1.0,1 01 Aug 2003 22:04:57 |
perky |
Fix python version detection routines to cope with python 2.3's
boolean representation. |
1.0,1 07 Mar 2003 05:58:32 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.0,1 29 Apr 2002 13:33:57 |
ijliao |
use USE_PYDISTUTILS |
11 Feb 2002 10:03:05 |
wjv |
- Update to version 1.0 final |
05 Feb 2002 10:51:19 |
wjv |
- Migrated port from the unofficial 3rd party standalone distribution of ZODB
to the newly merged official StandaloneZODB from Zope Corp. |
24 Dec 2001 21:55:38 |
steve |
Use the versioned distfile so that we get the right one. |
18 Sep 2001 15:58:15 |
wjv |
Add zodb 2001.06.16, the Zope Object Database - an object database written in
Python. |