Port details |
- cbang C! (cbang) is a library of cross-platform C++ utilities
- 1.8.0_2 devel =3 1.8.0_2Version of this port present on the latest quarterly branch.
- Maintainer: thierry@FreeBSD.org
- Port Added: 2022-05-08 16:00:07
- Last Update: 2023-09-11 03:22:48
- Commit Hash: 0c509fb
- People watching this port, also watch:: wa-aspell, medit, ittapi, php81-pear, apache-log4j2
- License: LGPL21
- WWW:
- https://cbang.org/
- Description:
- The C! (aka C Bang or cbang) library is a collection of C++ utility libraries
developed over the course of +10 years and several major C++ application
development projects. It should compile and run on FreeBSD, Windows, Linux and
OSX using a modern C++ compiler.
See also: https://github.com/CauldronDevelopmentLLC/cbang/
- ¦ ¦ ¦ ¦
- 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/cbang/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/cbang
- pkg install cbang
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cbang
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1681231726
SHA256 (CauldronDevelopmentLLC-cbang-1.8.0_GH0.tar.gz) = 4be28b0aa0d024e5c9fd274264bed7f82551219414c12c45e35afd8946f6e7d7
SIZE (CauldronDevelopmentLLC-cbang-1.8.0_GH0.tar.gz) = 4804660
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:
-
- boost-libs>0 : devel/boost-libs
- scons-3.9 : devel/scons@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Library dependencies:
-
- libv8.so : lang/v8
- libre2.so : devel/re2
- liblz4.so : archivers/liblz4
- libevent.so : devel/libevent
- libexpat.so : textproc/expat2
- libyaml.so : textproc/libyaml
- libsnappy.so : archivers/snappy
- libsysinfo.so : devel/libsysinfo
- libleveldb.so : databases/leveldb
- libmysqlclient.so.21 : databases/mysql80-client
- libsqlite3.so : databases/sqlite3
- This port is required by:
- for Libraries
-
- cad/camotics
Configuration Options:
- ===> The following configuration options are available for cbang-1.8.0_2:
DEBUG=off: Build with debugging support
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_cbang
- USES:
- compiler:c++17-lang localbase mysql:client python:test scons sqlite 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 |
1.8.0_2 11 Sep 2023 03:22:48 |
Po-Chuan Hsieh (sunpoet) |
devel/re2: Update to 20230801
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/re2/releases |
1.8.0_1 25 Jun 2023 20:58:08 |
Thierry Thomas (thierry) |
devel/cbang: fix the build with clang 16
Do not force clang 15, but apply a patch provided by dim@ for the first
error, and other patches from boost upstream, pointed out by dim@ in
https://github.com/CauldronDevelopmentLLC/cbang/issues/119#issuecomment-1606232478
PR: 271047 |
1.8.0_1 25 Jun 2023 18:44:23 |
Thierry Thomas (thierry) |
devel/cbang: uses clang 15 instead of clang 16
See <https://github.com/CauldronDevelopmentLLC/cbang/issues/119> for
details.
PR: 271047
Reported by: pkg-fallout |
1.8.0_1 02 May 2023 19:58:21 |
Po-Chuan Hsieh (sunpoet) |
devel/re2: Update to 20230301
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/re2/releases |
1.8.0 12 Apr 2023 19:52:08 |
Thierry Thomas (thierry) |
devel/cbang: upgrade to 1.8.0 |
1.7.2 20 Oct 2022 16:37:16 |
Thierry Thomas (thierry) |
devel/cbang: upgrade to 1.7.2 |
1.7.1 01 Oct 2022 15:10:27 |
Thierry Thomas (thierry) |
devel/cbang: upgrade to 1.7.1
This includes the patches related to OpenSSL: see
<https://github.com/CauldronDevelopmentLLC/cbang/issues/101#issuecomment-1263876852>
Also bump compiler to c++17-lang as noticed by diizzy@. |
1.7.0 30 Sep 2022 15:14:35 |
Thierry Thomas (thierry) |
devel/cbang: upgrade to 1.7.0
This removes our previous patches, but add some new ones related to OpenSSL. |
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.6.1_4 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.6.1_4 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
1.6.1_3 22 Jul 2022 15:41:57 |
Thierry Thomas (thierry) |
devel/cbang: chase the upgrade of lang/v8
C! builds with the latest v8, but it is not usable by CAMotics.
It must be build with c++17 standard.
Obtained from: https://github.com/CauldronDevelopmentLLC/CAMotics/issues/369
Fixes: 0db7465f145a |
1.6.1_2 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.6.1_2 04 Jul 2022 20:03:21 |
Thierry Thomas (thierry) |
devel/cbang: unbreak after the upgrade of lang/v8
Chase the upgrade of lang/v8.
Reported by: pkg-fallout |
1.6.1_1 21 May 2022 08:44:40 |
Thierry Thomas (thierry) |
devel/cbang: some fixes needed for CAMotics
- fix getExecutablePath
- CAMotics needs some un-installed files from cbang: to avoid a dependency
on devel/cbang:build, let’s store these missing bits. |
1.6.1 08 May 2022 15:58:31 |
Thierry Thomas (thierry) |
devel/cbang: adding C!, a library of cross-platform C++ utilities
This is a prerequisite to port CAMotics.
PR: 262763 |