wok rev 24240

updated perl-mime-types (2.17 -> 2.22)
author Hans-G?nter Theisgen
date Sun Jan 02 07:21:29 2022 +0100 (2022-01-02)
parents 796762f3150a
children 34acc89bf1e5
files perl-mime-types/description.txt perl-mime-types/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-mime-types/description.txt	Sun Jan 02 07:21:29 2022 +0100
     1.3 @@ -0,0 +1,13 @@
     1.4 +MIME types are used in many applications (for instance as part of e-mail
     1.5 +and HTTP traffic) to indicate the type of content which is transmitted or expected.
     1.6 +See RFC2045 at https://www.ietf.org/rfc/rfc2045.txt
     1.7 +
     1.8 +Sometimes detailed knowledge about a mime-type is needed, however this module
     1.9 +only knows about the file name extensions which relate to some filetype.
    1.10 +It can also be used to produce the right format: types which are not registered
    1.11 +at IANA need to use 'x-' prefixes.
    1.12 +
    1.13 +This object administers a huge list of known mime-types, combined from various
    1.14 +sources.
    1.15 +For instance, it contains all IANA types and the knowledge of Apache.
    1.16 +Probably the most complete table on the net!
     2.1 --- a/perl-mime-types/receipt	Sun Jan 02 07:18:58 2022 +0100
     2.2 +++ b/perl-mime-types/receipt	Sun Jan 02 07:21:29 2022 +0100
     2.3 @@ -1,12 +1,13 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="perl-mime-types"
     2.7 -VERSION="2.17"
     2.8 +VERSION="2.22"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Perl extension MIME::Types."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="GPL"
    2.13 -WEB_SITE="https://metacpan.org/release/MIME-Types"
    2.14 +WEB_SITE="https://metacpan.org/pod/MIME::Types"
    2.15 +REPOLOGY="perl:mime-types"
    2.16  
    2.17  SOURCE="MIME-Types"
    2.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    2.19 @@ -32,6 +33,5 @@
    2.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.21  genpkg_rules()
    2.22  {
    2.23 -	mkdir -p $fs/usr
    2.24 -	cp -a $install/usr/lib	$fs/usr
    2.25 +	cook_copy_folders	lib
    2.26  }