aboutsummaryrefslogtreecommitdiff
path: root/audio/jack-smf-utils
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2008-05-16 15:36:12 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2008-05-16 15:36:12 +0000
commitd8992a1821e180dd89ef938f713ddbe86b4a91f9 (patch)
tree7db8baf27302b4c8d0accead499b2be1f5071aee /audio/jack-smf-utils
parent899c5f60959710b51d1ace67b5e4badffa1aefa1 (diff)
downloadports-d8992a1821e180dd89ef938f713ddbe86b4a91f9.tar.gz
ports-d8992a1821e180dd89ef938f713ddbe86b4a91f9.zip
Jack-smf-utils is a set of two utilities - jack-smf-player and
jack-smf-recorder - whose purpose is to play and record MIDI streams from/to Standard MIDI Files (i.e. the files with .mid extension) using JACK MIDI. There is also smfsh, "SMF shell" that is kind of interactive, command line SMF files manipulation tool which started its life as a debugging aid. And finally libsmf, C library for loading, writing and manipulating the contents of SMF files. WWW: http://pin.if.uz.zgora.pl/~trasz/jack-smf-utils/
Notes
Notes: svn path=/head/; revision=213153
Diffstat (limited to 'audio/jack-smf-utils')
-rw-r--r--audio/jack-smf-utils/Makefile27
-rw-r--r--audio/jack-smf-utils/distinfo3
-rw-r--r--audio/jack-smf-utils/pkg-descr9
3 files changed, 39 insertions, 0 deletions
diff --git a/audio/jack-smf-utils/Makefile b/audio/jack-smf-utils/Makefile
new file mode 100644
index 000000000000..7a48edf2208f
--- /dev/null
+++ b/audio/jack-smf-utils/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: jack-smf-utils
+# Date created: 2008-05-15
+# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= jack-smf-utils
+PORTVERSION= 1.0
+CATEGORIES= audio
+MASTER_SITES= http://pin.if.uz.zgora.pl/~trasz/jack-smf-utils/ \
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= trasz
+
+MAINTAINER= trasz@FreeBSD.org
+COMMENT= Standard MIDI File file player and recorder for JACK MIDI
+
+LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \
+ lash.2:${PORTSDIR}/audio/lash
+
+GNU_CONFIGURE= yes
+USE_GNOME= glib20
+
+PLIST_FILES= bin/smfsh bin/jack-smf-player bin/jack-smf-recorder
+MAN1= jack-smf-player.1 jack-smf-recorder.1
+
+.include <bsd.port.mk>
diff --git a/audio/jack-smf-utils/distinfo b/audio/jack-smf-utils/distinfo
new file mode 100644
index 000000000000..6e839a31f638
--- /dev/null
+++ b/audio/jack-smf-utils/distinfo
@@ -0,0 +1,3 @@
+MD5 (jack-smf-utils-1.0.tar.gz) = 80234923dd5a14bdbd8ef567347d9df8
+SHA256 (jack-smf-utils-1.0.tar.gz) = 8f2a086fbb5935375590ac45310ca92f17b8d2684299b37b5366de1cbc167a71
+SIZE (jack-smf-utils-1.0.tar.gz) = 120497
diff --git a/audio/jack-smf-utils/pkg-descr b/audio/jack-smf-utils/pkg-descr
new file mode 100644
index 000000000000..82f90aaa156b
--- /dev/null
+++ b/audio/jack-smf-utils/pkg-descr
@@ -0,0 +1,9 @@
+Jack-smf-utils is a set of two utilities - jack-smf-player and
+jack-smf-recorder - whose purpose is to play and record MIDI streams
+from/to Standard MIDI Files (i.e. the files with .mid extension)
+using JACK MIDI. There is also smfsh, "SMF shell" that is kind of
+interactive, command line SMF files manipulation tool which started
+its life as a debugging aid. And finally libsmf, C library for
+loading, writing and manipulating the contents of SMF files.
+
+WWW: http://pin.if.uz.zgora.pl/~trasz/jack-smf-utils/