Skip site navigation (1)Skip section navigation (2)
Date:      27 Feb 2003 22:30:05 -0000
From:      Mike Meyer <mwm@mired.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48760: TMDA port is missing the contributed cgi interface.
Message-ID:  <20030227223005.59569.qmail@mired.org>

next in thread | raw e-mail | index | archive | help

>Number:         48760
>Category:       ports
>Synopsis:       TMDA port is missing the contributed cgi interface.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 27 14:30:08 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mike Meyer
>Release:        FreeBSD 4.8-PRERELEASE i386
>Organization:
Meyer Consulting
>Environment:
System: FreeBSD guru.mired.org 4.8-PRERELEASE FreeBSD 4.8-PRERELEASE #18: Mon Feb 24 12:02:57 CST 2003 mwm@guru.mired.org:/sharetmp/obj/usr/src/sys/GURU i386

>Description:
	The TMDA port is missing the contributed cgi interface.
>How-To-Repeat:
	Check the port and the workdir.
>Fix:
Here's the patch to update the port to include those files.
diff -ur tmda-orig/Makefile tmda/Makefile
--- tmda-orig/Makefile	Thu Feb 27 16:05:25 2003
+++ tmda/Makefile	Thu Feb 27 16:28:01 2003
@@ -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 @@
 		${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 @@
 	@${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
diff -ur tmda-orig/pkg-plist tmda/pkg-plist
--- tmda-orig/pkg-plist	Thu Feb 27 16:05:25 2003
+++ tmda/pkg-plist	Thu Feb 27 16:27:16 2003
@@ -103,6 +103,54 @@
 %%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 +181,8 @@
 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



>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030227223005.59569.qmail>