Port details |
- quassel-core Qt 5 based distributed IRC client (core/server only)
- 0.14.0_5 irc =3 0.14.0_1Version of this port present on the latest quarterly branch.
- Maintainer: fluffy@FreeBSD.org
- Port Added: 2016-10-29 17:01:41
- Last Update: 2022-08-12 14:46:53
- Commit Hash: 4cf39de
- People watching this port, also watch:: openbox, etl, mDNSResponder, InsightToolkit, logitechmediaserver
- License: GPLv2+
- WWW:
- https://www.quassel-irc.org/
- Description:
- Quassel IRC is a modern, cross-platform, distributed IRC client
based on the Qt framework. Distributed means that one (or multiple)
client(s) can attach to and detach from a central core that stays
permanently online. Re-attaching your client will show your IRC
session in the same state as you left it in (plus whatever happened
while you were gone), and this even when you re-attach from a
different location. An optional Beginner's Mode completely hides
this feature, so Quassel IRC can be used like a traditional client.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- quassel-core>0:irc/quassel-core
- To install the port:
- cd /usr/ports/irc/quassel-core/ && make install clean
- To add the package, run one of these commands:
- pkg install irc/quassel-core
- pkg install quassel-core
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: quassel-core
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1641377022
SHA256 (quassel-0.14.0.tar.xz) = 090777f37a6ae1057a046d5c2896ce5e4bef2382377e3ba52c63efe6b5fe4e10
SIZE (quassel-0.14.0.tar.xz) = 3987144
Packages (timestamps in pop-ups are UTC):
- Master port: irc/quassel
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- optional.hpp : devel/boost-libs
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- qt5-qmake>=5.15 : devel/qt5-qmake
- Runtime dependencies:
-
- libqsqlite.so : databases/qt5-sqldrivers-sqlite3
- Library dependencies:
-
- libldap.so.2 : net/openldap26-client
- libqca-qt5.so : devel/qca@qt5
- libQt5Core.so : devel/qt5-core
- libQt5Network.so : net/qt5-network
- libQt5Script.so : devel/qt5-script
- libQt5Sql.so : databases/qt5-sql
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for quassel-core-0.14.0_5:
====> Database for Quassel core / monolithic: you have to choose at least one of them
PGSQL=off: PostgreSQL database support
SQLITE3=on: SQLite 3 database support
===> Use 'make config' to modify these settings
- Options name:
- irc_quassel-core
- USES:
- cmake compiler:c++11-lib cpe ldap pkgconfig qca qt:5 tar:xz
- pkg-message:
- For install:
- To run quasselcore at system start-up, add quasselcore_enable="YES"
to /etc/rc.conf.
Quassel can use SSL connection between client and core parts. At first start
quasselcore will ask you to enter some information that will be incorporated
into generated SSL certificate. You can generate a new certificate by running
the following command as root:
# service quasselcore keygen
or
# /usr/local/etc/rc.d/quasselcore keygen
By default quasselcore listens on 4242 port at localhost.
To change default behavior set quasselcore_args variable in /etc/rc.conf.
See 'quasselcore --help' for available arguments.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: irc/quassel |
Commit | Credits | Log message |
0.14.0_1 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
0.14.r1 19 Aug 2021 19:07:49 |
Dima Panov (fluffy) |
irc/quassel*: update to 0.14-rc1 snapshot (+)
Quassel 0.14-rc1 pre-release have full support for Qt 5.5+
While here, adopt port and add some KDE/KF5 integration options |
0.13.1_4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.13.1_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.12.4_3 24 Dec 2016 03:48:31 |
woodsb02 |
irc/quassel and irc/quassel-core: Add PostgreSQL option
- Qt decides at run-time which SQL drivers are installed and only then
allows running Quassel with those database backends.
- Also reformat to minimise diff of irc/quassel-core (slave) from
irc/quassel (master) as much as possible (per recommendation in
the Porter's handbook).
PR: 215026
Submitted by: Christian Schwarz <me@cschwarz.com>
Approved by: adamw (mentor, implicit) |
0.12.4_2 29 Oct 2016 17:01:30 |
woodsb02 |
irc/quassel: split into two ports (client and server)
irc/quassel-core provides the server back-end.
irc/quassel provides the client front-end.
irc/quassel can also be built with the MONO option enabled to also
install the client and server combined into a single monolithic binary.
Submitted by: Chris Rees <crees@physics.org> (in part)
Approved by: adamw (mentor, implicit) |