notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
scli Simple terminal user interface for the Signal messenger (using signal-cli)
0.7.1 net-im on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.7.1Version of this port present on the latest quarterly branch.
Maintainer: 0mp@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-08-11 11:27:38
Last Update: 2023-06-27 19:34:34
Commit Hash: 3d9a815
Also Listed In: python
License: GPLv3
WWW:
https://github.com/isamert/scli
Description:
scli is a simple TUI (terminal user interface) for Signal, the messaging platform. It relies on signal-cli to connect to Signal services and urwid.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (6 items)
Collapse this list.
  1. bin/scli
  2. share/scli/scli
  3. share/scli/VERSION
  4. /usr/local/share/licenses/scli-0.7.1/catalog.mk
  5. /usr/local/share/licenses/scli-0.7.1/LICENSE
  6. /usr/local/share/licenses/scli-0.7.1/GPLv3
Collapse this list.
Dependency lines:
  • scli>0:net-im/scli
To install the port:
cd /usr/ports/net-im/scli/ && make install clean
To add the package, run one of these commands:
  • pkg install net-im/scli
  • pkg install scli
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: scli
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1649092155 SHA256 (isamert-scli-v0.7.1_GH0.tar.gz) = 8265c7ba4473c50aabd2d3692990d6d03364e585e071f266039ea5d80e04c21a SIZE (isamert-scli-v0.7.1_GH0.tar.gz) = 147342

Packages (timestamps in pop-ups are UTC):
scli
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-0.7.1--0.7.1---
FreeBSD:13:quarterly-0.7.1--0.7.1-0.7.10.7.1
FreeBSD:14:latest-0.7.1--0.7.1--0.7.1
FreeBSD:14:quarterly-0.7.1--0.7.1-0.7.10.7.1
FreeBSD:15:latest-0.7.1n/a-n/a-0.7.1-
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. py39-urwid-readline>=0 : devel/py-urwid-readline@py39
  2. py39-urwid>=0 : devel/py-urwid@py39
  3. dbus>=0 : devel/dbus
  4. signal-cli>=0.8.4.1 : net-im/signal-cli
  5. py39-pyqrcode>=0 : graphics/py-pyqrcode@py39
  6. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for scli-0.7.1: DOCS=on: Build and/or install documentation LINKING=on: Linking support for the --link flag ===> Use 'make config' to modify these settings
Options name:
net-im_scli
USES:
python:run shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/isamert/scli/tar.gz/v0.7.1?dummy=/
Collapse this list.

Number of commits found: 37

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.7.1
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
0.7.1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.7.1
05 Apr 2022 14:26:51
commit hash: dd6b5d297c021a9851f171d0e3c8beb3c97fbcbfcommit hash: dd6b5d297c021a9851f171d0e3c8beb3c97fbcbfcommit hash: dd6b5d297c021a9851f171d0e3c8beb3c97fbcbfcommit hash: dd6b5d297c021a9851f171d0e3c8beb3c97fbcbf files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
net-im/scli: Update to 0.7.1

Changes:	https://github.com/isamert/scli/releases/tag/v0.7.1
0.7.0
17 Feb 2022 13:55:08
commit hash: 73a2a836f3fd2c1942aac748de6b87f4d09465b6commit hash: 73a2a836f3fd2c1942aac748de6b87f4d09465b6commit hash: 73a2a836f3fd2c1942aac748de6b87f4d09465b6commit hash: 73a2a836f3fd2c1942aac748de6b87f4d09465b6 files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
net-im/scli: Update to 0.7.0

Changes:	https://github.com/isamert/scli/releases/tag/v0.7.0
0.6.6
23 Jan 2022 21:54:08
commit hash: 637bc533bcabe05eb0ec8b510fe7418920130d28commit hash: 637bc533bcabe05eb0ec8b510fe7418920130d28commit hash: 637bc533bcabe05eb0ec8b510fe7418920130d28commit hash: 637bc533bcabe05eb0ec8b510fe7418920130d28 files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
net-im/scli: Update to 0.6.6

Changes:	https://github.com/isamert/scli/releases/tag/v0.6.6
0.6.5
02 Jan 2022 22:21:02
commit hash: a22bf33284896d9a5f5738c2bb645189b55636efcommit hash: a22bf33284896d9a5f5738c2bb645189b55636efcommit hash: a22bf33284896d9a5f5738c2bb645189b55636efcommit hash: a22bf33284896d9a5f5738c2bb645189b55636ef files touched by this commit
Michael Gmelin (grembo) search for other commits by this committer
net-im/scli: Fix distinfo

