From owner-freebsd-ports Tue Oct 1 19:50: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88F1A37B401 for ; Tue, 1 Oct 2002 19:50:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B64AC43E77 for ; Tue, 1 Oct 2002 19:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g922o2Co088445 for ; Tue, 1 Oct 2002 19:50:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g922o2fK088444; Tue, 1 Oct 2002 19:50:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1444E37B401 for ; Tue, 1 Oct 2002 19:48:56 -0700 (PDT) Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54A3643E75 for ; Tue, 1 Oct 2002 19:48:55 -0700 (PDT) (envelope-from gerhard.haering@gmx.de) Received: from fwd08.sul.t-online.de by mailout01.sul.t-online.com with smtp id 17wZZG-0004Yd-01; Wed, 02 Oct 2002 04:48:54 +0200 Received: from gargamel.ghaering.test (510095183908-0001@[217.235.110.22]) by fmrl08.sul.t-online.com with esmtp id 17wZZB-0QRRaKC; Wed, 2 Oct 2002 04:48:49 +0200 Received: from lilith.ghaering.test (unknown [192.168.2.10]) by gargamel.ghaering.test (Postfix) with ESMTP id 84A363D0 for ; Wed, 2 Oct 2002 04:48:49 +0200 (CEST) Received: by lilith.ghaering.test (Postfix, from userid 1000) id 4317F18C853; Wed, 2 Oct 2002 04:48:44 +0200 (CEST) Message-Id: <20021002024844.GB4715@lilith.ghaering.test> Date: Wed, 2 Oct 2002 04:48:44 +0200 From: Gerhard =?iso-8859-1?Q?H=E4ring?= To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/43571: New port: databases/py-PySQLite Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 43571 >Category: ports >Synopsis: New port: databases/py-PySQLite >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 01 19:50:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Gerhard Häring >Release: FreeBSD 4.6-STABLE i386 >Organization: N/A >Environment: System: FreeBSD gargamel.ghaering.test 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Aug 11 05:00:16 CEST 2002 root@gargamel:/usr/obj/mnt/data/bsd/src/sys/GH i386 >Description: A new port for the Python interface to the SQLite embedded SQL engine. >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: # # databases/py-PySQLite/ # databases/py-PySQLite/Makefile # databases/py-PySQLite/pkg-comment # databases/py-PySQLite/pkg-descr # databases/py-PySQLite/pkg-plist # databases/py-PySQLite/distinfo # echo c - databases/py-PySQLite/ mkdir -p databases/py-PySQLite/ > /dev/null 2>&1 echo x - databases/py-PySQLite/Makefile sed 's/^X//' >databases/py-PySQLite/Makefile << 'END-of-databases/py-PySQLite/Makefile' X# New ports collection makefile for: py-PySQLite X# Date created: 02 Oct 2002 X# Whom: Gerhard Haering X# X# $FreeBSD: ports/databases/py-pyPgSQL/Makefile,v 1.5 2002/06/09 16:06:47 pat Exp $ X# X XPORTNAME= PySQLite XPORTVERSION= 0.3.0 XCATEGORIES= databases python XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= pysqlite XPKGNAMEPREFIX= py- XDISTNAME= pysqlite-${PORTVERSION} X XMAINTAINER= gerhard.haering@gmx.de X XRUN_DEPENDS= ${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base XLIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite X XWRKSRC= ${WRKDIR}/pysqlite-${PORTVERSION} XUSE_PYTHON= yes XUSE_REINPLACE= yes XUSE_PYDISTUTILS= yes X XDOCS= README X XPLIST_SUB+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g} X XDATETIME_DEP= ${PYTHON_SITELIBDIR}/mx/DateTime/__init__.py X XDOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} X Xpost-patch: X ${REINPLACE_CMD} -e 's^/usr/local/include/sqlite^${LOCALBASE}/include^g' ${WRKSRC}/setup.py X ${REINPLACE_CMD} -e 's^/usr/local/lib^${LOCALBASE}/lib^g' ${WRKSRC}/setup.py X X.if !defined(NOPORTDOCS) Xpost-install: X @${MKDIR} ${DOCSDIR} X.for file in ${DOCS} X @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} X.endfor X.endif X X.include END-of-databases/py-PySQLite/Makefile echo x - databases/py-PySQLite/pkg-comment sed 's/^X//' >databases/py-PySQLite/pkg-comment << 'END-of-databases/py-PySQLite/pkg-comment' XA DB-API v2 Python library for the SQLite embedded SQL engine END-of-databases/py-PySQLite/pkg-comment echo x - databases/py-PySQLite/pkg-descr sed 's/^X//' >databases/py-PySQLite/pkg-descr << 'END-of-databases/py-PySQLite/pkg-descr' XThe goal of the PySQLite project is to develop a Python extension for SQLite Xthat conforms to the Python Database API Specification 2.0. SQLite is a Xpowerful embedded relational database management system in a compact C library. XIt offers support for a large subset of SQL92, multiple tables, indices, Xtransactions and triggers. X XWWW: http://pysqlite.sourceforge.net/ Xdeveloped by Gerhard Haering and Michael Owens X X- Gerhard Haering END-of-databases/py-PySQLite/pkg-descr echo x - databases/py-PySQLite/pkg-plist sed 's/^X//' >databases/py-PySQLite/pkg-plist << 'END-of-databases/py-PySQLite/pkg-plist' X%%PYTHON_SITELIBDIR%%/pysqlite_exceptions.py X%%PYTHON_SITELIBDIR%%/pysqlite_exceptions.pyc X%%PYTHON_SITELIBDIR%%/pysqlite_exceptions.pyo X%%PYTHON_SITELIBDIR%%/sqlite/__init__.py X%%PYTHON_SITELIBDIR%%/sqlite/__init__.pyc X%%PYTHON_SITELIBDIR%%/sqlite/__init__.pyo X%%PYTHON_SITELIBDIR%%/sqlite/main.py X%%PYTHON_SITELIBDIR%%/sqlite/main.pyc X%%PYTHON_SITELIBDIR%%/sqlite/main.pyo X%%PYTHON_SITELIBDIR%%/sqlite/threadutils.py X%%PYTHON_SITELIBDIR%%/sqlite/threadutils.pyc X%%PYTHON_SITELIBDIR%%/sqlite/threadutils.pyo X%%PYTHON_SITELIBDIR%%/sqlite/constants/__init__.py X%%PYTHON_SITELIBDIR%%/sqlite/constants/__init__.pyc X%%PYTHON_SITELIBDIR%%/sqlite/constants/__init__.pyo X%%PYTHON_SITELIBDIR%%/sqlite/constants/FIELD_TYPE.py X%%PYTHON_SITELIBDIR%%/sqlite/constants/FIELD_TYPE.pyc X%%PYTHON_SITELIBDIR%%/sqlite/constants/FIELD_TYPE.pyo X%%PYTHON_SITELIBDIR%%/sqlite/py22features.py X%%PYTHON_SITELIBDIR%%/sqlite/py22features.pyc X%%PYTHON_SITELIBDIR%%/sqlite/py22features.pyo X%%PYTHON_SITELIBDIR%%/_sqlite.so X@dirrm %%PYTHON_SITELIBDIR%%/sqlite/constants X@dirrm %%PYTHON_SITELIBDIR%%/sqlite X%%PORTDOCS%%share/doc/py-PySQLite/README X%%PORTDOCS%%@dirrm share/doc/py-PySQLite END-of-databases/py-PySQLite/pkg-plist echo x - databases/py-PySQLite/distinfo sed 's/^X//' >databases/py-PySQLite/distinfo << 'END-of-databases/py-PySQLite/distinfo' XMD5 (pysqlite-0.3.0.tar.gz) = c207d45ab958dabeba30162fca27a675 END-of-databases/py-PySQLite/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message