1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
Jimmy Olgeni
2a66bb8ec1 Unbreak on FreeBSD 10. 2014-01-17 12:22:13 +00:00
Jimmy Olgeni
77110cf25a - Switch to USES=gmake.
- Add staging support.
2013-11-11 15:31:16 +00:00
Baptiste Daroussin
2b300eeb3f Add NO_STAGE all over the place in preparation for the staging support (cat: comms) 2013-09-20 16:03:29 +00:00
Jimmy Olgeni
b24b0a131d Convert Makefile headers to the new format. 2013-02-18 12:34:39 +00:00
Jimmy Olgeni
4d865aab45 Add support for amd64.
PR:		ports/163305
Submitted by:	Howard Goldstein <hg@queue.to>
2011-12-19 15:55:42 +00:00
Eitan Adler
7e3b32fff8 - remove maintainer tags from pkg-descr
Approved by:	portmgr
Approved by:	bapt (mentor)
2011-10-22 23:50:23 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Jimmy Olgeni
b1d70979fe Silence post-patch command. 2010-08-04 14:11:17 +00:00
Jimmy Olgeni
d887c7c532 Upgrade to version 3.0.1 and take over maintainership.
PR:		ports/128152
Approved by:	db
2008-10-19 13:33:50 +00:00
Diane Bruce
f533c30faf Fix build under -CURRENT by making it build with gcc 4.2. [1] The
introduced patch fixes a bad macro in the source code.

Notified by:	Pav (via pointyhat) [1]
Approved:	ehaupt (mentor)
2007-07-05 16:17:06 +00:00
Diane Bruce
feb17f718f - Remove support for EOL FreeBSD releases. [1]
- Replace pkg-plist with PLIST_FILES. [1]
- Add backup distribution site.

PR:		ports/111943 [1]
Approved by:	ehaupt (mentor)
2007-04-23 21:29:39 +00:00
Diane Bruce
a568ef0024 Change my MAINTAINER: line in Makfile to db@FreeBSD.org
fix simple typo in xwota Makefile while at it.

Approved by:	ehaupt (mentor)
2007-01-19 18:14:20 +00:00
Martin Wilke
6b4524a77d - Update to 3.0
PR:		ports/106542
Submitted by:	Thomas Sandford <freebsduser@paradisegreen.co.uk>
Approved by:	maintainer
2006-12-10 22:07:16 +00:00
Ion-Mihai Tetcu
19054810ba 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

PR:		ports/99895
Submitted by:	db
2006-07-08 21:30:18 +00:00