View | Details | Raw Unified | Return to bug 234084 | Differences between
and this patch

Collapse All | Expand All

(-)print/frescobaldi/Makefile (+38 lines)
Line 0 Link Here
1
# Created by: martin.dieringer@gmx.de
2
# $FreeBSD$
3
4
PORTNAME=	frescobaldi
5
DISTVERSIONPREFIX=	v
6
DISTVERSION=	3.0.0
7
CATEGORIES=	print kde
8
9
MAINTAINER=	m.ne@gmx.net
10
COMMENT=	Music score editor for lilypond
11
12
LICENSE=	GPLv2+
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python-poppler>=0:graphics/py-python-poppler@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}python-ly>=0:print/py-python-ly@${PY_FLAVOR}
17
18
USES=		gettext pyqt:5 python:3.4+ qmake qt:5 desktop-file-utils
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	wbsoft
21
USE_PYQT= network printsupport sip svg webkit webkitwidgets widgets
22
USE_PYTHON=	distutils autoplist
23
24
INSTALLS_ICONS=	yes
25
NO_ARCH=	yes
26
27
OPTIONS_DEFINE=	LILYPOND
28
29
LILYPOND_DESC=	Use unstable LilyPond (lilypond-devel)
30
31
LILYPOND_RUN_DEPENDS=		lilypond:print/lilypond-devel
32
LILYPOND_RUN_DEPENDS_OFF=	lilypond:print/lilypond
33
34
post-patch:
35
	@${REINPLACE_CMD} -e 's|'share/man/man1'|'man/man1'|' \
36
		${WRKSRC}/setup.py
37
38
.include <bsd.port.mk>
(-)print/frescobaldi/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1544957099
2
SHA256 (wbsoft-frescobaldi-v3.0.0_GH0.tar.gz) = 70b169e520c57bc03bb593f8f7b9586c7f6d21a7eb3015a94a71e9d52bab58e1
3
SIZE (wbsoft-frescobaldi-v3.0.0_GH0.tar.gz) = 8387944
(-)print/frescobaldi/pkg-descr (+5 lines)
Line 0 Link Here
1
Frescobaldi is a LilyPond sheet music text editor for KDE4. It aims to be
2
powerful, yet lightweight and easy to use. Frescobaldi is Free Software,
3
available under the GNU General Public License (version 2 or later).
4
5
WWW: http://www.frescobaldi.org/
(-)MOVED (-1 lines)
Lines 10785-10788 Link Here
10785
devel/dcmtk|graphics/dcmtk|2018-12-12|Move to a proper category
10784
devel/dcmtk|graphics/dcmtk|2018-12-12|Move to a proper category
10786
graphics/cuneiform||2018-12-16|Has expired: Unmaintained upstream
10785
graphics/cuneiform||2018-12-16|Has expired: Unmaintained upstream
10787
dns/knot1|dns/knot2|2018-12-16|Has expired: EOL upstream; successor dns/knot2 is in place
10786
dns/knot1|dns/knot2|2018-12-16|Has expired: EOL upstream; successor dns/knot2 is in place
10788
print/frescobaldi||2018-12-16|Depends on non-existent poppler-qt4

Return to bug 234084