Index: head/devel/notcurses/Makefile =================================================================== --- head/devel/notcurses/Makefile (revision 557999) +++ head/devel/notcurses/Makefile (revision 558000) @@ -1,39 +1,40 @@ # $FreeBSD$ PORTNAME= notcurses DISTVERSIONPREFIX= v -DISTVERSION= ${ABIVERSION}.0.8 +DISTVERSION= ${ABIVERSION}.1.0 CATEGORIES= devel MAINTAINER= nickblack@linux.com COMMENT= TUI library for modern terminal emulators LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE 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 USE_GITHUB= yes GH_ACCOUNT= dankamongmen USE_LDCONFIG= yes CMAKE_OFF= BUILD_TESTING TEST_TARGET= test PLIST_SUB= REL_VER=${DISTVERSION} ABI_VER=${ABIVERSION} PORTDOCS= *.md -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS MANPAGES +OPTIONS_DEFAULT= MANPAGES OPTIONS_SUB= yes DOCS_BUILD_DEPENDS= ${LOCALBASE}/include/doctest/doctest.h:devel/doctest \ pandoc:textproc/hs-pandoc DOCS_CMAKE_BOOL= USE_PANDOC USE_DOCTEST ABIVERSION= 2 .include Index: head/devel/notcurses/distinfo =================================================================== --- head/devel/notcurses/distinfo (revision 557999) +++ head/devel/notcurses/distinfo (revision 558000) @@ -1,3 +1,3 @@ -TIMESTAMP = 1606656353 -SHA256 (dankamongmen-notcurses-v2.0.8_GH0.tar.gz) = 34e31b2da666f4603dc884a4937da654bda727ce9c7d4d224b838537d59c3945 -SIZE (dankamongmen-notcurses-v2.0.8_GH0.tar.gz) = 10588618 +TIMESTAMP = 1607854333 +SHA256 (dankamongmen-notcurses-v2.1.0_GH0.tar.gz) = 01424d26a3da9ccd7ec27c76ec8cca94bca29369a30792fc10de2c20378ddcfd +SIZE (dankamongmen-notcurses-v2.1.0_GH0.tar.gz) = 10858728 Index: head/devel/notcurses/pkg-plist =================================================================== --- head/devel/notcurses/pkg-plist (revision 557999) +++ head/devel/notcurses/pkg-plist (revision 558000) @@ -1,151 +1,156 @@ +bin/ncls bin/ncneofetch bin/notcurses-demo bin/notcurses-input bin/notcurses-tetris bin/notcurses-view include/ncpp/Cell.hh include/ncpp/CellStyle.hh include/ncpp/Direct.hh include/ncpp/FDPlane.hh include/ncpp/Menu.hh include/ncpp/MultiSelector.hh include/ncpp/NCAlign.hh include/ncpp/NCBox.hh include/ncpp/NCKey.hh include/ncpp/NCLogLevel.hh include/ncpp/NotCurses.hh include/ncpp/Palette256.hh +include/ncpp/Pile.hh include/ncpp/Plane.hh include/ncpp/Plot.hh include/ncpp/Reader.hh include/ncpp/Reel.hh include/ncpp/Root.hh include/ncpp/Selector.hh include/ncpp/Subproc.hh include/ncpp/Tablet.hh include/ncpp/TabletCallback.hh include/ncpp/Utilities.hh include/ncpp/Visual.hh include/ncpp/Widget.hh include/ncpp/_exceptions.hh include/ncpp/_flag_enum_operator_helpers.hh include/ncpp/_helpers.hh include/ncpp/internal/Helpers.hh include/ncpp/ncpp.hh include/notcurses/direct.h include/notcurses/nckeys.h include/notcurses/notcurses.h include/notcurses/version.h +lib/cmake/Notcurses++/Notcurses++Config.cmake +lib/cmake/Notcurses++/Notcurses++ConfigVersion.cmake lib/cmake/Notcurses/NotcursesConfig.cmake lib/cmake/Notcurses/NotcursesConfigVersion.cmake lib/libnotcurses++.a lib/libnotcurses++.so lib/libnotcurses++.so.%%ABI_VER%% lib/libnotcurses++.so.%%REL_VER%% lib/libnotcurses.a lib/libnotcurses.so lib/libnotcurses.so.%%ABI_VER%% lib/libnotcurses.so.%%REL_VER%% libdata/pkgconfig/notcurses++.pc libdata/pkgconfig/notcurses.pc -%%DOCS%%share/man/man1/ncneofetch.1.gz -%%DOCS%%share/man/man1/notcurses-demo.1.gz -%%DOCS%%share/man/man1/notcurses-input.1.gz -%%DOCS%%share/man/man1/notcurses-tester.1.gz -%%DOCS%%share/man/man1/notcurses-tetris.1.gz -%%DOCS%%share/man/man1/notcurses-view.1.gz -%%DOCS%%share/man/man3/notcurses.3.gz -%%DOCS%%share/man/man3/notcurses_capabilities.3.gz -%%DOCS%%share/man/man3/notcurses_cell.3.gz -%%DOCS%%share/man/man3/notcurses_channels.3.gz -%%DOCS%%share/man/man3/notcurses_directmode.3.gz -%%DOCS%%share/man/man3/notcurses_fade.3.gz -%%DOCS%%share/man/man3/notcurses_fds.3.gz -%%DOCS%%share/man/man3/notcurses_init.3.gz -%%DOCS%%share/man/man3/notcurses_input.3.gz -%%DOCS%%share/man/man3/notcurses_lines.3.gz -%%DOCS%%share/man/man3/notcurses_menu.3.gz -%%DOCS%%share/man/man3/notcurses_metric.3.gz -%%DOCS%%share/man/man3/notcurses_multiselector.3.gz -%%DOCS%%share/man/man3/notcurses_output.3.gz -%%DOCS%%share/man/man3/notcurses_palette.3.gz -%%DOCS%%share/man/man3/notcurses_plane.3.gz -%%DOCS%%share/man/man3/notcurses_plot.3.gz -%%DOCS%%share/man/man3/notcurses_reader.3.gz -%%DOCS%%share/man/man3/notcurses_reel.3.gz -%%DOCS%%share/man/man3/notcurses_refresh.3.gz -%%DOCS%%share/man/man3/notcurses_render.3.gz -%%DOCS%%share/man/man3/notcurses_selector.3.gz -%%DOCS%%share/man/man3/notcurses_stats.3.gz -%%DOCS%%share/man/man3/notcurses_stdplane.3.gz -%%DOCS%%share/man/man3/notcurses_stop.3.gz -%%DOCS%%share/man/man3/notcurses_visual.3.gz +%%MANPAGES%%share/man/man1/ncls.1.gz +%%MANPAGES%%share/man/man1/ncneofetch.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/man1/notcurses-view.1.gz +%%MANPAGES%%share/man/man3/notcurses.3.gz +%%MANPAGES%%share/man/man3/notcurses_capabilities.3.gz +%%MANPAGES%%share/man/man3/notcurses_channels.3.gz +%%MANPAGES%%share/man/man3/notcurses_directmode.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 +%%MANPAGES%%share/man/man3/notcurses_input.3.gz +%%MANPAGES%%share/man/man3/notcurses_lines.3.gz +%%MANPAGES%%share/man/man3/notcurses_menu.3.gz +%%MANPAGES%%share/man/man3/notcurses_metric.3.gz +%%MANPAGES%%share/man/man3/notcurses_multiselector.3.gz +%%MANPAGES%%share/man/man3/notcurses_nccell.3.gz +%%MANPAGES%%share/man/man3/notcurses_output.3.gz +%%MANPAGES%%share/man/man3/notcurses_palette.3.gz +%%MANPAGES%%share/man/man3/notcurses_plane.3.gz +%%MANPAGES%%share/man/man3/notcurses_plot.3.gz +%%MANPAGES%%share/man/man3/notcurses_reader.3.gz +%%MANPAGES%%share/man/man3/notcurses_reel.3.gz +%%MANPAGES%%share/man/man3/notcurses_refresh.3.gz +%%MANPAGES%%share/man/man3/notcurses_render.3.gz +%%MANPAGES%%share/man/man3/notcurses_selector.3.gz +%%MANPAGES%%share/man/man3/notcurses_stats.3.gz +%%MANPAGES%%share/man/man3/notcurses_stdplane.3.gz +%%MANPAGES%%share/man/man3/notcurses_stop.3.gz +%%MANPAGES%%share/man/man3/notcurses_visual.3.gz %%DATADIR%%/PurpleDrank.jpg %%DATADIR%%/aidsrobots.jpeg %%DATADIR%%/changes.jpg %%DATADIR%%/chunli01.png %%DATADIR%%/chunli02.png %%DATADIR%%/chunli03.png %%DATADIR%%/chunli04.png %%DATADIR%%/chunli05.png %%DATADIR%%/chunli06.png %%DATADIR%%/chunli07.png %%DATADIR%%/chunli08.png %%DATADIR%%/chunli09.png %%DATADIR%%/chunli1.bmp %%DATADIR%%/chunli10.png %%DATADIR%%/chunli11.png %%DATADIR%%/chunli12.png %%DATADIR%%/chunli13.png %%DATADIR%%/chunli14.png %%DATADIR%%/chunli15.png %%DATADIR%%/chunli16.png %%DATADIR%%/chunli17.png %%DATADIR%%/chunli18.png %%DATADIR%%/chunli19.png %%DATADIR%%/chunli2.bmp %%DATADIR%%/chunli20.png %%DATADIR%%/chunli21.png %%DATADIR%%/chunli22.png %%DATADIR%%/chunli23.png %%DATADIR%%/chunli24.png %%DATADIR%%/chunli25.png %%DATADIR%%/chunli26.png %%DATADIR%%/chunli27.png %%DATADIR%%/chunli28.png %%DATADIR%%/chunli29.png %%DATADIR%%/chunli3.bmp %%DATADIR%%/chunli30.png %%DATADIR%%/chunli31.png %%DATADIR%%/chunli32.png %%DATADIR%%/chunli33.png %%DATADIR%%/chunli34.png %%DATADIR%%/chunli35.png %%DATADIR%%/chunli36.png %%DATADIR%%/chunli37.png %%DATADIR%%/chunli38.png %%DATADIR%%/chunli39.png %%DATADIR%%/chunli4.bmp %%DATADIR%%/chunli40.png %%DATADIR%%/chunli41.png %%DATADIR%%/chunli42.png %%DATADIR%%/chunli43.png %%DATADIR%%/chunli44.png %%DATADIR%%/chunli45.png %%DATADIR%%/chunli5.bmp %%DATADIR%%/chunli6.bmp %%DATADIR%%/chunli7.bmp %%DATADIR%%/chunli8.bmp %%DATADIR%%/covid19.jpg %%DATADIR%%/dsscaw-purp.png %%DATADIR%%/eagles.png %%DATADIR%%/fm6.mkv %%DATADIR%%/fonts.jpg %%DATADIR%%/lamepatents.jpg %%DATADIR%%/megaman2.bmp %%DATADIR%%/normal.png %%DATADIR%%/notcursesII.mkv %%DATADIR%%/samoa.avi %%DATADIR%%/tetris-background.jpg %%DATADIR%%/warmech.bmp %%DATADIR%%/worldmap.png