- 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>
This commit is contained in:
Beech Rintoul 2012-12-07 20:03:33 +00:00
parent 6f3cf1e3c5
commit c377504127
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308445
3 changed files with 29 additions and 17 deletions

View File

@ -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>

View File

@ -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

View File

@ -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