Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.50 26 Oct 2024 23:26:25
    |
Po-Chuan Hsieh (sunpoet)  |
www/p5-Net-Async-HTTP: Update to 0.50
- Update LICENSE_FILE
Changes: https://metacpan.org/dist/Net-Async-HTTP/changes |
0.49 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.49 30 Jun 2023 07:02:50
    |
Po-Chuan Hsieh (sunpoet)  |
www/p5-Net-Async-HTTP: Update to 0.49
Changes: https://metacpan.org/dist/Net-Async-HTTP/changes |
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.48 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.48 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.48 18 Apr 2021 05:42:56
    |
Po-Chuan Hsieh (sunpoet)  |
www/p5-Net-Async-HTTP: Update to 0.48
Changes: https://metacpan.org/changes/distribution/Net-Async-HTTP |
0.47 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.47 16 May 2020 10:53:13
  |
sunpoet  |
Update to 0.47
Changes: https://metacpan.org/changes/distribution/Net-Async-HTTP |
0.46 12 May 2020 22:27:33
  |
sunpoet  |
Update to 0.46
Changes: https://metacpan.org/changes/distribution/Net-Async-HTTP |
0.45 08 Dec 2019 16:59:30
  |
sunpoet  |
Update to 0.45
Changes: https://metacpan.org/changes/distribution/Net-Async-HTTP |
0.44 19 Feb 2019 19:47:07
  |
sunpoet  |
Update to 0.44
Changes: https://metacpan.org/changes/distribution/Net-Async-HTTP |
0.43 15 Nov 2018 19:06:16
  |
sunpoet  |
Update to 0.43
Changes: https://metacpan.org/changes/distribution/Net-Async-HTTP |
0.42 06 Oct 2018 13:06:45
  |
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
0.42 27 May 2018 20:15:20
  |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.42 04 Apr 2018 18:52:31
  |
sunpoet  |
Update to 0.42
Changes: http://search.cpan.org/dist/Net-Async-HTTP/Changes |
0.41 15 Sep 2017 08:58:50
  |
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.41 31 Dec 2016 19:11:57
  |
sunpoet  |
Remove outdated PERL_LEVEL check after lang/perl5.18 removal |
0.41 13 Nov 2016 17:36:36
  |
sunpoet  |
- Revert the removal of PERL_LEVEL check
Notified by: mat |
0.41 06 Nov 2016 16:49:40
  |
sunpoet  |
- Remove outdated PERL_LEVEL check |
0.41 26 Jun 2016 17:15:55
  |
sunpoet  |
- Update to 0.41
- Add LICENSE_FILE
Changes: http://search.cpan.org/dist/Net-Async-HTTP/Changes |
0.40 01 Apr 2016 14:33:58
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.40 28 Jul 2015 13:21:24
  |
sunpoet  |
- Update to 0.40
Changes: http://search.cpan.org/dist/Net-Async-HTTP/Changes |
0.39 27 Jul 2015 19:30:46
  |
sunpoet  |
- Add p5-Net-Async-HTTP 0.39
Net::Async::HTTP implements an asynchronous HTTP user agent. It sends requests
to servers, returning Future instances to yield responses when they are
received. The object supports multiple concurrent connections to servers, and
allows multiple requests in the pipeline to any one connection. Normally, only
one such object will be needed per program to support any number of requests.
As well as using futures the module also supports a callback-based interface.
Net::Async::HTTP optionally supports SSL connections, if IO::Async::SSL is
installed. If so, SSL can be requested either by passing a URI with the https
scheme, or by passing a true value as the SSL parameter.
WWW: http://search.cpan.org/dist/Net-Async-HTTP/ |