freebsd-ports/devel/fastcrc/pkg-descr
Doug Barton 2fadfa2cfb For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2009-12-21 02:19:12 +00:00

16 lines
584 B
Text

Fast CRC routines written in assembly language, callable using the C and Pascal
calling conventions, as well as directly from assembly language programs.
This Unix port contains routines for the calculation of traditional CRC-32
used by Zmodem, Opus, Ethernet, and many other protocols.
It also contains routines for the POSIX 1003.2 32-bit CRC calculation.
See ${PREFIX}/share/doc/fastcrc/index.html for reference.
This port requires ELF. It creates libfcrc.so.1, and includes <fastcrc.h> for
C programmers.
Dependencies: nasm
WWW: http://www.whizkidtech.redprince.net/fports/