Date: Fri, 15 Apr 2011 02:00:08 GMT From: Jose Jachuf <jjachuf@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/156414: It is a new port Message-ID: <201104150200.p3F208MQ016368@red.freebsd.org> Resent-Message-ID: <201104150200.p3F20LnO069269@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 156414 >Category: ports >Synopsis: It is a new port >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: Fri Apr 15 02:00:21 UTC 2011 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104150200.p3F208MQ016368>