Bug 196687

Summary: [New port] devel/p5-Opcodes 0.14
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

Description Sergei Vyshenski 2015-01-13 17:58:34 UTC
Created attachment 151570 [details]
shar with new port

More Opcodes information from opnames.h and opcode.h

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 17:58:54 UTC
Created attachment 151571 [details]
log from poudriere at 10.1-amd64
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-02-11 12:20:49 UTC
A commit references this bug:

Author: bofh
Date: Wed Feb 11 12:20:22 UTC 2015
New revision: 378833
URL: https://svnweb.freebsd.org/changeset/ports/378833

Log:
  [New Port] devel/p5-Opcodes

  More Opcodes information from opnames.h and opcode.h

  The canonical list of operator names is the contents of the array
  PL_op_name, defined and initialised in file opcode.h of the Perl
  source distribution (and installed into the perl library).

  Each operator has both a terse name (its opname) and a more verbose or
  recognisable descriptive name. The opdesc function can be used to
  return a description for an OP.

  WWW: http://search.cpan.org/dist/Opcodes/

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

Changes:
  head/devel/Makefile
  head/devel/p5-Opcodes/
  head/devel/p5-Opcodes/Makefile
  head/devel/p5-Opcodes/distinfo
  head/devel/p5-Opcodes/pkg-descr
  head/devel/p5-Opcodes/pkg-plist
Comment 3 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2015-02-11 12:21:31 UTC
Committed with minor changes.