Hashes changed, see https://github.com/isamert/scli/issues/151
0.6.5
29 Oct 2021 10:29:22
commit hash: d4b69b9118ed627200debf4a8b50f9b6c99df7adcommit hash: d4b69b9118ed627200debf4a8b50f9b6c99df7adcommit hash: d4b69b9118ed627200debf4a8b50f9b6c99df7adcommit hash: d4b69b9118ed627200debf4a8b50f9b6c99df7ad files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
net-im/scli: Update to 0.6.5
0.6.4_2
07 Oct 2021 09:59:18
commit hash: 1421ae7eb67cb994cee5784d97fa313274afa78ccommit hash: 1421ae7eb67cb994cee5784d97fa313274afa78ccommit hash: 1421ae7eb67cb994cee5784d97fa313274afa78ccommit hash: 1421ae7eb67cb994cee5784d97fa313274afa78c files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
net-im/scli: Update distinfo

GitHub seemed to regenerate the tarball, which changed its hash and
size. The contents are the same.

PR:		258955
Reported by:	mandree
0.6.4_2
06 Oct 2021 09:22:41
commit hash: f0206398275ac372a134ccc2ec64586d41439300commit hash: f0206398275ac372a134ccc2ec64586d41439300commit hash: f0206398275ac372a134ccc2ec64586d41439300commit hash: f0206398275ac372a134ccc2ec64586d41439300 files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
net-im/scli: Add a missing script

I forgot to git-add it last time.

Reported by:	jrm
0.6.4_2
05 Oct 2021 08:34:49
commit hash: b443f3c42fee9c289df7b674279fd26d0a083a1ccommit hash: b443f3c42fee9c289df7b674279fd26d0a083a1ccommit hash: b443f3c42fee9c289df7b674279fd26d0a083a1ccommit hash: b443f3c42fee9c289df7b674279fd26d0a083a1c files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
net-im/scli: Fix scli --version
0.6.4_1
28 Jul 2021 13:00:18
commit hash: 14aa140d819d35d13d669e3b477afe59a0c4c453commit hash: 14aa140d819d35d13d669e3b477afe59a0c4c453commit hash: 14aa140d819d35d13d669e3b477afe59a0c4c453commit hash: 14aa140d819d35d13d669e3b477afe59a0c4c453 files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
net-im/scli: Fix the help command

Now scli knows where to find the README file.
0.6.4
08 Jul 2021 10:35:38
commit hash: 498c30285c9e329ccf4bfc84a7a7b544a89f042ccommit hash: 498c30285c9e329ccf4bfc84a7a7b544a89f042ccommit hash: 498c30285c9e329ccf4bfc84a7a7b544a89f042ccommit hash: 498c30285c9e329ccf4bfc84a7a7b544a89f042c files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
net-im/scli: Update to 0.6.4

Remove pkg-message. The workaround is no longer relevant as the bug has
been fixed.

Changes:	https://github.com/isamert/scli/releases/tag/v0.6.4
0.6.3
22 Jun 2021 17:39:18
commit hash: 7734d779ae69dd4b9a4dea52d9787a0b1a7fcdcfcommit hash: 7734d779ae69dd4b9a4dea52d9787a0b1a7fcdcfcommit hash: 7734d779ae69dd4b9a4dea52d9787a0b1a7fcdcfcommit hash: 7734d779ae69dd4b9a4dea52d9787a0b1a7fcdcf files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
net-im/scli: Update to 0.6.3
0.6.2
16 May 2021 19:58:55
commit hash: d6c9ad1f983a4e3915859c8f3a1d7380bc536c9fcommit hash: d6c9ad1f983a4e3915859c8f3a1d7380bc536c9fcommit hash: d6c9ad1f983a4e3915859c8f3a1d7380bc536c9fcommit hash: d6c9ad1f983a4e3915859c8f3a1d7380bc536c9f files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
net-im/scli: Update to 0.8.3

Changes:	https://github.com/isamert/scli/releases/tag/v0.6.2
Changes:	https://github.com/isamert/scli/releases/tag/v0.6.1
0.6.0
26 Apr 2021 11:48:39
commit hash: 3db08db20d14dfaf2ed4bc003fafc49a76dbe61ccommit hash: 3db08db20d14dfaf2ed4bc003fafc49a76dbe61ccommit hash: 3db08db20d14dfaf2ed4bc003fafc49a76dbe61ccommit hash: 3db08db20d14dfaf2ed4bc003fafc49a76dbe61c files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
net-im/scli: Update to 6.0.0

Changes:	https://github.com/isamert/scli/releases/tag/v0.6.0
0.5.0.77
22 Apr 2021 11:07:42
commit hash: 8ed7dc47e4cd6672fe62398052990cc8640d1850commit hash: 8ed7dc47e4cd6672fe62398052990cc8640d1850commit hash: 8ed7dc47e4cd6672fe62398052990cc8640d1850commit hash: 8ed7dc47e4cd6672fe62398052990cc8640d1850 files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
net-im/scli: Update to the most recent commits
0.5.0.74
21 Apr 2021 11:51:42
commit hash: 4f5a09edbfe5ef0c65abe70c290d356ea3a368abcommit hash: 4f5a09edbfe5ef0c65abe70c290d356ea3a368abcommit hash: 4f5a09edbfe5ef0c65abe70c290d356ea3a368abcommit hash: 4f5a09edbfe5ef0c65abe70c290d356ea3a368ab files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
net-im/scli: Update distfiles

