diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-29 15:04:22 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-29 15:04:22 +0000 |
commit | b71ffdc0f6760f568a032399bdf7a1ed76f6c46f (patch) | |
tree | 4a5e7e3b5bd5012c4a262176acc2cc0b687b463c /math/Makefile | |
parent | Add flowgrep 0.8a, TCP stream/UDP/IP payload 'grep' utility. (diff) |
Add reed-solomon.
This is a port of Phil Karn's Reed-Solomon CODEC library. This package may be
useful to programmers working on data communications software.
WWW: http://www.ka9q.net/code/fec/
PR: ports/82756
Submitted by: Thomas Sandford <freebsduser@paradisegreen.co.uk>
Notes
Notes:
svn path=/head/; revision=138189
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 1e94089c7bc0..2d3fd64aa0d5 100644 --- a/math/Makefile +++ b/math/Makefile @@ -218,6 +218,7 @@ SUBDIR += qtiplot SUBDIR += qwtplot3d SUBDIR += rascal + SUBDIR += reed-solomon SUBDIR += rpc SUBDIR += rpy SUBDIR += ruby-algebra |