Date: Fri, 07 Jul 2006 18:33:38 -0400 From: Diane Bruce <db@db.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/99895: [NEW PORT] comms/fec: Several forward error correction (FEC) decoders Message-ID: <E1FyytG-0007c1-RP@heceta.db.net> Resent-Message-ID: <200607072240.k67MeKwk021679@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 99895 >Category: ports >Synopsis: [NEW PORT] comms/fec: Several forward error correction (FEC) decoders >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 22:40:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Diane Bruce >Release: FreeBSD 4.11-RELEASE-p9 i386 >Organization: >Environment: System: FreeBSD heceta.db.net 4.11-RELEASE-p9 FreeBSD 4.11-RELEASE-p9 #4: Tue May 17 16:07:52 EDT 2005 >Description: This library package provides several forward error correction (FEC) decoders 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 This library is licensed under the "lesser" GNU General Public License. WWW: http://www.ka9q.net/code/fec/ - Diane Bruce, VA3DB db@db.net Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- fec-2.1.1.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # fec # fec/pkg-plist # fec/pkg-descr # fec/distinfo # fec/Makefile # echo c - fec mkdir -p fec > /dev/null 2>&1 echo x - fec/pkg-plist sed 's/^X//' >fec/pkg-plist << 'END-of-fec/pkg-plist' Xlib/libfec.so Xlib/libfec.a END-of-fec/pkg-plist echo x - fec/pkg-descr sed 's/^X//' >fec/pkg-descr << 'END-of-fec/pkg-descr' XThis library package provides several forward error correction (FEC) decoders Xand accelerated primitives useful in digital signal processing (DSP). XExcept for the Reed-Solomon codecs, these functions take full advantage of Xthe MMX, SSE and SSE2 SIMD instruction sets on Intel/AMD IA-32 processors Xand the Altivec/VMX/Velocity Engine SIMD instruction set on the XG4 and G5 PowerPC. XThe library includes Viterbi decoders for the following convolutional codes: Xrate 1/2 k=7 Xrate 1/2 k=9 Xrate 1/6 k=15 ("Cassini") Xplus two Reed-Solomon encoder-decoders: Xone optimized for the (255,223) CCSDS standard code Xa general purpose encoder/decoder for arbitrary RS codes Xand three low-level 16-bit DSP support routines: Xsigned dot product Xpeak detection Xsum-of-squares (energy) computation XThis library is licensed under the "lesser" GNU General Public License. X XWWW: http://www.ka9q.net/code/fec/ X X- Diane Bruce, VA3DB Xdb@db.net END-of-fec/pkg-descr echo x - fec/distinfo sed 's/^X//' >fec/distinfo << 'END-of-fec/distinfo' XMD5 (fec-2.1.1.tar.bz2) = 3dca8111b8ce46809a7ea51b9d9df746 XSHA256 (fec-2.1.1.tar.bz2) = 4984ff33ed7609189c50f216e0a20eef1c72b72b031cdc0afbed80066073e99e XSIZE (fec-2.1.1.tar.bz2) = 85871 END-of-fec/distinfo echo x - fec/Makefile sed 's/^X//' >fec/Makefile << 'END-of-fec/Makefile' X# ports collection makefile for: fec X# Date created: 7 July 2006 X# Whom: db X# X# $FreeBSD$ X XPORTNAME= fec XPORTVERSION= 2.1.1 XCATEGORIES= comms astro hamradio XMASTER_SITES= http://www.ka9q.net/code/fec/ X XMAINTAINER= db@db.net XCOMMENT= Several forward error correction (FEC) decoders X XMAKEFILE= makefile XMAN3= simd-viterbi.3 rs.3 dsp.3 X XUSE_BZIP2= yes XGNU_CONFIGURE= yes XUSE_GMAKE= yes XINSTALLS_SHLIB= yes X X.include <bsd.port.mk> END-of-fec/Makefile exit --- fec-2.1.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1FyytG-0007c1-RP>