Port details |
- py-sqlcipher3 Python 3 bindings for SQLCipher
- 0.5.4 databases =2 0.5.3Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2024-02-14 22:36:07
- Last Update: 2024-12-15 14:55:17
- Commit Hash: b66c0a8
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/coleifer/sqlcipher3
- Description:
- SQLCipher is a standalone fork of the SQLite database library that adds 256 bit
AES encryption of database files and other security features like:
* on-the-fly encryption
* tamper detection
* memory sanitization
* strong key derivation
SQLCipher is based on SQLite and stable upstream release features are
periodically integrated. While SQLCipher is maintained as a separate version of
the source tree, the project minimizes alterations to core SQLite code whenever
possible.
SQLCipher is maintained by Zetetic, LLC, and additional information and
documentation is available on the official SQLCipher site.
- ¦ ¦ ¦ ¦
- 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}sqlcipher3>0:databases/py-sqlcipher3@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/databases/py-sqlcipher3/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/py-sqlcipher3
- pkg install py311-sqlcipher3
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-sqlcipher3 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-sqlcipher3
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1734268699
SHA256 (coleifer-sqlcipher3-0.5.4_GH0.tar.gz) = f3508ffb973a09d584e390fa91d777ac7837c17adef64b5cbec40be6596ada4f
SIZE (coleifer-sqlcipher3-0.5.4_GH0.tar.gz) = 64730
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:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libsqlcipher.so : databases/sqlcipher
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_py-sqlcipher3
- USES:
- localbase python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|