From owner-cvs-all@FreeBSD.ORG Fri Jul 21 19:50:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B2DE16A4DE; Fri, 21 Jul 2006 19:50:24 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40A2943D64; Fri, 21 Jul 2006 19:50:23 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6LJoNxK000277; Fri, 21 Jul 2006 19:50:23 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6LJoNYg000276; Fri, 21 Jul 2006 19:50:23 GMT (envelope-from sat) Message-Id: <200607211950.k6LJoNYg000276@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 21 Jul 2006 19:50:23 +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/p5-Audio-FLAC-Header Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jul 2006 19:50:24 -0000 sat 2006-07-21 19:50:23 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/p5-Audio-FLAC-Header Makefile distinfo pkg-descr pkg-plist Log: Add port audio/p5-Audio-FLAC-Header: This module returns a hash containing basic information about a FLAC file, a representation of the embedded cue sheet if one exists, as well as tag information contained in the FLAC file's Vorbis tags. There is no complete list of tag keys for Vorbis tags, as they can be defined by the user; the basic set of tags used for FLAC files include: * ALBUM * ARTIST * TITLE * DATE * GENRE * TRACKNUMBER * COMMENT WWW: http://search.cpan.org/dist/Audio-FLAC-Header/ Revision Changes Path 1.750 +1 -0 ports/audio/Makefile 1.1 +25 -0 ports/audio/p5-Audio-FLAC-Header/Makefile (new) 1.1 +3 -0 ports/audio/p5-Audio-FLAC-Header/distinfo (new) 1.1 +15 -0 ports/audio/p5-Audio-FLAC-Header/pkg-descr (new) 1.1 +9 -0 ports/audio/p5-Audio-FLAC-Header/pkg-plist (new)