Port details |
- p5-LWP-Protocol-https Provide https support for LWP::UserAgent
- 6.14 www
=27 6.14Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2011-07-11 06:03:56
- Last Update: 2024-03-23 14:30:57
- Commit Hash: 514db87
- People watching this port, also watch:: p5-Digest-HMAC, p5-Net-SSLeay, p5-libwww, p5-WWW-RobotRules, p5-HTTP-Date
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/LWP-Protocol-https
- Description:
- The LWP::Protocol::https module provide support for using https schemed URLs
with LWP. This module is a plug-in to the LWP protocol handling, so you don't
use it directly. Once the module is installed LWP is able to access sites using
HTTP over SSL/TLS.
If hostname verification is requested by LWP::UserAgent's ssl_opts, and neither
SSL_ca_file nor SSL_ca_path is set, then SSL_ca_file is implied to be the one
provided by Mozilla::CA. If the Mozilla::CA module isn't available SSL requests
will fail. Either install this module, set up an alternative SSL_ca_file or
disable hostname verification.
This module used to be bundled with the libwww-perl, but it was unbundled in
v6.02 in order to be able to declare its dependencies properly for the CPAN
tool-chain. Applications that need https support can just declare their
dependency on LWP::Protocol::https and will no longer need to know what
underlying modules to install.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-LWP-Protocol-https>0:www/p5-LWP-Protocol-https
- To install the port:
- cd /usr/ports/www/p5-LWP-Protocol-https/ && make install clean
- To add the package, run one of these commands:
- pkg install www/p5-LWP-Protocol-https
- pkg install p5-LWP-Protocol-https
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-LWP-Protocol-https
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1710712380
SHA256 (LWP-Protocol-https-6.14.tar.gz) = 59cdeabf26950d4f1bef70f096b0d77c5b1c5a7b5ad1b66d71b681ba279cbb2a
SIZE (LWP-Protocol-https-6.14.tar.gz) = 33714
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-IO-Socket-SSL>=1.970 : security/p5-IO-Socket-SSL
- p5-Net-HTTP>=6 : net/p5-Net-HTTP
- p5-libwww>=6.06 : www/p5-libwww
- perl5>=5.36<5.37 : lang/perl5.36
- perl5>=5.36<5.37 : lang/perl5.36
- Test dependencies:
-
- p5-Test-Needs>=0.002010 : devel/p5-Test-Needs
- p5-Test-RequiresInternet>=0 : devel/p5-Test-RequiresInternet
- Runtime dependencies:
-
- p5-IO-Socket-SSL>=1.970 : security/p5-IO-Socket-SSL
- p5-Net-HTTP>=6 : net/p5-Net-HTTP
- p5-libwww>=6.06 : www/p5-libwww
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- astro/p5-Astro-SpaceTrack
- biology/p5-Bio-DB-NCBIHelper
- devel/p5-App-cpanminus-reporter
- devel/p5-CPAN-Uploader
- devel/p5-Pithub
- editors/openoffice-4
- editors/openoffice-devel
-
Deleted ports which required this port:
- for Run
-
- astro/p5-Astro-SpaceTrack
- biology/ncbi-entrez-direct
- biology/p5-Bio-DB-NCBIHelper
- devel/p5-App-cpanminus-reporter
- devel/p5-CPAN-Uploader
- devel/p5-Pithub
- finance/gnucash
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- www_p5-LWP-Protocol-https
- 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 |
6.14 23 Mar 2024 14:30:57
    |
Po-Chuan Hsieh (sunpoet)  |
www/p5-LWP-Protocol-https: Update to 6.14
Changes: https://metacpan.org/dist/LWP-Protocol-https/changes |
6.13 21 Feb 2024 15:07:03
    |
Po-Chuan Hsieh (sunpoet)  |
www/p5-LWP-Protocol-https: Update to 6.13
Changes: https://metacpan.org/dist/LWP-Protocol-https/changes |
6.11 31 Jul 2023 16:39:55
    |
Po-Chuan Hsieh (sunpoet)  |
www/p5-LWP-Protocol-https: Update to 6.11
Changes: https://metacpan.org/dist/LWP-Protocol-https/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) |
6.10 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 ) |
6.10 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 ) |
6.10 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
6.10 19 Dec 2020 20:08:44
  |
sunpoet  |
Update to 6.10
Changes: https://metacpan.org/changes/distribution/LWP-Protocol-https |
6.09 24 Jul 2020 07:11:00
  |
sunpoet  |
Update to 6.09
- Add LICENSE_FILE
- Add TEST_DEPENDS
Changes: https://metacpan.org/changes/distribution/LWP-Protocol-https |
6.07_1 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) |
6.07_1 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 |
6.07_1 15 Sep 2017 08:58:50
  |
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
6.07_1 27 Feb 2017 17:10:10
  |
sunpoet  |
Add www/p5-libwww to *_DEPENDS
- Bump PORTREVISION for dependency change |
6.07 20 Feb 2017 15:09:40
  |
sunpoet  |
Update to 6.07
Changes: http://search.cpan.org/dist/LWP-Protocol-https/Changes |
6.06_1 01 Apr 2016 14:33:58
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
6.06_1 01 Oct 2015 15:57:47
  |
sunpoet  |
- Add NO_ARCH |
6.06_1 26 Nov 2014 13:08:38
  |
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
6.06 24 Nov 2014 18:32:03
  |
sunpoet  |
- Add LICENSE
- Cleanup PLIST |
6.06 13 Aug 2014 09:02:40
  |
sunpoet  |
- Update to 6.06
- Cleanup Makefile header
Changes: http://search.cpan.org/dist/LWP-Protocol-https/Changes |
6.04 30 Sep 2013 19:25:56
  |
sunpoet  |
- Support STAGEDIR |
6.04 20 Sep 2013 23:36:54
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
6.04 21 Aug 2013 14:08:08
  |
sunpoet  |
- Convert to new perl framework |
6.04 08 May 2013 15:39:53
  |
sunpoet  |
- Update to 6.04
- Cleanup Makefile header
Changes: http://search.cpan.org/dist/LWP-Protocol-https/Changes |
6.03 29 Feb 2012 15:34:08
 |
sunpoet  |
- Update to 6.03
- Add BUILD_DEPENDS
Changes: http://search.cpan.org/dist/LWP-Protocol-https/Changes |
6.02 11 Jul 2011 06:03:31
 |
sunpoet  |
- Add p5-LWP-Protocol-https 6.02
The LWP::Protocol::https module provide support for using https schemed URLs
with LWP. This module is a plug-in to the LWP protocol handling, so you don't
use it directly. Once the module is installed LWP is able to access sites using
HTTP over SSL/TLS.
If hostname verification is requested by LWP::UserAgent's ssl_opts, and neither
SSL_ca_file nor SSL_ca_path is set, then SSL_ca_file is implied to be the one
provided by Mozilla::CA. If the Mozilla::CA module isn't available SSL requests
will fail. Either install this module, set up an alternative SSL_ca_file or
disable hostname verification.
This module used to be bundled with the libwww-perl, but it was unbundled in
v6.02 in order to be able to declare its dependencies properly for the CPAN
tool-chain. Applications that need https support can just declare their
dependency on LWP::Protocol::https and will no longer need to know what
underlying modules to install.
WWW: http://search.cpan.org/dist/LWP-Protocol-https/ |