summaryrefslogtreecommitdiffstats
path: root/display/fresco/DETAILS
blob: 4300045955ecf428e9032a956fe2f46f46347fa2 (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
           SPELL=fresco
if [ "$CVS" = "yes" ]; then
         VERSION=cvs
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
   SOURCE_URL[0]=cvs://:pserver:anonymous@src.fresco.org:/cvs/fresco:Fresco
   SOURCE_IGNORE=volatile
else
         VERSION=M2
          SOURCE=Fresco-$VERSION.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/Fresco-${VERSION}
   SOURCE_URL[0]=http://download.fresco.org/releases/${VERSION}/src/${SOURCE}
     SOURCE_HASH=sha512:0b3a6874645ecdbde85f3fd709d602b95f01b2aa6feaa6bbdf95f0fd43f1cf2c999b7281eafe0d6664860e28111941236d688e6ab79ee32852f762a89ba3e8e5
fi
        WEB_SITE=http://www2.fresco.org/index.html
         ENTERED=20030915
         UPDATED=20030915
      LICENSE[0]=LGPL
       BUILD_API=2
           SHORT="Windowing system originally based on InterViews"
cat << EOF
Fresco is a consistent, configurable, stand alone, modular, and device
independent user interface system, formerly known as Berlin. Fresco is based
on the concept of a server side scene graph. It uses CORBA, which results in
the whole system being network- and language transparent. To access input
and output devices low-level graphic libraries are used.
EOF