Sat May 21 08:33:22 2016 UTC ()
Update to 0.12
Add LICENSE

Upstream changes:
0.12  Thu, 28 Apr 2016 06:30:00 +0100

        - Moved POD tests to xt/ directory so they are not run for
          normal user installs.

0.11  Wed, 27 Apr 2016 16:01:00 +0100

        - Added a mapping for *.js files to a Content-Type of
            application/javascript

0.10  Wed, 27 Apr 2016 14:45:00 +0100

        - Reworked how the value for the Content-Type header is
            selected. Simple regexp matching on the path suffix is
            used for *.html?, *.css and *.txt files. Any other files
            are checked using File::LibMagic as before. Closes:
            https://rt.cpan.org/Ticket/Display.html?id=113980 and
            https://rt.cpan.org/Ticket/Display.html?id=91321


(wen)
diff -r1.12 -r1.13 pkgsrc/www/p5-HTTP-Server-Simple-Static/Makefile
diff -r1.4 -r1.5 pkgsrc/www/p5-HTTP-Server-Simple-Static/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/www/p5-HTTP-Server-Simple-Static/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-HTTP-Server-Simple-Static/Makefile 2015/06/12 10:52:04 1.12
+++ pkgsrc/www/p5-HTTP-Server-Simple-Static/Makefile 2016/05/21 08:33:22 1.13
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.12 2015/06/12 10:52:04 wiz Exp $ 1# $NetBSD: Makefile,v 1.13 2016/05/21 08:33:22 wen Exp $
2 2
3DISTNAME= HTTP-Server-Simple-Static-0.09 3DISTNAME= HTTP-Server-Simple-Static-0.12
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= www perl5 5CATEGORIES= www perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/HTTP-Server-Simple-Static/ 9HOMEPAGE= http://search.cpan.org/dist/HTTP-Server-Simple-Static/
11COMMENT= Serve static files with HTTP::Server::Simple 10COMMENT= Serve static files with HTTP::Server::Simple
 11LICENSE= ${PERL5_LICENSE}
12 12
13PERL5_MODULE_TYPE= Module::Build 13PERL5_MODULE_TYPE= Module::Build
14PERL5_PACKLIST= auto/HTTP/Server/Simple/Static/.packlist 14PERL5_PACKLIST= auto/HTTP/Server/Simple/Static/.packlist
15 15
16DEPENDS+= p5-File-LibMagic-[0-9]*:../../devel/p5-File-LibMagic 16DEPENDS+= p5-File-LibMagic-[0-9]*:../../devel/p5-File-LibMagic
17DEPENDS+= p5-HTTP-Server-Simple>=0.01:../../www/p5-HTTP-Server-Simple 17DEPENDS+= p5-HTTP-Server-Simple>=0.01:../../www/p5-HTTP-Server-Simple
18DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI 18DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
19 19
20.include "../../lang/perl5/module.mk" 20.include "../../lang/perl5/module.mk"
21.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/www/p5-HTTP-Server-Simple-Static/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-HTTP-Server-Simple-Static/distinfo 2015/11/04 02:47:12 1.4
+++ pkgsrc/www/p5-HTTP-Server-Simple-Static/distinfo 2016/05/21 08:33:22 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2015/11/04 02:47:12 agc Exp $ 1$NetBSD: distinfo,v 1.5 2016/05/21 08:33:22 wen Exp $
2 2
3SHA1 (HTTP-Server-Simple-Static-0.09.tar.gz) = 17a148c79a4c8df93f3df4180934657dc0a66d49 3SHA1 (HTTP-Server-Simple-Static-0.12.tar.gz) = e248068587f214167cfecb735e0dfe5c23cbf8f9
4RMD160 (HTTP-Server-Simple-Static-0.09.tar.gz) = e295fe56129d294cc1d41efdd5feb7009aa0232b 4RMD160 (HTTP-Server-Simple-Static-0.12.tar.gz) = 7fcbd985c24c96766b162cdabd369480c8882b14
5SHA512 (HTTP-Server-Simple-Static-0.09.tar.gz) = 8423e444376b911b3b183eb11a0bd1b3e6169d308ab7f7d8587e1ad2082c67e952ba298e3b5562185c33fc02a054aefdd2e5805b2245b17502a43ddf9320d68b 5SHA512 (HTTP-Server-Simple-Static-0.12.tar.gz) = df598ea603a1e3bed69f57f4d9cbad48d0f6dc5a74ec93b8c1ace52093db6bb85961b99c48cc6f8c14abb30ad095b0f02d8e2aeba528f9ea27f5f88afb6d5bbd
6Size (HTTP-Server-Simple-Static-0.09.tar.gz) = 5717 bytes 6Size (HTTP-Server-Simple-Static-0.12.tar.gz) = 6208 bytes