Index: head/net-im/sshout/Makefile =================================================================== --- head/net-im/sshout/Makefile (revision 547974) +++ head/net-im/sshout/Makefile (revision 547975) @@ -1,39 +1,52 @@ # $FreeBSD$ PORTNAME= sshout -DISTVERSION= 1.1.1 +DISTVERSION= 1.2.0 CATEGORIES= net-im MASTER_SITES= SF/sshout/${PORTNAME}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= msl0000023508@gmail.com COMMENT= Instant-messaging service based on SSH LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmhash.so:security/mhash USES= tar:bz2 gmake readline NO_WRKSUBDIR= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= LIBEXECDIR=\${PREFIX}/libexec \ MANDIR=\${PREFIX}/man USE_RC_SUBR= sshout USERS= sshout GROUPS= sshout -PLIST_FILES= libexec/sshoutd \ - man/man8/sshoutcfg.8.gz \ - sbin/sshoutcfg +OPTIONS_DEFINE= NLS IRC +OPTIONS_DEFAULT= NLS +OPTIONS_GROUP= SUGGESTED +OPTIONS_GROUP_SUGGESTED=XCLIP -OPTIONS_DEFINE= IRC -IRC_DESC= Enable the experimental IRC over SSH frontend -IRC_CPPFLAGS= -DENABLE_IRC_FRONTEND +SUGGESTED_DESC= Suggested ports +XCLIP_DESC= Add dependency to xclip(1) for CLI pasteimage support +NLS_USES= gettext +NLS_MAKE_ENV= NLS_LIBS="-l intl" +NLS_MAKE_ENV_OFF= NO_NLS=1 +IRC_DESC= Experimental IRC over SSH frontend +IRC_CPPFLAGS= -D ENABLE_IRC_FRONTEND=1 + +OPTIONS_SUB= yes + +.include + +.if ${PORT_OPTIONS:MXCLIP} +RUN_DEPENDS+= ${LOCALBASE}/bin/xclip:x11/xclip +.endif .include Index: head/net-im/sshout/distinfo =================================================================== --- head/net-im/sshout/distinfo (revision 547974) +++ head/net-im/sshout/distinfo (revision 547975) @@ -1,3 +1,3 @@ -TIMESTAMP = 1591368397 -SHA256 (sshout-1.1.1-src.tar.bz2) = 88144d2e8782c5f06339f94977168509b36d33376b25c91a97b02bdd18302206 -SIZE (sshout-1.1.1-src.tar.bz2) = 37676 +TIMESTAMP = 1599058479 +SHA256 (sshout-1.2.0-src.tar.bz2) = ced431585228186e5029f2c4cff76802b76eb6389fe78d5e9c14b0289a535b22 +SIZE (sshout-1.2.0-src.tar.bz2) = 45150 Index: head/net-im/sshout/pkg-message =================================================================== --- head/net-im/sshout/pkg-message (revision 547974) +++ head/net-im/sshout/pkg-message (revision 547975) @@ -1,8 +1,13 @@ #### 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. + +For HTML messages be properly displayed in CLI frontend, elinks(1) version +0.12 or later is required; however the ports tree currently doesn't have an +up-to-date elinks version available. You will have to install the required +version manually, if such support is needed. #### END Index: head/net-im/sshout/pkg-plist =================================================================== --- head/net-im/sshout/pkg-plist (nonexistent) +++ head/net-im/sshout/pkg-plist (revision 547975) @@ -0,0 +1,5 @@ +libexec/sshoutd +man/man8/sshoutcfg.8.gz +sbin/sshoutcfg +%%NLS%%share/locale/zh_CN/LC_MESSAGES/sshout.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/sshout.mo Property changes on: head/net-im/sshout/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property