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,15 @@
CryptKit is a developer's toolkit implementing several of the most
modern and efficient cryptographic algorithms. The kit is primarily
written in ANSI C for speed and subsequently wrapped with SWIG for
ease of use in python.
CryptKit is small and fast, mainly because it implements excellent
algorithms: Rijndael (AES), SHA 256 bits, Elliptic Curve PKI,
Diffie-Hellman key exchange and Nyberg-Ruppel signature/verification.
These modules are combined to provide a faster, lighter and easier
to use secure socket alternative to SSL. CryptKit is not compatible
with SSL. Whereas SSL aims to support a wide variety of algorithms
that essentially perform the same task ( like DES/RC4/RC2 or MD5/SHA
), CryptKit takes the minimalist approach of implementing only one
version of each crypto primitve. Great care went into selecting the
best of what was available.

View File

@@ -0,0 +1,14 @@
# $NetBSD: Makefile,v 1.15 2012/10/23 18:16:53 asau Exp $
DISTNAME= cryptkit-0.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 2
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cryptkit/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://cryptkit.sourceforge.net/
COMMENT= Python Cryptographic Toolkit
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,38 @@
@comment $NetBSD: PLIST,v 1.5 2012/04/08 20:21:55 wiz Exp $
${PYSITELIB}/aes/__init__.py
${PYSITELIB}/aes/__init__.pyc
${PYSITELIB}/aes/__init__.pyo
${PYSITELIB}/aes/aes.py
${PYSITELIB}/aes/aes.pyc
${PYSITELIB}/aes/aes.pyo
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/cryptsock/__init__.py
${PYSITELIB}/cryptsock/__init__.pyc
${PYSITELIB}/cryptsock/__init__.pyo
${PYSITELIB}/cryptsock/cryptsock.py
${PYSITELIB}/cryptsock/cryptsock.pyc
${PYSITELIB}/cryptsock/cryptsock.pyo
${PYSITELIB}/ecc/__init__.py
${PYSITELIB}/ecc/__init__.pyc
${PYSITELIB}/ecc/__init__.pyo
${PYSITELIB}/ecc/ecc.py
${PYSITELIB}/ecc/ecc.pyc
${PYSITELIB}/ecc/ecc.pyo
${PYSITELIB}/ecc/elliptic.py
${PYSITELIB}/ecc/elliptic.pyc
${PYSITELIB}/ecc/elliptic.pyo
${PYSITELIB}/ellipticc.so
${PYSITELIB}/entropy/__init__.py
${PYSITELIB}/entropy/__init__.pyc
${PYSITELIB}/entropy/__init__.pyo
${PYSITELIB}/entropy/entropy.py
${PYSITELIB}/entropy/entropy.pyc
${PYSITELIB}/entropy/entropy.pyo
${PYSITELIB}/rijndaelc.so
${PYSITELIB}/sha256/__init__.py
${PYSITELIB}/sha256/__init__.pyc
${PYSITELIB}/sha256/__init__.pyo
${PYSITELIB}/sha256/sha256.py
${PYSITELIB}/sha256/sha256.pyc
${PYSITELIB}/sha256/sha256.pyo
${PYSITELIB}/sha256c.so

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2005/02/24 13:10:12 agc Exp $
SHA1 (cryptkit-0.9.tar.gz) = b423a938ddf55e42ffb7bafcc034f151e9b57973
RMD160 (cryptkit-0.9.tar.gz) = 9cf32689e4644b6d4dab24e6ddb17167563f1b58
Size (cryptkit-0.9.tar.gz) = 103627 bytes