From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 14 02:00:09 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57C0E1065674 for ; Mon, 14 Apr 2008 02:00:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2FF568FC15 for ; Mon, 14 Apr 2008 02:00:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m3E2095U008198 for ; Mon, 14 Apr 2008 02:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m3E209LK008197; Mon, 14 Apr 2008 02:00:09 GMT (envelope-from gnats) Resent-Date: Mon, 14 Apr 2008 02:00:09 GMT Resent-Message-Id: <200804140200.m3E209LK008197@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Zhen REN Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43059106564A for ; Mon, 14 Apr 2008 01:55:45 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 336D28FC21 for ; Mon, 14 Apr 2008 01:55:45 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m3E1teLG042416 for ; Mon, 14 Apr 2008 01:55:40 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m3E1tevl042415; Mon, 14 Apr 2008 01:55:40 GMT (envelope-from nobody) Message-Id: <200804140155.m3E1tevl042415@www.freebsd.org> Date: Mon, 14 Apr 2008 01:55:40 GMT From: Zhen REN To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/122739: [NEW PORT] www/pear-HTTP_Session2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Apr 2008 02:00:09 -0000 >Number: 122739 >Category: ports >Synopsis: [NEW PORT] www/pear-HTTP_Session2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 14 02:00:08 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Zhen REN >Release: 7.0-STABLE >Organization: >Environment: FreeBSD razor 7.0-STABLE FreeBSD 7.0-STABLE #0: Mon Mar 17 10:49:08 CST 2008 root@razor:/usr/obj/usr/src/sys/GENERIC i386 >Description: The package of pear-HTTP_Session has been superseded, use HTTP_Session2 instead. >How-To-Repeat: N/A >Fix: N/A Patch attached with submission follows: # 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: # # ./pear-HTTP_Session2 # ./pear-HTTP_Session2/distinfo # ./pear-HTTP_Session2/Makefile # ./pear-HTTP_Session2/pkg-descr # echo c - ./pear-HTTP_Session2 mkdir -p ./pear-HTTP_Session2 > /dev/null 2>&1 echo x - ./pear-HTTP_Session2/distinfo sed 's/^X//' >./pear-HTTP_Session2/distinfo << 'END-of-./pear-HTTP_Session2/distinfo' XMD5 (PEAR/HTTP_Session2-0.7.2.tgz) = 3cce2f2c35fc36f726e01df10e006a48 XSHA256 (PEAR/HTTP_Session2-0.7.2.tgz) = 716c8745c09090981c4544d6361018c86d2491ade66e8c0779579365c866de73 XSIZE (PEAR/HTTP_Session2-0.7.2.tgz) = 13636 END-of-./pear-HTTP_Session2/distinfo echo x - ./pear-HTTP_Session2/Makefile sed 's/^X//' >./pear-HTTP_Session2/Makefile << 'END-of-./pear-HTTP_Session2/Makefile' X# Ports collection makefile for: pear-HTTP_Session2 X# Date created: 14 Apr. 2008 X# Whom: Zhen REN X# X# $FreeBSD$ X# X XPORTNAME= HTTP_Session2 XPORTVERSION= 0.7.2 XCATEGORIES= www devel pear X XMAINTAINER= bg1tpt@gmail.com XCOMMENT= PHP5 Session Handler X XBUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear XRUN_DEPENDS= ${BUILD_DEPENDS} X XFILES= HTTP/Session2.php \ X HTTP/Session2/Container.php HTTP/Session2/Exception.php \ X HTTP/Session2/Container/DB.php \ X HTTP/Session2/Container/Interface.php \ X HTTP/Session2/Container/MDB2.php \ X HTTP/Session2/Container/Memcache.php XEXAMPLES= HTTP_Session2_Example.php sessiondata.sql X_EXAMPLESDIR= docs XTESTS= AllTests.php Session2Test.php X X.include X.include "${PORTSDIR}/devel/pear/bsd.pear.mk" X.include END-of-./pear-HTTP_Session2/Makefile echo x - ./pear-HTTP_Session2/pkg-descr sed 's/^X//' >./pear-HTTP_Session2/pkg-descr << 'END-of-./pear-HTTP_Session2/pkg-descr' XPHP5 Object-oriented interface to the session_* family functions Xit provides extra features such as database storage for session Xdata using DB/MDB2 packages. X XSupported containers are PEAR::DB, PEAR::MDB2 and Memcache. X XHTTP_Session2 introduces new methods such as isNew(), useCookies(), XsetExpire(), setIdle(), isExpired(), isIdled() and more. X XWWW: http://pear.php.net/package/HTTP_Session2 END-of-./pear-HTTP_Session2/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: