DrJava is a lightweight development environment for writing Java programs.

It is designed primarily for students, providing an intuitive interface
and the ability to interactively evaluate Java code. It also includes
powerful features for more advanced users. DrJava is available for free
under the DrJava Open Source License, and it is under active development
by the JavaPLT group at Rice University.

WWW:	http://www.drjava.org

PR:		ports/95712
Submitted by:	Nicola Vitale	<nivit@email.it>
This commit is contained in:
Ion-Mihai Tetcu 2006-07-01 07:46:46 +00:00
parent b1f655fbd6
commit 1c05f550a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166697
6 changed files with 56 additions and 0 deletions

View file

@ -32,6 +32,7 @@
SUBDIR += cream
SUBDIR += dedit
SUBDIR += doxymacs
SUBDIR += drjava
SUBDIR += dte
SUBDIR += e3
SUBDIR += e93

36
editors/drjava/Makefile Normal file
View file

@ -0,0 +1,36 @@
# New ports collection makefile for: drjava
# Date created: 2006-04-13
# Whom: Nicola Vitale <nivit@email.it>
#
# $FreeBSD$
#
PORTNAME= drjava
PORTVERSION= 20060127.2145
CATEGORIES= editors java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-stable-${PORTVERSION:S|.|-|g}
EXTRACT_SUFX= .jar
EXTRACT_ONLY=
MAINTAINER= nivit@email.it
COMMENT= A lightweight IDE for writing Java programs
NO_BUILD= yes
USE_JAVA= yes
JAVA_VERSION= 1.4+
SUB_FILES= ${PORTNAME}
SUB_LIST= DRJAVAJAR=${DRJAVAJAR}
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
DRJAVAJAR= ${DATADIR}/${DISTFILES}
do-install:
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${DRJAVAJAR}
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>

3
editors/drjava/distinfo Normal file
View file

@ -0,0 +1,3 @@
MD5 (drjava-stable-20060127-2145.jar) = 7ea9438f5fd05add7e0f3d83fbcb56bd
SHA256 (drjava-stable-20060127-2145.jar) = a539c92af747ff6ef066c861de438ae168052aff8672f3ae947568109827da39
SIZE (drjava-stable-20060127-2145.jar) = 5976918

View file

@ -0,0 +1,4 @@
#!/bin/sh
# $FreeBSD$
JAVA_VERSION="%%JAVA_VERSION%%" \
exec "%%LOCALBASE%%/bin/java" -jar %%DRJAVAJAR%% "$@"

8
editors/drjava/pkg-descr Normal file
View file

@ -0,0 +1,8 @@
DrJava is a lightweight development environment for writing Java programs.
It is designed primarily for students, providing an intuitive interface
and the ability to interactively evaluate Java code. It also includes
powerful features for more advanced users. DrJava is available for free
under the DrJava Open Source License, and it is under active development
by the JavaPLT group at Rice University.
WWW: http://www.drjava.org

4
editors/drjava/pkg-plist Normal file
View file

@ -0,0 +1,4 @@
@comment $FreeBSD$
bin/drjava
%%JAVASHAREDIR%%/drjava/drjava-stable-20060127-2145.jar
@dirrm %%JAVASHAREDIR%%/drjava