From owner-cvs-ports@FreeBSD.ORG Fri Sep 5 14:16:33 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D6241065BCA; Fri, 5 Sep 2008 14:16:33 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ECB7B8FC18; Fri, 5 Sep 2008 14:16:32 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m85EGW6x035997; Fri, 5 Sep 2008 14:16:32 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m85EGWGG035991; Fri, 5 Sep 2008 14:16:32 GMT (envelope-from miwi) Message-Id: <200809051416.m85EGWGG035991@repoman.freebsd.org> From: Martin Wilke Date: Fri, 5 Sep 2008 14:16:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/albumart Makefile distinfo pkg-descr pkg-plist ports/audio/albumart/files patch-setup.py X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2008 14:16:33 -0000 miwi 2008-09-05 14:16:32 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/albumart Makefile distinfo pkg-descr pkg-plist audio/albumart/files patch-setup.py Log: GUI program to semi-automatically download album cover images for a music collection. It will work through a specified music directory, and for each subdirectory will download a set of corresponding (best guess) album covers. The naming format of the subdirectories can be configured, as can the location to save the results, such as .desktop-entry files, folder.jpg files, mp3 tags, etc. WWW: http://www.unrealvoodoo.org/hiteck/projects/albumart/ PR: ports/126883 Submitted by: Timothy Bourke Revision Changes Path 1.983 +1 -0 ports/audio/Makefile 1.1 +31 -0 ports/audio/albumart/Makefile (new) 1.1 +3 -0 ports/audio/albumart/distinfo (new) 1.1 +10 -0 ports/audio/albumart/files/patch-setup.py (new) 1.1 +8 -0 ports/audio/albumart/pkg-descr (new) 1.1 +54 -0 ports/audio/albumart/pkg-plist (new)