aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2017-02-12 13:50:25 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2017-02-12 13:50:25 +0000
commitb6a59e77d17d069c49182dae795efab4315d2622 (patch)
tree4dbfe5622da405c9cba7a0c17c188cc2d4b671d8 /print
parent679397596b60a9230a009f1055218be9eea76b8c (diff)
Notes
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