diff options
author | jschauma <jschauma> | 2003-03-19 16:09:29 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-03-19 16:09:29 +0000 |
commit | 6e6d34493507f7f2acaea13be2477f409b234c5d (patch) | |
tree | 01ed81a1029b7c57f958969cd2810af9503c8ed2 /devel/eclipse/DESCR | |
parent | 9ef1cff7146cdf6f7f8aceed3849426642593660 (diff) | |
download | pkgsrc-6e6d34493507f7f2acaea13be2477f409b234c5d.tar.gz |
Initial import of devel/eclipse:
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.
Diffstat (limited to 'devel/eclipse/DESCR')
-rw-r--r-- | devel/eclipse/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/eclipse/DESCR b/devel/eclipse/DESCR new file mode 100644 index 00000000000..b09c594fc72 --- /dev/null +++ b/devel/eclipse/DESCR @@ -0,0 +1,7 @@ +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. |