Port details |
- bcunit Fork of defunct project CUnit, with several fixes and patches applied
- 5.2.62 devel =2 5.2.62Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2018-08-03 04:04:55
- Last Update: 2023-08-04 06:20:52
- Commit Hash: 0d7e50e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://gitlab.linphone.org/BC/public/bcunit
- Description:
- This is BCUnit, a fork of the defunct project CUnit (see below), with several
fixes and patches applied.
CUnit is a Unit testing framework for C.
The basic framework is platform/version independent and should be portable to
all platforms. CUnit provides various interfaces to the framework, some of which
are platform dependent (e.g. curses on *nix). Building other interfaces should
be straightforward with the facilities provided in the framework.
CUnit is built as either a static or shared library which provides framework
support when linked into user testing code. The framework complies with the
conventional structure of test cases bundled into suites which are registered
with the framework for running.
- ¦ ¦ ¦ ¦
- 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/bcunit/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/bcunit
- pkg install bcunit
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bcunit
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1690551507
SHA256 (bcunit-5.2.62.tar.bz2) = fc7e02ebe86e65dac0cc98e41b5600f8f7677fefd14fcc979c7a4eeecf7eb6d9
SIZE (bcunit-5.2.62.tar.bz2) = 248879
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- This port is required by:
- for Libraries
-
- net/bctoolbox
Configuration Options:
- No options to configure
- Options name:
- devel_bcunit
- USES:
- autoreconf cmake libtool pathfix pkgconfig
- 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 |
5.2.62 04 Aug 2023 06:20:52 |
Felix Palmen (zirias) |
devel/bcunit: Update to 5.2.62
Approved by: bofh (maintainer, by private message)
Differential Revision: https://reviews.freebsd.org/D41227 |
5.2.0 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
5.2.0 19 Mar 2023 16:00:53 |
Muhammad Moinur Rahman (bofh) |
devel/bcunit: Sync PORTVERSION with upstream
Changelog: https://gitlab.linphone.org/BC/public/bcunit/-/tags/5.2.0 |
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) |
3.0.2p20220210 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 ) |
3.0.2p20220210 08 Aug 2022 09:03:47 |
Muhammad Moinur Rahman (bofh) |
devel/bcunit: Update GL_ACCOUNT
Switch back to upstream Git repository |
3.0.2p20220210 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 ) |
3.0.2p20220210 17 Jun 2022 13:31:45 |
Muhammad Moinur Rahman (bofh) |
devel/bcunit: Fix version number going backwards
Reported by: portmgr |
3.0.2.p20220210 15 Jun 2022 15:03:50 |
Muhammad Moinur Rahman (bofh) |
devel/bcunit: Update version 3.0.2=>3.0.2p20220210
- Change LICENSE from GPLv2+ to GPLv2
- Change old Gitlab Account |
3.0.2 09 Apr 2021 18:44:23 |
Matthias Fechner (mfechner) |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
3.0.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.2 03 Aug 2018 04:04:30 |
bofh |
[NEW] devel/bcunit: Fork of defunct project CUnit, with several fixes and
patches applied
This is BCUnit, a fork of the defunct project CUnit (see below), with several
fixes and patches applied.
CUnit is a Unit testing framework for C.
The basic framework is platform/version independent and should be portable to
all platforms. CUnit provides various interfaces to the framework, some of which
are platform dependent (e.g. curses on *nix). Building other interfaces should
be straightforward with the facilities provided in the framework.
CUnit is built as either a static or shared library which provides framework
support when linked into user testing code. The framework complies with the
conventional structure of test cases bundled into suites which are registered
with the framework for running.
WWW: https://gitlab.linphone.org/BC/public/bcunit |