svn commit: r462263 - in head/comms/cqrlog: . files
Diane Bruce
db at FreeBSD.org
Sun Feb 18 20:33:51 UTC 2018
Author: db
Date: Sun Feb 18 20:33:49 2018
New Revision: 462263
URL: https://svnweb.freebsd.org/changeset/ports/462263
Log:
Version 2.2.0
wsjt remote mode improvements (Saku, OH1KH)
CQ-monitor now remembers showing state (Saku, OH1KH)
"My Alert" is now compared oppsite way: This should fit also compound callsign XX/YOURCALL or YOURCALL/XX (Saku, OH1KH)
CQ-monitor: Country names (cut to length 15) are now displayed instead of callsign prefixes. (Saku, OH1KH)
"Show only active band" checkbox addec to Band map filter for quick access. (Saku, OH1KH)
"Re/Set" button added to Export "Choose fields to export" dialog for set/reset all check boxes in one go. (Saku, OH1KH)
a lot of CQ monitor improvements (Saku, OH1KH)
remote wsjt: Short cut key Ctrl+J (Saku, OH1KH)
help files updated (Saku, OH1KH)
Voice keyer works now also with FM and AM modes and also from CWkeys windows. (Saku, OH1KH)
QSO in QSO list window can be sorted in ascending date/time order (oldes QSO first). (Jörg, DL8DTL)
CQRLOG should work correcly on HiDPI monitors
630M definition was missing in some functions (Saku, OH1KH)
ADIF upload didn't work when name or QTH were too long
Deleted:
head/comms/cqrlog/files/patch-src_ssl__openssl__lib.pas
head/comms/cqrlog/files/patch-src_synaser.pas
Modified:
head/comms/cqrlog/Makefile
head/comms/cqrlog/distinfo (contents, props changed)
head/comms/cqrlog/files/patch-Makefile (contents, props changed)
head/comms/cqrlog/files/patch-help_h1.html (contents, props changed)
head/comms/cqrlog/pkg-plist (contents, props changed)
Modified: head/comms/cqrlog/Makefile
==============================================================================
--- head/comms/cqrlog/Makefile Sun Feb 18 19:26:45 2018 (r462262)
+++ head/comms/cqrlog/Makefile Sun Feb 18 20:33:49 2018 (r462263)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= cqrlog
-PORTVERSION= 2.0.4
-PORTREVISION= 1
+PORTVERSION= 2.2.0
DISTVERSIONPREFIX= v
CATEGORIES= comms hamradio
@@ -22,10 +21,11 @@ GH_ACCOUNT= ok2cqr
USES= shebangfix
SHEBANG_FILES= tools/cqrlog-apparmor-fix \
voice_keyer/voice_keyer.sh
+
+USE_FPC= cairo fcl-base chm fcl-db fcl-image fcl-json fcl-net fcl-web \
+ fcl-registry rtl-extra fcl-xml mysql numlib openssl \
+ pasjpeg regexpr x11
-USE_FPC= cairo fcl-base fcl-db fcl-image fcl-json fcl-net fcl-web \
- fcl-registry rtl-extra fcl-xml mysql numlib openssl pasjpeg x11
-
ALL_TARGET= ${PORTNAME}
LAZARUS_VER= 1.8.0
@@ -34,6 +34,9 @@ LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}
OPTIONS_SINGLE= LCL
OPTIONS_SINGLE_LCL= GTK2 QT4
OPTIONS_DEFAULT= GTK2
+
+USE_XORG+= x11
+USE_GNOME+= gdkpixbuf2 cairo
GTK2_USE= fpc=gtk2 gnome=gtk20
GTK2_BUILD_DEPENDS= ${LAZARUS_DIR}/lcl/units/${BUILDNAME}/gtk2/interfaces.ppu:editors/lazarus-lcl-gtk2
Modified: head/comms/cqrlog/distinfo
==============================================================================
--- head/comms/cqrlog/distinfo Sun Feb 18 19:26:45 2018 (r462262)
+++ head/comms/cqrlog/distinfo Sun Feb 18 20:33:49 2018 (r462263)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1488127529
-SHA256 (ok2cqr-cqrlog-v2.0.4_GH0.tar.gz) = 70aa5b09e281059d7a310ff3c2e4b428ae19e1f7413800fa4d1aaabd2c94f6a0
-SIZE (ok2cqr-cqrlog-v2.0.4_GH0.tar.gz) = 7737032
+TIMESTAMP = 1518534250
+SHA256 (ok2cqr-cqrlog-v2.2.0_GH0.tar.gz) = 6e148f5dd3242aa69884db704016418daef0683da12b906b70fe9a96bf5bbb2b
+SIZE (ok2cqr-cqrlog-v2.2.0_GH0.tar.gz) = 9784876
Modified: head/comms/cqrlog/files/patch-Makefile
==============================================================================
--- head/comms/cqrlog/files/patch-Makefile Sun Feb 18 19:26:45 2018 (r462262)
+++ head/comms/cqrlog/files/patch-Makefile Sun Feb 18 20:33:49 2018 (r462263)
@@ -1,5 +1,5 @@
---- Makefile.orig 2016-04-20 16:06:15 UTC
-+++ Makefile
+--- Makefile.orig 2017-12-30 02:10:01.000000000 -0500
++++ Makefile 2018-01-05 12:34:28.752177000 -0500
@@ -1,12 +1,13 @@
-CC=lazbuild
+CC=lazbuild -d
@@ -19,18 +19,18 @@
$(ST) src/cqrlog
gzip tools/cqrlog.1 -c > tools/cqrlog.1.gz
-@@ -30,7 +31,7 @@ install:
- install -d -v $(sharedir)/pixmaps/cqrlog
- install -d -v $(sharedir)/icons
+@@ -38,7 +39,7 @@
+ install -d -v $(sharedir)/icons/cqrlog
install -d -v $(sharedir)/applications
+ install -d -v $(sharedir)/appdata
- install -d -v $(sharedir)/man/man1
+ install -d -v $(mandir)/man/man1
install -v -m 0755 src/cqrlog $(bindir)
install -v -m 0755 tools/cqrlog-apparmor-fix $(datadir)/cqrlog-apparmor-fix
install -v -m 0644 ctyfiles/* $(datadir)/ctyfiles/
-@@ -47,7 +48,7 @@ install:
- install -v -m 0644 images/cqrlog.png $(sharedir)/pixmaps/cqrlog/cqrlog.png
- install -v -m 0644 images/cqrlog.png $(sharedir)/icons/cqrlog.png
+@@ -64,7 +65,7 @@
+ install -v -m 0644 images/icon/32x32/cqrlog.png $(sharedir)/pixmaps/cqrlog/cqrlog.png
+ install -v -m 0644 images/icon/128x128/cqrlog.png $(sharedir)/icons/cqrlog.png
install -v -m 0644 src/changelog.html $(datadir)/changelog.html
- install -v -m 0644 tools/cqrlog.1.gz $(sharedir)/man/man1/cqrlog.1.gz
+ install -v -m 0644 tools/cqrlog.1.gz $(mandir)/man/man1/cqrlog.1.gz
Modified: head/comms/cqrlog/files/patch-help_h1.html
==============================================================================
--- head/comms/cqrlog/files/patch-help_h1.html Sun Feb 18 19:26:45 2018 (r462262)
+++ head/comms/cqrlog/files/patch-help_h1.html Sun Feb 18 20:33:49 2018 (r462263)
@@ -1,6 +1,6 @@
---- help/h1.html.orig 2016-04-24 21:16:09 UTC
-+++ help/h1.html
-@@ -401,7 +401,7 @@ There are no known dependencies issues.<
+--- help/h1.html.orig 2017-12-30 02:10:01.000000000 -0500
++++ help/h1.html 2018-01-05 12:34:48.900265000 -0500
+@@ -414,7 +414,7 @@
<pre>/usr/local/bin/xplanet</pre>
is OK in most cases for installation from sources,
the usual path for installation from precompiled packages is
Modified: head/comms/cqrlog/pkg-plist
==============================================================================
--- head/comms/cqrlog/pkg-plist Sun Feb 18 19:26:45 2018 (r462262)
+++ head/comms/cqrlog/pkg-plist Sun Feb 18 20:33:49 2018 (r462263)
@@ -1,5 +1,6 @@
bin/cqrlog
man/man1/cqrlog.1.gz
+share/appdata/cqrlog.appdata.xml
share/applications/cqrlog.desktop
%%DATADIR%%/changelog.html
%%DATADIR%%/cqrlog-apparmor-fix
@@ -16,12 +17,10 @@ share/applications/cqrlog.desktop
%%DATADIR%%/ctyfiles/lotw1.txt
%%DATADIR%%/ctyfiles/qslmgr.csv
%%DATADIR%%/ctyfiles/us_states.tab
+%%DATADIR%%/help/contest.html
%%DATADIR%%/help/cwd.html
-%%DATADIR%%/help/cwd.html.bak
-%%DATADIR%%/help/cwd.html.orig
+%%DATADIR%%/help/fldxml.html
%%DATADIR%%/help/h1.html
-%%DATADIR%%/help/h1.html.bak
-%%DATADIR%%/help/h1.html.orig
%%DATADIR%%/help/h20.html
%%DATADIR%%/help/h21.html
%%DATADIR%%/help/h22.html
@@ -30,6 +29,7 @@ share/applications/cqrlog.desktop
%%DATADIR%%/help/h25.html
%%DATADIR%%/help/h26.html
%%DATADIR%%/help/h27.html
+%%DATADIR%%/help/h28.html
%%DATADIR%%/help/h3.html
%%DATADIR%%/help/h4.html
%%DATADIR%%/help/h5.html
@@ -38,8 +38,13 @@ share/applications/cqrlog.desktop
%%DATADIR%%/help/h8.html
%%DATADIR%%/help/img/bulb.png
%%DATADIR%%/help/img/c03.jpg
+%%DATADIR%%/help/img/contest.png
+%%DATADIR%%/help/img/contest_html_export.png
%%DATADIR%%/help/img/cwdaem.png
%%DATADIR%%/help/img/exc.png
+%%DATADIR%%/help/img/fxml5.png
+%%DATADIR%%/help/img/fxml8.png
+%%DATADIR%%/help/img/fxml9.png
%%DATADIR%%/help/img/h1.png
%%DATADIR%%/help/img/h10.png
%%DATADIR%%/help/img/h100.png
@@ -160,11 +165,40 @@ share/applications/cqrlog.desktop
%%DATADIR%%/help/img/h98.png
%%DATADIR%%/help/img/h99.png
%%DATADIR%%/help/img/line.png
+%%DATADIR%%/help/img/misc12.png
+%%DATADIR%%/help/img/misc13.png
+%%DATADIR%%/help/img/misc14.png
+%%DATADIR%%/help/img/misc3.png
+%%DATADIR%%/help/img/misc40.png
+%%DATADIR%%/help/img/misc41.png
+%%DATADIR%%/help/img/misc42.png
+%%DATADIR%%/help/img/misc43.png
+%%DATADIR%%/help/img/misc44.png
+%%DATADIR%%/help/img/misc5.png
+%%DATADIR%%/help/img/misc8.png
%%DATADIR%%/help/img/note.png
%%DATADIR%%/help/img/radio_memory.png
+%%DATADIR%%/help/img/wkdgrid10.png
+%%DATADIR%%/help/img/wkdgrid11.png
+%%DATADIR%%/help/img/wkdgrid9.png
+%%DATADIR%%/help/img/wsjt1.png
+%%DATADIR%%/help/img/wsjt15.png
+%%DATADIR%%/help/img/wsjt16.png
+%%DATADIR%%/help/img/wsjt17.png
+%%DATADIR%%/help/img/wsjt18.png
+%%DATADIR%%/help/img/wsjt19.png
+%%DATADIR%%/help/img/wsjt2.png
+%%DATADIR%%/help/img/wsjt20.png
+%%DATADIR%%/help/img/wsjt21.png
+%%DATADIR%%/help/img/wsjt27.png
+%%DATADIR%%/help/img/wsjt28.png
+%%DATADIR%%/help/img/wsjt4.png
%%DATADIR%%/help/index.html
+%%DATADIR%%/help/remi.html
%%DATADIR%%/help/sql_console.html
+%%DATADIR%%/help/wkdgrid.html
%%DATADIR%%/help/wkusb.html
+%%DATADIR%%/help/wsjt.html
%%DATADIR%%/images/BigEarth.bmp
%%DATADIR%%/images/HamQTH.png
%%DATADIR%%/images/bck.png
@@ -209,6 +243,7 @@ share/applications/cqrlog.desktop
%%DATADIR%%/images/sunset_small_.png
%%DATADIR%%/images/uses_eqsl.png
%%DATADIR%%/images/view.png
+%%DATADIR%%/images/world_borders.png
%%DATADIR%%/members/070-club.txt
%%DATADIR%%/members/10-10.txt
%%DATADIR%%/members/599dxa.txt
@@ -216,6 +251,7 @@ share/applications/cqrlog.desktop
%%DATADIR%%/members/a1-club.txt
%%DATADIR%%/members/a1-op.txt
%%DATADIR%%/members/afm.txt
+%%DATADIR%%/members/agb.txt
%%DATADIR%%/members/agcw.txt
%%DATADIR%%/members/arci.txt
%%DATADIR%%/members/arktika.txt
@@ -231,7 +267,9 @@ share/applications/cqrlog.desktop
%%DATADIR%%/members/cfo.txt
%%DATADIR%%/members/cft.txt
%%DATADIR%%/members/conveniat.txt
+%%DATADIR%%/members/cqcw.txt
%%DATADIR%%/members/ctc.txt
+%%DATADIR%%/members/ctid.txt
%%DATADIR%%/members/cwjf.txt
%%DATADIR%%/members/cwops.txt
%%DATADIR%%/members/cwsp.txt
@@ -248,22 +286,27 @@ share/applications/cqrlog.desktop
%%DATADIR%%/members/foc.txt
%%DATADIR%%/members/foc_names.txt
%%DATADIR%%/members/fog.txt
+%%DATADIR%%/members/fpqrp.txt
%%DATADIR%%/members/gacw.txt
%%DATADIR%%/members/gdxf.txt
%%DATADIR%%/members/gqrpc.txt
+%%DATADIR%%/members/gra.txt
%%DATADIR%%/members/gtc.txt
%%DATADIR%%/members/hacwg.txt
+%%DATADIR%%/members/hadxc.txt
%%DATADIR%%/members/hh.txt
%%DATADIR%%/members/hhc.txt
%%DATADIR%%/members/hsc.txt
%%DATADIR%%/members/htc.txt
%%DATADIR%%/members/inorc.txt
%%DATADIR%%/members/jaig.txt
+%%DATADIR%%/members/lcc.txt
%%DATADIR%%/members/lids.txt
%%DATADIR%%/members/marac.txt
%%DATADIR%%/members/marconista.txt
%%DATADIR%%/members/mcl.txt
%%DATADIR%%/members/mcwg.txt
+%%DATADIR%%/members/mdxc.txt
%%DATADIR%%/members/mdxg.txt
%%DATADIR%%/members/mf.txt
%%DATADIR%%/members/mfca.txt
@@ -302,6 +345,7 @@ share/applications/cqrlog.desktop
%%DATADIR%%/members/udxc.txt
%%DATADIR%%/members/uft.txt
%%DATADIR%%/members/uksmg.txt
+%%DATADIR%%/members/uqrqc.txt
%%DATADIR%%/members/vhsc.txt
%%DATADIR%%/members/vrk.txt
%%DATADIR%%/members/wap.txt
@@ -317,6 +361,7 @@ share/applications/cqrlog.desktop
%%DATADIR%%/zipcodes/italy-prov.txt
%%DATADIR%%/zipcodes/usa-ca.txt
%%DATADIR%%/zipcodes/usa-states.txt
+share/icons/cqrlog.png
share/icons/cqrlog/128x128/cqrlog.png
share/icons/cqrlog/256x256/cqrlog.png
share/icons/cqrlog/32x32/cqrlog.png
More information about the svn-ports-all
mailing list