[136048] trunk/dports/audio

ryandesign at macports.org ryandesign at macports.org
Mon May 11 05:44:57 PDT 2015


Revision: 136048
          https://trac.macports.org/changeset/136048
Author:   ryandesign at macports.org
Date:     2015-05-11 05:44:57 -0700 (Mon, 11 May 2015)
Log Message:
-----------
libsmf: new port, version 1.3 (#47699)

Added Paths:
-----------
    trunk/dports/audio/libsmf/
    trunk/dports/audio/libsmf/Portfile

Added: trunk/dports/audio/libsmf/Portfile
===================================================================
--- trunk/dports/audio/libsmf/Portfile	                        (rev 0)
+++ trunk/dports/audio/libsmf/Portfile	2015-05-11 12:44:57 UTC (rev 136048)
@@ -0,0 +1,31 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                libsmf
+version             1.3
+categories          audio
+platforms           darwin
+maintainers         ryandesign openmaintainer
+license             BSD
+
+description         C library for handling SMF ("*.mid") files
+
+long_description    LibSMF is a C library for handling SMF ("*.mid") files. It \
+                    transparently handles conversions between time and pulses, \
+                    tempo map handling, etc.
+
+homepage            http://libsmf.sourceforge.net/
+master_sites        sourceforge:project/libsmf/libsmf/${version}/
+
+checksums           rmd160  c6c15191b3c1dff313a3a9f16e8050910c65ede9 \
+                    sha256  d3549f15de94ac8905ad365639ac6a2689cb1b51fdfa02d77fa6640001b18099
+
+depends_build       port:pkgconfig
+
+depends_build       path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    port:ncurses \
+                    port:readline
+
+configure.args      --with-readline


Property changes on: trunk/dports/audio/libsmf/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150511/04b9026a/attachment.html>


More information about the macports-changes mailing list