From co9@xs4all.nl  Fri Sep 20 13:41:13 2002
Return-Path: <co9@xs4all.nl>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 137F537B4E2
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 Sep 2002 13:41:13 -0700 (PDT)
Received: from a194-109-252-84.adsl.xs4all.nl (a194-109-252-84.adsl.xs4all.nl [194.109.252.84])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9960843E6A
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 Sep 2002 13:41:11 -0700 (PDT)
	(envelope-from co9@xs4all.nl)
Received: by a194-109-252-84.adsl.xs4all.nl (Postfix, from userid 1001)
	id 3CA133D9A; Fri, 20 Sep 2002 22:41:47 +0200 (CEST)
Message-Id: <20020920204147.3CA133D9A@a194-109-252-84.adsl.xs4all.nl>
Date: Fri, 20 Sep 2002 22:41:47 +0200 (CEST)
From: Robin Schilham <co9@xs4all.nl>
Reply-To: Robin Schilham <co9@xs4all.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc: co9@xs4all.nl
Subject: New port: AlsaPlayer is an audio player with pitch control and a GNOME GUI
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         43142
>Category:       ports
>Synopsis:       New port: AlsaPlayer is an audio player with pitch control and a GNOME GUI
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 20 13:50:01 PDT 2002
>Closed-Date:    Wed Jul 02 08:33:18 PDT 2003
>Last-Modified:  Wed Jul 02 08:33:18 PDT 2003
>Originator:     Robin Schilham
>Release:        FreeBSD 4.7-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD a194-109-252-84.adsl.xs4all.nl 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #0: Sun Sep 15 18:28:16 CEST 2002 root@a194-109-252-84.adsl.xs4all.nl:/usr/obj/usr/src/sys/OMNI i386

