diff options
author | beech <beech@FreeBSD.org> | 2012-12-08 04:03:33 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2012-12-08 04:03:33 +0800 |
commit | cf179d832b94a6ac99d0781e2d598c541a82e5a7 (patch) | |
tree | e2e8a894010e9ba3b8da3a754a0ee52d8900b19c /audio/hexter | |
parent | 19d1ef421c408b8ec9ca036abb63f5144ff6bbe6 (diff) | |
download | freebsd-ports-gnome-cf179d832b94a6ac99d0781e2d598c541a82e5a7.tar.gz freebsd-ports-gnome-cf179d832b94a6ac99d0781e2d598c541a82e5a7.tar.zst freebsd-ports-gnome-cf179d832b94a6ac99d0781e2d598c541a82e5a7.zip |
- 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>
Diffstat (limited to 'audio/hexter')
-rw-r--r-- | audio/hexter/Makefile | 23 | ||||
-rw-r--r-- | audio/hexter/distinfo | 4 | ||||
-rw-r--r-- | audio/hexter/pkg-descr | 19 |
3 files changed, 29 insertions, 17 deletions
diff --git a/audio/hexter/Makefile b/audio/hexter/Makefile index 79b4aff85c1a..1e5bd490339f 100644 --- a/audio/hexter/Makefile +++ b/audio/hexter/Makefile @@ -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 --git a/audio/hexter/distinfo b/audio/hexter/distinfo index 260d7a8a8422..6a4cd448d7ef 100644 --- a/audio/hexter/distinfo +++ b/audio/hexter/distinfo @@ -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 --git a/audio/hexter/pkg-descr b/audio/hexter/pkg-descr index 07a1e4e06c43..5dd7fc5aa575 100644 --- a/audio/hexter/pkg-descr +++ b/audio/hexter/pkg-descr @@ -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 |