summaryrefslogtreecommitdiffstats
path: root/software/freebsd-packages
diff options
context:
space:
mode:
authorUser <bnewbold@daemon.robocracy.org>2009-10-13 02:52:09 +0000
committerUser <bnewbold@daemon.robocracy.org>2009-10-13 02:52:09 +0000
commitf61026119df4700f69eb73e95620bc5928ca0fcb (patch)
treef17127cff9fec40f4207d9fa449b9692644ce6db /software/freebsd-packages
parent9d431740a3e6a7caa09a57504856b5d1a4710a14 (diff)
downloadknowledge-f61026119df4700f69eb73e95620bc5928ca0fcb.tar.gz
knowledge-f61026119df4700f69eb73e95620bc5928ca0fcb.zip
Grand rename for gitit transfer
Diffstat (limited to 'software/freebsd-packages')
-rw-r--r--software/freebsd-packages63
1 files changed, 0 insertions, 63 deletions
diff --git a/software/freebsd-packages b/software/freebsd-packages
deleted file mode 100644
index c58bea4..0000000
--- a/software/freebsd-packages
+++ /dev/null
@@ -1,63 +0,0 @@
-========================
-FreeBSD Packages
-========================
-
-These are the packages I typically install for a workstation; this is after selecting an "X windows kernel developer" base system with ``sshd``, linux binary support, and NTP configured::
-
- bash
- vim
- xmms-wma
- xmms-flac
- xmms-faad2
- xmms
- unzip
- bzip2
- emacs
- mplayer
- pork
- xpdf
- ctorrent
- teTeX
- ipython-py25
- nginx
- firefox
- fluxbox
- git
- subversion
- alpine
- screen
- python
- vlc
- xzgc
- lyx
- wget
- e2fsprogs
- gtkchtheme
-
-The following are large and/or "optional"::
-
- xfce
- apache
- py25-matplotlib
- py25-scipy
- py-numpy
- gimp
- mit-scheme
- eclipse
- pidgin
-
-The following are added by download::
-
- java ("Diablo Latte" jdk from FreeBSD Foundation)
-
-Bulk Installation
------------------
-
-``pkg_add`` will fail with a ``getcwd`` error if you try to install many
-packages with the same command. Instead, once you have ``bash`` installed,
-you want to do something like::
-
- $ for i in `echo vim screen python blah blah blah`; do pkg_add -r $i; done
-
-Note that with many packages it's almost impossible to avoid installing X
-windows; I think there's a flag for this somewhere.