From owner-cvs-ports@FreeBSD.ORG Sat Apr 9 22:52:32 2005 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D688B16A4CE; Sat, 9 Apr 2005 22:52:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC6B743D1D; Sat, 9 Apr 2005 22:52:32 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j39MqWxL084403; Sat, 9 Apr 2005 22:52:32 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j39MqWPQ084402; Sat, 9 Apr 2005 22:52:32 GMT (envelope-from pav) Message-Id: <200504092252.j39MqWPQ084402@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 9 Apr 2005 22:52:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security Makefileports/security/pear-Auth_PrefManager Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Apr 2005 22:52:33 -0000 pav 2005-04-09 22:52:32 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/pear-Auth_PrefManager Makefile distinfo pkg-descr Log: New port: security/pear-Auth_PrefManager PEAR preferences management class Preference Manager is a class to handle user preferences in a web application, looking them up in a table using a combination of their userid, and the preference name to get a value, and (optionally) returning a default value for the preference if no value could be found for that user. It is designed to be used alongside the PEAR Auth class, but can be used with anything that allows you to obtain the user's id - including your own code. PR: ports/79556 Submitted by: Antonio Carlos Venancio Junior Revision Changes Path 1.591 +1 -0 ports/security/Makefile 1.1 +24 -0 ports/security/pear-Auth_PrefManager/Makefile (new) 1.1 +2 -0 ports/security/pear-Auth_PrefManager/distinfo (new) 1.1 +9 -0 ports/security/pear-Auth_PrefManager/pkg-descr (new)