Summary: | [NEW PORT] devel/p5-Minilla CPAN modules authoring tool | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | oklaspec | ||||||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Some People | CC: | amdmi3, oklaspec | ||||||||
Priority: | --- | ||||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Description
oklaspec
2015-05-29 08:23:33 UTC
pkg-descr lacks WWW:. Also, ports framework provides regression-test: target for you, please check whether that works. Also: ===> Building package for p5-Minilla-2.4.1 pkg-static: duplicate file listing: /usr/local/lib/perl5/site_perl/mach/5.20/auto/Minilla/.packlist, fatal (developer mode) Created attachment 157585 [details]
shell archive
The default implementation of regression-test in port make subsystem create wrong or strange execution command, therefore offered worked one. Tests runed fine now with it. Warnings may be ignoreg.
Created attachment 157716 [details]
shell archive
There is no '.gitconfig' in home directory reassigned by port make subsystem bring tests to skipped state. What is the reason of problems with tests actually. Tests runed fine now. Warnings may be ignoreg.
A commit references this bug: Author: amdmi3 Date: Wed Jul 15 20:17:16 UTC 2015 New revision: 392209 URL: https://svnweb.freebsd.org/changeset/ports/392209 Log: - Add devel/p5-Minilla Minilla is a CPAN module authoring tool. Minilla provides 'minil' command for authorizing a CPAN distribution. The repository created and managed by Minilla is git install ready, and cpan of course. Minilla is built on only few small libraries. You can install Minilla without a huge list of dependencies to heavy modules. Conventions: module written in Pure Perl are located in lib/; executable file is in script/ directory, if any; module is maintained with Git and git ls-files matches with what you will release; module has a static list of prerequisites that can be described in cpanfile; has a Changes file. WWW: http://search.cpan.org/dist/Minilla/ PR: 200515 Submitted by: oklaspec@gmail.com Changes: head/devel/Makefile head/devel/p5-Minilla/ head/devel/p5-Minilla/Makefile head/devel/p5-Minilla/distinfo head/devel/p5-Minilla/pkg-descr head/devel/p5-Minilla/pkg-plist |