pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/52941 CVS commit: pkgsrc/security
The following reply was made to PR pkg/52941; it has been noted by GNATS.
From: "Benny Siegert" <bsiegert%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/52941 CVS commit: pkgsrc/security
Date: Tue, 30 Jan 2018 19:07:48 +0000
Module Name: pkgsrc
Committed By: bsiegert
Date: Tue Jan 30 19:07:48 UTC 2018
Modified Files:
pkgsrc/security: Makefile
Added Files:
pkgsrc/security/py-crcmod: DESCR Makefile PLIST distinfo
Log Message:
New package, py-crcmod.
The software in this package is a Python module for generating objects that
compute the Cyclic Redundancy Check (CRC). There is no attempt in this package
to explain how the CRC works. There are a number of resources on the web that
give a good explanation of the algorithms.
This package allows the use of any 8, 16, 24, 32, or 64 bit CRC. You can
generate a Python function for the selected polynomial or an instance of the
Crc class which provides the same interface as the md5 and sha modules from the
Python standard library. A Crc class instance can also generate C/C++ source
code that can be used in another application.
Part of PR pkg/52941.
To generate a diff of this commit:
cvs rdiff -u -r1.666 -r1.667 pkgsrc/security/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-crcmod/DESCR \
pkgsrc/security/py-crcmod/Makefile pkgsrc/security/py-crcmod/PLIST \
pkgsrc/security/py-crcmod/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index