FreeBSD Bugzilla – Attachment 213173 Details for
Bug 243893
[NEW PORT] devel/p5-Sort-Sub Collection of sort subroutines
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff
p5-Sort-Sub.diff (text/plain), 4.39 KB, created by
Zane C. Bowers-Hadley
on 2020-04-08 02:40:49 UTC
(
hide
)
Description:
svn diff
Filename:
MIME Type:
Creator:
Zane C. Bowers-Hadley
Created:
2020-04-08 02:40:49 UTC
Size:
4.39 KB
patch
obsolete
>Index: devel/p5-Sort-Sub/Makefile >=================================================================== >--- devel/p5-Sort-Sub/Makefile (nonexistent) >+++ devel/p5-Sort-Sub/Makefile (working copy) >@@ -0,0 +1,21 @@ >+# Created by: Zane C. Bowers-Hadley <vvelox@vvelox.net> >+# $FreeBSD$ >+ >+PORTNAME= Sort-Sub >+PORTVERSION= 0.116 >+CATEGORIES= devel perl5 >+MASTER_SITES= CPAN >+PKGNAMEPREFIX= p5- >+ >+MAINTAINER= vvelox@vvelox.net >+COMMENT= Collection of sort subroutines >+ >+BUILD_DEPENDS= p5-Exporter>=5.57:devel/p5-Exporter \ >+ p5-Sort-Naturally>0:textproc/p5-Sort-Naturally >+ >+RUN_DEPENDS= ${BUILD_DEPENDS} >+ >+USES= perl5 >+USE_PERL5= configure >+ >+.include <bsd.port.mk> > >Property changes on: devel/p5-Sort-Sub/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-Sort-Sub/distinfo >=================================================================== >--- devel/p5-Sort-Sub/distinfo (nonexistent) >+++ devel/p5-Sort-Sub/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1580882409 >+SHA256 (Sort-Sub-0.116.tar.gz) = abcd68250b890f6d38bda5d47cda2de0fd0776374b4c23755443d0110dc13f69 >+SIZE (Sort-Sub-0.116.tar.gz) = 23292 > >Property changes on: devel/p5-Sort-Sub/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-Sort-Sub/pkg-descr >=================================================================== >--- devel/p5-Sort-Sub/pkg-descr (nonexistent) >+++ devel/p5-Sort-Sub/pkg-descr (working copy) >@@ -0,0 +1,4 @@ >+Sort::Sub and "Sort::Sub::*" are a convenient packaging of any kind of >+subroutine which you can use for "sort()". >+ >+WWW: https://metacpan.org/release/Sort-Sub > >Property changes on: devel/p5-Sort-Sub/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-Sort-Sub/pkg-plist >=================================================================== >--- devel/p5-Sort-Sub/pkg-plist (nonexistent) >+++ devel/p5-Sort-Sub/pkg-plist (working copy) >@@ -0,0 +1,36 @@ >+%%PERL5_MAN3%%/Sort::Sub.3.gz >+%%PERL5_MAN3%%/Sort::Sub::asciibetically.3.gz >+%%PERL5_MAN3%%/Sort::Sub::by_ascii_then_num.3.gz >+%%PERL5_MAN3%%/Sort::Sub::by_count.3.gz >+%%PERL5_MAN3%%/Sort::Sub::by_first_num_in_text.3.gz >+%%PERL5_MAN3%%/Sort::Sub::by_last_num_in_text.3.gz >+%%PERL5_MAN3%%/Sort::Sub::by_length.3.gz >+%%PERL5_MAN3%%/Sort::Sub::by_num_in_text.3.gz >+%%PERL5_MAN3%%/Sort::Sub::by_num_then_ascii.3.gz >+%%PERL5_MAN3%%/Sort::Sub::by_perl_code.3.gz >+%%PERL5_MAN3%%/Sort::Sub::by_perl_function.3.gz >+%%PERL5_MAN3%%/Sort::Sub::by_perl_op.3.gz >+%%PERL5_MAN3%%/Sort::Sub::by_rand.3.gz >+%%PERL5_MAN3%%/Sort::Sub::naturally.3.gz >+%%PERL5_MAN3%%/Sort::Sub::numerically.3.gz >+%%PERL5_MAN3%%/Sort::Sub::randomly.3.gz >+%%PERL5_MAN3%%/Sub::Sort.3.gz >+%%PERL5_MAN3%%/Test::Sort::Sub.3.gz >+%%SITE_PERL%%/Sort/Sub.pm >+%%SITE_PERL%%/Sort/Sub/asciibetically.pm >+%%SITE_PERL%%/Sort/Sub/by_ascii_then_num.pm >+%%SITE_PERL%%/Sort/Sub/by_count.pm >+%%SITE_PERL%%/Sort/Sub/by_first_num_in_text.pm >+%%SITE_PERL%%/Sort/Sub/by_last_num_in_text.pm >+%%SITE_PERL%%/Sort/Sub/by_length.pm >+%%SITE_PERL%%/Sort/Sub/by_num_in_text.pm >+%%SITE_PERL%%/Sort/Sub/by_num_then_ascii.pm >+%%SITE_PERL%%/Sort/Sub/by_perl_code.pm >+%%SITE_PERL%%/Sort/Sub/by_perl_function.pm >+%%SITE_PERL%%/Sort/Sub/by_perl_op.pm >+%%SITE_PERL%%/Sort/Sub/by_rand.pm >+%%SITE_PERL%%/Sort/Sub/naturally.pm >+%%SITE_PERL%%/Sort/Sub/numerically.pm >+%%SITE_PERL%%/Sort/Sub/randomly.pm >+%%SITE_PERL%%/Sub/Sort.pm >+%%SITE_PERL%%/Test/Sort/Sub.pm > >Property changes on: devel/p5-Sort-Sub/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 243893
:
211367
| 213173