From rnejdl@tethys.ringofsaturn.com  Sun Sep  8 14:48:46 2013
Return-Path: <rnejdl@tethys.ringofsaturn.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id C7E5CE42;
	Sun,  8 Sep 2013 14:48:46 +0000 (UTC)
	(envelope-from rnejdl@tethys.ringofsaturn.com)
Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 8931C216F;
	Sun,  8 Sep 2013 14:48:46 +0000 (UTC)
Received: from ASSP.nospam (localhost [127.0.0.1])
	by tethys.ringofsaturn.com (8.14.7/8.14.7) with ESMTP id r88EmihO082214;
	Sun, 8 Sep 2013 09:48:44 -0500 (CDT)
	(envelope-from rnejdl@tethys.ringofsaturn.com)
Received: from tethys.ringofsaturn.com ([127.0.0.1] helo=tethys.ringofsaturn.com)
	by ASSP.nospam with ESMTPS(AES256-SHA) (ASSP 1.9.9); 8 Sep 2013 09:48:44 -0500
Received: (from rnejdl@localhost)
	by tethys.ringofsaturn.com (8.14.7/8.14.7/Submit) id r88EmiwZ082213;
	Sun, 8 Sep 2013 09:48:44 -0500 (CDT)
	(envelope-from rnejdl)
Message-Id: <assp.0963936647.201309081448.r88EmiwZ082213@tethys.ringofsaturn.com>
Date: Sun, 8 Sep 2013 09:48:44 -0500 (CDT)
From: Rusty Nejdl <rnejdl@ringofsaturn.com>
Reply-To: Rusty Nejdl <rnejdl@ringofsaturn.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: python@freebsd.org
Subject: Create new python port databases/py-apsw
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         181938
>Category:       ports
>Synopsis:       Create new python port databases/py-apsw
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    madpilot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 08 14:50:00 UTC 2013
>Closed-Date:    Thu Sep 12 11:45:59 UTC 2013
>Last-Modified:  Thu Sep 12 11:50:00 UTC 2013
>Originator:     Rusty Nejdl
>Release:        FreeBSD 9.2-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD tethys.ringofsaturn.com 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #1 r255073: Sat Aug 31 00:23:06 CDT 2013 root@tethys.ringofsaturn.com:/usr/obj/usr/src/sys/SATURN amd64


>Description:
	This creates a new python port for APSW - Another Python SQLite Wrapper. This port is requred to update deskutils/calibre to the latest release.

>How-To-Repeat:

>Fix:


