aboutsummaryrefslogtreecommitdiff
path: root/comms/libfec
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* comms/libfec: add BUILD_DEPENDS as:devel/binutilsEd Maste2020-05-291-0/+2
| | | | | | | | | | | | | | | /usr/bin/as will soon be removed from the FreeBSD base system, for FreeBSD 13.0. Depend on as (not ${LOCALBASE}/bin/as) so that this will introduce no change for existing 11.x and 12.x, which will continue to use the base system GNU as 2.17.50. PR: 205250 Approved by: portmgr (blanket) Notes: svn path=/head/; revision=536824
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Altivec support probably wasn't maintained for years. Fix it to compileDiane Bruce2019-02-0613-8/+347
| | | | | | | | | | | | | | on powerpc64. Tested also on amd64. Hardware sponsored by IntegriCloud. PR: ports/235560 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=492337
* Bug reported only with ld.lld as system ld on i386 solved usingDiane Bruce2019-01-231-5/+5
| | | | | | | | | | suggested -Wl,-z,notext PR: ports/234871 Reported by: @emaste Notes: svn path=/head/; revision=491018
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-131-0/+2
| | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=440746
* Use -fPIC for all architectures because the makefile tries to create aTijl Coosemans2017-02-141-3/+3
| | | | | | | shared library libfec.so from object files compiled without -fPIC. Notes: svn path=/head/; revision=434076
* Add -fPIC to various ports to enable them to build on armv6.Mark Linimon2017-02-091-6/+3
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=433767
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-12/+12
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Add back libfecDiane Bruce2016-04-258-0/+376
| | | | | | | | | | Remove support for obsolete FreeBSD versions Reassign maintainer to hamradio@ Cleanups to make sure it compiles cleanly on clang and gcc Cleanup to (hopefully) allow building on non x86 architectures (untested) Notes: svn path=/head/; revision=414027
* Remove expired ports:Rene Ladan2016-04-236-150/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | 2016-04-11 deskutils/qlabels: Does not fetch, unmaintained 2016-04-14 french/tvdownloader: Many channels have modified their protocols and cannot be DL anymore 2016-04-14 comms/cdr_read: unfetchable 2016-04-14 russian/rubygem-rutils: Deprecated by upstream 2016-04-14 devel/rubygem-dotenv-deployment: Deprecated by upstream in latest version (0.3.0) 2016-04-15 www/p5-LWP-ConsoleLogger: Depends on expiring www/p5-HTTP-CookieMonster 2016-04-15 www/p5-WWW-Mechanize-Cached: Depends on expiring www/p5-HTTP-CookieMonster 2016-04-15 www/p5-HTTP-CookieMonster: Broken for more than 6 months 2016-04-15 misc/diary-hercules: Broken for more than 6 months 2016-04-15 graphics/ffff: Broken for more than 6 months 2016-04-15 net-im/sigram: Broken for more than 6 months 2016-04-15 games/annelid: Broken for more than 6 months 2016-04-15 science/py-pydap: Broken for more than 6 months 2016-04-15 sysutils/su2: Broken for more than 6 months 2016-04-15 www/download-gemist: Broken for more than 6 months 2016-04-15 databases/p5-qdbm: Broken for more than 6 months 2016-04-15 comms/libfec: Broken for more than 6 months 2016-04-15 deskutils/ladon: Broken for more than 6 months Sponsored by: Essen Linuxhotel Hackathon 2016 Notes: svn path=/head/; revision=413881
* Deprecate ports broken for more than 6 monthsAntoine Brodin2016-03-131-0/+2
| | | | Notes: svn path=/head/; revision=411014
* - Mark BROKEN: produces unusable libraryDmitry Marakasov2015-07-011-0/+2
| | | | | | | | | | | | | | | When attempling to link with libfec: /usr/local/lib/libfec.so: undefined reference to `find_cpu_mode' /usr/local/lib/libfec.so: undefined reference to `log' cc: error: linker command failed with exit code 1 (use -v to see invocation) PR: 200182 Submitted by: amdmi3 Approved by: maintainer timeout (olgeni, 7 weeks) Notes: svn path=/head/; revision=391082
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Don't install static libraries with INSTALL_LIB (part 1/2)Dmitry Marakasov2015-05-081-1/+2
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q2 Notes: svn path=/head/; revision=385787
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* Unbreak on FreeBSD 10.Jimmy Olgeni2014-01-171-12/+21
| | | | Notes: svn path=/head/; revision=340029
* - Switch to USES=gmake.Jimmy Olgeni2013-11-111-5/+19
| | | | | | | - Add staging support. Notes: svn path=/head/; revision=333513
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | comms) Notes: svn path=/head/; revision=327714
* Convert Makefile headers to the new format.Jimmy Olgeni2013-02-181-4/+1
| | | | Notes: svn path=/head/; revision=312502
* Add support for amd64.Jimmy Olgeni2011-12-192-2/+20
| | | | | | | | PR: ports/163305 Submitted by: Howard Goldstein <hg@queue.to> Notes: svn path=/head/; revision=287655
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-3/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Silence post-patch command.Jimmy Olgeni2010-08-041-1/+1
| | | | Notes: svn path=/head/; revision=258773
* Upgrade to version 3.0.1 and take over maintainership.Jimmy Olgeni2008-10-192-6/+5
| | | | | | | | PR: ports/128152 Approved by: db Notes: svn path=/head/; revision=221771
* Fix build under -CURRENT by making it build with gcc 4.2. [1] TheDiane Bruce2007-07-052-0/+12
| | | | | | | | | | introduced patch fixes a bad macro in the source code. Notified by: Pav (via pointyhat) [1] Approved: ehaupt (mentor) Notes: svn path=/head/; revision=195017
* - Remove support for EOL FreeBSD releases. [1]Diane Bruce2007-04-232-11/+5
| | | | | | | | | | | - Replace pkg-plist with PLIST_FILES. [1] - Add backup distribution site. PR: ports/111943 [1] Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=190761
* Change my MAINTAINER: line in Makfile to db@FreeBSD.orgDiane Bruce2007-01-191-1/+1
| | | | | | | | | fix simple typo in xwota Makefile while at it. Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=182807
* - Update to 3.0Martin Wilke2006-12-103-6/+50
| | | | | | | | | PR: ports/106542 Submitted by: Thomas Sandford <freebsduser@paradisegreen.co.uk> Approved by: maintainer Notes: svn path=/head/; revision=179418
* This library package provides several forward error correction (FEC) decodersIon-Mihai Tetcu2006-07-084-0/+63
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 Notes: svn path=/head/; revision=167213