Port details |
- trilogy Client library for MySQL-compatible database servers
- 2.9.0 databases
=2 2.8.1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2023-10-16 16:03:25
- Last Update: 2024-10-17 19:02:45
- Commit Hash: 3ad05d4
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/trilogy-libraries/trilogy
- Description:
- Trilogy is a client library for MySQL-compatible database servers, designed for
performance, flexibility, and ease of embedding.
It's currently in production use on github.com.
Features:
- Supports the most frequently used parts of the text protocol
- Handshake
- Password authentication
- Query, ping, and quit commands
- Support prepared statements (binary protocol)
- Low-level protocol API completely decoupled from IO
- Non-blocking client API wrapping the protocol API
- Blocking client API wrapping the non-blocking API
- No dependencies outside of POSIX, the C standard library & OpenSSL
- Minimal dynamic allocation
- MIT licensed
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- trilogy>0:databases/trilogy
- To install the port:
- cd /usr/ports/databases/trilogy/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/trilogy
- pkg install trilogy
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: trilogy
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1728922878
SHA256 (trilogy-libraries-trilogy-v2.9.0_GH0.tar.gz) = c839201eef234775631e816b717813bfda1332ccd5c493e479cc1b80c7d1a6ee
SIZE (trilogy-libraries-trilogy-v2.9.0_GH0.tar.gz) = 118641
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.4.1 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_trilogy
- USES:
- gmake ssl
- 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.9.0 17 Oct 2024 19:02:45
    |
Po-Chuan Hsieh (sunpoet)  |
databases/trilogy: Update to 2.9.0
Changes: https://github.com/trilogy-libraries/trilogy/releases |
2.8.1 19 May 2024 17:15:14
    |
Po-Chuan Hsieh (sunpoet)  |
databases/trilogy: Update to 2.8.1
Changes: https://github.com/trilogy-libraries/trilogy/releases |
2.8.0 10 Apr 2024 09:36:14
    |
Po-Chuan Hsieh (sunpoet)  |
databases/trilogy: Update to 2.8.0
Changes: https://github.com/trilogy-libraries/trilogy/releases |
2.7.0 21 Feb 2024 15:06:18
    |
Po-Chuan Hsieh (sunpoet)  |
databases/trilogy: Update to 2.7.0
Changes: https://github.com/trilogy-libraries/trilogy/releases |
2.6.0 16 Oct 2023 15:59:38
    |
Po-Chuan Hsieh (sunpoet)  |
databases/trilogy: Add trilogy 2.6.0
Trilogy is a client library for MySQL-compatible database servers, designed for
performance, flexibility, and ease of embedding.
It's currently in production use on github.com.
Features:
- Supports the most frequently used parts of the text protocol
- Handshake
- Password authentication
- Query, ping, and quit commands
- Support prepared statements (binary protocol)
- Low-level protocol API completely decoupled from IO
- Non-blocking client API wrapping the protocol API
- Blocking client API wrapping the non-blocking API
- No dependencies outside of POSIX, the C standard library & OpenSSL
- Minimal dynamic allocation
- MIT licensed |