diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,18 @@ +name : perl-io-html +version : 1.001 +release : 1 +source : + - https://cpan.metacpan.org/authors/id/C/CJ/CJM/IO-HTML-1.001.tar.gz : ea78d2d743794adc028bc9589538eb867174b4e165d7d8b5f63486e6b828e7e0 +license : Artistic-1.0-Perl +summary : Perl HTTP Message Module +summary : IO::HTML - Open an HTML file with automatic charset detection +description: | + This module opens a file and performs automatic charset detection based on the HTML5 algorithm. You can then pass the filehandle to HTML::Parser or a related module (or just read it yourself). +setup : | + %perl_setup +build : | + %perl_build +install : | + %perl_install +check : | + %perl_build test diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,34 @@ + + + perl-io-html + + Simon Friend + simbiotiqu@gmail.com + + Artistic-1.0-Perl + IO::HTML - Open an HTML file with automatic charset detection + This module opens a file and performs automatic charset detection based on the HTML5 algorithm. You can then pass the filehandle to HTML::Parser or a related module (or just read it yourself). + + https://solus-project.com/sources/README.Solus + + + perl-io-html + IO::HTML - Open an HTML file with automatic charset detection + This module opens a file and performs automatic charset detection based on the HTML5 algorithm. You can then pass the filehandle to HTML::Parser or a related module (or just read it yourself). + + + /usr/lib64/perl5/vendor_perl/5.26/IO/HTML.pm + /usr/lib64/perl5/vendor_perl/5.26/x86_64-linux-thread-multi/auto/IO/HTML/.packlist + /usr/share/man + + + + + 2018-02-17 + 1.001 + Packaging update + Simon Friend + simbiotiqu@gmail.com + + + \ No newline at end of file