Opened 10 years ago

Last modified 10 years ago

#43027 new submission

[NEW] p5-lwpx-paranoidagent

Reported by: jul_bsd@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: mojca (Mojca Miklavec)
Port: p5-lwpx-paranoidagent

Description

subclass of LWP::UserAgent that protects you from harm

Attachments (1)

Portfile (1.1 KB) - added by jul_bsd@… 10 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 10 years ago by mojca (Mojca Miklavec)

Cc: mojca@… added

Cc Me!

comment:2 Changed 10 years ago by mojca (Mojca Miklavec)

Can you please look into these? I think these might be dependencies that are missing in your Portfile:

> sudo port -v -t install p5.20-lwpx-paranoidagent
...
--->  Verifying checksums for p5.20-lwpx-paranoidagent
--->  Checksumming LWPx-ParanoidAgent-1.10.tar.gz
--->  Extracting p5.20-lwpx-paranoidagent
--->  Extracting LWPx-ParanoidAgent-1.10.tar.gz
--->  Configuring p5.20-lwpx-paranoidagent
Warning: prerequisite LWP::UserAgent 0 not found.
Warning: prerequisite Net::DNS 0 not found.
Warning: prerequisite Net::SSL 2.85 not found.
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for LWPx::ParanoidAgent
Writing MYMETA.yml and MYMETA.json
Fixing flags in Makefile
--->  Patching Makefile: /^CCFLAGS *=/s/$/ -arch x86_64/
--->  Patching Makefile: /^OTHERLDFLAGS *=/s/$/ -arch x86_64/
Warning: An activity was attempted outside sandbox: /opt/config_h.SH
Warning: An activity was attempted outside sandbox: /opt/local/lib/perl5/vendor_perl/5.20/CPAN/Meta.pm
Warning: An activity was attempted outside sandbox: /opt/local/lib/perl5/vendor_perl/5.20/CPAN/Meta/Converter.pm
Warning: An activity was attempted outside sandbox: /opt/local/lib/perl5/vendor_perl/5.20/CPAN/Meta/Feature.pm
Warning: An activity was attempted outside sandbox: /opt/local/lib/perl5/vendor_perl/5.20/CPAN/Meta/Prereqs.pm
Warning: An activity was attempted outside sandbox: /opt/local/lib/perl5/vendor_perl/5.20/CPAN/Meta/Requirements.pm
Warning: An activity was attempted outside sandbox: /opt/local/lib/perl5/vendor_perl/5.20/CPAN/Meta/Validator.pm
Warning: An activity was attempted outside sandbox: /opt/local/lib/perl5/vendor_perl/5.20/CPAN/Meta/YAML.pm
Warning: An activity was attempted outside sandbox: /opt/local/lib/perl5/vendor_perl/5.20/Parse/CPAN/Meta.pm
Warning: An activity was attempted outside sandbox: /opt/local/lib/perl5/vendor_perl/5.20/darwin-thread-multi-2level/List/Util.pm
Warning: An activity was attempted outside sandbox: /opt/local/lib/perl5/vendor_perl/5.20/darwin-thread-multi-2level/Scalar/Util.pm
Warning: An activity was attempted outside sandbox: /opt/local/lib/perl5/vendor_perl/5.20/darwin-thread-multi-2level/version.pm
Warning: An activity was attempted outside sandbox: /opt/local/lib/perl5/vendor_perl/5.20/darwin-thread-multi-2level/version/regex.pm
--->  Building p5.20-lwpx-paranoidagent
...
Warning: An activity was attempted outside sandbox: /opt/local/lib/perl5/vendor_perl/5.20/Pod/Escapes.pm
Warning: An activity was attempted outside sandbox: /opt/local/lib/perl5/vendor_perl/5.20/Pod/Man.pm
Warning: An activity was attempted outside sandbox: /opt/local/lib/perl5/vendor_perl/5.20/Pod/Simple.pm
Warning: An activity was attempted outside sandbox: /opt/local/lib/perl5/vendor_perl/5.20/Pod/Simple/BlackBox.pm
Warning: An activity was attempted outside sandbox: /opt/local/lib/perl5/vendor_perl/5.20/Pod/Simple/LinkSection.pm
Warning: An activity was attempted outside sandbox: /opt/local/lib/perl5/vendor_perl/5.20/darwin-thread-multi-2level/List/Util.pm
Warning: An activity was attempted outside sandbox: /opt/local/lib/perl5/vendor_perl/5.20/darwin-thread-multi-2level/Scalar/Util.pm

comment:3 Changed 10 years ago by jul_bsd@…

Ok fixed here. 2 notes

  • with -t, there is still some attempt outside sandbox but I suppose it's normal for perl ports
  • some of the dependencies for now are not tagged for 5.18 or 5.20. do I open a ticket for each of them?

comment:4 Changed 10 years ago by mojca (Mojca Miklavec)

Opening a new ticket for every port that needs addition of 5.18/20 would be an overkill. Are you able to prepare a single patch covering all the relevant ports together?

You cannot avoid all activity outside of sandbox. But it's nice to cover those dependencies that could easily be covered.

comment:5 Changed 10 years ago by mojca (Mojca Miklavec)

The website lists

  • LWP::UserAgent
  • Net::DNS
  • Net::SSL

as external dependencies. Are these needed?

Changed 10 years ago by jul_bsd@…

Attachment: Portfile added
Note: See TracTickets for help on using tickets.