# HG changeset patch # User Hans-G?nter Theisgen # Date 1641116132 -3600 # Node ID bcb3ff2f24ce854405d06fb30ee55e9b7c1cf408 # Parent 00eba47b30479905e0209b3b88631509a1d4a0ec updated perl-uri (1.76 -> 5.10) diff -r 00eba47b3047 -r bcb3ff2f24ce perl-uri/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-uri/description.txt Sun Jan 02 10:35:32 2022 +0100 @@ -0,0 +1,20 @@ +This module implements the URI class. +Objects of this class represent "Uniform Resource Identifier references" as +specified in RFC 2396 (and updated by RFC 2732). + +A Uniform Resource Identifier is a compact string of characters that +identifies an abstract or physical resource. +A Uniform Resource Identifier can be further classified as either a +Uniform Resource Locator (URL) or a Uniform Resource Name (URN). +The distinction between URL and URN does not matter to the URI class interface. +A "URI-reference" is a URI that may have additional information attached in +the form of a fragment identifier. + +An absolute URI reference consists of three parts: a scheme, a scheme-specific +part and a fragment identifier. +A subset of URI references share a common syntax for hierarchical namespaces. +For these, the scheme-specific part is further broken down into authority, +path and query components. +These URIs can also take the form of relative URI references, where the scheme +(and usually also the authority) component is missing, but implied by the +context of the URI reference. diff -r 00eba47b3047 -r bcb3ff2f24ce perl-uri/receipt --- a/perl-uri/receipt Sun Jan 02 10:33:22 2022 +0100 +++ b/perl-uri/receipt Sun Jan 02 10:35:32 2022 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="perl-uri" -VERSION="1.76" +VERSION="5.10" CATEGORY="development" SHORT_DESC="Perl extensions URI::Escape, URI::File, URI::ldap and URI::URL." MAINTAINER="erjo@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/URI" +WEB_SITE="https://metacpan.org/pod/URI" +REPOLOGY="perl:uri" SOURCE="URI" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -33,6 +34,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cook_copy_folders lib }