diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-10-30 18:04:43 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-10-30 18:04:43 -0400 |
commit | dbd07cf1282c4831f605924e9b13d34278db7f86 (patch) | |
tree | 80cc83b351ed3690f40c51d777d3ca3ec240cae5 /website/news | |
parent | 7555df09b96f9ab87305a70abb4e077d9254082f (diff) |
announce FreeBSD port!
Diffstat (limited to 'website/news')
-rw-r--r-- | website/news/FreeBSD-port-available.mdwn | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/website/news/FreeBSD-port-available.mdwn b/website/news/FreeBSD-port-available.mdwn new file mode 100644 index 0000000..a03af4e --- /dev/null +++ b/website/news/FreeBSD-port-available.mdwn @@ -0,0 +1,31 @@ +[[meta title="FreeBSD port available"]] + +There is now a FreeBSD port available for the Monkeysphere. + +It has been built and tested (so far) on a FreeBSD 7.1 AMD64 system, +installed from the [BETA2 +ISOs](ftp://ftp.freebsd.org/pub/FreeBSD/ISO-IMAGES-amd64/7.1/). Many +thanks to [Anarcat](http://anarcat.ath.cx/pgp) for his work in pulling +this port together! + +While the monkeysphere is not officially included in the ports tree +yet, [a problem +report](http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/128406) has +been submitted, and the package itself is functional. + +The latest version of the ports directory can be found in [the git +repository](/community) under +`packaging/freebsd/security/monkeysphere`. Please [let us +know](/community) if you encounter any problems with it on a FreeBSD +system. + +If you have git installed on your FreeBSD system, you should be able +to build the latest port with: + + git clone git://git.monkeysphere.info/monkeysphere + cp -a monkeysphere/packaging/freebsd/security/monkeysphere /usr/ports/security + cd /usr/ports/security/monkeysphere + make && make install + +Happy Hacking! + |