aboutsummaryrefslogtreecommitdiff
path: root/comms/wsjt
Commit message (Collapse)AuthorAgeFilesLines
* - Stage wsjtDiane Bruce2014-07-295-11/+6154
| | | | | | | - unbreak build Notes: svn path=/head/; revision=363394
* 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
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-231-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362705
* 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-1/+1
| | | | | | | 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-2/+2
| | | | | | | 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=305712
* - unbreak buildDiane Bruce2012-02-104-30/+27
| | | | | | | - update to 9.1 Notes: svn path=/head/; revision=290854
* 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
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Move over to python2.5 or higherMartin Wilke2011-02-241-2/+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-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - 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
* - Embarassingly forgot to add Makefile.svn_revDiane Bruce2009-09-011-0/+1
| | | | Notes: svn path=/head/; revision=240678
* - Upgrade to wsjt 7.04Diane Bruce2009-09-014-52/+82
| | | | Notes: svn path=/head/; revision=240671
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.Gerald Pfeifer2009-01-071-0/+1
| | | | Notes: svn path=/head/; revision=225403
* - Add additional mirror for port as BERLIOS is somewhat unreliable. [1]Diane Bruce2007-08-221-3/+3
| | | | | | | | | | - Fix very minor typo in COMMENT Notified by: kris (via pointyhat) [1] Reviewed by: gabor, linimon Notes: svn path=/head/; revision=198152
* - Update to 5.9.7Diane Bruce2007-08-1011-233/+16
| | | | | | | | | | - USE_FORTRAN=yes to use FORTRAN compiler. [1] Notified by: maho [1] Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=197421
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - fixed Makefile to depend on gcc42 not gfortranDiane Bruce2007-02-2511-985/+229
| | | | | | | | | | | | | | | - regenerated configure to use gcc42 gfortran42 with py-numpy - fixed botch with missing gmtime_r_ (already fixed upstream) - fixed wsjt to use py-numpy instead of deprecated py-numeric - fixed to use portaudio v19 already in ports - fixed to run on amd due to above - maho wants WANT_FORTRAN knob in gfortran ports Pointy hat to: pav,maho Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=185840
* 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
* - Stick on SciPy 0.3.x for nowRong-En Fan2006-11-151-1/+2
| | | | | | | Submitted by: Diane Bruce (maintainer) Notes: svn path=/head/; revision=177290
* WSJT is a computer program for amateur radio VHF/UHF communicationIon-Mihai Tetcu2006-11-128-0/+1079
using state of the art digital techniques. Typical applications include communication by meteor scatter and EME (Earth-Moon-Earth) propagation paths. WWW: http://pulsar.princeton.edu/~joe/K1JT - Diane Bruce, VA3DB PR: ports/101360 Submitted by: Diane Bruce <db at db.net> Notes: svn path=/head/; revision=177114