packages/packages.ia

271 lines
7.0 KiB
Plaintext
Raw Normal View History

# development
2009-12-22 23:12:42 -05:00
install gcc g++ gcc-doc cpp-doc glibc-doc ccache jde
exuberant-ctags build-essential dpkg-dev binutils-doc devscripts
dupload debootstrap bcc bin86 nasm yasm iasl lintian indent bison
bison-doc byacc gperf flex flex-doc ragel antlr frown frown-doc
happy gettext texi2html debhelper dh-make dh-buildinfo dbs cdbs
dejagnu dpatch po-debconf kernel-package openmpi-bin openmpi-doc
2009-12-22 23:33:18 -05:00
alien chrpath check doxygen fakeroot
@x86 gcc-multilib;
2009-07-19 04:09:41 -04:00
# scripting
install swig gawk mawk tcl tcl-dev tcl8.5 tk tk-dev m4
lua5.1 lua5.1-doc luadoc;
2009-07-19 04:09:41 -04:00
# scheme
2009-12-22 23:12:42 -05:00
install gauche-dev gambc mit-scheme-doc chicken-bin
2009-12-22 23:33:18 -05:00
guile-1.8-dev scheme48 scm sigscheme slib tinyscheme
@karmic scheme2c
@x86 stalin
@x86 plt-scheme;
2009-07-19 04:09:41 -04:00
# typesetting
2009-12-22 23:33:18 -05:00
install groff texlive-full dvi2ps dvipng
@X texmacs
@X lyx;
2009-07-19 04:09:41 -04:00
# version control
2009-12-12 22:42:35 -05:00
install git-core git-email git-cvs git-svn git-arch git-doc
git-buildpackage guilt stgit mercurial subversion subversion-tools
2009-12-22 23:12:42 -05:00
svk darcs bzr rcs cvs cvsps cssc tla tla-doc diff wdiff
2009-12-22 23:33:18 -05:00
colordiff xxdiff tkdiff patch patchutils quilt
@x86 monotone
@X gitk
@X git-gui;
2009-07-19 04:09:41 -04:00
# fuse
install fuse-utils sshfs davfs2;
2009-07-19 04:09:41 -04:00
# gui tools
2009-12-22 23:33:18 -05:00
@X install glade;
2009-07-19 04:09:41 -04:00
# printing
2009-12-22 23:33:18 -05:00
install ghostscript psutils
@X gv
@X ghostscript-x;
2009-07-19 04:09:41 -04:00
# crypto
install gnupg gnupg-agent gnupg2;
2009-07-19 04:09:41 -04:00
2009-12-12 22:42:35 -05:00
if X {
# xbase
install xserver-xorg xfonts-base;
2009-12-22 23:33:18 -05:00
# xfonts
install console-terminus xfonts-terminus xfonts-base gsfonts gsfonts-x11
ttf-dejavu ttf-opensymbol ttf-freefont;
2009-12-12 22:42:35 -05:00
# xapps
2009-12-12 23:18:34 -05:00
install xauth pidgin xfig pidgin-otr imagemagick
2009-12-12 22:42:35 -05:00
gthumb gucharmap scribus inkscape dia lmms xpdf k3b evince xsel
blender fontforge rxvt rxvt-unicode gmrun xterm openoffice.org
2009-12-22 23:12:42 -05:00
kstreamripper audacious gnome-office gimp dzen2
2009-12-22 23:33:18 -05:00
xserver-xephyr yakuake gksu
2009-12-13 06:16:42 -05:00
firefox/iceweasel thunderbird/icedove
2009-12-22 23:33:18 -05:00
@karmic ardour;
2009-12-22 23:12:42 -05:00
2009-12-22 23:33:18 -05:00
# window managers
install xmonad stumpwm gnome-core xfce4 wmii ion3;
2009-12-12 22:42:35 -05:00
};
2009-07-19 04:09:41 -04:00
# build systems
install make make-doc ant ant-optional bake scons qt4-qmake cmake distcc
autogen automake autoconf autoconf2.13 autoconf-doc automake1.9
automake1.9-doc autotools-dev autoproject;
2009-07-19 04:09:41 -04:00
# debugging tools
2009-12-22 23:33:18 -05:00
install strace gdb gdb-doc elfutils
@x86 valgrind
@x86 ltrace;
2009-07-19 04:09:41 -04:00
# misc languages
2009-12-13 06:31:34 -05:00
install gfortran gforth erlang erlang-dev beef intercal php5-cli rhino;
2009-07-19 04:09:41 -04:00
# development libraries
2009-12-22 23:12:42 -05:00
install libqt4-dev comerr-dev e2fslibs-dev libcap-dev
libattr1-dev libacl1-dev libselinux1-dev libpcre3-dev zlib1g-dev
libx11-dev freeglut3-dev libalut-dev libgl1-mesa-dev libglu1-mesa-dev
libopenal-dev libxi-dev libxmu-dev libxt-dev python-dev xutils-dev
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
libghc6-quickcheck-doc libxinerama-dev libboost-dev libgtk2.0-dev
zlib1g-dev libcurl4-gnutls-dev libexpat1-dev libglib2.0-dev
libgmp3-dev libpq-dev libsasl2-dev libsctp-dev libsqlite3-dev
2009-12-22 23:33:18 -05:00
libssl-dev libxml2-dev libxslt1-dev ss-dev mesa-common-dev
2009-12-13 06:16:42 -05:00
libc6-dbg/libc6.1-dbg libc6-prof/libc6.1-prof;
2009-07-19 04:09:41 -04:00
# databases
install sqlite3 sqlite3-doc postgresql-client mysql-client db4.7-util;
2009-07-19 04:09:41 -04:00
# ocaml
install ocaml camlp4;
2009-07-19 04:09:41 -04:00
# perl
install perl libsvn-perl libdbd-sqlite3-perl;
2009-07-19 04:09:41 -04:00
# python
install python-all 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
pyflakes;
2009-07-19 04:09:41 -04:00
# ruby
install ruby ruby-dev rubygems irb rake;
2009-07-19 04:09:41 -04:00
# llvm
2009-12-22 23:33:18 -05:00
install llvm llvm-dev
@x86 llvm-gcc-4.2;
2009-07-19 04:09:41 -04:00
# compression
install bzip2 unzip unrar sharutils cabextract cpio p7zip p7zip-full p7zip-rar
pax lzma;
2009-07-19 04:09:41 -04:00
# shells
install tcsh zsh zsh-beta dash csh bash-completion bash-doc ksh rc;
2009-07-19 04:09:41 -04: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-07-19 04:09:41 -04:00
2009-12-12 22:42:35 -05:00
# ssh
install ssh pssh clusterssh dsh;
# sudo
install sudo-ldap;
2009-07-19 04:09:41 -04:00
# utils
install acl screen less lsof dosfstools tofrodos bc dc psmisc procps htop
schedtool vlan bridge-utils mc wodim socat snmp busybox openssl
ncurses-term lshw bonnie++ latencytop hwinfo lm-sensors pciutils
2009-12-22 23:12:42 -05:00
time usbutils ldapvi ldap-utils smartmontools bsdmainutils
dctrl-tools ddrescue gddrescue file parchive par2 realpath reportbug
2009-12-22 23:33:18 -05:00
rpm shtool smbclient stow xstow sysstat unison
@x86 syslinux;
2009-07-19 04:09:41 -04:00
# serial
install conserver-client minicom cu;
2009-07-19 04:09:41 -04:00
# java
install openjdk-6-jdk;
2009-07-19 04:09:41 -04:00
# haskell
install ghc6 ghc6-doc haskell-utils hugs hmake haskell-mode;
2009-07-19 04:09:41 -04:00
# network
install tshark ftp iputils-arping iputils-ping tcpdump traceroute tftp
ethtool ipset ipcalc iftop dnsutils iproute iproute-doc telnet
2009-12-22 23:12:42 -05:00
nmap netcat-openbsd netcat6 openipmi cdpr rsync rdiff
2009-12-22 23:33:18 -05:00
ntp whois lksctp-tools
@x86 syslinux
@X wireshark;
2009-07-19 04:09:41 -04:00
# communication
2009-12-12 22:42:35 -05:00
install mutt alpine tin irssi efax mailx procmail centerim fetchmail
nn;
2009-07-19 04:09:41 -04:00
# editors
2009-12-22 23:33:18 -05:00
install ed slrn vim nano nvi
@X vim-gnome;
2009-07-19 04:09:41 -04:00
# emacs
2009-12-13 02:53:53 -05:00
install emacs-jabber gnus ede
@X xemacs21
@X emacs22-gtk @!X emacs22-nox;
2009-07-19 04:09:41 -04:00
# spelling
install aspell-en ispell myspell-en-us iamerican wamerican;
2009-07-19 04:09:41 -04:00
# graphs
install graphviz;
2009-07-19 04:09:41 -04:00
# math
install octave3.0 octave3.0-doc octave3.0-emacsen octave3.0-headers
2009-12-12 22:42:35 -05:00
r-recommended euler euler-doc gnuplot gnuplot-doc
2009-12-22 23:33:18 -05:00
gap lp-solve mathomatic maxima maxima-doc
@X gnuplot-x11;
2009-07-19 04:09:41 -04:00
# documentation
install manpages manpages-dev manpages-posix manpages-posix-dev iso-codes
texinfo info asciidoc jade jadetex openjade wv;
2009-07-19 04:09:41 -04:00
# web
install w3m links elinks lynx axel wget curl;
2009-07-19 04:09:41 -04:00
# multimedia
install mplayer festival ffmpeg dvd+rw-tools dvgrab dvdrip lame twolame
2009-12-22 23:33:18 -05:00
cdrdao cdparanoia genisoimage sox mp3blaster
@X cheese;
2009-07-19 04:09:41 -04:00
# holden
2009-12-22 23:33:18 -05:00
install nmap john rtorrent
@X amarok;
2009-12-03 19:42:14 -05:00
# satan
2009-12-12 22:42:35 -05:00
remove pulseaudio avahi-daemon;
2009-12-03 19:42:14 -05:00
2009-12-22 23:33:18 -05:00
# nfs
install nfs-common quota;
2009-12-03 19:42:14 -05:00
if nogames { remove nethack-common; };
if bnbt { install bnbt; };
2009-12-12 21:26:49 -05:00
if conserver { install conserver-server; };
if dnsmasq { install dnsmasq; };
if ldap {
install nscd libnss-ldapd ldap-utils libpam-krb5;
};
if gnome {
install gdm gdm-themes gnome-core gnome-office;
};
if kde {
install kde-core;
};
if hddtemp {
install hddtemp;
};
if kadmin {
install krb5-admin-server;
};
if kdc {
install krb5-kdc;
};
if mta {
install postfix sasl2-bin spamassassin clamav postgrey;
};
if nagios-server {
install nagios3;
};
2009-12-22 23:12:42 -05:00
if nagios-client {
2009-12-12 21:26:49 -05:00
install nagios-nrpe-server nagios-plugins;
};
if csclub {
install libpam-csc;
};
if ldap-server {
install slapd;
};
if snmpd {
install snmpd;
};
if xfce {
install xfce4;
};