FreeBSD Packages

The standard package tools include:
pkg_create [options] pkg
creates a package
pkg_add [options] pkg [pkg...]
adds a package to you system (normaly this is done by "make install")
pkg_delete [options] pkg [pkg ...]
deletes one or more packages
pkg_info [options] pkg [pkg ...]
show info on packages/list all packages...

Local Supporting Scripts

A list of the standard packages used by me are kept in ~toor/$HOSTNAME/packages/pkg_build, which when run will attempt to build those packages.

To get a list of the currently installed pacakges and there location run ~toor/$HOSTNAME/packages/pkg_list. This also gives possibly related packages of different versions but there is no guarrantee that it will find them all (i.e. look yourself to see the new packages).