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)
This commit is contained in:
parent
182631cc5f
commit
b438f1decd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517090
@ -4,6 +4,7 @@
|
||||
COMMENT = Instant messaging
|
||||
|
||||
SUBDIR += 6cord
|
||||
SUBDIR += beebeep
|
||||
SUBDIR += centerim
|
||||
SUBDIR += centerim-devel
|
||||
SUBDIR += chattahoochie
|
||||
|
34
net-im/beebeep/Makefile
Normal file
34
net-im/beebeep/Makefile
Normal file
@ -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>
|
3
net-im/beebeep/distinfo
Normal file
3
net-im/beebeep/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1573239811
|
||||
SHA256 (beebeep-code-5.8.2.zip) = eec2559d2a1bc232a8256f32b7f976a13fc63343abca1a2425ef346cc5da7a6d
|
||||
SIZE (beebeep-code-5.8.2.zip) = 7429797
|
8
net-im/beebeep/pkg-descr
Normal file
8
net-im/beebeep/pkg-descr
Normal file
@ -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/
|
Loading…
Reference in New Issue
Block a user