From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 27 02:10:03 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37A6E1065696 for ; Sun, 27 Dec 2009 02:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ED0178FC2B for ; Sun, 27 Dec 2009 02:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBR2A2Ms095374 for ; Sun, 27 Dec 2009 02:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBR2A2Od095367; Sun, 27 Dec 2009 02:10:02 GMT (envelope-from gnats) Resent-Date: Sun, 27 Dec 2009 02:10:02 GMT Resent-Message-Id: <200912270210.nBR2A2Od095367@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Timothy Beyer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C1BC106566C for ; Sun, 27 Dec 2009 02:06:36 +0000 (UTC) (envelope-from prvs=6052726b7=beyert@cs.ucr.edu) Received: from mx1.csudh.edu (mx1.csudh.edu [155.135.55.193]) by mx1.freebsd.org (Postfix) with ESMTP id 433968FC12 for ; Sun, 27 Dec 2009 02:06:36 +0000 (UTC) Received: from unknown (HELO mirapoint.csudh.edu) ([10.26.0.92]) by exit2.csudh.edu with ESMTP; 26 Dec 2009 17:31:02 -0800 Received: from aeonserv.aeonnet (cpe-76-90-217-240.socal.res.rr.com [76.90.217.240]) by mirapoint.csudh.edu (MOS 3.8.6-GA) with ESMTP id APN72487 (AUTH tbeyer1); Sat, 26 Dec 2009 17:49:45 -0800 (PST) Message-Id: <87skaxmbx1.wl%beyert@cs.ucr.edu> Date: Sat, 26 Dec 2009 17:40:58 -0800 From: Timothy Beyer To: FreeBSD-gnats-submit@FreeBSD.org Cc: Timothy Beyer Subject: ports/142062: new port: audio/arss X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Dec 2009 02:10:03 -0000 >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 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 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/arss ${PREFIX}/bin X X.include 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: