From adox@mcx2.org  Sat Oct  4 22:12:15 2008
Return-Path: <adox@mcx2.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E837A1065687
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  4 Oct 2008 22:12:15 +0000 (UTC)
	(envelope-from adox@mcx2.org)
Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.184])
	by mx1.freebsd.org (Postfix) with ESMTP id 69C628FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  4 Oct 2008 22:12:14 +0000 (UTC)
	(envelope-from adox@mcx2.org)
Received: by mu-out-0910.google.com with SMTP id i2so1789461mue.3
        for <FreeBSD-gnats-submit@freebsd.org>; Sat, 04 Oct 2008 15:12:13 -0700 (PDT)
Received: by 10.103.226.20 with SMTP id d20mr1739035mur.10.1223158332783;
        Sat, 04 Oct 2008 15:12:12 -0700 (PDT)
Received: from localhost (p5090D84A.dip.t-dialin.net [80.144.216.74])
        by mx.google.com with ESMTPS id s10sm7826274muh.12.2008.10.04.15.12.10
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sat, 04 Oct 2008 15:12:11 -0700 (PDT)
Message-Id: <48e7ea3b.0af5660a.7233.33dd@mx.google.com>
Date: Sat, 04 Oct 2008 15:12:11 -0700 (PDT)
From: Dennis Herrmann <adox@mcx2.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] audio/p5-Audio-Mixer - Perl extension for Sound Mixer control
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         127862
>Category:       ports
>Synopsis:       [NEW PORT] audio/p5-Audio-Mixer - Perl extension for Sound Mixer control
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 04 22:20:04 UTC 2008
>Closed-Date:    Sun Oct 05 14:40:39 UTC 2008
>Last-Modified:  Sun Oct  5 14:50:01 UTC 2008
>Originator:     Dennis Herrmann
>Release:        FreeBSD 7.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD dhn.homeunix.com 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #2: Sun Sep 14 08:19:18 CEST 2008 root@contempt:/usr/obj/usr/src/sys/CONTEMPT i386


>Description:
Perl interface to libcdaudio (cd + cddb): http://cdcd.undergrid.net/

This module was created for adding CDDB support to <Xmms::shell> and
cd tray <eject>.  I added methods for a good chunk of other
<libcdaudio> functions while I was at it, but the docs and glue is
not complete.  I do not have interest in completing the interface and
docs, because xmms/Xmms::shell provides everything I need (at the
moment) for audio.  If you have an interesting reason for needing the
missing pieces, I'll probably be interested in adding them.

WWW: http://www.perl.com/CPAN/authors/id/R/RC/RCAPUTO/

>How-To-Repeat:
>Fix:


--- shar-p5-Audio-Mixer.sh begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Audio-Mixer/Makefile
#	p5-Audio-Mixer/distinfo
#	p5-Audio-Mixer/pkg-descr
#	p5-Audio-Mixer/pkg-plist
#
echo x - p5-Audio-Mixer/Makefile
sed 's/^X//' >p5-Audio-Mixer/Makefile << 'END-of-p5-Audio-Mixer/Makefile'
X# New ports collection makefile for:	p5-Audio-Mixer
X# Date created:			05 Oct 2008
X# Whom:				Dennis Herrmann <adox@mcx2.org>
X#
X# $FreeBSD: $
X#
X
XPORTNAME=	Audio-Mixer
XPORTVERSION=	0.7
XCATEGORIES=	audio perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	adox@mcx2.org
XCOMMENT=	Perl extension for Sound Mixer control
X
XPERL_CONFIGURE=	YES
X
XMAN3=		Audio::Mixer.3
X
X.include <bsd.port.mk>
END-of-p5-Audio-Mixer/Makefile
echo x - p5-Audio-Mixer/distinfo
sed 's/^X//' >p5-Audio-Mixer/distinfo << 'END-of-p5-Audio-Mixer/distinfo'
XMD5 (Audio-Mixer-0.7.tar.gz) = 5aaa808a4852ed68f952705172ece2a8
XSHA256 (Audio-Mixer-0.7.tar.gz) = fa7e2fbb3242744b34f150e86006697ec96c68eb0a406969557032610787aae8
XSIZE (Audio-Mixer-0.7.tar.gz) = 6709
END-of-p5-Audio-Mixer/distinfo
echo x - p5-Audio-Mixer/pkg-descr
sed 's/^X//' >p5-Audio-Mixer/pkg-descr << 'END-of-p5-Audio-Mixer/pkg-descr'
XAudio::Mixer - Perl extension for Sound Mixer control
X
XThis is just a very simple Perl interface which allows to set various 
Xsound mixer parameters. The most important probably 'vol' (volume). The
Xlist of all mixer parameters can be obtained using get_mixer_params() 
Xfunction.
X
XAll values (lcval, rcval) are numbers in 0-100 range.
X
XWWW: http://search.cpan.org/~sergey/Audio-Mixer-0.7/
END-of-p5-Audio-Mixer/pkg-descr
echo x - p5-Audio-Mixer/pkg-plist
sed 's/^X//' >p5-Audio-Mixer/pkg-plist << 'END-of-p5-Audio-Mixer/pkg-plist'
X%%SITE_PERL%%/%%PERL_ARCH%%/Audio/volume.pl
X%%SITE_PERL%%/%%PERL_ARCH%%/Audio/Mixer.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio/Mixer/Mixer.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio/Mixer/Mixer.so
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio/Mixer/autosplit.ix
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio/Mixer/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio/Mixer
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Audio
END-of-p5-Audio-Mixer/pkg-plist
exit
--- shar-p5-Audio-Mixer.sh ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Oct 4 22:20:15 UTC 2008 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127862 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Oct 5 14:40:37 UTC 2008 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127862 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127862: commit references a PR
Date: Sun,  5 Oct 2008 14:41:09 +0000 (UTC)

 miwi        2008-10-05 14:40:55 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio                Makefile 
   Added files:
     audio/p5-Audio-Mixer Makefile distinfo pkg-descr pkg-plist 
   Log:
   Audio::Mixer - Perl extension for Sound Mixer control
   
   This is just a very simple Perl interface which allows to set various
   sound mixer parameters. The most important probably 'vol' (volume). The
   list of all mixer parameters can be obtained using get_mixer_params()
   function.
   
   All values (lcval, rcval) are numbers in 0-100 range.
   
   WWW: http://search.cpan.org/dist/Audio-Mixer/
   
   PR:             ports/127862
   Submitted by:   Dennis Herrmann <adox at mcx2.org>
   
   Revision  Changes    Path
   1.989     +1 -0      ports/audio/Makefile
   1.1       +21 -0     ports/audio/p5-Audio-Mixer/Makefile (new)
   1.1       +3 -0      ports/audio/p5-Audio-Mixer/distinfo (new)
   1.1       +10 -0     ports/audio/p5-Audio-Mixer/pkg-descr (new)
   1.1       +9 -0      ports/audio/p5-Audio-Mixer/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
