mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Add eclipse-lomboz 3, a J2EE developer tool build as a plugin
for the eclipse platform. PR: ports/68051 Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> Reviewed by: Panagiotis Astithas <past@ebs.gr>
This commit is contained in:
parent
d3692612e7
commit
91522840e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114620
@ -20,6 +20,7 @@
|
||||
SUBDIR += eclipse-gef
|
||||
SUBDIR += eclipse-gef-examples
|
||||
SUBDIR += eclipse-langpack
|
||||
SUBDIR += eclipse-lomboz
|
||||
SUBDIR += eclipse-pmd
|
||||
SUBDIR += eclipse-vep
|
||||
SUBDIR += eclipse-vep-examples
|
||||
|
31
java/eclipse-lomboz/Makefile
Normal file
31
java/eclipse-lomboz/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: eclipse-lomboz
|
||||
# Date created: June 18, 2004
|
||||
# Whom: sugimura@jp.FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= lombox
|
||||
PORTVERSION= 3
|
||||
CATEGORIES= java
|
||||
MASTER_SITES= http://download.forge.objectweb.org/lomboz/ \
|
||||
http://download.us.forge.objectweb.org/lomboz/ \
|
||||
http://download.forge.objectweb.org/lomboz/
|
||||
PKGNAMEPREFIX= eclipse-
|
||||
DISTNAME= lomboz.3
|
||||
DIST_SUBDIR= eclipse
|
||||
|
||||
MAINTAINER= sugimura@jp.FreeBSD.ORG
|
||||
COMMENT= A J2EE developer tool build as a plugin for the eclipse platform
|
||||
|
||||
RUN_DEPENDS+= ${LOCALBASE}/eclipse/features/org.eclipse.emf_2.0.0/feature.xml:${PORTSDIR}/java/eclipse-emf
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
USE_ZIP= yes
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/eclipse
|
||||
@${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse
|
||||
|
||||
.include <bsd.port.mk>
|
2
java/eclipse-lomboz/distinfo
Normal file
2
java/eclipse-lomboz/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (eclipse/lomboz.3.zip) = 1cc22054b59fbb435865aa9b59225a35
|
||||
SIZE (eclipse/lomboz.3.zip) = 6684190
|
5
java/eclipse-lomboz/pkg-descr
Normal file
5
java/eclipse-lomboz/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Lomboz is a development tool for the J2EE platform. It is an eclipse plugin
|
||||
for building, testing, and deploying Java2 Enterprise Edition (J2EE) and
|
||||
Web service applications.
|
||||
|
||||
WWW: http://www.objectlearn.com/projects/lomboz.jsp
|
1856
java/eclipse-lomboz/pkg-plist
Normal file
1856
java/eclipse-lomboz/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user