debian/0000755000000000000000000000000011603156472007173 5ustar debian/control0000644000000000000000000000317211603125656010601 0ustar Source: libpoe-filter-http-parser-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libhttp-parser-perl (>= 0.06), libpoe-perl, libtest-poe-client-tcp-perl, libtest-poe-server-tcp-perl, libwww-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Ansgar Burchardt , Fabrizio Regalli Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/POE-Filter-HTTP-Parser/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-filter-http-parser-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpoe-filter-http-parser-perl/ Package: libpoe-filter-http-parser-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libhttp-parser-perl (>= 0.06), libwww-perl, libpoe-perl Description: POE filter for HTTP clients or servers POE::Filter::HTTP::Parser is a filter for the Perl Object Environment (POE) system based on HTTP::Parser. It can be used to easily create POE-based HTTP servers or clients. . With the type set to client, which is the default behaviour, 'get' will parse HTTP::Response objects from HTTP streams and 'put' will accept HTTP::Request objects and convert them to HTTP streams. . For servers, the reverse will happen; 'get' will parse HTTP::Request objects from HTTP streams and 'put' will accept HTTP::Response objects and convert them to HTTP streams. If there is an error parsing the request, this filter will generate a HTTP::Response object instead, encapsulating an error message suitable for simply sending back to the requesting client. debian/copyright0000644000000000000000000000231711603125506011123 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Chris Williams Source: http://search.cpan.org/dist/POE-Filter-HTTP-Parser/ Name: POE-Filter-HTTP-Parser Files: * Copyright: 2011, Chris Williams 2011, Artur Bergman 2011, Rocco Caputo License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Jonathan Yu 2011, Fabrizio Regalli 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 GNU/Linux 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 GNU/Linux systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000021111272144273010214 0ustar version=3 http://search.cpan.org/dist/POE-Filter-HTTP-Parser/ .*/POE-Filter-HTTP-Parser-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211603121577010367 0ustar 8 debian/changelog0000644000000000000000000000206111603156410011034 0ustar libpoe-filter-http-parser-perl (1.06-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release [ Ansgar Burchardt ] * Update my email address. [ Fabrizio Regalli ] * Bump to 3.9.2 Standard-Version. * Add myself to Uploaders and Copyright. * Switch d/compat to 8. * Build-Depends: switch to debhelper (>= 8). * Updated Files, years and Format-Specification url in copyright. * Fixed dependencies version and removed unnecessary. -- Fabrizio Regalli Thu, 30 Jun 2011 16:37:54 +0200 libpoe-filter-http-parser-perl (1.04-1) unstable; urgency=low * New upstream release. * Use source format 3.0 (quilt). * debian/copyright: Update years of copyright for inc/*, refer to /usr/share/common-licenses/GPL-1. * Bump Standards-Version to 3.9.1. * Add myself to Uploaders. -- Ansgar Burchardt Sat, 31 Jul 2010 20:08:32 +0900 libpoe-filter-http-parser-perl (1.02-1) unstable; urgency=low * Initial Release (Closes: #552284) -- Jonathan Yu Fri, 04 Dec 2009 05:47:11 -0500 debian/libpoe-filter-http-parser-perl.examples0000644000000000000000000000001311305760225016665 0ustar examples/* debian/source/0000755000000000000000000000000011603156472010473 5ustar debian/source/format0000644000000000000000000000001411432021200011655 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611272144273010250 0ustar #!/usr/bin/make -f %: dh $@