summaryrefslogtreecommitdiff
path: root/devel/eclipse
AgeCommit message (Collapse)AuthorFilesLines
2003-08-23Put these packages into a new pseudo-category called 'java'.jschauma1-3/+3
2003-07-17s/netbsd.org/NetBSD.org/grant1-3/+3
2003-06-03Change dependency of jakarta-ant into apache-ant, as it's now known.jschauma1-2/+2
All build fine with the new version of ant.
2003-04-23Don't do CHECK_SHLIBS if this isn't a native buildjmc1-4/+2
2003-04-18Make this work if PKG_DEVELOPER=yesrh1-2/+2
2003-04-17Update eclipse to 2.1. New features and changes include:jschauma3-11764/+13713
- User customizable key bindings - editor navigation history - improved default text editor - improved editor linking behaviour - better UI for editor/ viewing synchronization - new Ant view - new Ant editor - External tools now use debugger-style launch configurations. - more flexible project layouts - java editor is more customizable - find in file - better java outline view - hyperlinked java code - improved conditional breakpoints - stack trace hyperlinks - new refactorings - more java compiler options and many more (see http://download.eclipse.org/downloads/drops/R-2.1-200303272130/whats-new.html)
2003-03-19Initial import of devel/eclipse:jschauma5-0/+13656
Eclipse is an open source software development project dedicated to providing a robust, full-featured, commercial-quality, industry platform for the development of highly integrated tools. It is composed of three projects, the Eclipse Project, the Eclipse Tools Project and the EclipseTechnology Project, each of which is overseen by a Project Management Committee (PMC) and governed by its Project Charter. Each project is composed of its own subprojects and is licensed under the CPL version 1.0. This package is a bit interesting in that it's a java application, which can be built on NetBSD using one of the sun-jdk's, but then gives runtime errors. However, installing the application built on a Linux machine under NetBSD will work just fine. Seems to work only with sun-jdk13. Thus I placed a build of eclipse from Linux in ftp, from where it can be installed using this package.