bitlbee: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-01-31 17:47:19 +00:00
parent 7664d9cfdd
commit 32fafc9dbf
6 changed files with 0 additions and 238 deletions

View File

@ -1,20 +0,0 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/bitlbee/
-rw-r--r-- root/root etc/bitlbee/bitlbee.conf
-rw-r--r-- root/root etc/bitlbee/motd.txt
drwxr-xr-x root/root etc/rc.d/
-rwxr-xr-x root/root etc/rc.d/bitlbee
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/bitlbee
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/bitlbee/
-rw-r--r-- root/root usr/share/bitlbee/help.txt
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/bitlbee.conf.5.gz
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/bitlbee.8.gz
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/lib/
drwxr-xr-x bitlbee/root var/lib/bitlbee/

View File

@ -1,7 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/fmr7TeuOpptNHPPZGRFyZgChJ0YH6MSY463i4/ujSOBb0xNqoYAEwhOtwMTKvNPO9VjCXO0mSdpb/5UiRvHIAs=
SHA256 (Pkgfile) = 1241d25b06afe0a53bf325cc70b4ce00072335089c8d0ef6b8318aad41fddc4e
SHA256 (.footprint) = fffeeef7b3a1acb2a80f4cd1347b7d860d938de123891c70abfa8cbe843306c2
SHA256 (bitlbee-3.6.tar.gz) = 9f15de46f29b46bf1e39fc50bdf4515e71b17f551f3955094c5da792d962107e
SHA256 (bitlbee) = 486d33f75c8b9b76204abb629110d3bb8f66b1d5a6be5b13f643915d4aceaf04
SHA256 (bitlbee.conf) = 5aab076208bbf82bc6ca831e89c6357a84cb520ce85c10cf5ef0a8690a16397e

View File

@ -1,28 +0,0 @@
# Description: instant messaging via IRC
# URL: https://bitlbee.org
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: glib
name=bitlbee
version=3.6
release=1
source=(https://get.bitlbee.org/src/bitlbee-$version.tar.gz bitlbee \
bitlbee.conf)
build() {
cd $name-$version
./configure --ssl=openssl \
--prefix=/usr \
--etcdir=/etc/bitlbee
make
make install DESTDIR=$PKG
make install-etc DESTDIR=$PKG
install -d $PKG/etc/rc.d
install -d -o bitlbee $PKG/var/lib/bitlbee
install -m 644 $SRC/bitlbee.conf $PKG/etc/bitlbee
install -m 755 $SRC/bitlbee $PKG/etc/rc.d/
}

View File

@ -1,23 +0,0 @@
#!/bin/sh
#
# /etc/rc.d/bitlbee: start/stop bitlbee
#
case $1 in
start)
/usr/sbin/bitlbee -u bitlbee
;;
stop)
test -f /var/run/bitlbee.pid && kill $(< /var/run/bitlbee.pid)
;;
restart)
$0 stop
sleep 2
$0 start
;;
*)
echo "usage: $0 [start|stop|restart]"
;;
esac
# End of file

View File

