packages/packages.ia

386 lines
10 KiB
Plaintext
Raw Normal View History

2009-12-13 20:33:08 -05:00
# vim:tw=74:sw=4
if core {
# shells
2009-12-14 01:25:33 -05:00
install bash zsh dash ksh tcsh csh rc;
2009-12-13 20:33:08 -05:00
# editors
install ed vim nano;
# utils
install acl screen less lsof bc dc psmisc procps htop
schedtool pciutils usbutils rsync;
2009-12-13 20:55:33 -05:00
# compression
install bzip2 gzip pax lzma cpio;
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
ntp vlan bridge-utils tcpdump tshark
ftp tftp;
2009-12-13 20:55:33 -05:00
2009-12-14 01:25:33 -05:00
# package management
install aptitude dselect;
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;
2009-12-13 20:33:08 -05:00
};
# physical machine (non virtual server)
2009-12-14 20:06:34 -05:00
if machine {
2009-12-14 01:25:33 -05:00
install lm-sensors smartmontools hwinfo lshw
@x86 acpid;
2009-12-13 20:33:08 -05:00
};
2009-12-14 20:06:34 -05:00
# container (virtual server)
if container {
remove udev initramfs-tools pm-utils radeontool acpid;
};
2009-12-13 20:33:08 -05:00
if auth-core {
2009-12-14 18:16:30 -05:00
install nscd libnss-ldapd ldap-utils libpam-krb5 krb5-user ldapvi;
2009-12-13 20:33:08 -05:00
@csclub
install libpam-csc;
};
2009-12-13 20:55:33 -05:00
if nfs-core {
install nfs-common quota;
2009-12-13 20:56:26 -05:00
};
2009-12-13 20:55:33 -05:00
2009-12-13 20:33:08 -05:00
if devel-core {
# 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;
};
if devel-full {
# essentials
2009-12-14 01:25:33 -05:00
install gcc-doc cpp-doc glibc-doc glibc-doc-reference
2009-12-14 18:16:30 -05:00
binutils-doc binutils-multiarch
2009-12-13 20:33:08 -05:00
manpages-posix-dev
@x86 gcc-multilib;
# debugging
install libc6-dbg/libc6.1-dbg gdb-doc
@x86 valgrind
@x86 ltrace;
# profiling
install gperf libc6-prof/libc6.1-prof;
# assembly
install bin86 nasm yasm;
# scanning and parsing
install flex flex-doc bison bison-doc ragel antlr happy frown frown-doc
byacc;
# build systems
install make-doc ccache distcc ant ant-optional bake scons qt4-qmake
cmake 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
2009-12-13 20:33:08 -05:00
git-buildpackage guilt stgit mercurial subversion subversion-tools
svk darcs bzr rcs cvs cvsps cssc tla tla-doc diff wdiff
2009-12-14 18:16:30 -05:00
colordiff xxdiff tkdiff patch patchutils quilt tig diffstat
2009-12-13 20:33:08 -05:00
@x86 monotone
@X gitk
@X git-gui;
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
kernel-package lintian alien po-debconf pbuilder dpkg-repack
schroot;
2009-12-13 20:55:33 -05:00
# i18n
install gettext;
# testing
install dejagnu check;
# code browsing
install doxygen exuberant-ctags;
# editing
install jde indent;
2009-12-17 17:59:52 -05:00
# c/c++
install cutils stl-manual bcc;
2009-12-13 20:33:08 -05:00
# java
install openjdk-6-jdk;
# haskell
install ghc6 ghc6-doc haskell-utils hugs hmake haskell-mode;
# ocaml
install ocaml camlp4;
# perl
2009-12-14 01:25:33 -05:00
install perl-doc libsvn-perl libdbd-sqlite3-perl;
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
python-numpy-doc python-twisted python-support python-numeric
python-openssl python-pexpect python-pgsql python-pyasn1
python-pysnmp4 python-sqlobject python-subversion python-tk
python-urwid python-xmpp drpython ipython pylint pychecker
2009-12-14 20:06:34 -05:00
pyflakes python-beautifulsoup python-chardet python-clientform
2009-12-22 23:33:25 -05:00
python-cups python-kerberos python-mako
2009-12-14 20:06:34 -05:00
python-notify python-pyme python-rpm python-selinux
python-setuptools python-simplejson python-sqlite
python-sqlitecachec python-urlgrabber
@x86 jython @x86 jython-doc;
2009-12-13 20:33:08 -05:00
# ruby
2009-12-14 18:16:30 -05:00
install ruby ruby-dev rubygems irb rake ruby1.9 ruby1.9-dev;
2009-12-13 20:33:08 -05:00
# llvm
install llvm llvm-dev
@x86 llvm-gcc-4.2;
# scheme
install gauche-dev gambc mit-scheme-doc chicken-bin
guile-1.8-dev scheme48 scm sigscheme slib tinyscheme
2009-12-22 23:33:25 -05:00
@!lenny scheme2c
2009-12-13 20:33:08 -05:00
@x86 stalin
@x86 plt-scheme;
2009-12-17 17:59:52 -05:00
# tcl/tk
install tcl tcl-dev tcl8.5 tk tk-dev;
# 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
2009-12-14 01:25:33 -05:00
install gfortran gforth gnat gobjc gobjc++ gpc erlang erlang-dev beef
intercal php5-cli rhino iconx;
2009-12-13 20:33:08 -05:00
# development libraries
install libqt4-dev comerr-dev e2fslibs-dev libcap-dev
libattr1-dev libacl1-dev libselinux1-dev libpcre3-dev zlib1g-dev
2009-12-14 01:25:33 -05:00
libalut-dev libopenal-dev python-dev
2009-12-13 20:33:08 -05:00
linux-libc-dev libgnutls-dev libkrb5-dev libreadline5-dev
libncurses5-dev libncursesw5-dev libghc6-x11-dev libghc6-mtl-dev
libghc6-quickcheck-dev libghc6-x11-prof libghc6-mtl-prof
libghc6-quickcheck-prof libghc6-x11-doc libghc6-mtl-doc
2009-12-14 01:25:33 -05:00
libghc6-quickcheck-doc libboost-dev
2009-12-13 20:33:08 -05:00
zlib1g-dev libcurl4-gnutls-dev libexpat1-dev libglib2.0-dev
libgmp3-dev libpq-dev libsasl2-dev libsctp-dev libsqlite3-dev
2009-12-14 01:25:33 -05:00
libssl-dev libxml2-dev libxslt1-dev ss-dev mesa-common-dev
finch-dev uuid-dev libprotobuf-c0-dev libprotobuf-dev;
# X development libraries
install xorg-dev libgtk2.0-dev libqt4-dev kdelibs4-dev
2009-12-17 17:38:19 -05:00
libsdl1.2-dev freeglut3-dev libgl1-mesa-dev
libglu1-mesa-dev
@X gnome-core-devel
2009-12-22 23:33:25 -05:00
@lenny libgnome-dev;
2009-12-13 20:33:08 -05:00
# gui tools
2009-12-14 01:25:33 -05:00
install @X glade xutils-dev;
2009-12-13 20:33:08 -05:00
2009-12-14 18:16:30 -05:00
# integrated development environments
@X install eclipse;
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
};
if general-use {
# shells
2009-12-14 18:16:30 -05:00
install bash-doc zsh-beta bash-completion zsh-doc zsh-beta-doc bashdb;
2009-12-13 20:33:08 -05:00
# editors
2009-12-14 18:16:30 -05:00
install nvi joe
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
2009-12-14 01:25:33 -05:00
install ipset ipcalc iftop nmap openipmi ipmitool cdpr lksctp-tools
2009-12-20 14:31:32 -05:00
iptables ebtables arptables
2009-12-14 18:16:30 -05:00
lftp ncftp
2009-12-13 20:33:08 -05:00
@x86 syslinux
@X wireshark;
# web
install w3m links elinks lynx axel curl;
# 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 texmacs
@X lyx;
# filesystems
2009-12-14 01:25:33 -05:00
install fuse-utils sshfs davfs2 cloop-utils;
2009-12-13 20:33:08 -05:00
# printing
install ghostscript psutils
@X gv
@X ghostscript-x;
# databases
install sqlite3 sqlite3-doc postgresql-client mysql-client db4.7-util;
# compression
install unzip unrar sharutils cabextract p7zip p7zip-full p7zip-rar;
# ssh
install pssh clusterssh dsh;
# 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
install aspell-en ispell myspell-en-us iamerican wamerican;
2009-12-13 20:55:33 -05:00
# emacs
2009-12-22 23:33:25 -05:00
install emacs-jabber gnus ede
@!karmic tuareg-mode @!karmic ocaml-mode
2009-12-13 20:55:33 -05:00
@X xemacs21
@X emacs22-gtk @!X emacs22-nox;
2009-12-13 20:33:08 -05:00
# math
install graphviz octave3.0 octave3.0-doc octave3.0-emacsen octave3.0-headers
r-recommended euler euler-doc gnuplot gnuplot-doc
gap lp-solve mathomatic maxima maxima-doc
@X gnuplot-x11;
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
install mplayer festival ffmpeg dvd+rw-tools dvgrab dvdrip lame twolame
2009-12-14 01:25:33 -05:00
cdrdao cdparanoia genisoimage sox mp3blaster x264 mkvtoolnix
2009-12-13 20:33:08 -05:00
@X cheese;
2009-12-13 20:55:33 -05:00
# torrents
install rtorrent
@X amarok;
2009-12-13 20:33:08 -05:00
# communication
2009-12-14 01:25:33 -05:00
install mutt alpine tin irssi efax mailx procmail centerim finch fetchmail
2009-12-22 23:33:25 -05:00
nn slrn spamassassin trn4
@lenny pine;
2009-12-13 20:33:08 -05:00
# utilities
install rdiff dosfstools tofrodos mc wodim socat snmp busybox
bonnie++ latencytop time bsdmainutils dctrl-tools ddrescue gddrescue
file parchive par2 realpath reportbug rpm shtool smbclient stow xstow
2009-12-14 18:16:30 -05:00
sysstat unison john iotop sg3-utils attr dstat i2c-tools
2009-12-20 19:29:17 -05:00
rstat-client dnstracer parted tree apt-file acct
2009-12-13 20:33:08 -05:00
@x86 syslinux;
# serial
install conserver-client minicom cu;
2009-12-14 18:16:30 -05:00
# virtualization
install qemu;
@csclub
install ceo-python;
2009-12-13 20:33:08 -05:00
};
2009-07-19 04:09:41 -04:00
2009-12-12 22:42:35 -05:00
if X {
2009-12-13 20:33:08 -05:00
# base
2009-12-12 22:42:35 -05:00
install xserver-xorg xfonts-base;
2009-12-13 20:33:08 -05:00
# utils
2009-12-14 18:16:30 -05:00
install xauth xsel gksu sux;
2009-12-13 20:33:08 -05:00
# terminal emulators
install xterm gnome-terminal rxvt rxvt-unicode yakuake;
# window managers
install xmonad stumpwm wmii ion3;
# fonts
2009-12-22 23:33:18 -05:00
install console-terminus xfonts-terminus xfonts-base gsfonts gsfonts-x11
ttf-dejavu ttf-opensymbol ttf-freefont;
2009-12-13 20:33:08 -05:00
# office
install openoffice.org gnome-office scribus
gimp xfig dia inkscape imagemagick blender fontforge
2009-12-14 18:16:30 -05:00
xpdf evince gthumb eog djview4;
2009-12-13 20:33:08 -05:00
# communications
2009-12-14 01:25:33 -05:00
install firefox/iceweasel thunderbird/icedove epiphany-browser
pidgin pidgin-otr empathy
2009-12-22 23:33:25 -05:00
@!lenny midori;
2009-12-13 20:33:08 -05:00
# multimedia
install audacity kstreamripper audacious lmms k3b
2009-12-22 23:33:25 -05:00
@!lenny ardour;
2009-12-22 23:12:42 -05:00
2009-12-13 20:33:08 -05:00
# gnome
2009-12-14 18:16:30 -05:00
install gdm gdm-themes gnome-core gnome-office gnome-themes
2009-12-22 23:33:25 -05:00
gnome-themes-extras rhythmbox
@!karmic gnome-desktop-environment;
2009-12-13 20:33:08 -05:00
# kde
2009-12-14 01:25:33 -05:00
install kdebase kdebase-runtime kdeutils
2009-12-22 23:33:25 -05:00
@lenny kde-core @!lenny kdebase-workspace;
2009-07-19 04:09:41 -04:00
2009-12-13 20:33:08 -05:00
# xfce
install xfce4;
# miscellaneous
2009-12-22 23:33:25 -05:00
install gucharmap gmrun dzen2 xserver-xephyr
@lenny wine;
2009-12-13 20:33:08 -05:00
};
2009-12-03 19:42:14 -05:00
2009-12-14 01:25:33 -05:00
@csclub remove gnome-games nethack-common;
# satan
2009-12-14 21:25:03 -05:00
remove pulseaudio avahi-daemon evolution-data-server;
2009-12-14 19:37:25 -05:00
# lesser satan
@!X remove fam gamin hal;