head	1.8;
access;
symbols
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3;
locks; strict;
comment	@# @;


1.8
date	2008.05.30.19.15.53;	author miwi;	state dead;
branches;
next	1.7;

1.7
date	2008.04.26.19.11.32;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2007.07.21.11.06.54;	author chinsan;	state Exp;
branches;
next	1.5;

1.5
date	2007.03.09.11.26.19;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2005.12.09.19.24.51;	author ale;	state Exp;
branches;
next	1.3;

1.3
date	2004.04.13.20.23.20;	author thierry;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.8
log
@2008-05-15 net-p2p/dclibc: Abandoned, not used, website disappeared
2008-04-07 net-mgmt/ap-utils: Does not work with gcc4.2; appears to be abandoned
2008-03-31 multimedia/xfce4-xmms-controller-plugin: Project is dead
2008-05-15 www/pear-HTTP_Session: Use www/pear-HTTP_Session2 instead
2008-05-04 security/bioapitool: All functionallity of this tools has been merged with pam_bsdbioapi
@
text
@# Ports collection makefile for:  pear-HTTP_Session
# Date created:			  13 December 2003
# Whom:				  Alex Miller (<asm@@asm.kiev.ua>)
#
# $FreeBSD: ports/www/pear-HTTP_Session/Makefile,v 1.7 2008/04/26 19:11:32 miwi Exp $
#

PORTNAME=	HTTP_Session
PORTVERSION=	0.5.6
CATEGORIES=	www devel pear

MAINTAINER=	bg1tpt@@gmail.com
COMMENT=	PEAR Object-oriented interface to the session_* family functions

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS=	${BUILD_DEPENDS}

USE_DOS2UNIX=	yes

DEPRECATED=	Use www/pear-HTTP_Session2 instead
EXPIRATION_DATE=	2008-05-15

FILES=		Session.php Session/Container.php Session/Container/DB.php \
		Session/Container/MDB.php Session/Container/MDB2.php \
		Session/Container/Memcache.php
EXAMPLES=	HTTP_Session_Example.php Container_Example.php sessiondata.sql
_EXAMPLESDIR=	docs
TESTS=		AllTests.bat AllTests.php HTTP_SessionTest.php \
		HTTP_Session_ContainerTest.php

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


1.7
log
@- Mark DEPRECATED
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Update to 0.5.6.

PR:		ports/114662
Submitted by:	chinsan
Approved by:	maintainer, rafan (mentor)
@
text
@d20 3
@


1.5
log
@- Update to 0.5.5
- Pass maintainership to submitter

PR:             110118
Submitted by:   Zhen REN<bg1tpt@@gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	0.5.5
d18 5
a22 1
FILES=		Session.php Session/Container.php Session/Container/DB.php Session/Container/MDB.php Session/Container/MDB2.php
d25 2
@


1.4
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 1
PORTVERSION=	0.4
d12 1
a12 1
MAINTAINER=	ports@@FreeBSD.org
d18 2
a19 2
FILES=		Session.php Session/Container.php Session/Container/DB.php
EXAMPLES=	HTTP_Session_Example.php sessiondata.sql
@


1.3
log
@Let Makefile.common do the work.

PR:		ports/65499
Submitted by:	Roman Neuhauser
Approved by:	mat (mentor)
@
text
@d15 1
a15 1
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
d23 1
a23 1
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
@


1.2
log
@pear-* ports: simplify path to devel/pear-PEAR/Makefile.common

    .include <bsd.port.pre.mk>
    .include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"

    can be simplified to:

    .include <bsd.port.pre.mk>
    .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"

    the latter version also doesn't make any assumptions about the
    path of including Makefile

PR:		ports/57152
Submitted by:	Roman Neuhauser <neuhauser@@bellavista.cz>
@
text
@d18 4
a23 16

.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	@@${INSTALL_DATA} ${WRKSRC}/docs/sessiondata.sql ${DOCSDIR}
	@@${INSTALL_DATA} ${WRKSRC}/docs/HTTP_Session_Example.php ${DOCSDIR}
	@@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif

do-install:
	@@${MKDIR} ${PEARDIR}/Session/Container
	@@${CP} -p ${WRKSRC}/Session/Container/DB.php ${PEARDIR}/Session/Container
	@@${CP} -p ${WRKSRC}/Session/Container.php ${PEARDIR}/Session
	@@${CP} ${WRKSRC}/Session.php ${PEARDIR}
	@@${CHOWN} ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Session.php
	@@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Session

@


1.1
log
@New port: pear-HTTP_Session: OO interface to the session_* family functions

	Object-oriented interface to the session_* family functions
	it provides extra features such as database storage for
	session data using DB package. It introduces new methods
	like isNew(), useCookies(), setExpire(), setIdle(),
	isExpired(), isIdled() and others.

	WWW: http://pear.php.net/package-info.php?package=HTTP_Session

PR:		ports/60195
Submitted by:	Alex Miller <asm@@asm.kiev.ua>
@
text
@d19 1
a19 1
.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
@

