From owner-svn-ports-all@FreeBSD.ORG Fri Dec 7 20:03:34 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D6E19FEE; Fri, 7 Dec 2012 20:03:34 +0000 (UTC) (envelope-from beech@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 BD0578FC08; Fri, 7 Dec 2012 20:03:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB7K3Yrk073192; Fri, 7 Dec 2012 20:03:34 GMT (envelope-from beech@svn.freebsd.org) Received: (from beech@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB7K3Yqh073186; Fri, 7 Dec 2012 20:03:34 GMT (envelope-from beech@svn.freebsd.org) Message-Id: <201212072003.qB7K3Yqh073186@svn.freebsd.org> From: Beech Rintoul Date: Fri, 7 Dec 2012 20:03:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308445 - head/audio/hexter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2012 20:03:34 -0000 Author: beech Date: Fri Dec 7 20:03:33 2012 New Revision: 308445 URL: http://svnweb.freebsd.org/changeset/ports/308445 Log: - Update to 1.0.2 - Pass maintainership to submitter Makefile changed: +LICENSE= GPLv2 +PORTDOCS= +.include +post-install: +.if ${PORT_OPTIONS:MDOCS} Changed and refined: +LIB_DEPENDS= pkg-descr Feature safe: yes PR: ports/174247 Submitted by: nemysis Modified: head/audio/hexter/Makefile head/audio/hexter/distinfo head/audio/hexter/pkg-descr Modified: head/audio/hexter/Makefile ============================================================================== --- head/audio/hexter/Makefile Fri Dec 7 19:40:03 2012 (r308444) +++ head/audio/hexter/Makefile Fri Dec 7 20:03:33 2012 (r308445) @@ -6,21 +6,32 @@ # PORTNAME= hexter -PORTVERSION= 0.6.2 -PORTREVISION= 5 +PORTVERSION= 1.0.2 CATEGORIES= audio MASTER_SITES= SF/dssi/${PORTNAME}/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nemysis@gmx.ch COMMENT= DSSI softsynth that models the sound generation of a Yamaha DX7 -LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \ - lo.7:${PORTSDIR}/audio/liblo \ - jack.0:${PORTSDIR}/audio/jack +LICENSE= GPLv2 + +LIB_DEPENDS= dssialsacompat:${PORTSDIR}/audio/libdssialsacompat \ + lo:${PORTSDIR}/audio/liblo \ + jack:${PORTSDIR}/audio/jack BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gtk20 +PORTDOCS= AUTHORS ChangeLog README TODO + +.include + +post-install: +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + .include Modified: head/audio/hexter/distinfo ============================================================================== --- head/audio/hexter/distinfo Fri Dec 7 19:40:03 2012 (r308444) +++ head/audio/hexter/distinfo Fri Dec 7 20:03:33 2012 (r308445) @@ -1,2 +1,2 @@ -SHA256 (hexter-0.6.2.tar.gz) = b50c4fa077e2e42293739ff8166fcee4d2387267eabecf28cca3c087480b6fbf -SIZE (hexter-0.6.2.tar.gz) = 435825 +SHA256 (hexter-1.0.2.tar.gz) = afc576177e3acaf1e1d55c6778792d6b3e401c2d03c56a1c5c0d94f4411b0dc9 +SIZE (hexter-1.0.2.tar.gz) = 517532 Modified: head/audio/hexter/pkg-descr ============================================================================== --- head/audio/hexter/pkg-descr Fri Dec 7 19:40:03 2012 (r308444) +++ head/audio/hexter/pkg-descr Fri Dec 7 20:03:33 2012 (r308445) @@ -1,11 +1,12 @@ -hexter is a software synthesizer that models the sound generation -of a Yamaha DX7 synthesizer. It can easily load most DX7 patch bank -files, accept patch editing commands via MIDI sys-ex messages (ALSA -systems only), and recreate the sound of the DX7 with greater -accuracy than any previous open-source emulation (that the author -is aware of....) +hexter is a software synthesizer that models the sound generation of +a Yamaha DX7 synthesizer. It can easily load most DX7 patch bank +files, edit those patches via a built-in editor or MIDI sys-ex +messages (ALSA systems only), and recreate the sound of the DX7 with +greater accuracy than any previous open-source emulation (that the +author is aware of....) -hexter operates as a plugin for the Disposable Soft Synth Interface -(DSSI). +hexter operates as a plugin for the DSSI Soft Synth Interface. +DSSI is a plugin API for software instruments (soft synths) with user +interfaces, permitting them to be hosted in-process by audio applications. -WWW: http://dssi.sourceforge.net/hexter.html +WWW: http://dssi.sourceforge.net/hexter.html