Date: Mon, 27 May 2013 18:34:15 GMT From: Danilo Egea Gondolfo <danilogondolfo@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/179020: audio/whysynth update and take maintainership Message-ID: <201305271834.r4RIYFMJ016854@oldred.FreeBSD.org> Resent-Message-ID: <201305271840.r4RIe0WZ007482@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 179020 >Category: ports >Synopsis: audio/whysynth update and take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 27 18:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Danilo Egea Gondolfo >Release: FreeBSD 9.1-STABLE >Organization: Universidade Estadual de Maringá >Environment: FreeBSD projeto 9.1-STABLE FreeBSD 9.1-STABLE #4 r250700: Thu May 16 13:48:11 BRT 2013 root@projeto:/usr/obj/usr/src.stable/sys/PROJETO amd64 >Description: Changes - Updated from 20100922 to 20120903; - pkg-desc updated with the new features; - Makefile changed to make portlint happy. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 319126) +++ Makefile (working copy) @@ -1,30 +1,25 @@ -# New ports collection makefile for: whysynth -# Date created: 2007-01-20 -# Whom: trasz <trasz@pin.if.uz.zgora.pl> -# +# Created by: trasz <trasz@pin.if.uz.zgora.pl> # $FreeBSD$ -# PORTNAME= whysynth -PORTVERSION= 20100922 -PORTREVISION= 3 +PORTVERSION= 20120903 CATEGORIES= audio MASTER_SITES= http://smbolton.com/whysynth/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danilogondolfo@gmail.com COMMENT= Versatile softsynth implemented as a DSSI plugin +LICENSE= GPLv2 LGPL21 +LICENSE_COMB= multi + BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi \ ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa -LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \ - lo.7:${PORTSDIR}/audio/liblo \ - jack.0:${PORTSDIR}/audio/jack \ +LIB_DEPENDS= dssialsacompat:${PORTSDIR}/audio/libdssialsacompat \ + lo:${PORTSDIR}/audio/liblo \ + jack:${PORTSDIR}/audio/jack \ fftw3:${PORTSDIR}/math/fftw3 \ fftw3f:${PORTSDIR}/math/fftw3-float -LICENSE= GPLv2 LGPL21 -LICENSE_COMB= multi - USE_BZIP2= yes USE_GNOME= gtk20 USE_GMAKE= yes Index: distinfo =================================================================== --- distinfo (revision 319126) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (whysynth-20100922.tar.bz2) = 8a82520723bb7cdb788ff76b276418da49aa2cd6bd97801203e362b8fc46723f -SIZE (whysynth-20100922.tar.bz2) = 2126947 +SHA256 (whysynth-20120903.tar.bz2) = acc0a4c8df1c8f36619861dfa32e3d2850783d462e2afec50c2210b2e3dd8686 +SIZE (whysynth-20120903.tar.bz2) = 2141470 Index: pkg-descr =================================================================== --- pkg-descr (revision 319126) +++ pkg-descr (working copy) @@ -4,11 +4,12 @@ - 4 oscillators, 2 filters, 3 LFOs, and 5 envelope generators per voice. -- 7 oscillator modes: minBLEP, wavecycle, asynchronous granular, FM, - waveshaper, noise, and PADsynth. +- 11 oscillator modes: minBLEP, wavecycle, chorused wavecycle, + asynchronous granular, three FM modes, waveshaper, noise, + PADsynth, and phase distortion. -- 5 filter modes. +- 10 filter modes. -- flexible modulation and mixdown options. +- flexible modulation and mixdown options, plus effects. WWW: http://smbolton.com/whysynth.html Index: pkg-plist =================================================================== --- pkg-plist (revision 319126) +++ pkg-plist (working copy) @@ -7,5 +7,8 @@ %%DATADIR%%/version_20051005_patches.WhySynth %%DATADIR%%/version_20051231_patches.WhySynth %%DATADIR%%/version_20090608_patches.WhySynth +%%DATADIR%%/version_20100922_patches.WhySynth +%%DATADIR%%/more_K4_interpretations.WhySynth @dirrm %%DATADIR%% @dirrm lib/dssi/whysynth +@dirrm lib/dssi >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305271834.r4RIYFMJ016854>