From owner-svn-ports-head@FreeBSD.ORG Tue Jun 4 18:30:59 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 086E98F4; Tue, 4 Jun 2013 18:30:59 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id ED4A0133A; Tue, 4 Jun 2013 18:30:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r54IUwDw009835; Tue, 4 Jun 2013 18:30:58 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r54IUvFW009831; Tue, 4 Jun 2013 18:30:57 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201306041830.r54IUvFW009831@svn.freebsd.org> From: Bryan Drewery Date: Tue, 4 Jun 2013 18:30:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319891 - head/audio/whysynth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 18:30:59 -0000 Author: bdrewery Date: Tue Jun 4 18:30:57 2013 New Revision: 319891 URL: http://svnweb.freebsd.org/changeset/ports/319891 Log: - Update to 20120903 - Pass maintainership to submitter - Trim header - Remove ABI versions from LIB_DEPENDS - Update pkg-descr with latest features - Pet portlint PR: ports/179020 Submitted by: Danilo Egea Gondolfo Modified: head/audio/whysynth/Makefile head/audio/whysynth/distinfo head/audio/whysynth/pkg-descr head/audio/whysynth/pkg-plist Modified: head/audio/whysynth/Makefile ============================================================================== --- head/audio/whysynth/Makefile Tue Jun 4 18:14:34 2013 (r319890) +++ head/audio/whysynth/Makefile Tue Jun 4 18:30:57 2013 (r319891) @@ -1,30 +1,25 @@ -# New ports collection makefile for: whysynth -# Date created: 2007-01-20 -# Whom: trasz -# +# Created by: trasz # $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 Modified: head/audio/whysynth/distinfo ============================================================================== --- head/audio/whysynth/distinfo Tue Jun 4 18:14:34 2013 (r319890) +++ head/audio/whysynth/distinfo Tue Jun 4 18:30:57 2013 (r319891) @@ -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 Modified: head/audio/whysynth/pkg-descr ============================================================================== --- head/audio/whysynth/pkg-descr Tue Jun 4 18:14:34 2013 (r319890) +++ head/audio/whysynth/pkg-descr Tue Jun 4 18:30:57 2013 (r319891) @@ -4,11 +4,12 @@ Disposable Soft Synth Interface (DSSI). - 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 Modified: head/audio/whysynth/pkg-plist ============================================================================== --- head/audio/whysynth/pkg-plist Tue Jun 4 18:14:34 2013 (r319890) +++ head/audio/whysynth/pkg-plist Tue Jun 4 18:30:57 2013 (r319891) @@ -7,5 +7,8 @@ lib/dssi/whysynth/WhySynth_gtk %%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