diff --git a/programming/language/perl/perl-XML-Twig/actions.py b/programming/language/perl/perl-XML-Twig/actions.py new file mode 100644 index 0000000000..c0a988e066 --- /dev/null +++ b/programming/language/perl/perl-XML-Twig/actions.py @@ -0,0 +1,21 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import perlmodules, pisitools + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + perlmodules.make("test") + +def install(): + perlmodules.install() + + pisitools.dodoc("Changes") diff --git a/programming/language/perl/perl-XML-Twig/pspec.xml b/programming/language/perl/perl-XML-Twig/pspec.xml new file mode 100644 index 0000000000..76b962a10e --- /dev/null +++ b/programming/language/perl/perl-XML-Twig/pspec.xml @@ -0,0 +1,56 @@ + + + + + perl-XML-Twig + https://metacpan.org/pod/XML::Twig + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + A perl module for processing huge XML documents in tree mode. + + This module provides a way to process XML documents. It is build on top of XML::Parser. XML::Twig offers a tree interface to the document, while allowing you to output the parts of it that have been completely processed. It allows minimal resource (CPU and memory) usage by building the tree only for the parts of the documents that need actual processing, through the use of the twig_roots and twig_print_outside_roots options. + + + https://cpan.metacpan.org/authors/id/M/MI/MIROD/XML-Twig-3.52.tar.gz + + + perl + perl-IO-stringy + perl-XML-Simple + perl-Text-Iconv + perl-HTML-Parser + perl-Unicode-Map8 + perl-XML-SAX-Writer + perl-Unicode-String + + + + + perl-XML-Twig + + perl + perl-XML-Parser + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + + + + + + 2023-01-08 + 3.52 + First build. + fury + uglyside@yandex.ru + + +