mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
java/cos: Remove expired port
2025-02-28 java/cos: Upstream seems gone since 2024-08-22
This commit is contained in:
parent
a9361305b3
commit
9fbdee6ef4
6 changed files with 1 additions and 125 deletions
1
MOVED
1
MOVED
|
@ -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
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
SUBDIR += bootstrap-openjdk17
|
||||
SUBDIR += bootstrap-openjdk8
|
||||
SUBDIR += bouncycastle
|
||||
SUBDIR += cos
|
||||
SUBDIR += dbvis
|
||||
SUBDIR += eclipse
|
||||
SUBDIR += eclipse-EPIC
|
||||
|
|
|
@ -1,36 +0,0 @@
|
|||
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>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (cos-05Nov2002.zip) = 96f9959e8252eddacce24b592a9c4c1dbf0082749115d7e75619504f70df1d90
|
||||
SIZE (cos-05Nov2002.zip) = 372387
|
|
@ -1,10 +0,0 @@
|
|||
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.
|
|
@ -1,76 +0,0 @@
|
|||
%%JAVAJARDIR%%/cos.jar
|
||||
%%DATADIR%%/readme.txt
|
||||
%%DATADIR%%/license.txt
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/package-tree.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/package-summary.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/package-frame.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/multipart/package-tree.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/multipart/package-summary.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/multipart/package-frame.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/multipart/PartInputStream.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/multipart/Part.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/multipart/ParamPart.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/multipart/MultipartParser.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/multipart/MacBinaryDecoderOutputStream.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/multipart/LimitedServletInputStream.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/multipart/FileRenamePolicy.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/multipart/FilePart.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/multipart/DefaultFileRenamePolicy.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/multipart/BufferedServletInputStream.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/VersionDetector.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/ServletUtils.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/RemoteHttpServlet.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/RemoteDaemonHttpServlet.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/ParameterParser.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/ParameterNotFoundException.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/MultipartWrapper.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/MultipartResponse.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/MultipartRequest.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/MultipartFilter.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/MailMessage.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/LocaleToCharsetMap.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/LocaleNegotiator.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/HttpsMessage.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/HttpMessage.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/DaemonHttpServlet.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/CookieParser.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/CookieNotFoundException.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/CacheHttpServlet.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/Base64Encoder.html
|
||||
%%DATADIR%%/doc/com/oreilly/servlet/Base64Decoder.html
|
||||
%%DATADIR%%/doc/images/blue-ball-small.gif
|
||||
%%DATADIR%%/doc/images/blue-ball.gif
|
||||
%%DATADIR%%/doc/images/class-index.gif
|
||||
%%DATADIR%%/doc/images/constructor-index.gif
|
||||
%%DATADIR%%/doc/images/constructors.gif
|
||||
%%DATADIR%%/doc/images/cyan-ball-small.gif
|
||||
%%DATADIR%%/doc/images/cyan-ball.gif
|
||||
%%DATADIR%%/doc/images/error-index.gif
|
||||
%%DATADIR%%/doc/images/exception-index.gif
|
||||
%%DATADIR%%/doc/images/green-ball-small.gif
|
||||
%%DATADIR%%/doc/images/green-ball.gif
|
||||
%%DATADIR%%/doc/images/interface-index.gif
|
||||
%%DATADIR%%/doc/images/magenta-ball-small.gif
|
||||
%%DATADIR%%/doc/images/magenta-ball.gif
|
||||
%%DATADIR%%/doc/images/method-index.gif
|
||||
%%DATADIR%%/doc/images/methods.gif
|
||||
%%DATADIR%%/doc/images/package-index.gif
|
||||
%%DATADIR%%/doc/images/red-ball-small.gif
|
||||
%%DATADIR%%/doc/images/red-ball.gif
|
||||
%%DATADIR%%/doc/images/variable-index.gif
|
||||
%%DATADIR%%/doc/images/variables.gif
|
||||
%%DATADIR%%/doc/images/yellow-ball-small.gif
|
||||
%%DATADIR%%/doc/images/yellow-ball.gif
|
||||
%%DATADIR%%/doc/package-list
|
||||
%%DATADIR%%/doc/packages.html
|
||||
%%DATADIR%%/doc/stylesheet.css
|
||||
%%DATADIR%%/doc/help-doc.html
|
||||
%%DATADIR%%/doc/index-all.html
|
||||
%%DATADIR%%/doc/index.html
|
||||
%%DATADIR%%/doc/overview-frame.html
|
||||
%%DATADIR%%/doc/overview-summary.html
|
||||
%%DATADIR%%/doc/overview-tree.html
|
||||
%%DATADIR%%/doc/serialized-form.html
|
||||
%%DATADIR%%/doc/allclasses-frame.html
|
||||
%%DATADIR%%/doc/deprecated-list.html
|
||||
%%DATADIR%%/doc/upload.war
|
Loading…
Add table
Reference in a new issue