This plug-in for IBM's Eclipse platform integrates features from the
DrJava development environment. The plug-in provides an Interactions Pane and a simplified user interface to Eclipse. WWW: http://www.drjava.org/eclipse.shtml PR: ports/95747 Submitted by: Nicola Vitale <nivit at email.it>
This commit is contained in:
parent
fe66334b42
commit
e8e3bad468
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167511
5 changed files with 58 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
SUBDIR += eclipse-checkstyle
|
||||
SUBDIR += eclipse-clay-core
|
||||
SUBDIR += eclipse-devel
|
||||
SUBDIR += eclipse-drjava
|
||||
SUBDIR += eclipse-emf
|
||||
SUBDIR += eclipse-examples
|
||||
SUBDIR += eclipse-gef
|
||||
|
|
42
java/eclipse-drjava/Makefile
Normal file
42
java/eclipse-drjava/Makefile
Normal file
|
@ -0,0 +1,42 @@
|
|||
# New ports collection makefile for: eclipse-drjava
|
||||
# Date created: 2006-04-14
|
||||
# Whom: Nicola Vitale <nivit@email.it>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= drjava
|
||||
PORTVERSION= 0.9.5
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= drjava
|
||||
PKGNAMEPREFIX= eclipse-
|
||||
DISTNAME= drjava-eclipse-${PORTVERSION}
|
||||
|
||||
MAINTAINER= nivit@email.it
|
||||
COMMENT= DrJava plugin for Eclipse
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
USE_JAVA= yes
|
||||
USE_ZIP= yes
|
||||
|
||||
JAVA_VERSION= 1.4+
|
||||
JAVA_OS= native
|
||||
|
||||
DATADIR= ${PREFIX}/eclipse/plugins
|
||||
|
||||
EPLUGIN_ID= edu.rice.cs.drjava
|
||||
EPLUGIN_VER= ${PORTVERSION}
|
||||
|
||||
FIND_HERE= ${EPLUGIN_ID}_${EPLUGIN_VER}
|
||||
FIND_DIRS= -type d
|
||||
FIND_DATA= -type f -not \( -name "README" -or -name "LICENSE" \)
|
||||
|
||||
do-install:
|
||||
cd ${WRKDIR} && ${FIND} ${FIND_HERE} ${FIND_DIRS} -exec ${MKDIR} ${DATADIR}/{} \;
|
||||
cd ${WRKDIR} && ${FIND} ${FIND_HERE} ${FIND_DATA} -exec ${INSTALL_DATA} {} ${DATADIR}/{} \;
|
||||
|
||||
.include <bsd.port.mk>
|
3
java/eclipse-drjava/distinfo
Normal file
3
java/eclipse-drjava/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (drjava-eclipse-0.9.5.zip) = 398c25c37cc3c116dbb1962a06790d1e
|
||||
SHA256 (drjava-eclipse-0.9.5.zip) = 9966ce80b0d3164d64ab0b3ce7b954951511235fe1dc58894a09020e1d61b658
|
||||
SIZE (drjava-eclipse-0.9.5.zip) = 2146941
|
5
java/eclipse-drjava/pkg-descr
Normal file
5
java/eclipse-drjava/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
This plug-in for IBM's Eclipse platform integrates features from the
|
||||
DrJava development environment. The plug-in provides an Interactions
|
||||
Pane and a simplified user interface to Eclipse.
|
||||
|
||||
WWW: http://www.drjava.org/eclipse.shtml
|
7
java/eclipse-drjava/pkg-plist
Normal file
7
java/eclipse-drjava/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
@comment $FreeBSD$
|
||||
eclipse/plugins/edu.rice.cs.drjava_0.9.5/drjava-eclipse.jar
|
||||
eclipse/plugins/edu.rice.cs.drjava_0.9.5/icons/drjava16.gif
|
||||
eclipse/plugins/edu.rice.cs.drjava_0.9.5/icons/drjava16.png
|
||||
eclipse/plugins/edu.rice.cs.drjava_0.9.5/plugin.xml
|
||||
@dirrm eclipse/plugins/edu.rice.cs.drjava_0.9.5/icons
|
||||
@dirrm eclipse/plugins/edu.rice.cs.drjava_0.9.5
|
Loading…
Reference in a new issue