diff options
author | pav <pav@FreeBSD.org> | 2005-04-10 06:52:32 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-10 06:52:32 +0800 |
commit | 552c43148b5d5a5e07279f12530caccba9a7641e (patch) | |
tree | 4bf01dd37fe6839f05e23851a49ee7550ae55679 /security/Makefile | |
parent | 8049938a7570c0c7dc27a07b6adc08919ad5c2c3 (diff) | |
download | freebsd-ports-graphics-552c43148b5d5a5e07279f12530caccba9a7641e.tar.gz freebsd-ports-graphics-552c43148b5d5a5e07279f12530caccba9a7641e.tar.zst freebsd-ports-graphics-552c43148b5d5a5e07279f12530caccba9a7641e.zip |
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 <antonio@php.net>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 88bbf92e215..fe491feed3a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -334,6 +334,7 @@ SUBDIR += pam_smb SUBDIR += pear-Auth SUBDIR += pear-Auth_HTTP + SUBDIR += pear-Auth_PrefManager SUBDIR += pear-Auth_SASL SUBDIR += pear-Crypt_CBC SUBDIR += pear-Crypt_CHAP |