From corecode@corecode.ath.cx  Tue Jan  7 06:50:44 2003
Return-Path: <corecode@corecode.ath.cx>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2A7E337B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  7 Jan 2003 06:50:44 -0800 (PST)
Received: from mailout08.sul.t-online.com (mailout08.sul.t-online.com [194.25.134.20])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 28F3843ED1
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  7 Jan 2003 06:50:43 -0800 (PST)
	(envelope-from corecode@corecode.ath.cx)
Received: from fwd04.sul.t-online.de 
	by mailout08.sul.t-online.com with smtp 
	id 18Vv3y-0006RE-03; Tue, 07 Jan 2003 15:50:42 +0100
Received: from pride.uni.stoert.net (320050403952-0001@[217.82.56.168]) by fmrl04.sul.t-online.com
	with esmtp id 18Vv3r-0912QaC; Tue, 7 Jan 2003 15:50:35 +0100
Received: from terrorfish.uni.stoert.net (terrorfish.uni.stoert.net [10.150.180.178])
	by pride.uni.stoert.net (Postfix) with ESMTP id BB024130576
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  7 Jan 2003 15:50:27 +0100 (CET)
Received: from terrorfish.uni.stoert.net (localhost [127.0.0.1])
	by terrorfish.uni.stoert.net (8.12.6/8.12.6) with ESMTP id h07Ep3hb003851
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 7 Jan 2003 15:51:03 +0100 (CET)
	(envelope-from corecode@terrorfish.uni.stoert.net)
Received: (from corecode@localhost)
	by terrorfish.uni.stoert.net (8.12.6/8.12.6/Submit) id h07Ep0bO003850;
	Tue, 7 Jan 2003 15:51:00 +0100 (CET)
	(envelope-from corecode)
Message-Id: <200301071451.h07Ep0bO003850@terrorfish.uni.stoert.net>
Date: Tue, 7 Jan 2003 15:51:00 +0100 (CET)
From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
Reply-To: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: new port: audio/wavesurfer (Tool for sound visualization and manipulation)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         46826
>Category:       ports
>Synopsis:       new port: audio/wavesurfer (Tool for sound visualization and manipulation)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    edwin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 07 07:00:12 PST 2003
>Closed-Date:    Fri Mar 28 15:57:25 PST 2003
>Last-Modified:  Fri Mar 28 15:57:25 PST 2003
>Originator:     Simon 'corecode' Schubert
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD terrorfish.uni.stoert.net 5.0-CURRENT FreeBSD 5.0-CURRENT #37: Thu Jan 2 22:36:26 CET 2003 corecode@terrorfish.uni.stoert.net:/usr/obj/athlon/usr/src/sys/TERRORFISH i386


	
>Description:
WaveSurfer  is  an   Open  Source  tool  for   sound  visualization  and
manipulation.  It has  been designed  to suit  both novice  and advanced
users. WaveSurfer has a simple  and logical user interface that provides
functionality in an intuitive way and  which can be adapted to different
tasks. It can be used as a stand-alone tool for a wide range of tasks in
speech  research and  education. Typical  applications are  speech/sound
analysis and  sound annotation/transcription. WaveSurfer can  also serve
as  a  platform  for  more advanced/specialized  applications.  This  is
accomplished either  through extending  the WaveSurfer  application with
new custom plug-ins or  by embedding WaveSurfer visualization components
in other applications.

WWW: http://www.speech.kth.se/wavesurfer/

- Simon 'corecode' Schubert
	
