Port details |
- cccc C and C++ Code Counter
- 3.2.0 devel =5 3.2.0Version of this port present on the latest quarterly branch.
- Maintainer: pizzamig@FreeBSD.org
- Port Added: unknown
- Last Update: 2023-11-06 10:03:47
- Commit Hash: 06df180
- People watching this port, also watch:: cvsweb, xinetd, openssl, unzip, ncftp
- Also Listed In: textproc www
- License: GPLv2+
- WWW:
- https://cccc.sourceforge.net/
- Description:
- Source code metric analyser for C, C++, Java and Ada
Presents a report in HTML with figures for
Lines of Code, McCabes Complexity, Ratio of Comments
to Lines of Code and McCabe, module Fan-In and Fan-Out
- ¦ ¦ ¦ ¦
- 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/cccc/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/cccc
- pkg install cccc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cccc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1668980595
SHA256 (sarnold-cccc-3.2.0_GH0.tar.gz) = c03b29d45f1acb6f669b6d6d193dcdf5603f8c2758f0fb4bc1eeacef92ecb78a
SIZE (sarnold-cccc-3.2.0_GH0.tar.gz) = 683895
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
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for cccc-3.2.0:
DEBUG=off: Build with debugging support
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_cccc
- USES:
- gmake
- 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 |
3.2.0 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
3.2.0 20 Nov 2022 22:10:27 |
Luca Pizzamiglio (pizzamig) |
devel/cccc: Update to 3.2.0
Remove obsoletes patches |
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.1.6 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.1.6 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.1.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.1.6 05 Oct 2020 21:55:34 |
pizzamig |
devel/cccc: Update to 3.1.6
Changes: https://github.com/sarnold/cccc/releases/tag/3.1.6 |
3.1.5 21 Feb 2019 11:59:49 |
pizzamig |
devel/cccc, devel/pecl-xdebug25: Adopting PORTSCOUT on my ports |
3.1.5 06 Sep 2017 11:33:08 |
pizzamig |
devel/cccc : update to version 3.1.5
Moving to the github repository to get the last version
Removing an obsolete patch and the empty files directory
Reviewed by: mat
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12234 |
3.1.4_2 29 Aug 2017 13:05:21 |
pizzamig |
Change MAINTAINER email to my new FreeBSD email
Approved by: lme (mentor)
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12150 |
3.1.4_2 28 Apr 2016 00:36:35 |
wen |
- Pass maintainership to submitter
- Add option DEBUG
PR: 209089
Submitted by: luca.pizzamiglio@gmail.com |
3.1.4_1 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
3.1.4_1 16 Dec 2015 02:02:16 |
amdmi3 |
- Switch to options helpers
- Simplify installation
- Regenerate patches with `make makepatch` |
3.1.4_1 24 Dec 2013 13:26:57 |
pawel |
- Respect CXX/CXXFLAGS (fixes build with clang)
- Remove unnecessary BUILD_DEPENDS
- Add LICENSE
PR: ports/184898
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
3.1.4 15 Nov 2013 22:03:05 |
bapt |
Support stage
Properly respect CXX without the need of patching
USE_GMAKE->USES=gmake |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
3.1.4 01 Jul 2011 01:48:48 |
mandree |
- Heed CXX (fixes build on systems without g++; per clang -exp run)
- Patch erase to map_t::erase (adds files/patch-cccc__cccc_tbl.cc)
- Drop MD5 sum. |
3.1.4 19 Nov 2009 22:07:43 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
3.1.4 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
3.1.4 15 Apr 2007 19:15:42 |
gabor |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting with
letter d-e |
3.1.4 07 Sep 2006 09:31:43 |
rafan |
- Update to 3.1.4
PR: ports/102864
Submitted by: Marcus von Appen <mva at sysfault.org> |
2.1.1_1 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
2.1.1_1 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
2.1.1_1 04 Nov 2004 01:20:49 |
leeym |
- add USE_GCC=2.95 and unbreak this port
- replace PREFIX with LOCALBASE when calling antlr
- re-indent Makefile |
2.1.1_1 06 Feb 2004 22:10:54 |
kris |
BROKEN on 5.x: does not compile |
2.1.1_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
2.1.1 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
2.1.1 20 Feb 2003 17:07:10 |
knu |
De-pkg-comment. |
2.1.1 14 Jan 2003 21:18:07 |
arved |
Fix build on CURRENT
PR: 46992
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> |
2.1.1 07 Nov 2002 03:10:58 |
adamw |
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat |
2.1.1 08 May 2002 21:25:19 |
obrien |
To ports@freebsd.org. |
07 Feb 2001 14:51:16 |
obrien |
Put back my editor hints that were removed w/o permission. Note these are
*FULLY* Satoshi approved for the past 4 years. |
22 Nov 2000 00:17:18 |
obrien |
Add $FreeBSD$'s which help me in problem reports. |
08 Oct 2000 02:10:04 |
asami |
Convert category devel to new layout. |