# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 84550 2011-09-27 21:05:11Z snc@macports.org $

PortSystem          1.0

name                py25-quodlibet
replaced_by         quodlibet
version             2.2
categories-append   python audio gnome
maintainers         nomaintainer
platforms           darwin
description         py25-quodlibet has been replaced by quodlibet
long_description \
Quod Libet is a GTK+-based audio player written in Python, \
using the Mutagen tagging library and GStreamer for playback.\
It provides several different ways to view your audio library, \
as well as support for Internet radio and audio feeds.\
It has extremely flexible metadata tag editing and searching capabilities.

homepage            http://code.google.com/p/quodlibet/
distfiles

pre-configure {
    ui_error "$name has been replaced by $replaced_by"
    error "obsolete port"
}
