wok rev 24239
updated perl-mime-lite (3.031 -> 3.033)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jan 02 07:18:58 2022 +0100 (2022-01-02) |
parents | 1cd78f74c2f3 |
children | 0f0cae65784a |
files | perl-mime-lite/description.txt perl-mime-lite/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-mime-lite/description.txt Sun Jan 02 07:18:58 2022 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +In the never-ending quest for great taste with fewer calories, 1.5 +we proudly present: MIME::Lite. 1.6 + 1.7 +MIME::Lite is intended as a simple, standalone module for generating 1.8 +(not parsing!) MIME messages... specifically, it allows you to output 1.9 +a simple, decent single- or multi-part message with text or binary 1.10 +attachments. 1.11 +It does not require that you have the Mail:: or MIME:: modules installed, 1.12 +but will work with them if they are. 1.13 + 1.14 +You can specify each message part as either the literal data itself 1.15 +(in a scalar or array), or as a string which can be given to open() 1.16 +to get a readable filehandle (e.g., "<filename" or "somecommand|"). 1.17 + 1.18 +You don't need to worry about encoding your message data: 1.19 +this module will do that for you. 1.20 +It handles the 5 standard MIME encodings.
2.1 --- a/perl-mime-lite/receipt Sun Jan 02 07:16:25 2022 +0100 2.2 +++ b/perl-mime-lite/receipt Sun Jan 02 07:18:58 2022 +0100 2.3 @@ -1,12 +1,13 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="perl-mime-lite" 2.7 -VERSION="3.031" 2.8 +VERSION="3.033" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Perl extension MIME::Lite." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="GPL" 2.13 -WEB_SITE="https://metacpan.org/release/MIME-Lite" 2.14 +WEB_SITE="https://metacpan.org/pod/MIME::Lite" 2.15 +REPOLOGY="perl:mime-lite" 2.16 2.17 SOURCE="MIME-Lite" 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 }