diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2025-12-31 13:00:16 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2025-12-31 13:00:16 +0000 |
| commit | 1f55b1855d6b3755b2c2c853e6e9d1516eea4eac (patch) | |
| tree | b06762c0cf1f7576b26e0739e81f294667584153 | |
| parent | 576d4bb2702f68ea7227f597d8146b2dc4275f66 (diff) | |
www/servlet-api: Remove expired port
2025-12-31 www/servlet-api: Superseded upstream by newer versions many years ago
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | www/Makefile | 1 | ||||
| -rw-r--r-- | www/servlet-api/Makefile | 26 | ||||
| -rw-r--r-- | www/servlet-api/distinfo | 2 | ||||
| -rw-r--r-- | www/servlet-api/pkg-descr | 7 |
5 files changed, 1 insertions, 36 deletions
@@ -4998,3 +4998,4 @@ devel/unit-otel||2025-12-31|Has expired: Upstream repo archived on Oct 8 2025 devel/electron36||2025-12-31|Has expired: EOLed upstream, switch to newer version x11/xwaylandvideobridge||2025-12-31|Has expired: Project has been discontinued x11/hyprland-qtutils|x11/hyprland-guiutils|2025-12-31|Has expired: Superceded by hyprland-guiutils. Use x11/hyprland-guiutils instead +www/servlet-api||2025-12-31|Has expired: Superseded upstream by newer versions many years ago diff --git a/www/Makefile b/www/Makefile index c207b48c0b8f..983427630d75 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2516,7 +2516,6 @@ SUBDIR += selenium SUBDIR += serendipity SUBDIR += serf - SUBDIR += servlet-api SUBDIR += sfeed SUBDIR += shiori SUBDIR += silicon diff --git a/www/servlet-api/Makefile b/www/servlet-api/Makefile deleted file mode 100644 index d0b4c30c04e8..000000000000 --- a/www/servlet-api/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -PORTNAME= servlet-api -PORTVERSION= 2.5 -PORTREVISION= 3 -CATEGORIES= www java -MASTER_SITES= https://repo1.maven.org/maven2/javax/servlet/servlet-api/2.5/ -EXTRACT_SUFX= .jar -EXTRACT_ONLY= # empty - -MAINTAINER= ports@FreeBSD.org -COMMENT= The Servlet API -WWW= http://java.sun.com/products/servlet/ - -DEPRECATED= Superseded upstream by newer versions many years ago -EXPIRATION_DATE= 2025-12-31 - -USES= java - -NO_BUILD= yes - -PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar - -do-install: - ${INSTALL_DATA} ${_DISTDIR}/${DISTFILES} \ - ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar - -.include <bsd.port.mk> diff --git a/www/servlet-api/distinfo b/www/servlet-api/distinfo deleted file mode 100644 index 4a2dddd5ef7b..000000000000 --- a/www/servlet-api/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (servlet-api-2.5.jar) = c658ea360a70faeeadb66fb3c90a702e4142a0ab7768f9ae9828678e0d9ad4dc -SIZE (servlet-api-2.5.jar) = 105112 diff --git a/www/servlet-api/pkg-descr b/www/servlet-api/pkg-descr deleted file mode 100644 index 5f2eec98665a..000000000000 --- a/www/servlet-api/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The Servlet API - -Java Servlet technology provides Web developers with a simple, consistent -mechanism for extending the functionality of a Web server and for accessing -existing business systems. A servlet can almost be thought of as an applet that -runs on the server side -- without a face. Java servlets make many Web -applications possible. |
