Port details |
- py-fdb Firebird RDBMS bindings for Python
- 2.0.1_4 databases
=2 2.0.1_3Version of this port present on the latest quarterly branch. - Maintainer: jjachuf@gmail.com
 - Port Added: 2012-10-11 20:19:16
- Last Update: 2025-03-08 04:05:21
- Commit Hash: 06a08e6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: ISCL
- WWW:
- https://pythonhosted.org/fdb/
- Description:
- Firebird RDBMS bindings for Python.
fdb package is a set of Firebird RDBMS bindings for python.
It works on Python 2.6+ and Python 3.x
¦ ¦ ¦ ¦ 
- 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}fdb>0:databases/py-fdb@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/databases/py-fdb/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/py-fdb
- pkg install py311-fdb
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-fdb listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-fdb
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1595434427
SHA256 (fdb-2.0.1.tar.gz) = de5ef30c2583edd781d378db84b547ccc175518d8b978b84c46d5cc6c0d48484
SIZE (fdb-2.0.1.tar.gz) = 894688
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:
-
- python3.11 : lang/python311
- Library dependencies:
-
- libfbclient.so : databases/firebird30-client
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_py-fdb
- USES:
- firebird 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 |
2.0.1_4 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
2.0.1_3 19 Jan 2024 17:19:11
    |
Jose Alonso Cardenas Marquez (acm)  |
*/*: Bump PORTREVISION. databases/firebird30-client was update to 3.0.11 |
2.0.1_2 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> |
2.0.1_2 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
2.0.1_2 31 Dec 2022 01:57:28
    |
Rene Ladan (rene)  |
databases: bump more direct firebird consumers |
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) |
2.0.1_1 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 ) |
2.0.1_1 20 Jul 2022 14:21:07
    |
Tobias C. Berner (tcberner)  |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
2.0.1_1 22 May 2021 18:43:39
    |
Jose Alonso Cardenas Marquez (acm)  |
databases/firebird25-*: Bump PORTREVISION of dependant ports |
2.0.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.0.1 09 Jan 2021 14:33:53
  |
rene  |
Remove py27_*_DEPENDS lines from ports using Python 3.6+ only.
While here adjust a related comment in graphics/py-traitsui |
2.0.1 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
2.0.1 28 Nov 2020 21:05:58
  |
yuri  |
databases/py-fdb: Update 2.0.0 -> 2.0.1
PR: 248180
Approved by: jjachuf@gmail.com (maintainer's timeout 130 days) |
2.0.0 22 Sep 2020 09:36:55
  |
amdmi3  |
- Add LICENSE_FILE
- Pet portlint
- Remove unneeded bsd.pre.mk
- Update WWW
Approved by: portmgr blanket |
2.0.0 12 Feb 2019 06:37:00
  |
wen  |
- Update to 2.0.0
PR: 229912
Submitted by: jjachuf@gmail.com(maintainer) |
1.8_1 25 Apr 2018 18:40:14
  |
acm  |
- Bump PORTREVISION. databases/firebird25-* ports were updated |
1.8 17 Dec 2017 21:01:04
  |
swills  |
databases/py-fdb: update to 1.8
PR: 224385
Submitted by: jjachuf@gmail.com (maintainer) |
1.7 21 Apr 2017 07:27:43
  |
miwi  |
- Update to 1.7
PR: 218529
Submitted by: maintainer |
1.6.1 29 Dec 2016 01:03:13
  |
wen  |
- Update to 1.6.1
- Update WWW
PR: 215593
Submitted by: jjachuf@gmail.com(maintainer) |
1.6 25 Apr 2016 16:14:02
  |
mat  |
Remove USE_FIREBIRD from bsd.databases.mk, replaced by USES=firebird.
Also:
- replace USE_FIREBIRD by USES=firebird.
- convert ports depending on databases/firebird25-client directly to
USES=firebird.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951 |
1.6 11 Apr 2016 01:19:21
  |
wen  |
- Update to 1.6
PR: 208682
Submitted by: jjachuf@gmail.com(maintainer) |
1.5 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.5 12 Feb 2016 19:10:05
  |
rm  |
databases/py-fdb: update to 1.5
- update to 1.5
while here:
- fix build with python 3.x
- add NO_ARCH, sort USE_PYTHON
PR: 206865
Submitted by: jjachuf@gmail.com (maintainer) |
1.4.3 23 Feb 2015 14:34:15
  |
culot  |
- Update to 1.4.3
PR: 197759
Submitted by: Jose Jachuf <jjachuf@gmail.com> (maintainer) |
1.4_1 05 Dec 2014 00:30:20
  |
feld  |
Update "BSD" licenses in databases category |
1.4_1 19 Oct 2014 08:50:18
  |
mva  |
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit) |
1.4_1 21 Jun 2014 06:13:20
  |
mva  |
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit) |
1.4 15 Dec 2013 08:37:07
  |
koobs  |
databases/py-fdb: Update to 1.4, Set BROKEN on 9+ i386
- Update to 1.4
- Set BROKEN on FreeBSD 9+ i386
- Enable STAGE support
- Enable AUTOPLIST support delete pkg-plist accordingly
- Remove py3k-fix-pkg-plist.inc hack (AUTOPLIST)
- Whitespace alignment
PR: ports/184357
Submitted by: Jose jachuf <jjachuf@gmail.com> |
1.1_1 11 Dec 2013 18:08:53
  |
bapt  |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases |
1.1_1 30 Sep 2013 23:44:57
  |
acm  |
- Bump PORTREVISION. firebird25-* ports has been modified for solved some
problems related to ICU |
1.1 20 Sep 2013 16:13:49
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.1 24 Apr 2013 07:49:47
  |
culot  |
- Update to 1.1
PR: ports/178053
Submitted by: Jose Jachuf <jjachuf@gmail.com> (maintainer) |
1.0 19 Mar 2013 13:54:39
  |
culot  |
- Update to 1.0
PR: ports/177095
Submitted by: Jose Jachuf <jjachuf@gmail.com> (maintainer) |
0.9.9 13 Dec 2012 07:37:45
  |
culot  |
- Update to 0.9.9
PR: ports/174369
Submitted by: Jose Jachuf <jjachuf@gmail.com> (maintainer) |
0.9.1 11 Oct 2012 20:19:06
  |
rm  |
Firebird RDBMS bindings for Python.
fdb package is a set of Firebird RDBMS bindings for python.
It works on Python 2.6+ and Python 3.x
WWW: http://www.firebirdsql.org/en/python-devel-status/
PR: 172455
Submitted by: Jose Jachuf <jjachuf at gmail dot com>
Feature safe: yes |