From owner-svn-ports-head@freebsd.org Thu Nov 1 05:08:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D23E112971D; Thu, 1 Nov 2018 05:08:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 01074829E1; Thu, 1 Nov 2018 05:08:54 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B6F551714E; Thu, 1 Nov 2018 05:08:54 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA158seB095719; Thu, 1 Nov 2018 05:08:54 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA158rjZ095715; Thu, 1 Nov 2018 05:08:53 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201811010508.wA158rjZ095715@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 1 Nov 2018 05:08:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483637 - in head/audio: . py-music21 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio: . py-music21 X-SVN-Commit-Revision: 483637 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Nov 2018 05:08:55 -0000 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@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 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/