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

devel/log4j: Remove expired port

2026-07-24 devel/log4j: EOL since 2015, superseded by devel/apache-log4j2; https://news.apache.org/foundation/entry/apache_logging_services_project_announces
parent 84c91f99
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5507,3 +5507,4 @@ x11/swww|x11/awww|2026-07-17|Upstream renamed
misc/py-fastavro|textproc/py-fastavro|2026-07-20|Remove duplicate port, use textproc/py-fastavro instead
net/nitroshare||2026-07-21|Deprecated upstream, the author is working on the new GoLang nitroshare2 which is not ready yet
databases/mysql-connector-java51|databases/mysql-connector-j|2026-07-24|Has expired: Superseded by mysql-connector-j, no users in the tree
devel/log4j|devel/apache-log4j2|2026-07-24|Has expired: EOL since 2015, superseded by devel/apache-log4j2; https://news.apache.org/foundation/entry/apache_logging_services_project_announces
+0 −1
Original line number Diff line number Diff line
@@ -1655,7 +1655,6 @@
    SUBDIR += log4cplus
    SUBDIR += log4cpp
    SUBDIR += log4cxx
    SUBDIR += log4j
    SUBDIR += log4net
    SUBDIR += log4sh
    SUBDIR += log4shib

devel/log4j/Makefile

deleted100644 → 0
+0 −41
Original line number Diff line number Diff line
PORTNAME=	log4j
PORTVERSION=	1.2.17
PORTREVISION=	4
CATEGORIES=	devel java
MASTER_SITES=	APACHE/logging/${PORTNAME}/${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Fast and flexible logging library for Java
WWW=		https://logging.apache.org/log4j/1.2/

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

DEPRECATED=	EOL since 2015, superseded by devel/apache-log4j2; https://news.apache.org/foundation/entry/apache_logging_services_project_announces
EXPIRATION_DATE=	2026-07-24

USES=		cpe java

NO_BUILD=	yes
NO_ARCH=	yes
CPE_VENDOR=	apache

WRKSRC=		${WRKDIR}/apache-${PORTNAME}-${PORTVERSION}

PLIST_FILES=	%%JAVAJARDIR%%/log4j.jar
PORTDOCS=	*
PORTEXAMPLES=	*

OPTIONS_DEFINE=	DOCS EXAMPLES

do-install:
	${INSTALL_DATA} ${WRKSRC}/log4j-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar

do-install-DOCS-on:
	@cd ${WRKSRC}/site && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/

do-install-EXAMPLES-on:
	@cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/
	${RMDIR} ${STAGEDIR}${EXAMPLESDIR}/lf5/OpeningLogFiles

.include <bsd.port.mk>

devel/log4j/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (log4j-1.2.17.tar.gz) = a528e3771ee6234661b5eb0fa02e14faee89dfec38de94088c163ddf2a0a8663
SIZE (log4j-1.2.17.tar.gz) = 2864448

devel/log4j/pkg-descr

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
Log4J, a fast and flexible logging library for Java.

Log4J is an open source library based on the work of many authors.
It allows the developer to control which log statements are output
with arbitrary granularity. It is fully configurable at runtime
using external configuration files. Best of all, Log4J has a gentle
learning curve. Beware: judging from user feedback, it is also quite
addictive.