From nobody@FreeBSD.org  Wed Aug  1 21:43:51 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id EA4B51065673
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  1 Aug 2012 21:43:51 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id BC40E8FC21
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  1 Aug 2012 21:43:51 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q71Lhps8097100
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 1 Aug 2012 21:43:51 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q71Lhp8Y097099;
	Wed, 1 Aug 2012 21:43:51 GMT
	(envelope-from nobody)
Message-Id: <201208012143.q71Lhp8Y097099@red.freebsd.org>
Date: Wed, 1 Aug 2012 21:43:51 GMT
From: Richard Neese <r.neese@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: update for audio/freeswitch-music
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         170317
>Category:       ports
>Synopsis:       update for audio/freeswitch-music
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jgh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 01 21:50:01 UTC 2012
>Closed-Date:    Fri Aug 17 01:09:55 UTC 2012
>Last-Modified:  Fri Aug 17 01:10:09 UTC 2012
>Originator:     Richard Neese
>Release:        FreeBSD 9.0-RELEASE
>Organization:
>Environment:
FreeBSD ports.freebsd.org 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:15:25 UTC 2012     root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
moved audio/freeswitch-music to options ng
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:

From: Richard E Neese <r.neese@gmail.com>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, 
 jph@FreeBSD.org
Cc:  
Subject: Re: ports/170317: update for audio/freeswitch-music
Date: Wed, 01 Aug 2012 17:55:18 -0400

 This is a multi-part message in MIME format.
 --------------060103060806040305040104
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 On 8/1/2012 5:50 PM, FreeBSD-gnats-submit@FreeBSD.org wrote:
 > Thank you very much for your problem report.
 > It has the internal identification `ports/170317'.
 > The individual assigned to look at your
 > report is: freebsd-ports-bugs. 
 >
 > You can access the state of your problem report at any time
 > via this link:
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=170317
 >
 >> Category:       ports
 >> Responsible:    freebsd-ports-bugs
 >> Synopsis:       update for audio/freeswitch-music
 >> Arrival-Date:   Wed Aug 01 21:50:01 UTC 2012
 
 
 --------------060103060806040305040104
 Content-Type: text/plain; charset=windows-1252;
  name="freeswitch-music.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="freeswitch-music.diff"
 
 Index: Makefile
 ===================================================================
 --- Makefile	(revision 301530)
 +++ Makefile	(working copy)
 @@ -24,26 +24,31 @@
  SHAREGRP=	${SHAREOWN}
  LATEST_LINK=	${PORTNAME}${PKGNAMESUFFIX}
  
 -OPTIONS=	8K           "Install 8000Hz Music" on \
 -		16K          "Install 16000Hz Music" on \
 -		32K          "Install 32000Hz Music" on \
 -		48K          "Install 48000Hz Music" on
 +OPTIONS_DEFINE=	8K 16K 32K 48K
  
 +8K_DESC=	8000Hz Music
 +16K_DESC=	16000Hz Music
 +32K_DESC=	32000Hz Music
 +48K_DESC=	48000Hz Music
 +
 +OPTIONS_DEFAULT=	8K 16K
 +NO_OPTIONS_SORT=	yes
 +
  .include <bsd.port.options.mk>
  
 -.if defined(WITH_8K)
 +.if ${PORT_OPTIONS:M8K}
  DISTFILES+=	freeswitch-sounds-music-8000-${DISTVERSION}${EXTRACT_SUFX}
  .endif
  
 -.if defined(WITH_16K)
 +.if ${PORT_OPTIONS:M16K}
  DISTFILES+=	freeswitch-sounds-music-16000-${DISTVERSION}${EXTRACT_SUFX}
  .endif
  
 -.if defined(WITH_32K)
 +.if ${PORT_OPTIONS:M32K}
  DISTFILES+=	freeswitch-sounds-music-32000-${DISTVERSION}${EXTRACT_SUFX}
  .endif
  
 -.if defined(WITH_48K)
 +.if ${PORT_OPTIONS:M48K}
  DISTFILES+=	freeswitch-sounds-music-48000-${DISTVERSION}${EXTRACT_SUFX}
  .endif
  
 
 --------------060103060806040305040104--
Responsible-Changed-From-To: freebsd-ports-bugs->jgh 
Responsible-Changed-By: jgh 
Responsible-Changed-When: Wed Aug 1 22:01:16 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

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

From: Richard E Neese <r.neese@gmail.com>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/170317: update for audio/freeswitch-music
Date: Wed, 01 Aug 2012 18:01:16 -0400

 This is a multi-part message in MIME format.
 --------------050109050805060904080007
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 On 8/1/2012 5:50 PM, FreeBSD-gnats-submit@FreeBSD.org wrote:
 > Thank you very much for your problem report.
 > It has the internal identification `ports/170317'.
 > The individual assigned to look at your
 > report is: freebsd-ports-bugs. 
 >
 > You can access the state of your problem report at any time
 > via this link:
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=170317
 >
 >> Category:       ports
 >> Responsible:    freebsd-ports-bugs
 >> Synopsis:       update for audio/freeswitch-music
 >> Arrival-Date:   Wed Aug 01 21:50:01 UTC 2012
 
 
 --------------050109050805060904080007
 Content-Type: text/plain; charset=windows-1252;
  name="freeswitch-music.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="freeswitch-music.diff"
 
 Index: Makefile
 ===================================================================
 --- Makefile	(revision 301530)
 +++ Makefile	(working copy)
 @@ -24,26 +24,31 @@
  SHAREGRP=	${SHAREOWN}
  LATEST_LINK=	${PORTNAME}${PKGNAMESUFFIX}
  
 -OPTIONS=	8K           "Install 8000Hz Music" on \
 -		16K          "Install 16000Hz Music" on \
 -		32K          "Install 32000Hz Music" on \
 -		48K          "Install 48000Hz Music" on
 +OPTIONS_DEFINE=	8K 16K 32K 48K
  
 +8K_DESC=	8000Hz Music
 +16K_DESC=	16000Hz Music
 +32K_DESC=	32000Hz Music
 +48K_DESC=	48000Hz Music
 +
 +OPTIONS_DEFAULT=	8K 16K
 +NO_OPTIONS_SORT=	yes
 +
  .include <bsd.port.options.mk>
  
 -.if defined(WITH_8K)
 +.if ${PORT_OPTIONS:M8K}
  DISTFILES+=	freeswitch-sounds-music-8000-${DISTVERSION}${EXTRACT_SUFX}
  .endif
  
 -.if defined(WITH_16K)
 +.if ${PORT_OPTIONS:M16K}
  DISTFILES+=	freeswitch-sounds-music-16000-${DISTVERSION}${EXTRACT_SUFX}
  .endif
  
 -.if defined(WITH_32K)
 +.if ${PORT_OPTIONS:M32K}
  DISTFILES+=	freeswitch-sounds-music-32000-${DISTVERSION}${EXTRACT_SUFX}
  .endif
  
 -.if defined(WITH_48K)
 +.if ${PORT_OPTIONS:M48K}
  DISTFILES+=	freeswitch-sounds-music-48000-${DISTVERSION}${EXTRACT_SUFX}
  .endif
  
 
 --------------050109050805060904080007--

