Bug 196687 - [New port] devel/p5-Opcodes 0.14
Summary: [New port] devel/p5-Opcodes 0.14
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 17:58 UTC by Sergei Vyshenski
Modified: 2015-02-11 12:21 UTC (History)
2 users (show)

See Also:


Attachments
shar with new port (2.15 KB, application/x-shar)
2015-01-13 17:58 UTC, Sergei Vyshenski
no flags Details
log from poudriere at 10.1-amd64 (15.55 KB, text/plain)
2015-01-13 17:58 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 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.