summaryrefslogtreecommitdiff
path: root/net/sayaka
AgeCommit message (Collapse)AuthorFilesLines
2022-11-08sayaka: update to 3.5.4.tsutsui2-7/+6
Upstream changes: * 3.5.4 (2022/11/08) - implement --force-sixel option - fix printf bug when --progress is specified
2022-08-11*: recursive PKGREVISION bump for mbedtls shlib major increaseswiz1-1/+2
2022-02-19sayaka: update to 3.5.3.tsutsui2-6/+6
Upstream changes: * 3.5.3 (2022/02/15) - support to specify multiple keywords - implement --mathalpha option
2021-10-26net: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts...): net/radsecproxy/distinfo The following distfiles could not be fetched (fetched conditionally?): ./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz ./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch ./net/djbdns/distinfo djbdns-1.05-test28.diff.xz ./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch ./net/djbdns/distinfo djbdns-1.05-multiip.diff ./net/djbdns/distinfo djbdns-cachestats.patch
2021-10-07net: Remove SHA1 hashes for distfilesnia1-2/+1
2021-07-23sayaka: update to 3.5.2.tsutsui3-28/+7
Upstream changes: * 3.5.2 (2021/07/22) - implement auto reconnecting and --reconnect option
2021-05-14sayaka: needs libbsd on non-bsd systemsnia1-1/+5
2021-05-02Recursive revbump for security/mbedtlsnia1-2/+2
2021-03-21(net/sayaka) Fix build: +USE_TOOLS+= pkg-configmef1-1/+2
2021-03-19sayaka: update to 3.5.1.tsutsui3-13/+13
Upstream changes: * 3.5.1 (2021/03/18) - try HTTP first then HTTPS to get icon images, rather than HTTPS only - improve several error handling
2021-03-12sayaka: update to 3.5.0.tsutsui3-16/+34
Upstream changes: * 3.5.0 (2021/03/03) - migrate to C++ and obsolete vala version - support only JPEG and PNG image for now - implement auto recognition of the terminal background color - remove --protect and --support-evs options - remove --noimg option (superseded by --no-image) - remove replaying recoded data in userstream days
2020-11-10sayaka: update to 3.4.6.tsutsui2-8/+8
Upstream changes: * 3.4.6 (2020/11/10) - replace a mark as icon placeholder when --no-image is specified to avoid character corruptions
2020-10-06*: recursive bump for vala 0.50wiz1-2/+2
2020-08-17*: revbump after fontconfig bl3 changes (libuuid removal)leot1-1/+2
2020-05-16sayaka: update to 3.4.5.tsutsui2-7/+7
Upstream changes: * 3.4.5 (2020/05/15) - re-implement judgements of displaying tweets to avoid tweets from following to non-following users in some case - fix ng word judgements missed in some case - implement '--record-all' option
2020-05-02sayaka: update to 3.4.4.tsutsui2-11/+11
pkgsrc changes: - remove leftover (should be done on 3.3.0) from Makefile - explicitly specify required versions of vala and glib2 per README.md Upstream changes: * 3.4.4 (2020/05/01) fix unexpected exit on receiving SIGWINCH on Linux. adjust drawing of contiguous retweets. extend timeout to determine SIXEL support. change behavior of --token option. misc modifications around logs.
2020-03-11*: bump for vala 0.48.0wiz1-2/+2
2020-03-08*: recursive bump for libffiwiz1-1/+2
2020-02-16sayaka: update to 3.4.3.tsutsui3-31/+7
pkgsrc changes: - remove a patch applied to upstream Upstream changes * 3.4.3 (2020/02/15) Fix quoted tweets not shown in some case. Improve detection of sixel support of the tereminal.
2020-02-07sayaka: update to 3.4.2.tsutsui4-30/+31
pkgsrc changes: - remove a patch applied to upstream - pull a post 3.4.2 fix for detection of sixel support Upstream changes: * 3.4.2 (2020/02/01) Support monochrome terminal. Implement --no-color option. Add --no-image option (past --noimg is still valid) Show an icon mark on non-sixel-capable terminal. Autodetect if terminal supports sixel or not.
2020-01-28sayaka: pull an upstream fix for monochrome screen support.tsutsui3-2/+25
Bump PKGREVISION. Twitter filterstream timeline on Sun3/60 running NetBSD/sun3 9.0_RC1 by sayaka was demonstrated on NetBSD booth at Open Source Conference 2020 Osaka. https://mail-index.netbsd.org/netbsd-advocacy/2020/01/28/msg000823.html
2020-01-12sayaka: update to 3.4.1.tsutsui3-9/+8
Upstream changes (no English changelog): 3.4.1 (2020/01/12) Adjustments to pseudo home timeline. Auto detection of terminal that doesn't support SIXEL. 3.4.0 (2020/01/05) Support pseudo home timeline by using filterstream. 3.3.3 (2020/01/04) Fix build errors on Linux.
2019-11-06*: recursive bump for vala-0.46wiz1-2/+2
2019-07-21*: recursive bump for gdk-pixbuf2-2.38.1wiz1-2/+2
2019-03-25*: recursive bump for vala-0.44wiz1-2/+2
2018-09-03*: recursive bump for vala-0.42.wiz1-2/+2
2018-04-17Recursive PKGREVISION bump for vala-0.40.wiz1-2/+2
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz1-1/+2
2018-01-02sayaka: update to 3.3.2.tsutsui3-24/+7
Upstream changes: 3.3.2 (2018/01/02) - support build on pkgsrc-2017Q4 (vala-0.38.1 and later) - try to show images only if Content-Type is image/* - update to mbedTLS-2.4.2 - implement --timeout-image option
2018-01-02sayaka: don't forget make mps after updating comments.tsutsui1-2/+2
Pointed out by spz@ and rillig@.
2017-12-31sayaka: fix build failure with vala 0.38.3.tsutsui2-1/+17
It seems convert_with_fallback() is properly exported for glib.vapi in newer vala 0.38.1 and later so a local declaration is no longer necessary.
2017-10-03*: Recursive PKGREVISION bump for vala 0.38 update.wiz1-2/+2
2017-05-29Recursive bump for lang/valawiz1-1/+2
2016-12-24Update sayaka to 3.3.1. (leaf package bugfix update)tsutsui3-26/+7
Upstream changes: * 3.3.1 (2016/12/23) * buf fixes including resouce leak
2016-12-04Pull fix for crash caused by out of bounce access bug from upstream.tsutsui4-10/+21
Also fix misc pkgsrc stuff: - update DESCR (php version is no more) - remove obsolete SUBST Bump PKGREVISION.
2016-11-26Update sayaka to 3.3.0.tsutsui4-46/+11
Upstream changes: * 3.3.0 (2016/11/25) * switch to using mbedTLS rather than libcurl * implement --full-url and --progress options * remove --sixel-cmd option * remove support of PHP version * add support characters that cannot be converted to EUC-JP/JIS * improve image quality and speed etc.
2016-10-09Update sayaka to 3.2.2.tsutsui3-14/+23
Upstream changes: * 3.2.2 (2016/09/25) * switch to libcurl instead of glib-networking * implement --post and --ciphers options * support display of extended_tweet * 3.2.1 (2016/04/24) * implement --filter and --record options * implement editing NG words * reflect 'don't show Retweets by this user' settings * add support for thumbnail of Shindan-maker * print Unicode foreign letters * compressed display of continuous RTs and favs
2016-08-03Revbump after graphics/gd updateadam1-2/+2
2016-06-09Fix HOMEPAGE to be copy'n'pastable.wiz1-2/+2
2016-04-10revbump for vala updateprlw11-1/+2
2016-03-01Needs pkg-config.joerg1-2/+2
2016-02-27Import sayaka-3.2.0 as net/sayaka.tsutsui5-0/+72
Sayaka is a light-weight terminal specific twitter client which supports userstream and sixel graphics etc. There are two variants (PHP based version and and Vala based version) in the sayaka distribution and this package uses the newer Vala based one.