update checksum. (modified html files)

%%PORTDOCS%%

PR:		25613
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
FUJISHIMA Satsuki 2001-03-08 17:15:58 +00:00
parent 97cc97151f
commit c99aa1a7c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39272
3 changed files with 58 additions and 55 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= cnet
PORTVERSION= 1.6
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= net tk82
MASTER_SITES= http://www.cs.uwa.edu.au/cnet/
@ -37,9 +37,9 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/DOC/cnet.man ${PREFIX}/man/man1/cnet.1
@${MKDIR} ${PREFIX}/share/cnet
${INSTALL_DATA} ${WRKSRC}/cnetlib/* ${PREFIX}/share/cnet
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/examples/cnet
${INSTALL_DATA} ${WRKSRC}/EXAMPLES/* ${PREFIX}/share/examples/cnet
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/cnet
${INSTALL_DATA} ${WRKSRC}/DOC/*.html ${PREFIX}/share/doc/cnet
@${MKDIR} ${PREFIX}/share/doc/cnet/images

View File

@ -1 +1 @@
MD5 (cnet-1.6.tar.gz) = f4268137fe841a06dc90b5c8aa9b669c
MD5 (cnet-1.6.tar.gz) = d0aac4ec930b1a055c4085d0659aa0b1

View File

@ -18,56 +18,59 @@ share/cnet/sgi.gif
share/cnet/sun.gif
share/cnet/windows.gif
share/cnet/zap.gif
share/doc/cnet/application.html
share/doc/cnet/enumerated.html
share/doc/cnet/eventdriven.html
share/doc/cnet/eventfuncs.html
share/doc/cnet/faq.html
share/doc/cnet/functions.html
share/doc/cnet/images/australia.gif
share/doc/cnet/images/mainlink.gif
share/doc/cnet/images/mainstdio.gif
share/doc/cnet/images/mainwindow.gif
share/doc/cnet/images/purple-line.gif
share/doc/cnet/images/skey5.gif
share/doc/cnet/images/stallings6.jpg
share/doc/cnet/index.html
share/doc/cnet/install.html
share/doc/cnet/introduction.html
share/doc/cnet/options.html
share/doc/cnet/otherfuncs.html
share/doc/cnet/physical.html
share/doc/cnet/timers.html
share/doc/cnet/topology.html
share/examples/cnet/AUSTRALIA.MAP
share/examples/cnet/CLICK
share/examples/cnet/EUROPE.MAP
share/examples/cnet/FLOODING1
share/examples/cnet/FLOODING2
share/examples/cnet/FLOODING3
share/examples/cnet/KEYBOARD
share/examples/cnet/LINKSTATE
share/examples/cnet/Makefile
share/examples/cnet/README.flooding
share/examples/cnet/STOPANDWAIT
share/examples/cnet/T2
share/examples/cnet/TICKTOCK
share/examples/cnet/TOPOLOGY.2a
share/examples/cnet/TOPOLOGY.2b
share/examples/cnet/TOPOLOGY.2c
share/examples/cnet/WORLD
share/examples/cnet/WORLD.MAP
share/examples/cnet/click.c
share/examples/cnet/flooding.gp
share/examples/cnet/flooding1.c
share/examples/cnet/flooding2.c
share/examples/cnet/flooding3.c
share/examples/cnet/keyboard.c
share/examples/cnet/linkstate.c
share/examples/cnet/protocol.c
share/examples/cnet/stopandwait.c
share/examples/cnet/ticktock.c
@dirrm share/examples/cnet
@dirrm share/doc/cnet/images
@dirrm share/doc/cnet
%%PORTDOCS%%share/doc/cnet/application.html
%%PORTDOCS%%share/doc/cnet/enumerated.html
%%PORTDOCS%%share/doc/cnet/eventdriven.html
%%PORTDOCS%%share/doc/cnet/eventfuncs.html
%%PORTDOCS%%share/doc/cnet/faq.html
%%PORTDOCS%%share/doc/cnet/functions.html
%%PORTDOCS%%share/doc/cnet/images/UWAsmall.gif
%%PORTDOCS%%share/doc/cnet/images/australia.gif
%%PORTDOCS%%share/doc/cnet/images/mainlink.gif
%%PORTDOCS%%share/doc/cnet/images/mainstdio.gif
%%PORTDOCS%%share/doc/cnet/images/mainwindow.gif
%%PORTDOCS%%share/doc/cnet/images/purple-line.gif
%%PORTDOCS%%share/doc/cnet/images/purplefade.gif
%%PORTDOCS%%share/doc/cnet/images/random12.gif
%%PORTDOCS%%share/doc/cnet/images/skey5.gif
%%PORTDOCS%%share/doc/cnet/images/stallings6.jpg
%%PORTDOCS%%share/doc/cnet/index.html
%%PORTDOCS%%share/doc/cnet/install.html
%%PORTDOCS%%share/doc/cnet/introduction.html
%%PORTDOCS%%share/doc/cnet/options.html
%%PORTDOCS%%share/doc/cnet/otherfuncs.html
%%PORTDOCS%%share/doc/cnet/physical.html
%%PORTDOCS%%share/doc/cnet/timers.html
%%PORTDOCS%%share/doc/cnet/topology.html
%%PORTDOCS%%share/examples/cnet/AUSTRALIA.MAP
%%PORTDOCS%%share/examples/cnet/CLICK
%%PORTDOCS%%share/examples/cnet/EUROPE.MAP
%%PORTDOCS%%share/examples/cnet/FLOODING1
%%PORTDOCS%%share/examples/cnet/FLOODING2
%%PORTDOCS%%share/examples/cnet/FLOODING3
%%PORTDOCS%%share/examples/cnet/KEYBOARD
%%PORTDOCS%%share/examples/cnet/LINKSTATE
%%PORTDOCS%%share/examples/cnet/Makefile
%%PORTDOCS%%share/examples/cnet/README.flooding
%%PORTDOCS%%share/examples/cnet/STOPANDWAIT
%%PORTDOCS%%share/examples/cnet/T2
%%PORTDOCS%%share/examples/cnet/TICKTOCK
%%PORTDOCS%%share/examples/cnet/TOPOLOGY.2a
%%PORTDOCS%%share/examples/cnet/TOPOLOGY.2b
%%PORTDOCS%%share/examples/cnet/TOPOLOGY.2c
%%PORTDOCS%%share/examples/cnet/WORLD
%%PORTDOCS%%share/examples/cnet/WORLD.MAP
%%PORTDOCS%%share/examples/cnet/click.c
%%PORTDOCS%%share/examples/cnet/flooding.gp
%%PORTDOCS%%share/examples/cnet/flooding1.c
%%PORTDOCS%%share/examples/cnet/flooding2.c
%%PORTDOCS%%share/examples/cnet/flooding3.c
%%PORTDOCS%%share/examples/cnet/keyboard.c
%%PORTDOCS%%share/examples/cnet/linkstate.c
%%PORTDOCS%%share/examples/cnet/protocol.c
%%PORTDOCS%%share/examples/cnet/stopandwait.c
%%PORTDOCS%%share/examples/cnet/ticktock.c
%%PORTDOCS%%@dirrm share/examples/cnet
%%PORTDOCS%%@dirrm share/doc/cnet/images
%%PORTDOCS%%@dirrm share/doc/cnet
@dirrm share/cnet