Bug 225440 - New port: devel/p5-CPAN-Testers-Common-Client: common client for all CPAN clients to support the CPAN Testers infrastructure
Summary: New port: devel/p5-CPAN-Testers-Common-Client: common client for all CPAN cli...
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-25 03:10 UTC by James E Keenan
Modified: 2018-01-28 14:11 UTC (History)
0 users

See Also:


Attachments
new port: devel/p5-CPAN-Testers-Common-Client (4.49 KB, patch)
2018-01-25 03:10 UTC, James E Keenan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James E Keenan 2018-01-25 03:10:38 UTC
Created attachment 190044 [details]
new port: devel/p5-CPAN-Testers-Common-Client

CPAN::Testers::Common::Client is a Perl module which provides a common client
for constructing metabase facts and the legacy email message sent to CPAN
Testers in a way that is properly parsed by the extraction and report tools.
It is meant to be used by all the CPAN clients (and standalone tools) that
want/need to support the CPAN Testers infrastructure.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-01-28 14:10:45 UTC
A commit references this bug:

Author: sunpoet
Date: Sun Jan 28 14:10:00 UTC 2018
New revision: 460214
URL: https://svnweb.freebsd.org/changeset/ports/460214

Log:
  Add p5-CPAN-Testers-Common-Client 0.13

  - While I'm here:
    - Fix LICENSE
    - Add BUILD_DEPENDS
    - Remove Perl core modules
    - Remove TEST_DEPENDS: all of them are part of {BUILD,RUN}_DEPENDS
    - Add NO_ARCH
    - Remove .include <bsd.port.options.mk>
    - Convert to options target helper
    - Sort PLIST

  CPAN::Testers::Common::Client is a Perl module which provides a common client
  for constructing metabase facts and the legacy email message sent to CPAN
  Testers in a way that is properly parsed by the extraction and report tools.
  It is meant to be used by all the CPAN clients (and standalone tools) that
  want/need to support the CPAN Testers infrastructure.

  WWW: http://search.cpan.org/dist/CPAN-Testers-Common-Client/

  PR:		225440
  Submitted by:	James E Keenan <jkeenan@pobox.com>

Changes:
  head/devel/p5-CPAN-Testers-Common-Client/
  head/devel/p5-CPAN-Testers-Common-Client/Makefile
  head/devel/p5-CPAN-Testers-Common-Client/distinfo
  head/devel/p5-CPAN-Testers-Common-Client/pkg-descr
  head/devel/p5-CPAN-Testers-Common-Client/pkg-plist
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-01-28 14:10:47 UTC
A commit references this bug:

Author: sunpoet
Date: Sun Jan 28 14:10:40 UTC 2018
New revision: 460217
URL: https://svnweb.freebsd.org/changeset/ports/460217

Log:
  Add p5-CPAN-Testers-Common-Client 0.13

  - While I'm here:
    - Fix LICENSE
    - Add BUILD_DEPENDS
    - Remove Perl core modules
    - Remove TEST_DEPENDS: all of them are part of {BUILD,RUN}_DEPENDS
    - Add NO_ARCH
    - Remove .include <bsd.port.options.mk>
    - Convert to options target helper
    - Sort PLIST

  CPAN::Testers::Common::Client is a Perl module which provides a common client
  for constructing metabase facts and the legacy email message sent to CPAN
  Testers in a way that is properly parsed by the extraction and report tools.
  It is meant to be used by all the CPAN clients (and standalone tools) that
  want/need to support the CPAN Testers infrastructure.

  WWW: http://search.cpan.org/dist/CPAN-Testers-Common-Client/

  PR:		225440
  Submitted by:	James E Keenan <jkeenan@pobox.com>

Changes:
  head/devel/Makefile
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-01-28 14:11:20 UTC
Committed. Thanks!