svn commit: r531797 - in head: . net-im net-im/sshout net-im/sshout/files

Mateusz Piotrowski 0mp at FreeBSD.org
Thu Apr 16 06:17:01 UTC 2020


On 4/15/20 11:45 PM, Rodrigo Osorio wrote:
> Author: rodrigo
> Date: Wed Apr 15 21:45:03 2020
> New Revision: 531797
> URL: https://svnweb.freebsd.org/changeset/ports/531797
>
> Log:
>    New port net-im/sshout: Instant-messaging solution based on SSH
...
> Added: head/net-im/sshout/Makefile
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/net-im/sshout/Makefile	Wed Apr 15 21:45:03 2020	(r531797)
...
> +CPPFLAGS+=	-I${LOCALBASE}/include
> +LDFLAGS+=	-L${LOCALBASE}/lib
This could probably be USES=localbase:ldflags
> +
> +MAKE_ENV=	LIBEXECDIR=\${PREFIX}/libexec \
> +		MANDIR=\${PREFIX}/man
PREFIX/share/man/ is fine as well and probably the default.
> Added: head/net-im/sshout/pkg-message
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/net-im/sshout/pkg-message	Wed Apr 15 21:45:03 2020	(r531797)
> @@ -0,0 +1,8 @@
> +#### 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.
> +#### END

This should probably be converted to the UCL format.



More information about the svn-ports-all mailing list