aboutsummaryrefslogtreecommitdiff
path: root/editors
Commit message (Collapse)AuthorAgeFilesLines
...
* - Update math/glm to 0.9.9.8Dmitry Marakasov2021-03-123-2/+3
| | | | Notes: svn path=/head/; revision=568184
* Remove occurrences of %%LUA_LIBDIR%%.Mathieu Arnold2021-03-091-1/+1
| | | | | | | Differential Revision: https://reviews.freebsd.org/D29138 Notes: svn path=/head/; revision=567933
* graphics/poppler: update to 21.03.0Tobias C. Berner2021-03-087-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 21.03.0: core: * Fix parsing text in some broken pdf files. Issue #1040 * Fix memory issue when using threads. Issue #1050 * TextSelectionDumper: Fix getText() for space after word * Change signature of OutputDev:tilingPatternFill * Make PDFDocBuilder return a std::unique_ptr * Improve well formed check for shading functions * Fix leak in case of fread failing * Fix memory leak in broken file in JBIG2Stream::readGenericBitmap * PSOutputDev: Fix stack overflow in broken files glib: * poppler_annot_free_text_get_callout_line: Fix wrong static cast * poppler-structure-element: fix memleak * Improve documentation * demo: keep same visual appearance between displayed and copied text utils: * pdftotext: Add -cropbox option * pdftoppm: Add -progress option * pdftoppm: Fix rounding bug in computation of output bitmap size. Issue #927 qt6: * Add missing poppler-qt6.pc.cmake PR: 253953 Exp-run by: antoine Notes: svn path=/head/; revision=567866
* editors/libreoffice: chase misc/box2d shlib name change at r567799Dima Panov2021-03-081-1/+1
| | | | | | | Pointy hat to: yuri Notes: svn path=/head/; revision=567836
* LibreOffice 7.1.1 is now available, with over 90 bugfixes and compatibility ↵Dima Panov2021-03-08105-414/+414
| | | | | | | | | | | improvements. Learn more: https://blog.documentfoundation.org/blog/2021/03/04/libreoffice-711/ MFH: 2021Q1 Notes: svn path=/head/; revision=567826
* editors/emacs: fix build on powerpc64lePiotr Kubaj2021-03-071-0/+4
| | | | | | | | Use GCC: Hash table too large Notes: svn path=/head/; revision=567566
* editors/o: Update 2.35.0 -> 2.35.1Yuri Victorovich2021-03-072-7/+7
| | | | Notes: svn path=/head/; revision=567548
* editors/emacs-devel: limit using GCC to only powerpc64lePiotr Kubaj2021-03-071-1/+1
| | | | | | | On powerpc64, emacs builds fine with Clang. Notes: svn path=/head/; revision=567529
* editors/emacs-devel: fix build on powerpc64*Piotr Kubaj2021-03-051-0/+4
| | | | | | | | In toplevel form: mh-e/mh-gnus.el:38:20: Error: Hash table too large Notes: svn path=/head/; revision=567401
* editors/emacs-devel: Update to 2021-03-05 commit, 77ec2512Joseph Mingrone2021-03-053-8/+7
| | | | | | | | This fixes bug #46912. https://debbugs.gnu.org/cgi/bugreport.cgi?bug=46912 Notes: svn path=/head/; revision=567381
* editors/vim: Update to 8.2.2569Adam Weinberger2021-03-042-4/+4
| | | | Notes: svn path=/head/; revision=567343
* Update KDE Release-Service releases to 20.12.3Tobias C. Berner2021-03-042-3/+4
| | | | | | | | | 20.12.3 Releases Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE’s release service. Notes: svn path=/head/; revision=567334
* Chase devel/re2 shlib bumpChris Rees2021-03-031-1/+1
| | | | | | | | | | | | Upstream has changed their minds about so.10 and reverted to so.9 The only changes were private. PR: ports/253255 Reported by: sunpoet Notes: svn path=/head/; revision=567258
* editors/emacs-devel: Remove Motif X toolkit supportJoseph Mingrone2021-03-031-8/+6
| | | | | | | Support for building with Motif was removed upstream. Notes: svn path=/head/; revision=567099
* editors/emacs-devel: Update to 2021-03-02 commit, 20596a5Joseph Mingrone2021-03-023-5/+20
| | | | Notes: svn path=/head/; revision=566976
* Update mousepad to 0.5.3Guido Falsi2021-03-012-4/+4
| | | | Notes: svn path=/head/; revision=566859
* editors/cooledit: Adopt portNuno Teixeira2021-03-011-5/+5
| | | | | | | | | | While here pet portclippy Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D28966 Notes: svn path=/head/; revision=566852
* editors/mg: Make mg-static a flavorTobias Kortkamp2021-02-283-24/+23
| | | | Notes: svn path=/head/; revision=566752
* Chase devel/electron11 updateHiroki Tagato2021-02-231-0/+1
| | | | Notes: svn path=/head/; revision=566395
* editors/libreoffice: add LTO optionPiotr Kubaj2021-02-231-1/+11
| | | | | | | | | | LLD fails to link libreoffice, so ld.bfd needs to be used. Since LLVMgold.so (used for LTO with binutils) is not included in base, LLVM from ports needs to be used. PR: 253777 Approved by: fluffy (maintainer) Notes: svn path=/head/; revision=566388
* editors/texstudio: Update to 3.1.1Alexandre C. Guimarães2021-02-222-5/+4
| | | | Notes: svn path=/head/; revision=566341
* editors/libreoffice6: backport powerpc* patches to libreoffice6Piotr Kubaj2021-02-2011-2/+394
| | | | | | | Approved by: tier 2 blanket Notes: svn path=/head/; revision=566182
* Update to 1.7.0.MANTANI Nobutaka2021-02-205-8/+74
| | | | Notes: svn path=/head/; revision=566162
* editors/kibi: Update to 0.2.2Lewis Cook2021-02-173-38/+44
| | | | | | | | | Changes: https://github.com/ilai-deutel/kibi/releases/tag/v0.2.2 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D28734 Notes: svn path=/head/; revision=565636
* editors/libreoffice: resurrect deleted by mistake patch for qt5-cairo engine ↵Dima Panov2021-02-172-1/+36
| | | | | | | | | | | to fix CJK fonts rendering in menus and dialogs PR: 253371, 253579 MFH: 2021Q1 Pointy hat to: fluffy Notes: svn path=/head/; revision=565507
* editors/texmacs: Update LIB_DEPENDS to guile1 after upgrading guile to 3.XMuhammad Moinur Rahman2021-02-151-3/+3
| | | | | | | - Take MAINTAINERSHIP Notes: svn path=/head/; revision=565353
* - Update to git snapshot 9b4a2ddAshish SHUKLA2021-02-143-5/+6
| | | | Notes: svn path=/head/; revision=565260
* lang/rust: Update to 1.50.0Mikael Urankar2021-02-145-4/+5
| | | | | | | | | | | | | | | - Use bundled libgit/libssh, the versions in ports are too old - Update lang/rust-nightly to 2021-02-12 - Update devel/racer to 2.1.41 - Import upstream patch to fix build issue for Firefox and related ports (https://bugzilla.mozilla.org/show_bug.cgi?id=1684261) Changes: https://github.com/rust-lang/rust/releases/tag/1.50.0 Tested by: mikael, pkubaj Differential Revision: https://reviews.freebsd.org/D28616 Notes: svn path=/head/; revision=565245
* editors/cpeditor: Update 6.6.5 -> 6.8.1Yuri Victorovich2021-02-143-32/+17
| | | | Notes: svn path=/head/; revision=565205
* Use KDE_INVENT where appropriateAdriaan de Groot2021-02-132-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | KDE ports that use unreleased versions / versions straight from git. PORTVERSION or DISTVERSION increased: - audio/amarok has a newer tag so the commit hash jumps. - devel/heaptrack has a newer tag so the commit hash jumps. - graphics/kooka advances to a newer commit, nothing spectacular. - graphics/peruse advances a great deal to its current state, which is slightly-before-a-real-release. This one will be dropping KDE_INVENT and going to normally-released soon, says upstream. - net/smb4k has a newer tag so the commit hash jumps. PORTVERSION unchanged, but I didn't bump PORTREVISION either because it's the same software: - editors/kile gets the hash for the tag it was previously using. (because USE_GITLAB does not understand tags and needs a full hash). There is lots of newer commits but nothing that looks like a complete releaseable state. - net-im/ruqola gets the hash for the tag it was previously using. Note that none of the updates that might have been possible were reported by portscout; that's part of the hazard of using a semi- official-at-best mirror. I hope it does catch updates from KDE Invent, although these bits of software have flaky update schedules anyway. Reviewed by: tcberner Notes: svn path=/head/; revision=565179
* graphics/openexr, ilmbase: security update to v2.5.5Matthias Andree2021-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.5 "Specific OSS-fuzz issues include: OSS-fuzz #30291 Timeout in openexr_exrcheck_fuzzer OSS-fuzz #29106 Heap-buffer-overflow in Imf_2_5::FastHufDecoder::decode OSS-fuzz #28971 Undefined-shift in Imf_2_5::cachePadding OSS-fuzz #29829 Integer-overflow in Imf_2_5::DwaCompressor::initializeBuffers OSS-fuzz #30121 Out-of-memory in openexr_exrcheck_fuzzer" Bump PORTREVISION of ports that directly depend on openexr and/or ilmbase. MFH: 2021Q1 Security: 98044aba-6d72-11eb-aed7-1b1b8a70cc8b Notes: svn path=/head/; revision=565123
* Update to 1.53.2Hiroki Tagato2021-02-122-9/+9
| | | | | | | Changelog: https://code.visualstudio.com/updates/v1_53 Notes: svn path=/head/; revision=564998
* Add LTO_DESC to Mk/bsd.options.desc.mk.Piotr Kubaj2021-02-102-2/+0
| | | | | | | There are more and more ports using LTO. Notes: svn path=/head/; revision=564896
* editors/libreoffice: fix build on powerpc64lePiotr Kubaj2021-02-101-4/+16
| | | | | | | Add the previously removed powerpc64le block to configure. Notes: svn path=/head/; revision=564855
* Update to 1.53.1Hiroki Tagato2021-02-102-9/+9
| | | | | | | Changelog: https://code.visualstudio.com/updates/v1_53 Notes: svn path=/head/; revision=564846
* Submitted by: Nuno Teixeira <eduardo@FreeBSD.org> (maintainer)Nuno Teixeira2021-02-102-2/+2
| | | | | | | | Approved by: dbaio, garga (mentors) Differential Revision: https://reviews.freebsd.org/D28534 Notes: svn path=/head/; revision=564845
* Add a new port editors/markerHiroki Tagato2021-02-105-0/+31234
| | | | | | | | | | | | | | Marker is a simple yet robust markdown editor. The primary goal of Marker is to provide a powerful document editing experience, without making assumptions about the workflow of the user. Marker's base configuration is very simple, but it can be customized to meet the needs of any workflow! WWW: https://fabiocolacio.github.io/Marker/ Notes: svn path=/head/; revision=564832
* Unbreak build after gnomevfs and gconf removal.Don Lewis2021-02-101-1/+2
| | | | Notes: svn path=/head/; revision=564831
* graphics/poppler: update to 21.02Tobias C. Berner2021-02-097-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | Release 21.02.0: core: * GfxCal*ColorSpace: introduce Bradford transform for chromatic adaptation * Fix memory leak if saving the file fails * Internal code improvements * Fix various issues handling broken files * Make checkedAdd work for long long in MSVC qt5: * Properly export NewSignatureData class * Fix regression in QIODeviceOutStream + MSVC qt6: * Properly export NewSignatureData class * Fix regression in QIODeviceOutStream + MSVC utils: * pdftohtml: Fix error() parameter type PR: 253183 Exp-run by: antoine Notes: svn path=/head/; revision=564779
* Upgraded enditors/openoffice-4 to version 4.1.9:Don Lewis2021-02-092-7/+7
| | | | | | | | | | * Headless mode: Crash on DOC to PDF conversion * Various fixes for non-FreeBSD platforms Unbreak after gnome-vfs removal Notes: svn path=/head/; revision=564771
* Update to 1.53.0Hiroki Tagato2021-02-0814-62/+101
| | | | | | | Changelog: https://code.visualstudio.com/updates/v1_53 Notes: svn path=/head/; revision=564696
* Remove dependency on deprecated gnome2 libraries:Baptiste Daroussin2021-02-062-22/+13
| | | | | | | gnomevfs and gconf Notes: svn path=/head/; revision=564243
* editors/libreoffice: Fix build on aarch64Dima Panov2021-02-062-0/+47
| | | | | | | | Submitted by: Michael Urankar via github MFH: 2021Q1 Notes: svn path=/head/; revision=564180
* editors/mp: Update to 5.46Jason E. Hale2021-02-052-4/+4
| | | | Notes: svn path=/head/; revision=564129
* - Update to git snapshot 6bd9dbfAshish SHUKLA2021-02-053-5/+7
| | | | Notes: svn path=/head/; revision=564117
* Remove the dependency on libgtkhtmlBaptiste Daroussin2021-02-051-3/+3
| | | | | | | | All versions of gtkhtml have been deprecated long ago, it is about to be removed from the ports tree Notes: svn path=/head/; revision=564102
* Update KDE Release-Service to 20.12.2Tobias C. Berner2021-02-041-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Some of our projects release on their own timescale and some get released en-masse. The 20.12.2 bundle of projects was released today with dozens of bugfixes and will be available through app stores and distros soon. See the 20.12.2 releases page for details. Some of the fixes in today’s bugfix releases include: * Ark no longer crashes when closing the window while loading a TAR archive * Dolphin calculates the folder size on FUSE and network file systems correctly now * Konsole no longer crashes when exiting all tabs at the same time * Dictionaries can be added in Kiten’s config dialog * Umbrello doesn’t crash anymore if exiting when a widget in a diagram is selected Release Notes: https://community.kde.org/Releases/20.12_Release_Notes Full Changelog: https://kde.org/announcements/fulllog_releases-20.12.2/ Notes: svn path=/head/; revision=564060
* Please welcome LibreOffice suite 7.1.0 release!Dima Panov2021-02-04133-959/+530
| | | | | | | Release Notes: https://blog.documentfoundation.org/blog/2021/02/03/libreoffice-7-1-community/ Notes: svn path=/head/; revision=564006
* Bump PORTREVISION for devel/re2 shlib changeSunpoet Po-Chuan Hsieh2021-02-031-1/+1
| | | | Notes: svn path=/head/; revision=563913
* editors/vim: Update to 8.2.2461Adam Weinberger2021-02-032-5/+4
| | | | Notes: svn path=/head/; revision=563908