summaryrefslogtreecommitdiff
path: root/devel/fastcrc/pkg-descr
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-01 03:35:55 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-01 03:35:55 +0000
commite029de6f5dff3bdc0faf629d57aea0f7d37e1e39 (patch)
tree2eaf0ade45a03d9dffea6dff6a00d38b26f0f961 /devel/fastcrc/pkg-descr
parentUpdate to use new version of libslang. (diff)
Initial import of fastcrc version 1.0.
A library of fast CRC routines. PR: 11350 Submitted by: G. Adam Stanislav <adam@whizkidtech.net>
Notes
Notes: svn path=/head/; revision=18288
Diffstat (limited to 'devel/fastcrc/pkg-descr')
-rw-r--r--devel/fastcrc/pkg-descr18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/fastcrc/pkg-descr b/devel/fastcrc/pkg-descr
new file mode 100644
index 000000000000..2fc1ad7a573d
--- /dev/null
+++ b/devel/fastcrc/pkg-descr
@@ -0,0 +1,18 @@
+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
+
+G. Adam Stanislav
+adam@whizkidtech.net
+http://www.whizkidtech.net/