Update to knu-cvsweb 1.94.1.17.
2000-09-04 03:25 knu * README.knu, cvsweb.cgi, cvsweb.conf: Introduce manpage hyperlinking. 2000-09-04 02:33 knu * cvsweb.cgi: Get all mail URLs and addresses as hyperlinks, not just the first one. (s/// --> s///g) Install ChangeLog file.
This commit is contained in:
parent
dca8090c58
commit
88ba408405
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32228
@ -19,7 +19,7 @@ USE_PERL5= yes
|
||||
|
||||
# This version of cvsweb is Zeller's version + knu's enhancements.
|
||||
REV_ZELLER= 1.94
|
||||
REV_KNU= 1.15
|
||||
REV_KNU= 1.17
|
||||
|
||||
# Specify where your repository belongs.
|
||||
# (You can reconfigure it after installation anyway)
|
||||
@ -54,7 +54,7 @@ do-install:
|
||||
cd ${WRKSRC}/icons && ${INSTALL_DATA} * ${PREFIX}/${ICONSDIR}/cvsweb/
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/cvsweb
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} INSTALL README README.knu TODO ${PREFIX}/share/doc/cvsweb/
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog INSTALL README README.knu TODO ${PREFIX}/share/doc/cvsweb/
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
|
@ -1 +1 @@
|
||||
MD5 (cvsweb-1.94.1.15.tar.gz) = afa5a243a2ea40e68de3810f6bfb96f4
|
||||
MD5 (cvsweb-1.94.1.17.tar.gz) = 668ec2fb686e6959889b3fcb5d175338
|
||||
|
@ -1,4 +1,5 @@
|
||||
etc/cvsweb.conf.sample
|
||||
share/doc/cvsweb/ChangeLog
|
||||
share/doc/cvsweb/INSTALL
|
||||
share/doc/cvsweb/README
|
||||
share/doc/cvsweb/README.knu
|
||||
|
@ -19,7 +19,7 @@ USE_PERL5= yes
|
||||
|
||||
# This version of cvsweb is Zeller's version + knu's enhancements.
|
||||
REV_ZELLER= 1.94
|
||||
REV_KNU= 1.15
|
||||
REV_KNU= 1.17
|
||||
|
||||
# Specify where your repository belongs.
|
||||
# (You can reconfigure it after installation anyway)
|
||||
@ -54,7 +54,7 @@ do-install:
|
||||
cd ${WRKSRC}/icons && ${INSTALL_DATA} * ${PREFIX}/${ICONSDIR}/cvsweb/
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/cvsweb
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} INSTALL README README.knu TODO ${PREFIX}/share/doc/cvsweb/
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog INSTALL README README.knu TODO ${PREFIX}/share/doc/cvsweb/
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
|
@ -1 +1 @@
|
||||
MD5 (cvsweb-1.94.1.15.tar.gz) = afa5a243a2ea40e68de3810f6bfb96f4
|
||||
MD5 (cvsweb-1.94.1.17.tar.gz) = 668ec2fb686e6959889b3fcb5d175338
|
||||
|
@ -1,4 +1,5 @@
|
||||
etc/cvsweb.conf.sample
|
||||
share/doc/cvsweb/ChangeLog
|
||||
share/doc/cvsweb/INSTALL
|
||||
share/doc/cvsweb/README
|
||||
share/doc/cvsweb/README.knu
|
||||
|
Loading…
Reference in New Issue
Block a user