Bug 191784 - [new port] www/p5-LWP-Protocol-connect: provides HTTP/CONNECT proxy support for LWP::UserAgent
Summary: [new port] www/p5-LWP-Protocol-connect: provides HTTP/CONNECT proxy support f...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-10 15:41 UTC by Lawrence Chen
Modified: 2014-08-17 17:11 UTC (History)
1 user (show)

See Also:


Attachments
new port www/p5-LWP-Protocol-connect (2.95 KB, text/plain)
2014-07-10 15:41 UTC, Lawrence Chen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lawrence Chen 2014-07-10 15:41:25 UTC
Created attachment 144556 [details]
new port www/p5-LWP-Protocol-connect

The LWP::Protocol::connect module provides support for using https over a proxy via the HTTP/Connect method.

It is what I eventually used to get the perl script supplied for our nagios running on FreeBSD server from non-routed datacenter network to work for pagerduty.com.
Comment 1 John Marino freebsd_committer freebsd_triage 2014-07-31 16:17:13 UTC
Hi Lawrence, can you provide test logs from poudriere or redports or at least the output from "make check-plist" followed by "make stage-qa" ?
Comment 2 John Marino freebsd_committer freebsd_triage 2014-07-31 16:36:37 UTC
If you choose poudriere, make sure you use either "poudriere testport" or "poudriere bulk -t" in order to enable stage-qa checks, thanks!
Comment 3 John Marino freebsd_committer freebsd_triage 2014-08-11 08:40:34 UTC
Assigning to perl@ per new policy
Comment 4 Kurt Jaeger freebsd_committer freebsd_triage 2014-08-17 16:59:51 UTC
Testing@work
Comment 5 commit-hook freebsd_committer freebsd_triage 2014-08-17 17:09:02 UTC
A commit references this bug:

Author: pi
Date: Sun Aug 17 17:08:51 UTC 2014
New revision: 365207
URL: http://svnweb.freebsd.org/changeset/ports/365207

Log:
  New port: www/p5-LWP-Protocol-connect

  The LWP::Protocol::connect module provides support for using https
  over a proxy via the HTTP/Connect method.

  WWW: http://search.cpan.org/dist/LWP-Protocol-connect/

  PR:		191784
  Submitted by:	Lawrence Chen <beastie@tardisi.com>

Changes:
  head/www/Makefile
  head/www/p5-LWP-Protocol-connect/
  head/www/p5-LWP-Protocol-connect/Makefile
  head/www/p5-LWP-Protocol-connect/distinfo
  head/www/p5-LWP-Protocol-connect/pkg-descr
  head/www/p5-LWP-Protocol-connect/pkg-plist
Comment 6 Kurt Jaeger freebsd_committer freebsd_triage 2014-08-17 17:11:36 UTC
Test-build with poudriere done.

Committed, thanks!