From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 22:40:22 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C126D16A4DF for ; Fri, 7 Jul 2006 22:40:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94CF543D45 for ; Fri, 7 Jul 2006 22:40:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k67MeKCR021680 for ; Fri, 7 Jul 2006 22:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67MeKwk021679; Fri, 7 Jul 2006 22:40:20 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 22:40:20 GMT Resent-Message-Id: <200607072240.k67MeKwk021679@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Diane Bruce Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FD1A16A4DA for ; Fri, 7 Jul 2006 22:33:41 +0000 (UTC) (envelope-from db@db.net) Received: from heceta.db.net (heceta.db.net [142.46.199.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CFA043D68 for ; Fri, 7 Jul 2006 22:33:39 +0000 (GMT) (envelope-from db@db.net) Received: from db by heceta.db.net with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FyytG-0007c1-RP for FreeBSD-gnats-submit@freebsd.org; Fri, 07 Jul 2006 18:33:38 -0400 Message-Id: Date: Fri, 07 Jul 2006 18:33:38 -0400 From: Diane Bruce To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99895: [NEW PORT] comms/fec: Several forward error correction (FEC) decoders X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 22:40:22 -0000 >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 END-of-fec/Makefile exit --- fec-2.1.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: