head 1.4; access; symbols pkgsrc-2026Q1:1.4.0.36 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.4.0.34 pkgsrc-2025Q4-base:1.4 pkgsrc-2025Q3:1.4.0.32 pkgsrc-2025Q3-base:1.4 pkgsrc-2025Q2:1.4.0.30 pkgsrc-2025Q2-base:1.4 pkgsrc-2025Q1:1.4.0.28 pkgsrc-2025Q1-base:1.4 pkgsrc-2024Q4:1.4.0.26 pkgsrc-2024Q4-base:1.4 pkgsrc-2024Q3:1.4.0.24 pkgsrc-2024Q3-base:1.4 pkgsrc-2024Q2:1.4.0.22 pkgsrc-2024Q2-base:1.4 pkgsrc-2024Q1:1.4.0.20 pkgsrc-2024Q1-base:1.4 pkgsrc-2023Q4:1.4.0.18 pkgsrc-2023Q4-base:1.4 pkgsrc-2023Q3:1.4.0.16 pkgsrc-2023Q3-base:1.4 pkgsrc-2023Q2:1.4.0.14 pkgsrc-2023Q2-base:1.4 pkgsrc-2023Q1:1.4.0.12 pkgsrc-2023Q1-base:1.4 pkgsrc-2022Q4:1.4.0.10 pkgsrc-2022Q4-base:1.4 pkgsrc-2022Q3:1.4.0.8 pkgsrc-2022Q3-base:1.4 pkgsrc-2022Q2:1.4.0.6 pkgsrc-2022Q2-base:1.4 pkgsrc-2022Q1:1.4.0.4 pkgsrc-2022Q1-base:1.4 pkgsrc-2021Q4:1.4.0.2 pkgsrc-2021Q4-base:1.4 pkgsrc-2021Q3:1.3.0.2 pkgsrc-2021Q3-base:1.3 pkgsrc-2021Q2:1.2.0.2 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.1.0.14 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.12 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.10 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.8 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.4 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.6 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.2 pkgsrc-2019Q3-base:1.1; locks; strict; comment @# @; 1.4 date 2021.10.18.11.24.51; author nia; state Exp; branches; next 1.3; commitid S15EcwklDVmMGhdD; 1.3 date 2021.07.05.20.14.14; author fcambus; state Exp; branches; next 1.2; commitid XM7fDkT3cQ440QZC; 1.2 date 2021.04.21.09.28.28; author nia; state Exp; branches; next 1.1; commitid Ucouh6p2zDQZP8QC; 1.1 date 2019.09.16.11.42.50; author nia; state Exp; branches; next ; commitid k78BvFjD4VuJjeDB; desc @@ 1.4 log @snownew: update to 1.9 msharov released this Oct 2, 2021 * Make the UI more compact. * Simplify HTML detagging and rewrapping. * Store feed cache content detagged. * New translation for Serbian. * Support ncurses without widechars. * Quit normally on non-fatal signals. * Stop using libiconv because only UTF8 is supported. * Remove the need to configure html_entities. * Ignore atom link tags where rel != alternate. * Fix saving of changes to smart feeds. @ text @$NetBSD: patch-configure,v 1.3 2021/07/05 20:14:14 fcambus Exp $ Allow NetBSD curses to be used. --- configure.orig 2021-10-02 22:29:09.000000000 +0000 +++ configure @@@@ -34,9 +34,9 @@@@ seds=[s/^#undef \(USE_UNSUPPORTED_AND_BR progs="CC=gcc CC=clang CC=cc INSTALL=install MSGFMT=msgfmt" # Libs found using pkg-config -pkgs="libcurl libxml-2.0 libcrypto ncursesw" +pkgs="libcurl libxml-2.0 libcrypto" # Default pkg flags to substitute when pkg-config is not found -pkg_libs="-lcurl -lxml2 -lcrypto -lncursesw" +pkg_libs="-lcurl -lxml2 -lcrypto" pkg_cflags="-I\/usr\/include\/libxml2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600" pkg_ldflags="" @ 1.3 log @snownews: update to 1.8. - Improve handling of untitled feeds, which could cause crashes and missing feed list entries. - Fix memory leaks caused by duplicate XML entries. - Convert man pages to UTF8. @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.2 2021/04/21 09:28:28 nia Exp $ d5 1 a5 1 --- configure.orig 2021-04-20 21:13:10.000000000 +0000 d7 1 a7 1 @@@@ -34,7 +34,7 @@@@ seds=[s/^#undef \(USE_UNSUPPORTED_AND_BR d14 5 a18 2 pkg_libs="-lcurl -lxml2 -lcrypto -lncursesw" pkg_cflags="-I\/usr\/include\/libxml2" @ 1.2 log @snownews: update to 1.7 changes: Resuming active maintenance. Use curl to load feeds. Store feed list as OPML. Move configuration and cache to XDG dirs. Support Atom feeds. Support content:encoded tag in RSS feeds. Display UTF8 text. Redirect stderr to logfile. Fix newsitem text scrolling. Fix various build failures. Add DESTDIR support. Remove obsolete scripts. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- configure.orig 2021-04-11 22:41:14.000000000 +0000 d11 1 a11 1 -pkgs="libcurl libxml-2.0 libcrypto ncurses" @ 1.1 log @snownews: Update to 1.6.10 Changes: * Remove dependency on openssl * Reduce UI flicker * Reduce disk writes to ~/.snownews * General code cleanup * Improve build system * More translations * Relicensed to GPLv3 @ text @d3 1 a3 1 Let pkgsrc take care of libcurses. d5 1 a5 1 --- configure.orig 2018-07-30 11:06:03.000000000 +0000 d7 2 a8 2 @@@@ -36,7 +36,7 @@@@ seds=[s/^#undef \(USE_UNSUPPORTED_AND_BR PROGS="CC=gcc CC=clang INSTALL=install MSGFMT=msgfmt" d11 5 a15 5 -LIBS="libxml-2.0 ncurses zlib" +LIBS="libxml-2.0 zlib" # Defaults to substitute with pkg-config --libs output DEFLIBS="-lxml2 -lncursesw -lz" # Defaults to substitute with pkg-config --cflags output @