add scandoc

A C/C++ documentation generator

PR:		26561
Submitted by:	chrise@scardini.com
This commit is contained in:
Ying-Chieh Liao 2001-04-16 06:41:58 +00:00
parent 91c4184323
commit b32ad54c04
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41452
6 changed files with 68 additions and 0 deletions

View File

@ -407,6 +407,7 @@
SUBDIR += ruby-textbuf
SUBDIR += ruby-unit
SUBDIR += rvm
SUBDIR += scandoc
SUBDIR += sdcc
SUBDIR += sdl10
SUBDIR += sdl12

36
devel/scandoc/Makefile Normal file
View File

@ -0,0 +1,36 @@
# New ports collection makefile for: scandoc
# Date created: 13 April 2001
# Whom: Christopher Elkins <chrise@scardini.com>
#
# $FreeBSD$
#
PORTNAME= scandoc
PORTVERSION= 0.14
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
USE_PERL5= yes
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
.for i in COPYING ChangeLog README scandoc.html
${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/${PORTNAME}
.endfor
${MKDIR} ${PREFIX}/share/doc/${PORTNAME}/images
${CP} -R ${WRKSRC}/images/ ${PREFIX}/share/doc/${PORTNAME}/images/
${MKDIR} ${PREFIX}/share/doc/${PORTNAME}/templates
${CP} -R ${WRKSRC}/templates/ ${PREFIX}/share/doc/${PORTNAME}/templates/
${MKDIR} ${PREFIX}/share/doc/${PORTNAME}/test
${CP} -R ${WRKSRC}/test/ ${PREFIX}/share/doc/${PORTNAME}/test/
.endif
.include <bsd.port.mk>

1
devel/scandoc/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (scandoc-0.14.tar.gz) = 14f6cd9255a95b03dd97bb3f77f25a94

View File

@ -0,0 +1 @@
A C/C++ documentation generator

7
devel/scandoc/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
ScanDoc scans C and C++ program for embedded documentation, and
formats it into HTML or other formats. It also analyzes code
structure and uses this information to enhance the generated
documentation. It has been inspired by JavaDoc, as well as the
Amiga "autodoc" utility.
WWW: http://scandoc.sourceforge.net/

22
devel/scandoc/pkg-plist Normal file
View File

@ -0,0 +1,22 @@
bin/scandoc
%%PORTDOCS%%share/doc/scandoc/COPYING
%%PORTDOCS%%share/doc/scandoc/ChangeLog
%%PORTDOCS%%share/doc/scandoc/README
%%PORTDOCS%%share/doc/scandoc/images/ScanDocBig.jpg
%%PORTDOCS%%share/doc/scandoc/images/ScanDocSmall.jpg
%%PORTDOCS%%share/doc/scandoc/images/ball1.gif
%%PORTDOCS%%share/doc/scandoc/images/ball2.gif
%%PORTDOCS%%share/doc/scandoc/images/bug.gif
%%PORTDOCS%%share/doc/scandoc/images/caution.gif
%%PORTDOCS%%share/doc/scandoc/images/master.gif
%%PORTDOCS%%share/doc/scandoc/images/tip.gif
%%PORTDOCS%%share/doc/scandoc/images/warning.gif
%%PORTDOCS%%share/doc/scandoc/scandoc.html
%%PORTDOCS%%share/doc/scandoc/templates/apache.pl
%%PORTDOCS%%share/doc/scandoc/templates/default.pl
%%PORTDOCS%%share/doc/scandoc/test/Makefile
%%PORTDOCS%%share/doc/scandoc/test/example.h
%%PORTDOCS%%@dirrm share/doc/scandoc/images
%%PORTDOCS%%@dirrm share/doc/scandoc/templates
%%PORTDOCS%%@dirrm share/doc/scandoc/test
%%PORTDOCS%%@dirrm share/doc/scandoc