From owner-freebsd-www@FreeBSD.ORG Fri Dec 12 15:30:28 2003 Return-Path: Delivered-To: freebsd-www@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CED1316A4CE for ; Fri, 12 Dec 2003 15:30:28 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B6B043D2D for ; Fri, 12 Dec 2003 15:30:25 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) hBCNUOFR025896 for ; Fri, 12 Dec 2003 15:30:24 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id hBCNUOql025894; Fri, 12 Dec 2003 15:30:24 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 12 Dec 2003 15:30:24 -0800 (PST) Resent-Message-Id: <200312122330.hBCNUOql025894@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-www@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Miller Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B92E16A4DC for ; Fri, 12 Dec 2003 15:20:35 -0800 (PST) Received: from piggy.asa.org.ua (asa.org.ua [213.130.25.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6848E43D36 for ; Fri, 12 Dec 2003 15:20:33 -0800 (PST) (envelope-from asm@asa.org.ua) Received: from asm by piggy.asa.org.ua with local id 1AUwaF-000KUH-Ax for FreeBSD-gnats-submit@freebsd.org; Sat, 13 Dec 2003 01:20:31 +0200 Message-Id: Date: Sat, 13 Dec 2003 01:20:31 +0200 From: Alex Miller To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: www/60195: New port: pear-HTTP_Session: OO interface to the session_* family functions X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2003 23:30:29 -0000 >Number: 60195 >Category: www >Synopsis: New port: pear-HTTP_Session: OO interface to the session_* family functions >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-www >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 12 15:30:24 PST 2003 >Closed-Date: >Last-Modified: >Originator: Alex Miller >Release: FreeBSD 5.1-RELEASE-p10 i386 >Organization: Home Sweet Home, Inc. >Environment: System: FreeBSD 5.1-RELEASE-p10 #5: Sat Oct 4 15:01:03 EEST 2003 asm@piggy.asa.org.ua:PIGGY i386 >Description: 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 >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # www/pear-HTTP_Session/ # www/pear-HTTP_Session/Makefile # www/pear-HTTP_Session/distinfo # www/pear-HTTP_Session/pkg-descr # www/pear-HTTP_Session/pkg-plist # echo c - www/pear-HTTP_Session/ mkdir -p www/pear-HTTP_Session/ > /dev/null 2>&1 echo x - www/pear-HTTP_Session/Makefile sed 's/^X//' >www/pear-HTTP_Session/Makefile << 'END-of-www/pear-HTTP_Session/Makefile' X# Ports collection makefile for: pear-HTTP_Session X# Date created: 13 December 2003 X# Whom: Alex Miller () X# X# $FreeBSD$ X# X XPORTNAME= HTTP_Session XPORTVERSION= 0.4 XCATEGORIES= devel www pear X XMAINTAINER= ports@FreeBSD.org XCOMMENT= PEAR Object-oriented interface to the session_* family functions X XBUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR XRUN_DEPENDS= ${BUILD_DEPENDS} X X.include X.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common" X X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${INSTALL_DATA} ${WRKSRC}/docs/sessiondata.sql ${DOCSDIR} X @${INSTALL_DATA} ${WRKSRC}/docs/HTTP_Session_Example.php ${DOCSDIR} X @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." X.endif X Xdo-install: X @${MKDIR} ${PEARDIR}/Session/Container X @${CP} -p ${WRKSRC}/Session/Container/DB.php ${PEARDIR}/Session/Container X @${CP} -p ${WRKSRC}/Session/Container.php ${PEARDIR}/Session X @${CP} ${WRKSRC}/Session.php ${PEARDIR} X @${CHOWN} ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Session.php X @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Session X X.include END-of-www/pear-HTTP_Session/Makefile echo x - www/pear-HTTP_Session/distinfo sed 's/^X//' >www/pear-HTTP_Session/distinfo << 'END-of-www/pear-HTTP_Session/distinfo' XMD5 (PEAR/HTTP_Session-0.4.tgz) = aeb0a0cc805d7755d2086e067adf1761 END-of-www/pear-HTTP_Session/distinfo echo x - www/pear-HTTP_Session/pkg-descr sed 's/^X//' >www/pear-HTTP_Session/pkg-descr << 'END-of-www/pear-HTTP_Session/pkg-descr' XObject-oriented interface to the session_* family functions Xit provides extra features such as database storage for Xsession data using DB package. It introduces new methods Xlike isNew(), useCookies(), setExpire(), setIdle(), XisExpired(), isIdled() and others. X XWWW: http://pear.php.net/package-info.php?package=HTTP_Session END-of-www/pear-HTTP_Session/pkg-descr echo x - www/pear-HTTP_Session/pkg-plist sed 's/^X//' >www/pear-HTTP_Session/pkg-plist << 'END-of-www/pear-HTTP_Session/pkg-plist' X%%PEARDIR%%/Session.php X%%PEARDIR%%/Session/Container.php X%%PEARDIR%%/Session/Container/DB.php X%%PKGREGDIR%%/package.xml X%%PORTDOCS%%%%DOCSDIR%%/HTTP_Session_Example.php X%%PORTDOCS%%%%DOCSDIR%%/sessiondata.sql X@dirrm %%PEARDIR%%/Session/Container X@unexec rmdir %D/%%PEARDIR%%/Session/Container 2>/dev/null || true X@unexec rmdir %D/%%PEARDIR%%/Session 2>/dev/null || true X@dirrm %%PKGREGDIR%% X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-www/pear-HTTP_Session/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: