Port details |
- pounce Multi-client IRC bouncer
- 3.1_2 irc =2 3.1_2Version of this port present on the latest quarterly branch.
- Maintainer: june@causal.agency
- Port Added: 2021-05-31 18:36:11
- Last Update: 2024-01-22 10:42:26
- Commit Hash: 1ee98fdf
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3+
- WWW:
- https://git.causal.agency/pounce/
- Description:
- pounce is a multi-client, TLS-only IRC bouncer. It takes a simple
approach, using a multiple-consumer ring buffer and the IRCv3.2
server-time extension to communicate with clients.
- ¦ ¦ ¦ ¦
- 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/pounce/ && make install clean
- To add the package, run one of these commands:
- pkg install irc/pounce
- pkg install pounce
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pounce
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1675794097
SHA256 (pounce-3.1.tar.gz) = 97f245556b1cc940553fca18f4d7d82692e6c11a30f612415e5e391e5d96604e
SIZE (pounce-3.1.tar.gz) = 50801
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libtls.so : security/libretls
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- irc_pounce
- USES:
- compiler:c11 localbase:ldflags ssl
- 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 |
3.1_2 22 Jan 2024 10:42:26 |
Muhammad Moinur Rahman (bofh) |
irc/pounce: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
3.1_1 12 Oct 2023 17:34:26 |
Baptiste Daroussin (bapt) |
security/libretls: update 3.8.1
Bump portrevision of consumers |
3.1 04 May 2023 01:44:29 |
Muhammad Moinur Rahman (bofh) |
irc/pounce: Unbreak with OpenSSL 3.0.0
Approved by: portmgr (blanket) |
3.1 10 Feb 2023 10:28:59 |
Fernando Apesteguía (fernape) |
irc/pounce: Update to 3.1
PR: 269391
Reported by: june@causal.agency |
3.0_3 16 Jan 2023 21:38:21 |
Baptiste Daroussin (bapt) |
security/libretls: update to 3.7.0 |
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) |
3.0_2 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 ) |
3.0_2 18 May 2022 15:06:45 |
Baptiste Daroussin (bapt) |
libretls: bump portrevision of dependent port due to shlib number change
Reported by: jbeich
PointyHat: bapt |
3.0_1 12 Mar 2022 15:30:24 |
Baptiste Daroussin (bapt) |
security/libretls: upgrade to 3.5.0
Bump portrevision of each dependant port because the SONAME changes |
3.0 12 Dec 2021 18:54:08 |
Daniel Engberg (diizzy) Author: C. McEnroe |
irc/pounce: Update to 3.0
Changelog: https://git.causal.agency/pounce/tag/?h=3.0
PR: 259216
Approved by: mentors (implicit) |
2.5_1 23 Nov 2021 15:03:43 |
Baptiste Daroussin (bapt) |
security/libretls: update to 3.4.1
Bump revision on consumers |
2.5 12 Sep 2021 08:11:28 |
Daniel Engberg (diizzy) Author: C. McEnroe |
irc/pounce: Update to 2.5
PR: 258330
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D31911 |
2.4 07 Jun 2021 12:07:25 |
Mark Linimon (linimon) |
irc/pounce: fix build on GCC-based systems
by adding compiler:c11 to USES:
cc1: error: unrecognized command line option "-Wpedantic"
cc1: error: unrecognized command line option "-std=c11" |
2.4 31 May 2021 18:32:40 |
Romain Tartière (romain) Author: C. McEnroe |
irc/pounce: New port - Multi-client IRC bouncer
pounce is a multi-client, TLS-only IRC bouncer. It takes a simple
approach, using a multiple-consumer ring buffer and the IRCv3.2
server-time extension to communicate with clients.
WWW: https://git.causal.agency/pounce/
PR: 246637 |