Commit graph

11377 commits

Author SHA1 Message Date
Jose Alonso Cardenas Marquez
a0456ec985 editors/cudatext: Update to 1.176.0 2022-11-14 21:58:07 -05:00
Adam Weinberger
d9f0cfa9d6 editors/neovim: Update to 0.8.1 2022-11-14 04:52:08 -07:00
Nuno Teixeira
730f3d60ee editors/xi-core: Update to latest commit 20221007
ChangeLog: d793ae4...f3b4d39
2022-11-14 11:46:53 +00:00
Neel Chauhan
86d9bd96ac editors/gedit-plugins: Remove old gschema file
PR:		267721
Reported by:	alt2600
2022-11-11 20:44:01 -08:00
Nuno Teixeira
9ab5054a94 editors/lapce: Update to 0.2.3
ChangeLog: https://github.com/lapce/lapce/blob/master/CHANGELOG.md
2022-11-11 16:37:14 +00:00
Eric Turgeon
e005fbdbba editors/linux-sublime-text4: updated to 4142 2022-11-10 19:10:53 -04:00
Guido Falsi
a079b4f492 editors/ghostwriter: Upstream project moved under KDE umbrella
- Update home page
- Update distfile fetching

Old URLs are now invalid, although a redirection is being kept
active for the home page, but not for the distfile, which was being
fetched by the FreeBSD cache.

