Port details |
- sayaka Twitter client for sixel-capable terminals
- 3.5.1_2 net-im =2 3.5.1_2Version of this port present on the latest quarterly branch.
- Maintainer: sue@iwmt.org
- Port Added: 2015-06-15 23:39:40
- Last Update: 2024-06-03 15:11:58
- Commit Hash: fb2822e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://github.com/isaki68k/sayaka
- Description:
- Command-line twitter client for sixel supported terminal.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net-im/sayaka/ && make install clean
- To add the package, run one of these commands:
- pkg install net-im/sayaka
- pkg install sayaka
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sayaka
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1616061063
SHA256 (isaki68k-sayaka-3.5.1_GH0.tar.gz) = b981eb251761790a396b2b9a05739b42978a54993794fa91104f871e1bb92385
SIZE (isaki68k-sayaka-3.5.1_GH0.tar.gz) = 353515
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libpng.so : graphics/png
- libmbedtls.so : security/mbedtls
- libjpeg.so : graphics/jpeg-turbo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for sayaka-3.5.1_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- net-im_sayaka
- USES:
- compiler:c++17-lang iconv jpeg pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.5.1_2 03 Jun 2024 15:11:58 |
Piotr Kubaj (pkubaj) |
net-im/sayaka: fix build on 14.1
SixelConverter.cpp:285:17: error: variable length arrays in C++ are a Clang
extension [-Werror,-Wvla-cxx-extension]
285 | uint8 sixelbuf[(w + 5) * bcnt]; |
3.5.1_2 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.5.1_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.5.1_1 28 Jan 2022 12:14:09 |
Tijl Coosemans (tijl) |
security/mbedtls: Update to 2.28.0 and fix make test
Also bump dependent ports for library version change.
PR: 255084 |
3.5.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.5.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.5.1 20 Mar 2021 17:48:00 |
danfe |
- Update to version 3.5.1, unbreak, respect CXXFLAGS
- Written in C++17 and does not need Vala since v3.5.0
- mbedTLS is used instead of libcurl since v3.3.0
- Now graphic-wise depends only on jpeg and libpng |
3.2.2 25 Sep 2020 14:44:00 |
bapt |
Update vala to 0.48.10
note that 0.50.x results for now in too many breakage to do the upgrade
yet.
As a result disable vala support in anjuta
Unbreak net-im/dino, which has been marked as broken during the glib upgrade |
3.2.2 03 Nov 2018 22:50:32 |
sunpoet |
Fix build with curl 7.62.0
- While I'm here, add USES=gnome |
3.2.2 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
3.2.2 19 Sep 2017 18:51:27 |
cpm |
net-im/sayaka: unbreak build with vala 0.36
checking SixelConverter.vala and objdir/SixelConverter.c ..
SixelConverter.vala:93.23-93.23: error: The type name `i' could not be found
uint8 R = (uint8)((i ) & 0x01) * 255;
^
SixelConverter.vala:134.23-134.23: error: The type name `i' could not be found
uint8 R = (uint8)((i ) & 0x01);
^
SixelConverter.vala:156.30-156.30: error: The type name `i' could not be found
Palette[i, 2] = (uint8)(((i ) & 0x03) * 255 / 3);
^
Compilation failed: 3 error(s), 0 warning(s)
PR: 222028
Submitted by: cpm
Approved by: IWAMOTO Kouichi <sue@iwmt.org> (maintainer timeout, 16 days) |
3.2.2 01 Nov 2016 20:01:15 |
jbeich |
net-im/sayaka: update to 3.2.2
Changes: https://github.com/isaki68k/sayaka/compare/3.1.0...3.2.2
PR: 213967
Submitted by: IWAMOTO Kouichi <sue@iwmt.org> (maintainer) |
3.1.0 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
3.1.0 10 Aug 2015 21:44:40 |
pawel |
- Update to version 3.1.0 [1]
- Respect CFLAGS during build
PR: 201939 [1]
Submitted by: IWAMOTO Kouichi (maintainer) [1] |
3.0.9 15 Jun 2015 23:39:31 |
amdmi3 |
Command-line twitter client for sixel supported terminal.
WWW: https://github.com/isaki68k/sayaka
PR: 200867
Submitted by: sue@iwmt.org |