Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Dec 2009 17:40:58 -0800
From:      Timothy Beyer <beyert@cs.ucr.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Timothy Beyer <beyert@cs.ucr.edu>
Subject:   ports/142062: new port: audio/arss
Message-ID:  <87skaxmbx1.wl%beyert@cs.ucr.edu>
Resent-Message-ID: <200912270210.nBR2A2Od095367@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         142062
>Category:       ports
>Synopsis:       new port: audio/arss
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 27 02:10:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Timothy Beyer
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
no organization
>Environment:
 System: FreeBSD aeonserv.aeonnet 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Sat Sep 26 03:12:25 PDT 2009 beyert@aeonserv.aeonnet:/usr/src/sys/i386/compile/CUSTOM i386
>Description:

-The Analysis & Resynthesis Sound Spectrograph (formerly known as the Analysis
& Reconstruction Sound Engine), or ARSS, is a program that analyses a sound
file into a spectrogram and is able to synthesise this spectrogram, or any
other user-created image, back into a sound.

>How-To-Repeat:
    -Extract the shar and build

>Fix:
    The included shar

--- arss.shar 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:
#
#	arss
#	arss/Makefile
#	arss/pkg-descr
#	arss/distinfo
#
echo c - arss
mkdir -p arss > /dev/null 2>&1
echo x - arss/Makefile
sed 's/^X//' >arss/Makefile << '6b23736d9f7267430ef6ae6039c8ecee'
X# New ports collection makefile for:	arss
X# Date created:				2009-12-26
X# Whom:			Timothy Beyer <beyert@cs.ucr.edu>
X#
X# $FreeBSD: ports/audio/arss/Makefile,v 1.00 2009/12/26 17:32:35 beyert Exp $
X#
X
XPORTNAME=	arss
XPORTVERSION=	0.2.3
XCATEGORIES=	audio
XMASTER_SITES=	SF
XDISTNAME=	${PORTNAME}-${PORTVERSION}-src
X
XMAINTAINER=	beyert@cs.ucr.edu
XCOMMENT=	Additive Image Synthesizer (convert audio to images, images to audio)
X
XLIB_DEPENDS=	fftw3.5:${PORTSDIR}/math/fftw3
X
XWRKSRC=	${WRKDIR}/${DISTNAME}/src
X
XUSE_CMAKE=	yes
XUSE_LDCONFIG=	${PREFIX}/lib
XCFLAGS+=	-L${LOCALBASE}/lib -I${LOCALBASE}/include
XCMAKE_C_FLAGS=	${CFLAGS}
X
X.include <bsd.port.pre.mk>
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/arss ${PREFIX}/bin
X
X.include <bsd.port.post.mk>
6b23736d9f7267430ef6ae6039c8ecee
echo x - arss/pkg-descr
sed 's/^X//' >arss/pkg-descr << 'f2c5aa0152864409c950a1c551eb2145'
XThe Analysis & Resynthesis Sound Spectrograph (formerly known as the Analysis &
XReconstruction Sound Engine), or ARSS, is a program that analyses a sound file
Xinto a spectrogram and is able to synthesise this spectrogram, or any other
Xuser-created image, back into a sound.
X
XARSS is now superseded by Photosounder, which makes use of most of the
Xtechniques offered by ARSS in a simple to use and powerful graphical user
Xinterface and built in editor.
X
XWWW: http://arss.sourceforge.net/
f2c5aa0152864409c950a1c551eb2145
echo x - arss/distinfo
sed 's/^X//' >arss/distinfo << 'dbca85d121b099371b93b2643185da31'
XMD5 (arss-0.2.3-src.tar.gz) = 7a349ac00dd2732e70043254b4183255
XSHA256 (arss-0.2.3-src.tar.gz) = e2faca8b8a3902226353c4053cd9ab71595eec6ead657b5b44c14b4bef52b2b2
XSIZE (arss-0.2.3-src.tar.gz) = 17597
dbca85d121b099371b93b2643185da31
exit
--- arss.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87skaxmbx1.wl%beyert>