>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:
#
#	wavesurfer
#	wavesurfer/distinfo
#	wavesurfer/Makefile
#	wavesurfer/pkg-comment
#	wavesurfer/pkg-descr
#	wavesurfer/pkg-plist
#
echo c - wavesurfer
mkdir -p wavesurfer > /dev/null 2>&1
echo x - wavesurfer/distinfo
sed 's/^X//' >wavesurfer/distinfo << 'END-of-wavesurfer/distinfo'
XMD5 (wavesurfer-1.4.6.tar.gz) = a080194ae08dc91f7a70f1dc30106325
END-of-wavesurfer/distinfo
echo x - wavesurfer/Makefile
sed 's/^X//' >wavesurfer/Makefile << 'END-of-wavesurfer/Makefile'
X# New ports collection makefile for:	wavesurfer
X# Date created:		30 December 2002
X# Whom:			Simon 'corecode' Schubert <corecode@corecode.ath.cx>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	wavesurfer
XPORTVERSION=	1.4.6
XCATEGORIES=	audio tcl83 tk83
XMASTER_SITES=	http://www.speech.kth.se/wavesurfer/
X
XMAINTAINER=	corecode@corecode.ath.cx
X
XRUN_DEPENDS=	${LOCALBASE}/lib/snack2.2/snack.tcl:${PORTSDIR}/audio/snack
X
XNO_BUILD=	yes
X
XLIBDIR=		${PREFIX}/lib/tcl8.3/wsurf1.4
X
Xdo-install:
X	@${MKDIR} ${LIBDIR}
X	@cd ${WRKSRC}/wsurf1.4 && \
X	for f in *; do \
X		if [ -d $$f ]; then \
X			${MKDIR} ${LIBDIR}/$$f; \
X			${INSTALL_DATA} $$f/* ${LIBDIR}/$$f; \
X		else \
X			${INSTALL_DATA} $$f ${LIBDIR}; \
X		fi; \
X	done
X	@${INSTALL_SCRIPT} ${WRKSRC}/wavesurfer.tcl ${PREFIX}/bin/wavesurfer
X
X.include <bsd.port.mk>
END-of-wavesurfer/Makefile
echo x - wavesurfer/pkg-comment
sed 's/^X//' >wavesurfer/pkg-comment << 'END-of-wavesurfer/pkg-comment'
XTool for sound visualization and manipulation
END-of-wavesurfer/pkg-comment
echo x - wavesurfer/pkg-descr
sed 's/^X//' >wavesurfer/pkg-descr << 'END-of-wavesurfer/pkg-descr'
XWaveSurfer  is  an   Open  Source  tool  for   sound  visualization  and
Xmanipulation.  It has  been designed  to suit  both novice  and advanced
Xusers. WaveSurfer has a simple  and logical user interface that provides
Xfunctionality in an intuitive way and  which can be adapted to different
Xtasks. It can be used as a stand-alone tool for a wide range of tasks in
Xspeech  research and  education. Typical  applications are  speech/sound
Xanalysis and  sound annotation/transcription. WaveSurfer can  also serve
Xas  a  platform  for  more advanced/specialized  applications.  This  is
Xaccomplished either  through extending  the WaveSurfer  application with
Xnew custom plug-ins or  by embedding WaveSurfer visualization components
Xin other applications.
X
XWWW: http://www.speech.kth.se/wavesurfer/
X
X- Simon 'corecode' Schubert
END-of-wavesurfer/pkg-descr
echo x - wavesurfer/pkg-plist
sed 's/^X//' >wavesurfer/pkg-plist << 'END-of-wavesurfer/pkg-plist'
Xbin/wavesurfer
Xlib/tcl8.3/wsurf1.4/cmdline.tcl
Xlib/tcl8.3/wsurf1.4/combobox.tcl
Xlib/tcl8.3/wsurf1.4/configurations/HTK transcription.conf
Xlib/tcl8.3/wsurf1.4/configurations/IPA transcription.conf
Xlib/tcl8.3/wsurf1.4/configurations/Spectrogram.conf
Xlib/tcl8.3/wsurf1.4/configurations/Speech analysis.conf
Xlib/tcl8.3/wsurf1.4/configurations/TIMIT transcription.conf
Xlib/tcl8.3/wsurf1.4/configurations/Transcription.conf
Xlib/tcl8.3/wsurf1.4/configurations/WAVES transcription.conf
Xlib/tcl8.3/wsurf1.4/configurations/Waveform.conf
Xlib/tcl8.3/wsurf1.4/configurations/n-waveforms.conf
Xlib/tcl8.3/wsurf1.4/htmllib.tcl
Xlib/tcl8.3/wsurf1.4/http.tcl
Xlib/tcl8.3/wsurf1.4/messagebar.tcl
Xlib/tcl8.3/wsurf1.4/notebook.tcl
Xlib/tcl8.3/wsurf1.4/pkgIndex.tcl
Xlib/tcl8.3/wsurf1.4/plugins/analysis.plug
Xlib/tcl8.3/wsurf1.4/plugins/dataplot.plug
Xlib/tcl8.3/wsurf1.4/plugins/timeaxis.plug
Xlib/tcl8.3/wsurf1.4/plugins/transcription.plug
Xlib/tcl8.3/wsurf1.4/plugins/transcription_format_htk.plug
Xlib/tcl8.3/wsurf1.4/plugins/transcription_format_isis.plug
Xlib/tcl8.3/wsurf1.4/plugins/transcription_format_phondat.plug
Xlib/tcl8.3/wsurf1.4/plugins/transcription_format_timit.plug
Xlib/tcl8.3/wsurf1.4/plugins/transcription_format_waves.plug
Xlib/tcl8.3/wsurf1.4/plugins/transcription_format_ws.plug
Xlib/tcl8.3/wsurf1.4/resizer.tcl
Xlib/tcl8.3/wsurf1.4/surfutil.tcl
Xlib/tcl8.3/wsurf1.4/vtcanvas.tcl
Xlib/tcl8.3/wsurf1.4/wavebar.tcl
Xlib/tcl8.3/wsurf1.4/wsurf.tcl
X@dirrm lib/tcl8.3/wsurf1.4/plugins
X@dirrm lib/tcl8.3/wsurf1.4/configurations
X@dirrm lib/tcl8.3/wsurf1.4
END-of-wavesurfer/pkg-plist
exit

	


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Feb 4 04:37:25 PST 2003 
State-Changed-Why:  
Checksum is incorrect: 
===>  Extracting for wavesurfer-1.4.6 
State-Changed-From-To: feedback->closed 
State-Changed-By: edwin 
State-Changed-When: Fri Mar 28 15:57:02 PST 2003 
State-Changed-Why:  
timeout 

http://www.freebsd.org/cgi/query-pr.cgi?pr=46826 
>Unformatted:
 >> Checksum mismatch for wavesurfer-1.4.6.tar.gz. 
 
 Please check if the new tarball still works, I'll update it later. 
 
 
 
 Responsible-Changed-From-To: freebsd-ports-bugs->edwin 
 Responsible-Changed-By: edwin 
 Responsible-Changed-When: Tue Feb 4 04:37:25 PST 2003 
 Responsible-Changed-Why:  
 I'll handle it with the submitter 
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=46826 
