FreeBSD Bugzilla – Attachment 213186 Details for
Bug 243900
[NEW PORT] sysutils/p5-Proc-ProcessTable-ncps Searches the process table and displays the results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff
p5-Data-Unixish (text/plain), 50.57 KB, created by
Zane C. Bowers-Hadley
on 2020-04-08 06:39:49 UTC
(
hide
)
Description:
svn diff
Filename:
MIME Type:
Creator:
Zane C. Bowers-Hadley
Created:
2020-04-08 06:39:49 UTC
Size:
50.57 KB
patch
obsolete
>Index: devel/p5-Data-Unixish/Makefile >=================================================================== >--- devel/p5-Data-Unixish/Makefile (nonexistent) >+++ devel/p5-Data-Unixish/Makefile (working copy) >@@ -0,0 +1,35 @@ >+# Created by: Zane C. Bowers-Hadley <vvelox@vvelox.net> >+# $FreeBSD$ >+ >+PORTNAME= Data-Unixish >+PORTVERSION= 1.572 >+CATEGORIES= devel perl5 >+MASTER_SITES= CPAN >+PKGNAMEPREFIX= p5- >+ >+MAINTAINER= vvelox@vvelox.net >+COMMENT= Implementation for Unixish, a data transformation framework >+ >+BUILD_DEPENDS= p5-Exporter>=5.57:devel/p5-Exporter \ >+ p5-File-Which>0:sysutils/p5-File-Which \ >+ p5-JSON-MaybeXS>0:converters/p5-JSON-MaybeXS \ >+ p5-Log-ger>0.027:devel/p5-Log-ger \ >+ p5-IPC-Cmd>0.52:devel/p5-IPC-Cmd \ >+ p5-Module-Load>0:devel/p5-Module-Load \ >+ p5-Number-Format>0:textproc/p5-Number-Format \ >+ p5-Package-Util-Lite>=0.001:devel/p5-Package-Util-Lite \ >+ p5-Sort-Sub>0.111:devel/p5-Sort-Sub \ >+ p5-String-Pad>0:textproc/p5-String-Pad \ >+ p5-String-ShellQuote>0:textproc/p5-String-ShellQuote \ >+ p5-Text-ANSI-Util>=0.22:textproc/p5-Text-ANSI-Util \ >+ p5-Text-ANSI-WideUtil>0:textproc/p5-Text-ANSI-WideUtil \ >+ p5-Text-sprintfn>0:textproc/p5-Text-sprintfn \ >+ p5-Tie-File>0:devel/p5-Tie-File \ >+ p5-Tie-Simple>0:devel/p5-Tie-Simple >+ >+RUN_DEPENDS= ${BUILD_DEPENDS} >+ >+USES= perl5 pkgconfig >+USE_PERL5= configure >+ >+.include <bsd.port.mk> > >Property changes on: devel/p5-Data-Unixish/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/distinfo >=================================================================== >--- devel/p5-Data-Unixish/distinfo (nonexistent) >+++ devel/p5-Data-Unixish/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1580879698 >+SHA256 (Data-Unixish-1.572.tar.gz) = 2ee9ef56f80696d54d3981280d37f22154d9a927603b0a72d44ce674961f68b1 >+SIZE (Data-Unixish-1.572.tar.gz) = 52442 > >Property changes on: devel/p5-Data-Unixish/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_avg.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_avg.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_avg.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/avg.pm.orig 2020-04-08 00:31:07.603601000 -0500 >++++ lib/Data/Unixish/avg.pm 2020-04-08 00:31:15.129073000 -0500 >+@@ -2,7 +2,7 @@ >+ >+ use 5.010; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_avg.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_bool.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_bool.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_bool.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/bool.pm.orig 2020-04-08 00:32:16.739747000 -0500 >++++ lib/Data/Unixish/bool.pm 2020-04-08 00:34:25.800326000 -0500 >+@@ -2,7 +2,7 @@ >+ >+ use 5.010; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use utf8; >+ use warnings; >+ #use Log::Any '$log'; > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_bool.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_cat.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_cat.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_cat.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/cat.pm.orig 2020-04-08 00:32:24.955680000 -0500 >++++ lib/Data/Unixish/cat.pm 2020-04-08 00:34:33.328851000 -0500 >+@@ -2,7 +2,7 @@ >+ >+ use 5.010; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_cat.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_centerpad.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_centerpad.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_centerpad.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/centerpad.pm.orig 2020-04-08 00:32:30.892053000 -0500 >++++ lib/Data/Unixish/centerpad.pm 2020-04-08 00:34:40.024747000 -0500 >+@@ -3,7 +3,7 @@ >+ use 5.010; >+ use locale; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_centerpad.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_chain.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_chain.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_chain.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/chain.pm.orig 2020-04-08 00:32:35.955657000 -0500 >++++ lib/Data/Unixish/chain.pm 2020-04-08 00:34:45.656865000 -0500 >+@@ -3,7 +3,7 @@ >+ use 5.010; >+ use locale; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_chain.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_cond.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_cond.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_cond.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/cond.pm.orig 2020-04-08 00:32:42.492281000 -0500 >++++ lib/Data/Unixish/cond.pm 2020-04-08 00:34:57.728354000 -0500 >+@@ -3,7 +3,7 @@ >+ use 5.010; >+ use locale; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_cond.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_count.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_count.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_count.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/count.pm.orig 2020-04-08 00:33:04.211909000 -0500 >++++ lib/Data/Unixish/count.pm 2020-04-08 00:35:02.936583000 -0500 >+@@ -7,7 +7,7 @@ >+ use 5.010001; >+ use locale; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ use Log::ger; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_count.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_date.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_date.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_date.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/date.pm.orig 2020-04-08 00:32:48.643491000 -0500 >++++ lib/Data/Unixish/date.pm 2020-04-08 00:35:12.648555000 -0500 >+@@ -2,7 +2,7 @@ >+ >+ use 5.010; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ use POSIX qw(strftime); > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_date.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_grep.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_grep.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_grep.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/grep.pm.orig 2020-04-08 00:32:55.275429000 -0500 >++++ lib/Data/Unixish/grep.pm 2020-04-08 00:35:19.136883000 -0500 >+@@ -3,7 +3,7 @@ >+ use 5.010; >+ use locale; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_grep.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_head.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_head.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_head.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/head.pm.orig 2020-04-08 00:33:16.187936000 -0500 >++++ lib/Data/Unixish/head.pm 2020-04-08 00:35:24.368553000 -0500 >+@@ -2,7 +2,7 @@ >+ >+ use 5.010; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_head.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_indent.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_indent.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_indent.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/indent.pm.orig 2020-04-08 00:33:22.747820000 -0500 >++++ lib/Data/Unixish/indent.pm 2020-04-08 00:35:28.968309000 -0500 >+@@ -2,7 +2,7 @@ >+ >+ use 5.010; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_indent.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_join.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_join.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_join.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/join.pm.orig 2020-04-08 00:33:32.243318000 -0500 >++++ lib/Data/Unixish/join.pm 2020-04-08 00:35:37.064478000 -0500 >+@@ -6,7 +6,7 @@ >+ >+ use 5.010001; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_join.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_lc.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_lc.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_lc.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/lc.pm.orig 2020-04-08 00:33:41.611846000 -0500 >++++ lib/Data/Unixish/lc.pm 2020-04-08 00:35:41.088431000 -0500 >+@@ -2,7 +2,7 @@ >+ >+ use 5.010; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_lc.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_lcfirst.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_lcfirst.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_lcfirst.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/lcfirst.pm.orig 2020-04-08 00:33:57.331685000 -0500 >++++ lib/Data/Unixish/lcfirst.pm 2020-04-08 00:35:45.944515000 -0500 >+@@ -2,7 +2,7 @@ >+ >+ use 5.010; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_lcfirst.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_lins.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_lins.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_lins.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/lins.pm.orig 2020-04-08 00:36:29.883872000 -0500 >++++ lib/Data/Unixish/lins.pm 2020-04-08 00:49:29.913083000 -0500 >+@@ -2,7 +2,7 @@ >+ >+ use 5.010; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_lins.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_linum.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_linum.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_linum.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/linum.pm.orig 2020-04-08 00:36:36.387519000 -0500 >++++ lib/Data/Unixish/linum.pm 2020-04-08 00:49:25.913019000 -0500 >+@@ -2,7 +2,7 @@ >+ >+ use 5.010; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_linum.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_lpad.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_lpad.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_lpad.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/lpad.pm.orig 2020-04-08 00:36:43.315150000 -0500 >++++ lib/Data/Unixish/lpad.pm 2020-04-08 00:49:21.512971000 -0500 >+@@ -3,7 +3,7 @@ >+ use 5.010; >+ use locale; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_lpad.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_ltrim.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_ltrim.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_ltrim.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/ltrim.pm.orig 2020-04-08 00:47:44.411935000 -0500 >++++ lib/Data/Unixish/ltrim.pm 2020-04-08 00:49:16.856696000 -0500 >+@@ -2,7 +2,7 @@ >+ >+ use 5.010; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_ltrim.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_map.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_map.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_map.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/map.pm.orig 2020-04-08 00:37:06.179805000 -0500 >++++ lib/Data/Unixish/map.pm 2020-04-08 00:49:09.689125000 -0500 >+@@ -3,7 +3,7 @@ >+ use 5.010; >+ use locale; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_map.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_num.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_num.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_num.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/num.pm.orig 2020-04-08 00:37:12.867261000 -0500 >++++ lib/Data/Unixish/num.pm 2020-04-08 00:49:06.145200000 -0500 >+@@ -6,7 +6,7 @@ >+ use 5.010; >+ use locale; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_num.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_pick.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_pick.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_pick.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/pick.pm.orig 2020-04-08 00:37:19.075306000 -0500 >++++ lib/Data/Unixish/pick.pm 2020-04-08 00:49:01.944422000 -0500 >+@@ -2,7 +2,7 @@ >+ >+ use 5.010; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_pick.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_rand.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_rand.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_rand.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/rand.pm.orig 2020-04-08 00:40:00.203702000 -0500 >++++ lib/Data/Unixish/rand.pm 2020-04-08 00:48:58.104910000 -0500 >+@@ -2,7 +2,7 @@ >+ >+ use 5.010; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_rand.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_randstr.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_randstr.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_randstr.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/randstr.pm.orig 2020-04-08 00:41:38.484252000 -0500 >++++ lib/Data/Unixish/randstr.pm 2020-04-08 00:48:53.481075000 -0500 >+@@ -2,7 +2,7 @@ >+ >+ use 5.010; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_randstr.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_rev.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_rev.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_rev.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/rev.pm.orig 2020-04-08 00:39:46.755273000 -0500 >++++ lib/Data/Unixish/rev.pm 2020-04-08 00:48:48.681050000 -0500 >+@@ -2,7 +2,7 @@ >+ >+ use 5.010; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_rev.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_rins.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_rins.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_rins.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/rins.pm.orig 2020-04-08 00:41:51.820035000 -0500 >++++ lib/Data/Unixish/rins.pm 2020-04-08 00:48:37.200779000 -0500 >+@@ -2,7 +2,7 @@ >+ >+ use 5.010; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_rins.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_rpad.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_rpad.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_rpad.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/rpad.pm.orig 2020-04-08 00:41:59.099836000 -0500 >++++ lib/Data/Unixish/rpad.pm 2020-04-08 00:48:31.585090000 -0500 >+@@ -3,7 +3,7 @@ >+ use 5.010; >+ use locale; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_rpad.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_rtrim.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_rtrim.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_rtrim.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/rtrim.pm.orig 2020-04-08 00:45:44.924804000 -0500 >++++ lib/Data/Unixish/rtrim.pm 2020-04-08 00:48:27.264718000 -0500 >+@@ -2,7 +2,7 @@ >+ >+ use 5.010; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_rtrim.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_shuf.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_shuf.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_shuf.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/shuf.pm.orig 2020-04-08 00:45:51.683275000 -0500 >++++ lib/Data/Unixish/shuf.pm 2020-04-08 00:48:22.912816000 -0500 >+@@ -2,7 +2,7 @@ >+ >+ use 5.010; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_shuf.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_sort.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_sort.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_sort.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/sort.pm.orig 2020-04-08 00:47:03.724107000 -0500 >++++ lib/Data/Unixish/sort.pm 2020-04-08 00:56:37.720856000 -0500 >+@@ -2,7 +2,7 @@ >+ >+ use 5.010; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_sort.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_splice.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_splice.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_splice.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/splice.pm.orig 2020-04-08 00:46:14.380564000 -0500 >++++ lib/Data/Unixish/splice.pm 2020-04-08 00:56:50.305098000 -0500 >+@@ -6,7 +6,7 @@ >+ >+ use 5.010001; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_splice.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_split.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_split.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_split.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/split.pm.orig 2020-04-08 00:46:25.821400000 -0500 >++++ lib/Data/Unixish/split.pm 2020-04-08 00:56:55.904860000 -0500 >+@@ -6,7 +6,7 @@ >+ >+ use 5.010001; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_split.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_sprintf.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_sprintf.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_sprintf.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/sprintf.pm.orig 2020-04-08 00:53:00.732363000 -0500 >++++ lib/Data/Unixish/sprintf.pm 2020-04-08 00:56:26.680656000 -0500 >+@@ -3,7 +3,7 @@ >+ use 5.010; >+ use locale; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_sprintf.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_sprintfn.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_sprintfn.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_sprintfn.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/sprintfn.pm.orig 2020-04-08 00:53:11.556449000 -0500 >++++ lib/Data/Unixish/sprintfn.pm 2020-04-08 00:56:23.632979000 -0500 >+@@ -3,7 +3,7 @@ >+ use 5.010; >+ use locale; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_sprintfn.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_subsort.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_subsort.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_subsort.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/subsort.pm.orig 2020-04-08 00:53:18.260033000 -0500 >++++ lib/Data/Unixish/subsort.pm 2020-04-08 00:56:20.376963000 -0500 >+@@ -5,7 +5,7 @@ >+ >+ use 5.010; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_subsort.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_sum.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_sum.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_sum.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/sum.pm.orig 2020-04-08 00:53:23.955780000 -0500 >++++ lib/Data/Unixish/sum.pm 2020-04-08 00:56:16.905370000 -0500 >+@@ -2,7 +2,7 @@ >+ >+ use 5.010; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ use Scalar::Util 'looks_like_number'; > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_sum.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_tail.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_tail.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_tail.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/tail.pm.orig 2020-04-08 00:53:38.803991000 -0500 >++++ lib/Data/Unixish/tail.pm 2020-04-08 00:56:14.000848000 -0500 >+@@ -2,7 +2,7 @@ >+ >+ use 5.010; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_tail.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_trim.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_trim.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_trim.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/trim.pm.orig 2020-04-08 00:53:45.155945000 -0500 >++++ lib/Data/Unixish/trim.pm 2020-04-08 00:56:10.848651000 -0500 >+@@ -2,7 +2,7 @@ >+ >+ use 5.010; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_trim.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_trunc.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_trunc.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_trunc.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/trunc.pm.orig 2020-04-08 00:53:51.132294000 -0500 >++++ lib/Data/Unixish/trunc.pm 2020-04-08 00:56:03.664931000 -0500 >+@@ -6,7 +6,7 @@ >+ use 5.010; >+ use locale; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_trunc.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_uc.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_uc.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_uc.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/uc.pm.orig 2020-04-08 00:54:12.123789000 -0500 >++++ lib/Data/Unixish/uc.pm 2020-04-08 00:55:58.921003000 -0500 >+@@ -2,7 +2,7 @@ >+ >+ use 5.010; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_uc.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_ucfirst.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_ucfirst.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_ucfirst.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/ucfirst.pm.orig 2020-04-08 00:54:23.660235000 -0500 >++++ lib/Data/Unixish/ucfirst.pm 2020-04-08 00:55:40.977279000 -0500 >+@@ -2,7 +2,7 @@ >+ >+ use 5.010; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_ucfirst.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_wc.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_wc.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_wc.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/wc.pm.orig 2020-04-08 00:54:28.139761000 -0500 >++++ lib/Data/Unixish/wc.pm 2020-04-08 00:55:36.896843000 -0500 >+@@ -2,7 +2,7 @@ >+ >+ use 5.010; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_wc.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_wrap.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_wrap.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_wrap.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/wrap.pm.orig 2020-04-08 00:54:33.419770000 -0500 >++++ lib/Data/Unixish/wrap.pm 2020-04-08 00:55:32.769067000 -0500 >+@@ -5,7 +5,7 @@ >+ >+ use 5.010; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_wrap.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_yes.pm >=================================================================== >--- devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_yes.pm (nonexistent) >+++ devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_yes.pm (working copy) >@@ -0,0 +1,11 @@ >+--- lib/Data/Unixish/yes.pm.orig 2020-04-08 00:54:38.387557000 -0500 >++++ lib/Data/Unixish/yes.pm 2020-04-08 00:55:27.145022000 -0500 >+@@ -2,7 +2,7 @@ >+ >+ use 5.010; >+ use strict; >+-use syntax 'each_on_array'; # to support perl < 5.12 >++#use syntax 'each_on_array'; # to support perl < 5.12 >+ use warnings; >+ #use Log::Any '$log'; >+ > >Property changes on: devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_yes.pm >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/pkg-descr >=================================================================== >--- devel/p5-Data-Unixish/pkg-descr (nonexistent) >+++ devel/p5-Data-Unixish/pkg-descr (working copy) >@@ -0,0 +1,4 @@ >+This distribution implements Unixish, a data transformation framework >+inspired by Unix toolbox philosophy. >+ >+WWW: https://metacpan.org/release/Data-Unixish > >Property changes on: devel/p5-Data-Unixish/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Data-Unixish/pkg-plist >=================================================================== >--- devel/p5-Data-Unixish/pkg-plist (nonexistent) >+++ devel/p5-Data-Unixish/pkg-plist (working copy) >@@ -0,0 +1,96 @@ >+%%PERL5_MAN3%%/Data::Unixish.3.gz >+%%PERL5_MAN3%%/Data::Unixish::Apply.3.gz >+%%PERL5_MAN3%%/Data::Unixish::Util.3.gz >+%%PERL5_MAN3%%/Data::Unixish::_pad.3.gz >+%%PERL5_MAN3%%/Data::Unixish::avg.3.gz >+%%PERL5_MAN3%%/Data::Unixish::bool.3.gz >+%%PERL5_MAN3%%/Data::Unixish::cat.3.gz >+%%PERL5_MAN3%%/Data::Unixish::centerpad.3.gz >+%%PERL5_MAN3%%/Data::Unixish::chain.3.gz >+%%PERL5_MAN3%%/Data::Unixish::cond.3.gz >+%%PERL5_MAN3%%/Data::Unixish::count.3.gz >+%%PERL5_MAN3%%/Data::Unixish::date.3.gz >+%%PERL5_MAN3%%/Data::Unixish::grep.3.gz >+%%PERL5_MAN3%%/Data::Unixish::head.3.gz >+%%PERL5_MAN3%%/Data::Unixish::indent.3.gz >+%%PERL5_MAN3%%/Data::Unixish::join.3.gz >+%%PERL5_MAN3%%/Data::Unixish::lc.3.gz >+%%PERL5_MAN3%%/Data::Unixish::lcfirst.3.gz >+%%PERL5_MAN3%%/Data::Unixish::lins.3.gz >+%%PERL5_MAN3%%/Data::Unixish::linum.3.gz >+%%PERL5_MAN3%%/Data::Unixish::lpad.3.gz >+%%PERL5_MAN3%%/Data::Unixish::ltrim.3.gz >+%%PERL5_MAN3%%/Data::Unixish::map.3.gz >+%%PERL5_MAN3%%/Data::Unixish::num.3.gz >+%%PERL5_MAN3%%/Data::Unixish::pick.3.gz >+%%PERL5_MAN3%%/Data::Unixish::rand.3.gz >+%%PERL5_MAN3%%/Data::Unixish::randstr.3.gz >+%%PERL5_MAN3%%/Data::Unixish::rev.3.gz >+%%PERL5_MAN3%%/Data::Unixish::rins.3.gz >+%%PERL5_MAN3%%/Data::Unixish::rpad.3.gz >+%%PERL5_MAN3%%/Data::Unixish::rtrim.3.gz >+%%PERL5_MAN3%%/Data::Unixish::shuf.3.gz >+%%PERL5_MAN3%%/Data::Unixish::sort.3.gz >+%%PERL5_MAN3%%/Data::Unixish::splice.3.gz >+%%PERL5_MAN3%%/Data::Unixish::split.3.gz >+%%PERL5_MAN3%%/Data::Unixish::sprintf.3.gz >+%%PERL5_MAN3%%/Data::Unixish::sprintfn.3.gz >+%%PERL5_MAN3%%/Data::Unixish::subsort.3.gz >+%%PERL5_MAN3%%/Data::Unixish::sum.3.gz >+%%PERL5_MAN3%%/Data::Unixish::tail.3.gz >+%%PERL5_MAN3%%/Data::Unixish::trim.3.gz >+%%PERL5_MAN3%%/Data::Unixish::trunc.3.gz >+%%PERL5_MAN3%%/Data::Unixish::uc.3.gz >+%%PERL5_MAN3%%/Data::Unixish::ucfirst.3.gz >+%%PERL5_MAN3%%/Data::Unixish::wc.3.gz >+%%PERL5_MAN3%%/Data::Unixish::wrap.3.gz >+%%PERL5_MAN3%%/Data::Unixish::yes.3.gz >+%%PERL5_MAN3%%/Test::Data::Unixish.3.gz >+%%SITE_PERL%%/Data/Unixish.pm >+%%SITE_PERL%%/Data/Unixish/Apply.pm >+%%SITE_PERL%%/Data/Unixish/Util.pm >+%%SITE_PERL%%/Data/Unixish/_pad.pm >+%%SITE_PERL%%/Data/Unixish/avg.pm >+%%SITE_PERL%%/Data/Unixish/bool.pm >+%%SITE_PERL%%/Data/Unixish/cat.pm >+%%SITE_PERL%%/Data/Unixish/centerpad.pm >+%%SITE_PERL%%/Data/Unixish/chain.pm >+%%SITE_PERL%%/Data/Unixish/cond.pm >+%%SITE_PERL%%/Data/Unixish/count.pm >+%%SITE_PERL%%/Data/Unixish/date.pm >+%%SITE_PERL%%/Data/Unixish/grep.pm >+%%SITE_PERL%%/Data/Unixish/head.pm >+%%SITE_PERL%%/Data/Unixish/indent.pm >+%%SITE_PERL%%/Data/Unixish/join.pm >+%%SITE_PERL%%/Data/Unixish/lc.pm >+%%SITE_PERL%%/Data/Unixish/lcfirst.pm >+%%SITE_PERL%%/Data/Unixish/lins.pm >+%%SITE_PERL%%/Data/Unixish/linum.pm >+%%SITE_PERL%%/Data/Unixish/lpad.pm >+%%SITE_PERL%%/Data/Unixish/ltrim.pm >+%%SITE_PERL%%/Data/Unixish/map.pm >+%%SITE_PERL%%/Data/Unixish/num.pm >+%%SITE_PERL%%/Data/Unixish/pick.pm >+%%SITE_PERL%%/Data/Unixish/rand.pm >+%%SITE_PERL%%/Data/Unixish/randstr.pm >+%%SITE_PERL%%/Data/Unixish/rev.pm >+%%SITE_PERL%%/Data/Unixish/rins.pm >+%%SITE_PERL%%/Data/Unixish/rpad.pm >+%%SITE_PERL%%/Data/Unixish/rtrim.pm >+%%SITE_PERL%%/Data/Unixish/shuf.pm >+%%SITE_PERL%%/Data/Unixish/sort.pm >+%%SITE_PERL%%/Data/Unixish/splice.pm >+%%SITE_PERL%%/Data/Unixish/split.pm >+%%SITE_PERL%%/Data/Unixish/sprintf.pm >+%%SITE_PERL%%/Data/Unixish/sprintfn.pm >+%%SITE_PERL%%/Data/Unixish/subsort.pm >+%%SITE_PERL%%/Data/Unixish/sum.pm >+%%SITE_PERL%%/Data/Unixish/tail.pm >+%%SITE_PERL%%/Data/Unixish/trim.pm >+%%SITE_PERL%%/Data/Unixish/trunc.pm >+%%SITE_PERL%%/Data/Unixish/uc.pm >+%%SITE_PERL%%/Data/Unixish/ucfirst.pm >+%%SITE_PERL%%/Data/Unixish/wc.pm >+%%SITE_PERL%%/Data/Unixish/wrap.pm >+%%SITE_PERL%%/Data/Unixish/yes.pm >+%%SITE_PERL%%/Test/Data/Unixish.pm > >Property changes on: devel/p5-Data-Unixish/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 243900
:
211374
|
213171
|
213181
|
213186
|
217246