Port details |
- p5-AnyEvent-WebSocket-Client WebSocket client for AnyEvent
- 0.55_1 www =2 0.55_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2017-12-08 19:36:21
- Last Update: 2024-08-15 15:30:59
- Commit Hash: 352d161
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10
- WWW:
- https://github.com/plicease/AnyEvent-WebSocket-Client
- Description:
- AnyEvent::WebSocket::Client provides an interface to interact with a web server
that provides services via the WebSocket protocol in an AnyEvent context. It
uses Protocol::WebSocket rather than reinventing the wheel. You could use
AnyEvent and Protocol::WebSocket directly if you wanted finer grain control, but
if that is not necessary then this class may save you some time.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-AnyEvent-WebSocket-Client>0:www/p5-AnyEvent-WebSocket-Client
- To install the port:
- cd /usr/ports/www/p5-AnyEvent-WebSocket-Client/ && make install clean
- To add the package, run one of these commands:
- pkg install www/p5-AnyEvent-WebSocket-Client
- pkg install p5-AnyEvent-WebSocket-Client
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-AnyEvent-WebSocket-Client
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1691070002
SHA256 (AnyEvent-WebSocket-Client-0.55.tar.gz) = 55cf0ea6f93f8f4932ead5f9a89b027642ed60381a93528411c7e9331dd4c025
SIZE (AnyEvent-WebSocket-Client-0.55.tar.gz) = 48268
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:
-
- p5-AnyEvent>=7.13 : devel/p5-AnyEvent
- p5-AnyEvent-Connector>=0.03 : devel/p5-AnyEvent-Connector
- p5-Moo>=2.0 : devel/p5-Moo
- p5-PerlX-Maybe>=0.003 : devel/p5-PerlX-Maybe
- p5-Protocol-WebSocket>=0.20 : www/p5-Protocol-WebSocket
- p5-URI>=1.53 : net/p5-URI
- p5-URI-ws>=0 : net/p5-URI-ws
- perl5>=5.36<5.37 : lang/perl5.36
- perl5>=5.36<5.37 : lang/perl5.36
- Test dependencies:
-
- p5-Test-Simple>=1.302200 : devel/p5-Test-Simple
- Runtime dependencies:
-
- p5-AnyEvent>=7.13 : devel/p5-AnyEvent
- p5-AnyEvent-Connector>=0.03 : devel/p5-AnyEvent-Connector
- p5-Moo>=2.0 : devel/p5-Moo
- p5-PerlX-Maybe>=0.003 : devel/p5-PerlX-Maybe
- p5-Protocol-WebSocket>=0.20 : www/p5-Protocol-WebSocket
- p5-URI>=1.53 : net/p5-URI
- p5-URI-ws>=0 : net/p5-URI-ws
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_p5-AnyEvent-WebSocket-Client
- USES:
- perl5
- 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 |
0.55_1 15 Aug 2024 15:30:59 |
Po-Chuan Hsieh (sunpoet) |
*: Change *_DEPENDS from p5-Test2-Suite to p5-Test-Simple
- Bump PORTREVISION of the following dependent ports for dependency change
- databases/p5-DBIx-QuickDB
- devel/p5-Shell-Config-Generate
- devel/p5-Test-Archive-Libarchive
- devel/p5-Test-Future-IO-Impl
- devel/p5-Test2-Harness
- devel/p5-Test2-Harness-UI
- devel/p5-Test2-Plugin-DBIProfile
Test2-Suite has been merged into Test-Simple since 1.302200.
Reference: https://metacpan.org/dist/Test-Simple/changes |
0.55_1 16 Aug 2023 18:25:19 |
Po-Chuan Hsieh (sunpoet) |
www/p5-AnyEvent-WebSocket-Client: Add missing *_DEPENDS
- Update version requirement of *_DEPENDS
- Sort *_DEPENDS
- Remove MASTER_SITE_SUBDIR
- Fix TEST_DEPENDS
- Update pkg-descr
- Bump PORTREVISION for dependency change
- Take maintainership |
0.55 13 Aug 2023 07:15:38 |
Rodrigo Osorio (rodrigo) |
www/p5-AnyEvent-WebSocket-Client: Update to 0.55
Major changes 0.45:
* add env_proxy property to AnyEvent::WebSocket::Client
* Compatibility with 0.22
Major changes 0.47:
* Add max_fragments attribute ot AnyEvent::WebSocket::Client
* Add max_fragments attribute ot AnyEvent::WebSocket::Connection
Major changes 0.49:
* Fixed a bug where adding next_message callback within a next_message
callback was called immediately with the same message
Major changes 0.51:
* You may now overide the host and port when using the
AnyEvent::WebSocket::Client's connect method.
Major changes 0.53:
* Add missing timeout from test that could otherwise hang with a
broken combination of Debian Buster / Net::SSLeay / AnyEvent.
Major changes 0.54:
* Delay loading AnyEvent::Connector until needed
Major changes 0.55:
* Fix the default code for close to be 1000
WARNING: change in behavior
Full changelog: https://metacpan.org/dist/AnyEvent-WebSocket-Client/changes |
0.44_1 20 Jul 2023 14:04:33 |
Mark Felder (feld) |
Drop maintainership of ports
I cannot give these the attention they need right now. |
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) |
0.44_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 ) |
0.44_1 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
0.44_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.44_1 14 Dec 2017 16:39:12 |
feld |
Remove duplicate PORTREVISION declaration
Reported by: wen |
0.44_1 14 Dec 2017 03:01:30 |
feld |
www/p5-AnyEvent-WebSocket-Client: Update to 0.44 |
0.43_1 13 Dec 2017 21:09:29 |
feld |
www/p5-AnyEvent-WebSocket-Client: Add missing dependencies |
0.43 08 Dec 2017 19:36:14 |
feld |
This class provides an interface to interact with a web server that
provides services via the WebSocket protocol in an AnyEvent context.
It uses Protocol::WebSocket rather than reinventing the wheel. You could
use AnyEvent and Protocol::WebSocket directly if you wanted finer grain
control, but if that is not necessary then this class may save you some
time.
WWW: https://github.com/plicease/AnyEvent-WebSocket-Client |