Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 81409A654B for ; Mon, 12 Jan 2015 08:04:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2B95E14A241; Mon, 12 Jan 2015 08:04:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D2C9C14A23D for ; Mon, 12 Jan 2015 08:04:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Ij9IB4dMkvJ2 for ; Mon, 12 Jan 2015 08:04:34 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 1A0D614A222 for ; Mon, 12 Jan 2015 08:04:34 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 0E4E498; Mon, 12 Jan 2015 08:04:34 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 12 Jan 2015 08:04:34 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/www/p5-HTTP-Server-Simple-Static To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20150112080434.0E4E498@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Mon Jan 12 08:04:34 UTC 2015 Modified Files: pkgsrc/www/p5-HTTP-Server-Simple-Static: Makefile distinfo Log Message: (pkgsrc) - (As noted below, dependency converted) -DEPENDS+= p5-File-MMagic-[0-9]*:../../misc/p5-File-MMagic -DEPENDS+= p5-MIME-Types-[0-9]*:../../mail/p5-MIME-Types +DEPENDS+= p5-File-LibMagic-[0-9]*:../../devel/p5-File-LibMagic (upstream) - Update 0.07 to 0.09 0.09 Thu, 15 Aug 2013 09:08:00 +0100 - Added support for clients which send an If-Modified-Since HTTP header in the request. We return a 304 if the file has not been changed. 0.08 Wed, 14 Aug 2013 17:00:00 +0100 - Replaced File::MMagic and MIME::Types with File::LibMagic which should be more reliable. Closes: http://rt.cpan.org/Public/Bug/Display.html?id=39598 - Improved docs and code example. Closes: http://rt.cpan.org/Public/Bug/Display.html?id=37701 - Added support for the Last-Modified and Date HTTP headers, this consequently adds a new dependency on HTTP::Date. - Added support for not sending the content when the request method is HEAD. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/p5-HTTP-Server-Simple-Static/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/p5-HTTP-Server-Simple-Static/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.