aboutsummaryrefslogtreecommitdiff
path: root/comms/libfec
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:21:23 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:21:23 +0000
commit1d1f878054efdd1171a8cb006e59ad0727610293 (patch)
treee4434b89d2dbba884e57f6a6cd3c7fc294554ccf /comms/libfec
parent43b793a6f26531f807a7b7c16a1db3bf6b53f26d (diff)
downloadports-1d1f878054efdd1171a8cb006e59ad0727610293.tar.gz
ports-1d1f878054efdd1171a8cb006e59ad0727610293.zip
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=415498
Diffstat (limited to 'comms/libfec')
-rw-r--r--comms/libfec/pkg-descr24
1 files changed, 12 insertions, 12 deletions
diff --git a/comms/libfec/pkg-descr b/comms/libfec/pkg-descr
index a6442bcadb6a..8927c03dfe64 100644
--- a/comms/libfec/pkg-descr
+++ b/comms/libfec/pkg-descr
@@ -3,18 +3,18 @@ and accelerated primitives useful in digital signal processing (DSP).
Except for the Reed-Solomon codecs, these functions take full advantage of
the MMX, SSE and SSE2 SIMD instruction sets on Intel/AMD IA-32 processors
and the Altivec/VMX/Velocity Engine SIMD instruction set on the
-G4 and G5 PowerPC.
-The library includes Viterbi decoders for the following convolutional codes:
-rate 1/2 k=7
-rate 1/2 k=9
-rate 1/6 k=15 ("Cassini")
-plus two Reed-Solomon encoder-decoders:
-one optimized for the (255,223) CCSDS standard code
-a general purpose encoder/decoder for arbitrary RS codes
-and three low-level 16-bit DSP support routines:
-signed dot product
-peak detection
-sum-of-squares (energy) computation
+G4 and G5 PowerPC.
+The library includes Viterbi decoders for the following convolutional codes:
+rate 1/2 k=7
+rate 1/2 k=9
+rate 1/6 k=15 ("Cassini")
+plus two Reed-Solomon encoder-decoders:
+one optimized for the (255,223) CCSDS standard code
+a general purpose encoder/decoder for arbitrary RS codes
+and three low-level 16-bit DSP support routines:
+signed dot product
+peak detection
+sum-of-squares (energy) computation
This library is licensed under the "lesser" GNU General Public License.
WWW: http://www.ka9q.net/code/fec/