Commit graph

11542 commits

Author SHA1 Message Date
Mikael Urankar
ebf29acc6c lang/rust: Bump revisions after 1.68.0
PR:		270080
2023-03-16 12:11:52 +01:00
Alexey Dokuchaev
13681d540b editors/uhex: new port had been added (+)
uHex is small and fast multiplatform hexadecimal editor with support
for large files (up to 2 GB) while using minimal amounts of memory.

WWW: https://uhex.sourceforge.net/
2023-03-16 05:40:54 +00:00
Hiroki Tagato
d9bec590ba editors/vscode: update to 1.76.2
While here, remove unnecessary distfiles and post-extract target.

Changelog: https://code.visualstudio.com/updates/v1_76

Reported by:	GitHub (watch releases)
2023-03-16 14:38:36 +09:00
Alexey Dokuchaev
e937590c1b editors/mickey: new port had been added (+)
Mickey is a hexadecimal/ASCII file viewer and editor that runs on all
major operating systems thanks to FLTK.  It supports various integer
and floating-point data types, and allows to work with multiple files
simultaneously via well-known tabbed interface.

WWW: https://mickey.sourceforge.net/
2023-03-16 04:07:34 +00:00
Alexey Dokuchaev
8991b1690d editors/bingrok: new port had been added (+)
BinGrok is a binary/hexadecimal editor created specifically with
the goal of reverse-engineering proprietary data formats in mind.
It allows for creation of C-struct-like "views" of your data for
better visualization of the parts that you have deciphered.

WWW: https://github.com/spuriousdata/BinGrok
2023-03-16 03:29:34 +00:00
Thierry Thomas
836c5acdde editors/bee-host: upgrade to 1.3.6
Release notes at <https://github.com/rosmanov/bee-host/releases/tag/1.3.6>.
2023-03-15 17:51:51 +01:00
Alexey Dokuchaev
5f8fd41d71 editors/bined: new port had been added (+)
Binary/hexadecimal editor written in Java.

WWW: https://bined.exbin.org/editor/
2023-03-15 10:39:38 +00:00
Don Lewis
e0a892ced9 editors/openoffice-*: test for required jar file
Test for a required jar file that is optionally installed by
textproc/lucene and fail at the configure step with a helpful message
if we don't find it.  If the jar file is missing, javac fails during
the build of l10ntools module with an unhelpful error message that does
not pinpoint the cause of the problem.
PR:		270158
Reported by:	Ken Gunderson <kgunders@teamcool.net>
2023-03-14 14:19:45 -07:00
Piotr Kubaj
f7ea787fbc editors/ox: fix build on powerpc 2023-03-14 19:04:20 +00:00
Alan Somers
4bc4d0fcbe editors/neovim-gtk: new port
It's a GTK UI for neovim

PR:		270165
Approved by:	fernape (ports)
2023-03-14 11:08:05 -06:00
Jesús Daniel Colmenares Oviedo
01820ee3d0 editors/vis: New port: Vi-like editor based on Plan 9's structural regular expressions
Vis aims to be a modern, legacy-free, simple yet efficient editor,
combining the strengths of both vi(m) and sam.

It extends vi's modal editing with built-in support for multiple
cursors/selections and combines it with sam's structural regular
expression based command language.

Efficient syntax highlighting is provided using Parsing Expression
Grammars, which can be conveniently expressed using Lua in the form
of LPeg.

The editor core is written in a reasonable amount of clean, modern
and legacy-free C code, enabling it to run in resource-constrained
environments. There is also a Lua API for in-process extensions.

Vis strives to be simple and focuses on its core task: efficient
text management. Clipboard and digraph handling as well as a fuzzy
file open dialog are all provided by independent utilities.

WWW: https://www.brain-dump.org/projects/vis/

PR:	270063
2023-03-14 10:07:55 +09:00
Don Lewis
bbb04a69f3 editors/openoffice-4: make build more robust
The openoffice build system puts the the ports include directories
(including /usr/local/include) earlier in the list than it's internal
and bundled module include directories.  When building on a live
system without poudriere, this can cause the build to pick up unwanted
include files from ports rather than the include files internal to
the build.  This can cause strange build failures.

Fix this problem by putting the directories for installed ports at
the end of the list.

Reported by:	Jan Henrik Sylvester <me@janh.de>
2023-03-10 00:15:31 -08:00
Nuno Teixeira
2e279f539d editors/bvi: Update to 1.4.2
- Switch to DISTVERSION
- Add license

ChangeLog:	https://bvi.sourceforge.net/new142.html
		https://bvi.sourceforge.net/new141.html
PR:		270065
Approved by:	naddy
2023-03-10 08:02:23 +00:00
Hiroki Tagato
41c31216b6 editors/vscode: update to 1.76.1
Changelog: https://code.visualstudio.com/updates/v1_76
2023-03-10 14:42:12 +09:00
Dmitri Goutnik
09079730e9 all: Bump PORTREVISION after Go ports update 2023-03-09 14:18:07 -05:00
Loïc Bartoletti
6d3a647cc0 PyQt: Update to latest versions
- PyQt5: update to 5.15.9
- PyQt6: upate to 6.4.2
- PyQt6-sip: update to 13.4.1
- PyQt5-sip: update to 12.11.1
- PyQt-builder: update to 1.14.1
- sip: upate to 6.7.7