>Description:
New port: AlsaPlayer is an audio player with pitch control and a GNOME GUI
>How-To-Repeat:
>Fix:
# 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:
#
#	alsaplayer
#	alsaplayer/files
#	alsaplayer/files/patch-aa
#	alsaplayer/files/patch-ab
#	alsaplayer/files/patch-ac
#	alsaplayer/files/patch-ad
#	alsaplayer/files/patch-ae
#	alsaplayer/files/patch-af
#	alsaplayer/files/patch-ag
#	alsaplayer/Makefile
#	alsaplayer/distinfo
#	alsaplayer/pkg-comment
#	alsaplayer/pkg-descr
#	alsaplayer/pkg-plist
#
echo c - alsaplayer
mkdir -p alsaplayer > /dev/null 2>&1
echo c - alsaplayer/files
mkdir -p alsaplayer/files > /dev/null 2>&1
echo x - alsaplayer/files/patch-aa
sed 's/^X//' >alsaplayer/files/patch-aa << 'END-of-alsaplayer/files/patch-aa'
X--- Makefile.am	Mon Jun 10 22:51:09 2002
X+++ Makefile.am	Sun Sep 15 10:21:18 2002
X@@ -1,5 +1,5 @@
X AUTOMAKE_OPTIONS = foreign
X-SUBDIRS = interface output input scopes app alsaplayer extra docs \
X+SUBDIRS = interface output input scopes app alsaplayer extra \
X 	libalsaplayer examples m4 reader
X 
X EXTRA_DIST = bootstrap
END-of-alsaplayer/files/patch-aa
echo x - alsaplayer/files/patch-ab
sed 's/^X//' >alsaplayer/files/patch-ab << 'END-of-alsaplayer/files/patch-ab'
X--- Makefile.in	Mon Jun 24 18:34:20 2002
X+++ Makefile.in	Sun Sep 15 10:21:10 2002
X@@ -124,7 +124,7 @@
X curlconfig = @curlconfig@
X 
X AUTOMAKE_OPTIONS = foreign
X-SUBDIRS = interface output input scopes app alsaplayer extra docs 	libalsaplayer examples m4 reader
X+SUBDIRS = interface output input scopes app alsaplayer extra libalsaplayer examples m4 reader
X 
X 
X EXTRA_DIST = bootstrap
END-of-alsaplayer/files/patch-ab
echo x - alsaplayer/files/patch-ac
sed 's/^X//' >alsaplayer/files/patch-ac << 'END-of-alsaplayer/files/patch-ac'
X--- app/Makefile.am	Mon Jun 10 22:51:10 2002
X+++ app/Makefile.am	Sun Sep 15 10:23:09 2002
X@@ -17,7 +17,7 @@
X 
X endif
X 
X-LIBS = -lpthread -ldl $(SUN_LIBS)
X+LIBS = -pthread -L/usr/local/lib -lgnugetopt $(SUN_LIBS)
X 
X COMMON_FLAGS = @DFLAGS@ -Wall -D_REENTRANT \
X 		-DADDON_DIR=\"$(ADDON_DIR)\" @ARCH_CFLAGS@
END-of-alsaplayer/files/patch-ac
echo x - alsaplayer/files/patch-ad
sed 's/^X//' >alsaplayer/files/patch-ad << 'END-of-alsaplayer/files/patch-ad'
X--- app/Makefile.in	Mon Jun 24 18:34:30 2002
X+++ app/Makefile.in	Sun Sep 15 10:22:04 2002
X@@ -125,7 +125,7 @@
X 
X @ARCH_ULTRA_TRUE@SUN_LIBS = -lresolv
X 
X-LIBS = -lpthread -ldl $(SUN_LIBS)
X+LIBS = -pthread -L/usr/local/lib -lgnugetopt $(SUN_LIBS)
X 
X COMMON_FLAGS = @DFLAGS@ -Wall -D_REENTRANT 		-DADDON_DIR=\"$(ADDON_DIR)\" @ARCH_CFLAGS@
X 
END-of-alsaplayer/files/patch-ad
echo x - alsaplayer/files/patch-ae
sed 's/^X//' >alsaplayer/files/patch-ae << 'END-of-alsaplayer/files/patch-ae'
X--- configure	Mon Jun 24 18:14:26 2002
X+++ configure	Sun Sep 15 10:19:09 2002
X@@ -10194,7 +10194,7 @@
X   echo $ECHO_N "(cached) $ECHO_C" >&6
X else
X   ac_check_lib_save_LIBS=$LIBS
X-LIBS="-lpthread  $LIBS"
X+LIBS="-pthread  $LIBS"
X cat >conftest.$ac_ext <<_ACEOF
X #line $LINENO "configure"
X #include "confdefs.h"
X@@ -10248,7 +10248,7 @@
X #define HAVE_LIBPTHREAD 1
X _ACEOF
X 
X-  LIBS="-lpthread $LIBS"
X+  LIBS="-pthread $LIBS"
X 
X else
X   { { echo "$as_me:$LINENO: error: ** POSIX.4 threads not installed or broken **" >&5
END-of-alsaplayer/files/patch-ae
echo x - alsaplayer/files/patch-af
sed 's/^X//' >alsaplayer/files/patch-af << 'END-of-alsaplayer/files/patch-af'
X--- reader/http/http.c	Thu Jun 20 08:30:07 2002
X+++ reader/http/http.c	Sun Sep 15 10:19:09 2002
X@@ -31,6 +31,7 @@
X #include <fcntl.h>
X #include <unistd.h>
X #include <errno.h>
X+#include <netinet/in.h>
X 
X #include "reader.h"
X #include "alsaplayer_error.h"
END-of-alsaplayer/files/patch-af
echo x - alsaplayer/files/patch-ag
sed 's/^X//' >alsaplayer/files/patch-ag << 'END-of-alsaplayer/files/patch-ag'
X--- app/AlsaNode.cpp	Mon Jun 24 18:14:47 2002
X+++ app/AlsaNode.cpp	Sun Sep 15 10:19:09 2002
X@@ -23,8 +23,8 @@
X #include "AlsaPlayer.h"
X #include "config.h"
X #include "prefs.h"
X-#include <sys/mman.h>
X #include <sys/types.h>
X+#include <sys/mman.h>
X #ifdef USE_REALTIME
X #include <sched.h>
X #endif
X@@ -191,7 +191,7 @@
X 
X bool AlsaNode::IsInStream(int the_id)
X {
X-	subscriber *i;
X+//	subscriber *i;
X 	int c;
X 
X 	pthread_mutex_lock(&queue_mutex);	
END-of-alsaplayer/files/patch-ag
echo x - alsaplayer/Makefile
sed 's/^X//' >alsaplayer/Makefile << 'END-of-alsaplayer/Makefile'
X# New ports collection makefile for:   alsaplayer
X# Date created:                17 September 2002
X# Whom:                        Robin Schilham <co9@xs4all.nl>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	alsaplayer
XPORTVERSION=	0.99.71
XCATEGORIES=	audio
XMASTER_SITES=	ftp://ftp.alsa-project.org/pub/people/andy/ \
X		http://www.alsaplayer.org/
X
XMAINTAINER=	co9@xs4all.nl
X
XLIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
X
XUSE_REINPLACE=	yes
X
XGNU_CONFIGURE=	yes
X
XCONFIGURE_ARGS=	--disable-oss
XCONFIGURE_ENV+= GTK_CONFIG="${GTK_CONFIG}"
XCONFIGURE_ENV+= GLIB_CONFIG="${GLIB_CONFIG}"
X
XUSE_GTK=	yes
XUSE_GNOME=	yes
X
XMAN1=		alsaplayer.1
X
Xpre-patch:
X	@${FIND} ${WRKSRC} -name '*.c' | ${XARGS} \
X		${REINPLACE_CMD} -e "s|<malloc.h>|<stdlib.h>|g"
X	@${FIND} ${WRKSRC} -name '*.c' | ${XARGS} \
X		${REINPLACE_CMD} -e "s|<stdint.h>|<inttypes.h>|g"
X
X.include <bsd.port.mk>
END-of-alsaplayer/Makefile
echo x - alsaplayer/distinfo
sed 's/^X//' >alsaplayer/distinfo << 'END-of-alsaplayer/distinfo'
XMD5 (alsaplayer-0.99.71.tar.gz) = c91c6a1c5d0a7c87c8f5b05d13f681f1
END-of-alsaplayer/distinfo
echo x - alsaplayer/pkg-comment
sed 's/^X//' >alsaplayer/pkg-comment << 'END-of-alsaplayer/pkg-comment'
XAudio player with pitch control and a GNOME GUI
END-of-alsaplayer/pkg-comment
echo x - alsaplayer/pkg-descr
sed 's/^X//' >alsaplayer/pkg-descr << 'END-of-alsaplayer/pkg-descr'
XAlsaPlayer is a new type of PCM player that supports different output systems
Xincluding OSS, Esound, NAS (Network Audio Server), Sparc, and SGI.
X
XAlsaPlayer is heavily multi-threaded and has some very interesting features 
Xunique to Linux/Unix players such as full pitch control and the possibility
Xof playing music backwards.
X
XWarning: AlsaPlayer consumes a lot of CPU cycles.
X
XWWW: http://www.alsaplayer.org
END-of-alsaplayer/pkg-descr
echo x - alsaplayer/pkg-plist
sed 's/^X//' >alsaplayer/pkg-plist << 'END-of-alsaplayer/pkg-plist'
Xlib/alsaplayer/interface/libgtk.so
Xlib/alsaplayer/interface/libgtk.la
Xlib/alsaplayer/interface/libtext.so
Xlib/alsaplayer/interface/libtext.la
Xlib/alsaplayer/interface/libdaemon.so
Xlib/alsaplayer/interface/libdaemon.la
Xlib/alsaplayer/output/libesound_out.so
Xlib/alsaplayer/output/libesound_out.la
Xlib/alsaplayer/output/libnull_out.so
Xlib/alsaplayer/output/libnull_out.la
Xlib/alsaplayer/input/libmod.so
Xlib/alsaplayer/input/libmod.la
Xlib/alsaplayer/input/libwav.so
Xlib/alsaplayer/input/libwav.la
Xlib/alsaplayer/input/libmad_in.so
Xlib/alsaplayer/input/libmad_in.la
Xlib/alsaplayer/scopes/liblogbarfft.so
Xlib/alsaplayer/scopes/liblogbarfft.la
Xlib/alsaplayer/scopes/liblevelmeter.so
Xlib/alsaplayer/scopes/liblevelmeter.la
Xlib/alsaplayer/scopes/libsynaescope.so
Xlib/alsaplayer/scopes/libsynaescope.la
Xlib/alsaplayer/scopes/libspacescope.so
Xlib/alsaplayer/scopes/libspacescope.la
Xlib/alsaplayer/scopes/libmonoscope.so
Xlib/alsaplayer/scopes/libmonoscope.la
Xlib/alsaplayer/scopes/libblurscope.so
Xlib/alsaplayer/scopes/libblurscope.la
Xlib/alsaplayer/reader/libfile.so
Xlib/alsaplayer/reader/libfile.la
Xlib/alsaplayer/reader/libhttp.so
Xlib/alsaplayer/reader/libhttp.la
Xlib/alsaplayer/reader/libcurl.so
Xlib/alsaplayer/reader/libcurl.la
Xlib/libalsaplayer.so.0
Xlib/libalsaplayer.so
Xlib/libalsaplayer.la
Xlib/pkgconfig/alsaplayer.pc
Xinclude/alsaplayer/input_plugin.h
Xinclude/alsaplayer/output_plugin.h
Xinclude/alsaplayer/scope_plugin.h
Xinclude/alsaplayer/interface_plugin.h
Xinclude/alsaplayer/CorePlayer.h
Xinclude/alsaplayer/Playlist.h
Xinclude/alsaplayer/SampleBuffer.h
Xinclude/alsaplayer/AlsaNode.h
Xinclude/alsaplayer/Effects.h
Xinclude/alsaplayer/utilities.h
Xinclude/alsaplayer/alsaplayer_error.h
Xinclude/alsaplayer/AlsaSubscriber.h
Xinclude/alsaplayer/prefs.h
Xinclude/alsaplayer/AlsaPlayer.h
Xinclude/alsaplayer/control.h
Xinclude/alsaplayer/reader.h
X@dirrm lib/alsaplayer/reader
X@dirrm lib/alsaplayer/scopes
X@dirrm lib/alsaplayer/input
X@dirrm lib/alsaplayer/output
X@dirrm lib/alsaplayer/interface
X@dirrm lib/alsaplayer
X@dirrm lib/pkgconfig
X@dirrm include/alsaplayer
END-of-alsaplayer/pkg-plist
exit
>Release-Note:
>Audit-Trail:

From: John Merryweather Cooper <john_m_cooper@yahoo.com>
To: Robin Schilham <co9@xs4all.nl>
Cc: "FreeBSD-gnats-submit@freebsd.org" <FreeBSD-gnats-submit@freebsd.org>
Subject: Re: ports/43142: New port: AlsaPlayer is an audio player with pitch
	control and a GNOME GUI
Date: 20 Sep 2002 15:17:02 -0700

 Let me know when AlsaPlayer is running and committed, and I'll update
 www/plugger to use it (AlsaPlayer is the preferred player for WAV files
 and such).
 
 jmc
 
 On Fri, 2002-09-20 at 13:41, Robin Schilham wrote:
 > 
 > >Number:         43142
 > >Category:       ports
 > >Synopsis:       New port: AlsaPlayer is an audio player with pitch control and a GNOME GUI
 > >Confidential:   no
 > >Severity:       non-critical
 > >Priority:       medium
 > >Responsible:    freebsd-ports
 > >State:          closed
 > >Quarter:        
 > >Keywords:       
 > >Date-Required:
 > >Class:          change-request
 > >Submitter-Id:   current-users
 > >Arrival-Date:   Fri Sep 20 13:50:01 PDT 2002
 > >Closed-Date:
 > >Last-Modified:
 > >Originator:     Robin Schilham
 > >Release:        FreeBSD 4.7-PRERELEASE i386
 > >Organization:
 > >Environment:
 > System: FreeBSD a194-109-252-84.adsl.xs4all.nl 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #0: Sun Sep 15 18:28:16 CEST 2002 root@a194-109-252-84.adsl.xs4all.nl:/usr/obj/usr/src/sys/OMNI i386
 > 
 > >Description:
 > New port: AlsaPlayer is an audio player with pitch control and a GNOME GUI
 > >How-To-Repeat:
 > >Fix:
 > # 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:
 > #
 > #	alsaplayer
 > #	alsaplayer/files
 > #	alsaplayer/files/patch-aa
 > #	alsaplayer/files/patch-ab
 > #	alsaplayer/files/patch-ac
 > #	alsaplayer/files/patch-ad
 > #	alsaplayer/files/patch-ae
 > #	alsaplayer/files/patch-af
 > #	alsaplayer/files/patch-ag
 > #	alsaplayer/Makefile
 > #	alsaplayer/distinfo
 > #	alsaplayer/pkg-comment
 > #	alsaplayer/pkg-descr
 > #	alsaplayer/pkg-plist
 > #
 > echo c - alsaplayer
 > mkdir -p alsaplayer > /dev/null 2>&1
 > echo c - alsaplayer/files
 > mkdir -p alsaplayer/files > /dev/null 2>&1
 > echo x - alsaplayer/files/patch-aa
 > sed 's/^X//' >alsaplayer/files/patch-aa << 'END-of-alsaplayer/files/patch-aa'
 > X--- Makefile.am	Mon Jun 10 22:51:09 2002
 > X+++ Makefile.am	Sun Sep 15 10:21:18 2002
 > X@@ -1,5 +1,5 @@
 > X AUTOMAKE_OPTIONS = foreign
 > X-SUBDIRS = interface output input scopes app alsaplayer extra docs \
 > X+SUBDIRS = interface output input scopes app alsaplayer extra \
 > X 	libalsaplayer examples m4 reader
 > X 
 > X EXTRA_DIST = bootstrap
 > END-of-alsaplayer/files/patch-aa
 > echo x - alsaplayer/files/patch-ab
 > sed 's/^X//' >alsaplayer/files/patch-ab << 'END-of-alsaplayer/files/patch-ab'
 > X--- Makefile.in	Mon Jun 24 18:34:20 2002
 > X+++ Makefile.in	Sun Sep 15 10:21:10 2002
 > X@@ -124,7 +124,7 @@
 > X curlconfig = @curlconfig@
 > X 
 > X AUTOMAKE_OPTIONS = foreign
 > X-SUBDIRS = interface output input scopes app alsaplayer extra docs 	libalsaplayer examples m4 reader
 > X+SUBDIRS = interface output input scopes app alsaplayer extra libalsaplayer examples m4 reader
 > X 
 > X 
 > X EXTRA_DIST = bootstrap
 > END-of-alsaplayer/files/patch-ab
 > echo x - alsaplayer/files/patch-ac
 > sed 's/^X//' >alsaplayer/files/patch-ac << 'END-of-alsaplayer/files/patch-ac'
 > X--- app/Makefile.am	Mon Jun 10 22:51:10 2002
 > X+++ app/Makefile.am	Sun Sep 15 10:23:09 2002
 > X@@ -17,7 +17,7 @@
 > X 
 > X endif
 > X 
 > X-LIBS = -lpthread -ldl $(SUN_LIBS)
 > X+LIBS = -pthread -L/usr/local/lib -lgnugetopt $(SUN_LIBS)
 > X 
 > X COMMON_FLAGS = @DFLAGS@ -Wall -D_REENTRANT \
 > X 		-DADDON_DIR=\"$(ADDON_DIR)\" @ARCH_CFLAGS@
 > END-of-alsaplayer/files/patch-ac
 > echo x - alsaplayer/files/patch-ad
 > sed 's/^X//' >alsaplayer/files/patch-ad << 'END-of-alsaplayer/files/patch-ad'
 > X--- app/Makefile.in	Mon Jun 24 18:34:30 2002
 > X+++ app/Makefile.in	Sun Sep 15 10:22:04 2002
 > X@@ -125,7 +125,7 @@
 > X 
 > X @ARCH_ULTRA_TRUE@SUN_LIBS = -lresolv
 > X 
 > X-LIBS = -lpthread -ldl $(SUN_LIBS)
 > X+LIBS = -pthread -L/usr/local/lib -lgnugetopt $(SUN_LIBS)
 > X 
 > X COMMON_FLAGS = @DFLAGS@ -Wall -D_REENTRANT 		-DADDON_DIR=\"$(ADDON_DIR)\" @ARCH_CFLAGS@
 > X 
 > END-of-alsaplayer/files/patch-ad
 > echo x - alsaplayer/files/patch-ae
 > sed 's/^X//' >alsaplayer/files/patch-ae << 'END-of-alsaplayer/files/patch-ae'
 > X--- configure	Mon Jun 24 18:14:26 2002
 > X+++ configure	Sun Sep 15 10:19:09 2002
 > X@@ -10194,7 +10194,7 @@
 > X   echo $ECHO_N "(cached) $ECHO_C" >&6
 > X else
 > X   ac_check_lib_save_LIBS=$LIBS
 > X-LIBS="-lpthread  $LIBS"
 > X+LIBS="-pthread  $LIBS"
 > X cat >conftest.$ac_ext <<_ACEOF
 > X #line $LINENO "configure"
 > X #include "confdefs.h"
 > X@@ -10248,7 +10248,7 @@
 > X #define HAVE_LIBPTHREAD 1
 > X _ACEOF
 > X 
 > X-  LIBS="-lpthread $LIBS"
 > X+  LIBS="-pthread $LIBS"
 > X 
 > X else
 > X   { { echo "$as_me:$LINENO: error: ** POSIX.4 threads not installed or broken **" >&5
 > END-of-alsaplayer/files/patch-ae
 > echo x - alsaplayer/files/patch-af
 > sed 's/^X//' >alsaplayer/files/patch-af << 'END-of-alsaplayer/files/patch-af'
 > X--- reader/http/http.c	Thu Jun 20 08:30:07 2002
 > X+++ reader/http/http.c	Sun Sep 15 10:19:09 2002
 > X@@ -31,6 +31,7 @@
 > X #include <fcntl.h>
 > X #include <unistd.h>
 > X #include <errno.h>
 > X+#include <netinet/in.h>
 > X 
 > X #include "reader.h"
 > X #include "alsaplayer_error.h"
 > END-of-alsaplayer/files/patch-af
 > echo x - alsaplayer/files/patch-ag
 > sed 's/^X//' >alsaplayer/files/patch-ag << 'END-of-alsaplayer/files/patch-ag'
 > X--- app/AlsaNode.cpp	Mon Jun 24 18:14:47 2002
 > X+++ app/AlsaNode.cpp	Sun Sep 15 10:19:09 2002
 > X@@ -23,8 +23,8 @@
 > X #include "AlsaPlayer.h"
 > X #include "config.h"
 > X #include "prefs.h"
 > X-#include <sys/mman.h>
 > X #include <sys/types.h>
 > X+#include <sys/mman.h>
 > X #ifdef USE_REALTIME
 > X #include <sched.h>
 > X #endif
 > X@@ -191,7 +191,7 @@
 > X 
 > X bool AlsaNode::IsInStream(int the_id)
 > X {
 > X-	subscriber *i;
 > X+//	subscriber *i;
 > X 	int c;
 > X 
 > X 	pthread_mutex_lock(&queue_mutex);	
 > END-of-alsaplayer/files/patch-ag
 > echo x - alsaplayer/Makefile
 > sed 's/^X//' >alsaplayer/Makefile << 'END-of-alsaplayer/Makefile'
 > X# New ports collection makefile for:   alsaplayer
 > X# Date created:                17 September 2002
 > X# Whom:                        Robin Schilham <co9@xs4all.nl>
 > X#
 > X# $FreeBSD$
 > X#
 > X
 > XPORTNAME=	alsaplayer
 > XPORTVERSION=	0.99.71
 > XCATEGORIES=	audio
 > XMASTER_SITES=	ftp://ftp.alsa-project.org/pub/people/andy/ \
 > X		http://www.alsaplayer.org/
 > X
 > XMAINTAINER=	co9@xs4all.nl
 > X
 > XLIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
 > X
 > XUSE_REINPLACE=	yes
 > X
 > XGNU_CONFIGURE=	yes
 > X
 > XCONFIGURE_ARGS=	--disable-oss
 > XCONFIGURE_ENV+= GTK_CONFIG="${GTK_CONFIG}"
 > XCONFIGURE_ENV+= GLIB_CONFIG="${GLIB_CONFIG}"
 > X
 > XUSE_GTK=	yes
 > XUSE_GNOME=	yes
 > X
 > XMAN1=		alsaplayer.1
 > X
 > Xpre-patch:
 > X	@${FIND} ${WRKSRC} -name '*.c' | ${XARGS} \
 > X		${REINPLACE_CMD} -e "s|<malloc.h>|<stdlib.h>|g"
 > X	@${FIND} ${WRKSRC} -name '*.c' | ${XARGS} \
 > X		${REINPLACE_CMD} -e "s|<stdint.h>|<inttypes.h>|g"
 > X
 > X.include <bsd.port.mk>
 > END-of-alsaplayer/Makefile
 > echo x - alsaplayer/distinfo
 > sed 's/^X//' >alsaplayer/distinfo << 'END-of-alsaplayer/distinfo'
 > XMD5 (alsaplayer-0.99.71.tar.gz) = c91c6a1c5d0a7c87c8f5b05d13f681f1
 > END-of-alsaplayer/distinfo
 > echo x - alsaplayer/pkg-comment
 > sed 's/^X//' >alsaplayer/pkg-comment << 'END-of-alsaplayer/pkg-comment'
 > XAudio player with pitch control and a GNOME GUI
 > END-of-alsaplayer/pkg-comment
 > echo x - alsaplayer/pkg-descr
 > sed 's/^X//' >alsaplayer/pkg-descr << 'END-of-alsaplayer/pkg-descr'
 > XAlsaPlayer is a new type of PCM player that supports different output systems
 > Xincluding OSS, Esound, NAS (Network Audio Server), Sparc, and SGI.
 > X
 > XAlsaPlayer is heavily multi-threaded and has some very interesting features 
 > Xunique to Linux/Unix players such as full pitch control and the possibility
 > Xof playing music backwards.
 > X
 > XWarning: AlsaPlayer consumes a lot of CPU cycles.
 > X
 > XWWW: http://www.alsaplayer.org
 > END-of-alsaplayer/pkg-descr
 > echo x - alsaplayer/pkg-plist
 > sed 's/^X//' >alsaplayer/pkg-plist << 'END-of-alsaplayer/pkg-plist'
 > Xlib/alsaplayer/interface/libgtk.so
 > Xlib/alsaplayer/interface/libgtk.la
 > Xlib/alsaplayer/interface/libtext.so
 > Xlib/alsaplayer/interface/libtext.la
 > Xlib/alsaplayer/interface/libdaemon.so
 > Xlib/alsaplayer/interface/libdaemon.la
 > Xlib/alsaplayer/output/libesound_out.so
 > Xlib/alsaplayer/output/libesound_out.la
 > Xlib/alsaplayer/output/libnull_out.so
 > Xlib/alsaplayer/output/libnull_out.la
 > Xlib/alsaplayer/input/libmod.so
 > Xlib/alsaplayer/input/libmod.la
 > Xlib/alsaplayer/input/libwav.so
 > Xlib/alsaplayer/input/libwav.la
 > Xlib/alsaplayer/input/libmad_in.so
 > Xlib/alsaplayer/input/libmad_in.la
 > Xlib/alsaplayer/scopes/liblogbarfft.so
 > Xlib/alsaplayer/scopes/liblogbarfft.la
 > Xlib/alsaplayer/scopes/liblevelmeter.so
 > Xlib/alsaplayer/scopes/liblevelmeter.la
 > Xlib/alsaplayer/scopes/libsynaescope.so
 > Xlib/alsaplayer/scopes/libsynaescope.la
 > Xlib/alsaplayer/scopes/libspacescope.so
 > Xlib/alsaplayer/scopes/libspacescope.la
 > Xlib/alsaplayer/scopes/libmonoscope.so
 > Xlib/alsaplayer/scopes/libmonoscope.la
 > Xlib/alsaplayer/scopes/libblurscope.so
 > Xlib/alsaplayer/scopes/libblurscope.la
 > Xlib/alsaplayer/reader/libfile.so
 > Xlib/alsaplayer/reader/libfile.la
 > Xlib/alsaplayer/reader/libhttp.so
 > Xlib/alsaplayer/reader/libhttp.la
 > Xlib/alsaplayer/reader/libcurl.so
 > Xlib/alsaplayer/reader/libcurl.la
 > Xlib/libalsaplayer.so.0
 > Xlib/libalsaplayer.so
 > Xlib/libalsaplayer.la
 > Xlib/pkgconfig/alsaplayer.pc
 > Xinclude/alsaplayer/input_plugin.h
 > Xinclude/alsaplayer/output_plugin.h
 > Xinclude/alsaplayer/scope_plugin.h
 > Xinclude/alsaplayer/interface_plugin.h
 > Xinclude/alsaplayer/CorePlayer.h
 > Xinclude/alsaplayer/Playlist.h
 > Xinclude/alsaplayer/SampleBuffer.h
 > Xinclude/alsaplayer/AlsaNode.h
 > Xinclude/alsaplayer/Effects.h
 > Xinclude/alsaplayer/utilities.h
 > Xinclude/alsaplayer/alsaplayer_error.h
 > Xinclude/alsaplayer/AlsaSubscriber.h
 > Xinclude/alsaplayer/prefs.h
 > Xinclude/alsaplayer/AlsaPlayer.h
 > Xinclude/alsaplayer/control.h
 > Xinclude/alsaplayer/reader.h
 > X@dirrm lib/alsaplayer/reader
 > X@dirrm lib/alsaplayer/scopes
 > X@dirrm lib/alsaplayer/input
 > X@dirrm lib/alsaplayer/output
 > X@dirrm lib/alsaplayer/interface
 > X@dirrm lib/alsaplayer
 > X@dirrm lib/pkgconfig
 > X@dirrm include/alsaplayer
 > END-of-alsaplayer/pkg-plist
 > exit
 > >Release-Note:
 > >Audit-Trail:
 > >Unformatted:
 > 
 > To Unsubscribe: send mail to majordomo@FreeBSD.org
 > with "unsubscribe freebsd-ports" in the body of the message
 -- 
          _
   | |V| / '                       ||  MacroHard --                   \
 \_| | | \_,                       ||     the perfection of form over |
 ----------------------------------||     substance, marketing over   |
 Web:  http://www.borgsdemons.com  ||     performance, and greed over |
 AIM:  johnmcooper                 ||     design . . .                |
 Yahoo:  john_m_cooper             ||                                 |
 =====================================================================/
 Public Key:  http://www.borgsdemons.com/Personal/pgpkey.asc          |
 =====================================================================\
 

From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
To: FreeBSD-gnats-submit@FreeBSD.ORG
Cc: Robin Schilham <co9@xs4all.nl>
Subject: Re: ports/43142 - New port: AlsaPlayer is an audio player with pitch control and a GNOME GUI
Date: Tue, 3 Jun 2003 23:32:55 -0300

 --KsGdsel6WgEHnImy
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 Hi,
 
 	I was analyzing your PR regarding "New port: AlsaPlayer is
 an audio player with pitch control and a GNOME GUI" available at
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=3D43142
 
 	We apologize for letting this PR unattended for so long.
 
 	I noticed that AlsaPlayer is already at version 0.99.75
 while the port is at 0.99.71. Could you update the port? I'll
 evaluate it for committing. :) Thanks a lot submitting this for
 the Ports Collection.
 
 	Regards,
 
 --=20
 Mario S F Ferreira - DF - Brazil - "I guess this is a signature."
 FreeBSD Committer | FreeBSD-KDE Team | CS Developer
 feature, n: a documented bug | bug, n: an undocumented feature
 
 --KsGdsel6WgEHnImy
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.2 (FreeBSD)
 
 iD8DBQE+3Vps99ikl0dk/7oRAsv5AKCgwEKMzUnPJaMJtHkgdrQjrMIjmQCeLGC/
 spFudt0dAr38xi7AwyRSP1c=
 =yNhe
 -----END PGP SIGNATURE-----
 
 --KsGdsel6WgEHnImy--
State-Changed-From-To: open->feedback 
State-Changed-By: arved 
State-Changed-When: Thu Jun 26 08:09:25 PDT 2003 
State-Changed-Why:  
feedback was requested 

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

From: Robin Schilham <co9@xs4all.nl>
To: freebsd-gnats-submit@FreeBSD.org
Cc: lioux@FreeBSD.org
Subject: Re: ports/43142: New port: AlsaPlayer is an audio player with pitch
 control and a GNOME GUI
Date: Fri, 27 Jun 2003 08:50:51 +0200

 This is a multi-part message in MIME format.
 --------------030406090602080400090702
 Content-Type: text/plain; charset=us-ascii; format=flowed
 Content-Transfer-Encoding: 7bit
 
 The attachment contains the updated version of alsaplayer.
 
 Regards,
 
 Robin
 
 --------------030406090602080400090702
 Content-Type: text/plain;
  name="alsaplayer-0.99.75.sh"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="alsaplayer-0.99.75.sh"
 
 # 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:
 #
 #	alsaplayer
 #	alsaplayer/files
 #	alsaplayer/files/patch-configure
 #	alsaplayer/files/patch-input::sndfile::sndfile_engine.c
 #	alsaplayer/files/patch-app::Makefile.am
 #	alsaplayer/files/patch-app::Makefile.in
 #	alsaplayer/files/patch-Makefile.am
 #	alsaplayer/files/patch-Makefile.in
 #	alsaplayer/files/patch-app::CorePlayer.cpp
 #	alsaplayer/files/patch-scopes::monoscope::monoscope.c
 #	alsaplayer/Makefile
 #	alsaplayer/distinfo
 #	alsaplayer/pkg-descr
 #	alsaplayer/pkg-plist
 #
 echo c - alsaplayer
 mkdir -p alsaplayer > /dev/null 2>&1
 echo c - alsaplayer/files
 mkdir -p alsaplayer/files > /dev/null 2>&1
 echo x - alsaplayer/files/patch-configure
 sed 's/^X//' >alsaplayer/files/patch-configure << 'END-of-alsaplayer/files/patch-configure'
 X--- configure-orig	Tue Jun 17 16:16:26 2003
 X+++ configure	Tue Jun 17 16:16:46 2003
 X@@ -10316,7 +10316,7 @@
 X echo "$as_me:$LINENO: result: $ac_cv_lib_GL_glBegin" >&5
 X echo "${ECHO_T}$ac_cv_lib_GL_glBegin" >&6
 X if test $ac_cv_lib_GL_glBegin = yes; then
 X-  OPENGL_LIBS="-lGL -lpthread"
 X+  OPENGL_LIBS="-lGL -pthread"
 X fi
 X 
 X 
 X@@ -10376,7 +10376,7 @@
 X echo "$as_me:$LINENO: result: $ac_cv_lib_MesaGL_glBegin" >&5
 X echo "${ECHO_T}$ac_cv_lib_MesaGL_glBegin" >&6
 X if test $ac_cv_lib_MesaGL_glBegin = yes; then
 X-  OPENGL_LIBS="-lMesaGL -lpthread"
 X+  OPENGL_LIBS="-lMesaGL -pthread"
 X fi
 X 
 X 	fi
 X@@ -11233,13 +11233,13 @@
 X 
 X 
 X 
 X-echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
 X-echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6
 X+echo "$as_me:$LINENO: checking for pthread_create in -pthread" >&5
 X+echo $ECHO_N "checking for pthread_create in -pthread... $ECHO_C" >&6
 X if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
 X   echo $ECHO_N "(cached) $ECHO_C" >&6
 X else
 X   ac_check_lib_save_LIBS=$LIBS
 X-LIBS="-lpthread  $LIBS"
 X+LIBS="-pthread  $LIBS"
 X cat >conftest.$ac_ext <<_ACEOF
 X #line $LINENO "configure"
 X /* confdefs.h.  */
 X@@ -11292,7 +11292,7 @@
 X #define HAVE_LIBPTHREAD 1
 X _ACEOF
 X 
 X-  LIBS="-lpthread $LIBS"
 X+  LIBS="-pthread $LIBS"
 X 
 X else
 X   { { echo "$as_me:$LINENO: error: ** POSIX.4 threads not installed or broken **" >&5
 END-of-alsaplayer/files/patch-configure
 echo x - alsaplayer/files/patch-input::sndfile::sndfile_engine.c
 sed 's/^X//' >alsaplayer/files/patch-input::sndfile::sndfile_engine.c << 'END-of-alsaplayer/files/patch-input::sndfile::sndfile_engine.c'
 X--- input/sndfile/sndfile_engine.c-orig	Tue Jun 17 16:43:57 2003
 X+++ input/sndfile/sndfile_engine.c	Tue Jun 17 16:44:12 2003
 X@@ -20,7 +20,6 @@
 X  */
 X 
 X #include <stdio.h>
 X-#include <alloca.h>
 X #include <stdlib.h>
 X #include <limits.h>
 X #include <string.h>
 END-of-alsaplayer/files/patch-input::sndfile::sndfile_engine.c
 echo x - alsaplayer/files/patch-app::Makefile.am
 sed 's/^X//' >alsaplayer/files/patch-app::Makefile.am << 'END-of-alsaplayer/files/patch-app::Makefile.am'
 X--- app/Makefile.am-orig	Tue Jun 17 17:32:45 2003
 X+++ app/Makefile.am	Tue Jun 17 17:32:58 2003
 X@@ -17,7 +17,7 @@
 X 
 X endif
 X 
 X-LIBS = -lpthread -ldl $(SUN_LIBS)
 X+LIBS = -pthread $(SUN_LIBS)
 X 
 X COMMON_FLAGS = @DFLAGS@ -D_REENTRANT \
 X 		-DADDON_DIR=\"$(ADDON_DIR)\" \
 END-of-alsaplayer/files/patch-app::Makefile.am
 echo x - alsaplayer/files/patch-app::Makefile.in
 sed 's/^X//' >alsaplayer/files/patch-app::Makefile.in << 'END-of-alsaplayer/files/patch-app::Makefile.in'
 X--- app/Makefile.in-orig	Tue Jun 17 17:33:15 2003
 X+++ app/Makefile.in	Tue Jun 17 17:33:33 2003
 X@@ -149,7 +149,7 @@
 X LIBMIKMOD_LIBS = @LIBMIKMOD_LIBS@
 X LIBOBJS = @LIBOBJS@
 X 
 X-LIBS = -lpthread -ldl $(SUN_LIBS)
 X+LIBS = -pthread $(SUN_LIBS)    
 X LIBTOOL = @LIBTOOL@
 X LN_S = @LN_S@
 X LTLIBOBJS = @LTLIBOBJS@
 END-of-alsaplayer/files/patch-app::Makefile.in
 echo x - alsaplayer/files/patch-Makefile.am
 sed 's/^X//' >alsaplayer/files/patch-Makefile.am << 'END-of-alsaplayer/files/patch-Makefile.am'
 X--- Makefile.am-orig	Tue Jun 17 17:34:05 2003
 X+++ Makefile.am	Tue Jun 17 17:34:15 2003
 X@@ -1,5 +1,5 @@
 X AUTOMAKE_OPTIONS = foreign
 X-SUBDIRS = interface output input scopes app alsaplayer extra docs \
 X+SUBDIRS = interface output input scopes app alsaplayer extra \
 X 	libalsaplayer examples m4 reader
 X 
 X EXTRA_DIST = bootstrap alsaplayer.spec
 END-of-alsaplayer/files/patch-Makefile.am
 echo x - alsaplayer/files/patch-Makefile.in
 sed 's/^X//' >alsaplayer/files/patch-Makefile.in << 'END-of-alsaplayer/files/patch-Makefile.in'
 X--- Makefile.in-orig	Tue Jun 17 17:34:25 2003
 X+++ Makefile.in	Tue Jun 17 17:34:43 2003
 X@@ -228,7 +228,7 @@
 X sysconfdir = @sysconfdir@
 X target_alias = @target_alias@
 X AUTOMAKE_OPTIONS = foreign
 X-SUBDIRS = interface output input scopes app alsaplayer extra docs \
 X+SUBDIRS = interface output input scopes app alsaplayer extra \
 X 	libalsaplayer examples m4 reader
 X 
 X 
 END-of-alsaplayer/files/patch-Makefile.in
 echo x - alsaplayer/files/patch-app::CorePlayer.cpp
 sed 's/^X//' >alsaplayer/files/patch-app::CorePlayer.cpp << 'END-of-alsaplayer/files/patch-app::CorePlayer.cpp'
 X--- app/CorePlayer.cpp-orig	Wed Jun 18 13:48:49 2003
 X+++ app/CorePlayer.cpp	Wed Jun 18 13:52:02 2003
 X@@ -1165,6 +1165,7 @@
 X 			//alsaplayer_error("producer: waiting for free buffer");
 X 			pthread_mutex_lock(&obj->counter_mutex);
 X 			//alsaplayer_error("producer: unblocked");
 X+			dosleep(1000);
 X 		}	
 X 	}
 X 	//alsaplayer_error("Exitting producer_func (producing = %d)", obj->producing);
 END-of-alsaplayer/files/patch-app::CorePlayer.cpp
 echo x - alsaplayer/files/patch-scopes::monoscope::monoscope.c
 sed 's/^X//' >alsaplayer/files/patch-scopes::monoscope::monoscope.c << 'END-of-alsaplayer/files/patch-scopes::monoscope::monoscope.c'
 X--- scopes/monoscope/monoscope.c-orig	Thu Jun 19 11:15:16 2003
 X+++ scopes/monoscope/monoscope.c	Thu Jun 19 11:15:22 2003
 X@@ -103,7 +103,7 @@
 X 		pthread_mutex_lock(&update_mutex);
 X 		memcpy (copyEq, newEq, sizeof (short) * CONVOLVE_BIG);
 X 		thisEq = copyEq;
 X-#if 1					
 X+#if 0					
 X 		val = convolve_match (avgEq, copyEq, state);
 X 		thisEq += val;
 X #endif	
 END-of-alsaplayer/files/patch-scopes::monoscope::monoscope.c
 echo x - alsaplayer/Makefile
 sed 's/^X//' >alsaplayer/Makefile << 'END-of-alsaplayer/Makefile'
 X# New ports collection makefile for:   alsaplayer
 X# Date created:                18 June 2003
 X# Whom:                        Robin Schilham <co9@xs4all.nl>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	alsaplayer
 XPORTVERSION=	0.99.75
 XCATEGORIES=	audio
 XMASTER_SITES=	ftp://ftp.alsa-project.org/pub/people/andy/ \
 X		http://www.alsaplayer.org/
 X
 XMAINTAINER=	co9@xs4all.nl
 XCOMMENT=	Audio player with pitch control and a GNOME GUI
 X
 XLIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
 X                sndfile.1:${PORTSDIR}/audio/libsndfile
 X
 XUSE_REINPLACE=	yes
 X
 XMAN1=		alsaplayer.1
 X
 XUSE_GNOMENG=	yes
 XUSE_GNOME=	glib12
 XGNU_CONFIGURE=	yes
 XCONFIGURE_ENV+= GLIB_CONFIG="${GLIB_CONFIG}"
 XCONFIGURE_ARGS=	--disable-oss --disable-oggtest
 X
 X.if defined(WITHOUT_X11)
 XCONFIGURE_ARGS+=--disable-gtktest --disable-gtk
 X.else
 XUSE_XLIB=	yes
 XCONFIGURE_ENV+= GTK_CONFIG="${GTK_CONFIG}"
 XUSE_GTK=	yes
 X
 Xpre-fetch:
 X	@${ECHO_MSG} "To build this port without X11, define \"WITHOUT_X11\"."
 X.endif
 X
 Xpre-patch:
 X	@${FIND} ${WRKSRC} -name '*.c' | ${XARGS} \
 X		${REINPLACE_CMD} -e "s|<malloc.h>|<stdlib.h>|g"
 X	@${FIND} ${WRKSRC} -name '*.cpp' | ${XARGS} \
 X		${REINPLACE_CMD} -e "s|<malloc.h>|<stdlib.h>|g"
 X
 X.include <bsd.port.mk>
 END-of-alsaplayer/Makefile
 echo x - alsaplayer/distinfo
 sed 's/^X//' >alsaplayer/distinfo << 'END-of-alsaplayer/distinfo'
 XMD5 (alsaplayer-0.99.75.tar.gz) = 5b8337f2e2b22b31cf13dbbc3cb3072a
 END-of-alsaplayer/distinfo
 echo x - alsaplayer/pkg-descr
 sed 's/^X//' >alsaplayer/pkg-descr << 'END-of-alsaplayer/pkg-descr'
 XAlsaPlayer is a new type of PCM player that supports different output systems
 Xincluding OSS, Esound, NAS (Network Audio Server), Sparc, and SGI.
 X
 XAlsaPlayer is heavily multi-threaded and has some very interesting features 
 Xunique to Linux/Unix players such as full pitch control and the possibility
 Xof playing music backwards.
 X
 XWarning: AlsaPlayer consumes a lot of CPU cycles.
 X
 XWWW: http://www.alsaplayer.org
 END-of-alsaplayer/pkg-descr
 echo x - alsaplayer/pkg-plist
 sed 's/^X//' >alsaplayer/pkg-plist << 'END-of-alsaplayer/pkg-plist'
 Xbin/alsaplayer
 Xlib/alsaplayer/input/libmad_in.la
 Xlib/alsaplayer/input/libmad_in.so
 Xlib/alsaplayer/input/libmod.la
 Xlib/alsaplayer/input/libmod.so
 Xlib/alsaplayer/input/libsndfile_in.la
 Xlib/alsaplayer/input/libsndfile_in.so
 Xlib/alsaplayer/input/libwav.la
 Xlib/alsaplayer/input/libwav.so
 Xlib/alsaplayer/interface/libdaemon_interface.la
 Xlib/alsaplayer/interface/libdaemon_interface.so
 Xlib/alsaplayer/interface/libgtk_interface.la
 Xlib/alsaplayer/interface/libgtk_interface.so
 Xlib/alsaplayer/interface/libtext_interface.la
 Xlib/alsaplayer/interface/libtext_interface.so
 Xlib/alsaplayer/output/libesound_out.la
 Xlib/alsaplayer/output/libesound_out.so
 Xlib/alsaplayer/output/libnull_out.la
 Xlib/alsaplayer/output/libnull_out.so
 Xlib/alsaplayer/reader/libfile.la
 Xlib/alsaplayer/reader/libfile.so
 Xlib/alsaplayer/reader/libhttp.la
 Xlib/alsaplayer/reader/libhttp.so
 Xlib/alsaplayer/scopes/libblurscope.la
 Xlib/alsaplayer/scopes/libblurscope.so
 Xlib/alsaplayer/scopes/liblevelmeter.la
 Xlib/alsaplayer/scopes/liblevelmeter.so
 Xlib/alsaplayer/scopes/liblogbarfft.la
 Xlib/alsaplayer/scopes/liblogbarfft.so
 Xlib/alsaplayer/scopes/libmonoscope.la
 Xlib/alsaplayer/scopes/libmonoscope.so
 Xlib/alsaplayer/scopes/libspacescope.la
 Xlib/alsaplayer/scopes/libspacescope.so
 Xlib/alsaplayer/scopes/libsynaescope.la
 Xlib/alsaplayer/scopes/libsynaescope.so
 Xlib/libalsaplayer.la
 Xlib/libalsaplayer.so
 Xlib/libalsaplayer.so.0
 Xlib/pkgconfig/alsaplayer.pc
 X@dirrm lib/alsaplayer/scopes
 X@dirrm lib/alsaplayer/reader
 X@dirrm lib/alsaplayer/output
 X@dirrm lib/alsaplayer/interface
 X@dirrm lib/alsaplayer/input
 X@dirrm lib/alsaplayer
 END-of-alsaplayer/pkg-plist
 exit
 
 
 --------------030406090602080400090702--
 
State-Changed-From-To: feedback->closed 
State-Changed-By: arved 
State-Changed-When: Wed Jul 2 08:32:55 PDT 2003 
State-Changed-Why:  
Committed by marcus on Jun 30, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=43142 
>Unformatted:
