---
name: libfec
version: 3.0.1
origin: comms/libfec
comment: Several forward error correction (FEC) decoders
arch: freebsd:9:x86:64
www: http://www.ka9q.net/code/fec/
maintainer: olgeni@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 144416
desc: "This library package provides several forward error correction (FEC) decoders\nand
  accelerated primitives useful in digital signal processing (DSP).\nExcept for the
  Reed-Solomon codecs, these functions take full advantage of\nthe MMX, SSE and SSE2
  SIMD instruction sets on Intel/AMD IA-32 processors\nand the Altivec/VMX/Velocity
  Engine SIMD instruction set on the\nG4 and G5 PowerPC. \nThe library includes Viterbi
  decoders for the following convolutional codes:  \nrate 1/2 k=7 \nrate 1/2 k=9 \nrate
  1/6 k=15 (\"Cassini\")  \nplus two Reed-Solomon encoder-decoders:  \none optimized
  for the (255,223) CCSDS standard code \na general purpose encoder/decoder for arbitrary
  RS codes  \nand three low-level 16-bit DSP support routines:  \nsigned dot product
  \npeak detection \nsum-of-squares (energy) computation  \nThis library is licensed
  under the \"lesser\" GNU General Public License.\n\nWWW: http://www.ka9q.net/code/fec/\n"
categories: [math, hamradio, comms, astro]
files:
  /usr/local/include/fec.h: 4fec9a1cb53f02db143d76063f1ceeca652a3ed6e29c6179f0518fac051abfca
  /usr/local/lib/libfec.a: b589d08464520c949c0601f08676d5871d2b41efd02d5c01f6e836229cd0defc
  /usr/local/lib/libfec.so: ca556b5d07259b199d92ff93021fae9817f466b2f4b4381b62ce21fc6ff0a549
  /usr/local/man/man3/dsp.3.gz: b613a93fa9533275d697105828768bfebddffd80c72beef6684c0e9196a74b74
  /usr/local/man/man3/rs.3.gz: 6121a481457aa6f7a0a34152ef70ad9440567e8bb8aaf0d38c17eec9a217cf6e
  /usr/local/man/man3/simd-viterbi.3.gz: d54650b3927688deeb1c3197dd28cdabf9c1b6b5aa6894d8d7322f2a230ff594
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
  pre-deinstall: |
    /sbin/ldconfig -R
