aboutsummaryrefslogtreecommitdiff
path: root/comms/wspr
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation after recent numpy patch.Dmitry Sivachenko2014-10-231-0/+1
| | | | | | | Patch by thierry@FreeBSD.org, pointed out by antoine. Notes: svn path=/head/; revision=371398
* Ignore on the package builders when the default version of python is differentAntoine Brodin2014-10-181-0/+4
| | | | | | | | | from the requested one Reported by: pkg-fallout Notes: svn path=/head/; revision=371131
* - delete bogus old patchDiane Bruce2014-10-091-11/+0
| | | | Notes: svn path=/head/; revision=370519
* - update to the version 4 branchDiane Bruce2014-10-078-132/+494
| | | | | | | - add LICENSE Notes: svn path=/head/; revision=370404
* comms/wspr: switch from py-imaging to py-pillowWilliam Grzybowski2014-10-042-4/+14
| | | | | | | | | | - USES python With hat: python Reviewed by: portmgr (bdrewery, implicit) Notes: svn path=/head/; revision=369966
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* math/fftw3:Tijl Coosemans2014-08-311-1/+1
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Use MAKE_CMD Notes: svn path=/head/; revision=366788
* Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.Adam Weinberger2014-07-151-0/+2
| | | | | | | | | | Where possible, correct a few instances where PORTDOCS was being used to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by ruby@, PORTDOCS is applied to pretty much everything whether it's documentation or example. Notes: svn path=/head/; revision=362014
* - Fix buildDiane Bruce2014-06-272-9/+10
| | | | | | | | - Stagify - change MAINTAINER to team hamradio@ Notes: svn path=/head/; revision=359428
* - Interim fix of wspr to fix buildDiane Bruce2014-06-082-15/+58
| | | | | | | - add staging whilst here Notes: svn path=/head/; revision=357037
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-1/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casesTijl Coosemans2014-02-161-2/+1
| | | | | | | | | | | | | | USE_GCC=yes has been omitted though. Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk. Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,... Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=344614
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Convert comms to MDOCS and MEXAMPLES.Adam Weinberger2014-01-031-2/+3
| | | | | | | Hold-out shame list: perl Notes: svn path=/head/; revision=338555
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-3/+3
| | | | | | | LIB_DEPENDS in comms Notes: svn path=/head/; revision=336176
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* 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
* - Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocationLi-Wen Hsu2013-03-021-6/+3
| | | | Notes: svn path=/head/; revision=313303
* Dependency line should not end with a '/'Baptiste Daroussin2012-10-111-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=305710
* - Unbreak buildDiane Bruce2012-02-106-25/+55
| | | | | | | - update to 3.00 and head Notes: svn path=/head/; revision=290864
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-2/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Mark BROKEN: does not build with new fortranPav Lucistnik2011-10-181-0/+2
| | | | | | | | | Error: Arithmetic overflow converting INTEGER(16) to INTEGER(4) at (1). Reported by: pointyhat Notes: svn path=/head/; revision=283863
* - update fftw3* to 3.3 [1], and adjust dependent portsBrendan Fabeny2011-10-171-1/+1
| | | | | | | | | | - make use of optimizations by default, where possible (quad flavor to follow shortly, and mpi at a later date) Suggestions and patches from: ache, C. Burns, wen Notes: svn path=/head/; revision=283695
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Move over to python2.5 or higherMartin Wilke2011-02-242-3/+2
| | | | | | | - While here kick md5 Notes: svn path=/head/; revision=269605
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update to 2.0 Wspr.Diane Bruce2009-11-236-34/+41
| | | | | | | | - This release adds some rudimentary hamlib support. - Revised cleaner looking GUI Notes: svn path=/head/; revision=244671
* - Temporary hack to fix the build for now.Diane Bruce2009-10-051-0/+2
| | | | | | | | | | | | | This bug was triggered as a side effect of: "revision 1.34 of Mk/bsd.gcc.mk date: 2009/09/26 01:02:01; author: gerald; state: Exp; lines: +3 -1 Have CFLAGS and LDFLAGS set an -rpath to the lang/gcc44 library directory " The actual problem is in f2py from py-numpy which is not recognising -Wl,rpath=... as a loader option and should be fixed in f2py. Notified by: erwin, pav (pointyhat) Notes: svn path=/head/; revision=242497
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowGerald Pfeifer2009-09-131-0/+1
| | | | | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr Notes: svn path=/head/; revision=241308
* WSPR (pronounced "whisper") stands for "Weak Signal Propagation Reporter."Diane Bruce2009-09-016-0/+101
This program is designed for sending and receiving low-power transmissions to test propagation paths on the MF and HF bands. Users with internet access can watch results in real time at WSPRnet. WWW: http://physics.princeton.edu/pulsar/K1JT Notes: svn path=/head/; revision=240674