debian/0000755000000000000000000000000012226610243007164 5ustar debian/patches/0000755000000000000000000000000012226607745010630 5ustar debian/patches/pod_altavista.patch0000644000000000000000000000172012226607745014503 0ustar Description: fix two pod errors in WWW::Search::AltaVista "Around line 33: Non-ASCII character seen before =encoding..." Author: Florian Schlichting Forwarded: --- a/altavista/lib/WWW/Search/AltaVista/Intranet.pm +++ b/altavista/lib/WWW/Search/AltaVista/Intranet.pm @@ -31,6 +31,8 @@ you must tell AVI how to interpret 8-bit characters. Add an option for 'enc' to the native_query() call: +=encoding ISO8859-1 + $oSearch->native_query(WWW::Search::escape_query('Zürich'), { 'enc' => 'iso88591'}, ); --- a/altavista/lib/WWW/Search/AltaVista/Intranet3.pm +++ b/altavista/lib/WWW/Search/AltaVista/Intranet3.pm @@ -30,6 +30,8 @@ you must tell AVI how to interpret 8-bit characters. Add an option for 'enc' to the native_query() call: +=encoding ISO8859-1 + $oSearch->native_query(WWW::Search::escape_query('Zürich'), { 'enc' => 'iso88591'}, ); debian/patches/series0000644000000000000000000000013712226607745012046 0ustar pagesjeunes.patch pod.patch man.patch all_from.patch pod_altavista.patch pod_pagesjaunes.patch debian/patches/pagesjeunes.patch0000644000000000000000000000112312206633175014151 0ustar Author: Nicholas Bamber Subject: Do not prompt for network access Last-Update: 2011-10-11 Forwarded: no --- a/pagesjaunes/t/02search.t +++ b/pagesjaunes/t/02search.t @@ -1,11 +1,19 @@ -use Test; -BEGIN { plan tests => 5 } +use Test::More; +#BEGIN { plan tests => 5 } use WWW::Search::Pagesjaunes; my $pj = WWW::Search::Pagesjaunes->new(); $pj->{ua}->agent("test".time); +if ($ENV{TEST_NETWORK}) { + plan tests => 5; +} +else { + plan skip_all => "no network"; +} + + $pj->find( nom => "palais de l'elysée", localite => "paris"); my $r = $pj->results; debian/patches/all_from.patch0000644000000000000000000000047412226607745013451 0ustar Author: Nicholas Bamber Subject: Makefile.PL was looking for version in AltaVista Turned off recursion Forwarded: not-needed Last-Updated: 2011-10-25 --- a/Makefile.PL +++ b/Makefile.PL @@ -97,6 +97,7 @@ } # if postamble $ret; +makemaker_args(NORECURS=>1); WriteAll; use Env; debian/patches/pod_pagesjaunes.patch0000644000000000000000000000134012226607745015016 0ustar Description: fix two pod errors (missing =encoding statement before non-ASCII characters) Author: Florian Schlichting Forwarded: --- a/pagesjaunes/lib/WWW/Search/Pagesjaunes.pm +++ b/pagesjaunes/lib/WWW/Search/Pagesjaunes.pm @@ -323,6 +323,8 @@ =item departement / district +=encoding ISO8859-1 + Name or number of the Département or Région you're searching in. =back --- a/pagesjaunes/pagesjaunes +++ b/pagesjaunes/pagesjaunes @@ -166,6 +166,8 @@ available at the following URL: L +=encoding ISO8859-1 + This script is Copyright (C) 2002, Briac Pilpré This script is free software; you can redistribute it or modify it under debian/patches/man.patch0000644000000000000000000000062712206633175012423 0ustar Author: Nicholas Bamber Subject: have removed .pl from script name Last-Updated: 2011-10-12 Forwarded: not-needed --- a/googlism/bin/googlism.pl +++ b/googlism/bin/googlism.pl @@ -6,11 +6,11 @@ =head1 NAME -googlism.pl - Search Googlism.com +googlism - Search Googlism.com =head1 SYNOPSIS -B query [ type ] +B query [ type ] =head1 DESCRIPTION debian/patches/pod.patch0000644000000000000000000000143712226607745012440 0ustar Author: Nicholas Bamber Subject: pod errors Last-Updated: 20111011 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=89438 --- a/jobserve/lib/WWW/Search/Jobserve.pm +++ b/jobserve/lib/WWW/Search/Jobserve.pm @@ -233,8 +233,6 @@ =head1 OPTIONS -=over - Parameters Available: F @@ -243,6 +241,8 @@ F F +=over + =item Job Category Job Categories must be specified by setting C @@ -299,7 +299,7 @@ The search defaults to C -=item +=item Invocation Invoke all parameters like so: @@ -349,4 +349,4 @@ =cut -##################################################################### \ No newline at end of file +##################################################################### debian/watch0000644000000000000000000000044312206633175010225 0ustar version=3 # this catches only the "primary" module of this package # deal with 3/4-digit upstream versions opts="uversionmangle=s/(\.\d\d)(\d)$/${1}.${2}0/;s/(\.\d\d)(\d\d)$/${1}.${2}/" \ https://metacpan.org/release/WWW-Search/ .+/WWW-Search-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000001024012226607745011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: WWW-Search Upstream-Contact: Martin Thurn Source: https://metacpan.org/release/WWW-Search/ Files: * Copyright: 1996-1997, University of Southern California License: USC Files: inc/Module/* Copyright: 2002-2011, Adam Kennedy 2002-2011, Audrey Tang 2002-2011, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 1996, 1999, Michael Alan Dorman 1999, Richard Braakman 2001, 2002, 2004, Scott M. Dier 2002, Don Armstrong 2009, Ryan Niebur 2011-2012, Nicholas Bamber License: Artistic or GPL-1+ Files: altavista/* Copyright: 1996-1998, University of Southern California License: USC Files: altavista/inc/Module/* Copyright: 2002-2011, Adam Kennedy 2002-2011, Audrey Tang 2002-2011, Brian Ingerson License: Artistic or GPL-1+ Files: altavista/lib/WWW/Search/AltaVista/AdvancedWeb.pm Copyright: 1999, Jim Smyser & USC/ISI 1996, University of Southern California. License: USC Files: altavista/lib/WWW/Search/AltaVista/NL.pm Copyright: 2001, Different Soft 1996-1998 University of Southern California. License: USC Files: pagesjeunes/* Copyright: 2002, Briac Pilpré License: Artistic or GPL-1+ Files: yahoo/* Copyright: 1998-2009, Martin 'Kingpin' Thurn License: Artistic or GPL-1+ Files: yahoo/inc/Module/* Copyright: 2002-2011, Adam Kennedy 2002-2011, Audrey Tang 2002-2011, Brian Ingerson License: Artistic or GPL-1+ Files: ebay/* Copyright: 1998-2009, Martin 'Kingpin' Thurn License: Artistic or GPL-1+ Files: ebay/inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: googlism/* Copyright: 2002, xern License: Artistic Files: jobserve/* Copyright: 2003, Andy Pritchard License: Artistic or GPL-1+ Files: news/* Copyright: 1998-2009, Martin 'Kingpin' Thurn License: Artistic or GPL-1+ Files: news/inc/Module/* Copyright: 2002-2011, Adam Kennedy 2002-2011, Audrey Tang 2002-2011, Brian Ingerson License: Artistic or GPL-1+ Files: firstgov/* Copyright: Dennis Sutch, License: Artistic or GPL-1+ Files: lycos/* Copyright: 1996-1998, USC/ISI License: Artistic or GPL-1+ Files: lycos/inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ License: USC Redistribution and use in source and binary forms are permitted provided that the above copyright notice and this paragraph are duplicated in all such forms and that any documentation, advertising materials, and other materials related to such distribution and use acknowledge that the software was developed by the University of Southern California, Information Sciences Institute. The name of the University may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/update.sh0000755000000000000000000000617512226607745011033 0ustar #!/bin/sh set -e DESTDIR=${DESTDIR:-..} MODULE=WWW-Search PACKAGE=libwww-search-perl VERSION=2.51.30 EBAY_VERS=`cat debian/components/ebay/version` ALTAVISTA_VERS=`cat debian/components/altavista/version` FIRSTGOV_VERS=`cat debian/components/firstgov/version` GOOGLISM_VERS=`cat debian/components/googlism/version` JOBSERVE_VERS=`cat debian/components/jobserve/version` LYCOS_VERS=`cat debian/components/lycos/version` NEWS_VERS=`cat debian/components/news/version` PAGESJAUNES_VERS=`cat debian/components/pagesjaunes/version` YAHOO_VERS=`cat debian/components/yahoo/version` FD=--force-download NS=--no-symlink RE=--rename DD="--destdir ${DESTDIR}" RS=--report-status DC=-"-watch debian/components" US=--upstream-version if [ $1 ] then echo update; rm -f ${DESTDIR}/${MODULE}*.tar.gz uscan ${FD} ${RE} ${DD} && true; uscan ${DC}/ebay/watch ${FD} ${NS} ${DD} ${US} ${EBAY_VERS} && true; uscan ${DC}/altavista/watch ${FD} ${NS} ${DD} ${US} ${ALTAVISTA_VERS} && true; uscan ${DC}/firstgov/watch ${FD} ${NS} ${DD} ${US} ${FIRSTGOV_VERS} && true; uscan ${DC}/googlism/watch ${FD} ${NS} ${DD} ${US} ${GOOGLISM_VERS} && true; uscan ${DC}/jobserve/watch ${FD} ${NS} ${DD} ${US} ${JOBSERVE_VERS} && true; uscan ${DC}/lycos/watch ${FD} ${NS} ${DD} ${US} ${LYCOS_VERS} && true; uscan ${DC}/news/watch ${FD} ${NS} ${DD} ${US} ${NEWS_VERS} && true; uscan ${DC}/pagesjaunes/watch ${FD} ${NS} ${DD} ${US} ${PAGESJAUNES_VERS} && true; uscan ${DC}/yahoo/watch ${FD} ${NS} ${DD} ${US} ${YAHOO_VERS} && true; cd ${DESTDIR} EBAY=`ls ${MODULE}-Ebay*.tar.gz` mv ${EBAY} ${PACKAGE}_${VERSION}.orig-ebay.tar.gz ALTAVISTA=`ls ${MODULE}-AltaVista*.tar.gz` mv ${ALTAVISTA} ${PACKAGE}_${VERSION}.orig-altavista.tar.gz FIRSTGOV=`ls ${MODULE}-FirstGov*.tar.gz` mv ${FIRSTGOV} ${PACKAGE}_${VERSION}.orig-firstgov.tar.gz PAGESJAUNES=`ls ${MODULE}-Pagesjaunes*.tar.gz` mv ${PAGESJAUNES} ${PACKAGE}_${VERSION}.orig-pagesjaunes.tar.gz NEWS=`ls ${MODULE}-News*.tar.gz` mv ${NEWS} ${PACKAGE}_${VERSION}.orig-news.tar.gz LYCOS=`ls ${MODULE}-Lycos*.tar.gz` mv ${LYCOS} ${PACKAGE}_${VERSION}.orig-lycos.tar.gz JOBSERVE=`ls ${MODULE}-Jobserve*.tar.gz` mv ${JOBSERVE} ${PACKAGE}_${VERSION}.orig-jobserve.tar.gz YAHOO=`ls ${MODULE}-Yahoo*.tar.gz` mv ${YAHOO} ${PACKAGE}_${VERSION}.orig-yahoo.tar.gz GOOGLISM=`ls ${MODULE}-Googlism*.tar.gz` mv ${GOOGLISM} ${PACKAGE}_${VERSION}.orig-googlism.tar.gz cd - else echo report; uscan ${RS} && true; uscan ${DC}/ebay/watch ${RS} ${DD} ${US} ${EBAY_VERS} && true; uscan ${DC}/altavista/watch ${RS} ${DD} ${US} ${ALTAVISTA_VERS} && true; uscan ${DC}/firstgov/watch ${RS} ${DD} ${US} ${FIRSTGOV_VERS} && true; uscan ${DC}/googlism/watch ${RS} ${DD} ${US} ${GOOGLISM_VERS} && true; uscan ${DC}/jobserve/watch ${RS} ${DD} ${US} ${JOBSERVE_VERS} && true; uscan ${DC}/lycos/watch ${RS} ${DD} ${US} ${LYCOS_VERS} && true; uscan ${DC}/news/watch ${RS} ${DD} ${US} ${NEWS_VERS} && true; uscan ${DC}/pagesjaunes/watch ${RS} ${DD} ${US} ${PAGESJAUNES_VERS} && true; uscan ${DC}/yahoo/watch ${RS} ${DD} ${US} ${YAHOO_VERS} && true; fi debian/control0000644000000000000000000000322312206633175010576 0ustar Source: libwww-search-perl Maintainer: Debian Perl Group Uploaders: Ryan Niebur , Nicholas Bamber Section: perl Priority: optional Build-Depends: debhelper (>= 9), pkg-components (>= 0.5), libdate-manip-perl, libfile-slurp-perl, libhtml-parser-perl, libhtml-tree-perl, libwww-perl, liburi-perl, libuser-perl, libbit-vector-perl, libtest-pod-perl, libtest-pod-coverage-perl, libio-capture-perl, libtest-file-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libwww-search-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libwww-search-perl.git Homepage: https://metacpan.org/release/WWW-Search Package: libwww-search-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdate-manip-perl, libfile-slurp-perl, libwww-perl, libhtml-parser-perl, liburi-perl, libuser-perl, libhtml-tree-perl, ${altavista:Depends}, ${lycos:Depends}, ${news:Depends}, ${yahoo:Depends}, ${ebay:Depends}, ${pagesjaunes:Depends} Recommends: libemail-send-perl, libemail-mime-perl Description: Perl modules which provide an API to WWW search engines WWW::Search is a collection of Perl modules which provide an API to various WWW search engines. The list changes too frequently to keep up to date. debian/compat0000644000000000000000000000000212206633175010371 0ustar 9 debian/changelog0000644000000000000000000001664512226610220011045 0ustar libwww-search-perl (2.51.30-1) unstable; urgency=low * Team upload [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Florian Schlichting ] * Import Upstream version 2.51.30 + Bump years of included Module::Install copyright * Update WWW-Search-Ebay to 3.031 + Bump years of included Module::Install copyright * Update WWW-Search-Lycos to 2.224 + Bump years of included Module::Install copyright * Refreshed all_from.patch, forwarded pod.patch * Switch components to metacpan.org-based URIs * Update package version in update.sh * New patches to fix POD errors: pod_altavista.patch, pod_pagesjaunes.patch -- Florian Schlichting Sun, 13 Oct 2013 23:28:36 +0200 libwww-search-perl (2.50.80-2) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Nicholas Bamber ] * Updated debian/copyright and debian/components/copyright.in * Corrected Files clause in debian/components/firstgov/copyright * Set minimum pkg-components to 0.5 for DEP-5 format * Raised standards version to 3.9.4 * Raised compat level and debhelper version to 9 * Removed unused lintian override -- Nicholas Bamber Thu, 13 Dec 2012 09:58:03 +0000 libwww-search-perl (2.50.80-1) unstable; urgency=low [ gregor herrmann ] * Remove Conflicts:/Replaces:/Provides: www-search. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Nicholas Bamber ] * Added myself to Uploaders * Converting to use pkg-components * Updating debhelper and compat to 8 * Raised standards version to 3.9.2 * Email change: Ryan Niebur -> ryan@debian.org * Updated debian/copyright and debian/rules * Updated Ebay and Pagesjanunes components -- Nicholas Bamber Wed, 02 Nov 2011 21:34:07 +0000 libwww-search-perl (2.50.70.debian.2) unstable; urgency=low [ Ryan Niebur ] * updated WWW-Search-News * updated copyright * remove lintian override, no longer the latest * fix to the test system * DEB_BUILD_OPTIONS is space separated, not comma separated. fix make- modules.sh. thanks to Peter Pentchev for tell me. * update WWW-Search-Ebay to 3.011 [ Nathan Handler ] * debian/watch: Update to ignore development releases. -- Ryan Niebur Sat, 06 Jun 2009 14:38:50 -0700 libwww-search-perl (2.50.70.debian.1) unstable; urgency=low * Take over for the Debian Perl Group; Closes: #519344 -- RFA * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); ${misc:Depends} to Depends: field. Changed: Maintainer set to Debian Perl Group (was: Scott M. Dier ); Scott M. Dier moved to Uploaders. * Add debian/watch. * remove WWW-Search-Google and WWW-Search-HotBot, which are broken/gone * redo stuff based on libcatalyst-modules-perl * change Uploaders to me * update WWW-Search, WWW-Search-AltaVista, WWW-Search-Ebay, WWW- Search-Lycos, WWW-Search-News, WWW-Search-Pagesjaunes, and WWW- Search-Yahoo * debhelper 7 (Closes: #395716) * Debian Policy 3.8.1 * update dependencies * update section and priority * fix short description * fix lintian warnings * updated copyright -- Ryan Niebur Sat, 02 May 2009 14:14:23 -0700 libwww-search-perl (2.46-1) unstable; urgency=low * WWW::Search::Altavista upgraded to version 2.13. * WWW::Search::Ebay upgraded to version 2.18. * WWW::Search::Google upgraded to version 0.21. * WWW::Search::Hotbot upgraded to version 2.29. * WWW::Search::Lycos upgraded to version 2.21. * WWW::Search::News upgraded to version 1.05. * Removed WWW::Search::Excite, no longer maintained. * Removed WWW::Search::Opendirectory, no longer maintained. * Removed WWW::Search::YahooNews, doesn't work at the moment. * Removed WWW::Search::Backends, README says they aren't maintained. * Added WWW::Search::Firstgov. * Added WWW::Search::Googlism. * Added WWW::Search::Jobserve. * Added WWW::Search::Pagesjaunes. -- Scott M. Dier Mon, 12 Jan 2004 22:29:50 -0600 libwww-search-perl (2.37-1) unstable; urgency=low * Discontinued WWW-Search-Jobs support, I suggest looking into libwww-search-scraper-perl which seems to keep better support for these engines at the moment. (This one also depended on Scraper) Don Armstrong had packaged this, but theres a missing dependency in Debian right now. * Thanks a *ton* to Don Armstrong for giving me a big update package. -- Scott M. Dier Sun, 3 Nov 2002 18:22:22 -0600 libwww-search-perl (2.37-0.1) unstable; urgency=low * New upstream release (closes: #159494) * Added new SOAP based WWW::Search::Google to recitfy problems the blootbots apt and apt2 were having in #debian on FN. [This breaks older usage of WWW::Search::Google unless you have a API key. Use WWW::Search::Scrapper::Google instead if this is a problem.] -- Don Armstrong Sun, 3 Nov 2002 16:46:51 -0500 libwww-search-perl (2.24-3) unstable; urgency=low * Adopted (didn't notice it was in WNPP cause it wasn't owned by qa@ Closes: #107971 -- Scott M. Dier Sat, 24 Nov 2001 15:42:24 -0600 libwww-search-perl (2.24-2) unstable; urgency=low * Non-maintainer release. Willing to adopt. * Added lots of copyright info that I forgot about. -- Scott M. Dier Sat, 24 Nov 2001 15:20:04 -0600 libwww-search-perl (2.24-1) unstable; urgency=low * Non-maintainer release. * New upstream version. Closes: #88039 -- Scott M. Dier Fri, 9 Nov 2001 21:22:52 -0600 libwww-search-perl (2.07-1) unstable; urgency=low * New upstream version. * Assimilate Richard's patch (closes: bug#52873) -- Michael Alan Dorman Mon, 20 Dec 1999 11:44:20 -0500 libwww-search-perl (2.05-1.1) unstable; urgency=low * Non-maintainer release. * Fix "Binaries are missing" bug by adding INSTALLBIN and INSTALLSCRIPT to the list of paths to set. (closes #52873) -- Richard Braakman Sun, 19 Dec 1999 21:44:44 +0100 libwww-search-perl (2.05-1) unstable; urgency=low * New upstream version. -- Michael Alan Dorman Tue, 19 Oct 1999 13:25:33 -0400 libwww-search-perl (2.04-1) unstable; urgency=low * New upstream version. -- Michael Alan Dorman Sat, 2 Oct 1999 16:22:46 -0400 libwww-search-perl (2.03-1) unstable; urgency=low * New upstream version. -- Michael Alan Dorman Mon, 6 Sep 1999 16:04:33 -0400 libwww-search-perl (2.02-2) unstable; urgency=low * Conflicts and replaces against www-search added (closes: bug#41963, bug#42042) * Make it arch: all, rather than any (closes: bug#42072) -- Michael Alan Dorman Wed, 28 Jul 1999 11:07:02 -0400 libwww-search-perl (2.02-1) unstable; urgency=low * New upstream version. * Renamed to follow module naming convention. * Modified for new perl packages. (closes: bug#41506) * Modified to use debhelper. -- Michael Alan Dorman Fri, 23 Jul 1999 11:47:49 -0400 www-search (1.007-1) unstable; urgency=low * Initial Release. -- Michael Alan Dorman Thu, 26 Dec 1996 15:23:28 -0500 debian/components/0000755000000000000000000000000012226607745011366 5ustar debian/components/altavista/0000755000000000000000000000000012226607745013356 5ustar debian/components/altavista/watch0000644000000000000000000000020512226607745014404 0ustar version=3 https://metacpan.org/release/WWW-Search-AltaVista/ .+/WWW-Search-AltaVista-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/components/altavista/copyright0000644000000000000000000000111112206633175015275 0ustar Files: altavista/* Copyright: 1996-1998, University of Southern California License: USC Files: altavista/inc/Module/* Copyright: 2002-2011, Adam Kennedy 2002-2011, Audrey Tang 2002-2011, Brian Ingerson License: Artistic or GPL-1+ Files: altavista/lib/WWW/Search/AltaVista/AdvancedWeb.pm Copyright: 1999, Jim Smyser & USC/ISI 1996, University of Southern California. License: USC Files: altavista/lib/WWW/Search/AltaVista/NL.pm Copyright: 2001, Different Soft 1996-1998 University of Southern California. License: USC debian/components/altavista/control0000644000000000000000000000024612206633175014755 0ustar Source: altavista Build-Depends: debhelper (>= 8) Package: altavista Depends: libdate-manip-perl, libhtml-parser-perl Description: AltaVista backend for WWW::Search debian/components/altavista/version0000644000000000000000000000000612206633175014754 0ustar 2.154 debian/components/ebay/0000755000000000000000000000000012226607745012306 5ustar debian/components/ebay/watch0000644000000000000000000000017312226607745013340 0ustar version=3 https://metacpan.org/release/WWW-Search-Ebay/ .+/WWW-Search-Ebay-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/components/ebay/copyright0000644000000000000000000000043512226607115014232 0ustar Files: ebay/* Copyright: 1998-2009, Martin 'Kingpin' Thurn License: Artistic or GPL-1+ Files: ebay/inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ debian/components/ebay/control0000644000000000000000000000033712206633175013706 0ustar Source: ebay Build-Depends: debhelper (>= 8), libbit-vector-perl, libdate-manip-perl, libio-capture-perl Package: ebay Depends: libdate-manip-perl, libhtml-tree-perl, libwww-perl Description: Ebay backend for WWW::Search debian/components/ebay/version0000644000000000000000000000000612226574742013712 0ustar 3.031 debian/components/test0000755000000000000000000000075412206633175012273 0ustar #!/bin/sh TDIR=COMPONENTS/${DH_COMPONENT} export PERL5LIB=../../debian/${PACKAGE}/usr/share/perl5 if [ -z ${PACKAGE} ] then echo PACKAGE not set exit 1 fi if [ -z ${DH_COMPONENT} ] then echo DH_COMPONENT not set exit 1 fi if [ ! -d ${TDIR} ] then echo ${TDIR} not a directory exit 1 fi if [ -z ${TEST_NETWORK} ] then echo "no network; not testing" exit 0 fi if dh_auto_test -D ${TDIR} then EXIT_STATUS=0 else EXIT_STATUS=1 fi exit $EXIT_STATUS debian/components/news/0000755000000000000000000000000012226607745012342 5ustar debian/components/news/watch0000644000000000000000000000017312226607745013374 0ustar version=3 https://metacpan.org/release/WWW-Search-News/ .+/WWW-Search-News-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/components/news/copyright0000644000000000000000000000043412206633175014270 0ustar Files: news/* Copyright: 1998-2009, Martin 'Kingpin' Thurn License: Artistic or GPL-1+ Files: news/inc/Module/* Copyright: 2002-2011, Adam Kennedy 2002-2011, Audrey Tang 2002-2011, Brian Ingerson License: Artistic or GPL-1+ debian/components/news/control0000644000000000000000000000021712206633175013737 0ustar Source: news Build-Depends: debhelper (>= 8), libbit-vector-perl Package: news Depends: liburi-perl Description: News backend for WWW::Search debian/components/news/version0000644000000000000000000000000612206633175013740 0ustar 1.079 debian/components/pagesjaunes/0000755000000000000000000000000012226600004013650 5ustar debian/components/pagesjaunes/watch0000644000000000000000000000021112226600004014673 0ustar version=3 http://search.cpan.org/dist/WWW-Search-Pagesjaunes/ .+/WWW-Search-Pagesjaunes-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/components/pagesjaunes/copyright0000644000000000000000000000012012206633175015611 0ustar Files: pagesjeunes/* Copyright: 2002, Briac Pilpré License: Artistic or GPL-1+ debian/components/pagesjaunes/control0000644000000000000000000000026612206633175015274 0ustar Source: pagejaunes Build-Depends: debhelper (>= 8) Package: pagejaunes Depends: libhtml-parser-perl, libwww-perl, libhtml-form-perl Description: PagesJaunes backend for WWW::Search debian/components/pagesjaunes/version0000644000000000000000000000000512206633175015270 0ustar 0.13 debian/components/jobserve/0000755000000000000000000000000012226607745013205 5ustar debian/components/jobserve/install0000755000000000000000000000116612206633175014577 0ustar #!/bin/sh TDIR=COMPONENTS/${DH_COMPONENT} DESTDIR=debian/ if [ -z ${PACKAGE} ] then echo PACKAGE not set exit 1 fi PERL=$(which perl) PERL="${PERL} -I../../debian/${PACKAGE}/usr/share/perl5" if [ -z ${DH_COMPONENT} ] then echo DH_COMPONENT not set exit 1 fi if [ ! -d ${TDIR} ] then echo ${TDIR} not a directory exit 1 fi if dh_auto_install -D ${TDIR} then EXIT_STATUS=0 else EXIT_STATUS=1 fi if [ -e ${DH_COMPONENT}/ChangeLog ] then if dh_install ${TDIR}/ChangeLog usr/share/doc/${PACKAGE}/${DH_COMPONENT} then EXIT_STATUS=0 else EXIT_STATUS=1 fi fi exit $EXIT_STATUS debian/components/jobserve/watch0000644000000000000000000000020312226607745014231 0ustar version=3 https://metacpan.org/release/WWW-Search-Jobserve/ .+/WWW-Search-Jobserve-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/components/jobserve/copyright0000644000000000000000000000011612206633175015130 0ustar Files: jobserve/* Copyright: 2003, Andy Pritchard License: Artistic or GPL-1+ debian/components/jobserve/control0000644000000000000000000000016212206633175014601 0ustar Source: jobserve Build-Depends: debhelper (>= 8) Package: jobserve Description: Jonserve backend for WWW::Search debian/components/jobserve/version0000644000000000000000000000000512206633175014602 0ustar 1.02 debian/components/copyright.in0000644000000000000000000000425312226607745013732 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Martin Thurn Source: https://metacpan.org/release/WWW-Search/ Upstream-Name: WWW-Search Files: * Copyright: 1996-1997, University of Southern California License: USC Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 1996, 1999, Michael Alan Dorman 1999, Richard Braakman 2001, 2002, 2004, Scott M. Dier 2002, Don Armstrong 2009, Ryan Niebur 2011-2012, Nicholas Bamber License: Artistic or GPL-1+ License: USC Redistribution and use in source and binary forms are permitted provided that the above copyright notice and this paragraph are duplicated in all such forms and that any documentation, advertising materials, and other materials related to such distribution and use acknowledge that the software was developed by the University of Southern California, Information Sciences Institute. The name of the University may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/components/firstgov/0000755000000000000000000000000012226607745013231 5ustar debian/components/firstgov/watch0000644000000000000000000000020312226607745014255 0ustar version=3 https://metacpan.org/release/WWW-Search-FirstGov/ .+/WWW-Search-FirstGov-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/components/firstgov/copyright0000644000000000000000000000013012206633175015150 0ustar Files: firstgov/* Copyright: Dennis Sutch, License: Artistic or GPL-1+ debian/components/firstgov/control0000644000000000000000000000016212206633175014625 0ustar Source: firstgov Build-Depends: debhelper (>= 8) Package: firstgov Description: FirstGov backend for WWW::Search debian/components/firstgov/version0000644000000000000000000000000512206633175014626 0ustar 1.14 debian/components/lycos/0000755000000000000000000000000012226607745012517 5ustar debian/components/lycos/install0000755000000000000000000000116612206633175014111 0ustar #!/bin/sh TDIR=COMPONENTS/${DH_COMPONENT} DESTDIR=debian/ if [ -z ${PACKAGE} ] then echo PACKAGE not set exit 1 fi PERL=$(which perl) PERL="${PERL} -I../../debian/${PACKAGE}/usr/share/perl5" if [ -z ${DH_COMPONENT} ] then echo DH_COMPONENT not set exit 1 fi if [ ! -d ${TDIR} ] then echo ${TDIR} not a directory exit 1 fi if dh_auto_install -D ${TDIR} then EXIT_STATUS=0 else EXIT_STATUS=1 fi if [ -e ${DH_COMPONENT}/ChangeLog ] then if dh_install ${TDIR}/ChangeLog usr/share/doc/${PACKAGE}/${DH_COMPONENT} then EXIT_STATUS=0 else EXIT_STATUS=1 fi fi exit $EXIT_STATUS debian/components/lycos/watch0000644000000000000000000000017512226607745013553 0ustar version=3 https://metacpan.org/release/WWW-Search-Lycos/ .+/WWW-Search-Lycos-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/components/lycos/copyright0000644000000000000000000000041712226607745014454 0ustar Files: lycos/* Copyright: 1996-1998, USC/ISI License: Artistic or GPL-1+ Files: lycos/inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ debian/components/lycos/control0000644000000000000000000000020412206633175014110 0ustar Source: lycos Build-Depends: debhelper (>= 8) Package: lycos Depends: libhtml-tree-perl Description: Lycos backend for WWW::Search debian/components/lycos/version0000644000000000000000000000000612226574742014123 0ustar 2.224 debian/components/yahoo/0000755000000000000000000000000012226607745012505 5ustar debian/components/yahoo/watch0000644000000000000000000000017512226607745013541 0ustar version=3 https://metacpan.org/release/WWW-Search-Yahoo/ .+/WWW-Search-Yahoo-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/components/yahoo/copyright0000644000000000000000000000043612206633175014435 0ustar Files: yahoo/* Copyright: 1998-2009, Martin 'Kingpin' Thurn License: Artistic or GPL-1+ Files: yahoo/inc/Module/* Copyright: 2002-2011, Adam Kennedy 2002-2011, Audrey Tang 2002-2011, Brian Ingerson License: Artistic or GPL-1+ debian/components/yahoo/control0000644000000000000000000000027312206633175014104 0ustar Source: yahoo Build-Depends: debhelper (>= 8), libi18n-charset-perl Package: yahoo Depends: libdate-manip-perl, libhtml-tree-perl, liburi-perl Description: Yahoo backend for WWW::Search debian/components/yahoo/version0000644000000000000000000000000612206633175014103 0ustar 2.415 debian/components/googlism/0000755000000000000000000000000012226607745013206 5ustar debian/components/googlism/watch0000644000000000000000000000020312226607745014232 0ustar version=3 https://metacpan.org/release/WWW-Search-Googlism/ .+/WWW-Search-Googlism-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/components/googlism/copyright0000644000000000000000000000011212206633175015125 0ustar Files: googlism/* Copyright: 2002, xern License: Artistic debian/components/googlism/control0000644000000000000000000000016212206633175014602 0ustar Source: googlism Build-Depends: debhelper (>= 8) Package: googlism Description: Googlism backend for WWW::Search debian/components/googlism/version0000644000000000000000000000000512206633175014603 0ustar 0.02 debian/source/0000755000000000000000000000000012206633175010473 5ustar debian/source/format0000644000000000000000000000001412206633175011701 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000150112206633175010250 0ustar #!/usr/bin/make -f PKG:=$(shell dh_listpackages) TMP:=$(CURDIR)/debian/$(PKG) %: dh $@ --with components override_dh_auto_install: dh_auto_install sed -i -e'1s/#!\/usr\/local\/bin\/perl/#/' $(TMP)/usr/share/perl5/WWW/Search/*.pm override_dh_auto_test: PERL5LIB=blib/lib PATH=blib/script:${PATH} dh_auto_test override_dh_components: dh_components mv $(TMP)/usr/bin/googlism.pl $(TMP)/usr/bin/googlism mv $(TMP)/usr/share/man/man1/googlism.pl.1p $(TMP)/usr/share/man/man1/googlism.1p # We had to patch Makefile.PL as otherwise the sub-directory Makefile.PL's # are found, run and failed. Then as the patch is unapplied at the end # Makefile is older than Makefile.PL. Makefile.PL then tries to recreate # Makefile but is now unpatched. override_dh_auto_clean: if [ -f Makefile ]; then touch Makefile; fi dh_auto_clean debian/clean0000644000000000000000000000025612206633175010203 0ustar t/cookies.txt debian/libwww-search-perl.copyright altavista/Makefile ebay/Makefile firstgov/Makefile googlism/Makefile jobserve/Makefile lycos/Makefile Makefile.old Makefile debian/README.source0000644000000000000000000000260712206633175011357 0ustar For most purposes this package is a standard Debian Perl Group package. The aspect in which it is special is that some related modules are bundled together with the package. So long as you have the appropriate tar balls in the correct place you can build using dpkg-buildpackage as you would normally. If you have a fresh checkout from the git repository and you wish to download all the tarballs to build under dpkg-buildpackage, then from the package root directory run: ./debian/update.sh update To check for new updates drop the "update" argument. If you are building under dpkg-buildpackage you need to tell the script about the alternative build directory so run DESTDIR=.. ./debian/update.sh update There are a couple of important caveats about the update.sh script. First of all when used in update mode it will DELETE the existing tarballs. Secondly when you do update one of the components, the update.sh script will need to be updated. These limitations arise because it is a temporary work around until pkg-components (or even uscan) provides something more substantial. Note also that the binary copyright file is a merger of debian/components/copyright.in and debian/components/*/copyright. Various Debian tools require a static file in debian/copyright. If for some reason the generated copyright file changes copy from debian/$PACKAGE.copyright to debian/copyright after a build.