diff --git a/misc/far2l/Makefile b/misc/far2l/Makefile index cc38f6e6025c..1c490a5887f1 100644 --- a/misc/far2l/Makefile +++ b/misc/far2l/Makefile @@ -1,70 +1,74 @@ PORTNAME= far2l -PORTVERSION= 2.7.0 -PORTREVISION= 1 +PORTVERSION= 2.8.0 DISTVERSIONPREFIX= v_ CATEGORIES= misc MAINTAINER= danfe@FreeBSD.org COMMENT= Port of FAR v2 to Unix-like systems WWW= https://github.com/elfmz/far2l LICENSE= GPLv2 LIB_DEPENDS= libsysinfo.so:devel/libsysinfo \ libuchardet.so:textproc/uchardet RUN_DEPENDS= bash:shells/bash USE_GITHUB= yes GH_ACCOUNT= elfmz USES= cmake compiler:c++11-lang desktop-file-utils gnome \ libarchive perl5 pkgconfig shebangfix ssl USE_GNOME= libxml2 USE_PERL5= build SHEBANG_FILES= far2l/bootstrap/view.sh CMAKE_OFF= UNRAR # libarchive handles *.rar files just fine OPTIONS_DEFINE= AWS NFS SFTP SMB WEBDAV WXGTK X11 OPTIONS_DEFAULT= NFS SFTP WEBDAV WXGTK X11 OPTIONS_SUB= yes AWS_DESC= AWS S3 protocol support AWS_LIB_DEPENDS= libaws-cpp-sdk-s3.so:devel/aws-sdk-cpp NFS_LIB_DEPENDS= libnfs.so:net/libnfs SFTP_DESC= SFTP file transfer support SFTP_LIB_DEPENDS= libssh.so:security/libssh SMB_USES= samba:lib -WEBDAV_DESC= WebDav protocol support via libneon +WEBDAV_DESC= WebDAV protocol support via libneon WEBDAV_LIB_DEPENDS= libneon.so:www/neon WXGTK_CMAKE_OFF= -DUSEWX:BOOL=OFF WXGTK_USE= WX=3.0+ WXGTK_VARS= WANT_WXGTK_VER=2 X11_DESC= Build with TTY X11 extensions X11_CMAKE_OFF= -DTTYX:BOOL=OFF X11_USES= xorg X11_USE= XORG=ice,sm,x11,xext,xi post-patch: @${REINPLACE_CMD} -e \ 's,pkg_search_module\(([[:alpha:]]*\)[^)]*,find_package\1,' \ ${WRKSRC}/CMakeLists.txt @${GREP} -Rl --null --include=\*.cpp /bin/bash ${WRKSRC} | ${XARGS} \ -0 ${REINPLACE_CMD} -e 's,/bin/bash,${LOCALBASE}&,' # Show icon in graphical mode (https://github.com/elfmz/far2l/issues/1143) @${REINPLACE_CMD} -e '/SetBackgroundColour/ { x; \ s|^|SetIcon(wxIcon(wxStandardPaths::Get().GetInstallPrefix()\ + "/share/icons/far2l.svg", wxBITMAP_TYPE_ICO));|; H; x; }' \ ${WRKSRC}/WinPort/src/Backend/WX/wxMain.cpp post-stage: ${RMDIR} ${STAGEDIR}${PREFIX}/lib/far2l/Plugins/NetRocks/plug/SHELL + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/far2l/Plugins/calc/plug/units + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/far2l/themes/* + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/far2l/themes + ${RMDIR} ${STAGEDIR}${DATADIR}/Plugins/SimpleIndent/plug + ${RMDIR} ${STAGEDIR}${DATADIR}/Plugins/SimpleIndent ${RM} ${STAGEDIR}${DATADIR}/wslgclip.* .include diff --git a/misc/far2l/distinfo b/misc/far2l/distinfo index 0643d20e7ecb..4896d1756be7 100644 --- a/misc/far2l/distinfo +++ b/misc/far2l/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761467992 -SHA256 (elfmz-far2l-v_2.7.0_GH0.tar.gz) = 712ab8e5b40482ddd68e33f870e4c3d7e8f8c44b90fb9fe91288a00cb27dff48 -SIZE (elfmz-far2l-v_2.7.0_GH0.tar.gz) = 8825358 +TIMESTAMP = 1774253091 +SHA256 (elfmz-far2l-v_2.8.0_GH0.tar.gz) = b0fddad2e3985f245f9e691e23b90fb97f7d29d9a0b131fe686aa3cbb2e4ea01 +SIZE (elfmz-far2l-v_2.8.0_GH0.tar.gz) = 9011883 diff --git a/misc/far2l/files/patch-arclite_src_Patch7zCP.cpp b/misc/far2l/files/patch-arclite_src_Patch7zCP.cpp deleted file mode 100644 index c8a459db31fe..000000000000 --- a/misc/far2l/files/patch-arclite_src_Patch7zCP.cpp +++ /dev/null @@ -1,27 +0,0 @@ ---- arclite/src/Patch7zCP.cpp.orig 2025-10-26 08:39:52 UTC -+++ arclite/src/Patch7zCP.cpp -@@ -641,7 +641,7 @@ FAR_ALIGNED(16) void CItem::GetUnicodeString(UString & - //{ - // return NULL; - //} --#else -+#elif 0 // unused, incomplete 64-bit-only linux-specific code - void **find_plt_entry_for_symbol(struct link_map *map, void *target_addr) - { - // ElfW(Dyn) *dynamic = map->l_ld; -@@ -776,6 +776,7 @@ bool get_faddrs(void *handle) - return true; - } - -+#if 0 // unused, incomplete 64-bit-only linux-specific code - static bool patch_plt(void *handle) - { - #if defined(__APPLE__) || defined(__UCLIBC__) -@@ -812,6 +813,7 @@ static bool patch_plt(void *handle) - return true; - #endif - } -+#endif - - static bool patch_addr(void *handle) - { diff --git a/misc/far2l/files/patch-far2l_CMakeLists.txt b/misc/far2l/files/patch-far2l_CMakeLists.txt index 81fa1cdd83bf..8f86fe4deaf5 100644 --- a/misc/far2l/files/patch-far2l_CMakeLists.txt +++ b/misc/far2l/files/patch-far2l_CMakeLists.txt @@ -1,14 +1,32 @@ ---- far2l/CMakeLists.txt.orig 2025-10-26 08:39:52 UTC +--- far2l/CMakeLists.txt.orig 2026-03-23 08:04:51 UTC +++ far2l/CMakeLists.txt -@@ -263,9 +263,11 @@ set_target_properties(far2l +@@ -271,9 +271,11 @@ set_target_properties(far2l ENABLE_EXPORTS TRUE) - if (${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") + if (${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD|NetBSD") + find_library(SYSINFO_LIBRARY NAMES sysinfo) target_link_libraries(far2l PRIVATE ${WINPORT} PRIVATE c + PRIVATE ${SYSINFO_LIBRARY} PRIVATE ${UCHARDET_LIBRARIES}) elseif(${CMAKE_SYSTEM_NAME} MATCHES "Haiku") target_link_libraries(far2l +@@ -314,7 +316,7 @@ else() + + find_package(Python3 3.9 COMPONENTS Interpreter) + +- if(Python3_Interpreter_FOUND) ++ if (FALSE AND Python3_Interpreter_FOUND) + execute_process(COMMAND "${Python3_EXECUTABLE}" -c "import markdown" + RESULT_VARIABLE PYTHON_MARKDOWN_STATUS + OUTPUT_QUIET +@@ -340,7 +342,7 @@ else() + message(WARNING "Python-Markdown not found. Skipping AppStream metainfo generation.") + endif() + else() +- message(WARNING "Python >=3.9 interpreter not found. Skipping AppStream metainfo generation.") ++ message(WARNING "AppStream metainfo generation disabled.") + endif() + + endif() diff --git a/misc/far2l/files/patch-far2l_src_farwinapi.cpp b/misc/far2l/files/patch-far2l_src_farwinapi.cpp index 760615a0c3b2..52233eb695a1 100644 --- a/misc/far2l/files/patch-far2l_src_farwinapi.cpp +++ b/misc/far2l/files/patch-far2l_src_farwinapi.cpp @@ -1,73 +1,73 @@ --- far2l/src/farwinapi.cpp.orig 2025-10-26 08:39:52 UTC +++ far2l/src/farwinapi.cpp @@ -38,6 +38,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF S #include #include - #if defined(__APPLE__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__CYGWIN__) + #if defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || defined(__CYGWIN__) +#include #include #elif !defined(__HAIKU__) #include @@ -472,8 +473,8 @@ bool apiExpandEnvironmentStrings(const wchar_t *src, F } BOOL apiGetVolumeInformation(const wchar_t *lpwszRootPathName, FARString *pVolumeName, - DWORD64 *lpVolumeSerialNumber, LPDWORD lpMaximumComponentLength, LPDWORD lpFileSystemFlags, - FARString *pFileSystemName, FARString *pFileSystemMountPoint) + FARString *pDiskIdent, LPDWORD lpMaximumComponentLength, LPDWORD lpFileSystemFlags, + FARString *pFileSystemName, FARString *pDeviceName, FARString *pFileSystemMountPoint) { struct statvfs svfs {}; const std::string &path = Wide2MB(lpwszRootPathName); @@ -483,13 +484,9 @@ BOOL apiGetVolumeInformation(const wchar_t *lpwszRootP if (lpMaximumComponentLength) *lpMaximumComponentLength = svfs.f_namemax; - if (lpVolumeSerialNumber) - *lpVolumeSerialNumber = (DWORD)svfs.f_fsid; if (lpFileSystemFlags) *lpFileSystemFlags = (DWORD)svfs.f_flag; - if (pVolumeName) { - pVolumeName->Clear(); #if 0 #if defined(FS_IOC_GETFSLABEL) && defined(FSLABEL_MAX) int fd = open(path.c_str(), O_RDONLY); @@ -502,13 +499,35 @@ BOOL apiGetVolumeInformation(const wchar_t *lpwszRootP } #endif #endif - } if (pFileSystemName) { *pFileSystemName = MountInfo().GetFileSystem(path); } - if (*pFileSystemMountPoint) { + if (pFileSystemMountPoint) { *pFileSystemMountPoint = MountInfo().GetFileSystemMountPoint(lpwszRootPathName); + } + // XXX: can we avoid calling GetFileSystemMountPoint() twice? + const std::string devname = MountInfo().GetFileSystemMountPoint(lpwszRootPathName, true); + if (pDeviceName) { + *pDeviceName = devname; + } + if (pDiskIdent) { + int fd = open(devname.c_str(), O_RDONLY); + if (fd != -1) { + char ident[DISK_IDENT_SIZE]; + if (ioctl(fd, DIOCGIDENT, ident) != -1) + *pDiskIdent = ident; + close(fd); + } + } + if (pVolumeName) { + std::string reply{}, cmd{"fstyp -l " + devname}; + if (POpen(reply, cmd.c_str())) { + const auto pos = reply.find(' ') + 1; + if (pos > 0) { + *pVolumeName = reply.substr(pos, reply.size() - pos - 1); + } //else pVolumeName->Clear(); + } //else pVolumeName->Clear(); } return TRUE; diff --git a/misc/far2l/files/patch-far2l_src_panels_infolist.cpp b/misc/far2l/files/patch-far2l_src_panels_infolist.cpp index 43e0f9ea1f52..7af941683de5 100644 --- a/misc/far2l/files/patch-far2l_src_panels_infolist.cpp +++ b/misc/far2l/files/patch-far2l_src_panels_infolist.cpp @@ -1,68 +1,68 @@ --- far2l/src/panels/infolist.cpp.orig 2025-10-26 08:39:52 UTC +++ far2l/src/panels/infolist.cpp @@ -62,7 +62,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF S // # include #include #include --#elif !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__HAIKU__) -+#elif !defined(__DragonFly__) && !defined(__HAIKU__) +-#elif !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__HAIKU__) ++#elif !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__HAIKU__) #include #endif #include @@ -171,8 +171,7 @@ void InfoList::DisplayObject() // FARString strDriveRoot; FARString strVolumeName, strFileSystemName, strFileSystemMountPoint; DWORD MaxNameLength, FileSystemFlags; - DWORD64 VolumeNumber; - FARString strDiskNumber; + FARString strDeviceName, strDiskNumber; // Serial Number, really. CloseFile(); ClearTitles(); @@ -223,13 +222,11 @@ void InfoList::DisplayObject() ConvertNameToReal(strCurDir, strRealDir); fprintf(stderr, "apiGetVolumeInformation: %ls\n", strRealDir.CPtr()); - bool b_info = apiGetVolumeInformation(strRealDir, &strVolumeName, &VolumeNumber, &MaxNameLength, &FileSystemFlags, - &strFileSystemName, &strFileSystemMountPoint); + bool b_info = apiGetVolumeInformation(strRealDir, &strVolumeName, &strDiskNumber, &MaxNameLength, &FileSystemFlags, + &strFileSystemName, &strDeviceName, &strFileSystemMountPoint); if (b_info) { // strTitle=FARString(L" ")+DiskType+L" "+Msg::InfoDisk+L" "+(strDriveRoot)+L" ("+strFileSystemName+L") "; - strTitle = L"(" + strFileSystemName + L")"; - - strDiskNumber.Format(L"%08X-%08X", (DWORD)(VolumeNumber >> 32), (DWORD)(VolumeNumber & 0xffffffff)); + strTitle = strDeviceName + L" (" + strFileSystemName + L")"; } else // Error! strTitle = strCurDir; // strDriveRoot; @@ -259,9 +256,11 @@ void InfoList::DisplayObject() PrintInfo(strVolumeName); } + if (!strDiskNumber.IsEmpty()) { GotoXY(X1 + 2, CurY++); PrintText(Msg::InfoDiskNumber); PrintInfo(strDiskNumber); + } // new fields GotoXY(X1 + 2, CurY++); @@ -444,7 +443,7 @@ void InfoList::DisplayObject() PrintInfo(strOutStr); } --#elif !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__HAIKU__) -+#elif !defined(__DragonFly__) && !defined(__HAIKU__) +-#elif !defined(__FreeBSD__)&& !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__HAIKU__) ++#elif !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__HAIKU__) struct sysinfo si = {}; if (sysinfo(&si) == 0) { DWORD dwMemoryLoad = 100 - ToPercent64(si.freeram + si.freeswap, si.totalram + si.totalswap); @@ -683,7 +682,7 @@ void InfoList::PrintInfo(const wchar_t *str) FARString strStr = str; TruncStr(strStr, MaxLength); - int Length = (int)strStr.GetLength(); + int Length = (int)strStr.CellsCount(); int NewX = X2 - Length - 1; if (NewX > X1 && NewX > WhereX()) { diff --git a/misc/far2l/pkg-plist b/misc/far2l/pkg-plist index bd38b140f5f3..c366f29e6ea0 100644 --- a/misc/far2l/pkg-plist +++ b/misc/far2l/pkg-plist @@ -1,610 +1,645 @@ bin/far2l bin/far2ledit +lib/far2l/Plugins/ImageViewer/plug/ImageViewer.far-plug-wide %%AWS%%lib/far2l/Plugins/NetRocks/plug/NetRocks-AWS.broker lib/far2l/Plugins/NetRocks/plug/NetRocks-FILE.broker lib/far2l/Plugins/NetRocks/plug/NetRocks-FTP.broker %%NFS%%lib/far2l/Plugins/NetRocks/plug/NetRocks-NFS.broker %%SFTP%%lib/far2l/Plugins/NetRocks/plug/NetRocks-SFTP.broker lib/far2l/Plugins/NetRocks/plug/NetRocks-SHELL.broker %%SMB%%lib/far2l/Plugins/NetRocks/plug/NetRocks-SMB.broker %%WEBDAV%%lib/far2l/Plugins/NetRocks/plug/NetRocks-WebDAV.broker lib/far2l/Plugins/NetRocks/plug/NetRocks.far-plug-wide lib/far2l/Plugins/OpenWith/plug/OpenWith.far-plug-wide lib/far2l/Plugins/SimpleIndent/plug/SimpleIndent.far-plug-wide lib/far2l/Plugins/align/plug/align.far-plug-wide lib/far2l/Plugins/arclite/plug/arclite.far-plug-wide lib/far2l/Plugins/autowrap/plug/autowrap.far-plug-wide lib/far2l/Plugins/calc/plug/calc.far-plug-wide lib/far2l/Plugins/colorer/plug/colorer.far-plug-wide lib/far2l/Plugins/compare/plug/compare.far-plug-wide lib/far2l/Plugins/drawline/plug/drawline.far-plug-wide lib/far2l/Plugins/editcase/plug/editcase.far-plug-wide lib/far2l/Plugins/editorcomp/plug/editorcomp.far-plug-wide +lib/far2l/Plugins/edsort/plug/edsort.far-plug-wide lib/far2l/Plugins/filecase/plug/filecase.far-plug-wide lib/far2l/Plugins/hexitor/plug/hexitor.far-plug-wide lib/far2l/Plugins/incsrch/plug/incsrch.far-plug-wide lib/far2l/Plugins/inside/plug/inside.far-plug-mb +lib/far2l/Plugins/memo/plug/memo.far-plug-wide lib/far2l/Plugins/multiarc/plug/multiarc.far-plug-mb lib/far2l/Plugins/tmppanel/plug/tmppanel.far-plug-wide +lib/far2l/Plugins/truncate/plug/truncate.far-plug-wide lib/far2l/far2l_askpass %%WXGTK%%lib/far2l/far2l_gui.so lib/far2l/far2l_sudoapp %%X11%%lib/far2l/far2l_ttyx.broker share/applications/far2l-tty.desktop share/applications/far2l.desktop share/applications/far2ledit-tty.desktop share/applications/far2ledit.desktop share/bash-completion/completions/far2l %%DATADIR%%/FarBel.lng %%DATADIR%%/FarCze.lng %%DATADIR%%/FarEng.hlf %%DATADIR%%/FarEng.lng %%DATADIR%%/FarGer.lng %%DATADIR%%/FarHun.hlf %%DATADIR%%/FarHun.lng %%DATADIR%%/FarPol.lng %%DATADIR%%/FarRus.hlf %%DATADIR%%/FarRus.lng %%DATADIR%%/FarSpa.lng %%DATADIR%%/FarUkr.hlf %%DATADIR%%/FarUkr.lng +%%DATADIR%%/Plugins/ImageViewer/plug/ImageViewer_en.hlf +%%DATADIR%%/Plugins/ImageViewer/plug/ImageViewer_en.lng +%%DATADIR%%/Plugins/ImageViewer/plug/ImageViewer_ru.hlf +%%DATADIR%%/Plugins/ImageViewer/plug/ImageViewer_ru.lng %%DATADIR%%/Plugins/NetRocks/plug/SHELL/remote.sh %%DATADIR%%/Plugins/NetRocks/plug/SHELL/ways.ini %%DATADIR%%/Plugins/NetRocks/plug/bel.lng %%DATADIR%%/Plugins/NetRocks/plug/eng.lng %%DATADIR%%/Plugins/NetRocks/plug/helpe.hlf %%DATADIR%%/Plugins/NetRocks/plug/helpr.hlf %%DATADIR%%/Plugins/NetRocks/plug/rus.lng %%DATADIR%%/Plugins/OpenWith/plug/OpenWithEng.lng %%DATADIR%%/Plugins/OpenWith/plug/OpenWithRus.lng %%DATADIR%%/Plugins/OpenWith/plug/help_en.hlf %%DATADIR%%/Plugins/OpenWith/plug/help_ru.hlf %%DATADIR%%/Plugins/align/plug/AlignBel.lng %%DATADIR%%/Plugins/align/plug/AlignEng.lng %%DATADIR%%/Plugins/align/plug/AlignRus.lng %%DATADIR%%/Plugins/arclite/plug/arclite-extra.farconfig %%DATADIR%%/Plugins/arclite/plug/arclite.xml %%DATADIR%%/Plugins/arclite/plug/arclite_bel.lng %%DATADIR%%/Plugins/arclite/plug/arclite_eng.hlf %%DATADIR%%/Plugins/arclite/plug/arclite_eng.lng %%DATADIR%%/Plugins/arclite/plug/arclite_ita.lng %%DATADIR%%/Plugins/arclite/plug/arclite_pol.hlf %%DATADIR%%/Plugins/arclite/plug/arclite_pol.lng %%DATADIR%%/Plugins/arclite/plug/arclite_rus.hlf %%DATADIR%%/Plugins/arclite/plug/arclite_rus.lng %%DATADIR%%/Plugins/arclite/plug/arclite_spa.lng %%DATADIR%%/Plugins/autowrap/plug/WrapBel.lng %%DATADIR%%/Plugins/autowrap/plug/WrapEng.lng %%DATADIR%%/Plugins/autowrap/plug/WrapRus.lng %%DATADIR%%/Plugins/calc/plug/calcb.lng %%DATADIR%%/Plugins/calc/plug/calce.hlf %%DATADIR%%/Plugins/calc/plug/calce.lng %%DATADIR%%/Plugins/calc/plug/calcr.hlf %%DATADIR%%/Plugins/calc/plug/calcr.lng %%DATADIR%%/Plugins/calc/plug/calcset.csr %%DATADIR%%/Plugins/calc/plug/csr.dtd %%DATADIR%%/Plugins/calc/plug/file_id.diz %%DATADIR%%/Plugins/calc/plug/readme.txt %%DATADIR%%/Plugins/calc/plug/units/angle.csr %%DATADIR%%/Plugins/calc/plug/units/area.csr %%DATADIR%%/Plugins/calc/plug/units/date.csr %%DATADIR%%/Plugins/calc/plug/units/force.csr %%DATADIR%%/Plugins/calc/plug/units/info.csr %%DATADIR%%/Plugins/calc/plug/units/length.csr %%DATADIR%%/Plugins/calc/plug/units/mass.csr %%DATADIR%%/Plugins/calc/plug/units/pressure.csr %%DATADIR%%/Plugins/calc/plug/units/speed.csr %%DATADIR%%/Plugins/calc/plug/units/temperature.csr %%DATADIR%%/Plugins/calc/plug/units/time.csr %%DATADIR%%/Plugins/calc/plug/units/volume.csr %%DATADIR%%/Plugins/calc/plug/user-examples.csr %%DATADIR%%/Plugins/colorer/base/CHANGELOG.md %%DATADIR%%/Plugins/colorer/base/catalog.xml %%DATADIR%%/Plugins/colorer/base/hrc/auto/empty.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/asm.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/c-unix.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/c-win32.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/c.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/cpp-qt.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/cpp.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/csharp.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/d.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/d1-phobos.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/d1-tango.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/d2-phobos.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/default.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/forth.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/fortran.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/fsharp.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/gen/perl-brackets.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/go.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/groovy.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/haxe.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/idl.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/java.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/js.net.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/kotlin-jdk.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/kotlin-runtime.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/kotlin.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/lua.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/nix.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/pascal.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/perl-heredoc.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/perl-keyword-pack.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/perl-keywords.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/perl-vars.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/perl-vars.pkg.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/perl-vars.pkg.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/perl.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/python.hrc +%%DATADIR%%/Plugins/colorer/base/hrc/base/qml.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/ruby.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/ruby.kw-class.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/ruby.kw.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/rust.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/scala.hrc +%%DATADIR%%/Plugins/colorer/base/hrc/base/swift.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/tcltk.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/vb.net.hrc %%DATADIR%%/Plugins/colorer/base/hrc/base/vbasic.hrc %%DATADIR%%/Plugins/colorer/base/hrc/db/clarion.hrc %%DATADIR%%/Plugins/colorer/base/hrc/db/clipper.hrc %%DATADIR%%/Plugins/colorer/base/hrc/db/foxpro.hrc %%DATADIR%%/Plugins/colorer/base/hrc/db/mysql.hrc %%DATADIR%%/Plugins/colorer/base/hrc/db/paradox.hrc %%DATADIR%%/Plugins/colorer/base/hrc/db/sql.hrc %%DATADIR%%/Plugins/colorer/base/hrc/db/sqlj.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/actionscript.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/adp.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/asp.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/asp.js.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/asp.ps.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/asp.vb.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/coldfusion.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/css.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/erb.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/gen/htc.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/gen/html-entity-lat1.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/gen/html-entity-special.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/gen/html-entity-symbol.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/gen/html-entity.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/gen/php-gen.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/gen/rss.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/gen/svg.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/gen/wml.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/gen/xbl.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/gen/xhtml-frameset.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/gen/xhtml-strict.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/gen/xhtml-trans.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/graphql.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/gsp.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/haml.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/html-css.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/html.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/jscript.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/jsp.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/less.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/mxml.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/php-script.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/php.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/sass.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/shpaml.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/smarty.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/ss.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/svg-css.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/twig.hrc %%DATADIR%%/Plugins/colorer/base/hrc/inet/vbscript.hrc %%DATADIR%%/Plugins/colorer/base/hrc/lib/def.hrc %%DATADIR%%/Plugins/colorer/base/hrc/lib/doxygen.hrc %%DATADIR%%/Plugins/colorer/base/hrc/lib/far-macro-string.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/lib/far.hrc %%DATADIR%%/Plugins/colorer/base/hrc/lib/message.hrc %%DATADIR%%/Plugins/colorer/base/hrc/lib/ole.hrc %%DATADIR%%/Plugins/colorer/base/hrc/lib/regexp.hrc %%DATADIR%%/Plugins/colorer/base/hrc/lib/uri.hrc %%DATADIR%%/Plugins/colorer/base/hrc/lib/uri.lang.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/misc/assa.hrc %%DATADIR%%/Plugins/colorer/base/hrc/misc/cue.hrc %%DATADIR%%/Plugins/colorer/base/hrc/misc/ddoc.hrc %%DATADIR%%/Plugins/colorer/base/hrc/misc/diff.hrc %%DATADIR%%/Plugins/colorer/base/hrc/misc/filesbbs.hrc %%DATADIR%%/Plugins/colorer/base/hrc/misc/go-template-sprig.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/misc/go-template-sprig.hrc %%DATADIR%%/Plugins/colorer/base/hrc/misc/go-template.hrc %%DATADIR%%/Plugins/colorer/base/hrc/misc/helm-text.hrc %%DATADIR%%/Plugins/colorer/base/hrc/misc/helm-tpl.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/misc/helm-tpl.hrc %%DATADIR%%/Plugins/colorer/base/hrc/misc/markdown.hrc %%DATADIR%%/Plugins/colorer/base/hrc/misc/mediawiki.hrc %%DATADIR%%/Plugins/colorer/base/hrc/misc/srt.hrc %%DATADIR%%/Plugins/colorer/base/hrc/misc/text.hrc %%DATADIR%%/Plugins/colorer/base/hrc/php-prot-gen.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/proto.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare.gen.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare.ie-weidu.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare.j2ee.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare.qrm.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare.scripts.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/1c.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/a51-5.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/abap4.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/ada.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/adsp.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/ahdl.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/asasm.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/asm80.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/autoit.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/avr-5.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/baan.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/cache.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/cobol.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/cobolfr.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/cup.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/diet.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/dssp.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/eiffel.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/erlang.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/flex.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/ibatis2-sql-map-config.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/ibatis2-sql-map-pack.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/ibatis2-sql-map.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/j2ee/application-client_1_4.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/j2ee/application-client_5.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/j2ee/application_1_2.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/j2ee/application_1_3.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/j2ee/application_1_4.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/j2ee/application_5.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/j2ee/connector_1_0.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/j2ee/connector_1_5.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/j2ee/ejb-jar_1_1.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/j2ee/ejb-jar_2_0.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/j2ee/ejb-jar_2_1.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/j2ee/ejb-jar_3_0.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/j2ee/j2ee_jaxrpc_mapping_1_1.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/j2ee/j2ee_web_services_1_0.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/j2ee/j2ee_web_services_1_1.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/j2ee/javaee_web_services_1_2.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/j2ee/javaee_web_services_metadata_handler_2_0.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/j2ee/web-app_2_3.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/j2ee/web-app_2_4.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/j2ee/web-app_2_5.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/j2ee/web-facesconfig_1_0.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/j2ee/web-facesconfig_1_1.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/j2ee/web-facesconfig_1_2.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/j2ee/web-jsptaglibrary_1_1.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/j2ee/web-jsptaglibrary_1_2.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/j2ee/web-jsptaglibrary_2_0.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/j2ee/web-jsptaglibrary_2_1.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/log4j.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/parser-brackets.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/parser-ex.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/parser.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/xsieve.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/xsieve.xsd-pack.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/gen/yml.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/haskell.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/icon.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/ie-weidu/baf.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/ie-weidu/dialog.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/ie-weidu/tp2.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/ie-weidu/tp2h.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/ie-weidu/tra.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/jcl.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/json.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/lisp.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/llvm.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/mako.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/mason.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/matlab.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/modula.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/nesc.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/ocaml.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/olextend.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/picasm.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/pl1.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/postscript.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/qrm/atl.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/qrm/dii.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/qrm/rpt.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/rexx.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/scripts/aditor.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/scripts/adm.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/scripts/cobolsql.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/scripts/cppsql.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/scripts/csql.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/scripts/edif.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/scripts/eum.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/scripts/gpss.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/scripts/irclog.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/scripts/kixtart.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/scripts/litestep.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/scripts/lss.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/scripts/mancolor.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/scripts/mel.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/scripts/micqlog.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/scripts/ppwizard.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/scripts/pvwave.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/scripts/rib.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/scripts/rsmac.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/scripts/scn.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/scripts/sdml.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/scripts/sl.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/scripts/spt.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/scripts/urq.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/scripts/vim.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/scripts/vismod.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/sml.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/sprolog.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/stata.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/tprolog.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/ubasic.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/verilog.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/vhdl.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/yaml.hrc %%DATADIR%%/Plugins/colorer/base/hrc/rare/z80.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts.colorer.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts.far.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts.ini.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts.msg.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/acapella/acapella.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/acapella/acapellaLink.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/apache.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/asn1.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/avisynth.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/awk.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/batch.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/config.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/dcl.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/dfm.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/dockerfile.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/far/farhelp.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/far/farlng.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/far/farmailscript.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/far/farmenu.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/far/macro.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/far/macrolib.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/far/macroliblua.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/far/tgs.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/far/truemac.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/gen/ant.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/gen/cmake/LICENSE %%DATADIR%%/Plugins/colorer/base/hrc/scripts/gen/cmake/cmake-auto.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/gen/cmake/cmake.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/gen/cmake/cmake.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/gen/colorer/bkt.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/gen/colorer/colorer5catalog.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/gen/colorer/ent.hrc.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/gen/colorer/hrc.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/gen/colorer/hrd.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/gen/colorer/xsd2hrc.custom.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/gen/far/calcset.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/gen/far/esc.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/gen/qrc.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/gen/sh-brackets.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/gen/wsc.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/gen/wsf.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/graphviz.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/hcl/hcl.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/hcl/terraform.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/ini/bootini.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/ini/configsys.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/ini/ini.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/ini/msdossys.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/ini/reg.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/iss.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/javacc.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/javapolicy.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/javaprop.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/jenkinsfile.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/lemon.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/lex.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/linkdef.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/m4.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/makefile.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/mkb.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/msg/email.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/msg/farmsg.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/msg/fidomsg.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/msg/pms.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/nsi.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/pnuts.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/powershell.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/qmake.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/r.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/rarscrpt.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/resrc.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/rtf.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/rul.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/scons.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/sh-keywords.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/sh.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/shell-bash.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/shell-posix.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/solution.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/squirrel.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/tex.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/vrml.hrc %%DATADIR%%/Plugins/colorer/base/hrc/scripts/yacc.hrc %%DATADIR%%/Plugins/colorer/base/hrc/xml/dtd.hrc %%DATADIR%%/Plugins/colorer/base/hrc/xml/dtdcatalog.hrc %%DATADIR%%/Plugins/colorer/base/hrc/xml/gen/docbook.hrc %%DATADIR%%/Plugins/colorer/base/hrc/xml/gen/mathml.hrc %%DATADIR%%/Plugins/colorer/base/hrc/xml/gen/rdf.hrc %%DATADIR%%/Plugins/colorer/base/hrc/xml/gen/rdfs.hrc %%DATADIR%%/Plugins/colorer/base/hrc/xml/gen/relaxng.hrc %%DATADIR%%/Plugins/colorer/base/hrc/xml/gen/schematron.hrc %%DATADIR%%/Plugins/colorer/base/hrc/xml/gen/wsdl-soap.hrc %%DATADIR%%/Plugins/colorer/base/hrc/xml/gen/wsdl.hrc %%DATADIR%%/Plugins/colorer/base/hrc/xml/gen/xinclude.hrc %%DATADIR%%/Plugins/colorer/base/hrc/xml/gen/xlink.hrc %%DATADIR%%/Plugins/colorer/base/hrc/xml/gen/xmlcatalog.hrc %%DATADIR%%/Plugins/colorer/base/hrc/xml/gen/xmlns.hrc %%DATADIR%%/Plugins/colorer/base/hrc/xml/gen/xmlschema-instance.hrc %%DATADIR%%/Plugins/colorer/base/hrc/xml/gen/xmlschema.hrc %%DATADIR%%/Plugins/colorer/base/hrc/xml/gen/xslfo.hrc %%DATADIR%%/Plugins/colorer/base/hrc/xml/gen/xslt.hrc %%DATADIR%%/Plugins/colorer/base/hrc/xml/gen/xslt2.hrc %%DATADIR%%/Plugins/colorer/base/hrc/xml/xml.hrc %%DATADIR%%/Plugins/colorer/base/hrc/xml/xpath-functions.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/xml/xpath-re.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/xml/xpath-xml.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/xml/xpath.hrc %%DATADIR%%/Plugins/colorer/base/hrc/xml/xpath.internal.hack.ent.hrc %%DATADIR%%/Plugins/colorer/base/hrc/xml/xpath2.hrc %%DATADIR%%/Plugins/colorer/base/hrc/xml/xquery.hrc %%DATADIR%%/Plugins/colorer/base/hrd/catalog-console.xml %%DATADIR%%/Plugins/colorer/base/hrd/catalog-rgb.xml %%DATADIR%%/Plugins/colorer/base/hrd/console/black.hrd %%DATADIR%%/Plugins/colorer/base/hrd/console/blue.hrd %%DATADIR%%/Plugins/colorer/base/hrd/console/contrib/black_ay.hrd %%DATADIR%%/Plugins/colorer/base/hrd/console/contrib/black_sezal.hrd %%DATADIR%%/Plugins/colorer/base/hrd/console/contrib/classic.hrd %%DATADIR%%/Plugins/colorer/base/hrd/console/contrib/cyberpunk.hrd %%DATADIR%%/Plugins/colorer/base/hrd/console/contrib/gray_pult.hrd %%DATADIR%%/Plugins/colorer/base/hrd/console/contrib/ocean.hrd %%DATADIR%%/Plugins/colorer/base/hrd/console/contrib/take4.hrd +%%DATADIR%%/Plugins/colorer/base/hrd/console/contrib/violet.hrd %%DATADIR%%/Plugins/colorer/base/hrd/console/contrib/visual.hrd %%DATADIR%%/Plugins/colorer/base/hrd/console/default.hrd %%DATADIR%%/Plugins/colorer/base/hrd/console/dnlike.hrd %%DATADIR%%/Plugins/colorer/base/hrd/console/emu/mirror.hrd %%DATADIR%%/Plugins/colorer/base/hrd/console/gray.hrd %%DATADIR%%/Plugins/colorer/base/hrd/console/hack.hrd %%DATADIR%%/Plugins/colorer/base/hrd/console/mirror.hrd %%DATADIR%%/Plugins/colorer/base/hrd/console/nc.hrd %%DATADIR%%/Plugins/colorer/base/hrd/console/white.hrd %%DATADIR%%/Plugins/colorer/base/hrd/console/xmastree.hrd %%DATADIR%%/Plugins/colorer/base/hrd/rgb/black.hrd %%DATADIR%%/Plugins/colorer/base/hrd/rgb/blue.hrd %%DATADIR%%/Plugins/colorer/base/hrd/rgb/contrib/bred3.hrd %%DATADIR%%/Plugins/colorer/base/hrd/rgb/contrib/fmx.hrd %%DATADIR%%/Plugins/colorer/base/hrd/rgb/contrib/navy-mirror.hrd %%DATADIR%%/Plugins/colorer/base/hrd/rgb/contrib/visual-rgb.hrd %%DATADIR%%/Plugins/colorer/base/hrd/rgb/default.hrd %%DATADIR%%/Plugins/colorer/base/hrd/rgb/eclipse.hrd %%DATADIR%%/Plugins/colorer/base/hrd/rgb/grayscale.hrd %%DATADIR%%/Plugins/colorer/base/hrd/rgb/hs.hrd %%DATADIR%%/Plugins/colorer/base/hrd/rgb/mirice.hrd %%DATADIR%%/Plugins/colorer/base/hrd/rgb/mirror.hrd %%DATADIR%%/Plugins/colorer/base/hrd/rgb/navy.hrd %%DATADIR%%/Plugins/colorer/base/hrd/rgb/neo.hrd %%DATADIR%%/Plugins/colorer/base/hrd/rgb/violet.hrd %%DATADIR%%/Plugins/colorer/base/hrd/rgb/white.hrd %%DATADIR%%/Plugins/colorer/plug/colorerb.lng %%DATADIR%%/Plugins/colorer/plug/colorere.hlf %%DATADIR%%/Plugins/colorer/plug/colorere.lng %%DATADIR%%/Plugins/colorer/plug/colorerr.hlf %%DATADIR%%/Plugins/colorer/plug/colorerr.lng %%DATADIR%%/Plugins/colorer/plug/hrcsettings.xml %%DATADIR%%/Plugins/compare/plug/CmpEng.hlf %%DATADIR%%/Plugins/compare/plug/CmpRus.hlf %%DATADIR%%/Plugins/compare/plug/CompBel.lng %%DATADIR%%/Plugins/compare/plug/CompEng.lng %%DATADIR%%/Plugins/compare/plug/CompRus.lng %%DATADIR%%/Plugins/drawline/plug/DrawBel.lng %%DATADIR%%/Plugins/drawline/plug/DrawEng.hlf %%DATADIR%%/Plugins/drawline/plug/DrawEng.lng %%DATADIR%%/Plugins/drawline/plug/DrawRus.hlf %%DATADIR%%/Plugins/drawline/plug/DrawRus.lng %%DATADIR%%/Plugins/editcase/plug/ECaseBel.lng %%DATADIR%%/Plugins/editcase/plug/ECaseEng.hlf %%DATADIR%%/Plugins/editcase/plug/ECaseEng.lng %%DATADIR%%/Plugins/editcase/plug/ECaseRus.hlf %%DATADIR%%/Plugins/editcase/plug/ECaseRus.lng %%DATADIR%%/Plugins/editorcomp/plug/editorcomp_be.lng %%DATADIR%%/Plugins/editorcomp/plug/editorcomp_en.lng %%DATADIR%%/Plugins/editorcomp/plug/editorcomp_ru.lng +%%DATADIR%%/Plugins/edsort/plug/edsort_en.hlf +%%DATADIR%%/Plugins/edsort/plug/edsort_en.lng +%%DATADIR%%/Plugins/edsort/plug/edsort_pl.hlf +%%DATADIR%%/Plugins/edsort/plug/edsort_pl.lng +%%DATADIR%%/Plugins/edsort/plug/edsort_ru.hlf +%%DATADIR%%/Plugins/edsort/plug/edsort_ru.lng %%DATADIR%%/Plugins/filecase/plug/CaseBel.lng %%DATADIR%%/Plugins/filecase/plug/CaseEng.hlf %%DATADIR%%/Plugins/filecase/plug/CaseEng.lng %%DATADIR%%/Plugins/filecase/plug/CaseRus.hlf %%DATADIR%%/Plugins/filecase/plug/CaseRus.lng %%DATADIR%%/Plugins/hexitor/plug/Hexitor_en.hlf %%DATADIR%%/Plugins/hexitor/plug/Hexitor_en.lng %%DATADIR%%/Plugins/hexitor/plug/Hexitor_pl.hlf %%DATADIR%%/Plugins/hexitor/plug/Hexitor_pl.lng %%DATADIR%%/Plugins/hexitor/plug/Hexitor_ru.hlf %%DATADIR%%/Plugins/hexitor/plug/Hexitor_ru.lng %%DATADIR%%/Plugins/incsrch/plug/incsrche.hlf %%DATADIR%%/Plugins/incsrch/plug/incsrchr.hlf %%DATADIR%%/Plugins/incsrch/plug/isrcbel.lng %%DATADIR%%/Plugins/incsrch/plug/isrceng.lng %%DATADIR%%/Plugins/incsrch/plug/isrcrus.lng +%%DATADIR%%/Plugins/incsrch/plug/key_macros.ini %%DATADIR%%/Plugins/inside/plug/bel.lng %%DATADIR%%/Plugins/inside/plug/config.ini %%DATADIR%%/Plugins/inside/plug/eng.lng %%DATADIR%%/Plugins/inside/plug/rus.lng +%%DATADIR%%/Plugins/memo/plug/memoe.lng +%%DATADIR%%/Plugins/memo/plug/memor.lng %%DATADIR%%/Plugins/multiarc/plug/arcbel.lng %%DATADIR%%/Plugins/multiarc/plug/arceng.hlf %%DATADIR%%/Plugins/multiarc/plug/arceng.lng %%DATADIR%%/Plugins/multiarc/plug/arcrus.hlf %%DATADIR%%/Plugins/multiarc/plug/arcrus.lng %%DATADIR%%/Plugins/multiarc/plug/custom.ini %%DATADIR%%/Plugins/multiarc/plug/custom.ini.man.txt %%DATADIR%%/Plugins/tmppanel/plug/TmpBel.lng %%DATADIR%%/Plugins/tmppanel/plug/TmpEng.hlf %%DATADIR%%/Plugins/tmppanel/plug/TmpEng.lng %%DATADIR%%/Plugins/tmppanel/plug/TmpRus.hlf %%DATADIR%%/Plugins/tmppanel/plug/TmpRus.lng +%%DATADIR%%/Plugins/truncate/plug/TruncEng.lng +%%DATADIR%%/Plugins/truncate/plug/TruncRus.lng %%DATADIR%%/closewait.sh %%DATADIR%%/far2l-cd.sh %%DATADIR%%/notify.sh %%DATADIR%%/open.sh %%DATADIR%%/ps.sh +%%DATADIR%%/themes/Amber on Black/author.txt +%%DATADIR%%/themes/Amber on Black/farcolors.ini +%%DATADIR%%/themes/DOS Navigator/author.txt +%%DATADIR%%/themes/DOS Navigator/farcolors.ini +%%DATADIR%%/themes/Dark classic/author.txt +%%DATADIR%%/themes/Dark classic/farcolors.ini +%%DATADIR%%/themes/Gold on Blue/author.txt +%%DATADIR%%/themes/Gold on Blue/farcolors.ini +%%DATADIR%%/themes/Green on LightGray/author.txt +%%DATADIR%%/themes/Green on LightGray/farcolors.ini +%%DATADIR%%/themes/Magenta on Violet/author.txt +%%DATADIR%%/themes/Magenta on Violet/farcolors.ini +%%DATADIR%%/themes/Tokyo Night/author.txt +%%DATADIR%%/themes/Tokyo Night/farcolors.ini %%DATADIR%%/trash.sh %%DATADIR%%/unmount.sh %%DATADIR%%/view.sh %%DATADIR%%/xlats.ini share/icons/far2l-wx.svg share/icons/far2l.svg share/icons/far2ledit-wx.svg share/icons/far2ledit.svg share/icons/hicolor/1024x1024/apps/far2l-wx.svg share/icons/hicolor/1024x1024/apps/far2l.svg share/icons/hicolor/1024x1024/apps/far2ledit-wx.svg share/icons/hicolor/1024x1024/apps/far2ledit.svg share/icons/hicolor/128x128/apps/far2l-wx.svg share/icons/hicolor/128x128/apps/far2l.svg share/icons/hicolor/128x128/apps/far2ledit-wx.svg share/icons/hicolor/128x128/apps/far2ledit.svg share/icons/hicolor/16x16/apps/far2l-wx.svg share/icons/hicolor/16x16/apps/far2l.svg share/icons/hicolor/16x16/apps/far2ledit-wx.svg share/icons/hicolor/16x16/apps/far2ledit.svg share/icons/hicolor/192x192/apps/far2l-wx.svg share/icons/hicolor/192x192/apps/far2l.svg share/icons/hicolor/192x192/apps/far2ledit-wx.svg share/icons/hicolor/192x192/apps/far2ledit.svg share/icons/hicolor/24x24/apps/far2l-wx.svg share/icons/hicolor/24x24/apps/far2l.svg share/icons/hicolor/24x24/apps/far2ledit-wx.svg share/icons/hicolor/24x24/apps/far2ledit.svg share/icons/hicolor/256x256/apps/far2l-wx.svg share/icons/hicolor/256x256/apps/far2l.svg share/icons/hicolor/256x256/apps/far2ledit-wx.svg share/icons/hicolor/256x256/apps/far2ledit.svg share/icons/hicolor/32x32/apps/far2l-wx.svg share/icons/hicolor/32x32/apps/far2l.svg share/icons/hicolor/32x32/apps/far2ledit-wx.svg share/icons/hicolor/32x32/apps/far2ledit.svg share/icons/hicolor/48x48/apps/far2l-wx.svg share/icons/hicolor/48x48/apps/far2l.svg share/icons/hicolor/48x48/apps/far2ledit-wx.svg share/icons/hicolor/48x48/apps/far2ledit.svg share/icons/hicolor/512x512/apps/far2l-wx.svg share/icons/hicolor/512x512/apps/far2l.svg share/icons/hicolor/512x512/apps/far2ledit-wx.svg share/icons/hicolor/512x512/apps/far2ledit.svg share/icons/hicolor/64x64/apps/far2l-wx.svg share/icons/hicolor/64x64/apps/far2l.svg share/icons/hicolor/64x64/apps/far2ledit-wx.svg share/icons/hicolor/64x64/apps/far2ledit.svg share/icons/hicolor/72x72/apps/far2l-wx.svg share/icons/hicolor/72x72/apps/far2l.svg share/icons/hicolor/72x72/apps/far2ledit-wx.svg share/icons/hicolor/72x72/apps/far2ledit.svg share/icons/hicolor/96x96/apps/far2l-wx.svg share/icons/hicolor/96x96/apps/far2l.svg share/icons/hicolor/96x96/apps/far2ledit-wx.svg share/icons/hicolor/96x96/apps/far2ledit.svg share/man/man1/far2l.1.gz share/man/ru/man1/far2l.1.gz -@dir lib/far2l/Plugins/calc/plug/units -@dir %%DATADIR%%/Plugins/SimpleIndent/plug +@comment share/metainfo/io.github.elfmz.far2l.metainfo.xml