summaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Collapse)AuthorAgeFilesLines
* editors/linux-sublime-text4: updated to 4129Eric Turgeon2022-03-162-4/+6
|
* editors/emacs-devel: Update to git snapshot 1a07854Ashish SHUKLA2022-03-153-7/+12
| | | | | | | Fix pkg-plist for GSettings schema, as it's now also dependent on PGTK option, in addition to GSETTINGS option PR: 262512
* dependency: add missing direct dependency on gtk2Baptiste Daroussin2022-03-151-2/+2
|
* cleanup: remove wrong usage of INSTALLS_OMFBaptiste Daroussin2022-03-151-2/+1
|
* lang/rust: Bump revisions after 1.59.0Mikael Urankar2022-03-156-6/+6
|
* editors/libreoffice: work around changed alignment of __cxa_exceptionDimitry Andric2022-03-093-1/+23
| | | | | | | | | | | | | LibreOffice has special detection for the change in alignment and size of struct cxa_exception, when using libc++abi. However, this updated alignment also applies to libunwind and upstream libcxxrt, and will soon apply to our libcxxrt too. Enable the special detection unconditionally for x86_64 and aarch64, so libreoffice packages built on 13.0-R (with the old alignment) will seamlessly work on 13.1-R (which will have the new alignment). PR: 262008
* editors/libreoffice: force PDFium to link with OpenJPEG (+)Dima Panov2022-03-062-2/+12
| | | | | | | | | | | | | When libvcllo.so is linked together with libpdfiumlo.so, it also needs libopenjp2.so from graphics/openjpeg, since pdfium depends on that. Building with LTO exposes this as an error, complaining about undefined references to openjpeg library functions. While here, add py310 to allowed versions to the build PR: 262008 Submitted by: Florian Walpen <dev@submerge.ch> Sponsored by: Netzkommune GmbH
* LibreOffice 7.3.1 Community, the first minor release of the LibreOffice 7.3 ↵Dima Panov2022-03-05106-418/+422
| | | | | | | | family, is available! More information at: https://blog.documentfoundation.org/blog/2022/03/03/lo731-community/ Sponsored by: Netzkommune GmbH
* KDE: Update KDE Gear to 21.12.3Tobias C. Berner2022-03-032-3/+4
| | | | | | | | | | | | | | | | | | | | | Thursday, 3 March 2022 Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. Today they all get new bugfix source releases with updated translations, including: * kcron: Improve temporary file handling * kio-extras: SFTP can use random access * kontact: Fix Manager Crash when clicking New Distro and app store packagers should update their application packages. Changelog: https://kde.org/announcements/changelogs/gear/21.12.3/ Release Notes: https://community.kde.org/KDE_Gear/21.12_Release_notes
* x11-toolkits/copperspice: use distributed tarballs, not for i386Adriaan de Groot2022-03-031-2/+4
| | | | | | | | | | | - Switch to the distributed tarballs, rather than pulling from github. This means NO_WRKSUBDIR, dos2unix, and removing the patches that apply to sources in GH but that are not in the released source tarballs. - Set NOT_FOR_ARCHS to i386, since there's issues in WebKit like ld: error: relocation R_386_PC32 cannot be used against symbol cti_vm_throw; recompile with -fPIC and I'm insufficiently interested in chasing this.
* editors/gedit-plugins: Update to 41.0Neel Chauhan2022-03-022-11/+5
|
* editors/gedit: Unbreak build with required patchNeel Chauhan2022-03-021-0/+16
|
* editors/gedit: Update to 41.0Neel Chauhan2022-03-023-11/+43
|
* editors/diamond: update to 1.3.7, latest upstreamAdriaan de Groot2022-03-013-10/+64
| | | | | | | | | This version is just a copyright-year update. I'm taking advantage to follow Daniel Engberg's advice to use the upstream tarballs rather than GitHub tarballs, even though the upstream tarballs are, IMO, terrible. While here, pull in a patch I wrote to avoid crashes on startup.
* editors/vim: Update to 8.2.4485Adam Weinberger2022-03-012-4/+4
|
* editors/emacs-devel: Update to 2022-02-28 commit 0470ef0Yasuhiro Kimura2022-02-283-6/+11
| | | | Changes: https://github.com/emacs-mirror/emacs/compare/7829f1b...0470ef0
* math/ipopt: Update 3.12.13 -> 3.14.4Yuri Victorovich2022-02-242-2/+2
|
* editors/mp: Update to 5.57Jason E. Hale2022-02-246-41/+22
| | | | | The source code for mpdm and mpsl was merged back into the main project tree.
* editors/poedit: Update to version 3.0.1Rodrigo Osorio2022-02-246-148/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Majors changes since 1.8.4: Version 3.0.1 ------------- - Bugfixes. Version 3.0 ----------- - Completely reworked welcome screen. - Modernized user interface and icons. - Much improved opening of recently edited files. - Automatic reloading of files modified outside of Poedit. - Completely new source code occurrences viewers with syntax highlighting for virtually all programming languages used with gettext. - Editing area now indicates source and translation string lengths. - Full python-format support for PO files. - Further improvements to XLIFF handling. Version 2.4.1 ------------- - Upgraded bundled GNU gettext version to 0.21. - Added support for Ruby format strings. Version 2.4 ----------- - Crowdin integration was greatly improved and now supports editing of any kind of localization: files from Crowdin projects, not just POs. Version 2.3.1 ------------- - Upgraded bundled GNU gettext version to 0.20.2 with JSX parsing fixes. - Fixed crash in presence of invalid bookmarks data. Version 2.3 ----------- - Improved pre-translation performance. - Added support for XLIFF 1.0. Version 2.2.4 ------------- - XLIFF improvements: handling of initial states, non-translatable items and better visual representation of placeholders. - Upgraded bundled GNU gettext version to 0.20.1; in particular, this adds support for ES6 template literals to the JavaScript extractor. - If a file has warnings or errors, show them immediately upon opening instead of waiting for the user to explicitly validate the file. Version 2.2.3 ------------- - Fixed asserts when compiled against wxGTK 3.0. Version 2.2.1 ------------- - Improved highlighting of HTML and placeholders. - File references are now supported in XLIFF. - [Linux] Compatibility fixes for Wayland, wxGTK 3.0 and dark themes. Version 2.2 ----------- - Support for editing XLIFF (both 1.2 and 2) files. - Fixes for correct handling of dark themes, including on macOS Mojave. - [Linux] Improved appearance with GTK+ 3. - [Linux] Updated AppData and desktop files to use reverse DNS naming. Version 2.1 ----------- - Added import and export of translation memory as TMX files. - Added ability to delete bad translations from the TM. - TM now has limited support for plural forms (only nplurals<=2). - Improved handling plural form rules. CLDR is now used as the data source and expressions are checked for equivalence before warning about unusual forms. Version 2.0.8 ------------- - Add CakePHP support. - QA warnings and RTL fixes. - Make TM reset work when the index is corrupted. Version 2.0.7 ------------- - Fix mangled non-English gettext error messages. - Add inline explanation of custom extractors syntax. Version 2.0.6 ------------- - Fix hanging with certain rare (non-UTF8, non-ASCII msgids) PO files. Version 2.0.4 ------------- - Added support for Crowdin branches. - Poedit now remembers your pre-translation settings. Version 2.0.3 ------------- - Much faster loading and saving of large PO files. - Fixed frequent false positives in QA warnings for German, Japanese, Arabic and translations with reordered brackets. - Fixed issues with suggestions not showing up in the sidebar if the user had an unusually tall editing area set up. - Fixed assert when opening a PO file on Linux. Version 2.0.2 ------------- - Unusual whitespace (2+ spaces) in the middle of strings is now highlighted. - Strings with warnings are now put at the top together with errors. - Fixed crash when clicking on an item with plurals in a POT file. - Added --line command line argument to open a file at specified item. Version 2.0.1 ------------- - Restored compatibility with Zend Framework and its .phtml extension. - Fixed keyboard navigation between plurals. - Fixed false positives in punctuation warnings (quotes, Chinese). - [Linux] Mostly fixed compatibility with wxGTK 3.0.2. IMPORTANT NOTE TO DISTRIBUTION MAINTAINERS: Poedit is affected by a bug in wxGTK 3.0.2 that cannot be worked around in user code, requiring this patch to wxGTK to be applied: https://github.com/wxWidgets/wxWidgets/commit/ed88188be7e97a0503f3471f7b0452740b732902 Version 2.0 ----------- - Revamped user interface. - Syntax highlighting for markup and special characters. - Warnings are now shown for common translation mistakes. - More robust pre-translation (previous "Fill missing translations from TM"). - "Fuzzy" was renamed "Needs work" thorough to be more accessible to gettext non-experts. - xgettext invocation can now be customized on per-file basis. - Files opened from Crowdin now auto-sync on save. - New Linux icon. - Many small improvements all over. Version 1.8.12 -------------- - Fixed previous msgid display. - Fixed Find to correctly highlight text with "whole words only" enabled. - Poedit now passes --previous to msgmerge. Version 1.8.11 -------------- - Fixed handling of sr_RS locale. Version 1.8.10 -------------- - Added support for X-Source-Language header. - [UNIX] Added AppData file. Version 1.8.9 ------------- - Start searches from the current position, not beginning of the file. - Updated bundled gettext to 0.19.8.1. - More fixes for right-to-left languages. Version 1.8.8 ------------- - Greatly reduced UI flicker on Windows plus other visual improvements on Windows 10. - Multiple fixes to Poedit’s interface in right-to-left languages. - Don't leave directional marks in translated text if there's a LTR/RTL mismatch. - Assorted small fixes. Version 1.8.7 ------------- - Added Copy From Singular operation and Next/Prev Plural Form navigation shortcuts. - Translation errors are now properly translated. - Fixed default Turkish plural form. - Fixed a bug where a perfect match wouldn't be found in the TM in some rare cases. - Updated bundled gettext to 0.19.7 (added appdata.xml and ITS support). - Assorted bugfixes. Version 1.8.6 ------------- - Fix properties window on OS X 10.9 and older. - Fix visual flicker when quickly scrolling through a file with arrow keys. - Fix file width autodetection when long comments were present. - Disable Find next/prev menu items properly. Version 1.8.5 ------------- - Improved setting and handling of source paths. - Implement gzip support in Crowdin API client. - Assorted fixes.
* math/asl: Update 1.4.4 -> 2.0.0Yuri Victorovich2022-02-232-2/+2
| | | | Reported by: portscout
* editors/texstudio: Update to 4.2.2Alexandre C. Guimarães2022-02-222-4/+4
|
* editors/diamond: distinguish from biology/diamondAdriaan de Groot2022-02-213-3/+13
| | | | Reported by: jrm
* editors/with-editor: Add PDF option and change DOCS optionYasuhiro Kimura2022-02-211-3/+19
| | | | | | | * Add new option PDF. If it is enabled PDF document is built and installed. * Change DOCS option so HTML document is built and installed if it is enabled.
* editors:diamond: new port, CopperSpice-based editorAdriaan de Groot2022-02-208-0/+168
| | | | | | This needs patching to consider the installed location (e.g. share/) as a source of data, rather than the installed location of the binary.
* editors/libreoffice6: unbreak build (+)Dima Panov2022-02-191-2/+4
| | | | | | | | Drop dependency on graphics/libgltf, it is staled from historic times. While here, mark port as deperecated before 2022Q2. LibreOffice 6.x is unmaitained upstream, consider users switch to main LibreOffice 7.x release branch.
* editors/emacs-devel: Update to 20220218 commit, 7829f1bJoseph Mingrone2022-02-193-12/+15
| | | | | | https://github.com/emacs-mirror/emacs/compare/2b9c648...7829f1b Sponsored by: The FreeBSD Foundation
* editors/imhex: Update to 1.15.0MANTANI Nobutaka2022-02-199-36/+21
|
* tex* : Update version 20150521=>20210325Muhammad Moinur Rahman2022-02-181-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update MASTER_SITES_TEX_CTAN from https://tug.org/historic/ - Update texlua to use texlua53 library - Deprecate CSLaTeX format - Remove aleph as per Upstream - Add common variables TEXLIVE_YEAR and TEXLIVE_VERSION to be used in all ports related to tex* - Fix dependency of print/texlive-texmf-source [1] - devel/tex-kpathsea: Update version 6.2.1=>6.3.3 - devel/tex-libtexlua: Update version 5.2.4=>5.3.6 - devel/tex-libtexluajit: Update version 2.0.3=>2.1.0 - devel/tex-synctex: Update version 1.17.0=>2.0.0 - devel/tex-web2c: Update version 20150521=>20210325 - editors/texworks: Fix build with newer tex version - print/tex-basic-engines: Update version 20150521=>20210325 - print/tex-dvipdfmax: Update version 20150521=>20210325 - print/tex-dvipsk: Update version 5.995=>20210325.1 - print/tex-formats: Update version 20150521=>20210325 - print/tex-jadetex: - print/tex-luatex: Update version 0.80.0=>1.12.0 * Convert to dynamic pkg-plist - print/tex-ptexenc: Update version 1.3.3=>1.3.9 - print/tex-xetex: Update version 0.99992=>0.99993 * Convert to dynamic pkg-plist - print/texlive-base: Update version 20150521=>20210325 - print/texlive-docs: Update version 20150521=>20210325 * Convert to dynamic pkg-plist - print/texlive-full: Update version 20150521=>20210325 - print/texlive-texmf-source: Update version 20150521=>20210325 - print/texlive-texmf: Update version 20150521=>20210325 * Convert to dynamic pkg-plist - print/texlive-tlmgr: Update version 20150521=>20210325 - print/xpdfopen: Transfer MAINTAINER to tex@ as xpdfopen is an integral part of tex after poppler support has been deprecated from tex [2] - textproc/dblatex: Update version 0.3.11=>0.3.12 * Take MAINTAINERship - textproc/gastex: Fix build - textproc/metauml: Fix build PR: 226983 [1] Reported by: Trond.Endrestol@ximalas.info [1] Reviewed by: tcberner (private repo) Approved by: hrs (maintainer-timeout) [2] Relnotes: https://tug.org/texlive/doc/texlive-en/texlive-en.html#news Sponsored by: Nepustil.net
* editors/calligra: drop unneded dependency on openjpeg15 (+)Dima Panov2022-02-181-2/+1
| | | | | | Calligra suite do not use openjpeg anymore. Sponsored by: Netzkommune GmbH
* editors/libreoffice: remove staled patchDima Panov2022-02-171-12/+0
| | | | My bad, not re-checked filelist after 'git commit --amend' :(
* Please welcome new generation release of LibreOffice suite - 7.3.0! (+)Dima Panov2022-02-17126-540/+666
| | | | | | | | | | | | It has change tracking enhancements, better autocompletion in Calc, and many compatibility and performance improvements to import/export filters. Since this release, FreeBSD port of LibreOffice include PDFium library. Learn more about LibreOffice 7.3: https://blog.documentfoundation.org/blog/2022/02/02/libreoffice-73-community/ Special thanks to: mikael (for pthread issue hunting) Sponsored by: Netzkommune, GmbH.
* editors/with-editor: Update to 3.2.0Yasuhiro Kimura2022-02-122-4/+4
| | | | Changes: https://github.com/magit/with-editor/commits/v3.2.0
* editors/o: Update 2.47.0 -> 2.48.3Yuri Victorovich2022-02-112-61/+8
| | | | Reported by: portscout
* editors/vscode: update to 1.64.2Hiroki Tagato2022-02-113-10/+23
| | | | Changelog: https://code.visualstudio.com/updates/v1_64
* editors/vscode: update to 1.64.1Hiroki Tagato2022-02-112-9/+9
| | | | Changelog: https://code.visualstudio.com/updates/v1_64
* editors/picpas: Fix buildJose Alonso Cardenas Marquez2022-02-092-0/+13
| | | | Reported by: pkg-fallout
* editors/o: Update 2.46.0 -> 2.47.0Yuri Victorovich2022-02-092-16/+13
| | | | Reported by: portscout
* KDE: Update KDE Gear to 21.12.2 (bug fix release)Tobias C. Berner2022-02-072-4/+3
| | | | | | | | | | | | Thursday, 3 February 2022 Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. Today they all get new bugfix source releases with updated translations. Full changelog: https://kde.org/announcements/changelogs/gear/21.12.2/
* editors/vscode: update to 1.64.0Hiroki Tagato2022-02-0616-80/+123
| | | | Changelog: https://code.visualstudio.com/updates/v1_64
* editors/texstudio: Update to 4.2.1Alexandre C. Guimarães2022-02-052-5/+4
|
* lang/rust: Relink consumersTobias Kortkamp2022-02-036-4/+6
| | | | | PR: 261449 Security: ee26f513-826e-11ec-8be6-d4c9ef517024
* editors/imhex: Update to 1.14.0MANTANI Nobutaka2022-02-0319-133/+141
|
* devel/electron13: update to 13.6.9Hiroki Tagato2022-02-031-1/+1
| | | | Changelog: https://github.com/electron/electron/releases/tag/v13.6.9
* editors/lazarus-*: update to 2.2.0Jose Alonso Cardenas Marquez2022-02-038-66/+26
| | | | | | | | | | - Bump PORTREVISION - archivers/peazip update to 8.4.0 - editors/cudatext update to 1.155.3 - russian/emkatic update to 0.41 - x11-toolkits/qt5pas to latest version included into lazarus 2.2.0 ChangeLog at: https://wiki.lazarus.freepascal.org/Lazarus_2.2.0_release_notes
* editors/vim: Update to 8.2.4282Adam Weinberger2022-02-022-4/+4
|
* editors/kak-lsp: fix build on powerpcPiotr Kubaj2022-02-021-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | error[E0432]: unresolved imports `core::sync::atomic::AtomicI64`, `core::sync::atomic::AtomicU64` --> /wrkdirs/usr/ports/editors/kak-lsp/work/kak-lsp-12.0.1/cargo-crates/crossbeam-utils-0.8.5/src/lib.rs:79:49 | 79 | pub(crate) use core::sync::atomic::{AtomicI64, AtomicU64}; | ^^^^^^^^^ ^^^^^^^^^ no `AtomicU64` in `sync::atomic` | | | no `AtomicI64` in `sync::atomic` | help: a similar name exists in the module | 79 | pub(crate) use core::sync::atomic::{AtomicI8, AtomicU64}; | ~~~~~~~~ help: a similar name exists in the module | 79 | pub(crate) use core::sync::atomic::{AtomicI64, AtomicU8}; | ~~~~~~~~ error[E0412]: cannot find type `AtomicU64` in module `core::sync::atomic` --> /wrkdirs/usr/ports/editors/kak-lsp/work/kak-lsp-12.0.1/cargo-crates/crossbeam-utils-0.8.5/src/atomic/consume.rs:78:14 | 78 | impl_atomic!(AtomicU64, u64); | ^^^^^^^^^ help: a struct with a similar name exists: `AtomicU16` error[E0412]: cannot find type `AtomicI64` in module `core::sync::atomic` --> /wrkdirs/usr/ports/editors/kak-lsp/work/kak-lsp-12.0.1/cargo-crates/crossbeam-utils-0.8.5/src/atomic/consume.rs:80:14 | 80 | impl_atomic!(AtomicI64, i64); | ^^^^^^^^^ help: a struct with a similar name exists: `AtomicI16`
* editors/emacs-devel: Update to git snapshot 2b9c648Ashish SHUKLA2022-02-013-5/+16
|
* editors/kak-lsp: Update to 12.0.1Mikael Urankar2022-01-313-15/+4
| | | | | | Changes: https://github.com/kak-lsp/kak-lsp/releases/tag/v12.0.0 https://github.com/kak-lsp/kak-lsp/releases/tag/v12.0.1
* devel/electron13: update to 13.6.8Hiroki Tagato2022-01-311-1/+1
| | | | Changelog: https://github.com/electron/electron/releases/tag/v13.6.8
* editors/vim, devel/luv: Use luajit-openresty as the Lua backendAdam Weinberger2022-01-291-21/+5
| | | | | | | | | | | | | | | | | After a failed attempt a few months ago, re-enable luajit-openresty as the default luv backend, and the only neovim backend. I suspect that it's safe to switch luv unconditionally as well, but I'm taking a more conservative route at this time and just switching amd64 and i386 to it. NeoVim is designed specifically for luajit. While it runs on PUC lua, PUC is not used by upstream and no attempts are made to build for it. However, luajit is largely a stalled project and is unlikely to ever see new releases. The OpenResty fork, however, is actively-developed. It is also the standard neovim lua backend on macOS Homebrew and most Linux distributions.