Commit Graph

319 Commits

Author SHA1 Message Date
Schrijvers Luc
53d9105941 vim, bump version (#9553) 2023-10-02 09:17:41 +00:00
Schrijvers Luc
053a6ba8df cudatext, bump version, switch to default python3.10 (#9371) 2023-09-06 08:37:35 +00:00
Schrijvers Luc
a2fb3b11e1 bluefish, bump version (#9165) 2023-08-09 08:43:13 +00:00
augiedoggie
9c1104d06c emacs: update to 29.1, add patch to disable be-resources (#9115)
The `be-resources` command doesn't run properly inside the chroot and isn't
necessary since we use our own rdef to customize the application.

It's also possible to fix `be-resources` on x86_64 by adding
`haiku_datatranslators` to the BUILD_PREREQUIRES but this doesn't fix the 32
bit build.  The translation roster still doesn't work right.
2023-07-30 15:38:35 -06:00
PulkoMandy
55af6185f6 vim: switch to Python 3.10
No reason to remain on Python 3.9, which is built without readline
support currently.
2023-07-29 13:52:30 +02:00
augiedoggie
d0ba6fcc51 emacs: update to 29.1~rc1 (#9088) 2023-07-24 19:30:04 -06:00
Schrijvers Luc
e31ab17f80 xemacs, fix reference for libpng, don't revbump (#8930) 2023-07-03 06:51:14 +00:00
augiedoggie
68e613b1c6 emacs: update to 29.0.92, enable tree-sitter (#8871) 2023-06-19 01:15:11 -06:00
Schrijvers Luc
6cc83b15d3 cudatext, switch to default python3.9 (#8870) 2023-06-18 20:28:19 +02:00
augiedoggie
d9dd69393e wordtsar: add recipe for 0.3.719 (#8867) 2023-06-17 20:20:14 -06:00
Schrijvers Luc
15cc0b2b10 cudatext, still needs python3.7 (#8858) 2023-06-15 09:54:37 +02:00
Schrijvers Luc
9982d2e539 cudatext, revbump for 32bit rebuild (#8857) 2023-06-15 09:42:46 +02:00
Schrijvers Luc
788147450c cudatext, bump srcGitRev, enable 64bit (#8856) 2023-06-15 09:37:28 +02:00
Schrijvers Luc
5bab79c95e cudatext, bump 32bit version (#8853) 2023-06-13 15:36:46 +02:00
Schrijvers Luc
112001fbdf cudatext, switch to python3.9 (#8732) 2023-05-25 16:02:19 +02:00
Schrijvers Luc
5ddf3cafb1 bluefish, remove "dirty hack", not needed anymore for the XDG variables (#8653) 2023-05-17 07:29:42 +02:00
Schrijvers Luc
77d6746ccb bluefish, bump version (#8652) 2023-05-16 20:15:10 +02:00
augiedoggie
7fd093ac36 emacs: update to 29.0.91 (#8642) 2023-05-14 17:29:15 -06:00
Peter van Dijk
038316c699 libtermkey: new port, version 0.22 (#8141)
vis: new port, version 0.8
2023-04-29 19:41:08 +02:00
OscarL
9be1ee8369 vim: update to version 9.0.1479 (#8493) 2023-04-23 16:24:00 +02:00
augiedoggie
024a8fb8d2 emacs: update to 29.0.90 (#8321) 2023-04-10 01:00:49 -06:00
Jerome Duval
fc338cc2a8 retext: build on x86 2023-03-10 11:13:02 +01:00
Jerome Duval
c89e9bbb7a jdtextedit: build on x86 2023-03-10 11:11:40 +01:00
Jerome Duval
a1bfbc518b jdtextedit: build with python 3.9 2023-03-08 21:25:33 +01:00
Jerome Duval
830b451e79 retext: build with python 3.9 2023-03-07 22:59:42 +01:00
augiedoggie
ba52d90d25 emacs: update git rev (#7897) 2023-03-03 00:05:19 -07:00
augiedoggie
1d59c9f8c5 emacs: update git rev and add stat() workaround patch (#7858) 2023-02-15 20:12:20 -07:00
OscarL
5ee91cdc9b efte: new recipe (#7805) 2023-01-28 09:35:58 +01:00
augiedoggie
3e32203d67 emacs: bump git rev (#7794) 2023-01-21 20:13:17 -07:00
OscarL
87b75d065b nano: update to version 7.1 (#7783) 2023-01-17 07:19:44 +01:00
Schrijvers Luc
9d692cfbb3 CudaText 32bit, fix SOURCE_DIR (#7779) 2023-01-15 16:37:10 +01:00
PulkoMandy
29e60bb883 vim: fix enabling of python3 support, remove python2 2023-01-14 21:03:22 +01:00
Schrijvers Luc
4bd6868ac8 CudaText, fix checksum for 32bit (#7775) 2023-01-14 18:36:11 +01:00
Schrijvers Luc
f53a268e1c cudatext, 32bit version (#7767) 2023-01-14 18:20:06 +01:00
augiedoggie
63f439a887 emacs: bump git rev (#7590) 2022-12-18 12:15:15 -07:00
augiedoggie
6599d4367e emacs: update to 29.0.60~git (#7502) 2022-11-29 13:50:52 -07:00
Humdinger
7625895501 Bluefish: update Description 2022-11-24 10:36:47 +01:00
Schrijvers Luc
95ca30dd3e bluefish, new recipe (#7435) 2022-11-22 12:14:56 +01:00
OscarL
61032f02a4 ne: change default action for backspace key, and build against ncurses to fix redrawing issues. (#7346)
* ne: apply workaround for the "backspace not working" issue.

This changes the default keybinding for the BACKSPACE key, from
"DeleteChar" to "Backspace".

Also, added a bit more info on the description text.

* Build using ncurses instead of the built in termcap emulation.

This solves the redrawing/refresing issues when editing files with
syntax-highlighting enabled.

Modified the description to better match the current ne's own
description text from its website (with some minor editing and
clarification).
2022-11-02 18:38:01 +00:00
augiedoggie
204821b49a emacs: bump git rev (#7340) 2022-10-29 23:31:22 -06:00
OscarL
981fc0c35b ne: update to version 3.3.2 (#7332)
* ne: update to version 3.3.2

Besides fixes/improvements due to the version update, we now have:

* Working syntax-highlighting.
* Settings stored under ~/config/settings/ne.
* Optional fix to the "backspace not working" issue.
* Dropped dependency on aspell (as is only required for an example
  macro file).

We now use the "low-level" makefiles to buid "ne". Otherwise the
value assigned to NE_GLOBAL_DIR  was not being respected (causing
"ne" to not find its syntax files, for example).

See "/boot/system/data/ne/fix_backspace.keys" for the backspace
workaround.

* ne: recipe clean up.

* Drop unnecessary patch for hashbangs calling Perl.
* Drop unnecessary requirement for makefile_engine.
* Set and use $commandBinDir variable instead of $binDir.

* ne: drop build requirement for ncurses

Actually not required at all when building with NE_TERMCAP=1.

* add package dependency on ncurses to the BUILD_REQUIRES

Co-authored-by: augiedoggie <augiedoggie@users.noreply.github.com>
2022-10-28 10:15:29 -06:00
OscarL
c1166a3352 ne: enable building on x86_64 (#7324) 2022-10-26 09:21:11 +03:00
augiedoggie
7ad879fa1e emacs: bump git rev (#7293) 2022-10-15 12:28:53 -06:00
augiedoggie
3d4c853276 emacs: bump git rev (#7230) 2022-09-25 13:03:19 -06:00
augiedoggie
292ade2086 emacs: bump git rev (#7213) 2022-09-15 22:12:06 -06:00
augiedoggie
c416d5f077 emacs: bump git rev (#7120) 2022-08-20 20:55:00 -06:00
Nikolay Korotkiy
dd8201d26c nano: bump to 6.4 (#7115) 2022-08-18 12:38:54 +03:00
augiedoggie
61323cfb5f emacs: bump git rev (#7089) 2022-08-07 20:07:35 -06:00
augiedoggie
09d4e7eedb emacs: bump git rev (#7046) 2022-07-09 20:58:34 -06:00
augiedoggie
7d4650c153 emacs: bump git rev (#6992) 2022-06-18 10:56:40 -06:00