Port details on branch 2023Q4 |
- kore Web application framework for writing web APIs in C
- 4.2.3 devel =0 4.2.3Version 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: 2023-11-18 20:32:41
- Last Update: 2023-11-18 20:24:41
- Commit Hash: a9a9dcf
- Also Listed In: www
- License: ISCL
- WWW:
- http://www.kore.io/
- Description:
- Kore is an easy to use web application framework for writing scalable
web APIs in C. Its main goals are security, scalability and allowing
rapid development and deployment of such APIs.
Because of this Kore is an ideal candidate for building robust,
scalable and secure web things.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/kore/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/kore
- pkg install kore
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: kore
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1693422665
SHA256 (kore-4.2.3.tar.gz) = f9a9727af97441ae87ff9250e374b9fe3a32a3348b25cb50bd2b7de5ec7f5d82
SIZE (kore-4.2.3.tar.gz) = 1085717
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
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- Library dependencies:
-
- libcurl.so : ftp/curl
- libyajl.so : devel/yajl
- libpq.so.5 : databases/postgresql15-client
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for kore-4.2.3:
ACME=on: Build with ACME support
CURL=on: Data transfer support via cURL
DEBUG=off: Build with debugging support
EXAMPLES=on: Build and/or install examples
HTTP=on: Build with HTTP support
JSONRPC=on: Build with JSON-RPC support
PGSQL=on: PostgreSQL database support
PYTHON=on: Python bindings or support
TASKS=on: Build with tasks support
TLS=on: Secure network connection support via TLS
===> Use 'make config' to modify these settings
- Options name:
- devel_kore
- USES:
- compiler:c11 gmake ssl pgsql gettext-runtime python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.2.3 18 Nov 2023 20:24:41 |
Robert Clausecker (fuz) |
devel/kore: fix build on armv7 and clean up
- fix a warning about a wrong formatting specifier
- exorcise -Werror so future warnings do not break the build
- as a result, simplify Makefile
- switch to C11 to avoid some warnings
- reinstate %%OPENSSLINC%% patch bits dropped in previous commit
- patch in %%LOCALBASE%% correctly
MFH: 2023Q4
(cherry picked from commit bd7b56ae1896ca6c74df5ae31fee35efd107caa7) |
Number of commits found: 1
|