1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

- Update to version 4.0.6

PR:		59121
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2003-11-10 18:28:30 +00:00
parent b25b8001e2
commit 8ea441a0ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93677
3 changed files with 18 additions and 34 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= robodoc
PORTVERSION= 3.2.2
PORTVERSION= 4.0.6
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -17,19 +17,17 @@ COMMENT= Code reference program similar to cxref that produces HTML
GNU_CONFIGURE= yes
MAKEFILE= makefile
MAN1= robodoc.1
MAN1= robodoc.1 robohdrs.1
post-install:
@${MKDIR} ${PREFIX}/share/examples/robodoc/C
${INSTALL_DATA} ${WRKSRC}/Examples/C/* \
${PREFIX}/share/examples/robodoc/C
@${MKDIR} ${PREFIX}/share/examples/robodoc/CPP
${INSTALL_DATA} ${WRKSRC}/Examples/CPP/* \
${PREFIX}/share/examples/robodoc/CPP
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Source/robodoc ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/Source/robohdrs ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/Docs/robodoc.1 ${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/Docs/robohdrs.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/robodoc
.for file in AUTHORS ChangeLog NEWS README Docs/main.css Docs/robodoc.html
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/robodoc
@${MKDIR} ${DOCSDIR}
.for file in AUTHORS ChangeLog NEWS README Docs/manual.html
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif

View File

@ -1 +1 @@
MD5 (robodoc-3.2.2.tar.gz) = bee7180d05690e045583df70434c156e
MD5 (robodoc-4.0.6.tar.gz) = 494705e388b01ef40149a64b55c434a4

View File

@ -1,22 +1,8 @@
bin/robodoc
%%PORTDOCS%%share/doc/robodoc/AUTHORS
%%PORTDOCS%%share/doc/robodoc/ChangeLog
%%PORTDOCS%%share/doc/robodoc/NEWS
%%PORTDOCS%%share/doc/robodoc/README
%%PORTDOCS%%share/doc/robodoc/main.css
%%PORTDOCS%%share/doc/robodoc/robodoc.html
share/examples/robodoc/C/makefile
share/examples/robodoc/C/prog1.c
share/examples/robodoc/C/prog1.c.html
share/examples/robodoc/C/prog2.c
share/examples/robodoc/C/prog2.c.html
share/examples/robodoc/CPP/makefile
share/examples/robodoc/CPP/masterindex.html
share/examples/robodoc/CPP/muppets.cpp
share/examples/robodoc/CPP/muppets.cpp.html
share/examples/robodoc/CPP/muppets.h
share/examples/robodoc/CPP/muppets.h.html
@dirrm share/examples/robodoc/CPP
@dirrm share/examples/robodoc/C
@dirrm share/examples/robodoc
%%PORTDOCS%%@dirrm share/doc/robodoc
bin/robohdrs
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/manual.html
%%PORTDOCS%%@dirrm %%DOCSDIR%%