Date: Fri, 07 Dec 2012 03:06:51 +0100 From: nemysis <nemysis@gmx.ch> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/174247: [PATCH] audio/hexter: update to 1.0.2, take maintainership, Options NG, added license Message-ID: <20121207020654.7A9148DC@hub.freebsd.org> Resent-Message-ID: <201212070210.qB72A0HA092912@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 174247 >Category: ports >Synopsis: [PATCH] audio/hexter: update to 1.0.2, take maintainership, Options NG, added license >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: Fri Dec 07 02:10:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: - Update to 1.0.2 - Take maintainership Makefile changed: +LICENSE= GPLv2 +PORTDOCS= +.include <bsd.port.options.mk> +post-install: +.if ${PORT_OPTIONS:MDOCS} Changed and refined: +LIB_DEPENDS= pkg-descr Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: portlint -A looks fine. port test: clean >Fix: --- hexter-1.0.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/audio/hexter/Makefile ./Makefile --- /usr/ports/audio/hexter/Makefile 2012-12-05 00:40:43.000000000 +0100 +++ ./Makefile 2012-12-07 02:50:24.000000000 +0100 @@ -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> diff -ruN --exclude=CVS /usr/ports/audio/hexter/distinfo ./distinfo --- /usr/ports/audio/hexter/distinfo 2012-12-05 00:40:43.000000000 +0100 +++ ./distinfo 2012-12-06 22:26:17.000000000 +0100 @@ -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 diff -ruN --exclude=CVS /usr/ports/audio/hexter/pkg-descr ./pkg-descr --- /usr/ports/audio/hexter/pkg-descr 2012-12-05 00:40:43.000000000 +0100 +++ ./pkg-descr 2012-12-07 02:56:28.000000000 +0100 @@ -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 --- hexter-1.0.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121207020654.7A9148DC>