Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_IO_HTML
bool "perl-io-html"
help
Perl module that opens a file and performs automatic charset detection
https://github.com/madsen/io-html

View File

@@ -0,0 +1,3 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 3f8958718844dc96b9f6946f21d70d22 IO-HTML-1.001.tar.gz
sha256 ea78d2d743794adc028bc9589538eb867174b4e165d7d8b5f63486e6b828e7e0 IO-HTML-1.001.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# perl-io-html
#
################################################################################
PERL_IO_HTML_VERSION = 1.001
PERL_IO_HTML_SOURCE = IO-HTML-$(PERL_IO_HTML_VERSION).tar.gz
PERL_IO_HTML_SITE = $(BR2_CPAN_MIRROR)/authors/id/C/CJ/CJM
PERL_IO_HTML_LICENSE = Artistic or GPLv1+
PERL_IO_HTML_LICENSE_FILES = LICENSE
$(eval $(perl-package))