From nobody@FreeBSD.org  Fri Apr 15 02:00:10 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3C2D2106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 15 Apr 2011 02:00:09 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 16D3A8FC18
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 15 Apr 2011 02:00:09 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p3F2089i016369
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 15 Apr 2011 02:00:08 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p3F208MQ016368;
	Fri, 15 Apr 2011 02:00:08 GMT
	(envelope-from nobody)
Message-Id: <201104150200.p3F208MQ016368@red.freebsd.org>
Date: Fri, 15 Apr 2011 02:00:08 GMT
From: Jose Jachuf <jjachuf@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: It is a new port
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         156414
>Category:       ports
>Synopsis:       new port: databases/py-firebirdsql, Python DBAPI module for FirebirdSQL
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 15 02:00:21 UTC 2011
>Closed-Date:    Fri Apr 22 00:48:55 UTC 2011
>Last-Modified:  Fri Apr 22 00:50:08 UTC 2011
>Originator:     Jose Jachuf
>Release:        8.2-RELEASE
>Organization:
-
>Environment:
FreeBSD hp530.compass.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011     root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
It is a new port. Python DBAPI module for FirebirdSQL.
This is my first port! I am happy.
>How-To-Repeat:
Nothing
>Fix:
Nothing

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:
#
#	py-firebirdsql
#	py-firebirdsql/Makefile
#	py-firebirdsql/distinfo
#	py-firebirdsql/pkg-descr
#	py-firebirdsql/pkg-plist
#
echo c - py-firebirdsql
mkdir -p py-firebirdsql > /dev/null 2>&1
echo x - py-firebirdsql/Makefile
sed 's/^X//' >py-firebirdsql/Makefile << 'b36b370ed248087c05983116cdeabe2d'
X# New ports collection makefile for:	py-firebirdsql
X# Date created:		2011-04-14
X# Whom:			Jose Jachuf <jjachuf@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	firebirdsql
XPORTVERSION=	0.4.0
XCATEGORIES=	databases python
XMASTER_SITES=	CHEESESHOP
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=	jjachuf@gmail.com
XCOMMENT=	Python DBAPI module for FirebirdSQL
X
X#LIB_DEPENDS+=	fbembed.2:${PORTSDIR}/databases/firebird25-client
XLIB_DEPENDS+=	fbclient.2:${PORTSDIR}/databases/firebird25-client
X
XWRKSRC=			${WRKDIR}/${PORTNAME}-${PORTVERSION}
X
XUSE_PYTHON=		yes
XUSE_PYDISTUTILS=	yes
XUSE_PYTHON_PREFIX=	yes
X
XPLIST_SUB=		INSTALLDIR=lib/${PYTHON_VERSION}/site-packages/${PORTNAME}
X
Xpost-extract:
X	@${REINPLACE_CMD} -e "s@DEFAULT_FREEBSD_HOME_DIR = '.*'@DEFAULT_FREEBSD_HOME_DIR = '${LOCALBASE}'@" \
X		${WRKSRC}/setup.py
X
X.include <bsd.port.mk>
b36b370ed248087c05983116cdeabe2d
echo x - py-firebirdsql/distinfo
sed 's/^X//' >py-firebirdsql/distinfo << 'b99c1caad70521f756c84ec7895428d0'
XSHA256 (firebirdsql-0.4.0.tar.gz) = 85c59e9b0f2576605b2fbea3b5a24d22aab2d89dfce6ebfec4e26eb56422ffab
XSIZE (firebirdsql-0.4.0.tar.gz) = 28505
b99c1caad70521f756c84ec7895428d0
echo x - py-firebirdsql/pkg-descr
sed 's/^X//' >py-firebirdsql/pkg-descr << '2c9360b274384cc2f9f398ea07435a98'
XPython DBAPI module for FirebirdSQL
X
XWWW: https://github.com/nakagami/pyfirebirdsql 
2c9360b274384cc2f9f398ea07435a98
echo x - py-firebirdsql/pkg-plist
sed 's/^X//' >py-firebirdsql/pkg-plist << '4089768db05cc2b02094d061112db833'
X%%INSTALLDIR%%/__init__.py
X%%INSTALLDIR%%/__init__.pyo
X%%INSTALLDIR%%/__init__.pyc
X%%INSTALLDIR%%/fbcore.py
X%%INSTALLDIR%%/fbcore.pyo
X%%INSTALLDIR%%/fbcore.pyc
X%%INSTALLDIR%%/fberrmsgs.py
X%%INSTALLDIR%%/fberrmsgs.pyo
X%%INSTALLDIR%%/fberrmsgs.pyc
X%%INSTALLDIR%%/tests.py
X%%INSTALLDIR%%/tests.pyo
X%%INSTALLDIR%%/tests.pyc
X@dirrm %%INSTALLDIR%%
4089768db05cc2b02094d061112db833
exit



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: wen 
State-Changed-When: Fri Apr 22 00:48:54 UTC 2011 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/156414: commit references a PR
Date: Fri, 22 Apr 2011 00:47:53 +0000 (UTC)

 wen         2011-04-22 00:47:39 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases            Makefile 
   Added files:
     databases/py-firebirdsql Makefile distinfo pkg-descr pkg-plist 
   Log:
   This is a python DBAPI module for FirebirdSQL.
   
   WWW: https://github.com/nakagami/pyfirebirdsql
   
   PR:             ports/156414
   Submitted by:   Jose Jachuf <jjachuf@gmail.com>
   
   Revision  Changes    Path
   1.975     +1 -0      ports/databases/Makefile
   1.1       +20 -0     ports/databases/py-firebirdsql/Makefile (new)
   1.1       +2 -0      ports/databases/py-firebirdsql/distinfo (new)
   1.1       +3 -0      ports/databases/py-firebirdsql/pkg-descr (new)
   1.1       +13 -0     ports/databases/py-firebirdsql/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
