Port details |
- ccdoc Extracting comments from C++ source and generating HTML
- 0.8r41_1 devel =3 0.8r41_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2001-03-14 13:24:40
- Last Update: 2024-01-09 15:41:04
- Commit Hash: e10e202
- People watching this port, also watch:: statsvn, p5-Parallel-Iterator, monit, nagios-check_hdd_health, ap24-mod_mono
- Also Listed In: textproc
- License: MIT
- WWW:
- https://ccdoc.sourceforge.net/
- Description:
- Ccdoc is a tool for extracting comments from C++ source code and presenting it
in HTML format, very similar to Java's JavaDoc tool. The tagging used in ccdoc
is very similar to that of Javadoc, with adaptations for the C++ specifics, of
course. Ccdoc supports extracting comments from both header and implementation
files.
In contrast to most other C++ doc'ing applications, ccdoc analyses the code
before it has been run through the pre-processor, so things such as macros can
actually be included in the documentation.
It's usage is not quite as straight forward as JavaDoc's, but considering the
quality of the output, it is well worth the effort.
- ¦ ¦ ¦ ¦
- 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/ccdoc/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/ccdoc
- pkg install ccdoc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ccdoc
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ccdoc/src.tar.gz) = 5a04f6d420a13457853f6501e4118057fb000b1f5ac3f58195d47729521258c0
SIZE (ccdoc/src.tar.gz) = 1750511
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:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ccdoc-0.8r41_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_ccdoc
- USES:
- perl5
- 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 |
0.8r41_1 09 Jan 2024 15:41:04 |
Baptiste Daroussin (bapt) |
MAN[1-5]PREFIX: eleminate its usage and move man to share/man |
0.8r41 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
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) |
0.8r41 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 ) |
0.8r41 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 ) |
0.8r41 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8r41 26 Aug 2018 04:34:35 |
tobik |
devel/ccdoc: Fix build with Clang 6
log.cc:236:8: error: invalid operands to binary expression ('std::__1::ostream'
(aka 'basic_ostream<char>') and 'std::__1::ostream')
(*os) << fct( *os );
~~~~~ ^ ~~~~~~~~~~
http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/ccdoc-0.8r41.log |
0.8r41 19 Nov 2016 17:50:17 |
marino |
devel/ccdoc is not jobs safe
It can attempt to use bin_opt_gcc_ directory before it is created. |
0.8r41 09 Jun 2016 09:03:54 |
amdmi3 |
- Switch to options helpers
- Silence patching
- Regenerate patches with `make makepatch` |
0.8r41 22 May 2015 13:34:22 |
mat |
Remove $FreeBSD$ from patches files in categories a-j.
With hat: portmgr
Sponsored by: Absolight |
0.8r41 03 Mar 2015 02:55:30 |
amdmi3 |
- Add LICENSE
- Fix installation from non-root |
0.8r41 23 Jan 2014 00:15:39 |
bapt |
Support stage |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
0.8r41 03 Aug 2013 08:45:52 |
az |
- Convert to new perl framework
- Trim Makefile header |
0.8r41 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.8r41 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
0.8r41 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
0.8r41 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
0.8r41 16 Feb 2005 15:12:38 |
vs |
Update to 0.8r41
PR: ports/77597
Submitted by: Simon Barner |
0.8r40 12 Jun 2004 20:03:07 |
arved |
Fix build with gcc34 |
0.8r40 17 Feb 2004 18:30:00 |
glewis |
. Update to 0.8r40 (which will hopefully unbreak 5.x). |
0.7a 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.7a 08 Dec 2003 06:40:45 |
linimon |
Mark as broken on 5.x (stricter gcc3.3 string continuation handling). |
0.7a 13 Nov 2003 14:45:08 |
trevor |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. |
0.7a 13 Oct 2003 10:33:55 |
kris |
Reset bouncing maintainer address |
0.7a 24 Sep 2003 09:37:11 |
osa |
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998 |
0.7a 21 Feb 2003 11:23:04 |
knu |
De-pkg-comment. |
0.7a 02 Jun 2002 19:22:16 |
petef |
Fix typo: USE_PERL -> USE_PERL5 |
14 Mar 2001 16:24:40 |
dinoex |
- port converted in new layout - textproc added in category (like astyle) |