Upstream rewrote recent history.
0.5.0.72
17 Apr 2021 17:05:21
commit hash: d7be6a19f37195d206a4b95f0112a654cf397d59commit hash: d7be6a19f37195d206a4b95f0112a654cf397d59commit hash: d7be6a19f37195d206a4b95f0112a654cf397d59commit hash: d7be6a19f37195d206a4b95f0112a654cf397d59 files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
net-im/scli: Update to the latest commit

There were some problems with the stability of version 0.5.0. They are
gone when we apply the latest patches.
0.5.0
15 Apr 2021 12:57:13
commit hash: 60d035e91a9c3c4fd61005c7034f35326d18d92acommit hash: 60d035e91a9c3c4fd61005c7034f35326d18d92acommit hash: 60d035e91a9c3c4fd61005c7034f35326d18d92acommit hash: 60d035e91a9c3c4fd61005c7034f35326d18d92a files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
net-im/scli: Update to 0.5.0

Release notes:
https://github.com/isamert/scli/releases/tag/v0.5.0
0.4.0
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.4.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.4.0
18 Feb 2021 21:01:17
Revision:565986Original commit files touched by this commit
0mp search for other commits by this committer
Update to 0.4.0

Changelog:
https://github.com/isamert/scli/releases/tag/v0.4.0
0.3.2_1
21 Jan 2021 14:43:43
Revision:562217Original commit files touched by this commit
0mp search for other commits by this committer
Update distinfo

Apparently, upstream has re-rolled the release tarballs. Bump PORTREVISION
to notify others of the change.

Reported by:	jrm
0.3.2
21 Jan 2021 12:57:16
Revision:562201Original commit files touched by this commit
0mp search for other commits by this committer
Update to 0.3.2

Release notes:
https://github.com/isamert/scli/releases/tag/v0.3.2
0.3.1
21 Jan 2021 12:46:42
Revision:562200Original commit files touched by this commit
0mp search for other commits by this committer
Update to 0.3.1

- Release notes: https://github.com/isamert/scli/releases/tag/v0.3.1
- Bump required Python version to 3.7
- List dbus as a dependency explicitly
0.3.0
12 Jan 2021 17:15:57
Revision:561351Original commit files touched by this commit
0mp search for other commits by this committer
Update to 0.3.0

Release notes:
https://github.com/isamert/scli/releases/tag/v0.3.0
0.2.2
22 Dec 2020 13:29:59
Revision:558910Original commit files touched by this commit
0mp search for other commits by this committer
Update to 0.2.2

Release notes:
https://github.com/isamert/scli/releases/tag/v0.2.2

PR:		252040
Submitted by:	Neel Chauhan <neel@neelc.org>
0.2.1_1
13 Dec 2020 10:01:04
Revision:557891Original commit files touched by this commit
0mp search for other commits by this committer
Fix a typo in pkg-message
0.2.1
13 Dec 2020 09:54:00
Revision:557890Original commit files touched by this commit
0mp search for other commits by this committer
Update to 0.2.1

This fixes some issues with net-im/signal-cli 0.6.12.
0.2.0
01 Nov 2020 10:57:06
Revision:553831Original commit files touched by this commit
0mp search for other commits by this committer
Update to 0.2.0

Release notes:
https://github.com/isamert/scli/releases/tag/v0.2.0
0.1.0
16 Sep 2020 10:35:43
Revision:548777Original commit files touched by this commit
0mp search for other commits by this committer
net-im/scli: Update to v0.1.0
g20200817_2
17 Aug 2020 13:23:47
Revision:545165Original commit files touched by this commit
0mp search for other commits by this committer
net-im/scli: Add readline support via urwid-readline

Although urwird-readline is an optional dependency for scli, let's not
create a port option for it. This is a really small dependency and it
makes no reason to ever disable it.
g20200817_1
17 Aug 2020 12:53:27
Revision:545163Original commit files touched by this commit
0mp search for other commits by this committer
Add a pkg-message with some troubleshooting notes
g20200817
17 Aug 2020 09:02:47
Revision:545150Original commit files touched by this commit
0mp search for other commits by this committer
net-im/scli: Update to the latest version
g20200813
13 Aug 2020 21:59:03
Revision:544847Original commit files touched by this commit
0mp search for other commits by this committer
Update to the latest version
g20200713
11 Aug 2020 11:27:34
Revision:544683Original commit files touched by this commit
0mp search for other commits by this committer
Add net-im/scli

scli is a simple TUI (terminal user interface) for Signal, the messaging
platform.  It relies on signal-cli to connect to Signal services and urwid.

WWW: https://github.com/isamert/scli

Number of commits found: 37