Date: Tue, 13 Sep 2011 08:51:19 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/p5-HTTP-Server-Simple-Authen Makefile distinfo pkg-descr pkg-plist Message-ID: <201109130851.p8D8pJKq019280@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sunpoet 2011-09-13 08:51:19 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-HTTP-Server-Simple-Authen Makefile distinfo pkg-descr pkg-plist Log: - Add p5-HTTP-Server-Simple-Authen 0.04 HTTP::Server::Simple::Authen is an HTTP::Server::Simple plugin to allow HTTP authentication. Authentication scheme is pluggable and you can use whatever Authentication protocol that Authen::Simple supports. You can use authenticate method whatever you want to authenticate the request. The method returns $username taken from the request if the authentication is successful, and undef otherwise. The code in "SYNOPSIS" requires authentication for all the requests and behaves just the same as Apache's Require valid-user. WWW: http://search.cpan.org/dist/HTTP-Server-Simple-Authen/ Revision Changes Path 1.2975 +1 -0 ports/www/Makefile 1.1 +26 -0 ports/www/p5-HTTP-Server-Simple-Authen/Makefile (new) 1.1 +2 -0 ports/www/p5-HTTP-Server-Simple-Authen/distinfo (new) 1.1 +10 -0 ports/www/p5-HTTP-Server-Simple-Authen/pkg-descr (new) 1.1 +10 -0 ports/www/p5-HTTP-Server-Simple-Authen/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109130851.p8D8pJKq019280>