Date: Fri, 8 Nov 2019 20:40:03 +0000 (UTC) From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517090 - in head/net-im: . beebeep Message-ID: <201911082040.xA8Ke3tL051217@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adridg Date: Fri Nov 8 20:40:03 2019 New Revision: 517090 URL: https://svnweb.freebsd.org/changeset/ports/517090 Log: New port: net-im/beebeep beeBEEP is a secure intra-office (LAN) chat program. It will auto- discover other beeps on the local network. There are snaps and AppImages available for Linux, so it's easy to deploy by a small team in a LAN for local encrypted chat. https://www.beebeep.net/ (Spotted on Twitter from Alan Pope, so I packaged it for FreeBSD) Added: head/net-im/beebeep/ head/net-im/beebeep/Makefile (contents, props changed) head/net-im/beebeep/distinfo (contents, props changed) head/net-im/beebeep/pkg-descr (contents, props changed) Modified: head/net-im/Makefile Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Fri Nov 8 20:29:50 2019 (r517089) +++ head/net-im/Makefile Fri Nov 8 20:40:03 2019 (r517090) @@ -4,6 +4,7 @@ COMMENT = Instant messaging SUBDIR += 6cord + SUBDIR += beebeep SUBDIR += centerim SUBDIR += centerim-devel SUBDIR += chattahoochie Added: head/net-im/beebeep/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/beebeep/Makefile Fri Nov 8 20:40:03 2019 (r517090) @@ -0,0 +1,34 @@ +# $FreeBSD$ + +PORTNAME= beebeep +DISTVERSIONPREFIX=code- +DISTVERSION= 5.8.2 +CATEGORIES= net-im +MASTER_SITES= SF/${PORTNAME}/Sources/ +# Weird SVN-versioned directory in the source zip +WRKSRC= ${WRKDIR}/${PORTNAME}-code-r1352 + +MAINTAINER= adridg@FreeBSD.org +COMMENT= Secure office (Local-area-network) chat + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= compiler:c++17-lang pkgconfig \ + qmake qt:5 zip +USE_QT= core gui multimedia network widgets x11extras \ + buildtools_build linguist_build + +do-install: + ${MKDIR} ${STAGEDIR}${LOCALBASE}/bin ${STAGEDIR}${QT_PLUGINDIR}/ + ${INSTALL_PROGRAM} ${WRKSRC}/test/beebeep ${STAGEDIR}${LOCALBASE}/bin/ + ${INSTALL_LIB} ${WRKSRC}/test/libnumbertextmarker.so ${STAGEDIR}${QT_PLUGINDIR}/ + ${INSTALL_LIB} ${WRKSRC}/test/librainbowtextmarker.so ${STAGEDIR}${QT_PLUGINDIR}/ + ${INSTALL_LIB} ${WRKSRC}/test/libregularboldtextmarker.so ${STAGEDIR}${QT_PLUGINDIR}/ + +PLIST_FILES= bin/beebeep \ + lib/qt5/plugins/libnumbertextmarker.so \ + lib/qt5/plugins/librainbowtextmarker.so \ + lib/qt5/plugins/libregularboldtextmarker.so + +.include <bsd.port.mk> Added: head/net-im/beebeep/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/beebeep/distinfo Fri Nov 8 20:40:03 2019 (r517090) @@ -0,0 +1,3 @@ +TIMESTAMP = 1573239811 +SHA256 (beebeep-code-5.8.2.zip) = eec2559d2a1bc232a8256f32b7f976a13fc63343abca1a2425ef346cc5da7a6d +SIZE (beebeep-code-5.8.2.zip) = 7429797 Added: head/net-im/beebeep/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/beebeep/pkg-descr Fri Nov 8 20:40:03 2019 (r517090) @@ -0,0 +1,8 @@ +BeeBEEP is a secure (encryption based on Rijndael Algorithm, AES) +peer to peer office messenger. You can talk and send files with all +your colleagues inside a local area network such of an office, home +or internet cafe without a server. BeeBEEP works also with VPNs. +This serverless application is indispensable in all those places +where privacy and security an essential requirement. + +WWW: https://www.beebeep.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911082040.xA8Ke3tL051217>