SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

16
net/bitlbee/pkg/DESCR Normal file
View file

@ -0,0 +1,16 @@
Bitlbee is a proxy which accepts connections from any irc client
and allows you to communicate using following instant messaging
protocols:
- AIM/ICQ (oscar)
- XMPP/Jabber
- MSN Messenger
- Yahoo! Messenger
- Twitter (and API compatible services like identi.ca)
Flavors:
* libpurple - Enables a backend using purple library allowing
to communicate with even more chat networks like Gadu-Gadu,
MySpaceIM, Groupwise, Sametime, SILC etc.
* otr - Enables Off-the-Record (OTR) Messaging to have private
conversations.

62
net/bitlbee/pkg/PLIST Normal file
View file

@ -0,0 +1,62 @@
@pkgpath net/bitlbee,no_ssl
@newgroup _bitlbee:509
@newuser _bitlbee:509:_bitlbee::Bitlbee Account:/nonexistent:/sbin/nologin
@extraunexec rm -rf ${DB_DIR}/*
@rcscript ${RCDIR}/bitlbee
include/bitlbee/
include/bitlbee/account.h
include/bitlbee/arc.h
include/bitlbee/auth.h
include/bitlbee/base64.h
include/bitlbee/bee.h
include/bitlbee/bitlbee.h
include/bitlbee/canohost.h
include/bitlbee/commands.h
include/bitlbee/conf.h
include/bitlbee/config.h
include/bitlbee/dcc.h
include/bitlbee/events.h
include/bitlbee/ft.h
include/bitlbee/ftutil.h
include/bitlbee/help.h
include/bitlbee/http_client.h
include/bitlbee/ini.h
include/bitlbee/ipc.h
include/bitlbee/irc.h
include/bitlbee/json.h
include/bitlbee/json_util.h
include/bitlbee/log.h
include/bitlbee/md5.h
include/bitlbee/misc.h
include/bitlbee/nick.h
include/bitlbee/nogaim.h
include/bitlbee/oauth.h
include/bitlbee/oauth2.h
include/bitlbee/otr.h
include/bitlbee/proxy.h
include/bitlbee/query.h
include/bitlbee/set.h
include/bitlbee/sha1.h
include/bitlbee/sock.h
include/bitlbee/ssl_client.h
include/bitlbee/storage.h
include/bitlbee/url.h
include/bitlbee/xmltree.h
lib/pkgconfig/bitlbee.pc
@man man/man5/bitlbee.conf.5
@man man/man8/bitlbee.8
@bin sbin/bitlbee
share/bitlbee/
share/bitlbee/help.txt
share/doc/bitlbee/
share/doc/bitlbee/user-guide.html
share/doc/pkg-readmes/${PKGSTEM}
share/examples/bitlbee/
@sample ${SYSCONFDIR}/bitlbee/
share/examples/bitlbee/bitlbee.conf
@sample ${SYSCONFDIR}/bitlbee/bitlbee.conf
share/examples/bitlbee/motd.txt
@sample ${SYSCONFDIR}/bitlbee/motd.txt
@owner _bitlbee
@group _bitlbee
@sample ${DB_DIR}/

9
net/bitlbee/pkg/README Normal file
View file

@ -0,0 +1,9 @@
+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------
If moving from a libpurple flavored bitlbee package to an unflavored
one, be aware that "classic" bitlbee cannot support all protocols
supported with purple library. Remove lines for all protocol accounts
unsupported by "classic" bitlbee in users' xml configuration files
in ${DB_DIR}.

View file

@ -0,0 +1,10 @@
#!/bin/ksh
daemon="${TRUEPREFIX}/sbin/bitlbee -F"
daemon_user="_bitlbee"
. /etc/rc.d/rc.subr
rc_reload=NO
rc_cmd $1