summaryrefslogtreecommitdiffstats
path: root/devel/geany/DETAILS
blob: b8dc3aa90273ddddd97c0f7f3c078af9aa03efc8 (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
           SPELL=geany
         VERSION=1.22
          SOURCE=$SPELL-$VERSION.tar.bz2
         SOURCE2=$SOURCE.sig
   SOURCE_URL[0]=http://download.geany.org/$SOURCE
   SOURCE_URL[1]=$SOURCEFORGE_URL/$SPELL/$SOURCE
  SOURCE2_URL[0]=$SOURCE_URL.sig
  SOURCE2_URL[1]=${SOURCE_URL[1]}.sig
      SOURCE_GPG=geany.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
      LICENSE[0]=GPL
        WEB_SITE=http://www.geany.org/
         ENTERED=20051121
        KEYWORDS="ide devel"
           SHORT="fast and lightweight GTK+2 IDE"
cat << EOF
Geany is a small and lightweight integrated development environment. It was
developed to provide a small and fast IDE, which has only a few dependencies
from other packages. Another goal was to be as independent as possible from
a special Desktop Environment like KDE or GNOME.

Basic features of Geany:
 * project management
 * plugins support
 * syntax highlighting
 * code folding
 * code completion
 * auto completion of often used constructs like if, for and while
 * auto completion of XML and HTML tags
 * call tips
 * many supported filetypes like C/C++, Java, PHP, HTML, Python, Perl, Lua
 * symbol lists
EOF