Date: Thu, 27 Oct 2005 22:08:22 +0800 From: Dryice Liu <dryice@hotpop.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Dryice Liu <dryice@hotpop.com> Subject: ports/88083: [new port] www/session2: Persistent Session Management for Quixote 2.x Message-ID: <20051027140836.568151A0204@smtp-1.hotpop.com> Resent-Message-ID: <200510271530.j9RFU96Q032947@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 88083 >Category: ports >Synopsis: [new port] www/session2: Persistent Session Management for Quixote 2.x >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: Thu Oct 27 15:30:08 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Dryice Liu >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD dryice.3322.org 5.4-STABLE FreeBSD 5.4-STABLE #5: Fri Jul 1 19:39:07 CST 2005 ddliu@dryice.3322.org:/usr/obj/usr/src/sys/SERVER i386 >Description: Attached is the shar file for session2, the persistent session management for www/quixote Please note the PR obsolete ports/82507 with a new version and a new name. Please close ports/82507 >How-To-Repeat: N/A >Fix: --- session2.shar begins here --- # 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: # # /usr/ports/www/session2 # /usr/ports/www/session2/distinfo # /usr/ports/www/session2/Makefile # /usr/ports/www/session2/pkg-descr # /usr/ports/www/session2/pkg-plist # echo c - /usr/ports/www/session2 mkdir -p /usr/ports/www/session2 > /dev/null 2>&1 echo x - /usr/ports/www/session2/distinfo sed 's/^X//' >/usr/ports/www/session2/distinfo << 'END-of-/usr/ports/www/session2/distinfo' XMD5 (session2-0.6.tar.gz) = 7b8d9a9d1ec720d8b562ee60dfdfe67a XSIZE (session2-0.6.tar.gz) = 52389 END-of-/usr/ports/www/session2/distinfo echo x - /usr/ports/www/session2/Makefile sed 's/^X//' >/usr/ports/www/session2/Makefile << 'END-of-/usr/ports/www/session2/Makefile' X# New ports collection makefile for: quixote-session2 X# Date created: 15 June 2005 X# Whom: Dryice Liu <dryice@liu.com.cn> X# X# $FreeBSD$ X# X XPORTNAME= session2 XPORTVERSION= 0.6 XCATEGORIES= www python XMASTER_SITES= http://quixote.idyll.org/session2/ \ X http://bsdchat.com/dist/dryice/ XDISTNAME= session2-${PORTVERSION} X XMAINTAINER= dryice@liu.com.cn XCOMMENT= A quixote session manager with persistent support X XUSE_PYTHON= 2.3+ XUSE_PYDISTUTILS= yes X XOPTIONS= MYSQL "MySQLdb support" on XOPTIONS+= POSTGRESQL "psycopg support" on X X.include <bsd.port.pre.mk> X X.if defined(WITH_MYSQL) XRUN_DEPENDS+= ${PYTHON_SITELIBDIR}/MySQLdb/__init__.py:${PORTSDIR}/databases/py-MySQLdb X.endif X X.if defined(WITH_POSTGRESQL) XRUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psycopgmodule.so:${PORTSDIR}/databases/py-psycopg X.endif X Xpost-install: X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${DOCSDIR} X.for docfile in CHANGES default.css README.html README.txt TODO X @ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR} X.endfor X.endif X X.include <bsd.port.post.mk> END-of-/usr/ports/www/session2/Makefile echo x - /usr/ports/www/session2/pkg-descr sed 's/^X//' >/usr/ports/www/session2/pkg-descr << 'END-of-/usr/ports/www/session2/pkg-descr' XThe session2 package provides simple session handling for Quixote 2.0, Xtogether with persistence mechanisms that can store sessions in a Xvariety of backends, including MySQL and PostgreSQL databases. X XWWW: http://quixote.idyll.org/session2/ END-of-/usr/ports/www/session2/pkg-descr echo x - /usr/ports/www/session2/pkg-plist sed 's/^X//' >/usr/ports/www/session2/pkg-plist << 'END-of-/usr/ports/www/session2/pkg-plist' X%%PYTHON_SITELIBDIR%%/session2/DictSession.py X%%PYTHON_SITELIBDIR%%/session2/DictSession.pyc X%%PYTHON_SITELIBDIR%%/session2/DictSession.pyo X%%PYTHON_SITELIBDIR%%/session2/Session.py X%%PYTHON_SITELIBDIR%%/session2/Session.pyc X%%PYTHON_SITELIBDIR%%/session2/Session.pyo X%%PYTHON_SITELIBDIR%%/session2/SessionManager.py X%%PYTHON_SITELIBDIR%%/session2/SessionManager.pyc X%%PYTHON_SITELIBDIR%%/session2/SessionManager.pyo X%%PYTHON_SITELIBDIR%%/session2/__init__.py X%%PYTHON_SITELIBDIR%%/session2/__init__.pyc X%%PYTHON_SITELIBDIR%%/session2/__init__.pyo X%%PYTHON_SITELIBDIR%%/session2/store/DirectorySessionStore.py X%%PYTHON_SITELIBDIR%%/session2/store/DirectorySessionStore.pyc X%%PYTHON_SITELIBDIR%%/session2/store/DirectorySessionStore.pyo X%%PYTHON_SITELIBDIR%%/session2/store/DurusSessionStore.py X%%PYTHON_SITELIBDIR%%/session2/store/DurusSessionStore.pyc X%%PYTHON_SITELIBDIR%%/session2/store/DurusSessionStore.pyo X%%PYTHON_SITELIBDIR%%/session2/store/MySQLSessionStore.py X%%PYTHON_SITELIBDIR%%/session2/store/MySQLSessionStore.pyc X%%PYTHON_SITELIBDIR%%/session2/store/MySQLSessionStore.pyo X%%PYTHON_SITELIBDIR%%/session2/store/PostgresSessionStore.py X%%PYTHON_SITELIBDIR%%/session2/store/PostgresSessionStore.pyc X%%PYTHON_SITELIBDIR%%/session2/store/PostgresSessionStore.pyo X%%PYTHON_SITELIBDIR%%/session2/store/SessionStore.py X%%PYTHON_SITELIBDIR%%/session2/store/SessionStore.pyc X%%PYTHON_SITELIBDIR%%/session2/store/SessionStore.pyo X%%PYTHON_SITELIBDIR%%/session2/store/ShelveSessionStore.py X%%PYTHON_SITELIBDIR%%/session2/store/ShelveSessionStore.pyc X%%PYTHON_SITELIBDIR%%/session2/store/ShelveSessionStore.pyo X%%PYTHON_SITELIBDIR%%/session2/store/VolatileSessionStore.py X%%PYTHON_SITELIBDIR%%/session2/store/VolatileSessionStore.pyc X%%PYTHON_SITELIBDIR%%/session2/store/VolatileSessionStore.pyo X%%PYTHON_SITELIBDIR%%/session2/store/__init__.py X%%PYTHON_SITELIBDIR%%/session2/store/__init__.pyc X%%PYTHON_SITELIBDIR%%/session2/store/__init__.pyo X%%DOCSDIR%%/CHANGES X%%DOCSDIR%%/README.html X%%DOCSDIR%%/README.txt X%%DOCSDIR%%/TODO X%%DOCSDIR%%/default.css X@dirrm %%DOCSDIR%% X@dirrm %%PYTHON_SITELIBDIR%%/session2/store X@dirrm %%PYTHON_SITELIBDIR%%/session2 END-of-/usr/ports/www/session2/pkg-plist exit --- session2.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051027140836.568151A0204>