Port details |
- dxirc Simple IRC client
- 1.40.1 irc =2 1.40.1Version of this port present on the latest quarterly branch.
- Maintainer: archdvx@dxsolutions.org
- Port Added: 2012-12-31 03:46:43
- Last Update: 2022-09-11 10:20:14
- Commit Hash: ddae4e9
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3+
- WWW:
- https://www.dxirc.org/
- Description:
- dxirc is a simple, yet capable, cross-platform IRC client written
in C++ for the FOX toolkit and the Qt toolkit.
Features:
- Fully customizable look independent of system-wide settings
- Automated join to specified channels on selected server
- Support for multiple simultaneously connected servers
- Well-arranged and flexible configuration dialog
- ¦ ¦ ¦ ¦
- 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/dxirc/ && make install clean
- To add the package, run one of these commands:
- pkg install irc/dxirc
- pkg install dxirc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dxirc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1661362719
SHA256 (dxirc-1.40.1.tar.gz) = d0cc7e6740c95fcb6af37cd057ab1c8ecd3075c9c98e918488d6bf79f87dd293
SIZE (dxirc-1.40.1.tar.gz) = 1344411
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- msgfmt : devel/gettext-tools
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- qt5-qmake>=5.15 : devel/qt5-qmake
- Runtime dependencies:
-
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- Library dependencies:
-
- liblua-5.4.so : lang/lua54
- libintl.so : devel/gettext-runtime
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Multimedia.so : multimedia/qt5-multimedia
- libQt5Network.so : net/qt5-network
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for dxirc-1.40.1:
ENCHANT=off: Spell checking support via Enchant
LUA=on: Lua scripting language support
NLS=on: Native Language Support
NOTIFY=off: Desktop notification support
====> GUI (Graphical User Interface) support: you have to select exactly one of them
FOX16=off: FOX 1.6 toolkit support
QT5=on: Qt 5 toolkit support
===> Use 'make config' to modify these settings
- Options name:
- irc_dxirc
- USES:
- cmake compiler:c++11-lang gnome pkgconfig xorg lua gettext qt:5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.40.1 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.40.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.40.1 25 Aug 2022 16:33:19 |
Fernando Apesteguía (fernape) Author: David Vachulka |
irc/dxirc: Update to 1.40.1
ChangeLog: https://www.dxirc.org/archives/437
PR: 266024
Reported by: archdvx@dxsolutions.org (maintainer) |
1.40.0 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
1.40.0 28 Sep 2021 18:17:24 |
Li-Wen Hsu (lwhsu) Author: David Vachulka |
irc/dxirc: Update to 1.40.0
Change maintainer email
PR: 258763 |
1.30.0_3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.30.0_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.30.0_3 08 Nov 2019 14:47:00 |
tobik |
Add missing USES={gnome,php,sdl} to the rest |
1.30.0_3 05 Nov 2019 22:26:59 |
zeising |
Add USES=xorg USES=gl, ports categories i
Add USES=xorg and USES=gl to ports in categories starting with 'i'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
1.30.0_3 09 Oct 2019 11:50:49 |
bapt |
Drop the ipv6 virtual category for i* category as it is not relevant anymore |
1.30.0_3 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.30.0_2 13 Jun 2019 11:52:20 |
linimon |
Add compiler:c++11-lang to USES to fix the following problem on
GCC-based architectures:
The compiler feature "cxx_decltype" is not known to CXX compiler "GNU"
version 4.2.1.
Approved by: portmgr (tier-2 blanket) |
1.30.0_2 16 Mar 2019 17:49:25 |
tcberner |
irc/dxirc: remove QT4 option (Qt4 deprecation)
Approved by: portmgr (implicit) |
1.30.0_1 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
1.30.0 02 Dec 2018 15:41:48 |
rene |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
1.30.0 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
1.30.0 12 Dec 2017 09:00:28 |
amdmi3 |
- Fix LICENSE
- Switch to options helpers
- Switch to CMAKE_BOOL
- Update WWW
Approved by: portmgr blanket |
1.30.0 23 Nov 2016 19:21:20 |
jhale |
Update to 1.30.0
Switch to CMake build
Convert to options helpers
Add support for Qt and set Qt 5.x as the default toolkit
Update pkg-descr
PR: 210234
Submitted by: David Vachulka <arch_dvx@users.sourceforge.net> (maintainer) |
1.10.0_3 21 Nov 2016 20:30:06 |
jhale |
Unbreak fetch, project now hosted on SourceForge. Newer version available.
Approved by: portmgr (blanket)
MFH: 2016Q4 (blanket) |
1.10.0_3 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
1.10.0_3 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
1.10.0_3 20 Sep 2015 20:54:09 |
olgeni |
Typos, whitespace and capitalization fixes (G-P). |
1.10.0_3 24 Mar 2015 17:09:59 |
marino |
5 ports categories: Remove $PTHREAD_LIBS
Categories: irc, x11-clocks, benchmarks, misc, textproc
approved by: PTHREAD blanket |
1.10.0_3 27 Oct 2014 13:00:22 |
bapt |
Cleanup plist |
1.10.0_3 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
1.10.0_2 15 Jul 2014 15:38:32 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
1.10.0_2 17 Jun 2014 02:00:42 |
vanilla |
Stagify.
Approved by: portmgr@ |
1.10.0_2 26 May 2014 15:28:29 |
bapt |
Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua
Approved by: portmgr (implicit) |
1.10.0_2 22 Oct 2013 13:58:56 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [fgijk])
Approved by: portmgr (bdrewery) |
1.10.0_2 07 Oct 2013 13:15:44 |
gahr |
- Bump PORTREVISION on ports dependent on FOX. This is needed because we
now use ltverhack on FOX. This should be the last time. |
1.10.0_1 20 Sep 2013 18:44:50 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc) |
1.10.0_1 02 Sep 2013 19:55:48 |
bapt |
Add an explicit dependency on pkgconf |
1.10.0_1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
1.10.0_1 23 Apr 2013 16:45:40 |
gahr |
- Chase x11-toolkits/fox16 shlib version bump |
1.10.0 02 Jan 2013 07:59:44 |
jgh |
- fix LIB_DEPENDS and use dirrmtry in favor of dirrm
- drop default options_defined already default by options framework
Spotted by: jhale@ |
1.10.0 31 Dec 2012 03:46:27 |
jgh |
- add new port: irc/dxirc
dxirc is a simple IRC client for various os (linux, *bsd, windows), written
using the FOX toolkit.
WWW: http://www.dxirc.org/
PR: 174781
Submitted by: david@konstrukce-cad.com |