From: Richard E Neese <r.neese@gmail.com>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/170317: update for audio/freeswitch-music
Date: Thu, 16 Aug 2012 18:47:28 -0400

 This is a multi-part message in MIME format.
 --------------090707060308080102000707
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 On 8/1/2012 5:50 PM, FreeBSD-gnats-submit@FreeBSD.org wrote:
 > Thank you very much for your problem report.
 > It has the internal identification `ports/170317'.
 > The individual assigned to look at your
 > report is: freebsd-ports-bugs. 
 >
 > You can access the state of your problem report at any time
 > via this link:
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=170317
 >
 >> Category:       ports
 >> Responsible:    freebsd-ports-bugs
 >> Synopsis:       update for audio/freeswitch-music
 >> Arrival-Date:   Wed Aug 01 21:50:01 UTC 2012
 update diff
 
 --------------090707060308080102000707
 Content-Type: text/plain; charset=windows-1252;
  name="fs-music.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="fs-music.diff"
 
 Index: pkg-plist
 ===================================================================
 --- pkg-plist	(revision 302659)
 +++ pkg-plist	(working copy)
 @@ -1,24 +1,24 @@
  %%DATADIR%%/sounds/.freeswitch-music
 -%%WITH_8K%%%%DATADIR%%/sounds/music/8000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav
 -%%WITH_8K%%%%DATADIR%%/sounds/music/8000/ponce-preludio-in-e-major.wav
 -%%WITH_8K%%%%DATADIR%%/sounds/music/8000/suite-espanola-op-47-leyenda.wav
 -%%WITH_8K%%%%DATADIR%%/sounds/music/8000/danza-espanola-op-37-h-142-xii-arabesca.wav
 -%%WITH_16K%%%%DATADIR%%/sounds/music/16000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav
 -%%WITH_16K%%%%DATADIR%%/sounds/music/16000/ponce-preludio-in-e-major.wav
 -%%WITH_16K%%%%DATADIR%%/sounds/music/16000/suite-espanola-op-47-leyenda.wav
 -%%WITH_16K%%%%DATADIR%%/sounds/music/16000/danza-espanola-op-37-h-142-xii-arabesca.wav
 -%%WITH_16K%%%%DATADIR%%/sounds/music/32000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav
 -%%WITH_32K%%%%DATADIR%%/sounds/music/32000/ponce-preludio-in-e-major.wav
 -%%WITH_32K%%%%DATADIR%%/sounds/music/32000/suite-espanola-op-47-leyenda.wav
 -%%WITH_32K%%%%DATADIR%%/sounds/music/32000/danza-espanola-op-37-h-142-xii-arabesca.wav
 -%%WITH_48K%%%%DATADIR%%/sounds/music/48000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav
 -%%WITH_48K%%%%DATADIR%%/sounds/music/48000/ponce-preludio-in-e-major.wav
 -%%WITH_48K%%%%DATADIR%%/sounds/music/48000/suite-espanola-op-47-leyenda.wav
 -%%WITH_48K%%%%DATADIR%%/sounds/music/48000/danza-espanola-op-37-h-142-xii-arabesca.wav
 -%%WITH_8K%%@dirrm %%DATADIR%%/sounds/music/8000
 -%%WITH_16K%%@dirrm %%DATADIR%%/sounds/music/16000
 -%%WITH_32K%%@dirrm %%DATADIR%%/sounds/music/32000
 -%%WITH_48K%%@dirrm %%DATADIR%%/sounds/music/48000
 +%%8K%%%%DATADIR%%/sounds/music/8000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav
 +%%8K%%%%DATADIR%%/sounds/music/8000/ponce-preludio-in-e-major.wav
 +%%8K%%%%DATADIR%%/sounds/music/8000/suite-espanola-op-47-leyenda.wav
 +%%8K%%%%DATADIR%%/sounds/music/8000/danza-espanola-op-37-h-142-xii-arabesca.wav
 +%%16K%%%%DATADIR%%/sounds/music/16000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav
 +%%16K%%%%DATADIR%%/sounds/music/16000/ponce-preludio-in-e-major.wav
 +%%16K%%%%DATADIR%%/sounds/music/16000/suite-espanola-op-47-leyenda.wav
 +%%16K%%%%DATADIR%%/sounds/music/16000/danza-espanola-op-37-h-142-xii-arabesca.wav
 +%%16K%%%%DATADIR%%/sounds/music/32000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav
 +%%32K%%%%DATADIR%%/sounds/music/32000/ponce-preludio-in-e-major.wav
 +%%32K%%%%DATADIR%%/sounds/music/32000/suite-espanola-op-47-leyenda.wav
 +%%32K%%%%DATADIR%%/sounds/music/32000/danza-espanola-op-37-h-142-xii-arabesca.wav
 +%%48K%%%%DATADIR%%/sounds/music/48000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav
 +%%48K%%%%DATADIR%%/sounds/music/48000/ponce-preludio-in-e-major.wav
 +%%48K%%%%DATADIR%%/sounds/music/48000/suite-espanola-op-47-leyenda.wav
 +%%48K%%%%DATADIR%%/sounds/music/48000/danza-espanola-op-37-h-142-xii-arabesca.wav
 +%%8K%%@dirrm %%DATADIR%%/sounds/music/8000
 +%%16K%%@dirrm %%DATADIR%%/sounds/music/16000
 +%%32K%%@dirrm %%DATADIR%%/sounds/music/32000
 +%%48K%%@dirrm %%DATADIR%%/sounds/music/48000
  @dirrm %%DATADIR%%/sounds/music
  @dirrmtry %%DATADIR%%/sounds
  @dirrmtry %%DATADIR%%
 Index: Makefile
 ===================================================================
 --- Makefile	(revision 302659)
 +++ Makefile	(working copy)
 @@ -24,35 +24,40 @@
  SHAREGRP=	${SHAREOWN}
  LATEST_LINK=	${PORTNAME}${PKGNAMESUFFIX}
  
 -OPTIONS=	8K           "Install 8000Hz Music" on \
 -		16K          "Install 16000Hz Music" on \
 -		32K          "Install 32000Hz Music" on \
 -		48K          "Install 48000Hz Music" on
 +OPTIONS_DEFINE=	8K 16K 32K 48K
  
 +8K_DESC=	8000Hz Music
 +16K_DESC=	16000Hz Music
 +32K_DESC=	32000Hz Music
 +48K_DESC=	48000Hz Music
 +
 +OPTIONS_DEFAULT=	8K 16K
 +NO_OPTIONS_SORT=	yes
 +
  .include <bsd.port.options.mk>
  
 -.if defined(WITH_8K)
 +.if ${PORT_OPTIONS:M8K}
  DISTFILES+=	freeswitch-sounds-music-8000-${DISTVERSION}${EXTRACT_SUFX}
  .endif
  
 -.if defined(WITH_16K)
 +.if ${PORT_OPTIONS:M16K}
  DISTFILES+=	freeswitch-sounds-music-16000-${DISTVERSION}${EXTRACT_SUFX}
  .endif
  
 -.if defined(WITH_32K)
 +.if ${PORT_OPTIONS:M32K}
  DISTFILES+=	freeswitch-sounds-music-32000-${DISTVERSION}${EXTRACT_SUFX}
  .endif
  
 -.if defined(WITH_48K)
 +.if ${PORT_OPTIONS:M48K}
  DISTFILES+=	freeswitch-sounds-music-48000-${DISTVERSION}${EXTRACT_SUFX}
  .endif
  
 -.for i in 8K 16K 32K 48K
 -.  if !defined(WITH_${i})
 -PLIST_SUB+=	WITH_${i}="@comment "
 -.  else
 -PLIST_SUB+=	WITH_${i}=""
 -.  endif
 +.for opt in ${ALL_OPTIONS}
 +.if $(PORT_OPTIONS:M${opt})
 +PLIST_SUB+=	${opt}=""
 +.else
 +PLIST_SUB+=	${opt}="@comment "
 +.endif
  .endfor
  
  do-install:
 
 --------------090707060308080102000707--
State-Changed-From-To: open->closed 
State-Changed-By: jgh 
State-Changed-When: Fri Aug 17 01:09:54 UTC 2012 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/170317: commit references a PR
Date: Fri, 17 Aug 2012 01:09:55 +0000 (UTC)

 Author: jgh
 Date: Fri Aug 17 01:09:40 2012
 New Revision: 302662
 URL: http://svn.freebsd.org/changeset/ports/302662
 
 Log:
   - adopt optionsNG
   
   PR:	170317
   Submitted by:	maintainer, r.neese@gmail.com
 
 Modified:
   head/audio/freeswitch-music/Makefile   (contents, props changed)
   head/audio/freeswitch-music/pkg-plist   (contents, props changed)
 
 Modified: head/audio/freeswitch-music/Makefile
 ==============================================================================
 --- head/audio/freeswitch-music/Makefile	Thu Aug 16 22:10:58 2012	(r302661)
 +++ head/audio/freeswitch-music/Makefile	Fri Aug 17 01:09:40 2012	(r302662)
 @@ -24,35 +24,40 @@ SHAREOWN=	${USERS}
  SHAREGRP=	${SHAREOWN}
  LATEST_LINK=	${PORTNAME}${PKGNAMESUFFIX}
  
 -OPTIONS=	8K           "Install 8000Hz Music" on \
 -		16K          "Install 16000Hz Music" on \
 -		32K          "Install 32000Hz Music" on \
 -		48K          "Install 48000Hz Music" on
 +OPTIONS_DEFINE=	8K 16K 32K 48K
 +
 +8K_DESC=	8000Hz Music
 +16K_DESC=	16000Hz Music
 +32K_DESC=	32000Hz Music
 +48K_DESC=	48000Hz Music
 +
 +OPTIONS_DEFAULT=	8K 16K
 +NO_OPTIONS_SORT=	yes
  
  .include <bsd.port.options.mk>
  
 -.if defined(WITH_8K)
 +.if ${PORT_OPTIONS:M8K}
  DISTFILES+=	freeswitch-sounds-music-8000-${DISTVERSION}${EXTRACT_SUFX}
  .endif
  
 -.if defined(WITH_16K)
 +.if ${PORT_OPTIONS:M16K}
  DISTFILES+=	freeswitch-sounds-music-16000-${DISTVERSION}${EXTRACT_SUFX}
  .endif
  
 -.if defined(WITH_32K)
 +.if ${PORT_OPTIONS:M32K}
  DISTFILES+=	freeswitch-sounds-music-32000-${DISTVERSION}${EXTRACT_SUFX}
  .endif
  
 -.if defined(WITH_48K)
 +.if ${PORT_OPTIONS:M48K}
  DISTFILES+=	freeswitch-sounds-music-48000-${DISTVERSION}${EXTRACT_SUFX}
  .endif
  
 -.for i in 8K 16K 32K 48K
 -.  if !defined(WITH_${i})
 -PLIST_SUB+=	WITH_${i}="@comment "
 -.  else
 -PLIST_SUB+=	WITH_${i}=""
 -.  endif
 +.for opt in ${ALL_OPTIONS}
 +.if $(PORT_OPTIONS:M${opt})
 +PLIST_SUB+=	${opt}=""
 +.else
 +PLIST_SUB+=	${opt}="@comment "
 +.endif
  .endfor
  
  do-install:
 
 Modified: head/audio/freeswitch-music/pkg-plist
 ==============================================================================
 --- head/audio/freeswitch-music/pkg-plist	Thu Aug 16 22:10:58 2012	(r302661)
 +++ head/audio/freeswitch-music/pkg-plist	Fri Aug 17 01:09:40 2012	(r302662)
 @@ -1,24 +1,24 @@
  %%DATADIR%%/sounds/.freeswitch-music
 -%%WITH_8K%%%%DATADIR%%/sounds/music/8000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav
 -%%WITH_8K%%%%DATADIR%%/sounds/music/8000/ponce-preludio-in-e-major.wav
 -%%WITH_8K%%%%DATADIR%%/sounds/music/8000/suite-espanola-op-47-leyenda.wav
 -%%WITH_8K%%%%DATADIR%%/sounds/music/8000/danza-espanola-op-37-h-142-xii-arabesca.wav
 -%%WITH_16K%%%%DATADIR%%/sounds/music/16000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav
 -%%WITH_16K%%%%DATADIR%%/sounds/music/16000/ponce-preludio-in-e-major.wav
 -%%WITH_16K%%%%DATADIR%%/sounds/music/16000/suite-espanola-op-47-leyenda.wav
 -%%WITH_16K%%%%DATADIR%%/sounds/music/16000/danza-espanola-op-37-h-142-xii-arabesca.wav
 -%%WITH_16K%%%%DATADIR%%/sounds/music/32000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav
 -%%WITH_32K%%%%DATADIR%%/sounds/music/32000/ponce-preludio-in-e-major.wav
 -%%WITH_32K%%%%DATADIR%%/sounds/music/32000/suite-espanola-op-47-leyenda.wav
 -%%WITH_32K%%%%DATADIR%%/sounds/music/32000/danza-espanola-op-37-h-142-xii-arabesca.wav
 -%%WITH_48K%%%%DATADIR%%/sounds/music/48000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav
 -%%WITH_48K%%%%DATADIR%%/sounds/music/48000/ponce-preludio-in-e-major.wav
 -%%WITH_48K%%%%DATADIR%%/sounds/music/48000/suite-espanola-op-47-leyenda.wav
 -%%WITH_48K%%%%DATADIR%%/sounds/music/48000/danza-espanola-op-37-h-142-xii-arabesca.wav
 -%%WITH_8K%%@dirrm %%DATADIR%%/sounds/music/8000
 -%%WITH_16K%%@dirrm %%DATADIR%%/sounds/music/16000
 -%%WITH_32K%%@dirrm %%DATADIR%%/sounds/music/32000
 -%%WITH_48K%%@dirrm %%DATADIR%%/sounds/music/48000
 +%%8K%%%%DATADIR%%/sounds/music/8000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav
 +%%8K%%%%DATADIR%%/sounds/music/8000/ponce-preludio-in-e-major.wav
 +%%8K%%%%DATADIR%%/sounds/music/8000/suite-espanola-op-47-leyenda.wav
 +%%8K%%%%DATADIR%%/sounds/music/8000/danza-espanola-op-37-h-142-xii-arabesca.wav
 +%%16K%%%%DATADIR%%/sounds/music/16000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav
 +%%16K%%%%DATADIR%%/sounds/music/16000/ponce-preludio-in-e-major.wav
 +%%16K%%%%DATADIR%%/sounds/music/16000/suite-espanola-op-47-leyenda.wav
 +%%16K%%%%DATADIR%%/sounds/music/16000/danza-espanola-op-37-h-142-xii-arabesca.wav
 +%%32K%%%%DATADIR%%/sounds/music/32000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav
 +%%32K%%%%DATADIR%%/sounds/music/32000/ponce-preludio-in-e-major.wav
 +%%32K%%%%DATADIR%%/sounds/music/32000/suite-espanola-op-47-leyenda.wav
 +%%32K%%%%DATADIR%%/sounds/music/32000/danza-espanola-op-37-h-142-xii-arabesca.wav
 +%%48K%%%%DATADIR%%/sounds/music/48000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav
 +%%48K%%%%DATADIR%%/sounds/music/48000/ponce-preludio-in-e-major.wav
 +%%48K%%%%DATADIR%%/sounds/music/48000/suite-espanola-op-47-leyenda.wav
 +%%48K%%%%DATADIR%%/sounds/music/48000/danza-espanola-op-37-h-142-xii-arabesca.wav
 +%%8K%%@dirrm %%DATADIR%%/sounds/music/8000
 +%%16K%%@dirrm %%DATADIR%%/sounds/music/16000
 +%%32K%%@dirrm %%DATADIR%%/sounds/music/32000
 +%%48K%%@dirrm %%DATADIR%%/sounds/music/48000
  @dirrm %%DATADIR%%/sounds/music
  @dirrmtry %%DATADIR%%/sounds
  @dirrmtry %%DATADIR%%
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