The distfile contents are identical to the old ones, and the produced
package is exactly the same, so no need for a PORTREVISION bump.
2022-11-10 15:13:12 +01:00
Alexey Dokuchaev
46fda53e81 editors/lite-xl: new port had been added (+)
Lite XL editor is a lightweight, simple, fast, feature-filled, and
extremely extensible text editor written in C, and Lua, descendant
of the `editors/lite'.

WWW: https://lite-xl.com/
2022-11-10 10:45:46 +00:00
Neel Chauhan
ceb73ea7d4 editors/gnome-latex: Update to 3.42.0 2022-11-09 21:00:39 -08:00
Neel Chauhan
0a7c146395 editors/gedit-plugins: Update to 43.1 2022-11-09 21:00:39 -08:00
Neel Chauhan
676b933bf1 editors/gedit: Update to 43.1 2022-11-09 21:00:38 -08:00
Dmitry Marakasov
01a3b02ec0 editors/chexedit: install manpage into canonical location 2022-11-08 15:09:18 +03:00
Tobias C. Berner
3a7ab00b4f graphics/poppler: bump PORTREVISION of dependencies
- after update to 22.11 in d01d0d73b169
2022-11-08 06:07:17 +01:00
Nuno Teixeira
68e1b53105 editors/cooledit: Update to 4.1.2
ChangeLog:	https://github.com/paulsheer/cooledit/blob/master/NEWS
PR:		266918
2022-11-07 23:58:06 +00:00
Joseph Mingrone
8882913727
Emacs ports: Build using GCC when NATIVECOMP is on
In order to allow concurrent installation, the GCC ports, as of 0338e04,
moved some header files to internal locations.  Emacs built with
NATIVECOMP requires GCC jit libraries.  Rather than patching Emacs to
search in those internal locations, build Emacs with GCC when NATIVECOMP
is turned on.

PR:		257060
Tested by:	jcfyecrayz@liamekaens.com, yasu
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D37275
2022-11-06 11:22:02 -04:00
Nuno Teixeira
a380f3041c editors/lapce: Update to 0.2.2
ChangeLog: https://github.com/lapce/lapce/blob/master/CHANGELOG.md
2022-11-05 01:24:43 +00:00
Tobias C. Berner
1a35c26cf2 KDE: Update KDE Gear to 22.08.3
Thursday, 3 November 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:

   * dolphin: Fix opening unnecessary new windows (Commit, fixes bug
     #440663)
   * konsole: Fix a crash when extending the selection (Commit, fixes
     bug #398320 and bug #458822)

Announcement:	https://kde.org/announcements/gear/22.08.3/
Changelog:	https://kde.org/announcements/changelogs/gear/22.08.3/
2022-11-04 23:12:06 +01:00
Mikael Urankar
c86a2b506c editors/kak-lsp: Update to 14.1.0
Changes:
  https://github.com/kak-lsp/kak-lsp/releases/tag/v14.1.0
2022-11-04 12:50:24 +01:00
Oleh Hushchenkov
ea0c1f1917
editors/kakoune: Update to 2022.10.31
PR:		267552
2022-11-04 10:58:50 +00:00
Craig Leres
5ac4f1e502 editors/nvi2: Fix core dump when tags file pattern has a trailing '\'
If you create a tags file of a macro that ends with a '\' and tag
for it, vi dumps core. For example:

    zinc 76 % cat test.h
    #define LATIN2PLAIN(ch) (((u_char)ch) >= 0x80 ? \
       pgm_read_byte_far(pgm_get_far_address(latin2plain) + \
       (((u_char)ch) - 0x80)) : (isprint(ch) ? (ch) : '_'))
    zinc 77 % ctags test.h
    zinc 78 % vi -t LATIN2PLAIN
    Segmentation fault

The problem is that the loop variable is unsigned (size_t) and it
gets decremented twice: 1 -> 0 -> 4294967295

Apply the upstream patch to solve this:

    https://github.com/lichray/nvi2/pull/111
2022-11-02 23:41:34 -07:00
Adam Weinberger
90eac1c42c editors/vim: Update to 9.0.0823
Also, update the sshd syntax file to recognize the preferred
UseBlocklist in addition to UseBlacklist.

PR:		267353
2022-10-31 22:57:45 -06:00
Yasuhiro Kimura
23bcde4b31 editors/with-editor-devel: Update to latest snapshot
Changes:	1d5860c...4ca225b
2022-11-01 11:25:46 +09:00
Dima Panov
d05592ffa9 editors/libreoffice: allow build with python 3.11 (+)
Upper python version limit was come from math/py-numpy.
Since NumPY supports py311, remove this limit.

PR:	267478
2022-10-31 23:47:15 +03:00
Ashish SHUKLA
047baa4be0
editors/emacs-devel: Update to git snapshot a691e811 2022-10-31 12:57:54 +00:00
Jose Alonso Cardenas Marquez
ac66a05a1a editors/cudatext: update to 1.174.0 2022-10-30 16:54:21 -05:00
Nuno Teixeira
e773ad17f5 editors/lapce: Remove unneeded patch
- Remove unneeded patch since rust 1.64.0 has landed.
2022-10-30 20:09:50 +00:00
Jose G. Juanino
6f9ecc04ad */*: drop maintainership
PR:		267431
2022-10-30 13:22:25 +00:00
Mikael Urankar
afe651cf62 lang/rust: Bump revisions after 1.64.0
PR:		267173
2022-10-30 13:07:09 +01:00
Jose Luis Duran
15f85ad99e editors/neovim: Add support for UseBlocklist as a preferred alias for UseBlacklist
PR:		267354
2022-10-26 04:59:31 -06:00
Robert Clausecker
df2c266113 editors/rehex: Update to 0.5.4
ChangeLog: https://github.com/solemnwarning/rehex/releases/tag/0.5.4

PR:		267316
2022-10-25 11:03:42 +01:00
Nuno Teixeira
107d4a2cc5 editors/neovim-qt: Add portscout 2022-10-22 21:22:41 +01:00
Danilo Egea Gondolfo
08ed0c766a editors/tea: Update to 61.1.0 2022-10-22 13:55:44 +01:00
Daniel Engberg
df6c65a026 */*: Bump PORTREVISION for consumers of libunistring
Reported by:	jbeich
2022-10-22 11:36:07 +02:00
Jan Beich
dfe25d73e7 devel/icu: update to 72.1
Changes:	https://github.com/unicode-org/icu/releases/tag/release-72-1
Reported by:	GitHub (watch releases)
PR:		266582
Exp-run by:	antoine
2022-10-19 08:10:29 +00:00
Yuri Victorovich
879bc196ca editors/o: Update 2.56.0 -> 2.57.0
Reported by:	portscout
2022-10-16 15:35:32 -07:00
Yuri Victorovich
0f98ff01e1 editor/novelwriter: New port: Text editor designed for writing novels 2022-10-16 15:14:45 -07:00
Adam Weinberger
9e03d9958e devel/msgpack: Update and split into C and C++ versions
Upstream now provides msgpack as two separate distributions: a C version
with the traditional libmsgpackc.so library, and a header-only C++
version.

devel/msgpack is now devel/msgpack-c and devel/msgpack-cxx, and its
consumers now point to one or both. Note that it is entirely possible
for both to be required. PORTREVISION bump for all consumers.

In my testing, it's not clear that the MSGPACK option in the mariadb
ports actually does anything. I don't think mariadb is actually linking
against msgpack, even before this commit.
2022-10-16 15:10:02 -06:00
MANTANI Nobutaka
e1d94b436d editors/imhex: Update to 1.24.3 2022-10-16 05:53:22 +09:00
Nuno Teixeira
10ebb7ea82 editors/neovim-qt: Adopt
- pet portfmt
2022-10-15 20:41:29 +01:00
Nuno Teixeira
e10fdaa8a7 editors/lapce: Update to 0.2.1
ChangeLog: https://github.com/lapce/lapce/blob/master/CHANGELOG.md#021
2022-10-15 14:04:32 +01:00
Rene Ladan
769c8ef545 editors/neovim-qt: return to pool per maintainer request 2022-10-15 12:45:25 +02:00
Yasuhiro Kimura
561fef55d4 editors/emacs-devel: Update to 2022-10-15 snapshot
Changes:	2973f91...8300899
2022-10-15 12:57:59 +09:00
Adam Weinberger
8e76912d7e devel/luv, editors/neovim: Use USES=luajit (changes luajit to luajit-devel) 2022-10-14 11:30:15 -06:00
Dima Panov
8b857ccb4b editors/libreoffice: update to 7.4.2 release (+)
LibreOffice Community release 7.4.2 is now available, with 80+ bugfixes and improvements.

Read more:	https://blog.documentfoundation.org/blog/2022/10/13/libreoffice-7-4-2-community/

MFH:	2022Q4
2022-10-14 16:12:24 +03:00
Tobias C. Berner
aecaafb00a KDE: Update KDE Gear to 22.08.2
KDE Gear 22.08.2

Thursday, 13 October 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:

 * ark: Fix incompatibility with original 7-Zip (Commit, fixes bug
   #456797)
 * kdeconnect: Prevent a crash if there’s no audio devices (Commit,
   fixes bug #454917)
 * kio-extras: Compatibility with Samba >= 4.16 (Commit, fixes bug
   #453090)

Announcement:	https://kde.org/announcements/gear/22.08.2/
2022-10-14 11:20:32 +02:00
Gian-Simon Purkert
bb30e04bc3 editors/neovim-qt: Update to 0.2.17
ChangeLog: https://github.com/equalsraf/neovim-qt/releases/tag/v0.2.17

Main changes since the last release:

 * Allow negative linespace
 * Set initial editor size properly
 * Persist Gui options with QSettings
 * Add GuiWindowFrameless function
 * Add GuiNewWindow function
 * Add Improved GuiTabline
 * Add strikethrough support
 * Add support for guifontwide
 * Add GuiWindowOpacity command
 * Support exit status to differenciate :q and :cq
 * Add Font Ligature Support

Fixes:

 * Antialiasing artifact fix
 * Cannot map on Linux
 * ContextMenu incompatible with mswin.vim
 * Scale undercurl and underline with font size.
 * Underline Undercurl Strikethrough Color
 * Bold + Italic not applied correctly
 * Underline should render with special
 * Underline + Undercurl Rendering Incorrect

PR:		266718
Reported by:	gspurki@gmail.com
Approved by:	chuck@tuffli.net (maintainer)
MFH:		2022Q4 (many bugfixes)
2022-10-14 07:53:46 +02:00
Adam Weinberger
ce6a59704c editors/vim: Update to 9.0.0735 2022-10-12 18:04:32 -06:00
Nuno Teixeira
a32b593e20 editors/cooledit: Adopt/Port improvements
Prepare to new release:

 - Add WWW project url
 - Build with clang
 - Use make instead of gmake
 - Remove unneeded patch (HAVE_MBRTOWC)
 - Clean compiler flags
 - Bump PORTREVISION
2022-10-09 14:50:07 +01:00
Fernando Apesteguía
f57221afde */*: Release ports from maintainership
Maintainer releases all his ports.

PR:		266871
Reported by:	unrelentingtech <greg@unrelenting.technology>
2022-10-09 13:56:28 +02:00
Tobias C. Berner
c8e8499d9e graphics/poppler: bump port revision of poppler consumers
- poppler was updated to 22.10 in df406767857ddfc6d9580d72b1613a7cf8579bbc
2022-10-08 16:42:49 +02:00