2347 Commits

Author SHA1 Message Date
sthen
57e5c18537 vim-spell files are installing under a versioned directory which has to
match vim itself, so this needs an update for 8.1 to unbreak. from feinerer@.

switch to https HOMEPAGE pointed out by rsadowski@.

some files have been updated since distinfo was last generated so switch to
a different subdirectory name to avoid conflicts.
2018-06-14 11:00:25 +00:00
jca
6638b1e145 Update to emacs-26.1
Announcement and main user-visible changes:
https://lists.gnu.org/archive/html/info-gnu/2018-05/msg00014.html

Many thanks to all the folks who tested the pretest and rc tarballs.
Release tested by Gregoire Jadi, Markus Hennecke, krw@ and solene@ on
amd64, sparc64, powerpc, armv7 and arm64.  ok krw@ solene@
2018-06-08 22:19:20 +00:00
sthen
83d32fc4d5 fix PLIST-main order 2018-06-06 08:53:30 +00:00
naddy
704828edb0 maintenance update to 2.9.8 2018-06-03 22:02:32 +00:00
rsadowski
6ce5f5474c Update vim to 8.1.0026
PLIST tweak and ok sthen@
2018-06-01 17:50:43 +00:00
bcallah
e27beea382 Bugfix update to 1.6.13 2018-05-30 02:41:16 +00:00
espie
67629b0219 note .beforesubst in the plist for update-plist, as a comment 2018-05-29 07:52:12 +00:00
naddy
b34bd5f13c maintenance update to 2.9.7 2018-05-21 20:00:52 +00:00
espie
468871fc8e info dirs are properly handled now 2018-05-20 08:41:43 +00:00
espie
ceb4fb7407 clean-up
- info files handled correctly
- ludicrous backsubst
2018-05-20 08:35:15 +00:00
espie
c7eca35615 update-plist nits 2018-05-20 08:32:01 +00:00
espie
5a6e6397a3 remove ludicrous backsubsts 2018-05-20 08:30:56 +00:00
espie
3c000360ee zap common dirs 2018-05-20 08:30:21 +00:00
espie
334ab2b043 update-plist nits 2018-05-20 08:27:18 +00:00
espie
d27e508217 new update-plist correctly flags @info dirs
get rid of superfluous dir file, that pkg_add will regenerate correctly
and also of ludicrous VERSION backsubst
bump as always
2018-05-15 14:47:27 +00:00
bcallah
f9c55eab75 Update to dte-1.7
Changelog: https://craigbarnes.gitlab.io/dte/releases.html
2018-05-09 05:35:02 +00:00
awolk
d11a4946eb editors/ghostwriter 1.5p2 => 1.6.2
OK fcambus@

