cvs commit: ports/security Makefileports/security/pear-Auth_PrefManager Makefile distinfo pkg-descr

Pav Lucistnik pav at FreeBSD.org
Sat Apr 9 15:52:33 PDT 2005


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 <antonio at php.net>
  
  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)


More information about the cvs-ports mailing list