Summary: | [New port] devel/p5-B-C 1.52 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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: | 196687, 196688 | ||||||||||
Bug Blocks: | |||||||||||
Attachments: |
|
Created attachment 151618 [details]
log from poudriere at 10.1-amd64
Created attachment 151649 [details]
shar with new port
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. 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 |
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.