On 03/13/17 13:00, Sergey Bronnikov wrote: > Hello, > > some time ago I made an OpenBSD port for Tapper testing system. > This port depended from huge amount of Perl modules and I made port > for each of them. Right now Tapper development is discontinued > and I removed Tapper from the openbsd-wip repository, but all dependencies > are kept in the repo. > > The question to community is: do we need these modules in the official ports > tree? > Is anyone ready to import all these ports or part of them to CVS? > > p5-DBIx-Class-InflateColumn-Object-Enum > p5-App-Daemon > p5-App-Rad > p5-BSD-Sysctl > p5-Benchmark-Perl-Formance > p5-Bencode > p5-CHI > p5-Compress-PPMd > p5-Convert-Bencode > p5-Convert-Bencode_XS > p5-Daemon-Daemonize > p5-Data-Clone > p5-Data-DPath > p5-Data-Dumper > p5-Data-Rmap > p5-Data-Serializer > p5-Data-Taxi > p5-Data-YAML > p5-DateTime-Format-DateParse > p5-Debug-ShowStuff > p5-Devel-Backtrace > p5-Devel-Platform-Info > p5-ExtUtils-MakeMaker > p5-File-Pid > p5-Format-Human-Bytes > p5-Getopt-Long > p5-HTML-FromANSI > p5-Hash-MoreUtils > p5-Kwalify > p5-Language-Expr > p5-Lexical-SealRequireHints > p5-Math-BigInt-Pari > p5-MooX-Types-MooseLike-Numeric > p5-MooseX-ClassAttribute > p5-MooseX-Singleton > p5-Object-Enum > p5-Regexp-Grammars > p5-Scalar-List-Utils > p5-Set-Intersection > p5-Sys-Info-Base > p5-Sys-Info-Driver-BSD > p5-Sys-Info > p5-Sysadm-Install > p5-TAP-DOM > p5-Term-VT102-Boundless > p5-Term-VT102 > p5-Test-Fixture-DBIC-Schema > p5-Test-Mock-LWP > p5-Test-Nginx > p5-Test-Simple > p5-Test-Sys-Info > p5-Test-TAPv13 > p5-Unix-Processors > p5-bareword-filehandles > p5-experimental > p5-multidimensional > p5-AAAA-Crypt-DH > p5-Digest-JHash > p5-Sys-Syslog > p5-String-Diff > p5-String-Escape > p5-String-Util > p5-Text-Abbrev > p5-Text-Balanced > p5-Text-CSV-Slurp > p5-Catalyst-View-HTML-Mason > p5-TAP-Formatter-HTML > p5-Test-WWW-Selenium > >
First one I spotted was p5-Data-Dumper $ corelist Data::Dumper Data for 2017-01-14 Data::Dumper was first released with perl 5.005 $ grep p5-Data-Dumper INDEX | cut -d\| -f1 p5-DBIx-Class-0.082820p0 p5-Data-Dumper-Concise-2.022 p5-Data-Dumper-Simple-0.11p0 p5-ExtUtils-MakeMaker $ corelist ExtUtils::MakeMaker Data for 2017-01-14 ExtUtils::MakeMaker was first released with perl 5 These aren't ports they are already in the base, and most aren't to go into ports. That suggest the work isn't near being correct in the first place. I haven.t gone through the list just noticed those two as so commonly used. ExtUtils::MakeMaker is the basic thing for making the ports.