PR:		269751
Exp-run by:	antoine
2023-03-09 12:15:07 +01:00
Don Lewis
0a5ce79fad editors/openoffice-devel: Upgrade and unbreak
Upgrade openoffice-devel to a more recent snapshot and unbreak. Recent
versions of clang do not like building system boost in -std=gnu++98 mode.

Add USE_GNOME=gdkpixbuf2xlib which now seems to be necessary.

Simplify the port by always using the bundled vigra and boost rather
than making this compiler version dependent.  The bundled versions
work (better) with modern clang in -std=gnu++98 mode.  Also, an
upcoming version of boost will require c++14 mode.  The bundled
boost needs a minor patch to work with modern clang in this mode.

Add upgrade advice to pkg-message.

Security:	6678211c-bd47-11ed-beb0-1c1b0d9ea7e6
2023-03-08 12:23:45 -08:00
Don Lewis
c36f76c229 editors/openoffice-4: Upgrade to 4.1.14 and unbreak
Upgrade openoffice-4 to version from 4.1.12 to 4.1.14 and unbreak.
The "invalid use of @return" build failure has come and gone probably
due to some other changes to ports.

Release notes for 4.1.14:
  https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.14+Release+Notes
Release notes for 4.1.13:
  https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.13+Release+Notes

Add USE_GNOME=gdkpixbuf2xlib which now seems to be necessary.

Simplify the port by always using the bundled vigra and boost rather
than making this compiler version dependent.  The bundled versions
work (better) with modern clang in -std=gnu++98 mode.  Also, an
upcoming version of boost will require c++14 mode.  The bundled
boost needs a minor patch to work with modern clang in this mode.

Add upgrade advice to pkg-message.

Security:	6678211c-bd47-11ed-beb0-1c1b0d9ea7e6
2023-03-07 20:53:27 -08:00
Jesper Schmitz Mouridsen
9232b2fc1e editors/featherpad: Update to 1.3.5
Changes:	https://github.com/tsujan/FeatherPad/releases/tag/V1.3.5
2023-03-07 18:33:36 +01:00
Gleb Popov
a80ae88b4b editors/linux-r7-office: Bring back ${LOCALBASE} substitution.
Reported by:	fluffy
Sponsored by:	Serenity Cybersecurity, LLC
2023-03-07 09:06:07 +03:00
Yuri Victorovich
368996669f editors/o: Update 2.60.2 → 2.60.3
Reported by:	portscout
2023-03-06 10:06:43 -08:00
Gleb Popov
10eb33d808 editors/linux-r7-office: Assorted fixes.
- Fix paths in .desktop file.
- Install icon file.
- Override LC_CTYPE with ru_RU.UTF-8 value [*].

[*] linux_base-c7 doesn't have C nor C.UTF-8 locales. This makes R7 Office
render gibberish in file names in the "Open File ..." dialog. The LC_CTYPE
override to ru_RU.UTF-8 makes most sense - the userbase of this suite is likely
to consist of Russian-speaking users. Oterwise the user always may set LC_ALL to
something else to switch R7 Office to the different locale.

Reported by:	fluffy
Sponsored by:	Serenity Cybersecurity, LLC
2023-03-06 17:15:00 +03:00
Hiroki Tagato
53d09421ac editors/vscode: update to 1.76.0
Changelog: https://code.visualstudio.com/updates/v1_76
2023-03-05 16:29:36 +09:00
Florian Limberger
86b0628113 editors/sam: + Unix port of the sam text editor from Bell Labs.
Reviewed by: arrowd, diizzy

