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

Collapse All | Expand All

(-)Makefile (-3 / +7 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	notcurses
3
PORTNAME=	notcurses
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	${ABIVERSION}.4.3
5
DISTVERSION=	${ABIVERSION}.5.0
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
7
8
MAINTAINER=	nickblack@linux.com
8
MAINTAINER=	nickblack@linux.com
Lines 13-25 Link Here
13
13
14
LIB_DEPENDS=	libavformat.so:multimedia/ffmpeg \
14
LIB_DEPENDS=	libavformat.so:multimedia/ffmpeg \
15
		libqrcodegen.so:graphics/qr-code-generator
15
		libqrcodegen.so:graphics/qr-code-generator
16
BUILD_DEPENDS=	${LOCALBASE}/include/doctest/doctest.h:devel/doctest
16
17
17
USES=		cmake compiler:c++17-lang localbase ncurses:port pkgconfig python:run shebangfix
18
USES=		cmake compiler:c++17-lang localbase \
19
		ncurses:port pkgconfig python:run shebangfix
20
USE_GITHUB=	yes
18
SHEBANG_FILES=	src/pydemo/notcurses-pydemo
21
SHEBANG_FILES=	src/pydemo/notcurses-pydemo
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	dankamongmen
22
GH_ACCOUNT=	dankamongmen
21
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
22
24
25
LDFLAGS+=	-lc
26
23
CMAKE_OFF=	USE_PANDOC USE_TESTS USE_PYTHON
27
CMAKE_OFF=	USE_PANDOC USE_TESTS USE_PYTHON
24
28
25
ABIVERSION=	1
29
ABIVERSION=	1
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1590154246
1
TIMESTAMP = 1591738900
2
SHA256 (dankamongmen-notcurses-v1.4.3_GH0.tar.gz) = 16111fd2991dedf9cba88d9d7aed138f2e02b12120e33805e634a96bf24eea77
2
SHA256 (dankamongmen-notcurses-v1.5.0_GH0.tar.gz) = 23959091d692c182d5400c2592984c9c91f50f2460910f9ae5d0b8fea8430aa2
3
SIZE (dankamongmen-notcurses-v1.4.3_GH0.tar.gz) = 11112007
3
SIZE (dankamongmen-notcurses-v1.5.0_GH0.tar.gz) = 11413266
(-)pkg-plist (-1 / +2 lines)
Lines 2-7 Link Here
2
bin/notcurses-input
2
bin/notcurses-input
3
bin/notcurses-ncreel
3
bin/notcurses-ncreel
4
bin/notcurses-pydemo
4
bin/notcurses-pydemo
5
bin/notcurses-tester
5
bin/notcurses-tetris
6
bin/notcurses-tetris
6
bin/notcurses-view
7
bin/notcurses-view
7
include/ncpp/Cell.hh
8
include/ncpp/Cell.hh
Lines 14-20 Link Here
14
include/ncpp/NCBox.hh
15
include/ncpp/NCBox.hh
15
include/ncpp/NCKey.hh
16
include/ncpp/NCKey.hh
16
include/ncpp/NCLogLevel.hh
17
include/ncpp/NCLogLevel.hh
17
include/ncpp/NCScale.hh
18
include/ncpp/NotCurses.hh
18
include/ncpp/NotCurses.hh
19
include/ncpp/Palette256.hh
19
include/ncpp/Palette256.hh
20
include/ncpp/Plane.hh
20
include/ncpp/Plane.hh
Lines 26-31 Link Here
26
include/ncpp/Subproc.hh
26
include/ncpp/Subproc.hh
27
include/ncpp/Tablet.hh
27
include/ncpp/Tablet.hh
28
include/ncpp/TabletCallback.hh
28
include/ncpp/TabletCallback.hh
29
include/ncpp/Utilities.hh
29
include/ncpp/Visual.hh
30
include/ncpp/Visual.hh
30
include/ncpp/_exceptions.hh
31
include/ncpp/_exceptions.hh
31
include/ncpp/_flag_enum_operator_helpers.hh
32
include/ncpp/_flag_enum_operator_helpers.hh

Return to bug 246923