Port details |
- db18 Oracle Berkeley DB, Release 18.1
- 18.1.40 databases
=1 18.1.40Version of this port present on the latest quarterly branch. - Maintainer: yasu@FreeBSD.org
 - Port Added: 2020-12-02 00:14:28
- Last Update: 2021-09-28 05:13:33
- Commit Hash: 10c30f1
- People watching this port, also watch:: xerces-c3, py38-pycparser, ladspa, gstreamer1-plugins-pango, libkvkontakte
- Also Listed In: java
- License: AGPLv3 BSD3CLAUSE UPL10
- Description:
- Oracle Berkeley DB is a family of open source embeddable databases
that allows developers to incorporate within their applications a
fast, scalable, transactional database engine with industrial grade
reliability and availability. As a result, customers and end-users
will experience an application that simply works, reliably manages
data, can scale under extreme load, but requires no ongoing database
administration. As a developer, you can focus on your application and
be confident that Oracle Berkeley DB will manage your persistence
needs.
WWW: https://www.oracle.com/database/berkeley-db/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For LIB depends:
- libdb-18.1.so:databases/db18
- libdb-18.so:databases/db18
- libdb_cxx-18.1.so:databases/db18
- libdb_cxx-18.so:databases/db18
- libdb_java-18.1.so:databases/db18
- libdb_java-18.so:databases/db18
- libdb_stl-18.1.so:databases/db18
- libdb_stl-18.so:databases/db18
- libdb_tcl-18.1.so:databases/db18
- libdb_tcl-18.so:databases/db18
- To install the port:
- cd /usr/ports/databases/db18/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/db18
- pkg install db18
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: db18
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1595521725
SHA256 (bdb/db-18.1.40.tar.gz) = 0cecb2ef0c67b166de93732769abdeba0555086d51de1090df325e18ee8da9c8
SIZE (bdb/db-18.1.40.tar.gz) = 30763705
- 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:
-
- gmake>=4.3 : devel/gmake
- This port is required by:
- for Libraries
-
- net-p2p/litecoin
- net-p2p/litecoin-daemon
- net-p2p/litecoin-utils
- Configuration Options:
- ===> The following configuration options are available for db18-18.1.40:
CRYPTO=on: Cryptography support
DEBUG=off: Build with debugging support
DOCS=on: Build and/or install documentation
JAVA=off: Java platform support
L10N=off: Localization support (EXPERIMENTAL)
TCL=off: Tcl scripting language support
===> Use 'make config' to modify these settings
- Options name:
- databases_db18
- USES:
- gmake libtool ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
28 Sep 2021 05:13:33 18.1.40
|
Yasuhiro Kimura (yasu)  |
*/*: Update MAINTAINER address of my ports to that of FreeBSD.org
Approved by: meta (mentor)
Differential Revision: https://reviews.freebsd.org/D32170 |
06 Apr 2021 14:31:07 18.1.40
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
02 Dec 2020 00:13:38
18.1.40
|
mandree  |
databases/db18: Add file missed in commit r556798.
PR: 248415
Submitted by: Yasuhiro KIMURA |
02 Dec 2020 00:09:14
18.1.40
|
mandree  |
New port: databases/db18 Oracle Berkeley DB, Release 18.1
Oracle Berkeley DB is a family of open source embeddable databases
that allows developers to incorporate within their applications a
fast, scalable, transactional database engine with industrial grade
reliability and availability. As a result, customers and end-users
will experience an application that simply works, reliably manages
data, can scale under extreme load, but requires no ongoing database
administration. As a developer, you can focus on your application and
be confident that Oracle Berkeley DB will manage your persistence
needs.
This port is derived from databases/db6 (by svn copy + edits).
PR: 248415
Submitted by: Yasuhiro KIMURA |