File: menu

package info (click to toggle)
gnustep-examples 1%3A1.2.0-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,952 kB
  • ctags: 270
  • sloc: objc: 14,381; makefile: 65
file content (52 lines) | stat: -rw-r--r-- 1,555 bytes parent folder | download
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
42
43
44
45
46
47
48
49
50
51
52
?package(gnustep-examples):\
 needs="X11"\
 section="Applications/Office"\
 title="Calculator"\
 hints="GNUstep,Example"\
 longtitle="GNUstep Calculator"\
 description="A calculator for basic arithmetic."\
 command="openapp Calculator"

?package(gnustep-examples):\
 needs="X11"\
 section="Applications/Office"\
 title="CurrencyConverter"\
 hints="GNUstep,Example"\
 longtitle="GNUstep Currency Converter"\
 description="Converts from Euros to other currencies."\
 command="openapp CurrencyConverter"

?package(gnustep-examples):\
 needs="X11"\
 section="Applications/Network/Monitoring"\
 title="Finger"\
 hints="GNUstep,Example"\
 longtitle="GNUstep Frontend to Finger, Ping, Traceroute"\
 description="Provides an interface to the finger, ping, whois and traceroute utilities."\
 command="openapp Finger"

?package(gnustep-examples):\
 needs="X11"\
 section="Applications/Graphics"\
 title="GFractal"\
 hints="GNUstep,Example"\
 longtitle="GNUstep Fractal Viewer"\
 description="A fractal viewer that computes several fractals including the Mandelbrot set."\
 command="openapp GFractal"

?package(gnustep-examples):\
 needs="X11"\
 section="Applications/Network/Monitoring"\
 title="HostAddress"\
 hints="GNUstep,Example"\
 longtitle="GNUstep Address and Host Resolver"\
 description="Resolves addresses."\
 command="openapp HostAddress"

?package(gnustep-examples):\
 needs="X11"\
 section="Applications/Text"\
 title="Ink"\
 longtitle="demonstrates the use of NSTextView."\
 description="An Example of how to use NsTextView."\
 command="openapp Ink"