LibSMF is a BSD-licensed C library for handling SMF ("*.mid") files.

It transparently handles timepulses conversions, tempo map handling
etc.  The only dependencies are C compiler and glib.  Full API
documentation and examples are included.

WWW:	http://sourceforge.net/projects/libsmf/
This commit is contained in:
Edward Tomasz Napierala 2010-03-29 19:50:33 +00:00
parent d42a343612
commit 29be4364a8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251757
5 changed files with 40 additions and 0 deletions

View File

@ -375,6 +375,7 @@
SUBDIR += libshout2
SUBDIR += libsidplay
SUBDIR += libsidplay2
SUBDIR += libsmf
SUBDIR += libsndfile
SUBDIR += libtremor
SUBDIR += libtunepimp

23
audio/libsmf/Makefile Normal file
View File

@ -0,0 +1,23 @@
# New ports collection makefile for: libsmf
# Date created: 2010-03-29
# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libsmf
PORTVERSION= 1.3
CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= trasz@FreeBSD.org
COMMENT= Standard MIDI File format library
LIB_DEPENDS+= readline.6:${PORTSDIR}/devel/readline
USE_GNOME= glib20 gnomehack
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
MAN1= smfsh.1
.include <bsd.port.mk>

3
audio/libsmf/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (libsmf-1.3.tar.gz) = eb698f1bc0bad9d5bce4c10386347486
SHA256 (libsmf-1.3.tar.gz) = d3549f15de94ac8905ad365639ac6a2689cb1b51fdfa02d77fa6640001b18099
SIZE (libsmf-1.3.tar.gz) = 545850

6
audio/libsmf/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
LibSMF is a BSD-licensed C library for handling SMF ("*.mid") files.
It transparently handles timepulses conversions, tempo map handling
etc. The only dependencies are C compiler and glib. Full API
documentation and examples are included.
WWW: http://sourceforge.net/projects/libsmf/

7
audio/libsmf/pkg-plist Normal file
View File

@ -0,0 +1,7 @@
bin/smfsh
include/smf.h
lib/libsmf.so.0
lib/libsmf.so
lib/libsmf.la
lib/libsmf.a
libdata/pkgconfig/smf.pc