aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-04-24 19:37:31 +0000
committerRene Ladan <rene@FreeBSD.org>2024-04-24 19:37:31 +0000
commita69b852154feeb98238674ad5743f9dade0a79dd (patch)
tree683c1abb8b7f4ae91995ea9cacc9aef55cf519c2
parenta7be85da867ffe3b1b7aac2ce083bdfbdd05dc23 (diff)
downloadports-a69b852154feeb98238674ad5743f9dade0a79dd.tar.gz
ports-a69b852154feeb98238674ad5743f9dade0a79dd.zip
www/mod_tidy: Remove expired port
2024-04-24 www/mod_tidy: Last upstream release was in 2005
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/mod_tidy/Makefile31
-rw-r--r--www/mod_tidy/distinfo2
-rw-r--r--www/mod_tidy/pkg-descr6
5 files changed, 1 insertions, 40 deletions
diff --git a/MOVED b/MOVED
index 50eef3d998de..5cf70cecef5f 100644
--- a/MOVED
+++ b/MOVED
@@ -3194,3 +3194,4 @@ net/gost||2024-04-18|Has expired: Requires deprecated lang/go119
lang/go119||2024-04-18|Has expired: Upsrteam EOL reached on 2023-09-06
www/gitlab-ce|www/gitlab@ce|2024-04-21|Move www/gitlab-ce to www/gitlab and added flavor ce and ee
multimedia/flvtool++||2024-04-21|Has expired: Abandonware, consider using multimedia/flvmeta
+www/mod_tidy||2024-04-24|Has expired: Last upstream release was in 2005
diff --git a/www/Makefile b/www/Makefile
index 7469ee90be39..fe7e9865e7be 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -422,7 +422,6 @@
SUBDIR += mod_scgi
SUBDIR += mod_security
SUBDIR += mod_setenvifplus
- SUBDIR += mod_tidy
SUBDIR += mod_umask
SUBDIR += mod_webauth
SUBDIR += mod_webkit
diff --git a/www/mod_tidy/Makefile b/www/mod_tidy/Makefile
deleted file mode 100644
index 30e90324f06a..000000000000
--- a/www/mod_tidy/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PORTNAME= mod_tidy
-PORTVERSION= 0.5.5
-PORTREVISION= 2
-CATEGORIES= www
-MASTER_SITES= http://mod-tidy.sourceforge.net/src/
-DIST_SUBDIR= apache2
-
-MAINTAINER= apache@FreeBSD.org
-COMMENT= Validates the HTML output of your apache2 web server
-WWW= https://mod-tidy.sourceforge.net/
-
-DEPRECATED= Last upstream release was in 2005
-EXPIRATION_DATE=2024-04-24
-
-LICENSE= APACHE20 MIT
-LICENSE_COMB= multi
-
-LIB_DEPENDS= libtidy5.so:www/tidy-html5
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
-USES= apache
-AP_FAST_BUILD= yes
-AP_GENPLIST= yes
-AP_INC+= ${LOCALBASE}/include
-AP_LIB+= ${LOCALBASE}/lib -ltidy5
-
-post-patch:
- @${REINPLACE_CMD} -e "s/buffio.h/tidybuffio.h/g" \
- ${WRKSRC}/mod_tidy.c
-
-.include <bsd.port.mk>
diff --git a/www/mod_tidy/distinfo b/www/mod_tidy/distinfo
deleted file mode 100644
index b5d285426a03..000000000000
--- a/www/mod_tidy/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (apache2/mod_tidy-0.5.5.tar.gz) = 3c8d3ca0ac67974efc82040bde224068e9b3024e1a2521664716aa2618310392
-SIZE (apache2/mod_tidy-0.5.5.tar.gz) = 312340
diff --git a/www/mod_tidy/pkg-descr b/www/mod_tidy/pkg-descr
deleted file mode 100644
index 06660fcc875e..000000000000
--- a/www/mod_tidy/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-mod_tidy validates the HTML output of your apache2 web server. 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.