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
sthen
281feb8d2d
update to joe-4.6, from Björn Ketelaars, ok landry@
2018-01-16 22:09:27 +00:00
jca
39150ad12b
Install manpages
...
from Thanasoulas Spiros (maintainer)
2018-01-08 00:22:54 +00:00
fcambus
4b77a4219e
Update hexedit to 1.4.2 and take MAINTAINER.
...
OK sthen@, jca@
2018-01-03 14:13:07 +00:00
robert
52cb691f85
add missing distfile
2018-01-03 11:54:56 +00:00
bcallah
d04c5e513d
Change these to my openbsd email address and bump.
...
ok giovanni@
2018-01-01 18:11:46 +00:00
robert
a18189fddd
forgot to commit this patch in the previous commit for fixing the build
2018-01-01 13:37:49 +00:00
kili
86c0ab63c6
Update to gummi-0.6.6.
...
Tested by Sebastian Neuper, thanks!
2017-12-31 20:05:45 +00:00
robert
c3b3e1df7f
use system graphics/glm; fixes build breakage
2017-12-31 09:00:27 +00:00
robert
7b5ea120f5
update to 5.3.7.2 and drop COMPILER line as we are amd64 and i386 only
2017-12-29 07:39:30 +00:00
ajacoutot
2521c4748a
Typo in comment.
2017-12-27 20:41:37 +00:00
jca
57b5e71b39
Don't use ld -Z on arm64
...
configure: error: installation or configuration problem: C compiler cannot create executables.
says
http://build-failures.rhaalovely.net//aarch64/2017-12-09/editors/emacs21,no_x11,-el.log
2017-12-26 06:37:21 +00:00
landry
e8ca84fcd7
+vis
2017-12-23 12:31:59 +00:00
landry
afc6161b17
Import vis 0.4 (binary renamed to vise to avoid conflicts).
...
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.
As an universal editor it has decent Unicode support and should cope with
arbitrary files including: large, binary or single-line ones.
Efficient syntax highlighting is provided using Parsing Expression Grammars
which can be conveniently expressed using Lua in the form of LPeg.
From Klemens Nanni and Carolyn Saunders
ok tb@
2017-12-23 12:31:27 +00:00
kirby
7974816db0
tweak CXXFLAGS to fix build with ports-gcc
...
ok jca@
2017-12-22 06:27:16 +00:00