ports/142062: new port: audio/arss
Timothy Beyer
beyert at cs.ucr.edu
Sun Dec 27 02:10:03 UTC 2009
>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 at 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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list