Commit 9fbdee6e authored by Rene Ladan's avatar Rene Ladan
Browse files

java/cos: Remove expired port

2025-02-28 java/cos: Upstream seems gone since 2024-08-22
parent a9361305
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4181,3 +4181,4 @@ graphics/xpeps||2025-03-01|Has expired: Depends on expired graphics/peps
graphics/peps||2025-03-01|Has expired: Ancient port, upstream gone
www/glewlwyd||2025-03-01|Has expired: Upstream repo archived on Oct 20, 2024
databases/tarantool2||2025-03-01|Has expired
java/cos||2025-03-01|Has expired: Upstream seems gone since 2024-08-22
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@
    SUBDIR += bootstrap-openjdk17
    SUBDIR += bootstrap-openjdk8
    SUBDIR += bouncycastle
    SUBDIR += cos
    SUBDIR += dbvis
    SUBDIR += eclipse
    SUBDIR += eclipse-EPIC

java/cos/Makefile

deleted100644 → 0
+0 −36
Original line number Diff line number Diff line
PORTNAME=	cos
PORTVERSION=	2002.11.05
PORTREVISION=	3
PORTEPOCH=	1
CATEGORIES=	java devel
MASTER_SITES=	http://www.servlets.com/cos/ \
		http://www.oreilly.com.tw/bookcode/
DISTNAME=	${PORTNAME}-05Nov2002

MAINTAINER=	java@FreeBSD.org
COMMENT=	The O'Reilly package of utility classes for servlet developers
WWW=		http://www.servlets.com/cos/index.html

# Converted from RESTRICTED
LICENSE=	cos
LICENSE_NAME=	cos
LICENSE_TEXT=	Special conditions apply for commercial use, see licence
LICENSE_PERMS=	auto-accept

DEPRECATED=	Upstream seems gone since 2024-08-22
EXPIRATION_DATE=	2025-02-28
BROKEN=		unfetchable, upstream seems gone

NO_WRKSUBDIR=	yes
USES=		java zip

NO_BUILD=	yes
DATAFILES=	readme.txt license.txt doc
DATADIR=	${JAVASHAREDIR}/${PORTNAME}

do-install:
	@${INSTALL_DATA} ${WRKSRC}/lib/cos.jar ${STAGEDIR}${JAVAJARDIR}
	@cd ${WRKSRC} && ${COPYTREE_SHARE} "${DATAFILES}" ${STAGEDIR}${DATADIR}
	@${INSTALL_DATA} ${WRKSRC}/upload.war ${STAGEDIR}${DATADIR}/doc

.include <bsd.port.mk>

java/cos/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (cos-05Nov2002.zip) = 96f9959e8252eddacce24b592a9c4c1dbf0082749115d7e75619504f70df1d90
SIZE (cos-05Nov2002.zip) = 372387

java/cos/pkg-descr

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
The com.oreilly.servlet package contains a set of useful utility classes
for servlet developers. Included are classes to help servlets parse
parameters, handle multipart requests (file uploads), generate multipart
responses (server push), negotiate locales for internationalization,
return files, manage socket connections, and act as RMI servers, among
other things. There's even a class to help applets communicate with
servlets. The package was developed by Jason Hunter for his book "Java
Servlet Programming" published by O'Reilly.  See:

For more details.
Loading