head	1.15;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.2;
locks; strict;
comment	@# @;


1.15
date	2012.11.17.06.01.14;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2011.10.18.05.09.45;	author sunpoet;	state Exp;
branches;
next	1.13;

1.13
date	2011.09.21.02.46.16;	author tabthorpe;	state Exp;
branches;
next	1.12;

1.12
date	2011.09.12.18.40.00;	author sunpoet;	state Exp;
branches;
next	1.11;

1.11
date	2010.06.05.16.17.31;	author miwi;	state Exp;
branches;
next	1.10;

1.10
date	2009.08.22.22.16.38;	author miwi;	state Exp;
branches;
next	1.9;

1.9
date	2006.08.22.08.02.52;	author pav;	state Exp;
branches;
next	1.8;

1.8
date	2005.12.09.19.24.45;	author ale;	state Exp;
branches;
next	1.7;

1.7
date	2003.12.28.07.55.46;	author edwin;	state Exp;
branches;
next	1.6;

1.6
date	2003.11.12.23.46.18;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2003.10.07.22.54.01;	author edwin;	state Exp;
branches;
next	1.4;

1.4
date	2003.06.07.23.00.40;	author nork;	state Exp;
branches;
next	1.3;

1.3
date	2003.03.30.02.15.29;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.26.02.47.55;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2003.02.24.05.55.57;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.15
log
@Switch exporter over
@
text
@# Ports collection makefile for:  pear-Auth_SASL
# Date created:			  2 February 2003
# Whom:				  Thierry Thomas (<thierry@@pompo.net>)
#
# $FreeBSD: head/security/pear-Auth_SASL/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Auth_SASL
PORTVERSION=	1.0.6
CATEGORIES=	security www pear

MAINTAINER=	sunpoet@@FreeBSD.org
COMMENT=	PEAR abstraction of various SASL mechanism responses

