svn commit: r564869 - head/devel/notcurses

Rainer Hurling rhurlin at FreeBSD.org
Wed Feb 10 16:21:37 UTC 2021


Author: rhurlin
Date: Wed Feb 10 16:21:35 2021
New Revision: 564869
URL: https://svnweb.freebsd.org/changeset/ports/564869

Log:
  devel/notcurses: Update to 2.2.1
  
  - Fix UTF8 tracking in both modes
  - notcurses-view renamed to ncplayer
  - notcurses-tetris renamed to nctetris
  
  Changelog: https://github.com/dankamongmen/notcurses/releases
  
  PR:		253262
  Submitted by:	Nick Black <nickblack at linux.com> (maintainer)
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D28553

Modified:
  head/devel/notcurses/Makefile
  head/devel/notcurses/distinfo
  head/devel/notcurses/pkg-plist

Modified: head/devel/notcurses/Makefile
==============================================================================
--- head/devel/notcurses/Makefile	Wed Feb 10 16:20:54 2021	(r564868)
+++ head/devel/notcurses/Makefile	Wed Feb 10 16:21:35 2021	(r564869)
@@ -2,21 +2,21 @@
 
 PORTNAME=	notcurses
 DISTVERSIONPREFIX=	v
-DISTVERSION=	${ABIVERSION}.1.7
+DISTVERSION=	${ABIVERSION}.2.1
 CATEGORIES=	devel
 
 MAINTAINER=	nickblack at linux.com
 COMMENT=	TUI library for modern terminal emulators
 
-LICENSE=	APACHE20
-LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE=	APACHE20 MIT
+LICENSE_COMB=	dual
 
 LIB_DEPENDS=	libavformat.so:multimedia/ffmpeg \
 		libqrcodegen.so:graphics/qr-code-generator \
 		libunistring.so:devel/libunistring
 
-USES=		cmake:noninja compiler:c++17-lang localbase ncurses:port pkgconfig \
-		readline
+USES=		cmake:noninja compiler:c++17-lang localbase \
+		ncurses:port pkgconfig readline
 USE_GITHUB=	yes
 GH_ACCOUNT=	dankamongmen
 USE_LDCONFIG=	yes

Modified: head/devel/notcurses/distinfo
==============================================================================
--- head/devel/notcurses/distinfo	Wed Feb 10 16:20:54 2021	(r564868)
+++ head/devel/notcurses/distinfo	Wed Feb 10 16:21:35 2021	(r564869)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1611255149
-SHA256 (dankamongmen-notcurses-v2.1.7_GH0.tar.gz) = f6be3cf9654f2a9ccb30ed89aacf248f4edcf5a3c61d2353560e161166fc2d35
-SIZE (dankamongmen-notcurses-v2.1.7_GH0.tar.gz) = 10864395
+TIMESTAMP = 1612973387
+SHA256 (dankamongmen-notcurses-v2.2.1_GH0.tar.gz) = e32fcf7344d2ff8afa81ea5c6a065eb476ff27e2b9edf0eeea714b028d2faebd
+SIZE (dankamongmen-notcurses-v2.2.1_GH0.tar.gz) = 10880753

Modified: head/devel/notcurses/pkg-plist
==============================================================================
--- head/devel/notcurses/pkg-plist	Wed Feb 10 16:20:54 2021	(r564868)
+++ head/devel/notcurses/pkg-plist	Wed Feb 10 16:21:35 2021	(r564869)
@@ -1,9 +1,9 @@
 bin/ncls
 bin/ncneofetch
 bin/ncplayer
+bin/nctetris
 bin/notcurses-demo
 bin/notcurses-input
-bin/notcurses-tetris
 include/ncpp/Cell.hh
 include/ncpp/CellStyle.hh
 include/ncpp/Direct.hh
@@ -19,6 +19,7 @@ include/ncpp/Palette256.hh
 include/ncpp/Pile.hh
 include/ncpp/Plane.hh
 include/ncpp/Plot.hh
+include/ncpp/Progbar.hh
 include/ncpp/Reader.hh
 include/ncpp/Reel.hh
 include/ncpp/Root.hh
@@ -42,6 +43,8 @@ lib/cmake/Notcurses++/Notcurses++Config.cmake
 lib/cmake/Notcurses++/Notcurses++ConfigVersion.cmake
 lib/cmake/Notcurses/NotcursesConfig.cmake
 lib/cmake/Notcurses/NotcursesConfigVersion.cmake
+lib/cmake/NotcursesCore/NotcursesCoreConfig.cmake
+lib/cmake/NotcursesCore/NotcursesCoreConfigVersion.cmake
 lib/libnotcurses++.a
 lib/libnotcurses++.so
 lib/libnotcurses++.so.%%ABI_VER%%
@@ -60,16 +63,16 @@ libdata/pkgconfig/notcurses.pc
 %%MANPAGES%%share/man/man1/ncls.1.gz
 %%MANPAGES%%share/man/man1/ncneofetch.1.gz
 %%MANPAGES%%share/man/man1/ncplayer.1.gz
+%%MANPAGES%%share/man/man1/nctetris.1.gz
 %%MANPAGES%%share/man/man1/notcurses-demo.1.gz
 %%MANPAGES%%share/man/man1/notcurses-input.1.gz
 %%MANPAGES%%share/man/man1/notcurses-tester.1.gz
-%%MANPAGES%%share/man/man1/notcurses-tetris.1.gz
 %%MANPAGES%%share/man/man3/notcurses.3.gz
 %%MANPAGES%%share/man/man3/notcurses_capabilities.3.gz
 %%MANPAGES%%share/man/man3/notcurses_cell.3.gz
 %%MANPAGES%%share/man/man3/notcurses_channels.3.gz
 %%MANPAGES%%share/man/man3/notcurses_core.3.gz
-%%MANPAGES%%share/man/man3/notcurses_directmode.3.gz
+%%MANPAGES%%share/man/man3/notcurses_direct.3.gz
 %%MANPAGES%%share/man/man3/notcurses_fade.3.gz
 %%MANPAGES%%share/man/man3/notcurses_fds.3.gz
 %%MANPAGES%%share/man/man3/notcurses_init.3.gz


More information about the svn-ports-all mailing list