Index: head/comms/cqrlog/Makefile =================================================================== --- head/comms/cqrlog/Makefile (revision 413960) +++ head/comms/cqrlog/Makefile (revision 413961) @@ -1,66 +1,69 @@ # Created by: Stephen Hurd # $FreeBSD$ PORTNAME= cqrlog -PORTVERSION= 1.9.1 -PORTREVISION= 1 +PORTVERSION= 2.0.0 DISTVERSIONPREFIX= v CATEGORIES= comms hamradio MAINTAINER= hamradio@FreeBSD.org COMMENT= Amateur Radio logging application LICENSE= GPLv2 BUILD_DEPENDS= lazbuild:editors/lazarus LIB_DEPENDS= libhamlib.so:comms/hamlib USE_GITHUB= yes GH_ACCOUNT= ok2cqr USES= shebangfix SHEBANG_FILES= tools/cqrlog-apparmor-fix \ voice_keyer/voice_keyer.sh 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 WANT_GNOME= yes ALL_TARGET= ${PORTNAME} LAZARUS_VER= 1.6.0 LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} OPTIONS_SINGLE= LCL OPTIONS_SINGLE_LCL= GTK2 QT4 OPTIONS_DEFAULT= GTK2 GTK2_USE= fpc=gtk2 gnome=gtk20 GTK2_BUILD_DEPENDS= ${LAZARUS_DIR}/lcl/units/${BUILDNAME}/gtk2/interfaces.ppu:editors/lazarus-lcl-gtk2 GTK2_MAKE_ARGS= PLATFORM=gtk2 QT4_LIB_DEPENDS= libQt4Pas.so:x11-toolkits/qt4pas QT4_BUILD_DEPENDS= ${LAZARUS_DIR}/lcl/units/${BUILDNAME}/qt/interfaces.ppu:editors/lazarus-lcl-qt QT4_MAKE_ARGS= PLATFORM=qt post-extract: @${RM} -rf ${WRKSRC}/src/lnet/lib/openssl.pas post-patch: @${SED} -e s!%%LOCALBASE%%!${LOCALBASE}!g \ -e s!%%MAKE_CMD%%!${MAKE_CMD}!g \ -e s!%%LAZARUSDIR%%!${LAZARUS_DIR}!g \ ${FILESDIR}/environmentoptions.xml.in \ > ${WRKSRC}/environmentoptions.xml ${REINPLACE_CMD} -e s!%%LOCALBASE%%!${LOCALBASE}!g \ ${WRKSRC}/src/dData.pas ${WRKSRC}/src/dUtils.pas \ ${WRKSRC}/src/fLoTWExport.pas ${WRKSRC}/src/fPreferences.pas \ ${WRKSRC}/src/fRotControl.pas ${WRKSRC}/src/fTRXControl.pas \ - ${WRKSRC}/src/fGrayline.pas + ${WRKSRC}/src/fGrayline.pas ${WRKSRC}/help/cwd.html \ + ${WRKSRC}/help/h1.html ${WRKSRC}/src/fPreferences.pas \ + ${WRKSRC}/src/fLoTWExport.lrs ${WRKSRC}/src/fPreferences.lfm \ + ${WRKSRC}/src/fPreferences.lrs ${WRKSRC}/src/fLoTWExport.lfm \ + ${WRKSRC}/src/cqrlog.lpi ${REINPLACE_CMD} -e s!%%PREFIX%%!${PREFIX}!g \ ${WRKSRC}/src/dData.pas ${WRKSRC}/src/fGrayline.pas ${REINPLACE_CMD} -e s!%%LAZARUSDIR%%!${LAZARUS_DIR}!g \ ${WRKSRC}/Makefile ${RM} -rf ${WRKSRC}/src/mysql .include Index: head/comms/cqrlog/distinfo =================================================================== --- head/comms/cqrlog/distinfo (revision 413960) +++ head/comms/cqrlog/distinfo (revision 413961) @@ -1,2 +1,2 @@ -SHA256 (ok2cqr-cqrlog-v1.9.1_GH0.tar.gz) = 3df51aecb6745854fa1812d488c74c5855927d082f06f469187389bd0fbcdf20 -SIZE (ok2cqr-cqrlog-v1.9.1_GH0.tar.gz) = 7354976 +SHA256 (ok2cqr-cqrlog-v2.0.0_GH0.tar.gz) = f3c324b3cdb9f0c7a8e9efea05a1776854a0ca4707da52a2dfe99fce251bf860 +SIZE (ok2cqr-cqrlog-v2.0.0_GH0.tar.gz) = 7894125 Index: head/comms/cqrlog/files/patch-src_dData.lfm =================================================================== --- head/comms/cqrlog/files/patch-src_dData.lfm (revision 413960) +++ head/comms/cqrlog/files/patch-src_dData.lfm (nonexistent) @@ -1,11 +0,0 @@ ---- src/dData.lfm.orig 2015-03-04 15:17:21 UTC -+++ src/dData.lfm -@@ -113,7 +113,7 @@ object dmData: TdmData - ' cont VARCHAR(6) NOT NULL,' - ' utc VARCHAR(12)NOT NULL,' - ' lat VARCHAR(10) NOT NULL,' -- ' longit VARCHAR(10) NOT NULL,' -+ ' longit VARCHAR(12) NOT NULL,' - ' itu VARCHAR(20) NOT NULL,' - ' waz VARCHAR(20) NOT NULL,' - ' adif SMALLINT NOT NULL DEFAULT 0,' Property changes on: head/comms/cqrlog/files/patch-src_dData.lfm ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/comms/cqrlog/files/patch-src_dData.lrs =================================================================== --- head/comms/cqrlog/files/patch-src_dData.lrs (revision 413960) +++ head/comms/cqrlog/files/patch-src_dData.lrs (nonexistent) @@ -1,11 +0,0 @@ ---- src/dData.lrs.orig 2015-03-04 15:17:21 UTC -+++ src/dData.lrs -@@ -38,7 +38,7 @@ LazarusResources.Add('TdmData','FORMDATA - +'ARY KEY,'#6'& pref VARCHAR(20) NOT NULL,'#6''' name V' - +'ARCHAR(100) NOT NULL,'#6'% cont VARCHAR(6) NOT NULL,'#6'$ ' - +' utc VARCHAR(12)NOT NULL,'#6'% lat VARCHAR(10) NOT NULL,'#6 -- +'( longit VARCHAR(10) NOT NULL,'#6'% itu VARCHAR(20) N' -+ +'( longit VARCHAR(12) NOT NULL,'#6'% itu VARCHAR(20) N' - +'OT NULL,'#6'% waz VARCHAR(20) NOT NULL,'#6'- adif SMA' - +'LLINT NOT NULL DEFAULT 0,'#6'/ deleted SMALLINT NOT NULL DEFAULT' - +' 0'#6#2');'#6'$CREATE INDEX pref ON dxcc_ref(pref);'#6'$CREATE INDEX adif O' Property changes on: head/comms/cqrlog/files/patch-src_dData.lrs ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/comms/cqrlog/files/patch-src-lnet-lib_lcommon.pp =================================================================== --- head/comms/cqrlog/files/patch-src-lnet-lib_lcommon.pp (revision 413960) +++ head/comms/cqrlog/files/patch-src-lnet-lib_lcommon.pp (nonexistent) @@ -1,23 +0,0 @@ ---- src/lnet/lib/lcommon.pp 2016-03-17 12:36:41.744524000 -0500 -+++ src/lnet/lib/lcommon.pp 2016-03-17 12:37:31.449533000 -0500 -@@ -512,15 +512,15 @@ - procedure FillAddressInfo(var aAddrInfo: TLSocketAddress; const aFamily: sa_family_t; - const Address: string; const aPort: Word); - begin -- aAddrInfo.IPv4.family := aFamily; -- aAddrInfo.IPv4.Port := htons(aPort); -+ aAddrInfo.IPv4.sin_family := aFamily; -+ aAddrInfo.IPv4.sin_port := htons(aPort); - - case aFamily of - LAF_INET : - begin -- aAddrInfo.IPv4.Addr := StrToNetAddr(Address); -- if (Address <> LADDR_ANY) and (aAddrInfo.IPv4.Addr = 0) then -- aAddrInfo.IPv4.Addr := StrToNetAddr(GetHostIP(Address)); -+ aAddrInfo.IPv4.sin_addr.s_addr := StrToNetAddr(Address); -+ if (Address <> LADDR_ANY) and (aAddrInfo.IPv4.sin_addr.s_addr = 0) then -+ aAddrInfo.IPv4.sin_addr.s_addr := StrToNetAddr(GetHostIP(Address)); - end; - LAF_INET6 : - begin Property changes on: head/comms/cqrlog/files/patch-src-lnet-lib_lcommon.pp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/comms/cqrlog/files/patch-Makefile =================================================================== --- head/comms/cqrlog/files/patch-Makefile (revision 413960) +++ head/comms/cqrlog/files/patch-Makefile (revision 413961) @@ -1,39 +1,39 @@ ---- Makefile.orig 2015-11-28 17:28:12.000000000 -0500 -+++ Makefile 2016-03-17 12:05:09.138035000 -0500 +--- Makefile.orig 2016-04-20 16:06:15 UTC ++++ Makefile @@ -1,12 +1,13 @@ -CC=lazbuild +CC=lazbuild -d ST=strip -datadir = $(DESTDIR)/usr/share/cqrlog -bindir = $(DESTDIR)/usr/bin -sharedir = $(DESTDIR)/usr/share +datadir = $(DESTDIR)${PREFIX}/share/cqrlog +bindir = $(DESTDIR)${PREFIX}/bin +sharedir = $(DESTDIR)${PREFIX}/share tmpdir = /tmp +mandir = $(DESTDIR)${PREFIX} cqrlog: src/cqrlog.lpi - $(CC) --ws=gtk2 --pcp=$(tmpdir)/.lazarus src/cqrlog.lpi + $(CC) --pcp=. --ws=${PLATFORM} src/cqrlog.lpi --lazarusdir=%%LAZARUSDIR%% $(ST) src/cqrlog gzip tools/cqrlog.1 -c > tools/cqrlog.1.gz -@@ -30,7 +31,7 @@ +@@ -30,7 +31,7 @@ install: install -d -v $(sharedir)/pixmaps/cqrlog install -d -v $(sharedir)/icons install -d -v $(sharedir)/applications - 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 @@ +@@ -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 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 deb: dpkg-buildpackage -rfakeroot -i -I deb_src: Index: head/comms/cqrlog/files/patch-help_cwd.html =================================================================== --- head/comms/cqrlog/files/patch-help_cwd.html (nonexistent) +++ head/comms/cqrlog/files/patch-help_cwd.html (revision 413961) @@ -0,0 +1,11 @@ +--- help/cwd.html.orig 2016-04-20 16:06:15 UTC ++++ help/cwd.html +@@ -88,7 +88,7 @@ echo "starting cwdaemon" + # rmmod lp + cd /dev + mknod -m 0660 parport0 c 99 0 +-/usr/local/sbin/cwdaemon -x n ++%%LOCALBASE%%/sbin/cwdaemon -x n + + Remember the cwdaemon options:

