Bug 196719 - [New port] devel/p5-B-C 1.52
Summary: [New port] devel/p5-B-C 1.52
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: 196687 196688
Blocks:
  Show dependency treegraph
 
Reported: 2015-01-14 11:54 UTC by Sergei Vyshenski
Modified: 2015-02-14 21:12 UTC (History)
2 users (show)

See Also:


Attachments
shar with new port (3.86 KB, application/x-shar)
2015-01-14 11:54 UTC, Sergei Vyshenski
no flags Details
log from poudriere at 10.1-amd64 (271.13 KB, text/plain)
2015-01-14 11:54 UTC, Sergei Vyshenski
no flags Details
shar with new port (3.86 KB, application/x-shar)
2015-01-14 23:44 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-14 11:54:02 UTC
Created attachment 151617 [details]
shar with new port

Perl compiler's C backend

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

This PR depends on PR 196687 and on PR 196688, 
which introduce new ports.

- "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-14 11:54:31 UTC
Created attachment 151618 [details]
log from poudriere at 10.1-amd64
Comment 2 Sergei Vyshenski 2015-01-14 23:44:07 UTC
Created attachment 151649 [details]
shar with new port
Comment 3 Sergei Vyshenski 2015-02-13 06:33:37 UTC
Can I be of help? Say, I can upload poudriere logs from FreeBSD-9.3 and from FreeBSD-8.4. But they are nearly identical to that from FreeBSD-10.1 which is already here.
Comment 4 commit-hook freebsd_committer freebsd_triage 2015-02-14 10:17:32 UTC
A commit references this bug:

Author: bofh
Date: Sat Feb 14 10:16:34 UTC 2015
New revision: 378955
URL: https://svnweb.freebsd.org/changeset/ports/378955

Log:
  [NEW] devel/p5-B-C: Perl compiler's C backend

  This compiler backend takes Perl source and generates C source
  code corresponding to the internal structures that perl uses to
  run your program. When the generated C source is compiled and
  run, it cuts out the time which perl would have taken to load
  and parse your program into its internal semi-compiled form.
  That means that compiling with this backend will not help improve
  the runtime execution speed of your program but may improve
  the start-up time. Depending on the environment in which your
  program runs this may be either a help or a hindrance.

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

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

Changes:
  head/devel/Makefile
  head/devel/p5-B-C/
  head/devel/p5-B-C/Makefile
  head/devel/p5-B-C/distinfo
  head/devel/p5-B-C/pkg-descr
  head/devel/p5-B-C/pkg-plist