svn commit: r483637 - in head/audio: . py-music21

Yuri Victorovich yuri at FreeBSD.org
Thu Nov 1 05:08:55 UTC 2018


Author: yuri
Date: Thu Nov  1 05:08:53 2018
New Revision: 483637
URL: https://svnweb.freebsd.org/changeset/ports/483637

Log:
  New port: audio/py-music21: Toolkit for computer-aided musical analysis

Added:
  head/audio/py-music21/
  head/audio/py-music21/Makefile   (contents, props changed)
  head/audio/py-music21/distinfo   (contents, props changed)
  head/audio/py-music21/pkg-descr   (contents, props changed)
Modified:
  head/audio/Makefile

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Thu Nov  1 04:13:59 2018	(r483636)
+++ head/audio/Makefile	Thu Nov  1 05:08:53 2018	(r483637)
@@ -686,6 +686,7 @@
     SUBDIR += py-karaoke
     SUBDIR += py-mpd
     SUBDIR += py-mpd2
+    SUBDIR += py-music21
     SUBDIR += py-musicbrainzngs
     SUBDIR += py-mutagen
     SUBDIR += py-ogg

Added: head/audio/py-music21/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/py-music21/Makefile	Thu Nov  1 05:08:53 2018	(r483637)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	music21
+DISTVERSION=	5.5.0
+CATEGORIES=	audio python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at FreeBSD.org
+COMMENT=	Toolkit for computer-aided musical analysis
+
+LICENSE=	BSD3CLAUSE GPLv3
+LICENSE_COMB=	multi
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR}
+
+USES=		python:3.5+
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/audio/py-music21/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/py-music21/distinfo	Thu Nov  1 05:08:53 2018	(r483637)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1541047271
+SHA256 (music21-5.5.0.tar.gz) = 10140b3b4e48671cfef98e5bbbb415770f6434c6caf9dbd29f00f40aec8402fe
+SIZE (music21-5.5.0.tar.gz) = 18506791

Added: head/audio/py-music21/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/py-music21/pkg-descr	Thu Nov  1 05:08:53 2018	(r483637)
@@ -0,0 +1,9 @@
+Music21 is a set of tools for helping scholars and other active listeners answer
+questions about music quickly and simply. If you've ever asked yourself a
+question like, "I wonder how often Bach does that" or "I wish I knew which band
+was the first to use these chords in this order," or "I'll bet we'd know more
+about Renaissance counterpoint (or Indian ragas or post-tonal pitch structures
+or the form of minuets) if I could write a program to automatically write more
+of them," then music21 can help you with your work.
+
+WWW: https://web.mit.edu/music21/


More information about the svn-ports-head mailing list