1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: pwget
Section: web
Priority: optional
Maintainer: Jari Aalto <jari.aalto@cante.net>
Build-Depends: debhelper (>= 9), libwww-perl, perl, wget
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/pwget.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/pwget.git
Homepage: https://github.com/jaalto/project--perl-webget
Package: pwget
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}
Description: downloader utility which resembles wget (implemented in Perl)
Pwget is similar to wget(1) but it can use categorized configuration
files, analyze Web pages, and "search" for download links as
instructed. Instead of absolute links, it contains heuristics to
track newer versions of files.
|