Date: Fri, 7 Dec 2012 20:03:34 +0000 (UTC) From: Beech Rintoul <beech@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308445 - head/audio/hexter Message-ID: <201212072003.qB7K3Yqh073186@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk> +post-install: +.if ${PORT_OPTIONS:MDOCS} Changed and refined: +LIB_DEPENDS= pkg-descr Feature safe: yes PR: ports/174247 Submitted by: nemysis <nemysis@gmx.ch> 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 <bsd.port.options.mk> + +post-install: +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + .include <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212072003.qB7K3Yqh073186>