Remove expired port:

2016-12-01 java/jakarta-struts: Port is unmaintained and has known security vulnerabilites
This commit is contained in:
Rene Ladan
2016-12-01 23:36:56 +00:00
parent d28f6c13d4
commit 9bbc91bba2
6 changed files with 1 additions and 107 deletions
-1
View File
@@ -52,7 +52,6 @@
SUBDIR += jakarta-commons-primitives
SUBDIR += jakarta-oro
SUBDIR += jakarta-regexp
SUBDIR += jakarta-struts
SUBDIR += jamvm
SUBDIR += jasmin
SUBDIR += java-checkstyle
-31
View File
@@ -1,31 +0,0 @@
# Created by: Anton Yudin <toha@toha.org.ua>
# $FreeBSD$
PORTNAME= struts
PORTVERSION= 1.2.9
CATEGORIES= java devel
MASTER_SITES= APACHE/${PORTNAME}/binaries
PKGNAMEPREFIX= apache-
DISTNAME= ${PORTNAME}-${PORTVERSION}-bin
MAINTAINER= ports@FreeBSD.org
COMMENT= Apache Struts framework
USE_JAVA= yes
JAVA_VERSION= 1.6+
NO_BUILD= YES
USES= cpe zip
CPE_VENDOR= apache
JAVASHAREDIR= share/java
TDIR= ${JAVASHAREDIR}/${PKGNAME}
PLIST_SUB+= T=${TDIR}
DEPRECATED= Port is unmaintained and has known security vulnerabilites
EXPIRATION_DATE=2016-12-01
do-install:
cd ${WRKSRC} && ${FIND} . -type d -exec ${INSTALL} -d ${STAGEDIR}${PREFIX}/${TDIR}/{} \; && \
${FIND} . -type f -exec ${INSTALL_DATA} {} ${STAGEDIR}${PREFIX}/${TDIR}/{} \;
.include <bsd.port.mk>
-2
View File
@@ -1,2 +0,0 @@
SHA256 (struts-1.2.9-bin.zip) = 9015e990eaaeb9a659ca34d042520618b98fff65287f0d05f668b01e9330805f
SIZE (struts-1.2.9-bin.zip) = 14483492
-21
View File
@@ -1,21 +0,0 @@
The core of the Struts framework is a flexible control layer based
on standard technologies like Java Servlets, JavaBeans,
ResourceBundles, and Extensible Markup Language (XML), as well as
various Jakarta Commons packages. Struts encourages application
architectures based on the Model 2 approach, a variation of the
classic Model-View-Controller (MVC) design paradigm.
Struts provides its own Controller component and integrates with
other technologies to provide the Model and the View. For the
Model, Struts can interact with any standard data access
technology, including Enterprise Java Beans, JDBC, and Object
Relational Bridge. For the View, Struts works well with JavaServer
Pages, including JSTL and JSF, as well as Velocity Templates, XSLT,
and other presentation systems.
The Struts framework provides the invisible underpinnings every
professional web application needs to survive. Struts helps you
create an extensible development environment for your application,
based on published standards and proven design patterns.
WWW: http://struts.apache.org
-52
View File
@@ -1,52 +0,0 @@
%%T%%/INSTALL
%%T%%/LICENSE
%%T%%/NOTICE
%%T%%/README
%%T%%/contrib/struts-el/README.txt
%%T%%/contrib/struts-el/lib/c-rt.tld
%%T%%/contrib/struts-el/lib/c.tld
%%T%%/contrib/struts-el/lib/fmt-rt.tld
%%T%%/contrib/struts-el/lib/fmt.tld
%%T%%/contrib/struts-el/lib/jstl.jar
%%T%%/contrib/struts-el/lib/sql-rt.tld
%%T%%/contrib/struts-el/lib/sql.tld
%%T%%/contrib/struts-el/lib/standard.jar
%%T%%/contrib/struts-el/lib/struts-bean-el.tld
%%T%%/contrib/struts-el/lib/struts-bean.tld
%%T%%/contrib/struts-el/lib/struts-el.jar
%%T%%/contrib/struts-el/lib/struts-html-el.tld
%%T%%/contrib/struts-el/lib/struts-html.tld
%%T%%/contrib/struts-el/lib/struts-logic-el.tld
%%T%%/contrib/struts-el/lib/struts-logic.tld
%%T%%/contrib/struts-el/lib/struts-nested.tld
%%T%%/contrib/struts-el/lib/struts-tiles-el.tld
%%T%%/contrib/struts-el/lib/struts-tiles.tld
%%T%%/contrib/struts-el/lib/struts.jar
%%T%%/contrib/struts-el/lib/x-rt.tld
%%T%%/contrib/struts-el/lib/x.tld
%%T%%/contrib/struts-el/webapps/strutsel-exercise-taglib.war
%%T%%/lib/antlr.jar
%%T%%/lib/commons-beanutils.jar
%%T%%/lib/commons-digester.jar
%%T%%/lib/commons-fileupload.jar
%%T%%/lib/commons-logging.jar
%%T%%/lib/commons-validator.jar
%%T%%/lib/jakarta-oro.jar
%%T%%/lib/struts-bean.tld
%%T%%/lib/struts-config_1_0.dtd
%%T%%/lib/struts-config_1_1.dtd
%%T%%/lib/struts-config_1_2.dtd
%%T%%/lib/struts-html.tld
%%T%%/lib/struts-logic.tld
%%T%%/lib/struts-nested.tld
%%T%%/lib/struts-tiles.tld
%%T%%/lib/struts.jar
%%T%%/lib/tiles-config_1_1.dtd
%%T%%/lib/validator-rules.xml
%%T%%/lib/web-app_2_2.dtd
%%T%%/lib/web-app_2_3.dtd
%%T%%/webapps/struts-blank.war
%%T%%/webapps/struts-documentation.war
%%T%%/webapps/struts-examples.war
%%T%%/webapps/struts-mailreader.war
%%T%%/webapps/tiles-documentation.war