aboutsummaryrefslogtreecommitdiff
path: root/editors/drjava
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | editors) Notes: svn path=/head/; revision=327720
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part2) Notes: svn path=/head/; revision=308604
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp Notes: svn path=/head/; revision=278068
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 20100913.r5387Nicola Vitale2010-09-152-6/+6
| | | | Notes: svn path=/head/; revision=261202
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with E,F Notes: svn path=/head/; revision=240069
* - Update to 20080904.r4668Nicola Vitale2008-10-072-5/+4
| | | | Notes: svn path=/head/; revision=221299
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Update to 20080106.0744Nicola Vitale2008-01-252-4/+4
| | | | Notes: svn path=/head/; revision=206186
* - Update to 20070828.1759Nicola Vitale2007-12-222-5/+5
| | | | Notes: svn path=/head/; revision=204370
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Updated to 20070130.2255Nicola Vitale2007-02-022-5/+5
| | | | | | | Approved by: alexbl (mentor, implicit) Notes: svn path=/head/; revision=183967
* - Updated email address in my portsNicola Vitale2006-12-101-1/+1
| | | | | | | Approved by: alexbl (mentor) Notes: svn path=/head/; revision=179349
* - Update to 20061025.1556Rong-En Fan2006-11-084-9/+10
| | | | | | | | PR: ports/105244 Submitted by: Nicola Vitale (maintainer) Notes: svn path=/head/; revision=176798
* - Update to 20060918.1737Rong-En Fan2006-09-233-5/+5
| | | | | | | | PR: ports/103487 Submitted by: Nicola Vitale <nivit at email.it> (maintainer) Notes: svn path=/head/; revision=173657
* DrJava is a lightweight development environment for writing Java programs.Ion-Mihai Tetcu2006-07-015-0/+55
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> Notes: svn path=/head/; revision=166697