head	1.8;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2013.02.04.09.31.07;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.11.17.06.01.14;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.05.03.15.13.52;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2012.01.21.17.39.36;	author eadler;	state Exp;
branches;
next	1.4;

1.4
date	2007.06.20.13.45.03;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2006.09.23.00.23.32;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2005.12.09.19.24.45;	author ale;	state Exp;
branches;
next	1.1;

1.1
date	2005.04.09.22.52.32;	author pav;	state Exp;
branches;
next	;


desc
@@


1.8
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311550
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Antonio Carlos Venancio Junior (<antonio@@inf.ufsc.br>)
# $FreeBSD: head/security/pear-Auth_PrefManager/Makefile 311550 2013-02-04 02:29:41Z miwi $

PORTNAME=	Auth_PrefManager
PORTVERSION=	1.2.2
CATEGORIES=	security www pear

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	PEAR preferences management class

BUILD_DEPENDS=	${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
RUN_DEPENDS:=	${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB

PEAR_AUTOINSTALL=	yes

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
@


1.7
log
@Switch exporter over
@
text
@d1 2
a2 6
# Ports collection makefile for:  pear-Auth_PrefManager
# Date created:			  05 April 2005
# Whom:				  Antonio Carlos Venancio Junior (<antonio@@inf.ufsc.br>)
#
# $FreeBSD: head/security/pear-Auth_PrefManager/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d5 1
a5 1
PORTVERSION=	1.2.1
d12 1
a12 1
RUN_DEPENDS:=	${BUILD_DEPENDS}
@


1.6
log
@- Update to 1.2.1
- Switch to PEAR_AUTOINSTALL

PR:		167025
Submitted by:	Muhammad Moinur Rahman <5u623l20@@gmail.com>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d9 1
a9 1
PORTVERSION=	1.2.0
d18 1
a18 27
CATEGORY=	Auth
FILES=		PrefManager.php
DOCS=		PM_Example.php

TESTS=		deleteDefaultPref/database-error-pear.phpt deleteDefaultPref/database-error.phpt \
		deleteDefaultPref/pref-exists-default-exists.phpt  \
		deleteDefaultPref/pref-exists-default-notexist.phpt \
		deleteDefaultPref/pref-notexist-default-exist.phpt \
		deleteDefaultPref/pref-notexist-default-notexist.phpt \
		deletePref/database-error-pear.phpt deletePref/database-error.phpt \
		deletePref/pref-exists-default-exists.phpt \
		deletePref/pref-exists-default-notexist.phpt \
		deletePref/pref-notexist-default-exist.phpt  \
		deletePref/pref-notexist-default-notexist.phpt \
		getDefaultPref/database-error-pear.phpt getDefaultPref/database-error.phpt \
		getDefaultPref/default-exists.phpt getDefaultPref/default-notexist.phpt \
		getPref/database-error-pear.phpt getPref/database-error.phpt \
		getPref/pref-exists-default-exists.phpt getPref/pref-exists-default-notexist.phpt \
		getPref/pref-notexist-default-exist.phpt getPref/pref-notexist-default-notexist.phpt \
		setDefaultPref/database-error-pear.phpt setDefaultPref/database-error.phpt \
		setDefaultPref/pref-exists-default-exists.phpt \
		setDefaultPref/pref-exists-default-notexist.phpt \
		setDefaultPref/pref-notexist-default-exists.phpt \
		setDefaultPref/pref-notexist-default-notexist.phpt \
		setPref/database-error-pear.phpt setPref/database-error.phpt \
		setPref/pref-exists-default-exists.phpt setPref/pref-notexist-default-exists.phpt \
		setup.php
@


1.4
log
@- Update to 1.20
- Take maintainership
@
text
@d16 1
a16 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.3
log
@Reset maintainership of ports assigned to antonio@@php.net after numerous
maintainer-timeouts and no response to email.  We hope to see him back.

Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	1.1.4
d12 1
a12 1
MAINTAINER=	ports@@FreeBSD.org
d22 24
@


1.2
log
@Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with:	thierry, antonio@@php.net
@
text
@d12 1
a12 1
MAINTAINER=	antonio@@php.net
@


1.1
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@@php.net>
@
text
@d23 1
a23 1
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
@

