mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 0.8r41
PR: ports/77597 Submitted by: Simon Barner
This commit is contained in:
parent
4b6ed4c6b0
commit
9a0e6c03d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129029
@ -6,9 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= ccdoc
|
||||
PORTVERSION= 0.8r40
|
||||
PORTVERSION= 0.8r41
|
||||
CATEGORIES= devel textproc
|
||||
MASTER_SITES= http://www.joelinoff.com/ccdoc/downloads/
|
||||
MASTER_SITES= http://ccdoc.sourceforge.net/downloads/
|
||||
DISTNAME= src
|
||||
DIST_SUBDIR= ccdoc
|
||||
|
||||
@ -18,7 +18,7 @@ COMMENT= Extracting comments from C++ source and generating HTML
|
||||
USE_PERL5= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/ccdocv08r40/src
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}v${PORTVERSION:S/.//g}/src
|
||||
MAKEFILE= mkopt_gcc.mk
|
||||
ALL_TARGET= bld
|
||||
MAN1= ccdoc.1
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (ccdoc/src.tar.gz) = d4f72e3453fdee0d8bc85ff425f5e164
|
||||
SIZE (ccdoc/src.tar.gz) = 1728021
|
||||
MD5 (ccdoc/src.tar.gz) = 3ea7dbb9dc9cb9e72a75c7d8835ad0ea
|
||||
SIZE (ccdoc/src.tar.gz) = 1750511
|
||||
|
@ -1,34 +0,0 @@
|
||||
$FreeBSD$
|
||||
|
||||
--- statement.cc.orig Tue Feb 17 10:31:50 2004
|
||||
+++ statement.cc Tue Feb 17 10:32:53 2004
|
||||
@@ -975,18 +975,18 @@
|
||||
// Define the search strings.
|
||||
// ================================================
|
||||
const char* prefixes[] = {
|
||||
- {"dll_"},{"DLL_"},
|
||||
- {"include_"},{"INCLUDE_"},
|
||||
- {"included_"},{"INCLUDED_"},
|
||||
- 0 };
|
||||
+ "dll_","DLL_",
|
||||
+ "include_","INCLUDE_",
|
||||
+ "included_","INCLUDED_",
|
||||
+ NULL };
|
||||
const char* suffixes[] = {
|
||||
- {"_dll"},{"_DLL"},
|
||||
- {"_h"},{"_H"},
|
||||
- {"_hh"},{"_HH"},
|
||||
- {"_include"},{"_INCLUDE"},
|
||||
- {"_included"},{"_INCLUDED"},
|
||||
- {"_included_"},{"_INCLUDED_"},
|
||||
- 0 };
|
||||
+ "_dll","_DLL",
|
||||
+ "_h","_H",
|
||||
+ "_hh","_HH",
|
||||
+ "_include","_INCLUDE",
|
||||
+ "_included","_INCLUDED",
|
||||
+ "_included_","_INCLUDED_",
|
||||
+ NULL };
|
||||
// ================================================
|
||||
// Check the prefixes.
|
||||
// ================================================
|
@ -11,7 +11,7 @@ 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/
|
||||
WWW: http://ccdoc.sourceforge.net/
|
||||
|
||||
- LoneWolf
|
||||
lonewolf@flame.org
|
||||
|
Loading…
Reference in New Issue
Block a user