Bug 196688 - [New port] devel/p5-B-Flags 0.11
Summary: [New port] devel/p5-B-Flags 0.11
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Muhammad Moinur Rahman
URL:
Keywords:
Depends on:
Blocks: 196719
  Show dependency treegraph
 
Reported: 2015-01-13 18:15 UTC by Sergei Vyshenski
Modified: 2015-02-11 11:26 UTC (History)
2 users (show)

See Also:


Attachments
shar with new port (2.06 KB, application/x-shar)
2015-01-13 18:15 UTC, Sergei Vyshenski
no flags Details
log from poudriere at 10.1-amd64 (15.40 KB, text/plain)
2015-01-13 18:15 UTC, Sergei Vyshenski
no flags Details
shar with new port (2.06 KB, application/x-shar)
2015-01-13 18:20 UTC, Sergei Vyshenski
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.