diff options
author | trasz <trasz@FreeBSD.org> | 2010-03-30 03:50:33 +0800 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2010-03-30 03:50:33 +0800 |
commit | 43c35f3c51021f4065d969e5fb6a7092c23792a7 (patch) | |
tree | 4e27ccee1f275b962817f98c07a6a4dbc604ce19 /audio | |
parent | fad5d3a30ab4aff2de87dfad01d013d1c75416c2 (diff) | |
download | freebsd-ports-gnome-43c35f3c51021f4065d969e5fb6a7092c23792a7.tar.gz freebsd-ports-gnome-43c35f3c51021f4065d969e5fb6a7092c23792a7.tar.zst freebsd-ports-gnome-43c35f3c51021f4065d969e5fb6a7092c23792a7.zip |
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/
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/libsmf/Makefile | 23 | ||||
-rw-r--r-- | audio/libsmf/distinfo | 3 | ||||
-rw-r--r-- | audio/libsmf/pkg-descr | 6 | ||||
-rw-r--r-- | audio/libsmf/pkg-plist | 7 |
5 files changed, 40 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 965695cd5cf4..dc249cbf5a72 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -375,6 +375,7 @@ SUBDIR += libshout2 SUBDIR += libsidplay SUBDIR += libsidplay2 + SUBDIR += libsmf SUBDIR += libsndfile SUBDIR += libtremor SUBDIR += libtunepimp diff --git a/audio/libsmf/Makefile b/audio/libsmf/Makefile new file mode 100644 index 000000000000..e2e996337644 --- /dev/null +++ b/audio/libsmf/Makefile @@ -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> diff --git a/audio/libsmf/distinfo b/audio/libsmf/distinfo new file mode 100644 index 000000000000..96590a95c433 --- /dev/null +++ b/audio/libsmf/distinfo @@ -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 diff --git a/audio/libsmf/pkg-descr b/audio/libsmf/pkg-descr new file mode 100644 index 000000000000..bf597626dc24 --- /dev/null +++ b/audio/libsmf/pkg-descr @@ -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/ diff --git a/audio/libsmf/pkg-plist b/audio/libsmf/pkg-plist new file mode 100644 index 000000000000..d2c483d0bf9e --- /dev/null +++ b/audio/libsmf/pkg-plist @@ -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 |