* rebuild and update CPAN modules for perl 5.34

This commit is contained in:
Alexander Baldeck 2021-05-25 15:27:25 +02:00
parent 24b8f4dc2b
commit abea1a0b36
155 changed files with 285 additions and 398 deletions

View File

@ -4,7 +4,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=chromium
pkgver=90.0.4430.93
pkgver=90.0.4430.212
pkgrel=1
_launcher_ver=7
_gcc_patchset=6
@ -30,7 +30,7 @@ source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgn
xxx-ppc64le-libvpx.patch
xxx-ppc64le-support.patch
xxx-ppc64le-swiftshader.patch)
sha256sums=('532ec75f4e08384fe2fb17b69af9210103379ee212dbf0bf081bdc5d4eca357e'
sha256sums=('abe11d0cb1ff21278aad2eec1a1e279d59176b15331804d7df1807446786d59e'
'86859c11cfc8ba106a3826479c0bc759324a62150b271dd35d1a0f96e890f52f'
'3eb9580ea35a96789e02815270498226fa33726f4210a5ee36f3868af2ffae1f'
'5e22afcb91b5402bc09e80630c5323d61013c3fccb0bbd9b23d1e79a400b00d0'

View File

@ -5,7 +5,7 @@
pkgname=firefox
pkgver=88.0.1
pkgrel=1
pkgrel=2
pkgdesc="Standalone web browser from mozilla.org"
arch=(x86_64 powerpc64le)
license=(MPL GPL LGPL)
@ -27,6 +27,7 @@ source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-
fix-image-format-warning.patch
ppc32-fix-build.patch
skia-sucks{1,2,3}.patch
flac-no-ffvpx.patch
"${pkgname}-${pkgver}-pgo.patch::https://src.fedoraproject.org/rpms/firefox/raw/rawhide/f/pgo.patch")
sha256sums=('83df1eae0e28fe99661fd5d39d705cdab2e108b4a24ce12c2db6183c632804cc'
'SKIP'
@ -38,6 +39,7 @@ sha256sums=('83df1eae0e28fe99661fd5d39d705cdab2e108b4a24ce12c2db6183c632804cc'
'9cdffb3f91e0956f4147c8556c80b97bcae448b84ce0d0a0e009a231a9915396'
'd98af26b723a8b590822a3d1ab925841b99882c158d3dec7514288c968f2428e'
'851503764a3068d36659b9231c9aaa40fe8a15680f7d0a378e9009ae1a776dae'
'944fc690a0b344ea56ff2b0880ba492ba80338a68f31d0fb205b891a5de42cee'
'd8398606891cfce677ee84f799ff1e6e6487ca8022f78c3026f48cb801b6aefe')
validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software Releases <release@mozilla.com>
@ -67,6 +69,7 @@ prepare() {
patch -Np0 -i ${srcdir}/skia-sucks1.patch
patch -Np0 -i ${srcdir}/skia-sucks2.patch
patch -Np0 -i ${srcdir}/skia-sucks3.patch
patch -Np0 -i ${srcdir}/flac-no-ffvpx.patch
case "${CARCH}" in
powerpc64le)

View File

@ -3,8 +3,8 @@ Reason: FF is mixing userspace net headers (net/if.h) and kernelspace ones
(linux/if.h), leading to redefinitions. We need to include net/if.h before
linux/if.h because linux/if.h has redifinition guards whereas net/if.h doesnt
Upstream: No
--- media/mtransport/third_party/nICEr/src/stun/addrs-netlink.c.orig 2020-07-28 19:24:32.359751046 +0200
+++ media/mtransport/third_party/nICEr/src/stun/addrs-netlink.c 2020-07-28 19:24:37.856343751 +0200
--- dom/media/webrtc/transport/third_party/nICEr/src/stun/addrs-netlink.c.orig 2020-07-28 19:24:32.359751046 +0200
+++ dom/media/webrtc/transport/third_party/nICEr/src/stun/addrs-netlink.c 2020-07-28 19:24:37.856343751 +0200
@@ -31,6 +31,7 @@
*/

View File

@ -3,9 +3,9 @@
pkgname=cairo-perl
pkgver=1.107
pkgrel=2
pkgrel=3
pkgdesc="Perl wrappers for cairo"
arch=(x86_64 powerpc64le)
arch=(x86_64 powerpc64le powerpc)
license=('LGPL')
url="http://gtk2-perl.sourceforge.net/"
options=('!emptydirs')

View File

@ -3,9 +3,9 @@
pkgname=dontpanic
pkgver=1.02
pkgrel=3
pkgrel=2
pkgdesc='libdontpanic - used for testing Alien::Base'
arch=(x86_64 powerpc64le)
arch=(x86_64 powerpc64le powerpc)
url='https://github.com/Perl5-Alien/dontpanic'
license=('GPL')
depends=('glibc')

View File

@ -5,9 +5,9 @@
pkgname=glib-perl
pkgver=1.329.3
_pkgver=1.3293
pkgrel=1
pkgrel=2
pkgdesc="Perl wrappers for glib 2.x, including GObject"
arch=(x86_64 powerpc64le)
arch=(x86_64 powerpc64le powerpc)
license=('LGPL')
url="http://gtk2-perl.sourceforge.net/"
options=('!emptydirs')

View File

@ -4,9 +4,9 @@
pkgname=gtk2-perl
pkgver=1.24993
pkgrel=2
pkgrel=3
pkgdesc="Perl bindings for GTK+ 2.x"
arch=(x86_64 powerpc64le)
arch=(x86_64 powerpc64le powerpc)
license=('LGPL')
url="http://gtk2-perl.sourceforge.net/"
makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')

View File

@ -1,12 +1,11 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=pango-perl
pkgver=1.227
pkgrel=13
pkgrel=14
pkgdesc="Perl bindings for Pango"
arch=(x86_64 powerpc64le)
arch=(x86_64 powerpc64le powerpc)
license=('LGPL')
url="http://gtk2-perl.sourceforge.net/"
makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')

View File

@ -3,7 +3,7 @@
pkgname=perl-acme-alien-dontpanic
pkgver=2.2900
pkgrel=1
pkgrel=3
pkgdesc="Test Module for Alien::Base"
arch=('any')
license=('PerlArtistic')

View File

@ -3,7 +3,7 @@
pkgname=perl-alien-base-modulebuild
pkgver=1.15
pkgrel=1
pkgrel=3
pkgdesc="A Module::Build subclass for building Alien:: modules and their libraries"
arch=('any')
license=('PerlArtistic')

View File

@ -3,7 +3,7 @@
pkgname=perl-alien-build
pkgver=2.40
pkgrel=1
pkgrel=3
pkgdesc="Build external dependencies for use in CPAN"
arch=('any')
license=('PerlArtistic')

View File

@ -3,7 +3,7 @@
pkgname=perl-alien-cmake3
pkgver=0.05
pkgrel=3
pkgrel=5
pkgdesc="Find or download or build cmake 3 or better"
arch=('any')
license=('PerlArtistic')

View File

@ -3,7 +3,7 @@
pkgname=perl-alien-libxml2
pkgver=0.17
pkgrel=1
pkgrel=2
pkgdesc="Install the C libxml2 library on your system"
arch=('any')
license=('PerlArtistic')

View File

@ -3,7 +3,7 @@
pkgname=perl-anyevent
pkgver=7.17
pkgrel=3
pkgrel=4
epoch=4
pkgdesc='The DBI of event loop programming'
arch=('any')

View File

@ -4,7 +4,7 @@
pkgname=perl-archive-extract
pkgver=0.88
pkgrel=1
pkgrel=2
pkgdesc='Generic archive extracting mechanism'
arch=(any)
license=(PerlArtistic GPL)

View File

@ -5,7 +5,7 @@
pkgname=perl-archive-zip
pkgver=1.68
pkgrel=3
pkgrel=5
pkgdesc="Provide a perl interface to ZIP archive files"
arch=('any')
license=('GPL' 'PerlArtistic')

View File

@ -4,9 +4,9 @@
pkgname=perl-async-interrupt
pkgver=1.26
pkgrel=2
pkgrel=3
pkgdesc='allow C/XS libraries to interrupt perl asynchronously'
arch=(x86_64 powerpc64le)
arch=(x86_64 powerpc64le powerpc)
license=(PerlArtistic GPL)
options=(!emptydirs)
depends=('perl-canary-stability' 'perl-common-sense')

View File

@ -3,7 +3,7 @@
pkgname=perl-b-keywords
pkgver=1.22
pkgrel=1
pkgrel=2
pkgdesc="Lists of reserved barewords and symbol names"
arch=('any')
license=('PerlArtistic')

View File

@ -5,7 +5,7 @@
pkgname=perl-cache-memcached
pkgver=1.30
pkgrel=5
pkgrel=4
pkgdesc="client library for memcached (memory cache daemon) "
arch=(any)
url="https://search.cpan.org/dist/Cache-Memcached"

View File

@ -5,7 +5,7 @@
pkgname=perl-canary-stability
_realname=Canary-Stability
pkgver=2013
pkgrel=3
pkgrel=4
pkgdesc="CPAN/Canary-Stability - canary to check perl compatability for schmorp's modules"
arch=('any')
license=('PerlArtistic' 'GPL')

View File

@ -3,7 +3,7 @@
pkgname=perl-cgi
pkgver=4.52
pkgrel=1
pkgrel=2
pkgdesc='Handle Common Gateway Interface requests and responses'
arch=(any)
license=(PerlArtistic GPL)

View File

@ -4,12 +4,12 @@
pkgname=perl-class-data-inheritable
pkgver=0.08
pkgrel=10
pkgrel=9
pkgdesc="Inheritable, overridable class data "
arch=(x86_64 powerpc64le)
arch=(x86_64 powerpc64le powerpc)
url="https://search.cpan.org/dist/Class-Data-Inheritable"
license=('GPL' 'PerlArtistic')
depends=('perl>=5.32.0')
depends=('perl>=5.10.0')
options=('!emptydirs')
source=(https://www.cpan.org/authors/id/T/TM/TMTM/Class-Data-Inheritable-$pkgver.tar.gz)
sha256sums=('9967feceea15227e442ec818723163eb6d73b8947e31f16ab806f6e2391af14a')

View File

@ -3,7 +3,7 @@
pkgname=perl-class-inspector
pkgver=1.36
pkgrel=3
pkgrel=4
pkgdesc="Get information about a class and its structure"
arch=('any')
url="https://search.cpan.org/dist/Class-Inspector"

View File

@ -3,7 +3,7 @@
pkgname=perl-class-tiny
pkgver=1.008
pkgrel=1
pkgrel=2
pkgdesc="Minimalist class construction"
arch=('any')
license=('PerlArtistic')

View File

@ -5,9 +5,9 @@
pkgname=perl-clone
pkgver=0.45
pkgrel=2
pkgrel=3
pkgdesc='Recursive copy of nested objects.'
arch=(x86_64 powerpc64le)
arch=(x86_64 powerpc64le powerpc)
url='https://search.cpan.org/~RDF/Clone'
license=('GPL' 'PerlArtistic')
depends=('perl')

View File

@ -3,7 +3,7 @@
pkgname=perl-common-sense
pkgver=3.75
pkgrel=2
pkgrel=3
pkgdesc="Implements some sane defaults for Perl programs"
arch=('any')
url="https://search.cpan.org/dist/common-sense"

View File

@ -4,7 +4,7 @@
pkgname=perl-config-tiny
pkgver=2.23
pkgrel=5
pkgrel=4
pkgdesc="Read/Write .ini style files with as little code as possible "
arch=('any')
url="https://search.cpan.org/dist/Config-Tiny"

View File

@ -3,7 +3,7 @@
pkgname=perl-cpan-meta
pkgver=2.150010
pkgrel=9
pkgrel=10
pkgdesc='the distribution metadata for a CPAN dist'
arch=('any')
license=('PerlArtistic' 'GPL')

View File

@ -3,7 +3,7 @@
pkgname=perl-data-munge
pkgver=0.097
pkgrel=3
pkgrel=4
pkgdesc="Various utility functions"
arch=('any')
license=('PerlArtistic')

View File

@ -3,9 +3,9 @@
pkgname=perl-dbd-mariadb
pkgver=1.21
pkgrel=1
pkgrel=2
pkgdesc='MariaDB and MySQL driver for the Perl5 Database Interface (DBI)'
arch=(x86_64 powerpc64le)
arch=(x86_64 powerpc64le powerpc)
license=('GPL' 'PerlArtistic')
url='https://metacpan.org/release/DBD-MariaDB'
depends=('mariadb-libs' 'perl-dbi')

View File

@ -3,9 +3,9 @@
pkgname=perl-dbi
pkgver=1.643
pkgrel=2
pkgrel=3
pkgdesc="Database independent interface for Perl"
arch=(x86_64 powerpc64le)
arch=(x86_64 powerpc64le powerpc)
url="http://search.cpan.org/dist/DBI/"
license=('GPL' 'PerlArtistic')
depends=('perl')

View File

@ -4,7 +4,7 @@
pkgname=perl-devel-checklib
pkgver=1.14
pkgrel=2
pkgrel=3
pkgdesc="Module to check if other perl modules are installed"
arch=('any')
url='https://search.cpan.org/dist/Devel-CheckLib/'

View File

@ -6,7 +6,7 @@ pkgname=perl-devel-cycle
_perl_namespace=Devel
_perl_module=Cycle
pkgver=1.12
pkgrel=4
pkgrel=3
pkgdesc="Find memory cycles in objects"
arch=('any')
url="https://metacpan.org/release/${_perl_namespace}-${_perl_module}"

View File

@ -4,7 +4,7 @@
pkgname=perl-devel-stacktrace
pkgver=2.03
pkgrel=4
pkgrel=5
pkgdesc='An object representing a stack trace'
arch=('any')
url="https://metacpan.org/release/Devel-StackTrace"

View File

@ -4,12 +4,12 @@
pkgname=perl-devel-symdump
pkgver=2.18
pkgrel=5
pkgrel=4
pkgdesc="Perl symbol table access and dumping"
arch=('any')
url="https://search.cpan.org/dist/Devel-Symdump"
license=('GPL' 'PerlArtistic')
depends=('perl>=5.32.0')
depends=('perl>=5.10.0')
options=('!emptydirs')
source=(https://www.cpan.org/authors/id/A/AN/ANDK/Devel-Symdump-$pkgver.tar.gz)
sha256sums=('826f81a107f5592a2516766ed43beb47e10cc83edc9ea48090b02a36040776c0')

View File

@ -3,7 +3,7 @@
pkgname=perl-encode-locale
pkgver=1.05
pkgrel=7
pkgrel=8
pkgdesc="Determine the locale encoding"
arch=('any')
url="https://search.cpan.org/dist/Encode-Locale"

View File

@ -3,7 +3,7 @@
pkgname=perl-error
pkgver=0.17029
pkgrel=2
pkgrel=3
pkgdesc="Perl/CPAN Error module - Error/exception handling in an OO-ish way"
url="https://search.cpan.org/dist/Error/"
arch=('any')
@ -29,4 +29,3 @@ package() {
cd Error-${pkgver}
make DESTDIR="${pkgdir}" install
}

View File

@ -3,9 +3,9 @@
pkgname=perl-ev
pkgver=4.33
pkgrel=2
pkgrel=3
pkgdesc='perl interface to libev, a high performance full-featured event loop'
arch=(x86_64 powerpc64le)
arch=(x86_64 powerpc64le powerpc)
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=('perl-common-sense')

View File

@ -1,5 +1,4 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: tobias <tobias@archlinux.org>
# Contributor: Tobias Kieslich <tobias@justdreams.de>

View File

@ -5,7 +5,7 @@
pkgname=perl-exception-class
pkgver=1.44
pkgrel=4
pkgrel=5
pkgdesc='A module that allows you to declare real exception classes in Perl'
arch=('any')
url="https://metacpan.org/release/Exception-Class"

View File

@ -3,7 +3,7 @@
pkgname=perl-extutils-cppguess
pkgver=0.21
pkgrel=2
pkgrel=3
pkgdesc="Guess C++ compiler and flags"
arch=('any')
license=('PerlArtistic')

View File

@ -6,7 +6,7 @@
pkgname=perl-extutils-depends
pkgver=0.8001
pkgrel=1
pkgrel=2
pkgdesc="The Perl depends module"
arch=('any')
url="https://search.cpan.org/dist/ExtUtils-Depends/"

View File

@ -5,7 +5,7 @@
pkgname=perl-extutils-pkgconfig
pkgver=1.16
pkgrel=7
pkgrel=8
pkgdesc="The Perl Pkgconfig module"
arch=('any')
url="http://gtk2-perl.sourceforge.net/"

View File

@ -4,9 +4,9 @@
pkgname=perl-fcgi
pkgver=0.79
pkgrel=3
pkgrel=4
pkgdesc="Fast CGI"
arch=(x86_64 powerpc64le)
arch=(x86_64 powerpc64le powerpc)
url="https://search.cpan.org/dist/FCGI"
license=('GPL' 'PerlArtistic')
depends=('perl')

View File

@ -3,7 +3,7 @@
pkgname=perl-ffi-checklib
pkgver=0.28
pkgrel=1
pkgrel=2
pkgdesc="Check that a library is available for FFI"
arch=('any')
license=('PerlArtistic')

View File

@ -5,7 +5,7 @@
pkgname=perl-file-chdir
pkgver=0.1011
pkgrel=5
pkgrel=4
pkgdesc="a more sensible way to change directories "
arch=('any')
depends=('perl')

View File

@ -1,3 +1,4 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=perl-file-copy-recursive-reduced

View File

@ -3,7 +3,7 @@
pkgname=perl-file-copy-recursive
pkgver=0.45
pkgrel=3
pkgrel=4
pkgdesc="Perl extension for recursively copying files and directories"
arch=('any')
url="https://metacpan.org/release/File-Copy-Recursive"

View File

@ -6,7 +6,7 @@
pkgname='perl-file-find-rule'
_dist="File-Find-Rule"
pkgver=0.34
pkgrel=7
pkgrel=8
pkgdesc="Alternative interface to File::Find"
arch=('any')
license=('PerlArtistic' 'GPL')

View File

@ -3,7 +3,7 @@
pkgname=perl-file-homedir
pkgver=1.006
pkgrel=1
pkgrel=2
pkgdesc="Find your home and other directories on any platform"
arch=('any')
license=('PerlArtistic')

View File

@ -3,7 +3,7 @@
pkgname=perl-file-listing
pkgver=6.14
pkgrel=1
pkgrel=2
pkgdesc="parse directory listing"
arch=('any')
url="https://search.cpan.org/dist/File-Listing"

View File

@ -5,7 +5,7 @@
pkgname=perl-file-remove
pkgver=1.58
pkgrel=3
pkgrel=2
pkgdesc="Remove files and directories"
depends=('perl')
arch=('any')

View File

@ -5,7 +5,7 @@
pkgname=perl-file-sharedir
_realname=File-ShareDir
pkgver=1.116
pkgrel=4
pkgrel=5
pkgdesc="Locate per-dist and per-module shared files"
arch=(any)
license=(PerlArtistic GPL)

View File

@ -5,7 +5,7 @@
pkgname=perl-file-which
_realname=File-Which
pkgver=1.24
pkgrel=1
pkgrel=2
pkgdesc="Portable implementation of which"
arch=(any)
url="https://metacpan.org/release/$_realname"

View File

@ -4,9 +4,9 @@
pkgname=perl-gd
pkgver=2.72
pkgrel=1
pkgrel=2
pkgdesc="Interface to Gd Graphics Library"
arch=(x86_64 powerpc64le)
arch=(x86_64 powerpc64le powerpc)
url="https://search.cpan.org/dist/GD"
license=('GPL' 'PerlArtistic')
depends=('perl' 'gd')

View File

@ -6,7 +6,7 @@
pkgname=perl-html-parser
pkgver=3.76
pkgrel=1
pkgrel=2
pkgdesc="Perl HTML parser class"
arch=(x86_64 powerpc64le powerpc)
license=('PerlArtistic')

View File

@ -5,7 +5,7 @@
pkgname=perl-html-tagset
pkgver=3.20
pkgrel=10
pkgrel=11
pkgdesc="Data tables useful in parsing HTML"
arch=('any')
license=('PerlArtistic')

View File

@ -3,7 +3,7 @@
pkgname=perl-http-cookies
pkgver=6.10
pkgrel=1
pkgrel=2
pkgdesc="HTTP cookie jars"
arch=('any')
url="https://search.cpan.org/dist/HTTP-Cookies"

View File

@ -3,7 +3,7 @@
pkgname=perl-http-daemon
pkgver=6.06
pkgrel=2
pkgrel=3
pkgdesc="Simple http server class"
arch=('any')
url='https://metacpan.org/pod/HTTP::Daemon'

View File

@ -3,7 +3,7 @@
pkgname=perl-http-date
pkgver=6.05
pkgrel=3
pkgrel=4
pkgdesc="Date conversion routines"
arch=('any')
url="https://search.cpan.org/dist/HTTP-Date"

View File

@ -5,7 +5,7 @@
pkgname=perl-http-message
pkgver=6.32
pkgrel=1
pkgrel=2
pkgdesc="HTTP style messages"
arch=('any')
url='https://search.cpan.org/dist/HTTP-Message'

View File

@ -3,7 +3,7 @@
pkgname=perl-http-negotiate
pkgver=6.01
pkgrel=8
pkgrel=9
pkgdesc="Choose a variant to serve"
arch=('any')
url="https://search.cpan.org/dist/HTTP-Negotiate"

View File

@ -3,7 +3,7 @@
pkgname=perl-importer
pkgver=0.026
pkgrel=1
pkgrel=2
pkgdesc="Alternative but compatible interface to modules that export symbols."
arch=('any')
license=('PerlArtistic')

View File

@ -3,7 +3,7 @@
pkgname=perl-inc-latest
pkgver=0.500
pkgrel=7
pkgrel=8
pkgdesc="Build, test, and install Perl modules"
arch=('any')
url="https://github.com/dagolden/inc-latest"

View File

@ -3,7 +3,7 @@
pkgname=perl-inline-filters
pkgver=0.20
pkgrel=3
pkgrel=4
pkgdesc="Common source code filters for Inline Modules"
arch=('any')
license=('PerlArtistic')

View File

@ -4,7 +4,7 @@
pkgname=perl-inline
pkgver=0.83
pkgrel=3
pkgrel=2
pkgdesc="Write Perl subroutines in other languages"
arch=('any')
url="https://search.cpan.org/dist/Inline"

View File

@ -3,7 +3,7 @@
pkgname=perl-io-html
pkgver=1.004
pkgrel=1
pkgrel=2
pkgdesc="Open an HTML file with automatic charset detection"
arch=('any')
url='https://search.cpan.org/dist/IO-HTML'

View File

@ -4,7 +4,7 @@
pkgname='perl-io-socket-inet6'
pkgver=2.72
pkgrel=7
pkgrel=8
pkgdesc="Object interface for AF_INET|AF_INET6 domain sockets"
arch=('any')
license=('PerlArtistic' 'GPL')

View File

@ -3,7 +3,7 @@
pkgname=perl-io-socket-ssl
pkgver=2.070
pkgrel=1
pkgrel=2
pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
arch=('any')
license=('GPL' 'PerlArtistic')

View File

@ -5,9 +5,9 @@
pkgname=perl-io-string
pkgver=1.08
pkgrel=13
pkgrel=12
pkgdesc="IO::File interface for in-core strings"
arch=(x86_64 powerpc64le)
arch=(x86_64 powerpc64le powerpc)
url="https://search.cpan.org/dist/IO-String"
license=('GPL' 'PerlArtistic')
depends=('perl>=5.10.0')

View File

@ -4,7 +4,7 @@
pkgname=perl-io-tty
pkgver=1.12
pkgrel=10
pkgrel=11
pkgdesc="Provide an interface to TTYs and PTYs"
arch=(x86_64 powerpc64le powerpc)
url="https://search.cpan.org/dist/IO-Tty/"

View File

@ -6,7 +6,7 @@
pkgname='perl-ipc-run3'
_dist=IPC-Run3
pkgver=0.048
pkgrel=8
pkgrel=9
pkgdesc="run a subprocess with input/ouput redirection"
arch=('any')
license=('PerlArtistic' 'GPL')
@ -38,4 +38,3 @@ package() {
unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
}

View File

@ -4,7 +4,7 @@
pkgname=perl-json
pkgver=2.97001
pkgrel=3
pkgrel=2
pkgdesc="JSON (JavaScript Object Notation) encoder/decoder"
arch=('any')
url="https://search.cpan.org/dist/JSON"

View File

@ -5,9 +5,9 @@
pkgname=perl-libintl-perl
pkgver=1.32
pkgrel=1
pkgrel=2
pkgdesc="Perl Module: Localization support"
arch=(x86_64 powerpc64le)
arch=(x86_64 powerpc64le powerpc)
license=('LGPL')
url="https://search.cpan.org/dist/libintl-perl"
depends=('coreutils' 'gettext' 'perl')

View File

@ -3,7 +3,7 @@
pkgname=perl-libwww
pkgver=6.54
pkgrel=1
pkgrel=2
pkgdesc="The World-Wide Web library for Perl"
arch=('any')
url="https://metacpan.org/release/libwww-perl"

View File

@ -3,7 +3,7 @@
pkgname=perl-lingua-en-inflect
pkgver=1.905
pkgrel=1
pkgrel=2
pkgdesc='Convert singular to plural. Select "a" or "an"'
arch=('any')
license=('PerlArtistic')

View File

@ -5,10 +5,10 @@
pkgname=perl-list-moreutils-xs
pkgver=0.430
pkgrel=1
pkgrel=2
pkgdesc="Provide the stuff missing in List::Util"
url='https://search.cpan.org/dist/List-MoreUtils-XS'
arch=(x86_64 powerpc64le)
arch=(x86_64 powerpc64le powerpc)
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=('perl')

View File

@ -5,7 +5,7 @@
pkgname=perl-list-moreutils
pkgver=0.430
pkgrel=1
pkgrel=2
pkgdesc="Provide the stuff missing in List::Util"
arch=('any')
license=('PerlArtistic' 'GPL')

View File

@ -6,7 +6,7 @@
pkgname=perl-locale-gettext
_realname=Locale-gettext
pkgver=1.07
pkgrel=10
pkgrel=11
pkgdesc="Permits access from Perl to the gettext() family of functions"
arch=(x86_64 powerpc64le powerpc)
license=('GPL' 'PerlArtistic')

View File

@ -3,7 +3,7 @@
pkgname=perl-lwp-mediatypes
pkgver=6.02
pkgrel=8
pkgrel=9
pkgdesc="Guess the media type of a file or a URL"
arch=('any')
url="https://metacpan.org/release/LWP-MediaTypes"

View File

@ -3,7 +3,7 @@
pkgname=perl-mailtools
pkgver=2.21
pkgrel=4
pkgrel=5
pkgdesc="Various e-mail related modules"
arch=('any')
url="https://metacpan.org/release/MailTools"

View File

@ -6,7 +6,7 @@
pkgname='perl-mime-charset'
_dist="MIME-Charset"
pkgver='1.012.2'
pkgrel=7
pkgrel=8
pkgdesc="Charset Information for MIME"
arch=('any')
license=('PerlArtistic' 'GPL')

View File

@ -5,7 +5,7 @@
pkgname=perl-module-build
pkgver=0.4231
pkgrel=3
pkgrel=5
pkgdesc="Build, test, and install Perl modules"
arch=('any')
url="https://search.cpan.org/dist/Module-Build"

View File

@ -4,7 +4,7 @@
pkgname=perl-module-pluggable
pkgver=5.2
pkgrel=6
pkgrel=7
pkgdesc='automatically give your module the ability to have plugins'
arch=('any')
license=('PerlArtistic' 'GPL')

View File

@ -5,7 +5,7 @@
pkgname=perl-module-scandeps
_pkgname=Module-ScanDeps
pkgver=1.31
pkgrel=1
pkgrel=2
pkgdesc="Scan file prerequisites"
arch=('any')
license=('PerlArtistic' 'GPL')

View File

@ -4,7 +4,7 @@
pkgname=perl-net-http
pkgver=6.21
pkgrel=1
pkgrel=2
pkgdesc="Low-level HTTP connection (client)"
arch=('any')
url=https://search.cpan.org/dist/Net-HTTP

View File

@ -6,7 +6,7 @@
pkgname=perl-net-ssleay
_cpanname=Net-SSLeay
pkgver=1.90
pkgrel=1
pkgrel=2
pkgdesc='Perl extension for using OpenSSL'
url='https://search.cpan.org/dist/Net-SSLeay/'
arch=(x86_64 powerpc64le powerpc)

View File

@ -6,7 +6,7 @@
pkgname='perl-number-compare'
_dist="Number-Compare"
pkgver=0.03
pkgrel=10
pkgrel=11
pkgdesc="numeric comparisons for human file sizes"
arch=('any')
license=('PerlArtistic' 'GPL')

View File

@ -5,9 +5,9 @@
pkgname=perl-padwalker
_perl_module=PadWalker
pkgver=2.5
pkgrel=1
pkgrel=2
pkgdesc="Play with other peoples' lexical variables"
arch=(x86_64 powerpc64le)
arch=(x86_64 powerpc64le powerpc)
url="https://metacpan.org/release/${_perl_module}"
license=('PerlArtistic' 'GPL')
depends=('perl')

View File

@ -5,7 +5,7 @@
pkgname=perl-par-dist
pkgver=0.51
pkgrel=1
pkgrel=2
pkgdesc="Perl bindings to create and manipulate PAR distributions"
arch=('any')
url="https://search.cpan.org/dist/PAR-Dist/"

View File

@ -4,9 +4,9 @@
pkgname=perl-params-util
pkgver=1.102
pkgrel=1
pkgrel=2
pkgdesc='Simple, compact and correct param-checking functions'
arch=(x86_64 powerpc64le)
arch=(x86_64 powerpc64le powerpc)
url="https://metacpan.org/release/Params-Util"
license=('PerlArtistic' 'GPL')
depends=('perl')

View File

@ -4,7 +4,7 @@
pkgname=perl-parse-recdescent
pkgver=1.967015
pkgrel=3
pkgrel=2
pkgdesc="Recursive descent parser generator"
arch=(any)
url="https://search.cpan.org/dist/Parse-RecDescent"

View File

@ -3,7 +3,7 @@
pkgname=perl-path-tiny
pkgver=0.118
pkgrel=1
pkgrel=2
pkgdesc='File path utility'
arch=(any)
license=(PerlArtistic GPL)

View File

@ -5,7 +5,7 @@
pkgname='perl-pegex'
pkgver=0.70
pkgrel=3
pkgrel=4
pkgdesc="Acmeist PEG Parser Framework"
arch=('any')
license=('PerlArtistic' 'GPL')

View File

@ -3,7 +3,7 @@
pkgname=perl-perl-critic
pkgver=1.140
pkgrel=1
pkgrel=2
pkgdesc="Critique Perl source code for best-practices"
arch=('any')
license=('PerlArtistic')

View File

@ -3,7 +3,7 @@
pkgname=perl-perl-minimumversion
pkgver=1.40
pkgrel=1
pkgrel=2
pkgdesc="Find a minimum required version of perl for Perl code"
arch=('any')
license=('PerlArtistic')

View File

@ -3,7 +3,7 @@
pkgname=perl-perl4-corelibs
pkgver=0.004
pkgrel=6
pkgrel=7
pkgdesc="Libraries historically supplied with Perl 4"
arch=('any')
url="https://metacpan.org/release/Perl4-CoreLibs"

View File

@ -3,9 +3,9 @@
pkgname=perl-pkgconfig-libpkgconf
pkgver=0.11
pkgrel=2
pkgrel=3
pkgdesc="Perl bindings for libpkgconf"
arch=(x86_64 powerpc64le)
arch=(x86_64 powerpc64le powerpc)
license=('PerlArtistic')
url="https://metacpan.org/release/PkgConfig-LibPkgConf"
depends=('perl' 'pkgconf')

View File

@ -3,7 +3,7 @@
pkgname=perl-pkgconfig
pkgver=0.25026
pkgrel=1
pkgrel=2
pkgdesc="Pure-Perl Core-Only replacement for pkg-config"
arch=('any')
license=('PerlArtistic')

View File

@ -3,7 +3,7 @@
pkgname=perl-pod-parser
pkgver=1.63
pkgrel=1
pkgrel=2
pkgdesc="Modules for parsing/translating POD format documents"
arch=('any')
license=('PerlArtistic')

Some files were not shown because too many files have changed in this diff Show More