Date: Sat, 11 Nov 2017 08:15:42 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453959 - in head/multimedia: . py-mido Message-ID: <201711110815.vAB8FgVY086931@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Nov 11 08:15:42 2017 New Revision: 453959 URL: https://svnweb.freebsd.org/changeset/ports/453959 Log: New port: multimedia/py-mido: MIDI Objects for Python PR: 220750 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12995 Added: head/multimedia/py-mido/ head/multimedia/py-mido/Makefile (contents, props changed) head/multimedia/py-mido/distinfo (contents, props changed) head/multimedia/py-mido/pkg-descr (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Sat Nov 11 08:11:36 2017 (r453958) +++ head/multimedia/Makefile Sat Nov 11 08:15:42 2017 (r453959) @@ -328,6 +328,7 @@ SUBDIR += py-kaa-imlib2 SUBDIR += py-kaa-metadata SUBDIR += py-librtmp + SUBDIR += py-mido SUBDIR += py-mlt SUBDIR += py-moviepy SUBDIR += py-openlp Added: head/multimedia/py-mido/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/py-mido/Makefile Sat Nov 11 08:15:42 2017 (r453959) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= mido +DISTVERSION= 1.2.8 +CATEGORIES= multimedia python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= MIDI Objects for Python + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/multimedia/py-mido/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/py-mido/distinfo Sat Nov 11 08:15:42 2017 (r453959) @@ -0,0 +1,3 @@ +TIMESTAMP = 1510112765 +SHA256 (mido-1.2.8.tar.gz) = 35142874d4521dc5fcebcdc3a645df87cb0ecad129dd031cbca391e2d052313f +SIZE (mido-1.2.8.tar.gz) = 93671 Added: head/multimedia/py-mido/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/py-mido/pkg-descr Sat Nov 11 08:15:42 2017 (r453959) @@ -0,0 +1,4 @@ +Mido is a library for working with MIDI messages and ports. It's designed +to be as straightforward and Pythonic as possible. + +WWW: https://github.com/olemb/mido
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711110815.vAB8FgVY086931>