packages/packages.ia

460 lines
13 KiB
Plaintext
Raw Normal View History

2009-12-13 20:33:08 -05:00
# vim:tw=74:sw=4
2009-12-21 00:34:09 -05:00
if @core {
2009-12-13 20:33:08 -05:00
# 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 xdelta;
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
ntp vlan bridge-utils tcpdump tshark tsocks
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
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-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
2010-12-12 18:05:14 -05:00
@x86 acpid @x86 acpi @x86 @!lucid @!maverick acpi-support-base;
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 {
2009-12-14 20:06:34 -05:00
remove udev initramfs-tools pm-utils radeontool acpid;
};
2009-12-21 00:34:09 -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-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
2010-12-12 18:05:14 -05:00
glibc-doc @!karmic @!lucid @!maverick 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
install gperf libc6-prof/libc6.1-prof;
# assembly
install bin86 nasm yasm;
# scanning and parsing
2010-07-11 17:40:22 -04:00
install flex flex-doc bison bison-doc ragel
2011-03-06 20:44:35 -05:00
antlr antlr-doc @!alpha cantlr python-antlr happy frown frown-doc
2010-07-11 17:40:22 -04:00
byacc kelbt lemon bnfc jflex jlex re2c bisonc++
2011-03-06 20:44:35 -05:00
python-ply python-pyparsing btyacc @!alpha mono-jay pccts
2010-07-11 17:55:41 -04:00
kimwitu kimwitu-doc kimwitu++ menhir racc wyg
2011-03-06 20:44:35 -05:00
@i386/amd64/powerpc @!squeeze ml-yacc @!alpha coco-cpp @!alpha
coco-cs @!alpha coco-java coco-doc cup
2010-07-11 17:40:22 -04:00
javacc javacc-doc python-yappy yapps2
2010-07-11 17:55:41 -04:00
styx styx-dev styx-doc liblua5.1-lpeg-dev
2010-12-12 18:05:14 -05:00
@!lucid @!maverick @!squeeze cl-yacc;
2009-12-13 20:33:08 -05:00
# build systems
2010-10-05 23:08:56 -04:00
install make-doc ccache distcc ant ant-optional @!squeeze bake scons qt4-qmake
2009-12-13 20:33:08 -05:00
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
2010-12-13 19:49:24 -05:00
git-buildpackage guilt stgit @!lenny topgit mercurial subversion subversion-tools
2010-12-12 18:05:14 -05:00
@!lucid @!maverick @!squeeze svk darcs bzr bzrtools 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
pristine-tar
2009-12-13 20:33:08 -05:00
@x86 monotone
@X gitk
@X git-gui;
2010-12-13 19:49:24 -05:00
# semantic analyzers
install sparse @!lenny coccinelle;
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
2010-12-12 18:05:14 -05:00
install ghc6 ghc6-doc @!lucid @!maverick @!squeeze haskell-utils hugs hmake haskell-mode
2010-12-13 19:49:24 -05:00
@!lenny haskell-platform;
2009-12-13 20:33:08 -05:00
# 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
2010-10-05 23:08:56 -04:00
python-numpy-doc python-twisted python-support @!squeeze python-numeric
2009-12-13 20:33:08 -05:00
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
2010-12-12 18:05:14 -05:00
install ruby ruby-dev rubygems @!squeeze @!maverick irb 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
install llvm llvm-dev
@x86 llvm-gcc-4.2;
# scheme
install gauche-dev gambc mit-scheme-doc chicken-bin
2010-12-12 18:05:14 -05:00
@!lucid @!maverick @!squeeze guile-1.8-dev scheme48 scm sigscheme slib tinyscheme
2011-03-06 20:44:35 -05:00
@!lenny @!sparc scheme2c scheme9
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
2010-12-12 18:05:14 -05:00
intercal/clc-intercal php5-cli rhino iconx @i386/amd64 sbcl
@!sparc clisp @i386/amd64/powerpc @!squeeze smlnj;
2009-12-13 20:33:08 -05:00
2010-07-12 04:30:51 -04:00
# AVR toolchain
install gcc-avr binutils-avr gdb-avr avrdude avrdude-doc simulavr
2010-10-05 23:08:56 -04:00
@!squeeze ava avarice avr-libc avra avrp uisp usbprog
2011-02-19 20:38:50 -05:00
@!lenny @!sparc 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
libattr1-dev libacl1-dev libselinux1-dev libpcre3-dev
2009-12-14 01:25:33 -05:00
libalut-dev libopenal-dev python-dev
2010-12-12 18:05:14 -05:00
linux-libc-dev libgnutls-dev libkrb5-dev libreadline6-dev/libreadline5-dev
2009-12-13 20:33:08 -05:00
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
libghc6-quickcheck-doc libghc6-network-dev libghc6-parsec-dev
2010-12-12 18:05:14 -05:00
libboost-dev libgtkmm-2.4-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
2010-12-13 19:49:24 -05:00
@amd64 ia32-libs libffi-dev libidl-dev libelf-dev libdw-dev
2011-02-19 20:38:50 -05:00
libaudit-dev @!lenny @!maverick @!squeeze libnew-dev
2011-03-06 20:44:35 -05:00
libsigc++-dev @amd64/i386 libbullet-dev;
2009-12-14 01:25:33 -05:00
# 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
2010-10-05 23:08:56 -04:00
libgnome-dev/libgnome2-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
};
2009-12-21 00:34:09 -05:00
if @general-use {
2009-12-13 20:33:08 -05:00
# 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
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
install ipset ipcalc iftop nmap openipmi @x86 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
@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
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
install unzip unrar sharutils cabextract p7zip p7zip-full p7zip-rar
arj unace ncompress zoo;
2009-12-13 20:33:08 -05:00
# 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
2010-10-05 23:08:56 -04:00
install emacs-jabber @!squeeze gnus ede
2010-12-12 18:05:14 -05:00
@!karmic @!lucid @!maverick tuareg-mode @!karmic @!lucid @!maverick ocaml-mode
@X @!squeeze @!maverick xemacs21
2010-10-05 23:08:56 -04:00
@X emacs22-gtk @!X emacs22-nox/emacs23-nox;
2009-12-13 20:55:33 -05:00
2009-12-13 20:33:08 -05:00
# math
2010-10-05 23:08:56 -04:00
install graphviz octave3.2/octave3.0 octave3.2-doc/octave3.0-doc
octave3.2-emacsen/octave3.0-emacsen octave3.2-headers/octave3.0-headers
2009-12-13 20:33:08 -05:00
r-recommended euler euler-doc gnuplot gnuplot-doc
gap lp-solve mathomatic maxima maxima-doc
2010-12-12 18:05:14 -05:00
@X gnuplot-x11 @amd64 @!squeeze @!maverick xppaut;
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
2010-10-05 23:08:56 -04:00
install mplayer festival ffmpeg dvd+rw-tools dvgrab @!squeeze dvdrip
@!squeeze lame twolame
cdrdao cdparanoia genisoimage sox mp3blaster @!squeeze x264 mkvtoolnix
vorbis-tools
2011-03-06 20:44:35 -05:00
@X cheese @!alpha mencoder;
2009-12-13 20:33:08 -05:00
2010-12-13 19:49:24 -05:00
# images
install enblend enfuse hugin-tools;
2009-12-13 20:55:33 -05:00
# torrents
install rtorrent
@X amarok;
2009-12-13 20:33:08 -05:00
# communication
2010-12-12 18:05:14 -05:00
install mutt alpine tin irssi efax @!lucid @!maverick @!squeeze mailx
@squeeze/lucid/maverick bsd-mailx procmail centerim finch fetchmail
2009-12-22 23:33:25 -05:00
nn slrn spamassassin trn4
2011-03-06 20:44:35 -05:00
@lenny @!squeeze @!alpha pine;
2009-12-13 20:33:08 -05:00
# utilities
2010-12-12 18:05:14 -05:00
install rdiff dosfstools tofrodos mc wodim socat snmp @!lucid @!maverick busybox
@lucid/maverick busybox-static
2009-12-13 20:33:08 -05:00
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
rstat-client dnstracer parted tree apt-file makepasswd
2011-03-06 20:44:35 -05:00
@x86 syslinux finger fdupes bchunk cowsay 9base;
2009-12-13 20:33:08 -05:00
# serial
install conserver-client 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
# @csclub
# install ceo-python;
2009-12-13 20:33:08 -05:00
};
2009-07-19 04:09:41 -04:00
2009-12-21 00:34:09 -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
2010-12-12 18:05:14 -05:00
install xmonad stumpwm wmii @!maverick ion3;
2009-12-13 20:33:08 -05:00
# fonts
2009-12-21 01:29:03 -05:00
install console-terminus xfonts-terminus gsfonts gsfonts-x11
2009-12-22 23:33:18 -05:00
ttf-dejavu ttf-opensymbol ttf-freefont;
2009-12-13 20:33:08 -05:00
# office
2009-12-21 01:29:03 -05:00
install openoffice.org scribus
2009-12-13 20:33:08 -05:00
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
2010-12-13 19:49:24 -05:00
# messaging
install pidgin pidgin-otr empathy;
# browsers
2009-12-14 01:25:33 -05:00
install firefox/iceweasel thunderbird/icedove epiphany-browser
2010-12-13 19:49:24 -05:00
@!lenny midori google-chrome-stable;
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
2010-12-13 19:49:24 -05:00
# images
install hugin;
# geometry
install @X carmetal;
# cad
install xtrkcad @!lenny freecad pythoncad;
2009-12-13 20:33:08 -05:00
# gnome
2010-12-12 18:05:14 -05:00
install gdm @!lucid @!maverick gdm-themes gnome-core gnome-office gnome-themes
2009-12-22 23:33:25 -05:00
gnome-themes-extras rhythmbox
2010-12-12 18:05:14 -05:00
@!karmic @!lucid @!maverick gnome-desktop-environment;
2009-12-13 20:33:08 -05:00
# kde
2010-12-12 18:05:14 -05:00
install @maverick kde-standard @!kdebase kdebase-runtime kdeutils
2010-10-05 23:08:56 -04:00
@lenny/squeeze kde-core @!lenny kdebase-workspace;
2009-07-19 04:09:41 -04:00
2009-12-13 20:33:08 -05:00
# xfce
install xfce4;
2011-03-06 20:44:35 -05:00
# electronics
install geda ktechlab arduino ngspice bristol cl-rlc electric
gerbv gnucap gpsim gsmc gspiceui gtkwave klogic linsmith
octave-ocs oregano pcb pcb-gtk qucs tkgate xcircuit xsmc-calc
eagle kic kicad;
2009-12-13 20:33:08 -05:00
# miscellaneous
2009-12-22 23:33:25 -05:00
install gucharmap gmrun dzen2 xserver-xephyr
2010-10-05 23:08:56 -04:00
@lenny/squeeze wine;
2009-12-13 20:33:08 -05:00
};
2009-12-03 19:42:14 -05:00
2009-12-22 23:36:54 -05:00
@csclub
remove gnome-games nethack-common;
2009-12-14 01:25:33 -05:00
2011-02-19 03:56:04 -05:00
@csclub
install @mta postfix @!mta ssmtp;
# 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
2009-12-22 23:36:54 -05:00
@!X @core
remove fam gamin hal winbind;
2010-10-05 15:46:24 -04:00
2010-12-12 18:05:14 -05:00
@X @core remove winbind docky;
2010-10-05 17:16:47 -04:00
2010-12-13 19:49:24 -05:00
remove network-manager-kde network-manager-pptp
network-manager-pptp-gnome network-manager;
2011-02-19 20:38:50 -05:00
remove @!lenny @!squeeze ureadahead lirc;
2010-10-05 17:16:47 -04:00
2010-12-12 18:05:14 -05:00
remove nagios-nrpe-server timidity watchdog @!squeeze autofs autofs5 cups gpm
2010-12-13 19:49:24 -05:00
@!lenny modemmanager wpasupplicant;
2010-12-12 18:05:14 -05:00
2010-12-13 19:49:24 -05:00
remove @!lenny blcr-dkms;
2011-02-19 03:56:04 -05:00
remove libpam-ldap @!lenny libpam-ldapd;
remove joe;
2011-03-06 20:44:35 -05:00
@!sodium-benzoate remove snmpd;