# HG changeset patch # User Hans-G?nter Theisgen # Date 1641104489 -3600 # Node ID 0f0cae65784abe7694681ee95ae2b29e828f941c # Parent 796762f3150adb087b70bbfb69095ba35836a445 updated perl-mime-types (2.17 -> 2.22) diff -r 796762f3150a -r 0f0cae65784a perl-mime-types/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-mime-types/description.txt Sun Jan 02 07:21:29 2022 +0100 @@ -0,0 +1,13 @@ +MIME types are used in many applications (for instance as part of e-mail +and HTTP traffic) to indicate the type of content which is transmitted or expected. +See RFC2045 at https://www.ietf.org/rfc/rfc2045.txt + +Sometimes detailed knowledge about a mime-type is needed, however this module +only knows about the file name extensions which relate to some filetype. +It can also be used to produce the right format: types which are not registered +at IANA need to use 'x-' prefixes. + +This object administers a huge list of known mime-types, combined from various +sources. +For instance, it contains all IANA types and the knowledge of Apache. +Probably the most complete table on the net! diff -r 796762f3150a -r 0f0cae65784a perl-mime-types/receipt --- a/perl-mime-types/receipt Sun Jan 02 07:18:58 2022 +0100 +++ b/perl-mime-types/receipt Sun Jan 02 07:21:29 2022 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="perl-mime-types" -VERSION="2.17" +VERSION="2.22" CATEGORY="development" SHORT_DESC="Perl extension MIME::Types." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/MIME-Types" +WEB_SITE="https://metacpan.org/pod/MIME::Types" +REPOLOGY="perl:mime-types" SOURCE="MIME-Types" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -32,6 +33,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 }