+

Property changes on: head/comms/cqrlog/files/patch-help_cwd.html ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/comms/cqrlog/files/patch-help_h1.html =================================================================== --- head/comms/cqrlog/files/patch-help_h1.html (nonexistent) +++ head/comms/cqrlog/files/patch-help_h1.html (revision 413961) @@ -0,0 +1,11 @@ +--- help/h1.html.orig 2016-04-24 21:16:09 UTC ++++ help/h1.html +@@ -401,7 +401,7 @@ There are no known dependencies issues.< +
/usr/local/bin/xplanet
+ is OK in most cases for installation from sources, + the usual path for installation from precompiled packages is +-
/usr/bin/xplanet
++
%%LOCALBASE%%/bin/xplanet
+ Adjust the window size (remember to set up a square, ie. 400x400, + 300x300 etc. to avoid strange effects). Also, the window position + must be set up to create a nice looking screen. Use the Test it! Property changes on: head/comms/cqrlog/files/patch-help_h1.html ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/comms/cqrlog/files/patch-src_cqrlog.lpi =================================================================== --- head/comms/cqrlog/files/patch-src_cqrlog.lpi (nonexistent) +++ head/comms/cqrlog/files/patch-src_cqrlog.lpi (revision 413961) @@ -0,0 +1,11 @@ +--- src/cqrlog.lpi.orig 2016-04-20 16:06:15 UTC ++++ src/cqrlog.lpi +@@ -32,7 +32,7 @@ + + + +- ++ + + + Property changes on: head/comms/cqrlog/files/patch-src_cqrlog.lpi ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/comms/cqrlog/files/patch-src_dData.pas =================================================================== --- head/comms/cqrlog/files/patch-src_dData.pas (revision 413960) +++ head/comms/cqrlog/files/patch-src_dData.pas (revision 413961) @@ -1,65 +1,40 @@ ---- src/dData.pas.orig 2015-03-04 15:17:21 UTC +--- src/dData.pas.orig 2016-04-20 16:06:15 UTC +++ src/dData.pas -@@ -911,22 +911,22 @@ begin - if DirectoryExistsUTF8(fHomeDir+'members') then - fMembersDir := fHomeDir+'members'+PathDelim - else -- fMembersDir := ExpandFileNameUTF8('..'+PathDelim+'share'+PathDelim+'cqrlog'+ -+ fMembersDir := ExpandFileNameUTF8('%%PREFIX%%'+PathDelim+'share'+PathDelim+'cqrlog'+ - PathDelim+'members'+PathDelim); +@@ -1278,12 +1278,12 @@ begin - if DirectoryExistsUTF8(fHomeDir+'zipcodes') then - fZipCodeDir := fHomeDir+'zipcodes'+PathDelim - else -- fZipCodeDir := ExpandFileNameUTF8('..'+PathDelim+'share'+PathDelim+'cqrlog')+ -+ fZipCodeDir := ExpandFileNameUTF8('%%PREFIX%%'+PathDelim+'share'+PathDelim+'cqrlog')+ - PathDelim+'zipcodes'+PathDelim; + { - if not DirectoryExistsUTF8(fHomeDir+'images') then - CreateDirUTF8(fHomeDir+'images'); +- if FileExistsUTF8('/usr/bin/mysqld') then +- mysqld := '/usr/bin/mysqld'; +- if FileExistsUTF8('/usr/bin/mysqld_safe') then //Fedora +- mysqld := '/usr/bin/mysqld_safe'; +- if FileExistsUTF8('/usr/sbin/mysqld') then //openSUSE +- mysqld := '/usr/sbin/mysqld'; ++ if FileExistsUTF8('%%LOCALBASE%%/bin/mysqld') then ++ mysqld := '%%LOCALBASE%%/bin/mysqld'; ++ if FileExistsUTF8('%%LOCALBASE%%/bin/mysqld_safe') then //Fedora ++ mysqld := '%%LOCALBASE%%/bin/mysqld_safe'; ++ if FileExistsUTF8('%%LOCALBASE%%/sbin/mysqld') then //openSUSE ++ mysqld := '%%LOCALBASE%%/sbin/mysqld'; + if mysqld = '' then //don't know where mysqld is, so hopefully will be in $PATH + mysqld := 'mysqld'; -- fHelpDir := ExpandFileNameUTF8('..'+PathDelim+'share'+PathDelim+'cqrlog'+ -+ fHelpDir := ExpandFileNameUTF8('%%PREFIX%%'+PathDelim+'share'+PathDelim+'cqrlog'+ - PathDelim+'help'+PathDelim); - -- fShareDir := ExpandFileNameUTF8('..'+PathDelim+'share'+PathDelim+'cqrlog'+ -+ fShareDir := ExpandFileNameUTF8('%%PREFIX%%'+PathDelim+'share'+PathDelim+'cqrlog'+ - PathDelim); - - if not DirectoryExistsUTF8(fHomeDir + 'lotw') then -@@ -949,7 +949,7 @@ procedure TdmData.PrepareCtyData; - var - s,d : String; +@@ -3452,12 +3452,12 @@ var + l : TStringList; + info : String; begin -- s := ExpandFileNameUTF8('..'+PathDelim+'share'+PathDelim+'cqrlog'+PathDelim+'ctyfiles'+PathDelim); -+ s := ExpandFileNameUTF8('%%PREFIX%%'+PathDelim+'share'+PathDelim+'cqrlog'+PathDelim+'ctyfiles'+PathDelim); - d := fHomeDir+'ctyfiles'+PathDelim; - - if not FileExistsUTF8(fHomeDir+'ctyfiles'+PathDelim+'AreaOK1RR.tbl') then -@@ -1013,7 +1013,7 @@ procedure TdmData.PrepareXplanetDir; - var - s,d : String; - begin -- s := ExpandFileNameUTF8('..'+PathDelim+'share'+PathDelim+'cqrlog'+PathDelim+'xplanet'+PathDelim); -+ s := ExpandFileNameUTF8('%%LOCALBASE%%'+PathDelim+'share'+PathDelim+'cqrlog'+PathDelim+'xplanet'+PathDelim); - d := fHomeDir+'xplanet'+PathDelim; - if not FileExistsUTF8(d+'geoconfig') then - CopyFile(s+'geoconfig',d+'geoconfig') -@@ -1023,7 +1023,7 @@ procedure TdmData.PrepareVoice_keyerDir; - var - s,d : String; - begin -- s := ExpandFileNameUTF8('..'+PathDelim+'share'+PathDelim+'cqrlog'+PathDelim+'voice_keyer'+PathDelim); -+ s := ExpandFileNameUTF8('%%PREFIX%%'+PathDelim+'share'+PathDelim+'cqrlog'+PathDelim+'voice_keyer'+PathDelim); - d := fHomeDir+'voice_keyer'+PathDelim; - if not FileExistsUTF8(d+'voice_keyer.sh') then - CopyFile(s+'voice_keyer.sh',d+'voice_keyer.sh') -@@ -1122,7 +1122,7 @@ begin - if lib <> '' then - fDLLUtilName := lib; - -- lib := FindLib('/usr/lib64/','libmysqlclient.so*'); -+ lib := FindLib('%%LOCALBASE%%/lib/','libmysqlclient.so*'); - if (lib = '') then - lib := FindLib('/lib64/','libmysqlclient.so*'); - if (lib='') then +- if FileExistsUTF8('/usr/bin/mysqld') then +- Result := '/usr/bin/mysqld'; +- if FileExistsUTF8('/usr/bin/mysqld_safe') then //Fedora +- Result := '/usr/bin/mysqld_safe'; +- if FileExistsUTF8('/usr/sbin/mysqld') then //openSUSE +- Result := '/usr/sbin/mysqld'; ++ if FileExistsUTF8('%%LOCALBASE%%/bin/mysqld') then ++ Result := '%%LOCALBASE%%/bin/mysqld'; ++ if FileExistsUTF8('%%LOCALBASE%%/bin/mysqld_safe') then //Fedora ++ Result := '%%LOCALBASE%%/bin/mysqld_safe'; ++ if FileExistsUTF8('%%LOCALBASE%%/sbin/mysqld') then //openSUSE ++ Result := '%%LOCALBASE%%/sbin/mysqld'; + if Result = '' then //don't know where mysqld is, so hopefully will be in $PATH + Result := 'mysqld' + end; Index: head/comms/cqrlog/files/patch-src_dUtils.pas =================================================================== --- head/comms/cqrlog/files/patch-src_dUtils.pas (revision 413960) +++ head/comms/cqrlog/files/patch-src_dUtils.pas (revision 413961) @@ -1,20 +1,20 @@ ---- src/dUtils.pas.orig 2015-03-04 15:17:21 UTC +--- src/dUtils.pas.orig 2016-04-20 16:06:15 UTC +++ src/dUtils.pas -@@ -2381,7 +2381,7 @@ var +@@ -2394,7 +2394,7 @@ var proj: string = ''; begin Result := ''; - Result := cqrini.ReadString('xplanet', 'path', '/usr/bin/xplanet'); -+ Result := cqrini.ReadString('xplanet', 'path', '%%LOCALBASE%%/xplanet'); ++ Result := cqrini.ReadString('xplanet', 'path', '%%LOCALBASE%%/bin/xplanet'); myloc := cqrini.ReadString('Station', 'LOC', ''); if not FileExists(Result) then begin -@@ -2671,7 +2671,7 @@ begin +@@ -2684,7 +2684,7 @@ begin if Device = '' then exit; - cmd := cqrini.ReadString('TRX', 'Path', '/usr/bin/rigctld'); -+ cmd := cqrini.ReadString('TRX', 'Path', '%%LOCALBASE%%/rigctld'); ++ cmd := cqrini.ReadString('TRX', 'Path', '%%LOCALBASE%%/bin/rigctld'); if not FileExists(cmd) then exit; cmd := cmd + ' --model=' + rigid; Index: head/comms/cqrlog/files/patch-src_fGrayline.pas =================================================================== --- head/comms/cqrlog/files/patch-src_fGrayline.pas (revision 413960) +++ head/comms/cqrlog/files/patch-src_fGrayline.pas (revision 413961) @@ -1,11 +1,11 @@ ---- src/fGrayline.pas.orig 2015-03-04 15:17:21 UTC +--- src/fGrayline.pas.orig 2016-04-20 16:06:15 UTC +++ src/fGrayline.pas @@ -383,7 +383,7 @@ begin RBNSpotList[i].band := ''; ImageFile := dmData.HomeDir+'images'+PathDelim+'grayline.bmp'; if not FileExists(ImageFile) then - ImageFile := ExpandFileNameUTF8('..'+PathDelim+'share'+PathDelim+'cqrlog'+ + ImageFile := ExpandFileNameUTF8('%%PREFIX%%'+PathDelim+'share'+PathDelim+'cqrlog'+ PathDelim+'images'+PathDelim+'grayline.bmp'); ob:=new(Pgrayline,init(ImageFile)) end; Index: head/comms/cqrlog/files/patch-src_fLoTWExport.lfm =================================================================== --- head/comms/cqrlog/files/patch-src_fLoTWExport.lfm (nonexistent) +++ head/comms/cqrlog/files/patch-src_fLoTWExport.lfm (revision 413961) @@ -0,0 +1,11 @@ +--- src/fLoTWExport.lfm.orig 2016-04-20 16:06:15 UTC ++++ src/fLoTWExport.lfm +@@ -182,7 +182,7 @@ object frmLoTWExport: TfrmLoTWExport + Top = 29 + Width = 424 + TabOrder = 0 +- Text = '/usr/bin/tqsl -d -l "your qth name" %f -x' ++ Text = '%%LOCALBASE%%/bin/tqsl -d -l "your qth name" %f -x' + end + end + object GroupBox6: TGroupBox Property changes on: head/comms/cqrlog/files/patch-src_fLoTWExport.lfm ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/comms/cqrlog/files/patch-src_fLoTWExport.lrs =================================================================== --- head/comms/cqrlog/files/patch-src_fLoTWExport.lrs (nonexistent) +++ head/comms/cqrlog/files/patch-src_fLoTWExport.lrs (revision 413961) @@ -0,0 +1,11 @@ +--- src/fLoTWExport.lrs.orig 2016-04-20 16:06:15 UTC ++++ src/fLoTWExport.lrs +@@ -50,7 +50,7 @@ LazarusResources.Add('TfrmLoTWExport','F + +#2'8'#5'Width'#3'7'#1#7'Caption'#6'I"your qth name" means the qth which you ' + +'have '#10'defined in tqsl QTH profile'#11'ParentColor'#8#0#0#5'TEdit'#7'edt' + +'Tqsl'#4'Left'#2#14#6'Height'#2#27#3'Top'#2#29#5'Width'#3#168#1#8'TabOrder'#2 +- +#0#4'Text'#6')/usr/bin/tqsl -d -l "your qth name" %f -x'#0#0#0#9'TGroupBox'#9 ++ +#0#4'Text'#6')%%LOCALBASE%%/bin/tqsl -d -l "your qth name" %f -x'#0#0#0#9'TGroupBox'#9 + +'GroupBox6'#4'Left'#2#0#6'Height'#3#6#1#3'Top'#3#216#0#5'Width'#3#217#1#5'Al' + +'ign'#7#8'alClient'#7'Caption'#6#8' Upload '#12'ClientHeight'#3#243#0#11'Cli' + +'entWidth'#3#213#1#8'TabOrder'#2#2#0#5'TMemo'#5'mStat'#4'Left'#2#0#6'Height' Property changes on: head/comms/cqrlog/files/patch-src_fLoTWExport.lrs ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/comms/cqrlog/files/patch-src_fLoTWExport.pas =================================================================== --- head/comms/cqrlog/files/patch-src_fLoTWExport.pas (revision 413960) +++ head/comms/cqrlog/files/patch-src_fLoTWExport.pas (revision 413961) @@ -1,11 +1,11 @@ ---- src/fLoTWExport.pas.orig 2015-03-04 15:17:21 UTC +--- src/fLoTWExport.pas.orig 2016-04-20 16:06:15 UTC +++ src/fLoTWExport.pas @@ -235,7 +235,7 @@ begin else begin WindowState := wsMaximized end; - edtTqsl.Text := cqrini.ReadString('LoTWExp','cmd','/usr/bin/tqsl -d -l "your qth name" %f -x'); + edtTqsl.Text := cqrini.ReadString('LoTWExp','cmd','%%LOCALBASE%%/bin/tqsl -d -l "your qth name" %f -x'); if pgLoTWExport.ActivePageIndex = 1 then rbWebExportNotExported.SetFocus end; Index: head/comms/cqrlog/files/patch-src_fPreferences.lfm =================================================================== --- head/comms/cqrlog/files/patch-src_fPreferences.lfm (nonexistent) +++ head/comms/cqrlog/files/patch-src_fPreferences.lfm (revision 413961) @@ -0,0 +1,11 @@ +--- src/fPreferences.lfm.orig 2016-04-20 16:06:15 UTC ++++ src/fPreferences.lfm +@@ -4428,7 +4428,7 @@ object frmPreferences: TfrmPreferences + Top = 15 + Width = 432 + TabOrder = 0 +- Text = '/usr/bin/xplanet' ++ Text = '%%LOCALBASE%%/bin/xplanet' + end + end + object GroupBox22: TGroupBox Property changes on: head/comms/cqrlog/files/patch-src_fPreferences.lfm ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/comms/cqrlog/files/patch-src_fPreferences.lrs =================================================================== --- head/comms/cqrlog/files/patch-src_fPreferences.lrs (nonexistent) +++ head/comms/cqrlog/files/patch-src_fPreferences.lrs (revision 413961) @@ -0,0 +1,11 @@ +--- src/fPreferences.lrs.orig 2016-04-20 16:06:15 UTC ++++ src/fPreferences.lrs +@@ -1024,7 +1024,7 @@ LazarusResources.Add('TfrmPreferences',' + +#2#14#6'Height'#2'Y'#3'Top'#2#11#5'Width'#3#9#2#7'Caption'#6#23' Path for th' + +'e xplanet '#12'ClientHeight'#2'F'#11'ClientWidth'#3#5#2#8'TabOrder'#2#0#0#5 + +'TEdit'#14'edtXplanetPath'#4'Left'#2#6#6'Height'#2#27#3'Top'#2#15#5'Width'#3 +- +#176#1#8'TabOrder'#2#0#4'Text'#6#16'/usr/bin/xplanet'#0#0#0#9'TGroupBox'#10 ++ +#176#1#8'TabOrder'#2#0#4'Text'#6#16'%%LOCALBASE%%/bin/xplanet'#0#0#0#9'TGroupBox'#10 + ,'GroupBox22'#4'Left'#2#14#6'Height'#2'p'#3'Top'#2'k'#5'Width'#2'q'#7'Caption' + +#6#13' Window size '#12'ClientHeight'#2']'#11'ClientWidth'#2'm'#8'TabOrder'#2 + +#1#0#6'TLabel'#7'Label66'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#15#5'Width'#2 Property changes on: head/comms/cqrlog/files/patch-src_fPreferences.lrs ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/comms/cqrlog/files/patch-src_fPreferences.pas =================================================================== --- head/comms/cqrlog/files/patch-src_fPreferences.pas (revision 413960) +++ head/comms/cqrlog/files/patch-src_fPreferences.pas (revision 413961) @@ -1,29 +1,29 @@ ---- src/fPreferences.pas.orig 2015-03-04 15:17:21 UTC +--- src/fPreferences.pas.orig 2016-04-20 16:06:15 UTC +++ src/fPreferences.pas -@@ -2582,7 +2582,7 @@ begin +@@ -2506,7 +2506,7 @@ begin cb47GHz.Checked := cqrini.ReadBool('Bands', '47GHz', False); cb76GHz.Checked := cqrini.ReadBool('Bands', '76GHz', False); - edtRigCtldPath.Text := cqrini.ReadString('TRX', 'RigCtldPath', '/usr/bin/rigctld'); + edtRigCtldPath.Text := cqrini.ReadString('TRX', 'RigCtldPath', '%%LOCALBASE%%/bin/rigctld'); + chkTrxControlDebug.Checked := cqrini.ReadBool('TRX','Debug',False); + chkModeRelatedOnly.Checked := cqrini.ReadBool('TRX','MemModeRelated',False); - edtR1Device.Text := cqrini.ReadString('TRX1', 'device', ''); - edtRigID1.Text := cqrini.ReadString('TRX1', 'model', ''); -@@ -2619,7 +2619,7 @@ begin +@@ -2552,7 +2552,7 @@ begin cmbDTRR2.ItemIndex := cqrini.ReadInteger('TRX2', 'DTR', 0); cmbRTSR2.ItemIndex := cqrini.ReadInteger('TRX2', 'RTS', 0); - edtRotCtldPath.Text := cqrini.ReadString('ROT', 'RotCtldPath', '/usr/bin/rotctld'); -+ edtRotCtldPath.Text := cqrini.ReadString('ROT', 'RotCtldPath', '%%LOCALBASE%%/bin/rotctld'); ++ edtRotCtldPath.Text := cqrini.ReadString('ROT', 'RotCtldPath', '$$LOCALBASE%%/bin/rotctld'); edtRot1Device.Text := cqrini.ReadString('ROT1', 'device', ''); edtRot1ID.Text := cqrini.ReadString('ROT1', 'model', ''); -@@ -2844,7 +2844,7 @@ begin +@@ -2701,7 +2701,7 @@ begin chkUseNewQSOFreqMode.Checked := cqrini.ReadBool('BandMap','UseNewQSOFreqMode',False); chkPlusToBandMap.Checked := cqrini.ReadBool('BandMap','PlusToBandMap',False); - edtXplanetPath.Text := cqrini.ReadString('xplanet', 'path', '/usr/bin/xplanet'); + edtXplanetPath.Text := cqrini.ReadString('xplanet', 'path', '%%LOCALBASE%%/bin/xplanet'); edtXHeight.Text := cqrini.ReadString('xplanet', 'height', '100'); edtXWidth.Text := cqrini.ReadString('xplanet', 'width', '100'); edtXTop.Text := cqrini.ReadString('xplanet', 'top', '10'); Index: head/comms/cqrlog/files/patch-src_fRotControl.pas =================================================================== --- head/comms/cqrlog/files/patch-src_fRotControl.pas (revision 413960) +++ head/comms/cqrlog/files/patch-src_fRotControl.pas (revision 413961) @@ -1,11 +1,11 @@ ---- src/fRotControl.pas.orig 2015-03-04 15:17:21 UTC +--- src/fRotControl.pas.orig 2016-04-20 16:06:15 UTC +++ src/fRotControl.pas -@@ -137,7 +137,7 @@ begin - rotor.RotId := 1 - else - rotor.RotId := id; +@@ -149,7 +149,7 @@ begin + if not TryStrToInt(cqrini.ReadString('ROT'+n,'poll','500'),poll) then + poll := 500; + - rotor.RotCtldPath := cqrini.ReadString('ROT','RigCtldPath','/usr/bin/rotctld'); + rotor.RotCtldPath := cqrini.ReadString('ROT','RigCtldPath','%%LOCALBASE%%/bin/rotctld'); rotor.RotCtldArgs := dmUtils.GetRotorRotCtldCommandLine(StrToInt(n)); rotor.RunRotCtld := cqrini.ReadBool('ROT'+n,'RunRotCtld',False); rotor.RotDevice := cqrini.ReadString('ROT'+n,'device',''); Index: head/comms/cqrlog/files/patch-src_fTRXControl.pas =================================================================== --- head/comms/cqrlog/files/patch-src_fTRXControl.pas (revision 413960) +++ head/comms/cqrlog/files/patch-src_fTRXControl.pas (revision 413961) @@ -1,11 +1,11 @@ ---- src/fTRXControl.pas.orig 2015-03-04 15:17:21 UTC +--- src/fTRXControl.pas.orig 2016-04-20 16:06:15 UTC +++ src/fTRXControl.pas -@@ -660,7 +660,7 @@ begin - else - radio.RigId := id; - //Writeln('huu4'); +@@ -749,7 +749,7 @@ begin + if not TryStrToInt(cqrini.ReadString('TRX'+n,'poll','500'),poll) then + poll := 500; + - radio.RigCtldPath := cqrini.ReadString('TRX','RigCtldPath','/usr/bin/rigctld'); + radio.RigCtldPath := cqrini.ReadString('TRX','RigCtldPath','%%LOCALBASE%%/bin/rigctld'); radio.RigCtldArgs := dmUtils.GetRadioRigCtldCommandLine(StrToInt(n)); radio.RunRigCtld := cqrini.ReadBool('TRX'+n,'RunRigCtld',False); radio.RigDevice := cqrini.ReadString('TRX'+n,'device',''); Index: head/comms/cqrlog/files/patch-src_ssl__openssl__lib.pas =================================================================== --- head/comms/cqrlog/files/patch-src_ssl__openssl__lib.pas (revision 413960) +++ head/comms/cqrlog/files/patch-src_ssl__openssl__lib.pas (revision 413961) @@ -1,20 +1,20 @@ ---- src/ssl_openssl_lib.pas.orig 2015-03-04 15:17:21 UTC +--- src/ssl_openssl_lib.pas.orig 2016-04-20 16:06:15 UTC +++ src/ssl_openssl_lib.pas @@ -86,7 +86,7 @@ uses {$IFDEF CIL} const - {$IFDEF LINUX} + {$IFNDEF WIN32} DLLSSLName = 'libssl.so'; DLLUtilName = 'libcrypto.so'; {$ELSE} @@ -1704,7 +1704,7 @@ begin {$ELSE} SSLLibHandle := LoadLib(DLLSSLName); SSLUtilHandle := LoadLib(DLLUtilName); - {$IFNDEF LINUX} + {$IFDEF WIN32} if (SSLLibHandle = 0) then SSLLibHandle := LoadLib(DLLSSLName2); {$ENDIF} Index: head/comms/cqrlog/files/patch-src_synaser.pas =================================================================== --- head/comms/cqrlog/files/patch-src_synaser.pas (revision 413960) +++ head/comms/cqrlog/files/patch-src_synaser.pas (revision 413961) @@ -1,65 +1,65 @@ ---- src/synaser.pas.orig 2015-03-04 15:17:21 UTC +--- src/synaser.pas.orig 2016-04-20 16:06:15 UTC +++ src/synaser.pas @@ -302,7 +302,7 @@ type procedure DcbToTermios(const dcb: TDCB; var term: termios); virtual; procedure TermiosToDcb(const term: termios; var dcb: TDCB); virtual; {$ENDIF} -{$IFDEF LINUX} +{$IFDEF UNIX} function ReadLockfile: integer; virtual; function LockfileName: String; virtual; procedure CreateLockfile(PidNr: integer); virtual; @@ -591,7 +591,7 @@ type {:Raise Synaser error with ErrNumber code. Usually used by internal routines.} procedure RaiseSynaError(ErrNumber: integer); virtual; -{$IFDEF LINUX} +{$IFDEF UNIX} function cpomComportAccessible: boolean; virtual;{HGJ} procedure cpomReleaseComport; virtual; {HGJ} {$ENDIF} @@ -766,7 +766,7 @@ begin end; if InstanceActive then begin - {$IFDEF LINUX} + {$IFDEF UNIX} if FLinuxLock then cpomReleaseComport; {$ENDIF} @@ -917,7 +917,7 @@ begin FHandle := THandle(fpOpen(FDevice, O_RDWR or O_SYNC)); {$ENDIF} SerialCheck(integer(FHandle)); - {$IFDEF LINUX} + {$IFDEF UNIX} if FLastError <> sOK then if FLinuxLock then cpomReleaseComport; @@ -949,7 +949,7 @@ begin begin SetSynaError(ErrNoDeviceAnswer); FileClose(integer(FHandle)); {HGJ} - {$IFDEF LINUX} + {$IFDEF UNIX} if FLinuxLock then cpomReleaseComport; {HGJ} {$ENDIF} {HGJ} @@ -1899,7 +1899,7 @@ begin {$IFNDEF FPC} SerialCheck(ioctl(integer(FHandle), TCFLSH, TCIOFLUSH)); {$ELSE} - SerialCheck(fpioctl(integer(FHandle), TCFLSH, Pointer(PtrInt(TCIOFLUSH)))); + SerialCheck(TCFlush(integer(FHandle), TCIOFLUSH)); //SerialCheck(fpioctl(integer(FHandle), TCFLSH, TCIOFLUSH)); {$ENDIF} FBuffer := ''; @@ -2136,7 +2136,7 @@ end; Ownership Manager. } -{$IFDEF LINUX} +{$IFDEF UNIX} function TBlockSerial.LockfileName: String; var Index: head/comms/cqrlog/pkg-plist =================================================================== --- head/comms/cqrlog/pkg-plist (revision 413960) +++ head/comms/cqrlog/pkg-plist (revision 413961) @@ -1,303 +1,313 @@ bin/cqrlog share/applications/cqrlog.desktop %%DATADIR%%/changelog.html %%DATADIR%%/cqrlog-apparmor-fix %%DATADIR%%/ctyfiles/Ambiguous.tbl %%DATADIR%%/ctyfiles/AreaOK1RR.tbl %%DATADIR%%/ctyfiles/CallResolution.tbl %%DATADIR%%/ctyfiles/Country.tab %%DATADIR%%/ctyfiles/CountryDel.tab %%DATADIR%%/ctyfiles/Exceptions.tab %%DATADIR%%/ctyfiles/MASTER.SCP %%DATADIR%%/ctyfiles/README %%DATADIR%%/ctyfiles/eqsl.txt %%DATADIR%%/ctyfiles/iota.tbl %%DATADIR%%/ctyfiles/lotw1.txt %%DATADIR%%/ctyfiles/qslmgr.csv +%%DATADIR%%/ctyfiles/us_states.tab %%DATADIR%%/help/cwd.html %%DATADIR%%/help/h1.html %%DATADIR%%/help/h20.html %%DATADIR%%/help/h21.html %%DATADIR%%/help/h22.html %%DATADIR%%/help/h23.html %%DATADIR%%/help/h24.html %%DATADIR%%/help/h25.html %%DATADIR%%/help/h26.html %%DATADIR%%/help/h27.html %%DATADIR%%/help/h3.html %%DATADIR%%/help/h4.html %%DATADIR%%/help/h5.html %%DATADIR%%/help/h6.html %%DATADIR%%/help/h7.html %%DATADIR%%/help/h8.html %%DATADIR%%/help/img/bulb.png %%DATADIR%%/help/img/c03.jpg %%DATADIR%%/help/img/cwdaem.png %%DATADIR%%/help/img/exc.png %%DATADIR%%/help/img/h1.png %%DATADIR%%/help/img/h10.png %%DATADIR%%/help/img/h100.png %%DATADIR%%/help/img/h101.png %%DATADIR%%/help/img/h102.png %%DATADIR%%/help/img/h103.png %%DATADIR%%/help/img/h104.png %%DATADIR%%/help/img/h105.png %%DATADIR%%/help/img/h106.png %%DATADIR%%/help/img/h107.png %%DATADIR%%/help/img/h108.png %%DATADIR%%/help/img/h109.png %%DATADIR%%/help/img/h11.png %%DATADIR%%/help/img/h110.png %%DATADIR%%/help/img/h111.png %%DATADIR%%/help/img/h1112.png %%DATADIR%%/help/img/h1114.png %%DATADIR%%/help/img/h1116.png %%DATADIR%%/help/img/h112.png %%DATADIR%%/help/img/h113.png %%DATADIR%%/help/img/h114.png %%DATADIR%%/help/img/h115.png %%DATADIR%%/help/img/h116.png %%DATADIR%%/help/img/h12.png %%DATADIR%%/help/img/h13.png %%DATADIR%%/help/img/h14.png %%DATADIR%%/help/img/h15.png %%DATADIR%%/help/img/h16.png %%DATADIR%%/help/img/h17.png %%DATADIR%%/help/img/h18.png %%DATADIR%%/help/img/h19.png %%DATADIR%%/help/img/h2.png %%DATADIR%%/help/img/h20.png %%DATADIR%%/help/img/h21.png %%DATADIR%%/help/img/h22.png %%DATADIR%%/help/img/h23.png %%DATADIR%%/help/img/h24.png %%DATADIR%%/help/img/h25.png %%DATADIR%%/help/img/h26.png %%DATADIR%%/help/img/h27.png %%DATADIR%%/help/img/h28.png %%DATADIR%%/help/img/h29.png %%DATADIR%%/help/img/h3.png %%DATADIR%%/help/img/h30.png %%DATADIR%%/help/img/h31.png %%DATADIR%%/help/img/h32.png %%DATADIR%%/help/img/h33.png %%DATADIR%%/help/img/h34.png %%DATADIR%%/help/img/h35.png %%DATADIR%%/help/img/h36.png %%DATADIR%%/help/img/h37.png %%DATADIR%%/help/img/h38.png %%DATADIR%%/help/img/h39.png %%DATADIR%%/help/img/h4.png %%DATADIR%%/help/img/h40.png %%DATADIR%%/help/img/h41.png %%DATADIR%%/help/img/h42.png %%DATADIR%%/help/img/h43.png %%DATADIR%%/help/img/h44.png %%DATADIR%%/help/img/h45.png %%DATADIR%%/help/img/h46.png %%DATADIR%%/help/img/h47.png %%DATADIR%%/help/img/h48.png %%DATADIR%%/help/img/h49.png %%DATADIR%%/help/img/h5.png %%DATADIR%%/help/img/h50.png %%DATADIR%%/help/img/h51.png %%DATADIR%%/help/img/h52.png %%DATADIR%%/help/img/h53.png %%DATADIR%%/help/img/h54.png %%DATADIR%%/help/img/h55.png %%DATADIR%%/help/img/h56.png %%DATADIR%%/help/img/h57.png %%DATADIR%%/help/img/h58.png %%DATADIR%%/help/img/h59.png %%DATADIR%%/help/img/h6.png %%DATADIR%%/help/img/h60.png %%DATADIR%%/help/img/h61.png %%DATADIR%%/help/img/h62.png %%DATADIR%%/help/img/h63.png %%DATADIR%%/help/img/h64.png %%DATADIR%%/help/img/h65.png %%DATADIR%%/help/img/h66.png %%DATADIR%%/help/img/h67.png %%DATADIR%%/help/img/h68.png %%DATADIR%%/help/img/h69.png %%DATADIR%%/help/img/h7.png %%DATADIR%%/help/img/h70.png %%DATADIR%%/help/img/h71.png %%DATADIR%%/help/img/h72.png %%DATADIR%%/help/img/h73.png %%DATADIR%%/help/img/h74.png %%DATADIR%%/help/img/h75.png %%DATADIR%%/help/img/h76.png %%DATADIR%%/help/img/h77.png %%DATADIR%%/help/img/h78.png %%DATADIR%%/help/img/h79.png %%DATADIR%%/help/img/h8.png %%DATADIR%%/help/img/h80.png %%DATADIR%%/help/img/h81.png %%DATADIR%%/help/img/h82.png %%DATADIR%%/help/img/h83.png %%DATADIR%%/help/img/h84.png %%DATADIR%%/help/img/h85.png %%DATADIR%%/help/img/h86.png %%DATADIR%%/help/img/h87.png %%DATADIR%%/help/img/h88.png %%DATADIR%%/help/img/h89.png %%DATADIR%%/help/img/h9.png %%DATADIR%%/help/img/h90.png %%DATADIR%%/help/img/h91.png %%DATADIR%%/help/img/h92.png %%DATADIR%%/help/img/h93.png %%DATADIR%%/help/img/h94.png %%DATADIR%%/help/img/h95.png %%DATADIR%%/help/img/h96.png %%DATADIR%%/help/img/h97.png %%DATADIR%%/help/img/h98.png %%DATADIR%%/help/img/h99.png %%DATADIR%%/help/img/line.png %%DATADIR%%/help/img/note.png +%%DATADIR%%/help/img/radio_memory.png %%DATADIR%%/help/index.html %%DATADIR%%/help/sql_console.html %%DATADIR%%/help/wkusb.html %%DATADIR%%/images/BigEarth.bmp %%DATADIR%%/images/HamQTH.png %%DATADIR%%/images/bck.png %%DATADIR%%/images/cqrlog.ico %%DATADIR%%/images/cqrlog.png %%DATADIR%%/images/connect.png %%DATADIR%%/images/delete.png %%DATADIR%%/images/disconnect.png %%DATADIR%%/images/dxcc_stat.xpm %%DATADIR%%/images/edit.png %%DATADIR%%/images/edwn.xpm %%DATADIR%%/images/eqsl_dwn.png %%DATADIR%%/images/eqsl_up.png %%DATADIR%%/images/eupl.xpm %%DATADIR%%/images/filter.png %%DATADIR%%/images/font.png %%DATADIR%%/images/go-bottom.png %%DATADIR%%/images/grayline.bmp %%DATADIR%%/images/help.png %%DATADIR%%/images/menu_new.png %%DATADIR%%/images/my_view.png %%DATADIR%%/images/options.xpm %%DATADIR%%/images/properties.png %%DATADIR%%/images/quit.png %%DATADIR%%/images/quit.xpm %%DATADIR%%/images/radio.bmp %%DATADIR%%/images/rbn_list.png %%DATADIR%%/images/search.png %%DATADIR%%/images/sort.xpm %%DATADIR%%/images/splash.png %%DATADIR%%/images/sun.png %%DATADIR%%/images/sunrise.png %%DATADIR%%/images/sunrise_small.png %%DATADIR%%/images/sunset.png %%DATADIR%%/images/sunset_small.bmp %%DATADIR%%/images/sunset_small.jpg %%DATADIR%%/images/sunset_small.png %%DATADIR%%/images/sunset_small_.png %%DATADIR%%/images/uses_eqsl.png %%DATADIR%%/images/view.png %%DATADIR%%/members/070-club.txt +%%DATADIR%%/members/10-10.txt +%%DATADIR%%/members/599dxa.txt %%DATADIR%%/members/9acwg.txt %%DATADIR%%/members/a1-club.txt %%DATADIR%%/members/a1-op.txt %%DATADIR%%/members/afm.txt %%DATADIR%%/members/agcw.txt %%DATADIR%%/members/arktika.txt +%%DATADIR%%/members/arci.txt %%DATADIR%%/members/armi.txt +%%DATADIR%%/members/aviaham.txt %%DATADIR%%/members/bcc.txt %%DATADIR%%/members/bmars.txt %%DATADIR%%/members/bscc.txt +%%DATADIR%%/members/btc.txt %%DATADIR%%/members/cav.txt %%DATADIR%%/members/cct.txt %%DATADIR%%/members/cdxc.txt %%DATADIR%%/members/cfo.txt %%DATADIR%%/members/cft.txt %%DATADIR%%/members/conveniat.txt %%DATADIR%%/members/ctc.txt %%DATADIR%%/members/cwjf.txt %%DATADIR%%/members/cwops.txt %%DATADIR%%/members/cwsp.txt %%DATADIR%%/members/dig.txt %%DATADIR%%/members/dtc.txt %%DATADIR%%/members/ehsc.txt %%DATADIR%%/members/epc.txt %%DATADIR%%/members/ffr.txt %%DATADIR%%/members/fhc.txt %%DATADIR%%/members/firac.txt %%DATADIR%%/members/fists.txt %%DATADIR%%/members/fmc.txt %%DATADIR%%/members/fnars.txt %%DATADIR%%/members/foc.txt %%DATADIR%%/members/foc_names.txt %%DATADIR%%/members/fog.txt %%DATADIR%%/members/gacw.txt %%DATADIR%%/members/gdxf.txt %%DATADIR%%/members/gqrpc.txt +%%DATADIR%%/members/gtc.txt %%DATADIR%%/members/hacwg.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/lids.txt %%DATADIR%%/members/marac.txt %%DATADIR%%/members/marconista.txt %%DATADIR%%/members/mcl.txt %%DATADIR%%/members/mcwg.txt %%DATADIR%%/members/mdxg.txt %%DATADIR%%/members/mf.txt %%DATADIR%%/members/mfca.txt %%DATADIR%%/members/naqcc.txt %%DATADIR%%/members/nra.txt %%DATADIR%%/members/okdxc.txt %%DATADIR%%/members/okdxf.txt %%DATADIR%%/members/okqrp.txt %%DATADIR%%/members/omiss.txt %%DATADIR%%/members/ootc.txt %%DATADIR%%/members/otc-sara.txt %%DATADIR%%/members/prc.txt %%DATADIR%%/members/prl.txt %%DATADIR%%/members/pro.txt %%DATADIR%%/members/qcwa.txt %%DATADIR%%/members/qthloc.txt %%DATADIR%%/members/rafars.txt %%DATADIR%%/members/rcwc.txt %%DATADIR%%/members/ria.txt %%DATADIR%%/members/rnars.txt %%DATADIR%%/members/rrdxa.txt %%DATADIR%%/members/rsars.txt %%DATADIR%%/members/rtc.txt %%DATADIR%%/members/sdxg.txt %%DATADIR%%/members/shsc.txt %%DATADIR%%/members/skcc.txt +%%DATADIR%%/members/soc.txt %%DATADIR%%/members/spar-rcc.txt %%DATADIR%%/members/spar.txt %%DATADIR%%/members/spcwc.txt %%DATADIR%%/members/spdxc.txt %%DATADIR%%/members/ten-ten.txt %%DATADIR%%/members/tenten.txt %%DATADIR%%/members/tfc.txt %%DATADIR%%/members/trc.txt %%DATADIR%%/members/udxc.txt %%DATADIR%%/members/uft.txt %%DATADIR%%/members/uksmg.txt %%DATADIR%%/members/vhsc.txt %%DATADIR%%/members/vrk.txt %%DATADIR%%/members/wap.txt %%DATADIR%%/members/was.txt %%DATADIR%%/members/wcc.txt %%DATADIR%%/members/wff.txt %%DATADIR%%/members/wwyc.txt %%DATADIR%%/members/yasme.txt %%DATADIR%%/voice_keyer/F10.mp3 %%DATADIR%%/voice_keyer/README %%DATADIR%%/voice_keyer/voice_keyer.sh %%DATADIR%%/xplanet/geoconfig %%DATADIR%%/zipcodes/italy-prov.txt %%DATADIR%%/zipcodes/usa-ca.txt %%DATADIR%%/zipcodes/usa-states.txt share/icons/cqrlog.png man/man1/cqrlog.1.gz share/pixmaps/cqrlog/cqrlog.png Property changes on: head/comms/cqrlog/pkg-plist ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property