From f61026119df4700f69eb73e95620bc5928ca0fcb Mon Sep 17 00:00:00 2001 From: User Date: Tue, 13 Oct 2009 02:52:09 +0000 Subject: Grand rename for gitit transfer --- software/freebsd-packages.page | 63 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 software/freebsd-packages.page (limited to 'software/freebsd-packages.page') diff --git a/software/freebsd-packages.page b/software/freebsd-packages.page new file mode 100644 index 0000000..c58bea4 --- /dev/null +++ b/software/freebsd-packages.page @@ -0,0 +1,63 @@ +======================== +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. -- cgit v1.2.3