Bug 196688

Summary: [New port] devel/p5-B-Flags 0.11
Product: Ports & Packages Reporter: Sergei Vyshenski <svysh.fbsd>
Component: Individual Port(s)Assignee: Muhammad Moinur Rahman <bofh>
Status: Closed FIXED    
Severity: Affects Some People CC: bofh, svysh.fbsd
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 196719    
Attachments:
Description Flags
shar with new port
none
log from poudriere at 10.1-amd64
none
shar with new port none

Description Sergei Vyshenski 2015-01-13 18:15:41 UTC
Created attachment 151572 [details]
shar with new port

Friendlier flags for B.

This new port is needed as a (2nd level) prerequisite 
for new version of existing port devel/p5-Sub-Name.

- "portlint -AC" says: looks fine.

- Tested with poudriere-3.1.1 (log attached)
at 10.1-amd64 with perl5-5.18.4_11
During this testing, built-in perl tests were activated with
"pre-install: test" construct in the port's Makefile.
Comment 1 Sergei Vyshenski 2015-01-13 18:15:58 UTC
Created attachment 151573 [details]
log from poudriere at 10.1-amd64
Comment 2 Sergei Vyshenski 2015-01-13 18:20:23 UTC
Created attachment 151574 [details]
shar with new port
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-02-11 11:25:44 UTC
A commit references this bug:

Author: bofh
Date: Wed Feb 11 11:25:38 UTC 2015
New revision: 378830
URL: https://svnweb.freebsd.org/changeset/ports/378830

Log:
  [New Port] devel/p5-B-Flags: Friendlier flags for B

  Friendlier flags for B

  By default, "$foo->flags" when passed an object in the "B" class will
  produce a relatively meaningless number, which one would need to grovel
  through the Perl source code in order to do anything useful with. This
  module adds "flagspv" to the SV and op classes and "privatepv" to the op
  classes, which makes them easier to understand.

  WWW: http://search.cpan.org/dist/B-Flags/

  PR:		196688
  Submitted by:	svysh.fbsd@gmail.com
  Approved by:	bapt marino (implicit)

Changes:
  head/devel/Makefile
  head/devel/p5-B-Flags/
  head/devel/p5-B-Flags/Makefile
  head/devel/p5-B-Flags/distinfo
  head/devel/p5-B-Flags/pkg-descr
  head/devel/p5-B-Flags/pkg-plist
Comment 4 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2015-02-11 11:26:39 UTC
Committed with minor changes.