aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorolivierd <olivierd@FreeBSD.org>2017-02-12 21:50:25 +0800
committerolivierd <olivierd@FreeBSD.org>2017-02-12 21:50:25 +0800
commitcbc716888480fabffdf3d104fee89f685674e295 (patch)
tree4dbfe5622da405c9cba7a0c17c188cc2d4b671d8 /print
parent0cc5349bedbb8ce7c5f14c70f389ffd1e6c78351 (diff)
downloadfreebsd-ports-gnome-cbc716888480fabffdf3d104fee89f685674e295.tar.gz
freebsd-ports-gnome-cbc716888480fabffdf3d104fee89f685674e295.tar.zst
freebsd-ports-gnome-cbc716888480fabffdf3d104fee89f685674e295.zip
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>
Diffstat (limited to 'print')
-rw-r--r--print/Makefile1
-rw-r--r--print/py-python-ly/Makefile21
-rw-r--r--print/py-python-ly/distinfo3
-rw-r--r--print/py-python-ly/pkg-descr13
4 files changed, 38 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile
index b2775b7c5baf..d5fe1c965eb9 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -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
diff --git a/print/py-python-ly/Makefile b/print/py-python-ly/Makefile
new file mode 100644
index 000000000000..fda4c36155e5
--- /dev/null
+++ b/print/py-python-ly/Makefile
@@ -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>
diff --git a/print/py-python-ly/distinfo b/print/py-python-ly/distinfo
new file mode 100644
index 000000000000..c073d30edc62
--- /dev/null
+++ b/print/py-python-ly/distinfo
@@ -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
diff --git a/print/py-python-ly/pkg-descr b/print/py-python-ly/pkg-descr
new file mode 100644
index 000000000000..122af008f5bf
--- /dev/null
+++ b/print/py-python-ly/pkg-descr
@@ -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