Questions / comments / requests? Email kevin@your.org These are *UNOFFICIAL* packages we build for various FreeBSD releases/architectures. We build these for internal use, but are making them available to the public. These differ from the official FreeBSD packages in the following ways: * There is absolutely no support for these: they are totally "as-is" * They're being built for older releases * They're being rebuilt constantly, using the latest versions of each port * Old package binaries are still available in the "All" directory if you need a specific older version of a package. For each release/architecture there are two builds currently being made, 'default' and 'mini-nox11'. 'default' tries to build everything with default settings. 'mini-nox11' builds everything without X11, ImageMagick, debugging, or examples. Many ports cannot be built under these restrictions, so they're just skipped. The following releases/architectures are currently availiable: 10.3: i386 amd64 armv6 10.2: i386 amd64 armv6 10.1: i386 amd64 armv6 10.0: i386 amd64 9.3: i386 amd64 9.2: i386 amd64 9.1: i386 amd64 9.0: i386 amd64 8.4: i386 amd64 To use one of our repositories, either do: (temporary - goes away when you log out) csh: setenv PACKAGESITE http://ftpmirror.your.org/pub/FreeBSD-Unofficial-Packages/91amd64-default/Latest/ bash: export PACKAGESITE=http://ftpmirror.your.org/pub/FreeBSD-Unofficial-Packages/91amd64-default/Latest/ or (permanent - will take effect on every new login) csh: echo 'setenv PACKAGESITE http://ftpmirror.your.org/pub/FreeBSD-Unofficial-Packages/91amd64-default/Latest/' >>/etc/csh.login bash: echo 'PACKAGESITE=http://ftpmirror.your.org/pub/FreeBSD-Unofficial-Packages/91amd64-default/Latest/ ; export PACKAGESITE' >>/etc/profile