summaryrefslogtreecommitdiffstats
path: root/bin-devel/eclipse-bin/DETAILS
blob: 0d80a5e7e295fad6a5ad77ab957a0318c2b68e42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
           SPELL=eclipse-bin
          SPELLX=eclipse
          PREFIX=R
         VERSION=3.5.1
          TSTAMP=200909170800
case "${SMGL_COMPAT_ARCHS[1]}" in
        x86_64)
          SOURCE=${SPELLX}-SDK-${VERSION}-linux-gtk-x86_64.tar.gz
#     SOURCE_HASH=sha512:630bc68402c7fdd10317e3f362301750501042494958cb703d9f2c7e1038f33528d1b3bf2baa66166fe98295d694c929595b516feb749337fda4062f6f409caf
          ;;
        ia32)
          SOURCE=${SPELLX}-SDK-${VERSION}-linux-gtk.tar.gz
#     SOURCE_HASH=sha512:243e0e902186fbb15a9be92ecff2067b79afc2c59d42311012418ea8bfe0666c395f29cb9910f7287366c99805f17f2993cb33bcf8c2ef4bbde369572bd16905
          ;;
        *)
          SOURCE=
     SOURCE_HASH=
          ;;
esac
      SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX
      SOURCE_URI=$PREFIX-$VERSION-$TSTAMP/$SOURCE
   SOURCE_URL[0]=http://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops/${SOURCE_URI}
   SOURCE_URL[1]=http://ftp.ussg.iu.edu/eclipse/eclipse/downloads/drops/${SOURCE_URI}
        WEB_SITE=http://www.eclipse.org/
      LICENSE[0]=CPL
         ENTERED=20041110
         ARCHIVE="off"
           SHORT="Java-based open platform IDE application development tools"
cat << EOF
The eclipse project for the development of software design tools was originally
formed by Borland, IBM, MERANT, QNX Software Systems, Rational Software3, Red
Hat, SuSE, TogetherSoft3 and Webgain2, and was later joined by other major
companies.  The licensing scheme is intended to encourage the development of
integrated third party software which may or may not be open source and/or free.
The program actually exists as a core (they call it a microkernel) with
functionality added by pluggins.  It has support for several languages,
including java and c++ and has extensions that allow UML round trip engineering.
It also is supposed to be able to use system development tools, like debuggers,
compilers, tracers, etc.
EOF