wok rev 24270

updated perl-xml-writer (0.625 -> 0.900)
author Hans-G?nter Theisgen
date Sun Jan 02 10:39:58 2022 +0100 (2022-01-02)
parents efb724a8e25a
children 9463e45f65dc
files perl-xml-writer/description.txt perl-xml-writer/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-xml-writer/description.txt	Sun Jan 02 10:39:58 2022 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +XML::Writer is a helper module for Perl programs that write an XML document.
     1.5 +The module handles all escaping for attribute values and character data and
     1.6 +constructs different types of markup, such as tags, comments, and processing
     1.7 +instructions.
     1.8 +
     1.9 +By default, the module performs several well-formedness checks to catch
    1.10 +errors during output.
    1.11 +This behaviour can be extremely useful during development and debugging,
    1.12 +but it can be turned off for production-grade code.
    1.13 +
    1.14 +The module can operate either in regular mode in or Namespace processing mode.
    1.15 +In Namespace mode, the module will generate Namespace Declarations itself,
    1.16 +and will perform additional checks on the output.
    1.17 +
    1.18 +Additional support is available for a simplified data mode with no mixed
    1.19 +content: newlines are automatically inserted around elements and elements
    1.20 +can optionally be indented based as their nesting level.
     2.1 --- a/perl-xml-writer/receipt	Sun Jan 02 10:37:59 2022 +0100
     2.2 +++ b/perl-xml-writer/receipt	Sun Jan 02 10:39:58 2022 +0100
     2.3 @@ -1,12 +1,13 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="perl-xml-writer"
     2.7 -VERSION="0.625"
     2.8 +VERSION="0.900"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Perl extension XML::Writer."
    2.11  MAINTAINER="slaxemulator@gmail.com"
    2.12  LICENSE="GPL"
    2.13 -WEB_SITE="https://metacpan.org/release/XML-Writer/"
    2.14 +WEB_SITE="https://metacpan.org/pod/XML::Writer"
    2.15 +REPOLOGY="perl:xml-writer"
    2.16  
    2.17  SOURCE="XML-Writer"
    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  }