#!/bin/sh -x

# Last changed Fri Sep 21 15:15:27 EDT 2007

# elisp docs
apt-get -y install elisp-manual

# 3D modelers
apt-get -y install blender
apt-get -y install k3d aqsis

# Adobe Photoshop-type bitmap editor
apt-get -y install gimp-data-extras gimp-dcraw gimp-help-common
apt-get -y install gimp-help-en gimp-helpbrowser gimp-resynthesizer
apt-get -y install gimp-svg gimp-texturize

# 2D CAD
apt-get -y install qcad qcad-doc partlibrary

# Adobe Illustrator-type vector editors
apt-get -y install dia
apt-get -y install inkscape
apt-get -y install skencil
apt-get -y install sodipodi
apt-get -y install xaralx imagemagick
apt-get -y install xfig

# Page layout
apt-get -y install scribus

# Floppy drive access
apt-get -y install mtools

# Index and search your files
apt-get -y install beagle

apt-get -y install blt

apt-get -y install mh

# Planitarium simulator
apt-get -y install celestia-gnome

# Sound editing
apt-get -y install audacity lame lame-extras
apt-get -y install ardour-gtk ardour-doc fil-plugins tap-plugins

# top for network traffic flows
apt-get -y install etherape

# Ethernet sniffer with GUI
apt-get -y install wireshark

# where are the packets getting lost
apt-get -y install traceroute

# gv with gnome gui flavor
apt-get -y install gnome-gv

apt-get -y install gnuplot

### # Attach to emacs?
### apt-get -y install gnuserv
### # doesn't work, throws elisp error, explore emacs 22 instead,
### # server/attach doesn't work with twm(?)

# Multi-language xterm
apt-get -y install mlterm

apt-get -y install mplayer

apt-get -y install xloadimage

apt-get -y install python2.4

# PC hardware simulator
apt-get -y install qemu

# Windows simulator
apt-get -y install wine

apt-get -y install rdist

# Solitare card game
apt-get -y install spider

# GUI for diff
apt-get -y install tkdiff
apt-get -y install meld

# unit of measurement conversion
apt-get -y install units

# graph visualization
apt-get -y install graphviz graphviz-doc

### # read PC hardware sensors like temperature
### apt-get -y install lm-sensors xsensors
### Then do http://ubuntuforums.org/showthread.php?t=2780
### # still doesn't work

# ancestor of Maple
apt-get -y install maxima xmaxima wxmaxima

# alternative to maple
apt-get -y install yacas yacas-doc yacas-proteus

# clone of Matlab
apt-get -y install octave2.9 octave2.9-doc octave2.9-emacsen octplot octaviz

# Structured xml editor
apt-get -y install conglomerate

# What IP ports are open?
apt-get -y install nmap

# Mail Handler
apt-get -y install nmh

# Opera browser
apt-get -y install opera

