2011-04-26 17:36:31 -04:00
|
|
|
# vim:tw=78:sw=4
|
2009-12-13 20:33:08 -05:00
|
|
|
|
2009-12-21 00:34:09 -05:00
|
|
|
if @core {
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# shells
|
2012-03-19 14:48:16 -04:00
|
|
|
install bash zsh dash ksh tcsh csh rc bash-doc zsh-beta bash-completion
|
|
|
|
zsh-doc zsh-beta-doc bashdb;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# editors
|
|
|
|
install ed vim nano;
|
|
|
|
|
2012-03-19 14:48:16 -04:00
|
|
|
# words
|
|
|
|
install wamerican-insane;
|
|
|
|
|
2009-12-13 20:33:08 -05:00
|
|
|
# utils
|
|
|
|
install acl screen less lsof bc dc psmisc procps htop
|
|
|
|
schedtool pciutils usbutils rsync;
|
|
|
|
|
2009-12-13 20:55:33 -05:00
|
|
|
# compression
|
2014-01-12 14:44:07 -05:00
|
|
|
install bzip2 gzip pax lzma xz-utils cpio;
|
2009-12-13 20:55:33 -05:00
|
|
|
|
2009-12-13 20:33:08 -05:00
|
|
|
# terminals
|
|
|
|
install ncurses-bin ncurses-term;
|
|
|
|
|
|
|
|
# network
|
|
|
|
install iputils-ping iputils-arping traceroute telnet
|
|
|
|
iproute ethtool dnsutils whois wget netcat-openbsd netcat6
|
2011-04-26 17:36:31 -04:00
|
|
|
@!container ntp vlan bridge-utils tcpdump tshark
|
2009-12-13 20:33:08 -05:00
|
|
|
ftp tftp;
|
2009-12-13 20:55:33 -05:00
|
|
|
|
2009-12-14 01:25:33 -05:00
|
|
|
# package management
|
2011-07-25 02:23:48 -04:00
|
|
|
install aptitude dselect unattended-upgrades;
|
2009-12-14 01:25:33 -05:00
|
|
|
|
2009-12-13 20:55:33 -05:00
|
|
|
# crypto
|
|
|
|
install gnupg;
|
|
|
|
|
|
|
|
# sudo
|
|
|
|
install sudo-ldap;
|
|
|
|
|
2009-12-14 19:29:39 -05:00
|
|
|
# ssh
|
|
|
|
install ssh fail2ban;
|
|
|
|
|
2009-12-13 20:55:33 -05:00
|
|
|
# documentation
|
|
|
|
install manpages info;
|
2009-12-14 01:25:33 -05:00
|
|
|
|
|
|
|
# logging
|
|
|
|
install rsyslog;
|
2011-03-15 19:12:39 -04:00
|
|
|
|
|
|
|
# safety
|
|
|
|
install molly-guard;
|
|
|
|
|
|
|
|
# mail
|
|
|
|
install @mta postfix @!mta ssmtp;
|
2009-12-13 20:33:08 -05:00
|
|
|
};
|
|
|
|
|
|
|
|
# physical machine (non virtual server)
|
2009-12-21 00:34:09 -05:00
|
|
|
if @machine {
|
2011-03-06 20:44:35 -05:00
|
|
|
install lm-sensors smartmontools hwinfo lshw @armel mtd-utils
|
2012-03-14 20:41:22 -04:00
|
|
|
@x86 acpid @x86 acpi @x86 @!lucid @!ubuntu acpi-support-base
|
2011-04-26 17:36:31 -04:00
|
|
|
@!sparc @!mips @!alpha @!mipsel kexec-tools @x86 vbetool fbset
|
|
|
|
@x86 read-edid;
|
2011-03-15 19:12:39 -04:00
|
|
|
|
|
|
|
@amd64 install linux-image-amd64/linux-image;
|
|
|
|
@i386 install linux-image-686/linux-image;
|
|
|
|
@sparc install @!nosmp linux-image-sparc64-smp @nosmp linux-image-sparc64;
|
|
|
|
@powerpc install linux-image-powerpc;
|
|
|
|
@alpha install linux-image-alpha-smp;
|
2011-03-21 12:53:08 -04:00
|
|
|
@mips @sodium-citrate install linux-image-r5k-ip32;
|
2009-12-13 20:33:08 -05:00
|
|
|
};
|
|
|
|
|
2009-12-14 20:06:34 -05:00
|
|
|
# container (virtual server)
|
2009-12-21 00:34:09 -05:00
|
|
|
if @container {
|
2011-04-26 17:36:31 -04:00
|
|
|
remove udev initramfs-tools pm-utils radeontool acpid ntp;
|
2009-12-14 20:06:34 -05:00
|
|
|
};
|
|
|
|
|
2009-12-21 00:34:09 -05:00
|
|
|
if @auth-core {
|
2014-01-12 14:44:07 -05:00
|
|
|
install nslcd libnss-ldapd ldap-utils libpam-krb5 krb5-user
|
2011-06-14 17:53:48 -04:00
|
|
|
ldapvi libsasl2-modules-gssapi-mit;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
2012-03-19 14:48:16 -04:00
|
|
|
@office
|
|
|
|
install nscd;
|
|
|
|
|
2009-12-13 20:33:08 -05:00
|
|
|
@csclub
|
2011-03-12 01:04:16 -05:00
|
|
|
install libpam-csc;
|
2009-12-13 20:33:08 -05:00
|
|
|
};
|
|
|
|
|
2009-12-21 00:34:09 -05:00
|
|
|
if @nfs-core {
|
2009-12-13 20:55:33 -05:00
|
|
|
install nfs-common quota;
|
2009-12-13 20:56:26 -05:00
|
|
|
};
|
2009-12-13 20:55:33 -05:00
|
|
|
|
2009-12-21 00:34:09 -05:00
|
|
|
if @devel-core {
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# essentials
|
|
|
|
install build-essential gcc g++;
|
|
|
|
|
|
|
|
# debian pckages
|
|
|
|
install dpkg-dev devscripts debootstrap dupload fakeroot;
|
|
|
|
|
|
|
|
# build systems
|
|
|
|
install make autoconf automake;
|
|
|
|
|
|
|
|
# debugging tools
|
|
|
|
install strace gdb elfutils;
|
|
|
|
|
|
|
|
# scripting
|
|
|
|
install perl python;
|
|
|
|
|
|
|
|
# documentation
|
|
|
|
install manpages-dev;
|
|
|
|
};
|
|
|
|
|
2009-12-21 00:34:09 -05:00
|
|
|
if @devel-full {
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# essentials
|
2009-12-21 01:29:03 -05:00
|
|
|
install gcc-doc cpp-doc
|
2009-12-14 18:16:30 -05:00
|
|
|
binutils-doc binutils-multiarch
|
2009-12-13 20:33:08 -05:00
|
|
|
manpages-posix-dev
|
2012-03-19 14:48:16 -04:00
|
|
|
gperf
|
2012-03-14 20:41:22 -04:00
|
|
|
glibc-doc @!ubuntu glibc-doc-reference
|
2009-12-21 18:47:55 -05:00
|
|
|
@!alpha gcc-multilib;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# debugging
|
|
|
|
install libc6-dbg/libc6.1-dbg gdb-doc
|
|
|
|
@x86 valgrind
|
|
|
|
@x86 ltrace;
|
|
|
|
|
|
|
|
# profiling
|
2012-03-19 14:48:16 -04:00
|
|
|
install libc6-prof/libc6.1-prof;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# assembly
|
2012-03-19 14:48:16 -04:00
|
|
|
@x86 install bin86 nasm yasm;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# scanning and parsing
|
2010-07-11 17:40:22 -04:00
|
|
|
install flex flex-doc bison bison-doc ragel
|
2012-03-19 14:48:16 -04:00
|
|
|
byacc re2c;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# build systems
|
2012-03-19 14:48:16 -04:00
|
|
|
install make-doc ccache ant ant-optional scons qt4-qmake
|
2011-03-15 19:12:39 -04:00
|
|
|
autogen autoconf-doc autoconf2.13 automake1.9
|
2009-12-14 18:16:30 -05:00
|
|
|
automake1.9-doc autotools-dev autoproject kbuild;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# version control
|
2009-12-14 01:25:33 -05:00
|
|
|
install git-core git-email git-cvs git-svn git-arch git-doc
|
2012-03-19 14:48:16 -04:00
|
|
|
git-buildpackage mercurial subversion subversion-tools
|
2013-05-14 11:30:46 -04:00
|
|
|
darcs bzr bzrtools cvs cvsps wdiff
|
|
|
|
colordiff patch patchutils quilt tig diffstat
|
2009-12-13 20:33:08 -05:00
|
|
|
@X gitk
|
2014-01-12 17:37:14 -05:00
|
|
|
@X git-gui
|
|
|
|
diffutils/diff;
|
2014-01-12 17:02:05 -05:00
|
|
|
@office install tkdiff;
|
2010-12-13 19:49:24 -05:00
|
|
|
|
2009-12-13 20:55:33 -05:00
|
|
|
# debian
|
2009-12-14 01:25:33 -05:00
|
|
|
install debhelper dh-make dh-make-perl dh-buildinfo dbs cdbs dpatch
|
2012-03-19 14:48:16 -04:00
|
|
|
kernel-package lintian alien po-debconf pbuilder dpkg-repack;
|
2009-12-13 20:55:33 -05:00
|
|
|
|
|
|
|
# i18n
|
|
|
|
install gettext;
|
|
|
|
|
|
|
|
# testing
|
|
|
|
install dejagnu check;
|
|
|
|
|
|
|
|
# code browsing
|
|
|
|
install doxygen exuberant-ctags;
|
|
|
|
|
|
|
|
# editing
|
2012-03-19 14:48:16 -04:00
|
|
|
install indent;
|
2009-12-13 20:55:33 -05:00
|
|
|
|
2009-12-17 17:59:52 -05:00
|
|
|
# c/c++
|
2012-03-19 14:48:16 -04:00
|
|
|
install cutils stl-manual;
|
2009-12-17 17:59:52 -05:00
|
|
|
|
2011-05-03 14:42:56 -04:00
|
|
|
# c#
|
|
|
|
@!alpha
|
2012-03-14 20:41:22 -04:00
|
|
|
install mono-complete mono-devel mono-profiler
|
2011-05-03 14:42:56 -04:00
|
|
|
mono-tools-devel @X mono-tools-gui;
|
|
|
|
|
|
|
|
# vb.net
|
|
|
|
@!alpha
|
|
|
|
install mono-vbnc;
|
|
|
|
|
2009-12-13 20:33:08 -05:00
|
|
|
# java
|
2014-01-12 17:41:19 -05:00
|
|
|
install openjdk-7-jdk/openjdk-6-jdk;
|
2014-02-25 21:04:03 -05:00
|
|
|
@office install icedtea-7-plugin/icedtea-6-plugin;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# haskell
|
2014-01-12 17:41:19 -05:00
|
|
|
install ghc/ghc6 ghc-doc/ghc6-doc haskell-platform;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# ocaml
|
|
|
|
install ocaml camlp4;
|
|
|
|
|
|
|
|
# perl
|
2012-03-19 14:48:16 -04:00
|
|
|
install perl-doc;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# python
|
|
|
|
install python-all-dev python-m2crypto python-mysqldb
|
|
|
|
python-imaging python-libxml2 python-libxslt1 python-numpy
|
2011-04-26 17:36:31 -04:00
|
|
|
python-numpy-doc python-twisted python-support
|
2012-03-19 14:48:16 -04:00
|
|
|
python-openssl python-pexpect python-pyasn1
|
|
|
|
python-pysnmp4 python-sqlobject python-subversion
|
2009-12-13 20:33:08 -05:00
|
|
|
python-urwid python-xmpp drpython ipython pylint pychecker
|
2012-04-24 23:22:33 -04:00
|
|
|
pyflakes python-beautifulsoup python-chardet
|
2012-03-19 14:48:16 -04:00
|
|
|
python-kerberos python-mako
|
|
|
|
python-pyme python-rpm python-selinux
|
2009-12-14 20:06:34 -05:00
|
|
|
python-setuptools python-simplejson python-sqlite
|
|
|
|
python-sqlitecachec python-urlgrabber
|
|
|
|
@x86 jython @x86 jython-doc;
|
2012-03-19 14:48:16 -04:00
|
|
|
@office install python-cups python-notify python-tk;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# ruby
|
2012-03-16 17:44:25 -04:00
|
|
|
install ruby ruby-dev rubygems rake ruby1.9/ruby1.9.1
|
2010-10-05 23:08:56 -04:00
|
|
|
ruby1.9-dev/ruby1.9.1-dev;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# llvm
|
2014-01-12 14:44:07 -05:00
|
|
|
install clang llvm-2.9/llvm llvm-2.9-dev/llvm-dev;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# scheme
|
2012-03-19 14:48:16 -04:00
|
|
|
install mit-scheme-doc chicken-bin
|
|
|
|
@!lucid @!maverick @!squeeze guile-1.8-dev tinyscheme
|
2014-01-12 14:44:07 -05:00
|
|
|
@x86 scheme2c scheme9
|
2009-12-13 20:33:08 -05:00
|
|
|
@x86 stalin
|
2012-03-19 14:48:16 -04:00
|
|
|
@x86 plt-scheme
|
2014-01-12 17:02:05 -05:00
|
|
|
@wheezy/sid racket racket-doc;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
2009-12-17 17:59:52 -05:00
|
|
|
# tcl/tk
|
2012-03-19 14:48:16 -04:00
|
|
|
install tcl tcl-dev tcl8.5;
|
|
|
|
@office install tk tk-dev;
|
2009-12-17 17:59:52 -05:00
|
|
|
|
|
|
|
# lua
|
|
|
|
install lua5.1 lua5.1-doc luadoc;
|
|
|
|
|
2009-12-13 20:33:08 -05:00
|
|
|
# misc scripting
|
2009-12-17 17:59:52 -05:00
|
|
|
install swig gawk mawk m4;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# misc languages
|
2014-01-12 19:22:22 -05:00
|
|
|
install gfortran erlang erlang-dev beef intercal/clc-intercal
|
2012-03-19 14:48:16 -04:00
|
|
|
php5-cli rhino @x86 sbcl;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
2010-07-12 04:30:51 -04:00
|
|
|
# AVR toolchain
|
2012-03-19 14:48:16 -04:00
|
|
|
@office install gcc-avr binutils-avr gdb-avr avrdude avrdude-doc simulavr
|
|
|
|
avarice avr-libc avra avrp uisp usbprog avrprog;
|
2010-07-12 04:30:51 -04:00
|
|
|
|
2009-12-13 20:33:08 -05:00
|
|
|
# development libraries
|
2009-12-21 01:29:03 -05:00
|
|
|
install comerr-dev e2fslibs-dev libcap-dev
|
2012-03-19 14:48:16 -04:00
|
|
|
libattr1-dev libacl1-dev libselinux1-dev libpcre3-dev python-dev
|
|
|
|
libapt-pkg-dev linux-libc-dev libgnutls-dev libkrb5-dev
|
2012-04-24 23:22:33 -04:00
|
|
|
libreadline6-dev/libreadline5-dev libncurses5-dev libncursesw5-dev
|
2014-01-12 17:37:14 -05:00
|
|
|
libghc-mtl-dev/libghc6-mtl-dev
|
|
|
|
libghc-mtl-prof/libghc6-mtl-prof
|
|
|
|
libghc-mtl-doc/libghc6-mtl-doc
|
|
|
|
libghc-network-dev/libghc6-network-dev
|
|
|
|
libghc-parsec3-dev/libghc6-parsec-dev
|
2012-04-24 23:22:33 -04:00
|
|
|
libboost-dev zlib1g-dev libbz2-dev libcurl4-gnutls-dev
|
|
|
|
libexpat1-dev libglib2.0-dev libgmp3-dev libsasl2-dev libsctp-dev
|
|
|
|
libsqlite3-dev libssl-dev libxml2-dev libxslt1-dev ss-dev
|
|
|
|
mesa-common-dev uuid-dev libprotobuf-c0-dev libprotobuf-dev @amd64
|
2014-01-12 17:37:14 -05:00
|
|
|
libffi-dev libidl-dev libelf-dev libdw-dev libaudit-dev
|
2012-04-24 23:22:33 -04:00
|
|
|
libsigc++-dev;
|
2012-03-19 14:48:16 -04:00
|
|
|
|
|
|
|
@x-core
|
|
|
|
install xorg-dev libgtk2.0-dev libqt4-dev
|
|
|
|
libsdl1.2-dev freeglut3-dev libgl1-mesa-dev libglu1-mesa-dev
|
2014-01-12 17:02:05 -05:00
|
|
|
@!quantal gnome-core-devel libgnome-dev/libgnome2-dev
|
2014-01-12 17:37:14 -05:00
|
|
|
libghc-x11-dev/libghc6-x11-dev
|
|
|
|
libghc-x11-doc/libghc6-x11-doc
|
2014-01-12 17:41:19 -05:00
|
|
|
libghc-x11-prof/libghc6-x11-prof
|
2014-01-12 17:37:14 -05:00
|
|
|
libgtkmm-2.4-dev;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# gui tools
|
2012-03-19 14:48:16 -04:00
|
|
|
@X install glade xutils-dev;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
2009-12-14 18:16:30 -05:00
|
|
|
# integrated development environments
|
2013-05-14 11:30:46 -04:00
|
|
|
@X install eclipse monodevelop;
|
2009-12-14 18:16:30 -05:00
|
|
|
|
2011-03-21 12:53:08 -04:00
|
|
|
# cross toolchains
|
2011-03-15 19:12:39 -04:00
|
|
|
@squeeze @x86
|
2011-03-21 12:53:08 -04:00
|
|
|
install gcc-4.4-arm-linux-gnueabi
|
|
|
|
gcc-4.4-mips-linux-gnu
|
|
|
|
gcc-4.4-mipsel-linux-gnu
|
|
|
|
gcc-4.4-powerpc-linux-gnu
|
|
|
|
gcc-4.4-sparc-linux-gnu
|
|
|
|
gcc-4.4-s390-linux-gnu
|
|
|
|
gcc-4.4-ia64-linux-gnu;
|
2011-03-15 19:12:39 -04:00
|
|
|
|
2009-12-13 20:33:08 -05:00
|
|
|
# miscellaneous
|
2009-12-17 17:59:52 -05:00
|
|
|
install chrpath openmpi-bin openmpi-doc protobuf-compiler
|
2009-12-14 18:16:30 -05:00
|
|
|
protobuf-c-compiler;
|
2009-12-13 20:33:08 -05:00
|
|
|
};
|
|
|
|
|
2009-12-21 00:34:09 -05:00
|
|
|
if @general-use {
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# editors
|
2011-03-06 20:44:35 -05:00
|
|
|
install nvi bvi wily
|
2009-12-13 20:55:33 -05:00
|
|
|
@X vim-gnome;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# crypto
|
|
|
|
install gnupg-agent gnupg2 openssl;
|
|
|
|
|
|
|
|
# network
|
2014-01-12 17:02:05 -05:00
|
|
|
install ipset ipcalc iftop nmap openipmi @x86 ipmitool cdpr lksctp-tools
|
2014-01-12 14:44:07 -05:00
|
|
|
iptables ebtables arptables tsocks freeipmi-tools
|
2012-05-14 15:52:23 -04:00
|
|
|
lftp ncftp axel
|
2009-12-13 20:33:08 -05:00
|
|
|
@X wireshark;
|
|
|
|
|
|
|
|
# web
|
2012-03-19 14:48:16 -04:00
|
|
|
install w3m links elinks lynx curl;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# typesetting
|
2009-12-14 18:16:30 -05:00
|
|
|
install groff texlive-full dvi2ps dvipng dvidvi djvulibre-bin
|
2009-12-13 20:33:08 -05:00
|
|
|
@X lyx;
|
|
|
|
|
|
|
|
# filesystems
|
2012-03-19 14:48:16 -04:00
|
|
|
install sshfs dosfstools;
|
2011-04-26 17:36:31 -04:00
|
|
|
@!container
|
2014-01-12 17:37:14 -05:00
|
|
|
install fuse/fuse-utils davfs2 cloop-utils @x86/powerpc fuseext2;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# printing
|
|
|
|
install ghostscript psutils
|
|
|
|
@X gv
|
|
|
|
@X ghostscript-x;
|
|
|
|
|
|
|
|
# databases
|
2010-07-11 17:40:22 -04:00
|
|
|
install sqlite3 sqlite3-doc postgresql-client mysql-client
|
|
|
|
db4.7-util/db4.8-util;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# compression
|
2010-05-12 01:21:58 -04:00
|
|
|
install unzip unrar sharutils cabextract p7zip p7zip-full p7zip-rar
|
2011-04-26 17:36:31 -04:00
|
|
|
arj unace ncompress zoo xdelta bsdtar bsdcpio;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# ssh
|
2011-03-09 05:12:52 -05:00
|
|
|
install pssh @X clusterssh dsh;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# documentation
|
2009-12-14 01:25:33 -05:00
|
|
|
install texinfo texi2html asciidoc jade jadetex openjade wv iso-codes
|
2009-12-14 18:16:30 -05:00
|
|
|
man2html help2man info2man docbook2x txt2man;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# spelling
|
2012-03-19 14:48:16 -04:00
|
|
|
install aspell-en ispell myspell-en-us iamerican;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
2009-12-13 20:55:33 -05:00
|
|
|
# emacs
|
2012-03-19 14:48:16 -04:00
|
|
|
install tuareg-mode ocaml-mode
|
2014-01-12 17:37:14 -05:00
|
|
|
@X emacs24/emacs23-gtk/emacs22-gtk @!X emacs24-nox/emacs23-nox/emacs22-nox;
|
2009-12-13 20:55:33 -05:00
|
|
|
|
2009-12-13 20:33:08 -05:00
|
|
|
# math
|
2012-03-19 14:48:16 -04:00
|
|
|
install graphviz r-recommended euler euler-doc gnuplot-doc
|
2009-12-13 20:33:08 -05:00
|
|
|
gap lp-solve mathomatic maxima maxima-doc
|
2012-03-19 14:48:16 -04:00
|
|
|
@!X gnuplot-nox
|
2012-03-16 17:44:25 -04:00
|
|
|
@X gnuplot-x11
|
2011-04-26 17:36:31 -04:00
|
|
|
@X rocs;
|
|
|
|
|
|
|
|
# octave
|
2013-05-14 11:30:46 -04:00
|
|
|
install octave/octave3.2/octave3.0
|
|
|
|
octave-doc/octave3.2-doc/octave3.0-doc;
|
|
|
|
|
|
|
|
@!quantal
|
|
|
|
install octave3.2-emacsen/octave3.0-emacsen
|
2011-04-26 17:36:31 -04:00
|
|
|
octave3.2-headers/octave3.0-headers;
|
2013-05-14 11:30:46 -04:00
|
|
|
|
2012-04-24 23:22:33 -04:00
|
|
|
install octave-audio octave-benchmark octave-communications-common
|
|
|
|
octave-communications octave-control octave-data-smoothing
|
|
|
|
octave-econometrics octave-epstk octave-financial octave-fixed
|
|
|
|
octave-fpl octave-ga octave-general octave-gsl octave-image
|
|
|
|
octave-io octave-linear-algebra octave-mapping octave-miscellaneous
|
|
|
|
octave-missing-functions octave-nan octave-nnet octave-nurbs
|
|
|
|
octave-ocs octave-octcdf octave-octgpr octave-odepkg octave-optim
|
2013-05-14 11:30:46 -04:00
|
|
|
octave-optiminterp octave-pkg-dev octave-plot
|
2014-01-12 17:41:19 -05:00
|
|
|
octave-secs2d octave-signal octave-specfun
|
2012-04-24 23:22:33 -04:00
|
|
|
octave-splines octave-statistics octave-strings octave-struct
|
2013-05-14 11:30:46 -04:00
|
|
|
octave-symbolic octave-tsa octave-vrml octave-zenity
|
2012-04-25 11:07:11 -04:00
|
|
|
octave-pfstools octave-plplot;
|
2012-04-24 23:22:33 -04:00
|
|
|
|
2014-01-12 17:37:14 -05:00
|
|
|
@!quantal @!jessie
|
|
|
|
install octave-ad octave-combinatorics octave-fixed octave-ftp octave-ident
|
2012-04-24 23:22:33 -04:00
|
|
|
octave-informationtheory octave-irsa octave-multicore octave-nlwing2
|
2014-01-12 17:41:19 -05:00
|
|
|
octave-outliers octave-pdb octave-plplot octave-secs1d octave-simp
|
|
|
|
octave-symband octave-sp octave-parallel octave-time;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
2009-12-13 20:55:33 -05:00
|
|
|
# xml
|
|
|
|
install xsltproc libxml2-utils docbook-xsl docbook-utils docbook-dsssl
|
|
|
|
docbook-xml docbook-to-man xmlto fop opensp sgml2x sgmltools-lite
|
|
|
|
sp tidy xalan;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# multimedia
|
2014-01-12 17:37:14 -05:00
|
|
|
install festival libav-tools/ffmpeg dvgrab cdparanoia genisoimage sox mp3blaster
|
|
|
|
x264 mkvtoolnix vorbis-tools @!alpha mencoder;
|
|
|
|
@X install mplayer2/mplayer vlc cheese;
|
2012-03-19 14:48:16 -04:00
|
|
|
@office install dvd+rw-tools lame twolame cdrdao dvdrip wodim;
|
|
|
|
@audio install timidity;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
2010-12-13 19:49:24 -05:00
|
|
|
# images
|
2012-03-19 14:48:16 -04:00
|
|
|
@x-core install enblend enfuse hugin-tools;
|
2010-12-13 19:49:24 -05:00
|
|
|
|
2009-12-13 20:55:33 -05:00
|
|
|
# torrents
|
|
|
|
install rtorrent
|
|
|
|
@X amarok;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# communication
|
2012-03-19 14:48:16 -04:00
|
|
|
install mutt alpine tin irssi
|
2014-01-12 17:37:14 -05:00
|
|
|
@squeezebsd-mailx procmail centerim fetchmail
|
2014-01-12 19:22:22 -05:00
|
|
|
slrn spamassassin
|
2014-01-12 14:44:07 -05:00
|
|
|
@!squeeze @!alpha pine;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# utilities
|
2014-01-12 14:44:07 -05:00
|
|
|
install rdiff tofrodos mc socat snmp snmp-mibs-downloader
|
2011-05-03 14:42:56 -04:00
|
|
|
@!lucid @!maverick busybox-static/busybox
|
2011-04-26 17:36:31 -04:00
|
|
|
@lucid/maverick busybox-static uboot-mkimage most
|
2013-05-14 11:30:46 -04:00
|
|
|
bonnie++ latencytop time bsdmainutils dctrl-tools @!quantal ddrescue
|
|
|
|
gddrescue file parchive par2 realpath reportbug rpm shtool smbclient
|
|
|
|
stow xstow sysstat unison john iotop sg3-utils attr dstat
|
|
|
|
@!container i2c-tools rstat-client dnstracer parted tree apt-file
|
|
|
|
makepasswd @x86 syslinux finger fdupes bchunk cowsay 9base
|
|
|
|
libjpeg-progs;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# serial
|
2012-03-19 14:48:16 -04:00
|
|
|
install minicom cu;
|
2009-12-14 18:16:30 -05:00
|
|
|
|
|
|
|
# virtualization
|
2011-03-06 20:44:35 -05:00
|
|
|
install @!corn-syrup @!alpha qemu
|
2010-07-11 17:40:22 -04:00
|
|
|
@corn-syrup qemu-system
|
|
|
|
@corn-syrup qemu-user;
|
2009-12-14 18:16:30 -05:00
|
|
|
|
2011-03-15 19:12:39 -04:00
|
|
|
# club management
|
|
|
|
@csclub @amd64
|
2014-01-12 17:02:05 -05:00
|
|
|
@!wheezy
|
2011-03-15 19:12:39 -04:00
|
|
|
install ceo-python;
|
2009-12-13 20:33:08 -05:00
|
|
|
};
|
2009-07-19 04:09:41 -04:00
|
|
|
|
2011-09-10 20:36:17 -04:00
|
|
|
if @x-core {
|
2009-12-13 20:33:08 -05:00
|
|
|
# base
|
2012-03-19 14:48:16 -04:00
|
|
|
install xserver-xorg xfonts-base;
|
2009-12-12 22:42:35 -05:00
|
|
|
|
2009-12-13 20:33:08 -05:00
|
|
|
# utils
|
2011-07-25 02:23:48 -04:00
|
|
|
install xauth xsel gksu sux;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# terminal emulators
|
2014-02-15 22:40:53 -05:00
|
|
|
install xterm rxvt rxvt-unicode-256color gnome-terminal;
|
2011-07-25 02:23:48 -04:00
|
|
|
|
|
|
|
# web browsers
|
2014-01-12 17:55:01 -05:00
|
|
|
install firefox/iceweasel google-chrome-stable chromium;
|
2011-07-25 02:23:48 -04:00
|
|
|
};
|
|
|
|
|
2011-09-10 20:36:17 -04:00
|
|
|
if @X {
|
2011-07-25 02:23:48 -04:00
|
|
|
# utils
|
|
|
|
install workrave;
|
|
|
|
|
|
|
|
# terminal emulators
|
|
|
|
install yakuake;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# window managers
|
2014-06-12 14:47:49 -04:00
|
|
|
install xmonad libghc-xmonad-contrib-dev stumpwm wmii awesome openbox
|
|
|
|
openbox-themes openbox-gnome-session openbox-kde-session;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
2011-04-26 17:36:31 -04:00
|
|
|
# widgets
|
|
|
|
install xmobar;
|
|
|
|
|
2014-06-12 14:46:10 -04:00
|
|
|
# lockers
|
|
|
|
install i3lock;
|
|
|
|
|
2009-12-13 20:33:08 -05:00
|
|
|
# fonts
|
2014-01-12 17:37:14 -05:00
|
|
|
install console-terminus/console-setup-linux xfonts-terminus gsfonts
|
|
|
|
gsfonts-x11 ttf-dejavu @!quantal ttf-opensymbol
|
|
|
|
@quantal fonts-opensymbol ttf-freefont;
|
2009-12-22 23:33:18 -05:00
|
|
|
|
2009-12-13 20:33:08 -05:00
|
|
|
# office
|
2013-05-14 11:30:46 -04:00
|
|
|
install scribus gimp xfig dia inkscape;
|
2014-01-12 17:02:05 -05:00
|
|
|
install libreoffice/openoffice.org;
|
2012-03-19 14:48:16 -04:00
|
|
|
|
2010-12-13 19:49:24 -05:00
|
|
|
# messaging
|
|
|
|
install pidgin pidgin-otr empathy;
|
|
|
|
|
|
|
|
# browsers
|
2011-07-25 02:23:48 -04:00
|
|
|
install thunderbird/icedove epiphany-browser
|
2014-01-12 17:37:14 -05:00
|
|
|
midori flashplugin-nonfree/flashplugin-installer;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# multimedia
|
2014-01-12 17:02:05 -05:00
|
|
|
install audacity kstreamripper audacious lmms k3b
|
2014-01-12 20:54:26 -05:00
|
|
|
ardour imagemagick blender gthumb eog feh;
|
2012-03-19 14:48:16 -04:00
|
|
|
|
|
|
|
# documents
|
|
|
|
install fontforge xpdf evince djview4;
|
2009-12-22 23:12:42 -05:00
|
|
|
|
2010-12-13 19:49:24 -05:00
|
|
|
# images
|
|
|
|
install hugin;
|
|
|
|
|
|
|
|
# geometry
|
2011-03-15 19:12:39 -04:00
|
|
|
install carmetal;
|
2010-12-13 19:49:24 -05:00
|
|
|
|
|
|
|
# cad
|
2014-01-12 14:44:07 -05:00
|
|
|
install xtrkcad freecad pythoncad;
|
2010-12-13 19:49:24 -05:00
|
|
|
|
2009-12-13 20:33:08 -05:00
|
|
|
# gnome
|
2014-01-12 17:02:05 -05:00
|
|
|
install gnome-themes-extras gnome-themes-standard @ubuntu gnome-themes-ubuntu
|
2014-01-12 20:54:26 -05:00
|
|
|
rhythmbox gnome-rdp gnome-session gnome-shell
|
|
|
|
gnome-session-flashback/gnome-session-fallback;
|
2009-12-13 20:33:08 -05:00
|
|
|
|
|
|
|
# kde
|
2014-01-12 17:37:14 -05:00
|
|
|
install kde-standard/kde-core kde-runtime kdeutils
|
|
|
|
kde-workspace/kdebase-workspace;
|
2009-07-19 04:09:41 -04:00
|
|
|
|
2009-12-13 20:33:08 -05:00
|
|
|
# xfce
|
|
|
|
install xfce4;
|
|
|
|
|
2014-01-12 17:41:19 -05:00
|
|
|
# lightdm is the preferred display manager
|
|
|
|
@office install lightdm lightdm-gtk-greeter;
|
|
|
|
@office remove gdm kdm;
|
|
|
|
|
2011-03-06 20:44:35 -05:00
|
|
|
# electronics
|
2012-03-19 14:48:16 -04:00
|
|
|
install geda arduino ngspice bristol cl-rlc electric
|
|
|
|
gerbv gnucap gpsim gsmc gspiceui gtkwave linsmith
|
2013-05-14 11:30:46 -04:00
|
|
|
oregano pcb pcb-gtk @!quantal qucs tkgate xcircuit xsmc-calc
|
2012-04-24 23:22:33 -04:00
|
|
|
kic kicad;
|
2011-03-06 20:44:35 -05:00
|
|
|
|
2011-03-15 19:12:39 -04:00
|
|
|
# virtualization
|
2014-01-12 17:37:14 -05:00
|
|
|
install virtualbox/virtualbox-ose;
|
2011-03-15 19:12:39 -04:00
|
|
|
|
2009-12-13 20:33:08 -05:00
|
|
|
# miscellaneous
|
2011-04-26 17:36:31 -04:00
|
|
|
install gucharmap gmrun dzen2 xserver-xephyr xtightvncviewer
|
2014-01-12 14:44:07 -05:00
|
|
|
@squeeze wine;
|
2009-12-13 20:33:08 -05:00
|
|
|
};
|
2009-12-03 19:42:14 -05:00
|
|
|
|
2011-03-15 19:12:39 -04:00
|
|
|
if @core {
|
2011-03-09 05:12:52 -05:00
|
|
|
|
2011-03-15 19:12:39 -04:00
|
|
|
# no games
|
|
|
|
@csclub
|
|
|
|
remove gnome-games nethack-common;
|
|
|
|
|
|
|
|
# evil packages
|
2014-01-12 21:40:25 -05:00
|
|
|
remove pulseaudio avahi-daemon
|
2012-04-24 23:22:33 -04:00
|
|
|
@ubuntu ureadahead lirc joe mlocate locate pidentd
|
|
|
|
@ubuntu gnome-keyring;
|
2011-03-15 19:12:39 -04:00
|
|
|
|
|
|
|
# useless packages
|
2014-01-12 14:44:07 -05:00
|
|
|
remove winbind @!audio timidity modemmanager
|
2014-01-12 17:37:14 -05:00
|
|
|
libpam-ldapd/libpam-ldap
|
2012-03-19 14:48:16 -04:00
|
|
|
@!office isc-dhcp-client/dhcp3-client
|
2014-01-12 14:44:07 -05:00
|
|
|
blcr-dkms
|
|
|
|
@!squeeze @!wheezy apparmor @!squeeze packagekit
|
2011-05-09 22:57:18 -04:00
|
|
|
sn;
|
2011-03-15 19:12:39 -04:00
|
|
|
|
|
|
|
# X-only packages
|
2011-09-10 20:36:17 -04:00
|
|
|
@!x-core remove fam gamin hal pidgin dbus dbus-x11 xfonts-100dpi;
|
|
|
|
|
|
|
|
# full X-only packages
|
|
|
|
@!X remove consolekit @!alpha policykit-1 gvfs @!alpha udisks;
|
2011-03-15 19:12:39 -04:00
|
|
|
|
|
|
|
# static network only
|
2014-01-12 17:37:14 -05:00
|
|
|
remove network-manager-pptp
|
2011-03-15 19:12:39 -04:00
|
|
|
network-manager-pptp-gnome network-manager
|
|
|
|
wpasupplicant;
|
2011-03-09 05:12:52 -05:00
|
|
|
};
|
2012-04-25 10:59:50 -04:00
|
|
|
|
2014-01-12 17:04:19 -05:00
|
|
|
@nvidia install nvidia-driver nvidia-settings;
|
|
|
|
|
2012-04-25 10:59:50 -04:00
|
|
|
@webcam install motion;
|