Port details |
- cbang C! (cbang) is a library of cross-platform C++ utilities
- 1.7.2 devel
=1 Version of this port present on the latest quarterly branch. - Maintainer: thierry@FreeBSD.org
 - Port Added: 2022-05-08 16:00:07
- Last Update: 2022-10-20 16:37:16
- Commit Hash: ef89880
- People watching this port, also watch:: SparseBitSet, py39-cysignals, R-cran-eRm, python
- License: LGPL21
- 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/
¦ ¦ ¦ ¦ 
- 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 = 1666105194
SHA256 (CauldronDevelopmentLLC-cbang-1.7.2_GH0.tar.gz) = c0c86df602f65f733d275da782bbec3eda66ee355bc1aeb6f736175ba7532ac1
SIZE (CauldronDevelopmentLLC-cbang-1.7.2_GH0.tar.gz) = 4801149
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
- 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.20 : databases/mysql57-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.7.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.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 |