Port details |
- hoel Database abstraction library written in C
- 1.4.26 devel
=0 1.4.26Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2021-12-29 01:27:18
- Last Update: 2023-05-26 12:23:24
- Commit Hash: b096af3
- License: LGPL21
- Description:
- Database abstraction library written in C.
Simple and easy to use database access library. Works with SQLite 3,
MariaDB and PostgreSQL databases. Uses a JSON-based language with
jansson to execute simple queries based on one table.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/hoel/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/hoel
- pkg install hoel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: hoel
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1670088729
SHA256 (babelouest-hoel-v1.4.26_GH0.tar.gz) = 6031fa0337723547ea29a9e36efaf84614125fe36f1b0099371cc058f91c15ac
SIZE (babelouest-hoel-v1.4.26_GH0.tar.gz) = 85161
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:
-
- orcania>0 : devel/orcania
- yder>0 : devel/yder
- cmake : devel/cmake-core
- ninja : devel/ninja
- Runtime dependencies:
-
- jansson>0 : devel/jansson
- yder>0 : devel/yder
- Library dependencies:
-
- libjansson.so : devel/jansson
- liborcania.so : devel/orcania
- libpq.so.5 : databases/postgresql13-client
- This port is required by:
- for Build
-
- www/glewlwyd
- for Libraries
-
- www/glewlwyd
Configuration Options:
- ===> The following configuration options are available for hoel-1.4.26:
MARIADB=off: Use MariaDB as backend
PGSQL=on: Use PostgreSQL as backend
SQLITE3=off: Use SQLite 3 as backend
===> Use 'make config' to modify these settings
- Options name:
- devel_hoel
- USES:
- cmake pgsql
- 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 |
1.4.26 26 May 2023 12:23:24
    |
Dan Langille (dvl)  |
www/glewlwyd: Give up maintainership
Give up maintainership of www/glewlwyd and related ports.
I no longer use this and have no interest/motivation to maintain them.
I hope someone can pick it up and get it working/up to date. It seems
like a good solution, but I cannot devote time to it. |
1.4.26 03 Dec 2022 18:30:53
    |
Dan Langille (dvl)  |
devel/hoel: Update to 1.4.26 |
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) |
1.4.25 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 ) |
1.4.25 16 Jun 2022 12:07:13
    |
Dan Langille (dvl)  |
devel/hoel: Update to 1.4.25
re: https://github.com/babelouest/hoel/releases/tag/v1.4.25 |
1.4.23 09 May 2022 01:47:32
    |
Dan Langille (dvl)  |
devel/hoel: Makefile tweaks
No affect on build, just removing += which were not necessary. |
1.4.23 09 May 2022 01:47:29
    |
Dan Langille (dvl)  |
devel/hoel: Update to 1.4.23 |
1.4.18 20 Mar 2022 21:54:51
    |
Dan Langille (dvl)  |
devel/hoel: Update to 1.4.18
Include an upstream patch:
Implement all dummy functions when a database backend is not supported
https://github.com/babelouest/hoel/commit/9e414f145af2a3423eccee68acf23dcca9ca44a5 |
1.4.14 17 Jan 2022 10:41:44
    |
Stefan Eßer (se)  |
devel/hoel: Fix build with SQLITE3 option
The SQLITE3 option effectively added a USES=sqlite3 clause to the
Makefile, but only Mk/Uses/sqlite.mk exists, causing the build to
fail.
Approved by: portmgr (implicit) |
1.4.14 29 Dec 2021 01:23:01
    |
Dan Langille (dvl)  |
devel/hoel: New port: Database abstraction library
Added because it is a dependency of www/glewlwyd - see upcoming commit |