- drop patches/*
- PLIST updated for a new translation file
2018-05-02 19:42:03 +00:00
jasper
dad277d212 unbreak, yet another port depending on the removed kde4 kate 2018-04-30 09:09:03 +00:00
ajacoutot
b935c9200f Forgot to cvs rm. 2018-04-28 14:23:54 +00:00
ajacoutot
32448eb674 Update to subtitleeditor-0.54.0. 2018-04-28 14:23:04 +00:00
naddy
ceb1b8d3b9 maintenance update to 2.9.6 2018-04-27 15:49:56 +00:00
bcallah
11e089d36c +dte 2018-04-24 15:36:15 +00:00
bcallah
e8ffb81be9 Import editors/dte, a small and easy to use console text editor.
ok ratchov@

dte is a small and easy to use console text editor.

Features:
* Multiple buffers/tabs
* Unlimited undo/redo
* Search and replace
* Syntax highlighting
* Customizable color schemes
* Customizable key bindings
* Command language with auto-completion
* Jump to definition (using ctags)
* Jump to compiler error
2018-04-24 15:35:56 +00:00
bcallah
45b6d2c7da Update to focuswriter-1.6.12 -- take MAINTAINER
ok landry@
2018-04-24 15:24:06 +00:00
jasper
663cc157b1 - update to vim-8.0.1748
- sync WANTLIB

ok sthen@
2018-04-23 09:39:46 +00:00
sthen
f52be2a50e bump all go ports that don't already have a RUN_DEPENDS on lang/go (which
has pkgspec set on the go version number already), so that pkg_add -u updates
them to versions which work with MAP_STACK. spotted by pvk@
2018-04-14 22:53:54 +00:00
naddy
c726412462 Update to 2.9.5. Significant changes:
- Addition of the color name "normal", meaning the default color.
2018-04-12 19:50:41 +00:00
kn
eec6eb20d5 Fix segfault, do not strip binaries.
OK tb, sthen
2018-04-10 22:51:28 +00:00
jasper
2bd6a4132c fix build with clang6 2018-04-10 08:46:05 +00:00
jasper
3f5a60a0a4 fix build with clang6; from upstream 2018-04-09 18:21:05 +00:00
robert
9c30a506dd update to 6.0.3.2 2018-04-05 21:49:33 +00:00
jca
6ee48d37dd Works again on arm, thanks to kettenis' work on FP support 2018-04-02 14:06:09 +00:00
kn
089310fd00 Update vis to 0.5
OK rsadowski
2018-03-31 11:06:39 +00:00
naddy
9441cd8caf fix an eye-watering C language abuse: function pointers have no guaranteed
ordering; from upstream git
2018-03-18 20:38:39 +00:00
robert
907902b41c update to 6.0.2.1 and use libepoxy from the system to avoid patching for
opening libGL.so.1 because the system one has the patch already
2018-03-15 15:15:07 +00:00
naddy
b9715a29c5 Update to 2.9.4.
Improvements since 2.9.0:
- A key can be bound to a string -- any mix of text and commands.
- Error messages are shown by default in bright white on red.
- <Tab> and <Shift+Tab> can be used to indent/unindent a marked region.
- Can snip trailing whitespace while typing, with 'set trimblanks'.
- The ability to record and replay a series of keystrokes (a macro).
- Assigned functions to ^S (save file) and ^Q (start backward search).
- Indenting and unindenting have been integrated into the undo system.
- Support for $XDG_CONFIG_HOME for the nanorc file, and $XDG_DATA_HOME
  for the history files (of search strings and cursor positions).
2018-03-12 21:17:27 +00:00
sthen
799b22052e update to vim-8.0.1589 2018-03-08 16:04:30 +00:00
sthen
b98b6d18ae bump; plist changes now we are at 6.3-beta 2018-02-28 19:23:56 +00:00
bket
74bcbdf980 update to focuswriter-1.6.10
focuswriter now requires QT5. Thanks to sthen@ for noticing that
x11/qt5/qtmultimedia should be added as LDEP.

OK sthen@
2018-02-24 13:13:40 +00:00
bket
108d48f339 update to scite-4.0.3
OK landry@
2018-02-24 10:55:25 +00:00
bket
3ba88b46b8 update to scintilla-4.0.3
bump majors as symbols have been added, and removed.

OK landry@
2018-02-24 10:54:50 +00:00
robert
6e60847c73 update to 6.0.1.1 2018-02-10 16:49:57 +00:00
robert
d87aba205e unbreak build if there is no cppunit installed on the system 2018-02-08 09:57:36 +00:00
robert
0aad37eda1 update to 6.0.0.3 2018-02-05 17:15:05 +00:00
rsadowski
6c5e18d857 Update calligra to 3.1.0
Changelog:
https://www.calligra.org/news/calligra-3-1-0-released/

ok landry@
2018-02-03 21:01:36 +00:00
awolk
1aec24e881 editors/ghostwriter 1.5p2 spellchecking fix
OK landry@

upstream hardcodes directories with dictionaries,
we rely on mozilla-dicts - including a patch
to look for dictionaries in that directory.

Patch submitted upstream as:
https://github.com/wereturtle/ghostwriter/pull/285
2018-01-28 17:05:26 +00:00
jca
08e2ce0485 Mark as BROKEN on arm, SIGILL when trying to use SIMD instructions
We don't know yet why those instructions are used here, the best way
forward might just be to support hardfp...
2018-01-24 00:35:14 +00:00
robert
1d7af7ee5b set LC_CTYPE to en_US.UTF-8 if not set to anything else so that
documents with special characters can be opened
2018-01-22 15:48:21 +00:00
kirby
74f6b0c3a6 update HOMEPAGE and MASTER_SITES 2018-01-21 08:27:30 +00:00
jca
d9d834211e Needs a c++11 compiler 2018-01-19 17:11:35 +00:00