Index: head/comms/cqrlog/Makefile =================================================================== --- head/comms/cqrlog/Makefile (revision 462262) +++ head/comms/cqrlog/Makefile (revision 462263) @@ -1,71 +1,74 @@ # Created by: Stephen Hurd # $FreeBSD$ PORTNAME= cqrlog -PORTVERSION= 2.0.4 -PORTREVISION= 1 +PORTVERSION= 2.2.0 DISTVERSIONPREFIX= v CATEGORIES= comms hamradio MAINTAINER= hamradio@FreeBSD.org COMMENT= Amateur Radio logging application LICENSE= GPLv2 BUILD_DEPENDS= lazbuild:editors/lazarus PATCH_DEPENDS= ${LAZARUS_DIR}/tools/lazres: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 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 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 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} -r ${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}/help/cwd.html ${WRKSRC}/help/h1.html \ ${WRKSRC}/src/cqrlog.lpi ${WRKSRC}/src/dData.pas \ ${WRKSRC}/src/dUtils.pas \ ${WRKSRC}/src/fLoTWExport.pas ${WRKSRC}/src/fLoTWExport.lfm \ ${WRKSRC}/src/fPreferences.pas ${WRKSRC}/src/fRotControl.pas \ ${WRKSRC}/src/fTRXControl.pas ${WRKSRC}/src/fGrayline.pas \ ${WRKSRC}/src/fPreferences.lfm ${WRKSRC}/src/fPreferences.pas ${REINPLACE_CMD} -e s!%%DATADIR%%!${DATADIR}!g \ ${WRKSRC}/src/dData.pas ${WRKSRC}/src/fGrayline.pas ${REINPLACE_CMD} -e s!Linux!FreeBSD!g \ ${WRKSRC}/src/fMain.lfm ${REINPLACE_CMD} -e s!%%LAZARUSDIR%%!${LAZARUS_DIR}!g \ ${WRKSRC}/Makefile ${RM} -r ${WRKSRC}/src/mysql .include Index: head/comms/cqrlog/distinfo =================================================================== --- head/comms/cqrlog/distinfo (revision 462262) +++ head/comms/cqrlog/distinfo (revision 462263) @@ -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 Property changes on: head/comms/cqrlog/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -yes \ No newline at end of property +1 \ No newline at end of property Index: head/comms/cqrlog/files/patch-src_synaser.pas =================================================================== --- head/comms/cqrlog/files/patch-src_synaser.pas (revision 462262) +++ head/comms/cqrlog/files/patch-src_synaser.pas (nonexistent) @@ -1,65 +0,0 @@ ---- 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 Property changes on: head/comms/cqrlog/files/patch-src_synaser.pas ___________________________________________________________________ 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_ssl__openssl__lib.pas =================================================================== --- head/comms/cqrlog/files/patch-src_ssl__openssl__lib.pas (revision 462262) +++ head/comms/cqrlog/files/patch-src_ssl__openssl__lib.pas (nonexistent) @@ -1,20 +0,0 @@ ---- 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} Property changes on: head/comms/cqrlog/files/patch-src_ssl__openssl__lib.pas ___________________________________________________________________ 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 462262) +++ head/comms/cqrlog/files/patch-Makefile (revision 462263) @@ -1,39 +1,39 @@ ---- 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 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 @@ 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 deb: dpkg-buildpackage -rfakeroot -i -I deb_src: Property changes on: head/comms/cqrlog/files/patch-Makefile ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -yes \ No newline at end of property +1 \ No newline at end of property Index: head/comms/cqrlog/files/patch-help_h1.html =================================================================== --- head/comms/cqrlog/files/patch-help_h1.html (revision 462262) +++ head/comms/cqrlog/files/patch-help_h1.html (revision 462263) @@ -1,11 +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.< +--- 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 @@
/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 ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -yes \ No newline at end of property +1 \ No newline at end of property Index: head/comms/cqrlog/pkg-plist =================================================================== --- head/comms/cqrlog/pkg-plist (revision 462262) +++ head/comms/cqrlog/pkg-plist (revision 462263) @@ -1,330 +1,375 @@ bin/cqrlog man/man1/cqrlog.1.gz +share/appdata/cqrlog.appdata.xml 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/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 %%DATADIR%%/help/h23.html %%DATADIR%%/help/h24.html %%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 %%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/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 %%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/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 %%DATADIR%%/images/connect.png %%DATADIR%%/images/cqrlog.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/icon/128x128/cqrlog.png %%DATADIR%%/images/icon/256x256/cqrlog.png %%DATADIR%%/images/icon/32x32/cqrlog.png %%DATADIR%%/images/icon/48x48/cqrlog.png %%DATADIR%%/images/icon/64x64/cqrlog.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%%/images/world_borders.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/agb.txt %%DATADIR%%/members/agcw.txt %%DATADIR%%/members/arci.txt %%DATADIR%%/members/arktika.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/cqcw.txt %%DATADIR%%/members/ctc.txt +%%DATADIR%%/members/ctid.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/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 %%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/uqrqc.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 share/icons/cqrlog/128x128/cqrlog.png share/icons/cqrlog/256x256/cqrlog.png share/icons/cqrlog/32x32/cqrlog.png share/icons/cqrlog/48x48/cqrlog.png share/icons/cqrlog/64x64/cqrlog.png share/pixmaps/cqrlog/128x128/cqrlog.png share/pixmaps/cqrlog/256x256/cqrlog.png share/pixmaps/cqrlog/32x32/cqrlog.png share/pixmaps/cqrlog/48x48/cqrlog.png share/pixmaps/cqrlog/64x64/cqrlog.png share/pixmaps/cqrlog/cqrlog.png Property changes on: head/comms/cqrlog/pkg-plist ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -yes \ No newline at end of property +1 \ No newline at end of property