Differential Revision: https://reviews.freebsd.org/D38785
2023-03-04 15:30:24 +03:00
Matthias Andree
5327591576 *: Bump PORTREVISION of math/Imath users 2023-03-04 11:41:17 +01:00
Tobias C. Berner
fee7f4946f KDE: Update KDE Gear to 22.12.3
Thursday, 2 March 2023

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: Properly check if there is sufficient free space available
   before extracting (fixes bug #459418)
 * kate: Activate the view of viewspace which made the request (fixes
   bug #465811)
 * kdenlive: Fix crash and offset when moving a group with subtitle

Announcement:	https://kde.org/announcements/gear/22.12.3/
2023-03-04 00:22:11 +01:00
Andrew Clarke
3c426844b5 editors/uemacs: fix build with LLVM 15
Silence -Wint-conversion to have the build succeed.

PR:		269822
Approved by:	eduardo (mentor)
Differential Revision: https://reviews.freebsd.org/D38871
2023-03-03 22:31:09 +01:00
Dima Panov
002f89af89
editors/libreoffice: update to 7.5.1 release (+)
LibreOffice Suite 7.5.1 Community release is now available!
Along with various fixes, it also includes a manual
light/dark mode switch – regardless of your system settings.
It's under "Tools > Options > View".

Learn more: https://blog.documentfoundation.org/blog/2023/03/02/libreoffice-7-5-1-community/
Sponsored by:	Serenity Cybersecurity, LLC
2023-03-03 21:05:21 +03:00
Tobias C. Berner
fa81a4f5f8 accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
2023-03-02 06:23:10 +01:00
Adam Weinberger
2427a8abc8 editors/vim: Update to 9.0.1366 2023-03-01 09:47:14 -05:00
Yuri Victorovich
c36c333f08 editors/o: Update 2.59.1 → 2.60.2
Reported by:	portscout
2023-03-01 03:05:52 -08:00
Nuno Teixeira
4a177c55b7 editors/lapce: Update to 0.2.6
ChangeLog: https://github.com/lapce/lapce/blob/v0.2.6/CHANGELOG.md
2023-03-01 08:27:36 +00:00
Yasuhiro Kimura
490abd79a9 editors/with-editor-devel: Update to latest snapshot
Changes:	391e76a...59867ae
2023-03-01 10:57:53 +09:00
Jason E. Hale
7e92c0073d editors/mp: Update to 5.60 2023-02-28 20:33:26 -05:00
Yasuhiro Kimura
4e6084cab3 editors/emacs-devel: Update to 2023-02-28 snapshot
Changes:	97f2492...c5d319a
2023-02-28 18:21:58 +09:00
Yasuhiro Kimura
8f3485d5de editors/emacs: Add upstream patches to fix multiple vulnerabilities
Reviewed by:	ashish, jrm
MFH:		2023Q1
Security:	a75929bd-b6a4-11ed-bad6-080027f5fec9
Differential Revision:	https://reviews.freebsd.org/D38810
2023-02-28 18:20:41 +09:00
Yuri Victorovich
cc02bad6d3 editors/novelwriter: Update 2.0.5 → 2.0.6
Reported by:	portscout
2023-02-27 12:28:00 -08:00
Tomohiro Kusumi
1ce0bb6a25 editors/fileobj: Update to 0.8.0 and assign new maintainer
Assign new maintainer due to multiple timeouts

Changelog: https://github.com/kusumi/fileobj/blob/v0.8.0/CHANGES

PR:		268120
Approved by:	portmgr (maintainer timeout, 1+ month)
2023-02-26 21:31:10 +01:00
Mikael Urankar
a401b5fa48 editors/kak-lsp: Update to 14.2.0
Changes:
  https://github.com/kak-lsp/kak-lsp/releases/tag/v14.2.0
2023-02-26 18:43:27 +01:00
Gleb Popov
2b63841dcc editors/linux-r7-office: Add "linux" category.
Reported by:	danfe
2023-02-25 00:36:08 +03:00
Gleb Popov
6084fa697b editors/r7-office: Rename to editors/linux-r7-office
Reported by:	fluffy
2023-02-25 00:31:48 +03:00
Gleb Popov
21b9dea150 editors/r7-office: + Russian office suite.
Sponsored by:	Serenity Cybersecurity, LLC
2023-02-24 00:15:41 +03:00
Felix Palmen
1bbd2bd822 editors/libreoffice: Fix build with Qt on i386
Reintroduce -Wno-c++11-narrowing, builting with the Qt option on i386 is
still broken otherwise.

Approved by:		office (fluffy, maintainer), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D38693
2023-02-20 18:06:22 +01:00
Eric Turgeon
84a04acad1 editors/linux-sublime-text4: updated to 4147 2023-02-18 17:50:38 -04:00
Joseph Mingrone
6e782d3036
editors/emacs-devel: Update to 2023-02-18 snapshot, 97f2492
Changes:	0214e90...97f2492
Sponsored by:	The FreeBSD Foundation
2023-02-18 14:53:18 -04:00
Jason Helfman
6bcc0b134f editors/leafpad: explictly use gettext, bump
Reported by: jkim@
2023-02-17 03:27:09 +00:00
Dmitri Goutnik
56b5ec772f all: Bump PORTREVISION after lang/go{119,120} update 2023-02-15 14:06:01 -05:00
Jason Helfman
cab0892e2d editors/leafpad: update to v0.8.19, adjust dependencies
- options for docs/nls
2023-02-15 17:04:00 +00:00
MANTANI Nobutaka
b72dc62032 editors/imhex: Update to 1.27.1 2023-02-15 23:26:42 +09:00
Alexey Dokuchaev
690c40fa2b editors/biew: unbreak the port's build against Clang 15
This quite old and obscure codebase typedefs its own `bhandle_t'
type as `void *' on 64-bit machines for some reason, feeding it
to POSIX file I/O functions that accept `int' as file descriptor
regardless of the machine word size.  Remove this conditional.

Reported by:	pkg-fallout
2023-02-15 07:50:46 +00:00