Date: Sun, 12 Feb 2017 13:50:26 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433942 - in head/print: . py-python-ly Message-ID: <201702121350.v1CDoQq4076644@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Sun Feb 12 13:50:25 2017 New Revision: 433942 URL: https://svnweb.freebsd.org/changeset/ports/433942 Log: This package provides a Python library ly containing various Python modules to parse, manipulate or create documents in LilyPond format. A command line program ly is also provided that can be used to do various manipulations with LilyPond files. The LilyPond format is a plain text input format that is used by the GNU music typesetter LilyPond (www.lilypond.org). The python-ly package is Free Software, licensed under the GPL. This package is written by the Frescobaldi developers and is used extensively by the Frescobaldi project. The main author is Wilbert Berendsen. WWW: https://github.com/wbsoft/python-ly PR: 216824 Submitted by: <martin.dieringer@gmx.de> Added: head/print/py-python-ly/ head/print/py-python-ly/Makefile (contents, props changed) head/print/py-python-ly/distinfo (contents, props changed) head/print/py-python-ly/pkg-descr (contents, props changed) Modified: head/print/Makefile Modified: head/print/Makefile ============================================================================== --- head/print/Makefile Sun Feb 12 13:46:39 2017 (r433941) +++ head/print/Makefile Sun Feb 12 13:50:25 2017 (r433942) @@ -197,6 +197,7 @@ SUBDIR += py-preppy SUBDIR += py-pycups SUBDIR += py-pyscript + SUBDIR += py-python-ly SUBDIR += py-qt5-printsupport SUBDIR += py-relatorio SUBDIR += py-reportlab Added: head/print/py-python-ly/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/py-python-ly/Makefile Sun Feb 12 13:50:25 2017 (r433942) @@ -0,0 +1,21 @@ +# Created by: martin.dieringer@gmx.de +# $FreeBSD$ + +PORTNAME= python-ly +PORTVERSION= 0.9.4 +DISTVERSIONPREFIX= v +CATEGORIES= print python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= martin.dieringer@gmx.de +COMMENT= Python package to manipulate LilyPond files + +LICENSE= GPLv3 + +USE_GITHUB= yes +GH_ACCOUNT= wbsoft + +USES= python +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> Added: head/print/py-python-ly/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/py-python-ly/distinfo Sun Feb 12 13:50:25 2017 (r433942) @@ -0,0 +1,3 @@ +TIMESTAMP = 1486329729 +SHA256 (wbsoft-python-ly-v0.9.4_GH0.tar.gz) = b847dcc2371beb63df2bd85350956a43c05873e1a8656b79b21e3e6f979a856d +SIZE (wbsoft-python-ly-v0.9.4_GH0.tar.gz) = 231808 Added: head/print/py-python-ly/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/py-python-ly/pkg-descr Sun Feb 12 13:50:25 2017 (r433942) @@ -0,0 +1,13 @@ +This package provides a Python library ly containing various Python modules +to parse, manipulate or create documents in LilyPond format. A command line +program ly is also provided that can be used to do various manipulations +with LilyPond files. + +The LilyPond format is a plain text input format that is used by the GNU +music typesetter LilyPond (www.lilypond.org). + +The python-ly package is Free Software, licensed under the GPL. This +package is written by the Frescobaldi developers and is used extensively by +the Frescobaldi project. The main author is Wilbert Berendsen. + +WWW: https://github.com/wbsoft/python-ly
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702121350.v1CDoQq4076644>