mod_tidy validates the HTML output of your apache2 webserver. So you don't need a separate application to check your HTML. It works as a filter that hooks up to HTML output. mod_tidy feeds the HTML output to TidyLib which validates the HTML output. If TidyLib finds an error the client receives a HTML page with a list of all found errors. If TidyLib doesn't complain you will get your HTML data as without mod_tidy. WWW: http://home.snafu.de/tusk/mod_tidy/ How-To-Repeat: N/A.
Responsible Changed From-To: freebsd-ports-bugs->naddy I'm looking into this.
Use RESTRICTED. Use DIST_SUBDIR=apache diff -Nru mod_tidy.orig/Makefile mod_tidy/Makefile --- mod_tidy.orig/Makefile Tue Oct 14 00:54:46 2003 +++ mod_tidy/Makefile Tue Oct 14 02:07:46 2003 @@ -9,6 +9,7 @@ PORTVERSION= 0.3 CATEGORIES= www MASTER_SITES= http://home.snafu.de/tusk/mod_tidy/ +DIST_SUBDIR= apache MAINTAINER= sheepkiller@cultdeadsheep.org COMMENT= Validates the HTML output of your apache2 webserver @@ -17,6 +18,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS} LIB_DEPENDS= tidy:${PORTSDIR}/www/tidy-lib +RESTRICTED= "no license" + APXS?= ${LOCALBASE}/sbin/apxs TIDY_INC= ${LOCALBASE}/include/tidy @@ -27,7 +30,7 @@ @${RM} -fr ${WRKSRC}/tidy do-build: - @(cd ${WRKSRC}/src && ${APXS} -I ${TIDY_INC} -L ${TIDY_LIBS} -c ${PORTNAME}.c) + @(cd ${WRKSRC}/src && ${APXS} -I ${TIDY_INC} -L ${TIDY_LIBS} -c ${PORTNAME}.c) do-install: @(cd ${WRKSRC}/src && ${APXS} -A -i ${PORTNAME}.la) diff -Nru mod_tidy.orig/distinfo mod_tidy/distinfo --- mod_tidy.orig/distinfo Tue Oct 14 00:54:46 2003 +++ mod_tidy/distinfo Tue Oct 14 00:58:39 2003 @@ -1 +1 @@ -MD5 (mod_tidy-0.3.tar.gz) = f4af3e8e1ba21483e0483e114bd66838 +MD5 (apache/mod_tidy-0.3.tar.gz) = f4af3e8e1ba21483e0483e114bd66838
State Changed From-To: open->closed Imported, thanks!