@ -1,154 +0,0 @@
## BitlBee default configuration file
##
## Comments are marked like this. The rest of the file is INI-style. The
## comments should tell you enough about what all settings mean.
##
[settings]
## RunMode:
##
## Inetd -- Run from inetd (default)
## Daemon -- Run as a stand-alone daemon, serving all users from one process.
## This saves memory if there are more users, the downside is that when one
## user hits a crash-bug, all other users will also lose their connection.
## ForkDaemon -- Run as a stand-alone daemon, but keep all clients in separate
## child processes. This should be pretty safe and reliable to use instead
## of inetd mode.
##
RunMode = Daemon
## User:
##
## If BitlBee is started by root as a daemon, it can drop root privileges,
## and change to the specified user.
##
# User = bitlbee
## DaemonPort/DaemonInterface:
##
## For daemon mode, you can specify on what interface and port the daemon
## should be listening for connections.
##
DaemonInterface = 127.0.0.1
# DaemonPort = 6667
## ClientInterface:
##
## If for any reason, you want BitlBee to use a specific address/interface
## for outgoing traffic (IM connections, HTTP(S), etc.), set it here.
##
# ClientInterface = 0.0.0.0
## AuthMode
##
## Open -- Accept connections from anyone, use NickServ for user authentication.
## (default)
## Closed -- Require authorization (using the PASS command during login) before
## allowing the user to connect at all.
## Registered -- Only allow registered users to use this server; this disables
## the register- and the account command until the user identifies itself.
##
# AuthMode = Open
## AuthPassword
##
## Password the user should enter when logging into a closed BitlBee server.
## You can also have a BitlBee-style MD5 hash here. Format: "md5:", followed
## by a hash as generated by "bitlbee -x hash <password>".
##
# AuthPassword = ItllBeBitlBee ## Heh.. Our slogan. ;-)
## or
# AuthPassword = md5:gzkK0Ox/1xh+1XTsQjXxBJ571Vgl
## OperPassword
##
## Password that unlocks access to special operator commands.
##
# OperPassword = ChangeMe!
## or
# OperPassword = md5:I0mnZbn1t4R731zzRdDN2/pK7lRX
## HostName
##
## Normally, BitlBee gets a hostname using getsockname(). If you have a nicer
## alias for your BitlBee daemon, you can set it here and BitlBee will identify
## itself with that name instead.
##
# HostName = localhost
## MotdFile
##
## Specify an alternative MOTD (Message Of The Day) file. Default value depends
## on the --etcdir argument to configure.
##
# MotdFile = /etc/bitlbee/motd.txt
## ConfigDir
##
## Specify an alternative directory to store all the per-user configuration
## files. (.nicks/.accounts)
##
# ConfigDir = /var/lib/bitlbee
## Ping settings
##
## BitlBee can send PING requests to the client to check whether it's still
## alive. This is not very useful on local servers, but it does make sense
## when most clients connect to the server over a real network interface.
## (Public servers) Pinging the client will make sure lost clients are
## detected and cleaned up sooner.
##
## PING requests are sent every PingInterval seconds. If no PONG reply has
## been received for PingTimeOut seconds, BitlBee aborts the connection.
##
## To disable the pinging, set at least one of these to 0.
##
# PingInterval = 180
# PingTimeOut = 300
## Using proxy servers for outgoing connections
##
## If you're running BitlBee on a host which is behind a restrictive firewall
## and a proxy server, you can tell BitlBee to use that proxy server here.
## The setting has to be a URL, formatted like one of these examples:
##
## (Obviously, the username and password are optional)
##
# Proxy = http://john:doe@proxy.localnet.com:8080
# Proxy = socks4://socksproxy.localnet.com
# Proxy = socks5://socksproxy.localnet.com
## Protocols offered by bitlbee
##
## As recompiling may be quite unpractical for some people, this option
## allows to remove the support of protocol, even if compiled in. If
## nothing is given, there are no restrictions.
##
# Protocols = jabber yahoo
## Trusted CAs
##
## Path to a file containing a list of trusted certificate authorities used in
## the verification of server certificates.
##
## Uncomment this and make sure the file actually exists and contains all
## certificate authorities you're willing to accept (default value should
## work on at least Debian/Ubuntu systems with the "ca-certificates" package
## installed). As long as the line is commented out, SSL certificate
## verification is completely disabled.
##
## The location of this file may be different on other distros/OSes. For
## example, try /etc/ssl/ca-bundle.pem on OpenSUSE.
##
# CAfile = /etc/ssl/certs/ca-certificates.crt
[defaults]
## Here you can override the defaults for some per-user settings. Users are
## still able to override your defaults, so this is not a way to restrict
## your users...
## To enable private mode by default, for example:
## private = 1

View File

@ -1,6 +0,0 @@
#!/bin/sh
getent group bitlbee || /usr/sbin/groupadd bitlbee
getent passwd bitlbee || /usr/sbin/useradd -g bitlbee -d /etc/bitlbee -s /bin/false bitlbee
/usr/bin/passwd -l bitlbee