From 867ea14d2892f894205ba2d8a36ab8bc1b1e3456 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sun, 8 Jan 2023 04:25:57 +0300 Subject: [PATCH] perl-XML-Twig --- .../language/perl/perl-XML-Twig/actions.py | 21 +++++++ .../language/perl/perl-XML-Twig/pspec.xml | 56 +++++++++++++++++++ 2 files changed, 77 insertions(+) create mode 100644 programming/language/perl/perl-XML-Twig/actions.py create mode 100644 programming/language/perl/perl-XML-Twig/pspec.xml 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 + + +