From 83ec9d4881d5acf16deabf910b93f2da39659c7a Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 10 Mar 2009 17:38:29 -0400 Subject: updated web site to reflect new status in FreeBSD ports. --- website/download.mdwn | 31 ++++++++++--------------------- website/news/FreeBSD-port-available.mdwn | 3 +++ 2 files changed, 13 insertions(+), 21 deletions(-) (limited to 'website') diff --git a/website/download.mdwn b/website/download.mdwn index 0a891db..9fba263 100644 --- a/website/download.mdwn +++ b/website/download.mdwn @@ -18,15 +18,15 @@ 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") +[monkeysphere is available in the Debian unstable ("sid") distribution](http://packages.debian.org/sid/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 +36,16 @@ configuration after verifying its integrity](/archive-key). ## FreeBSD ## -There is [now a FreeBSD port available](/news/FreeBSD-port-available) -for the Monkeysphere. +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. -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. +You should be able to build and install the latest port with: -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. - -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 ## diff --git a/website/news/FreeBSD-port-available.mdwn b/website/news/FreeBSD-port-available.mdwn index a03af4e..fde2b47 100644 --- a/website/news/FreeBSD-port-available.mdwn +++ b/website/news/FreeBSD-port-available.mdwn @@ -1,5 +1,8 @@ [[meta title="FreeBSD port available"]] +Update: [FreeBSD's official ports tree now contains monkeysphere +0.24](FreeBSD-0.24-port-accepted). + 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, -- cgit v1.2.3 From 23b12bdbdf959fdc304fa10bae9836dae1e87f49 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 10 Mar 2009 17:38:57 -0400 Subject: Added news announcement of FreeBSD port. --- website/news/FreeBSD-0.24-port-accepted.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 website/news/FreeBSD-0.24-port-accepted.mdwn (limited to 'website') diff --git a/website/news/FreeBSD-0.24-port-accepted.mdwn b/website/news/FreeBSD-0.24-port-accepted.mdwn new file mode 100644 index 0000000..bdd5655 --- /dev/null +++ b/website/news/FreeBSD-0.24-port-accepted.mdwn @@ -0,0 +1,11 @@ +[[meta title="FreeBSD 0.24 port accepted"]] + +FreeBSD's ports tree now contains [a port of the +Monkeysphere](http://www.freebsd.org/cgi/ports.cgi?query=monkeysphere), +version 0.24. If you run FreeBSD, [update your ports +tree](http://www.freebsd.org/doc/en/books/handbook/ports-using.html), +and then: + + cd /usr/ports/security/monkeysphere + make package + -- cgit v1.2.3 From b90e6a2e17bdc3c7ea94ffe5918c04174fb6f7e4 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 18 Mar 2009 10:20:48 -0400 Subject: no need anymore to specify which part of the Debian archive the package is available in --- website/download.mdwn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'website') diff --git a/website/download.mdwn b/website/download.mdwn index 9fba263..a9b6cc4 100644 --- a/website/download.mdwn +++ b/website/download.mdwn @@ -18,8 +18,7 @@ Monkeysphere relies on: ## Debian ## If you are running a [Debian](http://www.debian.org/) system, the -[monkeysphere is available in the Debian unstable ("sid") -distribution](http://packages.debian.org/sid/monkeysphere). +[monkeysphere is available in the Debian archive](http://packages.debian.org/sid/monkeysphere). You can also install the Monkeysphere directly from the Monkeysphere Debian archive. You can add this archive to your system by putting -- cgit v1.2.3 From 5c0fc74c2e459593fe4ae60e28741fb72a126349 Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Wed, 18 Mar 2009 12:19:48 -0400 Subject: add news note about 0.24 in testing, and update download page. --- website/download.mdwn | 4 ++-- website/news/0.24-accepted-in-Debian-testing.mdwn | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 website/news/0.24-accepted-in-Debian-testing.mdwn (limited to 'website') diff --git a/website/download.mdwn b/website/download.mdwn index 9fba263..1dd5366 100644 --- a/website/download.mdwn +++ b/website/download.mdwn @@ -18,8 +18,8 @@ Monkeysphere relies on: ## Debian ## If you are running a [Debian](http://www.debian.org/) system, the -[monkeysphere is 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). You can also install the Monkeysphere directly from the Monkeysphere Debian archive. You can add this archive to your system by putting diff --git a/website/news/0.24-accepted-in-Debian-testing.mdwn b/website/news/0.24-accepted-in-Debian-testing.mdwn new file mode 100644 index 0000000..4222493 --- /dev/null +++ b/website/news/0.24-accepted-in-Debian-testing.mdwn @@ -0,0 +1,10 @@ +[[meta title="Monkeysphere 0.24 accepted in Debian testing"]] + +[Monkeysphere 0.24 is now available in the Debian testing distribution +("squeeze")](http://packages.debian.org/testing/monkeysphere). +Monkeysphere 0.24 is our strongest release yet. If you are running +Debian testing, installing the monkeysphere is now very easy: + + aptitude install monkeysphere + +See the [[download]] page for more information. -- cgit v1.2.3 From 6e0ec7e644ce8459db587bd68536aecdb2107315 Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Wed, 18 Mar 2009 12:35:55 -0400 Subject: small web tweak. --- website/download.mdwn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'website') diff --git a/website/download.mdwn b/website/download.mdwn index 1dd5366..09ffbf3 100644 --- a/website/download.mdwn +++ b/website/download.mdwn @@ -19,7 +19,10 @@ Monkeysphere relies on: If you are running a [Debian](http://www.debian.org/) system, the [monkeysphere is available in the Debian testing ("squeeze") -distribution](http://packages.debian.org/testing/monkeysphere). +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 -- cgit v1.2.3 From 27ed87fbefd7eedac8381691e1a416a25716efc8 Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Wed, 18 Mar 2009 12:59:50 -0400 Subject: Revert "small web tweak." This reverts commit 6e0ec7e644ce8459db587bd68536aecdb2107315. --- website/download.mdwn | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'website') diff --git a/website/download.mdwn b/website/download.mdwn index 09ffbf3..1dd5366 100644 --- a/website/download.mdwn +++ b/website/download.mdwn @@ -19,10 +19,7 @@ Monkeysphere relies on: If you are running a [Debian](http://www.debian.org/) system, the [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 +distribution](http://packages.debian.org/testing/monkeysphere). You can also install the Monkeysphere directly from the Monkeysphere Debian archive. You can add this archive to your system by putting -- cgit v1.2.3 From e83246495fd806b1e6535ee5a4e5acbacb3c175a Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Wed, 18 Mar 2009 13:11:01 -0400 Subject: small web tweak --- website/download.mdwn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'website') diff --git a/website/download.mdwn b/website/download.mdwn index 1dd5366..b0c45b8 100644 --- a/website/download.mdwn +++ b/website/download.mdwn @@ -19,7 +19,11 @@ Monkeysphere relies on: If you are running a [Debian](http://www.debian.org/) system, the [monkeysphere is available in the Debian testing ("squeeze") -distribution](http://packages.debian.org/testing/monkeysphere). +distribution](http://packages.debian.org/testing/monkeysphere). If +you are running Debian testing, install the latest monkeysphere +version: + + 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 -- cgit v1.2.3 From a6603e05c8067efca6197ec435696c1a45bcc517 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Sun, 22 Mar 2009 19:49:45 -0400 Subject: fix up the debian download section, add a link to the packages.d.o page that lists all suites, including backports --- website/download.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website') diff --git a/website/download.mdwn b/website/download.mdwn index a9b6cc4..543d4e9 100644 --- a/website/download.mdwn +++ b/website/download.mdwn @@ -18,7 +18,7 @@ Monkeysphere relies on: ## Debian ## If you are running a [Debian](http://www.debian.org/) system, the -[monkeysphere is available in the Debian archive](http://packages.debian.org/sid/monkeysphere). +[monkeysphere is available in the Debian archive, and as a backport](http://packages.debian.org/search?keywords=monkeysphere&searchon=names§ion=all&suite=all) You can also install the Monkeysphere directly from the Monkeysphere Debian archive. You can add this archive to your system by putting -- cgit v1.2.3 From 501f12cbf5e16ac521a27a32541d852fda4be682 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Sun, 22 Mar 2009 20:01:07 -0400 Subject: add a news entry about the backports.org availability --- website/news/0.24-available-in-Backports-org.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 website/news/0.24-available-in-Backports-org.mdwn (limited to 'website') diff --git a/website/news/0.24-available-in-Backports-org.mdwn b/website/news/0.24-available-in-Backports-org.mdwn new file mode 100644 index 0000000..e56af89 --- /dev/null +++ b/website/news/0.24-available-in-Backports-org.mdwn @@ -0,0 +1,8 @@ +[[meta title="Monkeysphere 0.24 accepted as a Debian Backport"]] + +[Monkeysphere 0.24 is now available at [Backports.org](http://backports.org). +If you are running Debian stable ("Lenny"), you can install this version +of the monkeysphere package by following the [instructions for installing +backports](http://backports.org/dokuwiki/doku.php?id=instructions). + +See the [[download]] page for more information. -- cgit v1.2.3