Port details |
- sshout Instant-messaging service based on SSH
- 1.2.0_2 net-im =2 1.2.0_2Version of this port present on the latest quarterly branch.
- Maintainer: msl0000023508@gmail.com
- Port Added: 2020-04-15 21:45:11
- Last Update: 2024-02-24 22:17:38
- Commit Hash: de2cbe8
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3+
- WWW:
- https://sourceforge.net/projects/sshout/
- Description:
- Secure Shout Host Oriented Unified Talk is an instant-messaging platform
designed to make uses of the existing SSH server in your system.
SSHOUT creates a private chat room in your host. The authentication of the
chat room is done by SSH public authentication. Users can join your chat room
by either directly connecting your SSH server with any SSH client; or using a
SSHOUT client that implemented the client side SSHOUT API.
This package provides the SSHOUT server side programs; if you are finding a
SSHOUT client, go to project page and find out a suitable client; or you can
also write your own client using SSHOUT API.
- ¦ ¦ ¦ ¦
- 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/sshout/ && make install clean
- To add the package, run one of these commands:
- pkg install net-im/sshout
- pkg install sshout
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sshout
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1599058479
SHA256 (sshout-1.2.0-src.tar.bz2) = ced431585228186e5029f2c4cff76802b76eb6389fe78d5e9c14b0289a535b22
SIZE (sshout-1.2.0-src.tar.bz2) = 45150
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:
-
- gmake>=4.3 : devel/gmake
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- Library dependencies:
-
- libmhash.so : security/mhash
- libreadline.so.8 : devel/readline
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for sshout-1.2.0_2:
IRC=off: Experimental IRC over SSH frontend
NLS=on: Native Language Support
====> Suggested ports
XCLIP=off: Add dependency to xclip(1) for CLI pasteimage support
ELINKS=off: Add dependency to elinks(1) for showing HTML messages in CLI
===> Use 'make config' to modify these settings
- Options name:
- net-im_sshout
- USES:
- tar:bz2 gmake readline gettext
- pkg-message:
- #### NOTES OF SSHOUT
In order to start sshout service you need some more configuration:
# sysrc -f /etc/rc.conf sshout_enable="YES"
If you installed SSHOUT for the first time, use sshoutcfg(8) to add users.
You must have SSH server running and accepting public key authentication.
Suggested ports:
x11/xclip For '/pasteimage' command to work in CLI frontend
www/elinks For HTML messages be properly displayed in CLI frontend
#### END
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.0_2 24 Feb 2024 22:17:38 |
Muhammad Moinur Rahman (bofh) |
net-im/sshout: Moved man to share/man
Approved by: portmgr (blanket) |
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) |
1.2.0_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 ) |
1.2.0_1 19 Apr 2022 06:36:02 |
Mikael Urankar (mikael) Author: WHR |
net-im/sshout: fix optimization compiling option and update optional dependency
This update fixes the followings:
- The current upstream Makefile appends '-O1' to CFLAGS, which would
inadvertently override any previous optimization option that passed by the
user.
- www/elinks has recently been updated to a supported version
add optional dependency to it, and remove the related note in 'pkg-message'.
PR: 263391 |
1.2.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.2.0 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.2.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.0 08 Sep 2020 09:33:54 |
lwhsu |
net-im/sshout: Update to 1.2.0
PR: 249082
Submitted by: WHR <msl0000023508@gmail.com> (maintainer) |
1.1.1 05 Jun 2020 14:51:50 |
joneum |
Update to 1.1.1
PR: 245734
Submitted by: WHR <msl0000023508@gmail.com> (maintainer)
Sponsored by: Netzkommune GmbH |
1.0.2 15 Apr 2020 21:45:04 |
rodrigo |
New port net-im/sshout: Instant-messaging solution based on SSH
Secure Shout Host Oriented Unified Talk is an instant-messaging platform
designed to make uses of the existing SSH server in your system.
SSHOUT creates a private chat room in your host. The authentication of the
chat room is done by SSH public authentication. Users can join your chat room
by either directly connecting your SSH server with any SSH client; or using a
SSHOUT client that implemented the client side SSHOUT API.
This package provides the SSHOUT server side programs; if you are finding a
SSHOUT client, go to project page and find out a suitable client; or you can
also write your own client using SSHOUT API.
PR: 228723
Submitted by: WHR <msl0000023508@gmail.com> |