pkgsrc/editors
snj ddb6b067e3 Update vim to 8.0.0341.
Changes:
8.0.0162  build error on Fedora 23
8.0.0163  cannot build with Ruby 2.4
8.0.0164  outdated and misplaced comments
8.0.0165  ubsan warns for integer overflow
8.0.0166  JSON with a duplicate key gives an internal error
8.0.0167  str2nr()/str2float() fail with negative values
8.0.0168  not all float functionality is tested
8.0.0169  json_decode() may run out of stack space
8.0.0170  crash in channel test
8.0.0171  JS style JSON does not support single quotes
8.0.0172  command line window does not work
8.0.0173  build fails with EBCDIC defined
8.0.0174  executing "locale -a" on MS-Windows needlessly
8.0.0175  setting language on MS-Windows does not always work
8.0.0176  cannot use :change inside a function definition
8.0.0177  BufEnter autocommand not fired for a directory
8.0.0178  command count test fails on MS-Windows
8.0.0179  cannot have a local value for 'formatprg'
8.0.0180  error E937 is used twice
8.0.0181  with cursorbind set cursor column highlighting is off
8.0.0182  cursor ilne not update when 'cursorbind' is set
8.0.0183  ubsan warns for unaligned address
8.0.0184  when an error is caught Vim still exits with non-zero result
8.0.0185  (after 8.0.0184) system() test fails on MS-Windows
8.0.0186  confusing error message from assert_notequal()
8.0.0187  cant build with new Ruby version
8.0.0188  (after 8.0.0182) redrawing for 'cursorbind' is inefficient
8.0.0189  profile commands are not tested
8.0.0190  finding duplicate tags uses a slow linear search
8.0.0191  (after 8.0.0187) can't build with Ruby on some systems
8.0.0192  (after 8.0.0190) cannot build with tiny features
8.0.0193  (after 8.0.0188) accidentally removed #ifdef
8.0.0194  (after 8.0.0189) profile test fails if times are equal
8.0.0195  (after 8.0.0190) fail to jump to static tag in current file
8.0.0196  profile test is slow and does not work on MS-Windows
8.0.0197  system() test skips some parts for MS-Windows
8.0.0198  some syntax arguments take effect even after "if 0"
8.0.0199  compiler warnings for libcall
8.0.0200  some syntax arguments are not tested
8.0.0201  completion of highlight groups includes cleared names
8.0.0202  no test for invalid syntax group name
8.0.0203  order of complication flags is sometimes wrong
8.0.0204  compiler warns for uninitialized variable
8.0.0205  wrong behavior after :undojoin
8.0.0206  test coverage for :retab insufficient
8.0.0207  leaking file descriptor when system() fails
8.0.0208  internally used commands end up in history
8.0.0209  cursor binding does not work with :substitute
8.0.0210  no support for bracketed paste
8.0.0211  (after 8.0.0210) cannot build without the multi-byte feature
8.0.0212  buffer for key name may be too small
8.0.0213  Netbeans specialKeys command does not check argument length
8.0.0214  leaking memory when syntax cluster id is unknown
8.0.0215  NULL pointer use if cscope line looks like emacs tag
8.0.0216  decoding js style json may fail
8.0.0217  (after 8.0.0215) build fails without cscope feature
8.0.0218  no completion for :cexpr and similar commands
8.0.0219  ubsan reports errors for overflow
8.0.0220  completion of highlight names misses a few values
8.0.0221  unnecessary condition on PROTO
8.0.0222  blockwise put on multi-byte character misplaced
8.0.0223  Coverity warns for an uninitialized variable
8.0.0224  change to 'fileformats' from autocmd does not take effect
8.0.0225  put in Visual block mode terminates early
8.0.0226  test for patch 8.0.0224 missing CR characters
8.0.0227  crash with ff=dos when first line in file has no CR
8.0.0228  pasting in xterm on the command line has PasteStart
8.0.0229  local 'formatprg' option value leaks
8.0.0230  bracketed paste does not support line breaks
8.0.0231  bracketed paste mode is not tested
8.0.0232  paste does not work when 'esckeys' is off
8.0.0233  (after 8.0.0231) paste test fails in the GUI
8.0.0234  (after 8.0.0225) crash when using put in Visual mode
8.0.0235  memory leak in diff mode
8.0.0236  (after 8.0.0234) gcc complains about uninitialized variable
8.0.0237  when 'wildoptions' is "tagfile" completion may not work
8.0.0238  bracketed paste does not disable autoindent
8.0.0239  no CI with an address sanitizer
8.0.0240  (after 8.0.0239) failure with one build on CI
8.0.0241  fallback implementation of mch_memmove is unused
8.0.0242  no tests for user command completion
8.0.0243  tolower() does not work if the byte count changes
8.0.0244  making t_BE empty only has an effect before startup
8.0.0245  zh_CN.cp936.po has a conversion error
8.0.0246  compiler warnings for int to pointer conversion
8.0.0247  need to type Ctrl-N twice to select a completion
8.0.0248  vim_strcat() cannot handle overlapping arguments
8.0.0249  CI failure when a submit is close to previous one
8.0.0250  virtcol() does not work well for multi-byte characters
8.0.0251  not easy to select Python 2 or 3
8.0.0252  not properly recognizing word characters between 128 and 255
8.0.0253  error when loading session if winminheight is 2
8.0.0254  error message of assert functions is sometimes incomplete
8.0.0255  setpos() does not use the buffer argument for all marks
8.0.0256  (after 8.0.0255) missing changes to one file breaks test
8.0.0257  (after 8.0.0252) test file missing in distribution
8.0.0258  (after 8.0.0252) mksession test leaves file behind
8.0.0259  tab commands do not handle count correctly
8.0.0260  build fails with tiny features
8.0.0261  not enough test coverage for eval functions
8.0.0262  Farsi support is barely tested
8.0.0263  Farsi support is not tested enough
8.0.0264  memory error reported by ubsan
8.0.0265  may get ml_get error when :pydo deletes lines
8.0.0266  compiler warning for using uninitialized variable
8.0.0267  channel test sometimes fails on Mac
8.0.0268  may get ml_get error when :luado deletes lines
8.0.0269  may get ml_get error when :perldo deletes lines
8.0.0270  may get ml_get error when :rubydo deletes lines
8.0.0271  may get ml_get error when :tcldo deletes lines
8.0.0272  crash on exit is not detected when running tests
8.0.0273  dead code detected by Coverity
8.0.0274  possible recursive screen updating causes trouble
8.0.0275  the screen may be updated at the wrong time
8.0.0276  unnecessary #ifdefs
8.0.0277  the GUI test may trigger fontconfig and take a long time
8.0.0278  (after 8.0.0277) GUI test fails on MS-Windows
8.0.0279  MSVC 2015 uses a different dll name
8.0.0280  problem setting multi-byte environment var on MS-Windows
8.0.0281  some files are still using ARGSUSED instead of UNUSED
8.0.0282  need to use CTRL-O twice when in Visual-Insert mode
8.0.0283  mode() does not indicate Insert mode completion
8.0.0284  collapse buffers test failed once
8.0.0285  (after 8.0.0277) tests fail with tiny build on Unix
8.0.0286  not always redrawing after screen resize
8.0.0287  debug mode: cannot access function arguments
8.0.0288  (after 8.0.0284) errors reported while running tests
8.0.0289  no test for "ga" and :ascii
8.0.0290  cursor positioning wrong if wide character wraps
8.0.0291  (after 8.0.0282) Visual block insert does not do all lines
8.0.0292  the stat test is a bit slow
8.0.0293  some tests have a one or three second wait
8.0.0294  argument list is not stored correctly in a session file
8.0.0295  (after 8.0.0293) test_viml hangs
8.0.0296  bracketed paste can only append, not insert
8.0.0297  double free on exit when using a closure
8.0.0298  Ex command range with repeated search does not work
8.0.0299  a window resize is sometimes not taking effect
8.0.0300  cannot stop diffing hidden buffers
8.0.0301  not enough testing for setting options
8.0.0302  cannot set terminal key codes with :let
8.0.0303  bracketed paste does not work in Visual mode
8.0.0304  assign test fails in the GUI
8.0.0305  invalid memory access when option has duplicate flag
8.0.0306  mode() not sufficiently tested
8.0.0307  asan detects a memory error when EXITFREE is defined
8.0.0308 'runtimepath' not updated correctly when using symbolic link
8.0.0309  cannot use an empty key in json
8.0.0310  not enough testing for GUI functionality
8.0.0311  linebreak tests are old style
8.0.0312  failure when a channel receives a split json message
8.0.0313  (after 8.0.0310) not enough testing for GUI functionality
8.0.0314  getcmd*() functions are not tested
8.0.0315  :help :[range] does not work
8.0.0316  :help z? does not work
8.0.0317  no test for setting 'guifont'
8.0.0318  small mistake in 7x13 font name
8.0.0319  insert mode completion does not respect 'backspace'
8.0.0320  warning for unused variable with small build
8.0.0321  errors when trying to use scripts in tiny version
8.0.0322  possible overflow with corrupted spell file
8.0.0323  one second pause when running cmdline test
8.0.0324  illegal memory access with a wrong yank range
8.0.0325  packadd test does not clean up symlink
8.0.0326  packadd test uses wrong directory name
8.0.0327  error message in cmdline window is not translated
8.0.0328  the "zero count" error doesn't have a number
8.0.0329  xfontset and guifontwide are not tested
8.0.0330  illegal memory access after "vapo"
8.0.0331  restoring help snapshot accesses freed memory
8.0.0332  GUI test fails on some systems
8.0.0333  illegal memory access when 'complete' ends in a backslash
8.0.0334  can't access b:changedtick from a dict reference
8.0.0335  (after 8.0.0335) functions test fails
8.0.0336  flags of :substitute not sufficiently tested
8.0.0337  invalid memory access in :recover command
8.0.0338  (after 8.0.0337) :recover test fails on MS-Windows
8.0.0339  illegal memory access with vi'
8.0.0340  not checking return valud of dict_add()
8.0.0341  undo does not work properly when using completion
2017-02-19 19:13:34 +00:00
..
abiword Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
abiword-plugins Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
beav Use PKGMANDIR. Add patch comments. 2016-03-30 10:03:46 +00:00
beaver Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
biew Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
bvi Update bvi to 1.4.0. 2016-06-19 16:55:28 +00:00
ce Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
ce-doc Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
ce-x11 Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
codeblocks Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
codelite NetBSD needs libutil for openpty and friends. 2017-02-14 21:31:43 +00:00
conglomerate Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
cooledit Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
dasher Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
deforaos-editor Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
dhex Allow dhex to use system curses. 2017-01-03 17:19:11 +00:00
easyedit Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
ed Updated ed to 1.14.1. 2017-01-12 11:20:02 +00:00
edt Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
elvis Fix options framework abuse by elvis*. 2016-12-30 14:25:01 +00:00
elvis-x11 Fix options framework abuse by elvis*. 2016-12-30 14:25:01 +00:00
em Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
emacs The default EMACS_TYPE is now emacs25. 2017-01-01 02:48:43 +00:00
emacs-nox11
emacs-packages elscreen is an old unmaintained package that doesn't work with emacs >= 24. 2015-04-05 20:09:05 +00:00
emacs-snapshot Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
emacs20 Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
emacs21 Pull in the fixes I just made to emacs20: 2016-11-26 04:22:40 +00:00
emacs21-nox11 Fix options framework abuse by emacs21-nox11. 2016-12-30 22:18:55 +00:00
emacs22 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
emacs22-nox11 Fix options framework abuse in emacs22*. 2016-12-30 22:25:46 +00:00
emacs23 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
emacs23-nox11 Bump PKGREVISION with some changes to emacs23. 2014-07-09 03:19:46 +00:00
emacs24 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
emacs24-nox11 Bump PKGREVISION due to changes in the shared emacs24 code. 2016-03-05 15:34:13 +00:00
emacs25 Test for freetype needs pkg-config 2017-02-14 09:07:37 +00:00
emacs25-nox11 Fix _EMACS_REQD package name. 2016-12-31 08:33:34 +00:00
ex Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
fe Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
gate Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
gconf-editor Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gedit Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gedit-python Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gedit3 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
ghex Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gice Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gnuserv Honour --mandir. Fixes PKGMANDIR. 2016-04-01 19:18:23 +00:00
gobby Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gtranslator Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gummi Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
heme Move to the curses framework. 2017-01-03 17:47:56 +00:00
hexcurse Import hexcurse-1.60.0 as editors/hexcurse. 2016-03-12 12:03:54 +00:00
hexedit Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
hnb Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
javascript-mode
jde
jed Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
joe Remove duplicate SHA512 digests that crept in. 2015-11-04 17:41:15 +00:00
jove Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
kate Revbump after boost update 2017-01-01 16:05:55 +00:00
kdissert Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
kile Revbump after boost update 2017-01-01 16:05:55 +00:00
kile-kde3 Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
kilo sync HOMEPAGE with reality 2016-09-13 20:25:04 +00:00
leafpad Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
leim20 Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
leim21 Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
lpe Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
lyx Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
manedit Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
matlab-mode Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
medit Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
mflteco Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
mg Use the curses framework. 2017-01-04 11:18:44 +00:00
mg2a Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
mined Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
mlview Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
mule Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
mule-ucs Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
nano Update editors/nano to 2.7.4 2017-01-22 02:04:15 +00:00
ne Update ne to 3.02 2016-06-19 17:25:31 +00:00
nedit Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
ng Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
notecase Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
nts Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
nvi Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
nvi-m17n nvi-m17n: successfully detect file encoding also in the case where more 2017-01-07 19:00:55 +00:00
obby Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:18 +00:00
OmegaT Remove mk/find-prefix.mk usage from the editors category. 2015-11-25 12:50:00 +00:00
p5-Acme-Padre-PlayCode Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Padre Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
p5-Padre-Plugin-Autoformat Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Padre-Plugin-Catalyst Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Padre-Plugin-DataWalker Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Padre-Plugin-Debugger Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Padre-Plugin-Ecliptic Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Padre-Plugin-Encrypt Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Padre-Plugin-Git Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Padre-Plugin-HG Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Padre-Plugin-Kate Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Padre-Plugin-Nopaste Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Padre-Plugin-PerlCritic Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Padre-Plugin-PerlTidy Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Padre-Plugin-SpellCheck Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Padre-Plugin-SVN Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Padre-Plugin-Vi Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Padre-Plugin-XS Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-PPIx-EditorTools Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Wx-Scintilla Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
pico Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
pluma Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
poedit Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
qgoogletranslator Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
rox-edit Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
sam Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
sandy Use PKGMANDIR. 2016-04-01 16:51:16 +00:00
sasm Updated editors/sasm to 3.6.0 2016-10-06 21:08:38 +00:00
scite Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
se Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
Sigil Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
speedbar Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
ssam Support PKGMANDIR. 2016-04-01 21:40:06 +00:00
tamago Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
tea Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
ted Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
ted-cs Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
ted-da Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
ted-de Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
ted-en-gb Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
ted-en-us Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
ted-es Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
ted-fr Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
ted-it Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
ted-nl Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
ted-no Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
ted-pl Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
ted-pt Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
ted-sv Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
TeXmacs Work around TeXmacs build system so it looks for guile in the place 2016-09-16 09:42:25 +00:00
texmaker Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
texstudio Recursive bump for poppler update 2017-01-25 14:36:37 +00:00
texworks distinfo update missed in previous. 2017-02-16 08:33:13 +00:00
tomboy Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
tweak Use PKGMANDIR. 2016-04-01 11:38:57 +00:00
uemacs Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
ve Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
vigor Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
vile Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
vilearn Use PKGMANDIR. Add patch comment. 2016-03-30 09:22:48 +00:00
vim
vim-gtk2 Update vim to 8.0.0341. 2017-02-19 19:13:34 +00:00
vim-gtk3 Update vim to 8.0.0341. 2017-02-19 19:13:34 +00:00
vim-lang Update vim* to 8.0.0086. 2016-11-16 10:38:35 +00:00
vim-motif Update vim to 8.0.0341. 2017-02-19 19:13:34 +00:00
vim-share Update vim to 8.0.0341. 2017-02-19 19:13:34 +00:00
vim-xaw Update vim to 8.0.0341. 2017-02-19 19:13:34 +00:00
wily Use PKGMANDIR. 2016-04-01 21:44:02 +00:00
xcoral Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
xemacs Make sure make-annotation does exist before calling it. We cannot have 2017-01-24 20:31:14 +00:00
xemacs-current Simplify previous. 2016-12-30 23:18:53 +00:00
xemacs-current-nox11 Fix build of xemacs-*nox11 packages. 2016-12-30 23:37:40 +00:00
xemacs-nox11 Fix build of xemacs-*nox11 packages. 2016-12-30 23:37:40 +00:00
xemacs-packages Update editors/xemacs-packages to the latest and greatest. 2016-12-15 13:25:42 +00:00
xfce4-mousepad Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
xjed Add SHA512 digests for distfiles for editors category 2015-11-03 03:32:14 +00:00
xournal Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
xvile Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
xwpe Use the curses framework. 2017-01-04 11:31:59 +00:00
yed Remove url2pkg marker. 2016-09-20 12:59:24 +00:00
yudit
zile Use the curses framework. 2017-01-04 11:48:24 +00:00
zim Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
Makefile Add vim-gtk3 package. 2016-10-04 17:57:22 +00:00