summaryrefslogtreecommitdiff
path: root/p5-sort-key
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2019-08-31 10:40:31 +0000
committerTim Biermann <tbier@posteo.de>2019-08-31 10:40:31 +0000
commit278a6d6b0dc9fdc4e4287c6d78d0834a5b5aafac (patch)
tree429c548fea53a618ba38669769230e9b789ce7fc /p5-sort-key
parent6718d6ae6dc91785cb95a2d306e4d130110cd71c (diff)
downloadcontrib-278a6d6b0dc9fdc4e4287c6d78d0834a5b5aafac.tar.gz
contrib-278a6d6b0dc9fdc4e4287c6d78d0834a5b5aafac.tar.xz
p5-sort-key: initial commit, version 1.33
Diffstat (limited to 'p5-sort-key')
-rw-r--r--p5-sort-key/.footprint29
-rw-r--r--p5-sort-key/.signature5
-rw-r--r--p5-sort-key/Pkgfile17
3 files changed, 51 insertions, 0 deletions
diff --git a/p5-sort-key/.footprint b/p5-sort-key/.footprint
new file mode 100644
index 000000000..64caa43a2
--- /dev/null
+++ b/p5-sort-key/.footprint
@@ -0,0 +1,29 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/perl5/
+drwxr-xr-x root/root usr/lib/perl5/5.28/
+drwxr-xr-x root/root usr/lib/perl5/5.28/linux-thread-multi/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/Sort/
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/Sort/Key.pm
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/Sort/Key/
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/Sort/Key/Maker.pm
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/Sort/Key/Multi.pm
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/Sort/Key/Natural.pm
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/Sort/Key/Register.pm
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/Sort/Key/Types.pm
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Sort/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Sort/Key/
+-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Sort/Key/Key.so
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man3/
+-r--r--r-- root/root usr/share/man/man3/Sort::Key.3pm.gz
+-r--r--r-- root/root usr/share/man/man3/Sort::Key::Maker.3pm.gz
+-r--r--r-- root/root usr/share/man/man3/Sort::Key::Multi.3pm.gz
+-r--r--r-- root/root usr/share/man/man3/Sort::Key::Natural.3pm.gz
+-r--r--r-- root/root usr/share/man/man3/Sort::Key::Register.3pm.gz
+-r--r--r-- root/root usr/share/man/man3/Sort::Key::Types.3pm.gz
diff --git a/p5-sort-key/.signature b/p5-sort-key/.signature
new file mode 100644
index 000000000..46070fd68
--- /dev/null
+++ b/p5-sort-key/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF3wG9b0tmiqE/flE/hEI3+ux9NEJtqN/MDaNBfm8aLMCM4u7ezX0iCB0DYsDEsO1S8YsXxDDUsXqc8isci9QdZwI=
+SHA256 (Pkgfile) = 5c1f70868cdbf3b222da73e65ff1869271ce60a8af33e4d8ab96c175062867de
+SHA256 (.footprint) = 6758260b2f771b7aa7f9e4698a953834b5d757165f0684764d651ac24588bfd4
+SHA256 (Sort-Key-1.33.tar.gz) = ed6a4ccfab094c9cd164f564024e98bd21d94f4312ccac4d6246d22b34081acf
diff --git a/p5-sort-key/Pkgfile b/p5-sort-key/Pkgfile
new file mode 100644
index 000000000..959887aa8
--- /dev/null
+++ b/p5-sort-key/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Sort::Key - the fastest way to sort anything in Perl
+# URL: https://metacpan.org/pod/Sort::Key
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on:
+
+name=p5-sort-key
+version=1.33
+release=1
+source=(https://cpan.metacpan.org/authors/id/S/SA/SALVA/Sort-Key-$version.tar.gz)
+
+build() {
+ cd Sort-Key-$version
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+ make install INSTALLDIRS=vendor DESTDIR=$PKG
+ find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
+}

Generated by cgit