1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Add eclipse-log4e 0.7.6, eclipse plugin to use logger easily

in Java projects.

PR:		java/71148
Submitted by:	SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
This commit is contained in:
Norikatsu Shigemura 2004-09-03 21:06:27 +00:00
parent ca0b6f741c
commit c44aa1025f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118091
5 changed files with 72 additions and 0 deletions

View File

@ -23,6 +23,7 @@
SUBDIR += eclipse-gef
SUBDIR += eclipse-gef-examples
SUBDIR += eclipse-langpack
SUBDIR += eclipse-log4e
SUBDIR += eclipse-lomboz
SUBDIR += eclipse-pmd
SUBDIR += eclipse-quantum

View File

@ -0,0 +1,31 @@
# New ports collection makefile for: eclipse-log4e
# Date created: August 30, 2004
# Whom: sugimura@jp.FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= log4e
PORTVERSION= 0.7.6
CATEGORIES= java
MASTER_SITES= http://log4e.jayefem.de/download/eclipse3/
PKGNAMEPREFIX= eclipse-
DISTNAME= de.jayefem.${PORTNAME}_${PORTVERSION}
EXTRACT_SUFX= .zip
DIST_SUBDIR= eclipse
MAINTAINER= sugimura@jp.FreeBSD.ORG
COMMENT= Eclipse plugin to use logger easily in Java projects
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_ZIP= yes
do-install:
@${MKDIR} ${PREFIX}/eclipse
@${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse
@${CP} -r ${WRKSRC}/features ${PREFIX}/eclipse
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (eclipse/de.jayefem.log4e_0.7.6.zip) = 64cd674a80da7d53a4f54b79fc125fea
SIZE (eclipse/de.jayefem.log4e_0.7.6.zip) = 779542

View File

@ -0,0 +1,12 @@
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

View File

@ -0,0 +1,26 @@
eclipse/features/de.jayefem.log4e.feature_0.7.6/eclipse_update_120.jpg
eclipse/features/de.jayefem.log4e.feature_0.7.6/feature.properties
eclipse/features/de.jayefem.log4e.feature_0.7.6/feature.xml
eclipse/features/de.jayefem.log4e.feature_0.7.6/general.css
eclipse/features/de.jayefem.log4e.feature_0.7.6/license.html
eclipse/plugins/de.jayefem.log4e.help_0.7.6/doc.zip
eclipse/plugins/de.jayefem.log4e.help_0.7.6/plugin.properties
eclipse/plugins/de.jayefem.log4e.help_0.7.6/plugin.xml
eclipse/plugins/de.jayefem.log4e.help_0.7.6/toc.xml
eclipse/plugins/de.jayefem.log4e_0.7.6/about.html
eclipse/plugins/de.jayefem.log4e_0.7.6/about.ini
eclipse/plugins/de.jayefem.log4e_0.7.6/about.properties
eclipse/plugins/de.jayefem.log4e_0.7.6/eclipse32.gif
eclipse/plugins/de.jayefem.log4e_0.7.6/lib/commons-logging.jar
eclipse/plugins/de.jayefem.log4e_0.7.6/lib/log4j-1.2.8.jar
eclipse/plugins/de.jayefem.log4e_0.7.6/log4e.jar
eclipse/plugins/de.jayefem.log4e_0.7.6/plugin.properties
eclipse/plugins/de.jayefem.log4e_0.7.6/plugin.xml
eclipse/plugins/de.jayefem.log4e_0.7.6/welcome.xml
@dirrm eclipse/features/de.jayefem.log4e.feature_0.7.6
@dirrm eclipse/plugins/de.jayefem.log4e_0.7.6/lib
@dirrm eclipse/plugins/de.jayefem.log4e_0.7.6
@dirrm eclipse/plugins/de.jayefem.log4e.help_0.7.6
@unexec rmdir %D/eclipse/plugins 2>/dev/null || true
@unexec rmdir %D/eclipse/features 2>/dev/null || true
@unexec rmdir %D/eclipse 2>/dev/null || true