From 4f2bc970eaa731443b356a12296a5ba4cd84eab2 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Tue, 19 Feb 2013 10:18:03 -0800 Subject: [PATCH] docs: link to FreeBSD port --- docs/guides/main.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/guides/main.rst b/docs/guides/main.rst index 68e6be797..84124add1 100644 --- a/docs/guides/main.rst +++ b/docs/guides/main.rst @@ -29,12 +29,13 @@ You will need Python. (Beets is written for `Python 2.7`_, but it works with ``emerge beets`` to install. There are several USE flags available for optional plugin dependencies. +* On **FreeBSD**, there's a `beets port`_ at ``audio/beets``. + +.. _beets port: http://portsmon.freebsd.org/portoverview.py?category=audio&portname=beets .. _beets from AUR: http://aur.archlinux.org/packages.php?ID=39577 .. _dev package: http://aur.archlinux.org/packages.php?ID=48617 .. _Debian details: http://packages.qa.debian.org/b/beets.html .. _Ubuntu details: https://launchpad.net/ubuntu/+source/beets -.. _One by vh4x0r: https://github.com/vh4x0r/apokolips -.. _one by syranez: https://github.com/syranez/gentoo If you have `pip`_, just say ``pip install beets`` (you might need ``sudo`` in front of that). On Arch, you'll need to use ``pip2`` instead of ``pip``.