debian/0000755000000000000000000000000012114442724007167 5ustar debian/rules0000755000000000000000000000041112114442724010243 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install # install as example $(RM) -v $(TMP)/usr/bin/scraper rmdir -v --parents --ignore-fail-on-non-empty $(TMP)/usr/bin debian/control0000644000000000000000000000363412114442724010600 0ustar Source: libweb-scraper-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libhtml-parser-perl, libhtml-selector-xpath-perl, libhtml-tagset-perl, libhtml-tree-perl, libhtml-treebuilder-libxml-perl, libhtml-treebuilder-xpath-perl, libtest-base-perl, libtest-requires-perl, libuniversal-require-perl, liburi-perl, libwww-perl, libxml-xpathengine-perl, libyaml-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libweb-scraper-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libweb-scraper-perl.git Homepage: https://metacpan.org/release/Web-Scraper/ Package: libweb-scraper-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libhtml-parser-perl, libhtml-selector-xpath-perl, libhtml-tagset-perl, libhtml-tree-perl, libhtml-treebuilder-xpath-perl, libuniversal-require-perl, liburi-perl, libwww-perl, libxml-xpathengine-perl, libyaml-perl Recommends: libhtml-treebuilder-libxml-perl Description: Web Scraping Toolkit using HTML and CSS Selectors or XPath expressions Web::Scraper is a web scraper toolkit, inspired by Ruby's equivalent Scrapi. It provides a DSL-ish interface for traversing HTML documents and returning a neatly arranged Perl data strcuture. . The scraper and process blocks provide a method to define what segments of a document to extract. It understands HTML and CSS Selectors as well as XPath expressions. debian/source/0000755000000000000000000000000012114442724010467 5ustar debian/source/format0000644000000000000000000000001412114442724011675 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000256312114442724011047 0ustar libweb-scraper-perl (0.37-1) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. * debian/copyright: update copyright years, convert to Copyright Format 1.0. * Set Standards-Version to 3.9.4 (no changes). * Add libhtml-treebuilder-libxml-perl to Build-Depends-Indep and Recommends. -- gregor herrmann Sat, 02 Mar 2013 19:32:49 +0100 libweb-scraper-perl (0.36-1) unstable; urgency=low * New upstream release. -- gregor herrmann Sun, 20 Nov 2011 16:13:08 +0100 libweb-scraper-perl (0.35-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * New upstream release. * Update years of copyright for inc/Module/*. -- gregor herrmann Sat, 01 Oct 2011 17:15:54 +0200 libweb-scraper-perl (0.34-1) unstable; urgency=low * Initial release (closes: #530467). -- gregor herrmann Sat, 09 Apr 2011 22:31:00 +0200 debian/compat0000644000000000000000000000000212114442724010365 0ustar 8 debian/copyright0000644000000000000000000000310312114442724011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Web-Scraper Upstream-Contact: Tatsuhiko Miyagawa Source: https://metacpan.org/release/Web-Scraper/ Files: * Copyright: 2007-2012, Tatsuhiko Miyagawa License: Artistic or GPL-1+ Comment: Rationale from the author was: All of my modules available at http://search.cpan.org/~miyagawa/ with the statement "AUTHOR: Tatsuhiko Miyagawa" are, unless otherwise noted, Copyright (c) Tatsuhiko Miyagawa. Source: http://bulknews.net/debian.txt (author's web site) The exact years come from the Changes file. Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2011-2013, gregor herrmann License: Artistic or GPL-1+ 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/watch0000644000000000000000000000016412114442724010221 0ustar version=3 https://metacpan.org/release/Web-Scraper/ .*/Web-Scraper-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libweb-scraper-perl.examples0000644000000000000000000000001312114442724014562 0ustar eg/* bin/*