diff options
author | bnewbold <bnewbold@robocracy.org> | 2012-06-03 23:27:29 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2012-06-03 23:27:29 -0400 |
commit | e4398723bd0256b31e7ac3ad770fd3bdd0bd65e2 (patch) | |
tree | 2d917a0f4ae412af4710b825b921b841d3769577 | |
parent | c70dec30f0d551eebfa6ef7b2431b39051f86522 (diff) | |
download | knowledge-e4398723bd0256b31e7ac3ad770fd3bdd0bd65e2.tar.gz knowledge-e4398723bd0256b31e7ac3ad770fd3bdd0bd65e2.zip |
packaging notes
-rw-r--r-- | software/packages.page (renamed from software/freebsd-packages.page) | 88 |
1 files changed, 44 insertions, 44 deletions
diff --git a/software/freebsd-packages.page b/software/packages.page index 4829046..a437125 100644 --- a/software/freebsd-packages.page +++ b/software/packages.page @@ -1,69 +1,69 @@ ---- -format: rst -toc: no -... -======================== -FreeBSD Packages -======================== +Commonly Used 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:: +Almost all machines get the following (decreasing minimalism): bash vim unzip bzip2 - emacs - mplayer - pork - xpdf - ctorrent - teTeX - ipython-py25 - nginx - firefox - fluxbox + pv + htop + iftop + lsof + ngrep + screen + wget + curl git subversion + unrar alpine - screen python + ipython + nginx + pork + e2fsprogs + unison + ctorrent + +If debian-based, add ``build-essential``, ``openssh-server``, ``manpages-dev``, +and it's ``git-core`` (not ``git``). See also [debian]. + +If it's not a headless machine I add: + + gitk vlc xzgc - lyx - wget - curl - e2fsprogs + meld + emacs gtkchtheme - unison - unrar + pidgin + firefox ImageMagick - gitk - pv - htop - iftop - lsof - ngrep -The following are large and/or "optional":: +And then these are optional (heavier): - xfce - apache - py25-matplotlib - py25-scipy - py-numpy + lyx + fluxbox + teTeX + mplayer + xpdf + xfce4 gimp - mit-scheme - eclipse - pidgin wireshark -The following are added by download:: +FreeBSD +----------------- + +For a FreeBSD desktop workstation, I typically select an "X windows kernel +developer" base system with ``sshd``, linux binary support, and NTP +configured. + +The following extra packages must be fetch by hand (still?): 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, |