X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=website%2Fdownload.mdwn;h=09ffbf39073bf741f85e7616230f2b3bac81c32b;hb=6e0ec7e644ce8459db587bd68536aecdb2107315;hp=0a891db58345a349558939cc4f468d294d49b862;hpb=468c49b6fed363f509fc86dfd8241b705ec6c096;p=monkeysphere.git diff --git a/website/download.mdwn b/website/download.mdwn index 0a891db..09ffbf3 100644 --- a/website/download.mdwn +++ b/website/download.mdwn @@ -18,15 +18,18 @@ Monkeysphere relies on: ## Debian ## If you are running a [Debian](http://www.debian.org/) system, the -[monkeysphere is now available in the Debian unstable ("sid") -distribution](http://packages.debian.org/sid/monkeysphere). +[monkeysphere is available in the Debian testing ("squeeze") +distribution](http://packages.debian.org/testing/monkeysphere). If +you are running Debian testing, it is easy to install: + + aptitude install monkeysphere You can also install the Monkeysphere directly from the Monkeysphere Debian archive. You can add this archive to your system by putting the following lines in `/etc/apt/sources.list.d/monkeysphere.list`: - deb http://archive.monkeysphere.info/debian experimental monkeysphere - deb-src http://archive.monkeysphere.info/debian experimental monkeysphere + deb http://archive.monkeysphere.info/debian experimental monkeysphere + deb-src http://archive.monkeysphere.info/debian experimental monkeysphere The repository is currently signed by [The Monkeysphere archive signing key](/archive-key), key id EB8AF314 (fingerprint: `2E8D D26C @@ -36,27 +39,16 @@ configuration after verifying its integrity](/archive-key). ## FreeBSD ## -There is [now a FreeBSD port available](/news/FreeBSD-port-available) -for the Monkeysphere. - -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. +There is [a FreeBSD port +available](http://www.freebsd.org/cgi/ports.cgi?query=monkeysphere) +for the Monkeysphere, built and tested against FreeBSD 7.1. -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. +You should be able to build and install the latest port with: -Until the port is accepted, 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 + make package + +Enjoy! ## Source ##