From owner-cvs-all@FreeBSD.ORG Sun Jan 25 03:51:23 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D24281065674; Sun, 25 Jan 2009 03:51:23 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C07688FC1A; Sun, 25 Jan 2009 03:51:23 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n0P3pNci019936; Sun, 25 Jan 2009 03:51:23 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n0P3pNrq019919; Sun, 25 Jan 2009 03:51:23 GMT (envelope-from beech) Message-Id: <200901250351.n0P3pNrq019919@repoman.freebsd.org> From: Beech Rintoul Date: Sun, 25 Jan 2009 03:51:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/p5-RT-Authen-ExternalAuth Makefile distinfo pkg-descr pkg-plist.rt36 pkg-plist.rt38 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2009 03:51:24 -0000 beech 2009-01-25 03:51:23 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-RT-Authen-ExternalAuth Makefile distinfo pkg-descr pkg-plist.rt36 pkg-plist.rt38 Log: RT::Authen::ExternalAuth RT Authentication using External Sources A complete package for adding external authentication mechanisms to RT. It currently supports LDAP via Net::LDAP and External Database authentication for any database with an installed DBI driver. It also allows for authenticating cookie information against an external database through the use of the RT-Authen-CookieAuth extension. WWW: http://search.cpan.org/perldoc?RT::Authen::ExternalAuth PR: ports/129783 Submitted by: Matthew Seaman Revision Changes Path 1.2245 +1 -0 ports/www/Makefile 1.1 +56 -0 ports/www/p5-RT-Authen-ExternalAuth/Makefile (new) 1.1 +3 -0 ports/www/p5-RT-Authen-ExternalAuth/distinfo (new) 1.1 +11 -0 ports/www/p5-RT-Authen-ExternalAuth/pkg-descr (new) 1.1 +17 -0 ports/www/p5-RT-Authen-ExternalAuth/pkg-plist.rt36 (new) 1.1 +22 -0 ports/www/p5-RT-Authen-ExternalAuth/pkg-plist.rt38 (new)