summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-05-09Updated ham/fldigi to 3.21.70mef1-1/+2
2013-05-09- Bump fldigi version 3.21.65 to 3.21.70mef3-40/+6
- Remove patches/patch-src_throb_throb.cxx (upstream picked up this). ---------- Sat Apr 13 14:48:19 2013 -0500 Version 3.21.70 Contestia/Olivia * Quick change / custom dialog * Corrected Contestia callback in confdialog.fl * Corrected resetOLIVIA function Tabs Colors * Added ID / QRZ tabs to color schema Double Click bug fix * Double click text selection for transfer to QSO record fields RTTY update * Removed code used for filter tests * Added CWI suppression, select decoding of - Mark-Space - Mark only - Space only -------------- Version 3.21.69 RTTY filters * Removed deprecated Hilbert transform * Corrected inverse FFT computation to provide unity gain h(t) -> H(w) -> h(t) * Added design output statements to fftfilt.cxx - normally disabled * Removed deprecated lpfilt, bitfilt, bp_filt_lo, bp_filt_hi * Improved X-scope update rate * Removed unused methods and members Spotting * Add user configurable spotting using signal browser - spotting can be disabled if viewer is not visible - reduces CPU load if selected ADIF case * Change import parser to treat fields specifiers as case insensitive. QSO NBR/NXT macro tag * Added <QSONBR>, <NXTNBR> macro tags to respectively add current # QSO records, next QSO record number to transmit TX lower case * User configurable transmit all text in lower case WX parser * Update station name parser iaw new METAR format ---------------------------- Version 3.21.68 RTTY bug fix * Missing initialization for Cmovavg bit filter pointer RTTY filters * added Modified Lanzcos RTTY Rx filter - DO2SMF, Stefan Fendt <smfendt@gmail.com> Hang on start * Erroneously created / deleted new thread for instance when rig_cat not being used for rig control. Analysis * Added timeout value to extinguish status message WF only ESC abort * Capture Escape to prevent program shutdown when Escape pressed when --wo dialog has focus. - Rx - escape ignored - Tx - transmit aborted, return to Rx - Tune - tune aborted, return to Rx rigMEM * removed rigMEM support code - KC505 transceiver control no longer uses this converted to use xmlrpc control. WF only null pointer fix * in waterfall only mode, bypass text logging of rx stream RTTY config tab * Cosmetic corrections RTTY stop bits * remove forced return to 1.5 stop bits for Baudot ---------------------------- Version 3.21.67 RTTY FSK modem * This patch contributed to by W1HKJ, Dave Freese <w1hkj@w1hkj.com> DO2SMF, Stefan Fendt <smfendt@gmail.com> * Waveshaped FSK modem for classic RTTY using raised cosine matched filters * Kahn demodulator * RTTY scope based on separate mark / space filter outputs * Corrected s/n estimator * Change RTTY browser to new demodulator * Fixed missing browser highlight for callsign detection * Bypass Viewer signal processing if viewer(s) are not visible - significantly reduces % CPU use * Separated psk-rtty range/value pairs for viewer squelch control. PSK viewer * Suppress psk viewer decoding if neither viewer is visible. Contest fields * increased size of contest fields RigCAT INIT/CLOSE * This modification submitted by: Arvo Jarve, ES1JA, <arvo@softshark.ee> * Added CLOSE port rigcat command * Added user control to enable/disable restortation of serial port status bits when closing port - use <RESTORE>bool_value</RESTORE> in xml definition file. Olivia FEC reset * Added user control to enable/disable automatic reset of FEC integration depth when BW / Tones are changed either by user or via RsID reception. Status / Tx Level Controls * increased horizontal dimension to 120 pixels ---------------------------- Version 3.21.66 Thor reset File Selector Macros CW modem User configurable items
2013-05-09Don't use forward defines for the std namespace. Fix variousjoerg23-6/+799
inconsistencies in the iterator usage. Explicitly specify which wcschr variant to use. Allow building with libc++ and use <atomic> in that case.
2013-05-09Be explicit on where to find qmake, sip and the py-qt4 files.joerg1-3/+4
2013-05-09Allow building with libc++. Add some missing includes.joerg13-6/+229
2013-05-09Add missing include.joerg2-1/+14
2013-05-09Use g95 as default Fortran compiler. Would be nice to use more modernjoerg1-3/+3
GCC, but that requires cleaning up mk/compiler/gcc.mk first. Only include the fortran compiler file, if Fortran is actually requested.
2013-05-09Fix missing includes.joerg3-0/+36
2013-05-09Disable visibility attributes for Clang. Fix missing includes.joerg4-13/+27
2013-05-09Add missing includes. Don't use forward defines of the STL.joerg5-3/+56
2013-05-09Sync PLIST with reality.joerg1-1/+9
2013-05-09Allow building with libc++, where std::shared_ptr overlaps withjoerg8-6/+281
boost::shared_ptr.
2013-05-09Add missing includes.joerg5-4/+44
2013-05-09+ libtool-fortranjoerg1-1/+2
2013-05-09Support file for libtool-fortran.joerg1-0/+4
2013-05-09Split Fortran support from devel/libtool-base into a separate packagejoerg6-4/+117
devel/libtool-fortran. If USE_LIBTOOL is present and Fortran is in USE_LANGUAGES, include the new package.
2013-05-09Give INT64_C and friends a chance of being defined.joerg3-1/+44
2013-05-09libc++ doesn't provide libstdc++'s ext/slist.h, so don't use it.joerg3-2/+33
2013-05-09Fake std::tr1 namespace for tuple and compile with C++11 for clang.joerg3-2/+29
2013-05-09Ignore errors from this mess as other versions of binutils 2.19 do.joerg1-2/+2
2013-05-09Fix missing include. Don't use libstdc++ implementation detail.joerg5-3/+44
Free correct variable. Bump revision.
2013-05-09Updated graphics/rabbit to 2.0.7obache1-1/+2
2013-05-09Update rabbit to 2.0.7obache3-8/+8
== 2.0.7: 2013-04-29 Stability improvement release! === Improvements ==== Package * [GitHub#13] Removed needless files from package. [Reported by Youhei SASAKI] * Removed Ruby/GStreamer from dependency package. [rabbit-shocker:1089] [Reported by znz] ==== rabbit * Removed needless executable permission. * Stopped requiring Ruby/GStreamer on initialize because it crashes Rabbit on Mac OS X 10.6.8. [Reported by masa] * Stopped guessing from source content when source has extension to avoid false detection. * Removed needless fallback fullscreen/unfullscreen features because they are needless with latest GTK+. [Reported by Youhei SASAKI] * Supported non-ASCII file name. [GitHub#15][GitHub#16][GitHub#17] [Patch by Masafumi Yokoyama] * Stopped to use iconv when String#encode is available. [GitHub#18] [Patch by Masafumi Yokoyama] ==== Theme * lightning-talk-toolkit: Supported as-large-as-possible slide property. Force enable: = Large Title == property : as_large_as_possible true Force disable: = Large Title == property : as_large_as_possible false ==== Test * Added missing load path to $LOAD_PATH. [GitHub#14] [Reported by Masafumi Yokoyama] ==== rabbit-slide * Supported multi-paragraph description. * Published to RubyGems.org after publishing to SlideShare. It is for using SlideShare information on RubyGems.org publishing. [Masafumi Yokoyama] * Supported RubyGems 2.0. [Masafumi Yokoyama] === Thanks * Youhei SASAKI * masa * Masafumi Yokoyama * znz
2013-05-09Multi support for PostgreSQL packages (e.g. databases/postgresql-postgis).fhajny1-2/+6
2013-05-09Comment out broken ruby-gnome2 dependency. This is almost certainly wrong,jperkin1-2/+2
but the package is already marked BROKEN yet is currently breaking pbulk due to this bogus dependency.
2013-05-09Don't create backup files.jperkin2-5/+13
2013-05-09Updated security/mit-krb5 to 1.10.5adam1-1/+2
2013-05-09Changes 1.10.5:adam3-35/+6
This is a bugfix release. The krb5-1.10 release series is in maintenance, and for new deployments, installers should prefer the krb5-1.11 release series or later. * Fix KDC null pointer dereference in TGS-REQ handling [CVE-2013-1416] * Incremental propagation could erroneously act as if a slave's database were current after the slave received a full dump that failed to load.
2013-05-09This one should not be revbumped!adam3-6/+3
2013-05-09Updated net/samba to 3.6.15adam1-1/+2
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam620-1065/+1240
2013-05-09Changes 3.6.15:adam2-6/+6
* BUG 9746: Fix "guest ok", "force user" and "force group" for guest users. * BUG 9830: Fix panic in nt_printer_publish_ads. * BUG 9854: Fix crash bug in Winbind. * BUG 9817: Fix 'map untrusted to domain' with NTLMv2.
2013-05-09Updated textproc/icu to 51.1adam1-1/+2
2013-05-09Changes 51.1:adam5-81/+19
Common Changes ============== CLDR 23: Collation tailorings put native script first; non-Gregorian calendar formats are more consistent; much improved data for Armenian (hy), Georgian (ka), Mongolian (mn), and Welsh (cy); … Time zone data: 2013b Date format/parse now supports CLDR short weekday names ("EEEEEE", "cccccc"). Support DisplayContext for date formatting, locale display names. DateTimePatternGenerator behavior is now much more consistent between C and J. Support new timezone pattern characters in LDML spec: X+, x+, O, OOOO, V, VV, VVV. Updated SpoofChecker for v5 of UTS39. AlphabeticIndex enhancements: New thread-safe ImmutableIndex sub-API Build an index for a custom Collator. Make data-driven for Chinese collations. New API for CLDR script metadata. ICU4C Specific Changes ====================== Support for “dangi” Korean luni-solar calendar (already in ICU4J). Add CompactDecimalFormat (already in ICU4J). Add TerritoryContainment APIs (already in ICU4J). UnicodeString default constructor and destructor now inline. Layout engine now supports 'morx' tables. Fixed some ICU 50 regressions: Affixes set with e.g. DecimalFormat::setPositivePrefix were ignored for parse. UNUM_PARSE_INT_ONLY no longer handled grouping separator. Add ucal_getTimeZoneID. The C++ AlphabeticIndex implementation is now on par with Java, including full support for all Chinese collation tailorings. U8_NEXT() and similar low-level macros now support NUL-terminated UTF-8 strings. New macros like U8_NEXT_OR_FFFD() return U+FFFD for an ill-formed sequence. Conversion: New "good one-way" mapping type, for example for Variation Selector sequences.
2013-05-09DragonFly support is being added. More patchesmef4-1/+83
(net/agr/if_agrioctl.h is missing now).
2013-05-09Disable problematic ucontext supportadam2-4/+14
2013-05-09DragonFly support is being Added, but not completed yet.mef7-2/+144
NOT_FOR_PLATFORM= DragonFly-*-* is in Makefile. The function interfaces_update in src/daemon/lldpd.{c,h} has to be fixed.
2013-05-09Updated mail/dovecot2 to 2.2.1manu1-1/+2
2013-05-09Upgrade to dovecot-2.2.1. Changes since 2.2.0, from NEWS file:manu3-7/+8
v2.2.1 2013-04-19 Timo Sirainen <tss@iki.fi> - mailbox_list_index=yes was broken. - LAYOUT=index didn't list subscriptions. - auth: Multiple master passdbs didn't work. - Message parsing (e.g. during search) crashed when multipart message didn't actually contain any parts.
2013-05-09Updated mail/getmail to 4.40.2schmonz1-1/+2
2013-05-09Update to 4.40.2. From the changelog:schmonz2-6/+6
- fix a backwards incompatibility with Python 2.3 and 2.4 introduced in getmail 4.38.0. Thanks: Massimo Zambelli, Krzysztof Warzecha.
2013-05-09from configure script, libevent>=2.0.5 is required, or bundled libevent will beobache1-1/+2
used.
2013-05-09Add net/lldpd 0.7.2.mef1-1/+2
2013-05-09Add lldpd (pkg/47560).mef1-1/+2
2013-05-09New package lldpd-0.7.2 proposed by yamt@ as PR pkg/47560mef5-0/+81
LLDP allows you to know exactly on which port is a server (and reciprocally). LLDP is an industry standard protocol designed to supplant proprietary Link-Layer protocols such as EDP or CDP. The goal of LLDP is to provide an inter-vendor compatible mechanism to deliver Link-Layer notifications to adjacent network devices. lldpd is an ISC-licensed implementation of LLDP for various Unixes. It also supports some proprietary protocols.
2013-05-09+libfishsoundrodent1-1/+2
2013-05-09Added audio/libfishsound version 1.0.0rodent1-1/+2
2013-05-09Import libfishsound-1.0.0 as audio/libfishsound.rodent6-0/+235
libfishsound provides a simple programming interface for decoding and encoding audio data using the Xiph.org codecs (FLAC, Speex and Vorbis). libfishsound by itself is designed to handle raw codec streams from a lower level layer such as UDP datagrams. When these codecs are used in files, they are commonly encapsulated in Ogg to produce Ogg FLAC, Speex and Ogg Vorbis files. libfishsound is a wrapper around the existing codec libraries and provides a consistent, higher-level programming interface. It has been designed for use in a wide variety of applications; it has no direct dependencies on Ogg encapsulation, though it is most commonly used in conjunction with liboggz to decode or encode FLAC, Speex or Vorbis audio tracks in Ogg files, including Ogg Theora and Annodex.
2013-05-09+liboggzrodent1-1/+2
2013-05-09Added multimedia/liboggz version 1.1.1rodent1-1/+2