Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
PyGreSQL is a python module that interfaces to a PostgreSQL database. It
embeds the PostgreSQL query library to allow easy use of the powerful
PostgreSQL features from a Python script. This also includes support for
the Python DB-API.

View File

@@ -0,0 +1,45 @@
# $NetBSD: Makefile,v 1.68 2013/01/08 15:09:59 darcy Exp $
DISTNAME= PyGreSQL-4.1.1
PKGNAME= ${PYPKGPREFIX}-postgresql-4.1.1
CATEGORIES= databases python
MASTER_SITES= http://pygresql.org/files/
EXTRACT_SUFX= .tgz
OWNER= darcy@NetBSD.org
HOMEPAGE= http://www.PyGreSQL.org/
COMMENT= Python interface to PostgreSQL
MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}
MAKE_ENV+= BINDIR=${PREFIX}/bin
USE_TOOLS+= gmake
LICENSE= postgresql-license
MAKE_FILE= GNUmakefile
MAKE_ENV+= INSTALLED_LIBPQ=1
PY_PATCHPLIST= yes
PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q}
REPLACE_PYTHON= pg.py pgdb.py
PYDISTUTILSPKG= yes
DOCDIR= ${PREFIX}/share/doc/${PYPKGPREFIX}-postgresql
INSTALLATION_DIRS= ${DOCDIR}/tutorial ${DOCDIR}/docs
post-install:
set -e; \
cd ${WRKSRC}/tutorial; \
for f in *.py; do \
${INSTALL_DATA} "$$f" ${DESTDIR}${DOCDIR}/tutorial; \
done
set -e; \
cd ${WRKSRC}/docs; \
for f in *; do \
${INSTALL_DATA} "$$f" ${DESTDIR}${DOCDIR}/docs; \
done
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,33 @@
@comment $NetBSD: PLIST,v 1.10 2013/01/03 16:56:22 darcy Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/_pg.so
${PYSITELIB}/pg.py
${PYSITELIB}/pg.pyc
${PYSITELIB}/pg.pyo
${PYSITELIB}/pgdb.py
${PYSITELIB}/pgdb.pyc
${PYSITELIB}/pgdb.pyo
share/doc/${PYPKGPREFIX}-postgresql/docs/announce.html
share/doc/${PYPKGPREFIX}-postgresql/docs/announce.txt
share/doc/${PYPKGPREFIX}-postgresql/docs/changelog.html
share/doc/${PYPKGPREFIX}-postgresql/docs/changelog.txt
share/doc/${PYPKGPREFIX}-postgresql/docs/default.css
share/doc/${PYPKGPREFIX}-postgresql/docs/docs.css
share/doc/${PYPKGPREFIX}-postgresql/docs/future.html
share/doc/${PYPKGPREFIX}-postgresql/docs/future.txt
share/doc/${PYPKGPREFIX}-postgresql/docs/index.html
share/doc/${PYPKGPREFIX}-postgresql/docs/install.html
share/doc/${PYPKGPREFIX}-postgresql/docs/install.txt
share/doc/${PYPKGPREFIX}-postgresql/docs/pg.html
share/doc/${PYPKGPREFIX}-postgresql/docs/pg.txt
share/doc/${PYPKGPREFIX}-postgresql/docs/pgdb.html
share/doc/${PYPKGPREFIX}-postgresql/docs/pgdb.txt
share/doc/${PYPKGPREFIX}-postgresql/docs/readme.html
share/doc/${PYPKGPREFIX}-postgresql/docs/readme.txt
share/doc/${PYPKGPREFIX}-postgresql/tutorial/advanced.py
share/doc/${PYPKGPREFIX}-postgresql/tutorial/basics.py
share/doc/${PYPKGPREFIX}-postgresql/tutorial/func.py
share/doc/${PYPKGPREFIX}-postgresql/tutorial/syscat.py

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.16 2013/01/08 15:09:59 darcy Exp $
SHA1 (PyGreSQL-4.1.1.tgz) = eafd5b9ae92102bec088c7f2fe3ce3b359eb60c4
RMD160 (PyGreSQL-4.1.1.tgz) = 5cd30aceb7cb82acb2e3a36045be30b21112dd3f
Size (PyGreSQL-4.1.1.tgz) = 100883 bytes