Import midish 0.2.2; submitted by Alexandre Ratchov <alex-contact@caoua.org>.
Midish is an open-source MIDI sequencer/filter for Unix-like operating systems. Implemented as a simple command-line interpreter, it's intended to be lightweight, fast and reliable for real-time performance.
This commit is contained in:
parent
3b94ce662b
commit
810f2286c9
32
audio/midish/Makefile
Normal file
32
audio/midish/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/11/04 02:19:33 naddy Exp $
|
||||
|
||||
COMMENT= "command line MIDI sequencer and filter"
|
||||
DISTNAME= midish-0.2.2
|
||||
CATEGORIES= audio
|
||||
HOMEPAGE= http://caoua.org/midish/
|
||||
MAINTAINER= Alexandre Ratchov <alex-contact@caoua.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
WANTLIB= c termcap readline
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
.for i in midish rmidish smfplay smfrec
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/$i ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/$i.1 ${PREFIX}/man/man1
|
||||
.endfor
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/midish
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/manual.html \
|
||||
${PREFIX}/share/doc/midish
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/midish
|
||||
${INSTALL_DATA} ${WRKSRC}/midishrc ${WRKSRC}/sample.sng \
|
||||
${PREFIX}/share/examples/midish
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
4
audio/midish/distinfo
Normal file
4
audio/midish/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (midish-0.2.2.tar.gz) = 5126adfc2049c60230d7cee889e00d29
|
||||
RMD160 (midish-0.2.2.tar.gz) = b15dcc5b8dcbc2bcc8509f20d47d11e585619cb6
|
||||
SHA1 (midish-0.2.2.tar.gz) = 99ff32caac1fd662d6b1faa3a0ac61535d53154b
|
||||
SIZE (midish-0.2.2.tar.gz) = 108637
|
12
audio/midish/pkg/DESCR
Normal file
12
audio/midish/pkg/DESCR
Normal file
@ -0,0 +1,12 @@
|
||||
Midish is an open-source MIDI sequencer/filter for Unix-like operating
|
||||
systems. Implemented as a simple command-line interpreter, it's intended to
|
||||
be lightweight, fast and reliable for real-time performance.
|
||||
|
||||
Important features:
|
||||
- multiple MIDI devices handling
|
||||
- synchronisation to external midi devices
|
||||
- real-time MIDI filtering/routing (controller
|
||||
mapping, keyboard splitting, ...)
|
||||
- track recording, editing and quantisation
|
||||
- import/export of standard MIDI files
|
||||
- system exclusive messages handling
|
16
audio/midish/pkg/PLIST
Normal file
16
audio/midish/pkg/PLIST
Normal file
@ -0,0 +1,16 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/11/04 02:19:33 naddy Exp $
|
||||
bin/midish
|
||||
bin/rmidish
|
||||
bin/smfplay
|
||||
bin/smfrec
|
||||
@man man/man1/midish.1
|
||||
@man man/man1/rmidish.1
|
||||
@man man/man1/smfplay.1
|
||||
@man man/man1/smfrec.1
|
||||
share/doc/midish/
|
||||
share/doc/midish/README
|
||||
share/doc/midish/manual.html
|
||||
share/examples/midish/
|
||||
share/examples/midish/midishrc
|
||||
@sample ${SYSCONFDIR}/midishrc
|
||||
share/examples/midish/sample.sng
|
Loading…
Reference in New Issue
Block a user