diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-12-13 03:19:17 +0000 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-12-13 03:19:17 +0000 |
commit | ce5467924417a1cd8c93ec75a32f228e8af5a7e9 (patch) | |
tree | 7c5db83245feab6b07018d944b7a898bd28c15a5 /security/py-hashlib/pkg-plist | |
parent | 8784ca3c23adca7c6093cb664a0e81a679f8ba24 (diff) |
- Add hashlib-20060408a
Python secure hash and message digest module MD5, SHA1, SHA224, SHA256,
SHA384 and SHA512 (backported from Python 2.5 for use on 2.3 and 2.4)
WWW: http://code.krypto.org/python/hashlib/
Notes
Notes:
svn path=/head/; revision=179624
Diffstat (limited to 'security/py-hashlib/pkg-plist')
-rw-r--r-- | security/py-hashlib/pkg-plist | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/security/py-hashlib/pkg-plist b/security/py-hashlib/pkg-plist new file mode 100644 index 000000000000..6e5d6f23d17b --- /dev/null +++ b/security/py-hashlib/pkg-plist @@ -0,0 +1,9 @@ +%%PYTHON_SITELIBDIR%%/hashlib.py +%%PYTHON_SITELIBDIR%%/hashlib.pyc +%%PYTHON_SITELIBDIR%%/hashlib.pyo +%%PYTHON_SITELIBDIR%%/test_hashlib.py +%%PYTHON_SITELIBDIR%%/test_hashlib.pyc +%%PYTHON_SITELIBDIR%%/test_hashlib.pyo +%%PYTHON_SITELIBDIR%%/_hashlib.so +%%PYTHON_SITELIBDIR%%/_sha256.so +%%PYTHON_SITELIBDIR%%/_sha512.so |