From 12a0dafbaa1677b15138757d04ecb0fcc57a810a Mon Sep 17 00:00:00 2001 From: davehome Date: Thu, 14 Jul 2011 11:33:28 -0600 Subject: [PATCH 1/2] New package: perl-WWW-RobotRules-6.01. --- srcpkgs/perl-WWW-RobotRules/template | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 srcpkgs/perl-WWW-RobotRules/template diff --git a/srcpkgs/perl-WWW-RobotRules/template b/srcpkgs/perl-WWW-RobotRules/template new file mode 100644 index 00000000000..2587da892ab --- /dev/null +++ b/srcpkgs/perl-WWW-RobotRules/template @@ -0,0 +1,26 @@ +# Template build file for 'perl-WWW-RobotRules'. +pkgname=perl-WWW-RobotRules +version=6.01 +wrksrc="WWW-RobotRules-$version" +distfiles="${CPAN_SITE}/WWW/WWW-RobotRules-$version.tar.gz" +build_style=perl_module +short_desc="WWW::RobotRules - database of robots.txt-derived permissions" +maintainer="davehome " +homepage="http://search.cpan.org/~gaas/WWW-RobotRules-6.01/lib/WWW/RobotRules.pm" +license="GPL-2" +checksum=f817e3e982c9d869c7796bcb5737c3422c2272355424acd162d0f3b132bec9d3 +long_desc=" + This module parses /robots.txt files as specified in + A Standard for Robot Exclusion, at http://www.robotstxt.org/wc/norobots.html + Webmasters can use the /robots.txt file to forbid conforming robots from + accessing parts of their web site. + + The parsed files are kept in a WWW::RobotRules object, and this object + provides methods to check if access to a given URL is prohibited. The same + WWW::RobotRules object can be used for one or more parsed /robots.txt files + on any number of hosts." + +noarch=yes + +Add_dependency full perl-URI +Add_dependency full perl From 4a6f51d4428f64d42c3eaaba6b0318cde1f31fa4 Mon Sep 17 00:00:00 2001 From: davehome Date: Thu, 14 Jul 2011 11:49:39 -0600 Subject: [PATCH 2/2] New package: perl-LWP-6.02 (libwww-perl). --- srcpkgs/perl-LWP/template | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 srcpkgs/perl-LWP/template diff --git a/srcpkgs/perl-LWP/template b/srcpkgs/perl-LWP/template new file mode 100644 index 00000000000..8b4d46558f0 --- /dev/null +++ b/srcpkgs/perl-LWP/template @@ -0,0 +1,36 @@ +# Template build file for 'perl-LWP'. +pkgname=perl-LWP +version=6.02 +wrksrc="libwww-perl-$version" +distfiles="${CPAN_SITE}/LWP/libwww-perl-$version.tar.gz" +build_style=perl_module +short_desc="LWP - The World-Wide Web library for Perl (libwww-perl)" +maintainer="davehome " +homepage="http://search.cpan.org/~gaas/libwww-perl-6.02/lib/LWP.pm" +license="GPL-2" +checksum=b5193e9e2eb2fa6ff8b7d4d22ec4e9010706f65b6042e86cc537d7f2f362c232 +long_desc=" + The libwww-perl collection is a set of Perl modules which provides a simple + and consistent application programming interface (API) to the World-Wide Web. + The main focus of the library is to provide classes and functions that allow + you to write WWW clients. The library also contain modules that are of more + general use and even classes that help you implement simple HTTP servers. + + Most modules in this library provide an object oriented API. The user agent, + requests sent and responses received from the WWW server are all represented + by objects. This makes a simple and powerful interface to these services. The + interface is easy to extend and customize for your own needs." + +noarch=yes + +Add_dependency full perl-URI +Add_dependency full perl-LWP-MediaTypes +Add_dependency full perl-Encode-Locale +Add_dependency full perl-HTTP-Message +Add_dependency full perl-File-Listing +Add_dependency full perl-HTTP-Negotiate +Add_dependency full perl-HTTP-Daemon +Add_dependency full perl-Net-HTTP +Add_dependency full perl-HTTP-Cookies +Add_dependency full perl-WWW-RobotRules +Add_dependency full perl