mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
TMDA port is missing the contributed cgi interface.
PR: ports/48760 Submitted by: Mike Meyer <mwm@mired.org>
This commit is contained in:
parent
880ff68f79
commit
2493eb529e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77780
2 changed files with 61 additions and 3 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= tmda
|
||||
PORTVERSION= 0.70
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= mail python
|
||||
MASTER_SITES= http://tmda.net/releases/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= . old
|
||||
|
@ -30,13 +31,11 @@ do-install:
|
|||
${PYTHON_SITELIBDIR}/TMDA/pythonlib/email
|
||||
${MKDIR} ${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/templates/*.txt ${DATADIR}
|
||||
@${RM} ${WRKSRC}/bin/tmda-gui
|
||||
@${RM} ${WRKSRC}/bin/tmda-manager
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/bin/tmda-* ${PREFIX}/bin
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}/contrib ${DOCSDIR}/htdocs
|
||||
@${MKDIR} ${DOCSDIR}/contrib ${DOCSDIR}/htdocs
|
||||
.for f in CODENAMES COPYING CRYPTO ChangeLog INSTALL README THANKS UPGRADE
|
||||
@${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR}
|
||||
.endfor
|
||||
|
@ -45,6 +44,13 @@ post-install:
|
|||
@${INSTALL_DATA} ${WRKSRC}/contrib/$f ${DOCSDIR}/contrib
|
||||
.endfor
|
||||
@${INSTALL_DATA} ${WRKSRC}/htdocs/*.html ${DOCSDIR}/htdocs
|
||||
@${MKDIR} ${DOCSDIR}/contrib/cgi
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/contrib/cgi/*.py* ${DOCSDIR}/contrib/cgi
|
||||
.for f in compile README tmda-cgi.conf tmda-cgi.c
|
||||
@${INSTALL_DATA} ${WRKSRC}/contrib/cgi/$f ${DOCSDIR}/contrib/cgi
|
||||
.endfor
|
||||
@${MKDIR} ${DOCSDIR}/contrib/cgi/display
|
||||
@${INSTALL_DATA} ${WRKSRC}/contrib/cgi/display/* ${DOCSDIR}/contrib/cgi/display
|
||||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} See ${DOCSDIR}/INSTALL for configuration instructions
|
||||
@${ECHO_MSG} See ${DOCSDIR}/UPGRADE if upgrading from a previous release
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
bin/tmda-gui
|
||||
bin/tmda-manager
|
||||
bin/tmda-address
|
||||
bin/tmda-check-address
|
||||
bin/tmda-filter
|
||||
|
@ -103,6 +105,54 @@ bin/tmda-sendmail
|
|||
%%PORTDOCS%%share/doc/tmda/contrib/tmda.spec
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/def2html
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/vadduser-tmda
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/Authenticate.py
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/Authenticate.pyc
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/CgiUtil.py
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/CgiUtil.pyc
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/Login.py
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/Login.pyc
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/Pending.py
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/Pending.pyc
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/README
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/Release.py
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/Release.pyc
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/Session.py
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/Session.pyc
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/View.py
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/View.pyc
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/compile
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/genpass.py
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/genpass.pyc
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/paths.py
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/paths.pyc
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/tmda-cgi.c
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/tmda-cgi.conf
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/tmda-cgi.py
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/tmda-cgi.pyc
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/display/accept.gif
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/display/actions.gif
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/display/all.gif
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/display/allhead.gif
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/display/black.gif
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/display/down.gif
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/display/exe.gif
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/display/first.gif
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/display/image.gif
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/display/kill.gif
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/display/last.gif
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/display/movie.gif
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/display/next.gif
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/display/prev.gif
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/display/python.gif
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/display/shorthead.gif
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/display/smblack.gif
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/display/smwhite.gif
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/display/sound.gif
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/display/styles.css
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/display/text.gif
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/display/up.gif
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/display/white.gif
|
||||
%%PORTDOCS%%share/doc/tmda/contrib/cgi/display/zip.gif
|
||||
%%PORTDOCS%%share/doc/tmda/htdocs/bugs.html
|
||||
%%PORTDOCS%%share/doc/tmda/htdocs/config-client.html
|
||||
%%PORTDOCS%%share/doc/tmda/htdocs/config-filter.html
|
||||
|
@ -133,6 +183,8 @@ share/tmda/bounce.txt
|
|||
share/tmda/confirm_accept.txt
|
||||
share/tmda/confirm_request.txt
|
||||
@dirrm share/tmda
|
||||
%%PORTDOCS%%@dirrm share/doc/tmda/contrib/cgi/display
|
||||
%%PORTDOCS%%@dirrm share/doc/tmda/contrib/cgi
|
||||
%%PORTDOCS%%@dirrm share/doc/tmda/contrib
|
||||
%%PORTDOCS%%@dirrm share/doc/tmda/htdocs
|
||||
%%PORTDOCS%%@dirrm share/doc/tmda
|
||||
|
|
Loading…
Add table
Reference in a new issue