--- py-apsw.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:
#
#	py-apsw
#	py-apsw/pkg-descr
#	py-apsw/Makefile
#	py-apsw/distinfo
#	py-apsw/pkg-plist
#
echo c - py-apsw
mkdir -p py-apsw > /dev/null 2>&1
echo x - py-apsw/pkg-descr
sed 's/^X//' >py-apsw/pkg-descr << '7c6bcad908f6ee3186cf5d247c0addfa'
XAPSW is a Python wrapper for the SQLite embedded relational database engine. In contrast to other wrappers such as pysqlite it focuses on being a minimal layer over SQLite attempting just to translate the complete SQLite API into Python. The documentation has a section on the differences between APSW and pysqlite. APSW supports CPython 2.3 onwards and CPython 3.1 onwards.
7c6bcad908f6ee3186cf5d247c0addfa
echo x - py-apsw/Makefile
sed 's/^X//' >py-apsw/Makefile << '3f13ced1b1c6edc5307bd15121dbdc0f'
X# Created by: Rusty Nejdl
X# $FreeBSD: head/databases/py-apsw/Makefile 313167 2013-03-01 20:12:01Z lwhsu $
X
XPORTNAME=	apsw
XPORTVERSION=	3.8.0.2
XCATEGORIES=	databases python
XMASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
XDISTNAME=	${PORTNAME}-${PORTVERSION}-r1
XPYDISTUTILS_PKGVERSION=  ${PORTVERSION}_r1
X
XMAINTAINER=	rnejdl@ringofsaturn.com
XCOMMENT=	APSW stands for Another Python SQLite Wrapper.
X
XLIB_DEPENDS=	sqlite3:${PORTSDIR}/databases/sqlite3
X
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=yes
XUSE_ZIP=	yes
X
XCFLAGS+=  -I${LOCALBASE}/include
XLDFLAGS+= -L${LOCALBASE}/lib
X
X.include <bsd.port.mk>
3f13ced1b1c6edc5307bd15121dbdc0f
echo x - py-apsw/distinfo
sed 's/^X//' >py-apsw/distinfo << 'fbb1d2f2c89d0310b1f1f31ba8da57cd'
XSHA256 (apsw-3.8.0.2-r1.zip) = f3da7dbc1c92b9962086de90d6c6ec5ce199ffcc9f4edca9f55ee62b27db61f0
XSIZE (apsw-3.8.0.2-r1.zip) = 662335
fbb1d2f2c89d0310b1f1f31ba8da57cd
echo x - py-apsw/pkg-plist
sed 's/^X//' >py-apsw/pkg-plist << 'ea5a80986e92ba5f9c360df155449f3e'
X%%PYTHON_SITELIBDIR%%/apsw.so
ea5a80986e92ba5f9c360df155449f3e
exit
--- py-apsw.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->madpilot 
Responsible-Changed-By: madpilot 
Responsible-Changed-When: Sun Sep 8 19:57:53 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181938 
State-Changed-From-To: open->closed 
State-Changed-By: madpilot 
State-Changed-When: Thu Sep 12 11:45:58 UTC 2013 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181938 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/181938: commit references a PR
Date: Thu, 12 Sep 2013 11:44:19 +0000 (UTC)

 Author: madpilot
 Date: Thu Sep 12 11:44:05 2013
 New Revision: 327055
 URL: http://svnweb.freebsd.org/changeset/ports/327055
 
 Log:
   APSW is a Python wrapper for the SQLite embedded relational database
   engine. In contrast to other wrappers such as pysqlite it focuses
   on being a minimal layer over SQLite attempting just to translate
   the complete SQLite API into Python. The documentation has a section
   on the differences between APSW and pysqlite. APSW supports CPython
   2.3 onwards and CPython 3.1 onwards.
   
   PR:		ports/181938
   Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com>
 
 Added:
   head/databases/py-apsw/
   head/databases/py-apsw/Makefile   (contents, props changed)
   head/databases/py-apsw/distinfo   (contents, props changed)
   head/databases/py-apsw/pkg-descr   (contents, props changed)
   head/databases/py-apsw/pkg-plist   (contents, props changed)
 Modified:
   head/databases/Makefile
 
 Modified: head/databases/Makefile
 ==============================================================================
 --- head/databases/Makefile	Thu Sep 12 11:40:30 2013	(r327054)
 +++ head/databases/Makefile	Thu Sep 12 11:44:05 2013	(r327055)
 @@ -727,6 +727,7 @@
      SUBDIR += py-MySQLdb51
      SUBDIR += py-MySQLdb55
      SUBDIR += py-PyGreSQL
 +    SUBDIR += py-apsw
      SUBDIR += py-bsddb
      SUBDIR += py-bsddb3
      SUBDIR += py-carbon
 
 Added: head/databases/py-apsw/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/databases/py-apsw/Makefile	Thu Sep 12 11:44:05 2013	(r327055)
 @@ -0,0 +1,24 @@
 +# Created by: Rusty Nejdl
 +# $FreeBSD$
 +
 +PORTNAME=	apsw
 +PORTVERSION=	3.8.0.2
 +CATEGORIES=	databases python
 +MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 +PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 +DISTNAME=	${PORTNAME}-${PORTVERSION}-r1
 +
 +MAINTAINER=	rnejdl@ringofsaturn.com
 +COMMENT=	APSW stands for Another Python SQLite Wrapper
 +
 +LIB_DEPENDS=	libsqlite3.so:${PORTSDIR}/databases/sqlite3
 +
 +PYDISTUTILS_PKGVERSION=	${PORTVERSION}_r1
 +USE_PYTHON=	yes
 +USE_PYDISTUTILS=yes
 +USE_ZIP=	yes
 +
 +CFLAGS+=	-I${LOCALBASE}/include
 +LDFLAGS+=	-L${LOCALBASE}/lib
 +
 +.include <bsd.port.mk>
 
 Added: head/databases/py-apsw/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/databases/py-apsw/distinfo	Thu Sep 12 11:44:05 2013	(r327055)
 @@ -0,0 +1,2 @@
 +SHA256 (apsw-3.8.0.2-r1.zip) = f3da7dbc1c92b9962086de90d6c6ec5ce199ffcc9f4edca9f55ee62b27db61f0
 +SIZE (apsw-3.8.0.2-r1.zip) = 662335
 
 Added: head/databases/py-apsw/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/databases/py-apsw/pkg-descr	Thu Sep 12 11:44:05 2013	(r327055)
 @@ -0,0 +1,6 @@
 +APSW is a Python wrapper for the SQLite embedded relational database
 +engine. In contrast to other wrappers such as pysqlite it focuses
 +on being a minimal layer over SQLite attempting just to translate
 +the complete SQLite API into Python. The documentation has a section
 +on the differences between APSW and pysqlite. APSW supports CPython
 +2.3 onwards and CPython 3.1 onwards.
 
 Added: head/databases/py-apsw/pkg-plist
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/databases/py-apsw/pkg-plist	Thu Sep 12 11:44:05 2013	(r327055)
 @@ -0,0 +1 @@
 +%%PYTHON_SITELIBDIR%%/apsw.so
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
