Port details |
- concord Discord library written in C
- 2.3.0 net-im
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
- Maintainer: mail@souji-thenria.net
- Port Added: 2024-09-21 21:45:05
- Last Update: 2024-09-30 20:40:33
- Commit Hash: 27e816ac
- Also Listed In: devel
- License: MIT
- WWW:
- https://github.com/Cogmasters/concord
- Description:
- Concord is an asynchronous C99 Discord API library with minimal external
dependencies, and a low-level translation of the Discord official documentation
to C code.
- ¦ ¦ ¦ ¦
- 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/net-im/concord/ && make install clean
- To add the package, run one of these commands:
- pkg install net-im/concord
- pkg install concord
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: concord
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1726788532
SHA256 (Cogmasters-concord-v2.3.0_GH0.tar.gz) = 3e789e6c6f9f3b5c480aaf4fb337819043c53fcce8b50966e95d7b5daef38d4d
SIZE (Cogmasters-concord-v2.3.0_GH0.tar.gz) = 775124
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libcurl.so : ftp/curl
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for concord-2.3.0:
DEBUG=off: Build with debugging support
DEBUG_HTTP=off: Verbose debugging for HTTP communication
DEBUG_WEBSOCKETS=off: Verbose debugging for WebSockets communication
EXAMPLES=on: Build and/or install examples
SIGINTCATCH=off: Shutdown gracefully when a SIGINT is received
===> Use 'make config' to modify these settings
- Options name:
- net-im_concord
- USES:
- localbase:ldflags
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.0 30 Sep 2024 20:40:33 |
Vladimir Druzenko (vvd) |
net-im/concord: Improve port
- Add USE_LDCONFIG - port installs .so library.
- Allow build both shared and static libraries at same time.
- Prebuild examples.
PR: 279553
Approved by: Souji Thenria <mail@souji-thenria.net> |
2.3.0 21 Sep 2024 21:42:33 |
Vladimir Druzenko (vvd) Author: Souji Thenria |
net-im/concord: New port: Discord library written in C
Concord is an asynchronous C99 Discord API library with minimal external
dependencies, and a low-level translation of the Discord official
documentation to C code.
https://github.com/Cogmasters/concord
PR: 279553 |
Number of commits found: 2
|