Analog port does not include anlgform.html or anlgform.pl

The analog (5.24,1) port does not include the form interface
	(anlgform.html & anlgform.pl). These files are in the
	tarball, but not installed by the port. They should be
	installed, probably with the .pl file non-executable (the
	form interface requires customization anyway).

At the end it resulted in these files being installed in EXAMPLESDIR,
with a note in the pkg-message.

PR:		ports/51947
Submitted by:	Chris Pepper <pepper@rockefeller.edu>
This commit is contained in:
Edwin Groothuis 2006-01-04 23:32:10 +00:00
parent 04e6ceb563
commit 526cba4b55
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152762
3 changed files with 17 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= analog
PORTVERSION= 6.0
PORTREVISION= 0
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= http://www.analog.cx/ \
@ -35,6 +35,8 @@ PLIST_SUB= IMGDIR=${LIMGDIR}
MAN1= analog.1
ALL_TARGET= analog
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKSRC}/pkg-message
.include <bsd.port.pre.mk>
@ -53,6 +55,8 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/*.cfg ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/anlgform.html ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/anlgform.pl ${EXAMPLESDIR}
${MKDIR} ${EXAMPLESDIR}/css
${INSTALL_DATA} ${WRKSRC}/examples/css/Readme.txt ${EXAMPLESDIR}/css
${INSTALL_DATA} ${WRKSRC}/examples/css/default.css ${EXAMPLESDIR}/css
@ -61,4 +65,7 @@ do-install:
.endif
${INSTALL_MAN} ${WRKSRC}/analog.man ${PREFIX}/man/man1/analog.1
post-install:
${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>

View File

@ -0,0 +1,7 @@
Note: Analog includes an optional form and perl script to request
analyses via a web interface. The form and script both require
customization before use. If you would like to use them, first copy
%%EXAMPLESDIR%%/etc/anlgform.pl to $$CGI-BIN, and then edit
$$HTDOCS/anlgform.html and $$CGI-BIN/anlgform.pl for your local
configuration. Both files are extensively commented with instructions
for customization.

View File

@ -234,6 +234,8 @@ share/analog/lang/yudom.tab
%%PORTDOCS%%%%DOCSDIR%%/wasnew5.html
%%PORTDOCS%%%%DOCSDIR%%/webworks.html
%%PORTDOCS%%%%DOCSDIR%%/whatsnew.html
%%PORTDOCS%%%%EXAMPLESDIR%%/anlgform.html
%%PORTDOCS%%%%EXAMPLESDIR%%/anlgform.pl
%%PORTDOCS%%%%EXAMPLESDIR%%/big.cfg
%%PORTDOCS%%%%EXAMPLESDIR%%/bigbyrep.cfg
%%PORTDOCS%%%%EXAMPLESDIR%%/css/Readme.txt