Port details on branch 2024Q3 |
- znc Advanced IRC bouncer
- 1.9.1 irc =0 1.9.1Version of this port present on the latest quarterly branch.
- Maintainer: dbaio@FreeBSD.org
- Port Added: 2024-08-03 14:09:07
- Last Update: 2024-08-03 14:06:02
- Commit Hash: f5e288b
- License: APACHE20
- WWW:
- https://wiki.znc.in/ZNC
- Description:
- ZNC is an advanced IRC bouncer with features that include support for
multiple users, playback buffers, DCC bouncing, SASL authentication
and SSL encryption. It can be extended with dynamically loaded modules
written in C++ or Perl.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/irc/znc/ && make install clean
- To add the package, run one of these commands:
- pkg install irc/znc
- pkg install znc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: znc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1722200851
SHA256 (znc-1.9.1.tar.gz) = e8a7cf80e19aad510b4e282eaf61b56bc30df88ea2e0f64fadcdd303c4894f3c
SIZE (znc-1.9.1.tar.gz) = 2236498
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- swig>=4.0.1 : devel/swig
- swig>=4.0.1 : devel/swig
- cmake : devel/cmake-core
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- perl5>=5.36<5.37 : lang/perl5.36
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- cmake : devel/cmake-core
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libicuuc.so : devel/icu
- libboost_locale.so : devel/boost-libs
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for znc-1.9.1:
CHARSET=on: Character encoding support via ICU
CYRUS=off: Cyrus SASL module
DEBUG=off: Debugging support
DOCS=on: Build and/or install documentation
IPV6=on: IPv6 protocol support
NLS=on: Native Language Support
OPENSSL=on: SSL/TLS support via OpenSSL
PERL=on: Perl scripting module
PYTHON=on: Python scripting module
TCL=off: Tcl scripting module
===> Use 'make config' to modify these settings
- Options name:
- irc_znc
- USES:
- compiler:c++17-lang cpe cmake:run iconv pathfix pkgconfig:both python gettext ssl perl5 perl5
- pkg-message:
- For install:
- *******************************************************************************
To generate a basic configuration file, run znc --makeconf after installation.
It is NOT a good idea to create a new config file manually.
For generate your config file using znc user, execute:
su -m znc -c 'znc -d /usr/local/etc/znc --makeconf'
or
sudo -u znc znc -d /usr/local/etc/znc --makeconf
http://wiki.znc.in/Configuration
*******************************************************************************
- If upgrading
- *******************************************************************************
After each upgrade you must recompile all your external modules, ZNC ABI is
not stable. $ znc-buildmod <modulename>.cpp
http://wiki.znc.in/Compiling_modules
*******************************************************************************
- Master Sites:
|