debian/0000755000000000000000000000000011720270726007172 5ustar debian/control0000644000000000000000000000320111720270726010571 0ustar Source: libhttp-daemon-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libhttp-date-perl, libhttp-message-perl, liblwp-mediatypes-perl Maintainer: Debian Perl Group Uploaders: Nicholas Bamber Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/HTTP-Daemon/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libhttp-daemon-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhttp-daemon-perl.git Package: libhttp-daemon-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libhttp-date-perl, libhttp-message-perl, liblwp-mediatypes-perl Replaces: libwww-perl (<< 6.00) Breaks: libwww-perl (<< 6.00) Description: simple http server class Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a socket for incoming requests. The HTTP::Daemon is a subclass of IO::Socket::INET, so you can perform socket operations directly on it too. . The accept() method will return when a connection from a client is available. The returned value will be an HTTP::Daemon::ClientConn object which is another IO::Socket::INET subclass. Calling the get_request() method on this object will read data from the client and return an HTTP::Request object. The ClientConn object also provide methods to send back various responses. . This HTTP daemon does not fork(2) for you. Your application, i.e. the user of the HTTP::Daemon is responsible for forking if that is desirable. Also note that the user is responsible for generating responses that conform to the HTTP/1.1 protocol. debian/copyright0000644000000000000000000000206511720270726011130 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Gisle Aas Source: http://search.cpan.org/dist/HTTP-Daemon/ Name: HTTP-Daemon Files: * Copyright: 1996-2003, Gisle Aas License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Nicholas Bamber 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/watch0000644000000000000000000000016311720270726010223 0ustar version=3 http://search.cpan.org/dist/HTTP-Daemon/ .*/HTTP-Daemon-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211720270726010370 0ustar 8 debian/changelog0000644000000000000000000000125011720270726011042 0ustar libhttp-daemon-perl (6.01-1) unstable; urgency=low * Team upload [ 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. [ Alessandro Ghedini ] * New upstream release * Bump debhelper compat level to 8 * Bump Standards-Version to 3.9.2 * One sorted dep per line -- Alessandro Ghedini Sun, 19 Feb 2012 19:28:44 +0100 libhttp-daemon-perl (6.00-1) unstable; urgency=low * Initial Release (Closes: #617520). -- Nicholas Bamber Tue, 22 Mar 2011 23:25:10 +0000 debian/source/0000755000000000000000000000000011720270726010472 5ustar debian/source/format0000644000000000000000000000001411720270726011700 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611720270726010251 0ustar #!/usr/bin/make -f %: dh $@