BUILD_DEPENDS=	${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
RUN_DEPENDS=	${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth

FILES=		Auth/SASL.php Auth/SASL/Anonymous.php \
		Auth/SASL/Common.php Auth/SASL/CramMD5.php \
		Auth/SASL/External.php Auth/SASL/DigestMD5.php \
		Auth/SASL/Login.php Auth/SASL/Plain.php

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


1.14
log
@- Update to 1.0.6
- Take maintainership

Changes:	http://pear.php.net/package/Auth_SASL/download/
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@- Reassign to the heap
@
text
@d9 1
a9 1
PORTVERSION=	1.0.5
d12 1
a12 1
MAINTAINER=	ports@@FreeBSD.org
@


1.12
log
@- Update to 1.0.5

Changes:	http://pear.php.net/package/Auth_SASL/download/All
PR:		ports/160559
Submitted by:	sunpoet (myself)
Approved by:	Anish Mistry <amistry@@am-productions.biz> (maintainer)
@
text
@d12 1
a12 1
MAINTAINER=	amistry@@am-productions.biz
@


1.11
log
@- Update to 1.0.4

PR:		147443
Submitted by:	Anish Mistry <amistry@@am-productions.biz> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.0.4
d16 1
a16 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.10
log
@- Update to 1.0.3

PR:		137453
Submitted by:	Wen Heping <wenheping@@gmail.com>
Approved by:	maintainer timeout
@
text
@d9 1
a9 1
PORTVERSION=	1.0.3
@


1.9
log
@- Update to 1.0.2
- Grant maintainership to the submitter

PR:		ports/97546
Submitted by:	Anish Mistry <amistry@@am-productions.biz>
@
text
@d9 1
a9 1
PORTVERSION=	1.0.2
d18 4
a21 3
CATEGORY=	Auth
FILES=		SASL.php SASL/Anonymous.php SASL/Common.php SASL/CramMD5.php \
		SASL/DigestMD5.php SASL/Login.php SASL/Plain.php
@


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

Discussed with:	thierry, antonio@@php.net
@
text
@d9 1
a9 2
PORTVERSION=	1.0.1
PORTREVISION=	1
d12 1
a12 1
MAINTAINER=	ports@@FreeBSD.org
@


1.7
log
@[PATCH] simplify pear-* ports

	These patches do the following things for PEAR ports:

	* devel-pear-PEAR-Makefile.common.patch
	    - provides a do-install target and all that jazz in
	      devel/pear-PEAR/Makefile.common
	    - individual PEAR ports now just set a few variables:
	* pear-ports-Makefile.common-ng.patch
	    contains changes for all pear-* ports including devel/pear-PEAR

	See http://smradoch.innuendo.cz/FreeBSD/ for complete description.

Note: still missing are:
	devel/pear-HTML_Common
	devel/pear-I18N
	net/pear-Net_NNTP
	security/pear-Auth

PR:		ports/59213
Submitted by:	Roman Neuhauser <neuhauser@@bellavista.cz>
@
text
@d24 1
a24 1
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
@


1.6
log
@Add the virtual category "pear" to the Makefiles of these ports.

PR:		ports/56582
Submitted by:	edwin@@mavetju.org
Approved by:	portmgr@@freebsd.org
@
text
@d10 1
d19 4
d24 1
a24 12
.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"

MANIFEST=	SASL.php SASL

do-install:
.for FILE in ${MANIFEST}
	@@${CP} -Rp ${WRKSRC}/${FILE} ${PEARDIR}/Auth
	@@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Auth/${FILE}
.endfor
	@@${CHMOD} a-x ${PEARDIR}/Auth/SASL/*
	@@${CHMOD} a-x ${PEARDIR}/Auth/SASL.php

@


1.5
log
@security/pear-Auth_SASL: upgrading to 1.0.1.

	This PR upgrades pear-Auth_SASL to its latest version.

PR:		ports/56719
Submitted by:	Thierry Thomas <thierry@@pompo.net>
@
text
@d10 1
a10 1
CATEGORIES=	security www
@


1.4
log
@Update to pear-Archive_Tar 1.1.
Update to pear-PEAR 1.1.
Update to pear-HTML_Common 1.2.
Update to pear-Net_SMTP 1.2.3.
Update to pear-Log 1.6.5.
Update to pear-I18N 0.8.5.
Update to pear 4.3.2.

Adapt following ports for pear-PEAR's Makefile.common.
pear-Console_Getopt, pear-Auth, pear-Auth_SASL, devel/pear-Date,
net/pear-Net_Socket, pear-Mail_Mime, pear-Crypt_CBC, pear-mailparse,
pear-File, pear-HTML_Select_Common, and pear-Net_Sieve

PR:		ports/52596, ports/52641, ports/52655, ports/52656,
		ports/52671, ports/52678, ports/52845
Submitted by:	Thierry Thomas <thierry@@pompo.net>
@
text
@d9 1
a9 2
PORTVERSION=	1.0.0
PORTREVISION=	2
@


1.3
log
@security/pear-Auth_SASL: fixed installed package

PR:		ports/50036
Submitted by:	Thierry Thomas <thierry@@pompo.net>
@
text
@d10 1
a10 1
PORTREVISION=	1
a11 4
MASTER_SITES=	http://pear.php.net/get/
PKGNAMEPREFIX=	pear-
EXTRACT_SUFX=	.tgz
DIST_SUBDIR=	PEAR
a18 2
NO_BUILD=	yes

d20 1
a20 10

.if exists(${LOCALBASE}/bin/php-config)
PHP_BASE!=	${LOCALBASE}/bin/php-config --prefix
.else
PHP_BASE=	${LOCALBASE}
.endif
PEAR=		${LOCALBASE}/bin/pear
LPHP_LIB=	lib/php
PEARDIR=	${PHP_BASE}/${LPHP_LIB}
PLIST_SUB=	PEARDIR=${LPHP_LIB}
a30 4

post-install:
# Register a new package
	@@${PEAR} install -r -f ${WRKDIR}/package.xml
@


1.2
log
@make index and kris happy
@
text
@d10 1
d20 1
a20 1
BUILD_DEPENDS=	${PEARDIR}/PEAR.php.dist:${PORTSDIR}/devel/pear-PEAR
d41 2
a42 2
	@@${CP} -Rp ${WRKSRC}/${FILE} ${PEARDIR}
	@@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/${FILE}
d44 2
a45 2
	@@${CHMOD} a-x ${PEARDIR}/SASL/*
	@@${CHMOD} a-x ${PEARDIR}/SASL.php
@


1.1
log
@New port: security/pear-Auth_SASL

	PEAR abstraction of various SASL mechanism responses.

PR:		ports/48120
Submitted by:	Thierry Thomas <thierry@@pompo.net>
@
text
@d29 1
a29 1
PHP_BASE!=	${LOCALBASE}
@

