summaryrefslogtreecommitdiffstats
path: root/software/freebsd-packages.page
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-06-03 23:27:29 -0400
committerbnewbold <bnewbold@robocracy.org>2012-06-03 23:27:29 -0400
commite4398723bd0256b31e7ac3ad770fd3bdd0bd65e2 (patch)
tree2d917a0f4ae412af4710b825b921b841d3769577 /software/freebsd-packages.page
parentc70dec30f0d551eebfa6ef7b2431b39051f86522 (diff)
downloadknowledge-e4398723bd0256b31e7ac3ad770fd3bdd0bd65e2.tar.gz
knowledge-e4398723bd0256b31e7ac3ad770fd3bdd0bd65e2.zip
packaging notes
Diffstat (limited to 'software/freebsd-packages.page')
-rw-r--r--software/freebsd-packages.page75
1 files changed, 0 insertions, 75 deletions
diff --git a/software/freebsd-packages.page b/software/freebsd-packages.page
deleted file mode 100644
index 4829046..0000000
--- a/software/freebsd-packages.page
+++ /dev/null
@@ -1,75 +0,0 @@
----
-format: rst
-toc: no
-...
-
-========================
-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
- unzip
- bzip2
- emacs
- mplayer
- pork
- xpdf
- ctorrent
- teTeX
- ipython-py25
- nginx
- firefox
- fluxbox
- git
- subversion
- alpine
- screen
- python
- vlc
- xzgc
- lyx
- wget
- curl
- e2fsprogs
- gtkchtheme
- unison
- unrar
- ImageMagick
- gitk
- pv
- htop
- iftop
- lsof
- ngrep
-
-The following are large and/or "optional"::
-
- xfce
- apache
- py25-matplotlib
- py25-scipy
- py-numpy
- gimp
- mit-scheme
- eclipse
- pidgin
- wireshark
-
-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.