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

3
databases/py-cdb/DESCR Normal file
View File

@@ -0,0 +1,3 @@
D. J. Bernstein's constant database library adapted as a python
extension module. Like GDBM and kin, cdb files map keys to values.
The file format boasts wickedly fast lookups and atomic updates.

17
databases/py-cdb/Makefile Normal file
View File

@@ -0,0 +1,17 @@
# $NetBSD: Makefile,v 1.3 2013/04/06 03:45:08 rodent Exp $
#
DISTNAME= python-cdb-0.34
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
CATEGORIES= databases
MASTER_SITES= http://pilcrow.madison.wi.us/python-cdb/
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://pilcrow.madison.wi.us/
COMMENT= Python extension module for cdb
LICENSE= gnu-gpl-v2
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"

2
databases/py-cdb/PLIST Normal file
View File

@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2011/08/06 22:49:44 ryoon Exp $
${PYSITELIB}/cdbmodule.so

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2011/08/06 22:49:44 ryoon Exp $
SHA1 (python-cdb-0.34.tar.gz) = 6c5ef1f27fe0e5c2e9a4a032435ebf58c82639f2
RMD160 (python-cdb-0.34.tar.gz) = 02519e7c03aae5798823ab4cd0388b6afaf1908a
Size (python-cdb-0.34.tar.gz) = 18865 bytes