aboutsummaryrefslogtreecommitdiff
path: root/devel/ccdoc
Commit message (Collapse)AuthorAgeFilesLines
* devel/ccdoc: Fix build with Clang 6Tobias Kortkamp2018-08-262-0/+39
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=478098
* devel/ccdoc is not jobs safeJohn Marino2016-11-191-0/+2
| | | | | | | It can attempt to use bin_opt_gcc_ directory before it is created. Notes: svn path=/head/; revision=426520
* - Switch to options helpersDmitry Marakasov2016-06-092-4/+7
| | | | | | | | - Silence patching - Regenerate patches with `make makepatch` Notes: svn path=/head/; revision=416584
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-221-2/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387021
* - Add LICENSEDmitry Marakasov2015-03-031-8/+4
| | | | | | | - Fix installation from non-root Notes: svn path=/head/; revision=380328
* Support stageBaptiste Daroussin2014-01-231-11/+8
| | | | Notes: svn path=/head/; revision=340759
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* - Convert to new perl frameworkAndrej Zverev2013-08-031-6/+2
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324181
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-3/+0
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=246327
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* - Add some SHA256 checksumsPav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149311
* Update to 0.8r41Volker Stolz2005-02-164-40/+6
| | | | | | | | PR: ports/77597 Submitted by: Simon Barner Notes: svn path=/head/; revision=129029
* Fix build with gcc34Tilman Keskinoz2004-06-121-0/+1
| | | | Notes: svn path=/head/; revision=111349
* . Update to 0.8r40 (which will hopefully unbreak 5.x).Greg Lewis2004-02-179-208/+93
| | | | Notes: svn path=/head/; revision=101226
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Mark as broken on 5.x (stricter gcc3.3 string continuation handling).Mark Linimon2003-12-081-1/+7
| | | | Notes: svn path=/head/; revision=95323
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-1/+1
| | | | Notes: svn path=/head/; revision=93890
* Reset bouncing maintainer addressKris Kennaway2003-10-131-1/+1
| | | | Notes: svn path=/head/; revision=91019
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-241-1/+1
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76032
* Fix typo: USE_PERL -> USE_PERL5Pete Fritchman2002-06-021-1/+1
| | | | Notes: svn path=/head/; revision=60483
* - port converted in new layoutDirk Meyer2001-03-149-0/+240
- textproc added in category (like astyle) 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. WWW: http://www.joelinoff.com/ccdoc/ PR: 22794 Submitted by: lonewolf@flame.org Notes: svn path=/head/; revision=39837