summaryrefslogtreecommitdiff
path: root/java/eclipse-log4e
diff options
context:
space:
mode:
Diffstat (limited to 'java/eclipse-log4e')
-rw-r--r--java/eclipse-log4e/Makefile35
-rw-r--r--java/eclipse-log4e/distinfo2
-rw-r--r--java/eclipse-log4e/pkg-descr12
3 files changed, 0 insertions, 49 deletions
diff --git a/java/eclipse-log4e/Makefile b/java/eclipse-log4e/Makefile
deleted file mode 100644
index a09bdfd23713..000000000000
--- a/java/eclipse-log4e/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# Created by: sugimura@jp.FreeBSD.org
-# $FreeBSD$
-
-PORTNAME= log4e
-PORTVERSION= 1.5.1
-CATEGORIES= java
-MASTER_SITES= http://log4e.jayefem.de/download/eclipse3/
-PKGNAMEPREFIX= eclipse-
-DISTNAME= de.jayefem.${PORTNAME}_free_${PORTVERSION}
-DIST_SUBDIR= eclipse
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Eclipse plugin to use logger easily in Java projects
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:java/eclipse
-
-USES= zip
-NO_BUILD= yes
-NO_WRKSUBDIR= yes
-
-do-install:
- @${MKDIR} -p ${STAGEDIR}${PREFIX}/lib/eclipse
- @${CP} -r ${WRKSRC}/plugins ${STAGEDIR}${PREFIX}/lib/eclipse
- @${CP} -r ${WRKSRC}/features ${STAGEDIR}${PREFIX}/lib/eclipse
- @(cd ${WRKSRC}; ${FIND} -s features plugins -not -type d) \
- | ${SED} -ne 's,^,lib/eclipse/,p' >> ${TMPPLIST}
- @(cd ${WRKSRC}; ${FIND} -s -d features plugins -type d -empty) \
- | ${GREP} -vE 'plugins$$|features$$' \
- | ${SED} -ne 's,^,@dir lib/eclipse/,p' >> ${TMPPLIST}
-
-.include <bsd.port.mk>
diff --git a/java/eclipse-log4e/distinfo b/java/eclipse-log4e/distinfo
deleted file mode 100644
index e81b513ddae5..000000000000
--- a/java/eclipse-log4e/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (eclipse/de.jayefem.log4e_free_1.5.1.zip) = a3fc5d5648c2a27317941499906a8e9c7c68e85356f82b5d727e8b157cc8f829
-SIZE (eclipse/de.jayefem.log4e_free_1.5.1.zip) = 1705186
diff --git a/java/eclipse-log4e/pkg-descr b/java/eclipse-log4e/pkg-descr
deleted file mode 100644
index a36016542723..000000000000
--- a/java/eclipse-log4e/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-Log4E
-
-Log4E is a free Eclipse Plugin which helps you to use your logger easily
-in Java Projects. The Plugin Log4E is not bound to any special logging
-framework. Thus you might be able to adapt to your own logger by defining
-your own templates using the preferences. It has active support for Log4j,
-Commons Logging and JDK 1.4 logging. Use the context menu of a java file
-or the context menu of an editor and get to the submenu "Log4".
-Notice that the editor submenu provides additional tasks.
-Every of the following tasks can be invoked either on class or on method level.
-
-WWW: http://log4e.jayefem.de