From 41995e4b5bb509518c2dfff5e6fc1f756dbb13c7 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 11 Jan 2020 19:20:53 +0000 Subject: [PATCH] perl-IO-HTML:first release --- .../language/perl/perl-IO-HTML/actions.py | 24 ++++++++++ .../language/perl/perl-IO-HTML/pspec.xml | 45 +++++++++++++++++++ .../perl/perl-IO-HTML/translations.xml | 8 ++++ 3 files changed, 77 insertions(+) create mode 100644 programming/language/perl/perl-IO-HTML/actions.py create mode 100644 programming/language/perl/perl-IO-HTML/pspec.xml create mode 100644 programming/language/perl/perl-IO-HTML/translations.xml diff --git a/programming/language/perl/perl-IO-HTML/actions.py b/programming/language/perl/perl-IO-HTML/actions.py new file mode 100644 index 0000000000..4c14ce4f07 --- /dev/null +++ b/programming/language/perl/perl-IO-HTML/actions.py @@ -0,0 +1,24 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import perlmodules +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION()) + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + perlmodules.make("test") + +def install(): + perlmodules.install() + pisitools.dodoc("LICENSE","README") diff --git a/programming/language/perl/perl-IO-HTML/pspec.xml b/programming/language/perl/perl-IO-HTML/pspec.xml new file mode 100644 index 0000000000..ed1a7d8ca9 --- /dev/null +++ b/programming/language/perl/perl-IO-HTML/pspec.xml @@ -0,0 +1,45 @@ + + + + + perl-IO-HTML + https://metacpan.org/pod/IO::HTML + + Blue Devil + bluedevil@sctzine.com + + Artistic + GPLv2 + programming.language.perl + library + IO::HTML Opens an HTML file with automatic charset detection + IO::HTML provides an easy way to open a file containing HTML while automatically determining its encoding. + https://cpan.metacpan.org/authors/id/C/CJ/CJM/IO-HTML-1.001.tar.gz + + perl + + + + perl-IO-HTML + IO::HTML Opens an HTML file with automatic charset detection + + perl + + + /usr/share/doc + /usr/share/man + /usr/lib + /usr/share + + + + + + 2020-01-11 + 1.001 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + diff --git a/programming/language/perl/perl-IO-HTML/translations.xml b/programming/language/perl/perl-IO-HTML/translations.xml new file mode 100644 index 0000000000..38b1561602 --- /dev/null +++ b/programming/language/perl/perl-IO-HTML/translations.xml @@ -0,0 +1,8 @@ + + + + perl-IO-HTML + IO::HTML bir HTML dosyasını otomatik karakter seti tespiti ile açar. + perl-IO-HTML, HTML içeren dosyayı açarken otomatik karakter seti sunarak açmayı kolaylaştıran bir yol sunar. + +